Browse Source

Add Traditional Chinese

Jia-Bin 1 year ago
parent
commit
c72865b181
1 changed files with 137 additions and 0 deletions
  1. 137 0
      resources/i18n/zh_TW.toml

+ 137 - 0
resources/i18n/zh_TW.toml

@@ -0,0 +1,137 @@
1
+[Test]
2
+description = "test"
3
+one = "測試1 {{.P0}}"
4
+other = "測試2 {{.P0}}"
5
+
6
+[ParamsError]
7
+description = "Params validation failed."
8
+one = "引數錯誤。"
9
+other = "引數錯誤。"
10
+
11
+[OperationFailed]
12
+description = "OperationFailed."
13
+one = "操作失敗。"
14
+other = "操作失敗。"
15
+
16
+[OperationSuccess]
17
+description = "OperationSuccess."
18
+one = "操作成功。"
19
+other = "操作成功。"
20
+
21
+[ItemExists]
22
+description = "Item already exists."
23
+one = "資料已存在。"
24
+other = "資料已存在。"
25
+
26
+[ItemNotFound]
27
+description = "Item not found."
28
+one = "資料不存在。"
29
+other = "資料不存在。"
30
+
31
+[NoAccess]
32
+description = "No access."
33
+one = "無許可權。"
34
+other = "無許可權。"
35
+
36
+[UsernameOrPasswordError]
37
+description = "Username or password error."
38
+one = "使用者名稱或密碼錯誤。"
39
+other = "使用者名稱或密碼錯誤。"
40
+
41
+[SystemError]
42
+description = "System error."
43
+one = "系統錯誤。"
44
+other = "系統錯誤。"
45
+
46
+[ConfigNotFound]
47
+description = "Config not found."
48
+one = "配置不存在。"
49
+other = "配置不存在。"
50
+
51
+#授權過期
52
+[OauthExpired]
53
+description = "Oauth expired."
54
+one = "授權過期,請重新授權。"
55
+other = "授權過期,請重新授權。"
56
+
57
+[OauthFailed]
58
+description = "Oauth failed."
59
+one = "授權失敗。"
60
+other = "授權失敗。"
61
+
62
+[OauthHasBindOtherUser]
63
+description = "Oauth has bind other user."
64
+one = "授權已繫結其他使用者。"
65
+other = "授權已繫結其他使用者。"
66
+
67
+[ParamIsEmpty]
68
+description = "Param is empty."
69
+one = "{{.P0}} 為空。"
70
+other = "{{.P0}} 為空。"
71
+
72
+[BindFail]
73
+description = "Bind fail."
74
+one = "繫結失敗。"
75
+other = "繫結失敗。"
76
+[BindSuccess]
77
+description = "Bind success."
78
+one = "繫結成功。"
79
+other = "繫結成功。"
80
+[OauthHasBeenSuccess]
81
+description = "Oauth has been success."
82
+one = "授權已成功。"
83
+other = "授權已成功。"
84
+[OauthSuccess]
85
+description = "Oauth success."
86
+one = "授權成功。"
87
+other = "授權成功。"
88
+[OauthRegisterSuccess]
89
+description = "Oauth register success."
90
+one = "授權註冊成功。"
91
+other = "授權註冊成功。"
92
+[OauthRegisterFailed]
93
+description = "Oauth register failed."
94
+one = "授權註冊失敗。"
95
+other = "授權註冊失敗。"
96
+[GetOauthTokenError]
97
+description = "Get oauth token error."
98
+one = "獲取授權token失敗。"
99
+other = "獲取授權token失敗。"
100
+[GetOauthUserInfoError]
101
+description = "Get oauth user info error."
102
+one = "獲取授權使用者資訊失敗。"
103
+other = "獲取授權使用者資訊失敗。"
104
+[DecodeOauthUserInfoError]
105
+description = "Decode oauth user info error."
106
+one = "解析授權使用者資訊失敗。"
107
+other = "解析授權使用者資訊失敗。"
108
+
109
+[OldPasswordError]
110
+description = "Old password error."
111
+one = "舊密碼錯誤。"
112
+other = "舊密碼錯誤。"
113
+
114
+
115
+[DefaultGroup]
116
+description = "Default group."
117
+one = "預設組"
118
+other = "預設組"
119
+
120
+[ShareGroup]
121
+description = "Share group."
122
+one = "共享組"
123
+other = "共享組"
124
+[RegisterClosed]
125
+description = "Register closed."
126
+one = "註冊已關閉。"
127
+other = "註冊已關閉。"
128
+
129
+[CaptchaRequired]
130
+description = "Captcha required."
131
+one = "需要驗證碼。"
132
+other = "需要驗證碼。"
133
+
134
+[CaptchaError]
135
+description = "Captcha error."
136
+one = "驗證碼錯誤。"
137
+other = "驗證碼錯誤。"