feat: update i18n
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"permanent": "永久",
|
||||
"buttons": {
|
||||
"shell": "Toggle shell",
|
||||
"cancel": "取消",
|
||||
"close": "关闭",
|
||||
"copy": "复制",
|
||||
@@ -37,7 +38,7 @@
|
||||
"linkCopied": "链接已复制!"
|
||||
},
|
||||
"errors": {
|
||||
"forbidden": "你被禁止访问。",
|
||||
"forbidden": "You don't have permissions to access this.",
|
||||
"internal": "服务器出了点问题。",
|
||||
"notFound": "找不到文件。"
|
||||
},
|
||||
@@ -167,14 +168,15 @@
|
||||
"insertRegex": "Insert regex expression",
|
||||
"insertPath": "Insert the path",
|
||||
"userUpdated": "用户已更新!",
|
||||
"generalSettings": "General settings",
|
||||
"userDefaults": "User default settings",
|
||||
"defaultUserDescription": "This are the default settings for new users.",
|
||||
"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.",
|
||||
"perm": {
|
||||
"create": "Create files and directories",
|
||||
"delete": "Delete files and directories",
|
||||
"download": "Download",
|
||||
"edit": "Edit files",
|
||||
"modify": "Edit files",
|
||||
"execute": "Execute commands",
|
||||
"rename": "Rename or move files and directories",
|
||||
"share": "Share files"
|
||||
@@ -182,6 +184,8 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"help": "帮助",
|
||||
"login": "Login",
|
||||
"signup": "Signup",
|
||||
"logout": "登出",
|
||||
"myFiles": "我的文件",
|
||||
"newFile": "新建文件",
|
||||
@@ -194,18 +198,12 @@
|
||||
"search": {
|
||||
"images": "图像",
|
||||
"music": "音乐",
|
||||
"notSupportedCommand": "This is a not supported command.",
|
||||
"pdf": "PDF",
|
||||
"pressToExecute": "按回车键执行。",
|
||||
"pressToSearch": "按回车键搜索。",
|
||||
"search": "搜索...",
|
||||
"searchOrCommand": "搜索或者执行命令(Linux 代码)...",
|
||||
"searchOrSupportedCommand": "搜索或加入\"$\"前缀以使用其中一个您可以使用的命令:",
|
||||
"typeCommand": "Type and press enter to execute.",
|
||||
"typeSearch": "Type and press enter to search.",
|
||||
"types": "类型",
|
||||
"video": "视频",
|
||||
"writeToSearch": "请输入要搜索的内容"
|
||||
"search": "搜索...",
|
||||
"typeToSearch": "Type to search...",
|
||||
"pressToSearch": "Press enter to search..."
|
||||
},
|
||||
"languages": {
|
||||
"ar": "العربية",
|
||||
@@ -229,5 +227,9 @@
|
||||
"minutes": "分钟",
|
||||
"hours": "小时",
|
||||
"days": "天"
|
||||
},
|
||||
"download": {
|
||||
"downloadFile": "Download File",
|
||||
"downloadFolder": "Download Folder"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user