2FAuth/resources/lang/zh/commons.php

72 lines
2.6 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'cancel' => '取消',
'update' => '更新',
'copy' => '复制',
'copy_to_clipboard' => '复制到剪贴板',
'copied_to_clipboard' => '已复制到剪贴板',
'profile' => '配置文件',
'edit' => '编辑',
'delete' => '删除',
'disable' => '停用',
'enable' => '启用',
'create' => '创建',
'save' => '保存',
'close' => '关闭',
'clear' => '清空',
'clear_search' => '清除搜索结果',
'demo_do_not_post_sensitive_data' => '这是一个演示应用,不要上传任何敏感数据',
'testing_do_not_post_sensitive_data' => '这是一个测试应用,不要上传任何敏感数据',
'selected' => '项被选中',
'name' => '名称',
'manage' => '管理',
'done' => '完成',
'new' => '新建',
'back' => '返回',
'move' => '移动',
'all' => '全部',
'select_all' => '全选',
'clear_selection' => '清除选择',
'sort_descending' => '降序排列',
'sort_ascending' => '升序排序',
'rename' => '重命名',
'new_name' => '新名称',
'options' => '选项',
'reload' => '刷新',
'some_data_have_changed' => '某些数据已经更改,您应该:',
'generate' => '生成',
'open_in_browser' => '在浏览器中打开',
'continue' => '继续',
'discard' => '放弃',
'about' => '关于',
'usefull_links' => '有用的链接',
'environment' => '环境',
'credits' => '鸣谢',
'2fauth_teaser' => '用于管理您的两步验证 (2FA) 帐户并生成安全码的网页应用',
'made_with' => '基于',
'ui_icons_by' => 'UI 图标来自',
'logos_by' => 'Logo 来自',
'search' => '搜索​​​​',
'resources' => '资源',
'check_for_update' => '检查更新',
'check_for_update_help' => '自动检查 (每周一次) 并当 2FAuth 在 Github 上发布新版本时发出警告',
'you_are_up_to_date' => '该实例是最新的',
'2fauth_description' => '用于管理您的两步验证 (2FA) 帐户并生成安全码的网页应用',
'image_of_qrcode_to_scan' => '要扫描的二维码图像',
'file' => '文件',
'or' => '或',
'close_the_x_page' => '关闭 {pagetitle} 页',
];