BookStack/resources/lang/zh_CN/common.php
Dan Brown b3c47649b4
New Crowdin updates (#2672)
* New translations common.php (French)

* New translations entities.php (French)

* New translations settings.php (Russian)

* New translations settings.php (Ukrainian)

* New translations common.php (Spanish, Argentina)

* New translations common.php (Spanish)

* New translations entities.php (Spanish, Argentina)

* New translations settings.php (Spanish, Argentina)

* New translations common.php (Portuguese, Brazilian)

* New translations settings.php (Portuguese, Brazilian)

* New translations common.php (Chinese Simplified)

* New translations common.php (Polish)

* New translations common.php (Norwegian Bokmal)

* New translations common.php (Bosnian)

* New translations common.php (Latvian)

* New translations common.php (Persian)

* New translations common.php (Indonesian)

* New translations common.php (Vietnamese)

* New translations common.php (Chinese Traditional)

* New translations common.php (Ukrainian)

* New translations common.php (Turkish)

* New translations common.php (Swedish)

* New translations common.php (Slovenian)

* New translations common.php (Slovak)

* New translations common.php (Russian)

* New translations common.php (Portuguese)

* New translations common.php (Dutch)

* New translations common.php (French)

* New translations common.php (Korean)

* New translations common.php (Japanese)

* New translations common.php (Italian)

* New translations common.php (Hungarian)

* New translations common.php (Hebrew)

* New translations common.php (German)

* New translations common.php (Danish)

* New translations common.php (Czech)

* New translations common.php (Catalan)

* New translations common.php (Bulgarian)

* New translations common.php (Arabic)

* New translations common.php (Portuguese, Brazilian)

* New translations common.php (Spanish)

* New translations common.php (Spanish, Argentina)

* New translations common.php (German Informal)
2021-04-19 22:04:05 +01:00

90 lines
2.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => '取消',
'confirm' => '确认',
'back' => '返回',
'save' => '保存',
'continue' => '继续',
'select' => '选择',
'toggle_all' => '切换全部',
'more' => '更多',
// Form Labels
'name' => '名称',
'description' => '概要',
'role' => '角色',
'cover_image' => '封面图片',
'cover_image_description' => '该图像大小需要为440x250px。',
// Actions
'actions' => '操作',
'view' => '浏览',
'view_all' => '查看全部',
'create' => '创建',
'update' => '更新',
'edit' => '编辑',
'sort' => '排序',
'move' => '移动',
'copy' => '复制',
'reply' => '回复',
'delete' => '删除',
'delete_confirm' => '确认删除',
'search' => '搜索',
'search_clear' => '清除搜索',
'reset' => '重置',
'remove' => '删除',
'add' => '添加',
'fullscreen' => '全屏',
// Sort Options
'sort_options' => '排序选项',
'sort_direction_toggle' => '排序方向切换',
'sort_ascending' => '升序',
'sort_descending' => '降序',
'sort_name' => '名称',
'sort_default' => '默认',
'sort_created_at' => '创建时间',
'sort_updated_at' => '更新时间',
// Misc
'deleted_user' => '删除用户',
'no_activity' => '没有活动要显示',
'no_items' => '没有可用的项目',
'back_to_top' => '回到顶部',
'toggle_details' => '显示/隐藏详细信息',
'toggle_thumbnails' => '显示/隐藏缩略图',
'details' => '详细信息',
'grid_view' => '网格视图',
'list_view' => '列表视图',
'default' => '默认',
'breadcrumb' => '面包屑导航',
// Header
'header_menu_expand' => 'Expand Header Menu',
'profile_menu' => '个人资料',
'view_profile' => '查看资料',
'edit_profile' => '编辑资料',
'dark_mode' => '夜间模式',
'light_mode' => '日间模式',
// Layout tabs
'tab_info' => '信息',
'tab_info_label' => 'Tab: Show Secondary Information',
'tab_content' => '内容',
'tab_content_label' => 'Tab: Show Primary Content',
// Email Content
'email_action_help' => '如果您无法点击“:actionText”按钮请将下面的网址复制到您的浏览器中打开',
'email_rights' => '版权所有',
// Footer Link Options
// Not directly used but available for convenience to users.
'privacy_policy' => '隐私政策',
'terms_of_service' => '服务条款',
];