update language file for zh-tw

This commit is contained in:
freedomlang 2019-01-16 22:51:28 +08:00
parent de53b24536
commit e1e8979e0b

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": "下載資料夾"
} }
} }