Files
vuefilemanager/resources/js/i18n/lang/cn.json
2020-05-28 13:00:54 +02:00

339 lines
12 KiB
JSON
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.
{
"routes": {
"create_new_password": "创建新密码"
},
"routes_title": {
"profile": "My Profile",
"settings_password": "Change Password",
"settings_storage": "Storage",
"settings_mobile": "Settings",
"users_list": "User Management",
"users_user": "User",
"users_detail": "Detail",
"users_storage_usage": "Storage Usage",
"users_password": "Password",
"users_delete": "Delete User",
"user_create": "Create User"
},
"profile": {
"store_pass": "保存您的密码",
"change_pass": "修改您的密码",
"profile_info": "用户信息"
},
"page_registration": {
"title": "创建一个新用户",
"subtitle": "填写所有内容进行创建",
"label_email": "邮箱:",
"placeholder_email": "键入您的邮箱地址",
"label_name": "全名:",
"placeholder_name": "键入您的全名",
"label_pass": "创建密码:",
"placeholder_pass": "键入新密码",
"label_confirm_pass": "确认密码:",
"placeholder_confirm_pass": "请重复输入一遍密码",
"button_create_account": "创建账户",
"have_an_account": "您之前有过账户了么?"
},
"page_shared": {
"subtitle": "请输入密码后得到分享链接",
"title": "您的分享链接已被保护",
"placeholder_pass": "输入密码",
"download_file": "下载文件",
"submit": "提交"
},
"page_shared_404": {
"subtitle": "您要找的内容可能已经被删除了。",
"title": "没有找到文件"
},
"page_create_password": {
"title": "只需一步进行登录",
"subtitle": "在此创建您的新密码",
"button_update": "更新密码",
"label_email": "邮箱:",
"label_new_pass": "键入新密码",
"label_confirm_pass": "确认密码"
},
"page_forgotten_password": {
"title": "忘记密码?",
"subtitle": "通过邮箱获得重置链接:",
"button_get_link": "获得链接",
"password_remember_text": "还记得住您的密码么?",
"password_remember_button": "登录。",
"pass_sennded_title": "感谢!",
"pass_sennded_subtitle": "我们为您发送了一封确认邮件!",
"pass_reseted_title": "太棒了!",
"pass_reseted_subtitle": "您的密码被成功重置。",
"pass_reseted_signin": "登录"
},
"page_sign_in": {
"title": "您是 {name}?",
"subtitle": "请用您的密码登录",
"placeholder_password": "键入密码",
"button_log_in": "登录",
"password_reset_text": "忘记密码?",
"password_reset_button": "重置密码。"
},
"page_login": {
"title": "欢迎回来!",
"subtitle": "请输入您的邮箱来登录。",
"placeholder_email": "键入您的邮箱",
"button_next": "下一步",
"registration_text": "没有帐号?",
"registration_button": "注册帐号"
},
"uploading": {
"progress": "上传文件 {current}/{total}"
},
"inputs": {
"placeholder_search_files": "搜索文件"
},
"messages": {
"nothing_from_participants": "You don't have any uploads from other users.",
"nothing_to_preview": "没有任何信息可以预览。",
"nothing_was_found": "没找到任何信息。"
},
"locations": {
"shared": "已分享",
"trash": "垃圾箱",
"home": "首页"
},
"file_detail": {
"author_participant": "公共参与者",
"created_at": "创建于",
"shared": "分享",
"author": "作者",
"where": "地址",
"size": "大小"
},
"empty_page": {
"description": "拖动文件至此处,或使用上传按钮",
"call_to_action": "文件上传",
"title": "这里什么都还没有"
},
"alerts": {
"error_confirm": "哦,出了个问题!",
"success_confirm": "太棒了!"
},
"validation_errors": {
"wrong_image": "您可能上传了一个错误的文件!",
"incorrect_password": "不好意思,您输入的密码可能有误!"
},
"pronouns": {
"of": "of"
},
"storage": {
"sec_capacity": "Storage Capacity",
"sec_details": "Capacity Used Details",
"total_used": "Total used {used}",
"total_capacity": "Your storage capacity {capacity}",
"images": "Images",
"videos": "Videos",
"audios": "Audios",
"documents": "Documents",
"others": "Others"
},
"folder": {
"item_counts": "{count} 个文件 | {count} 个文件",
"empty": "空的"
},
"item_thumbnail": {
"original_location": "原始位置",
"deleted_at": "删除时间: {time}"
},
"preview_type": {
"list": "列表",
"grid": "方块"
},
"context_menu": {
"remove_from_favourites": "移出收藏",
"add_to_favourites": "添加进收藏",
"profile_settings": "个人信息编辑",
"create_folder": "创建文件夹",
"empty_trash": "清空垃圾箱",
"share_edit": "编辑分享设定",
"add_folder": "添加文件夹",
"download": "下载",
"log_out": "注销",
"restore": "恢复文件",
"upload": "上传",
"detail": "详情",
"rename": "重命名",
"delete": "删除",
"share": "分享",
"move": "移动"
},
"menu": {
"files": "Files",
"latest": "Recent Uploads",
"shared": "Shared Files",
"trash": "Trash",
"settings": "Settings",
"logout": "Log Out",
"profile": "Profile Settings",
"password": "Password",
"storage": "Storage",
"admin": "Admin"
},
"sidebar": {
"favourites": "收藏",
"favourites_empty": "将您想要收藏的文件夹拖动至此",
"folders_empty": "Create some new folder.",
"latest": "Recent Uploads",
"home": "Home",
"tools_title": "Tools",
"locations_title": "Base",
"navigator_title": "Navigator",
"my_shared": "My Shared Items",
"participant_uploads": "Participant Uploads"
},
"popup_rename": {
"title": "修改文件/夹名称"
},
"popup_create_folder": {
"title": "请填入新文件夹名称",
"folder_default_name": "新文件夹"
},
"popup_move_item": {
"submit": "移动文件/夹",
"title": "移动文件/夹",
"cancel": "取消"
},
"popup_pass_changed": {
"title": "您的密码已经改变!",
"message": "现在,您拥有一个新的密码。"
},
"popup_trashed": {
"title": "您的垃圾箱已清空!",
"message": "现在,您的垃圾箱已经被完全清空。"
},
"popup_error": {
"title": "wow好像有什么东西坏掉了",
"message": "有什么东西坏掉了,请联系我们,引导我们修复。"
},
"popup_exceed_limit": {
"title": "wow您已经超过了存储上线。",
"message": "请联系我们来增加您的存储空间。"
},
"popup_share_create": {
"title": "分享您的 {item}"
},
"popup_share_edit": {
"title": "更新分享设定",
"change_pass": "更改密码",
"save": "保存更改",
"stop": "停止风险",
"confirm": "确认"
},
"shared": {
"empty_shared": "您还没有分享任何内容",
"editor": "可以编辑和上传文件",
"visitor": "仅可以查看或下载文件",
"can_download": "仅可以下载"
},
"shared_form": {
"placeholder_permission": "请设置权限",
"label_password_protection": "密码保护",
"button_done": "太好了!",
"button_generate": "生成分享链接",
"label_permission": "权限",
"label_shared_url": "分享链接"
},
"actions": {
"create_folder": "穿件文件夹",
"preview": "更改预览",
"upload": "上传文件",
"delete": "删除内容",
"move": "Move item",
"share": "Share item"
},
"types": {
"folder": "文件夹",
"file": "文件"
},
"popup_passport_error": {
"title": "Invalid Passport Grand Client",
"message": "Probably you didn't generated Passport Grant client or you didn't set up passport credentials in your .env file. Please follow install instructions."
},
"popup_signup_error": {
"title": "Server Error",
"message": "Please check your database connection if everything works correctly."
},
"popup_paylod_error": {
"title": "File is too large",
"message": "Sorry, your file is too large and can't be uploaded"
},
"popup_deleted_user": {
"title": "User was deleted",
"message": "Your user was deleted with all user data content."
},
"user_box_storage": {
"title": "Change User Storage Capacity",
"description": "Change user storage capacity by input bellow. You have to type only number e.g. value '5' means, user will have 5GB of storage capacity."
},
"user_box_password": {
"title": "Change User Password",
"description": "You can send password reset email via button bellow. User will be redirected to page where he can update password for his account."
},
"user_box_delete": {
"title": "Delete User",
"description": "You can delete your user, but, pay attention! This event is irreversible and all user data include user files will be deleted."
},
"user_box_role": {
"title": "Change User Role",
"description": "You can change role for current user. Admin role can edit or create new users, change storage capacity and any other application settings."
},
"admin_menu": {
"admin_label": "Admin",
"users": "Users"
},
"admin_page_user": {
"select_role": "Select user role",
"save_role": "Save Role",
"label_person_info": "Personal Information",
"label_delete_user": "Type with Case Sensitive user name {user}",
"label_change_capacity": "Type storage capacity in GB",
"placeholder_delete_user": "Type here",
"delete_user": "Delete User",
"change_capacity": "Change Capacity",
"send_password_link": "Send Password Reset Link",
"tabs": {
"detail": "Detail",
"storage": "Storage Usage",
"password": "Password",
"delete": "Delete User"
},
"table": {
"name": "User",
"role": "Role",
"storage_used": "Storage Used",
"storage_capacity": "Storage Capacity",
"created_at": "Registered",
"action": "Action"
},
"create_user": {
"group_details": "Account Details",
"group_settings": "Account Settings",
"submit": "Create User",
"label_email": "Type E-mail",
"label_name": "Type full name",
"label_conf_pass": "Confirm password"
}
},
"toaster": {
"changed_user": "You successfully changed user's role!",
"sended_password": "You successfully send user email for reset password!",
"changed_capacity": "You successfully changed user's storage size!",
"created_user": "User was created successfully!"
},
"roles": {
"admin": "Admin",
"user": "User"
},
"datatable": {
"paginate_info": "Showing 1 - {visible} from {total} records"
},
"input_image": {
"title": "Upload Image",
"supported": "Supported formats are .png, .jpg, .jpeg."
}
}