You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/i18n/zh-cn.json
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"permanent": "永久",
3
3
"buttons": {
4
-
"shell": "Toggle shell",
4
+
"shell": "激活 shell",
5
5
"cancel": "取消",
6
6
"close": "关闭",
7
7
"copy": "复制",
@@ -38,7 +38,7 @@
38
38
"linkCopied": "链接已复制!"
39
39
},
40
40
"errors": {
41
-
"forbidden": "You don't have permissions to access this.",
41
+
"forbidden": "你无权限访问",
42
42
"internal": "服务器出了点问题。",
43
43
"notFound": "找不到文件。"
44
44
},
@@ -76,13 +76,13 @@
76
76
},
77
77
"login": {
78
78
"password": "密码",
79
-
"passwordConfirm": "Password Confirmation",
79
+
"passwordConfirm": "确认密码",
80
80
"submit": "登录",
81
-
"createAnAccount": "Create an account",
82
-
"loginInstead": "Already have an account",
83
-
"passwordsDontMatch": "Passwords don't match",
84
-
"usernameTaken": "Username already taken",
85
-
"signup": "Signup",
81
+
"createAnAccount": "创建用户",
82
+
"loginInstead": "已有用户登录",
83
+
"passwordsDontMatch": "密码不一致",
84
+
"usernameTaken": "用户名已经被使用",
85
+
"signup": "注册",
86
86
"username": "用户名",
87
87
"wrongCredentials": "用户名或密码错误"
88
88
},
@@ -164,28 +164,28 @@
164
164
"username": "用户名",
165
165
"users": "用户",
166
166
"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.",
167
-
"allowSignup": "Allow users to signup",
168
-
"insertRegex": "Insert regex expression",
167
+
"allowSignup": "允许用户注册",
168
+
"insertRegex": "插入正则表达式",
169
169
"insertPath": "Insert the path",
170
170
"userUpdated": "用户已更新!",
171
-
"userDefaults": "User default settings",
172
-
"defaultUserDescription": "This are the default settings for new users.",
171
+
"userDefaults": "用户默认设置",
172
+
"defaultUserDescription": "这些是新用户的默认设置",
173
173
"executeOnShell": "Execute on shell",
174
174
"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.",
Copy file name to clipboardExpand all lines: src/i18n/zh-tw.json
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@
82
82
"loginInstead": "Already have an account",
83
83
"passwordsDontMatch": "Passwords don't match",
84
84
"usernameTaken": "Username already taken",
85
-
"signup": "Signup",
85
+
"signup": "註冊",
86
86
"username": "帳號",
87
87
"wrongCredentials": "帳號或密碼錯誤"
88
88
},
@@ -173,19 +173,19 @@
173
173
"executeOnShell": "Execute on shell",
174
174
"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.",
0 commit comments