Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[translation] zh_hans #1403

Merged
merged 6 commits into from Dec 4, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/translations/zh_hans/cache.rebuild.yml
Expand Up @@ -2,16 +2,16 @@ description: '重建及清除所有站点缓存。'
options:
cache: '仅清除一个特定的缓存。'
messages:
welcome: '欢迎使用cache:rebuild命令'
welcome: '欢迎使用 cache:rebuild 命令'
rebuild: 正在重建缓存,请稍候。
completed: '清除缓存完成。'
invalid_cache: '缓存"%s"不正确。'
questions:
cache: 选择缓存
cache: 选择缓存(使用上下键,或直接输入)
examples:
-
description: 重建所有缓存
execution: 'drupal cr all'
-
description: 重建discovery缓存
description: 重建 discovery 缓存
execution: 'drupal cr discovery'
4 changes: 2 additions & 2 deletions config/translations/zh_hans/config.debug.yml
@@ -1,3 +1,3 @@
description: 'Show the current configuration.'
description: '显示当前配置'
arguments:
config-name: 'Configuration name.'
config-name: '配置名称'
10 changes: 5 additions & 5 deletions config/translations/zh_hans/config.edit.yml
@@ -1,8 +1,8 @@
description: 'Edit the selected configuration.'
description: '编辑选中配置'
arguments:
config-name: 'Configuration name.'
editor: Editor.
config-name: '配置名称'
editor: '编辑器'
questions:
config-name: 'Choose a configuration unit'
config-name: '请选择一个配置单元'
messages:
no-directory: 'An error occurred while creating your directory at'
no-directory: '创建文件夹出错'
18 changes: 9 additions & 9 deletions config/translations/zh_hans/config.export.single.yml
@@ -1,13 +1,13 @@
description: 'Export single configuration as yml file.'
description: '导出单个配置为 yaml 格式文件'
arguments:
config-name: 'Configuration name.'
config-name: '配置名称'
options:
simple-configuration: 'Simple configuration'
simple-configuration: '简单配置'
questions:
config-type: 'Configuration type'
config-name: 'Configuration name'
config-type: '配置类型'
config-name: '配置名称'
messages:
config-not-found: 'Configuration name not found.'
export: 'Configuration was exported at file %s.'
invalid-config-type: 'Invalid config type, please select one of the list'
invalid-config-name: 'Invalid config name, please select one of the list'
config-not-found: '配置名称没有找到'
export: '导出的配置文件在: %s'
invalid-config-type: '无效配置类型,请从列表中选择一个'
invalid-config-name: '无效配置名称,请从列表中选择一个'
6 changes: 3 additions & 3 deletions config/translations/zh_hans/config.export.yml
@@ -1,5 +1,5 @@
description: 'Export current application configuration.'
description: '导出当前应用/网站配置'
arguments:
directory: 'Define export directory to save configuration output.'
directory: '导出配置存放目录'
messages:
directory: 'The configuration was exported at:'
directory: '导出配置存放目录:'