Browse Source

feat: Update zh_TW.toml (#322)

Corrected translation to match Taiwanese Traditional Chinese usage
startgo 6 months ago
parent
commit
8819c85ef4
1 changed files with 56 additions and 49 deletions
  1. 56 49
      resources/i18n/zh_TW.toml

+ 56 - 49
resources/i18n/zh_TW.toml

@@ -5,8 +5,8 @@ other = "測試2 {{.P0}}"
5
 
5
 
6
 [ParamsError]
6
 [ParamsError]
7
 description = "Params validation failed."
7
 description = "Params validation failed."
8
-one = "引數錯誤。"
9
-other = "引數錯誤。"
8
+one = "參數驗證失敗。"
9
+other = "參數驗證失敗。"
10
 
10
 
11
 [OperationFailed]
11
 [OperationFailed]
12
 description = "OperationFailed."
12
 description = "OperationFailed."
@@ -20,18 +20,18 @@ other = "操作成功。"
20
 
20
 
21
 [ItemExists]
21
 [ItemExists]
22
 description = "Item already exists."
22
 description = "Item already exists."
23
-one = "資料已存在。"
24
-other = "資料已存在。"
23
+one = "項目已存在。"
24
+other = "項目已存在。"
25
 
25
 
26
 [ItemNotFound]
26
 [ItemNotFound]
27
 description = "Item not found."
27
 description = "Item not found."
28
-one = "資料不存在。"
29
-other = "資料不存在。"
28
+one = "找不到項目。"
29
+other = "找不到項目。"
30
 
30
 
31
 [NoAccess]
31
 [NoAccess]
32
 description = "No access."
32
 description = "No access."
33
-one = "無許可權。"
34
-other = "無許可權。"
33
+one = "無權限存取。"
34
+other = "無權限存取。"
35
 
35
 
36
 [NeedLogin]
36
 [NeedLogin]
37
 description = "Need login."
37
 description = "Need login."
@@ -50,24 +50,23 @@ other = "系統錯誤。"
50
 
50
 
51
 [ConfigNotFound]
51
 [ConfigNotFound]
52
 description = "Config not found."
52
 description = "Config not found."
53
-one = "配置不存在。"
54
-other = "配置不存在。"
53
+one = "找不到設定。"
54
+other = "找不到設定。"
55
 
55
 
56
-#授權過期
57
 [OauthExpired]
56
 [OauthExpired]
58
 description = "Oauth expired."
57
 description = "Oauth expired."
59
-one = "授權過期,請重新授權。"
60
-other = "授權過期,請重新授權。"
58
+one = "OAuth 已過期,請重試。"
59
+other = "OAuth 已過期,請重試。"
61
 
60
 
62
 [OauthFailed]
61
 [OauthFailed]
63
 description = "Oauth failed."
62
 description = "Oauth failed."
64
-one = "授權失敗。"
65
-other = "授權失敗。"
63
+one = "OAuth 失敗。"
64
+other = "OAuth 失敗。"
66
 
65
 
67
 [OauthHasBindOtherUser]
66
 [OauthHasBindOtherUser]
68
 description = "Oauth has bind other user."
67
 description = "Oauth has bind other user."
69
-one = "授權已繫結其他使用者。"
70
-other = "授權已繫結其他使用者。"
68
+one = "OAuth 已綁定其他使用者。"
69
+other = "OAuth 已綁定其他使用者。"
71
 
70
 
72
 [ParamIsEmpty]
71
 [ParamIsEmpty]
73
 description = "Param is empty."
72
 description = "Param is empty."
@@ -76,56 +75,64 @@ other = "{{.P0}} 為空。"
76
 
75
 
77
 [BindFail]
76
 [BindFail]
78
 description = "Bind fail."
77
 description = "Bind fail."
79
-one = "繫結失敗。"
80
-other = "繫結失敗。"
78
+one = "綁定失敗。"
79
+other = "綁定失敗。"
80
+
81
 [BindSuccess]
81
 [BindSuccess]
82
 description = "Bind success."
82
 description = "Bind success."
83
-one = "繫結成功。"
84
-other = "繫結成功。"
83
+one = "綁定成功。"
84
+other = "綁定成功。"
85
+
85
 [OauthHasBeenSuccess]
86
 [OauthHasBeenSuccess]
86
 description = "Oauth has been success."
87
 description = "Oauth has been success."
87
-one = "授權已成功。"
88
-other = "授權已成功。"
88
+one = "OAuth 已成功。"
89
+other = "OAuth 已成功。"
90
+
89
 [OauthSuccess]
91
 [OauthSuccess]
90
 description = "Oauth success."
92
 description = "Oauth success."
91
-one = "授權成功。"
92
-other = "授權成功。"
93
+one = "OAuth 成功。"
94
+other = "OAuth 成功。"
95
+
93
 [OauthRegisterSuccess]
96
 [OauthRegisterSuccess]
94
 description = "Oauth register success."
97
 description = "Oauth register success."
95
-one = "授權註冊成功。"
96
-other = "授權註冊成功。"
98
+one = "OAuth 註冊成功。"
99
+other = "OAuth 註冊成功。"
100
+
97
 [OauthRegisterFailed]
101
 [OauthRegisterFailed]
98
 description = "Oauth register failed."
102
 description = "Oauth register failed."
99
-one = "授權註冊失敗。"
100
-other = "授權註冊失敗。"
103
+one = "OAuth 註冊失敗。"
104
+other = "OAuth 註冊失敗。"
105
+
101
 [GetOauthTokenError]
106
 [GetOauthTokenError]
102
 description = "Get oauth token error."
107
 description = "Get oauth token error."
103
-one = "獲取授權token失敗。"
104
-other = "獲取授權token失敗。"
108
+one = "取得 OAuth 權杖錯誤。"
109
+other = "取得 OAuth 權杖錯誤。"
110
+
105
 [GetOauthUserInfoError]
111
 [GetOauthUserInfoError]
106
 description = "Get oauth user info error."
112
 description = "Get oauth user info error."
107
-one = "獲取授權使用者資訊失敗。"
108
-other = "獲取授權使用者資訊失敗。"
113
+one = "取得 OAuth 使用者資訊錯誤。"
114
+other = "取得 OAuth 使用者資訊錯誤。"
115
+
109
 [DecodeOauthUserInfoError]
116
 [DecodeOauthUserInfoError]
110
 description = "Decode oauth user info error."
117
 description = "Decode oauth user info error."
111
-one = "解析授權使用者資訊失敗。"
112
-other = "解析授權使用者資訊失敗。"
118
+one = "解析 OAuth 使用者資訊錯誤。"
119
+other = "解析 OAuth 使用者資訊錯誤。"
113
 
120
 
114
 [OldPasswordError]
121
 [OldPasswordError]
115
 description = "Old password error."
122
 description = "Old password error."
116
 one = "舊密碼錯誤。"
123
 one = "舊密碼錯誤。"
117
 other = "舊密碼錯誤。"
124
 other = "舊密碼錯誤。"
118
 
125
 
119
-
120
 [DefaultGroup]
126
 [DefaultGroup]
121
 description = "Default group."
127
 description = "Default group."
122
-one = "預設組"
123
-other = "預設組"
128
+one = "預設組"
129
+other = "預設組"
124
 
130
 
125
 [ShareGroup]
131
 [ShareGroup]
126
 description = "Share group."
132
 description = "Share group."
127
-one = "共享組"
128
-other = "共享組"
133
+one = "共享群組"
134
+other = "共享群組"
135
+
129
 [RegisterClosed]
136
 [RegisterClosed]
130
 description = "Register closed."
137
 description = "Register closed."
131
 one = "註冊已關閉。"
138
 one = "註冊已關閉。"
@@ -143,20 +150,20 @@ other = "驗證碼錯誤。"
143
 
150
 
144
 [PwdLoginDisabled]
151
 [PwdLoginDisabled]
145
 description = "Password login disabled."
152
 description = "Password login disabled."
146
-one = "密碼登錄已禁用。"
147
-other = "密碼登錄已禁用。"
153
+one = "密碼登入已停用。"
154
+other = "密碼登入已停用。"
148
 
155
 
149
 [CannotShareToSelf]
156
 [CannotShareToSelf]
150
 description = "Cannot share to self."
157
 description = "Cannot share to self."
151
-one = "無法享給自己。"
152
-other = "無法享給自己。"
158
+one = "無法享給自己。"
159
+other = "無法享給自己。"
153
 
160
 
154
 [Banned]
161
 [Banned]
155
 description = "Banned."
162
 description = "Banned."
156
-one = "禁止使用。"
157
-other = "禁止使用。"
163
+one = "已被禁用。"
164
+other = "已被禁用。"
158
 
165
 
159
 [RegisterSuccessWaitAdminConfirm]
166
 [RegisterSuccessWaitAdminConfirm]
160
-description = "Register success wait admin confirm."
161
-one = "註冊成功,等待管理員確認。"
162
-other = "註冊成功,等待管理員確認。"
167
+description = "Register success, wait admin confirm."
168
+one = "註冊成功,等待管理員確認。"
169
+other = "註冊成功,等待管理員確認。"