Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions src/i18n/zh-cn.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"permanent": "永久",
"buttons": {
"shell": "Toggle shell",
"shell": "激活 shell",
"cancel": "取消",
"close": "关闭",
"copy": "复制",
Expand Down Expand Up @@ -38,7 +38,7 @@
"linkCopied": "链接已复制!"
},
"errors": {
"forbidden": "You don't have permissions to access this.",
"forbidden": "你无权限访问",
"internal": "服务器出了点问题。",
"notFound": "找不到文件。"
},
Expand Down Expand Up @@ -76,13 +76,13 @@
},
"login": {
"password": "密码",
"passwordConfirm": "Password Confirmation",
"passwordConfirm": "确认密码",
"submit": "登录",
"createAnAccount": "Create an account",
"loginInstead": "Already have an account",
"passwordsDontMatch": "Passwords don't match",
"usernameTaken": "Username already taken",
"signup": "Signup",
"createAnAccount": "创建用户",
"loginInstead": "已有用户登录",
"passwordsDontMatch": "密码不一致",
"usernameTaken": "用户名已经被使用",
"signup": "注册",
"username": "用户名",
"wrongCredentials": "用户名或密码错误"
},
Expand Down Expand Up @@ -164,28 +164,28 @@
"username": "用户名",
"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.",
"allowSignup": "Allow users to signup",
"insertRegex": "Insert regex expression",
"allowSignup": "允许用户注册",
"insertRegex": "插入正则表达式",
"insertPath": "Insert the path",
"userUpdated": "用户已更新!",
"userDefaults": "User default settings",
"defaultUserDescription": "This are the default settings for new users.",
"userDefaults": "用户默认设置",
"defaultUserDescription": "这些是新用户的默认设置",
"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",
"modify": "Edit files",
"execute": "Execute commands",
"rename": "Rename or move files and directories",
"share": "Share files"
"create": "创建文件和文件夹",
"delete": "删除文件和文件夹",
"download": "下载",
"modify": "编辑",
"execute": "执行命令",
"rename": "重命名或移动文件和文件夹",
"share": "分享文件"
}
},
"sidebar": {
"help": "帮助",
"login": "Login",
"signup": "Signup",
"login": "登录",
"signup": "注册",
"logout": "登出",
"myFiles": "我的文件",
"newFile": "新建文件",
Expand All @@ -202,8 +202,8 @@
"types": "类型",
"video": "视频",
"search": "搜索...",
"typeToSearch": "Type to search...",
"pressToSearch": "Press enter to search..."
"typeToSearch": "输入搜索...",
"pressToSearch": "回车搜索..."
},
"languages": {
"ar": "العربية",
Expand All @@ -229,7 +229,7 @@
"days": "天"
},
"download": {
"downloadFile": "Download File",
"downloadFolder": "Download Folder"
"downloadFile": "下载文件",
"downloadFolder": "下载文件夹"
}
}
22 changes: 11 additions & 11 deletions src/i18n/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"loginInstead": "Already have an account",
"passwordsDontMatch": "Passwords don't match",
"usernameTaken": "Username already taken",
"signup": "Signup",
"signup": "註冊",
"username": "帳號",
"wrongCredentials": "帳號或密碼錯誤"
},
Expand Down Expand Up @@ -173,19 +173,19 @@
"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",
"modify": "Edit files",
"create": "建立檔案和資料夾",
"delete": "刪除檔案和資料夾",
"download": "下載",
"modify": "編輯檔案",
"execute": "Execute commands",
"rename": "Rename or move files and directories",
"share": "Share files"
"rename": "重命名或移動檔案/資料夾",
"share": "分享檔案"
}
},
"sidebar": {
"help": "幫助",
"login": "Login",
"signup": "Signup",
"login": "登入",
"signup": "註冊",
"logout": "登出",
"myFiles": "我的檔案",
"newFile": "建立檔案",
Expand Down Expand Up @@ -229,7 +229,7 @@
"days": "天"
},
"download": {
"downloadFile": "Download File",
"downloadFolder": "Download Folder"
"downloadFile": "下載檔案",
"downloadFolder": "下載資料夾"
}
}