Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit e1e8979

Browse files
committed
update language file for zh-tw
1 parent de53b24 commit e1e8979

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/i18n/zh-tw.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"loginInstead": "Already have an account",
8383
"passwordsDontMatch": "Passwords don't match",
8484
"usernameTaken": "Username already taken",
85-
"signup": "Signup",
85+
"signup": "註冊",
8686
"username": "帳號",
8787
"wrongCredentials": "帳號或密碼錯誤"
8888
},
@@ -173,19 +173,19 @@
173173
"executeOnShell": "Execute on shell",
174174
"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.",
175175
"perm": {
176-
"create": "Create files and directories",
177-
"delete": "Delete files and directories",
178-
"download": "Download",
179-
"modify": "Edit files",
176+
"create": "建立檔案和資料夾",
177+
"delete": "刪除檔案和資料夾",
178+
"download": "下載",
179+
"modify": "編輯檔案",
180180
"execute": "Execute commands",
181-
"rename": "Rename or move files and directories",
182-
"share": "Share files"
181+
"rename": "重命名或移動檔案/資料夾",
182+
"share": "分享檔案"
183183
}
184184
},
185185
"sidebar": {
186186
"help": "幫助",
187-
"login": "Login",
188-
"signup": "Signup",
187+
"login": "登入",
188+
"signup": "註冊",
189189
"logout": "登出",
190190
"myFiles": "我的檔案",
191191
"newFile": "建立檔案",
@@ -229,7 +229,7 @@
229229
"days": ""
230230
},
231231
"download": {
232-
"downloadFile": "Download File",
233-
"downloadFolder": "Download Folder"
232+
"downloadFile": "下載檔案",
233+
"downloadFolder": "下載資料夾"
234234
}
235235
}

0 commit comments

Comments
 (0)