Version: 1.9.7
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
# Chinese (China) translations for Devise(3.2.2) | |
# by Kenrick-Zhou (https://github.com/Kenrick-Zhou) | |
# https://gist.github.com/Kenrick-Zhou/7909822 | |
zh-CN: | |
devise: | |
confirmations: | |
confirmed: "您的帐号已经确认,您现在已登录。" | |
send_instructions: "几分钟后,您将收到确认帐号的电子邮件。" | |
send_paranoid_instructions: "如果您的邮箱存在于我们的数据库中,您将收到一封确认账号的邮件。" |
名称 : crontab | |
使用权限 : 所有使用者 | |
使用方式 : | |
crontab file [-u user]-用指定的文件替代目前的crontab。 | |
crontab-[-u user]-用标准输入替代目前的crontab. | |
crontab-1[user]-列出用户目前的crontab. | |
crontab-e[user]-编辑用户目前的crontab. | |
crontab-d[user]-删除用户目前的crontab. | |
crontab-c dir- 指定crontab的目录。 | |
crontab文件的格式:M H D m d cmd. |