# Translation of Odoo Server. # This file contains the translation of the following modules: # * auto_backup # # Translators: # OCA Transbot , 2018 msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-03 10:08+0000\n" "PO-Revision-Date: 2018-03-03 10:08+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" "zh_CN/)\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "/home/odoo/.ssh/id_rsa" msgstr "" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup_folder msgid "Absolute path for storing the backups" msgstr "备份绝对路径" #. module: auto_backup #: model:ir.actions.act_window,name:auto_backup.action_backup_conf_form #: model:ir.ui.menu,name:auto_backup.backup_conf_menu msgid "Automated Backups" msgstr "" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "Automatic backups of the database can be scheduled as follows:" msgstr "数据库的自动备份时间安排如下:" #. module: auto_backup #: model:mail.message.subtype,name:auto_backup.mail_message_subtype_failure msgid "Backup Failed" msgstr "" #. module: auto_backup #: model:ir.actions.server,name:auto_backup.ir_cron_backup_scheduler_0_ir_actions_server #: model:ir.cron,cron_name:auto_backup.ir_cron_backup_scheduler_0 #: model:ir.cron,name:auto_backup.ir_cron_backup_scheduler_0 msgid "Backup Scheduler" msgstr "" #. module: auto_backup #: model:mail.message.subtype,name:auto_backup.mail_message_subtype_success msgid "Backup Successful" msgstr "" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup_days_to_keep msgid "" "Backups older than this will be deleted automatically. Set 0 to disable " "autodeletion." msgstr "" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "Basic backup configuration" msgstr "" #. module: auto_backup #: sql_constraint:db.backup:0 msgid "Cannot duplicate a configuration." msgstr "" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup_method msgid "Choose the storage method for this backup." msgstr "" #. module: auto_backup #: code:addons/auto_backup/models/db_backup.py:249 #, python-format msgid "Cleanup of old database backups failed." msgstr "" #. module: auto_backup #: code:addons/auto_backup/models/db_backup.py:128 #, python-format msgid "Connection Test Failed!" msgstr "" #. module: auto_backup #: code:addons/auto_backup/models/db_backup.py:123 #, python-format msgid "Connection Test Succeeded!" msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_create_uid msgid "Created by" msgstr "创建者" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_create_date msgid "Created on" msgstr "创建时间" #. module: auto_backup #: model:ir.model,name:auto_backup.model_db_backup msgid "Database Backup" msgstr "" #. module: auto_backup #: code:addons/auto_backup/models/db_backup.py:203 #: model:mail.message.subtype,description:auto_backup.mail_message_subtype_failure #, python-format msgid "Database backup failed." msgstr "" #. module: auto_backup #: code:addons/auto_backup/models/db_backup.py:211 #: model:mail.message.subtype,description:auto_backup.mail_message_subtype_success #, python-format msgid "Database backup succeeded." msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_days_to_keep msgid "Days To Keep" msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_display_name msgid "Display Name" msgstr "显示名称" #. module: auto_backup #: code:addons/auto_backup/models/db_backup.py:114 #, python-format msgid "" "Do not save backups on your filestore, or you will backup your backups too!" msgstr "" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "Execute backup" msgstr "" #. module: auto_backup #: model:ir.actions.server,name:auto_backup.action_server_backup msgid "Execute backup(s)" msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_folder msgid "Folder" msgstr "" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "Go to Settings / Technical / Automation / Scheduled Actions." msgstr "点击 设置 / 技术 / 自动化 / 计划的动作" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "Help" msgstr "帮助" #. module: auto_backup #: sql_constraint:db.backup:0 msgid "I cannot remove backups from the future. Ask Doc for that." msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_id msgid "ID" msgstr "ID" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup___last_update msgid "Last Modified on" msgstr "最后修改时间" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_write_uid msgid "Last Updated by" msgstr "最后更新者" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_write_date msgid "Last Updated on" msgstr "上次更新日期" #. module: auto_backup #: selection:db.backup,method:0 msgid "Local disk" msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_method msgid "Method" msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_name msgid "Name" msgstr "名称" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup_sftp_private_key msgid "" "Path to the private key file. Only the Odoo user should have read " "permissions for that file." msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_sftp_private_key msgid "Private key location" msgstr "" #. module: auto_backup #: selection:db.backup,method:0 msgid "Remote SFTP server" msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_sftp_password msgid "SFTP Password" msgstr "" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_sftp_port msgid "SFTP Port" msgstr "SFTP 端口" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_sftp_host msgid "SFTP Server" msgstr "" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "SFTP Settings" msgstr "" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "Search the action named 'Backup scheduler'." msgstr "搜索计划备份调度程序“Backup scheduler”。" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "" "Set the scheduler to active and fill in how often you want backups generated." msgstr "" "设置计划动作为有效,并填写备份间隔时间,间隔时间单位,间隔次数,执行时间等数" "据库具体备份方案。" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup_name msgid "Summary of this backup process" msgstr "" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "Test SFTP Connection" msgstr "测试 SFTP 连接" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup_sftp_host msgid "" "The host name or IP address from your remote server. For example 192.168.0.1" msgstr "" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup_sftp_password msgid "" "The password for the SFTP connection. If you specify a private key file, " "then this is the password to decrypt it." msgstr "" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup_sftp_port msgid "The port on the FTP server that accepts SSH/SFTP calls." msgstr "接受 SSH/SFTP 使用的FTP 服务器上的端口。" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup_sftp_user msgid "" "The username where the SFTP connection should be made with. This is the user " "on the external server." msgstr "SFTP 连接使用该用户名。这是在SFTP服务器上的用户。" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "" "Use SFTP with caution! This writes files to external servers under the path " "you specify." msgstr "" "请注意你的 SFTP服务器网络安全!数据库备份文件将备份到你的SFTP服务器,文件保存" "在设置的目录下面。" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup_sftp_user msgid "Username in the SFTP Server" msgstr "" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "Warning:" msgstr "警告:" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "john" msgstr "" #. module: auto_backup #: model:ir.ui.view,arch_db:auto_backup.view_backup_conf_form msgid "sftp.example.com" msgstr ""