update i18n for zh-cn and zh-tw (#74)

This commit is contained in:
Henrique Dias 2019-01-17 15:54:01 +00:00 committed by GitHub
commit e663c60a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 36 deletions

View File

@ -1,7 +1,7 @@
{ {
"permanent": "永久", "permanent": "永久",
"buttons": { "buttons": {
"shell": "Toggle shell", "shell": "激活 shell",
"cancel": "取消", "cancel": "取消",
"close": "关闭", "close": "关闭",
"copy": "复制", "copy": "复制",
@ -38,7 +38,7 @@
"linkCopied": "链接已复制!" "linkCopied": "链接已复制!"
}, },
"errors": { "errors": {
"forbidden": "You don't have permissions to access this.", "forbidden": "你无权限访问",
"internal": "服务器出了点问题。", "internal": "服务器出了点问题。",
"notFound": "找不到文件。" "notFound": "找不到文件。"
}, },
@ -76,13 +76,13 @@
}, },
"login": { "login": {
"password": "密码", "password": "密码",
"passwordConfirm": "Password Confirmation", "passwordConfirm": "确认密码",
"submit": "登录", "submit": "登录",
"createAnAccount": "Create an account", "createAnAccount": "创建用户",
"loginInstead": "Already have an account", "loginInstead": "已有用户登录",
"passwordsDontMatch": "Passwords don't match", "passwordsDontMatch": "密码不一致",
"usernameTaken": "Username already taken", "usernameTaken": "用户名已经被使用",
"signup": "Signup", "signup": "注册",
"username": "用户名", "username": "用户名",
"wrongCredentials": "用户名或密码错误" "wrongCredentials": "用户名或密码错误"
}, },
@ -164,28 +164,28 @@
"username": "用户名", "username": "用户名",
"users": "用户", "users": "用户",
"globalRules": "This is a global set of allow and disallow rules. They apply to every user. You can define specific rules on each user's settings to override this ones.", "globalRules": "This is a global set of allow and disallow rules. They apply to every user. You can define specific rules on each user's settings to override this ones.",
"allowSignup": "Allow users to signup", "allowSignup": "允许用户注册",
"insertRegex": "Insert regex expression", "insertRegex": "插入正则表达式",
"insertPath": "Insert the path", "insertPath": "Insert the path",
"userUpdated": "用户已更新!", "userUpdated": "用户已更新!",
"userDefaults": "User default settings", "userDefaults": "用户默认设置",
"defaultUserDescription": "This are the default settings for new users.", "defaultUserDescription": "这些是新用户的默认设置",
"executeOnShell": "Execute on shell", "executeOnShell": "Execute on shell",
"executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.", "executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.",
"perm": { "perm": {
"create": "Create files and directories", "create": "创建文件和文件夹",
"delete": "Delete files and directories", "delete": "删除文件和文件夹",
"download": "Download", "download": "下载",
"modify": "Edit files", "modify": "编辑",
"execute": "Execute commands", "execute": "执行命令",
"rename": "Rename or move files and directories", "rename": "重命名或移动文件和文件夹",
"share": "Share files" "share": "分享文件"
} }
}, },
"sidebar": { "sidebar": {
"help": "帮助", "help": "帮助",
"login": "Login", "login": "登录",
"signup": "Signup", "signup": "注册",
"logout": "登出", "logout": "登出",
"myFiles": "我的文件", "myFiles": "我的文件",
"newFile": "新建文件", "newFile": "新建文件",
@ -202,8 +202,8 @@
"types": "类型", "types": "类型",
"video": "视频", "video": "视频",
"search": "搜索...", "search": "搜索...",
"typeToSearch": "Type to search...", "typeToSearch": "输入搜索...",
"pressToSearch": "Press enter to search..." "pressToSearch": "回车搜索..."
}, },
"languages": { "languages": {
"ar": "العربية", "ar": "العربية",
@ -229,7 +229,7 @@
"days": "天" "days": "天"
}, },
"download": { "download": {
"downloadFile": "Download File", "downloadFile": "下载文件",
"downloadFolder": "Download Folder" "downloadFolder": "下载文件夹"
} }
} }

View File

@ -82,7 +82,7 @@
"loginInstead": "Already have an account", "loginInstead": "Already have an account",
"passwordsDontMatch": "Passwords don't match", "passwordsDontMatch": "Passwords don't match",
"usernameTaken": "Username already taken", "usernameTaken": "Username already taken",
"signup": "Signup", "signup": "註冊",
"username": "帳號", "username": "帳號",
"wrongCredentials": "帳號或密碼錯誤" "wrongCredentials": "帳號或密碼錯誤"
}, },
@ -173,19 +173,19 @@
"executeOnShell": "Execute on shell", "executeOnShell": "Execute on shell",
"executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.", "executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.",
"perm": { "perm": {
"create": "Create files and directories", "create": "建立檔案和資料夾",
"delete": "Delete files and directories", "delete": "刪除檔案和資料夾",
"download": "Download", "download": "下載",
"modify": "Edit files", "modify": "編輯檔案",
"execute": "Execute commands", "execute": "Execute commands",
"rename": "Rename or move files and directories", "rename": "重命名或移動檔案/資料夾",
"share": "Share files" "share": "分享檔案"
} }
}, },
"sidebar": { "sidebar": {
"help": "幫助", "help": "幫助",
"login": "Login", "login": "登入",
"signup": "Signup", "signup": "註冊",
"logout": "登出", "logout": "登出",
"myFiles": "我的檔案", "myFiles": "我的檔案",
"newFile": "建立檔案", "newFile": "建立檔案",
@ -229,7 +229,7 @@
"days": "天" "days": "天"
}, },
"download": { "download": {
"downloadFile": "Download File", "downloadFile": "下載檔案",
"downloadFolder": "Download Folder" "downloadFolder": "下載資料夾"
} }
} }