update i18n for simplified chinese
parent
bc518a0e82
commit
de53b24536
|
@ -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": "下载文件夹"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue