Skip to content

Commit 7aeed1e

Browse files
committed
fix(translation): 修正繁體中文留言內容提示及新增登入錯誤訊息
1 parent 355eef8 commit 7aeed1e

1 file changed

Lines changed: 37 additions & 5 deletions

File tree

client/public/locales/zh-TW/translation.json

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"clear": "清除",
4242
"close": "關閉",
4343
"comment": {
44-
"empty": "留言内容不能為空",
44+
"empty": "留言內容不能為空",
4545
"placeholder": {
4646
"title": "說點什麼吧"
4747
},
@@ -52,7 +52,7 @@
5252
"comparison": "比較",
5353
"confirm": "確認",
5454
"content": {
55-
"empty": "内容不能為空"
55+
"empty": "內容不能為空"
5656
},
5757
"count": {
5858
"pv": "瀏覽數",
@@ -117,7 +117,16 @@
117117
"listed": "列出在文章中",
118118
"load_more": "載入更多",
119119
"login": {
120+
"error":{
121+
"empty": "請輸入用戶名和密碼",
122+
"failed": "登入失敗",
123+
"invalid": "用戶名或密碼錯誤",
124+
"network": "網路錯誤,請重試"
125+
},
126+
"loading": "登入中...",
127+
"no_methods": "沒有可用的登入方式",
120128
"oauth_only": "請登入後繼續",
129+
"or": "",
121130
"password": {
122131
"placeholder": "請輸入密碼"
123132
},
@@ -181,8 +190,8 @@
181190
}
182191
},
183192
"footer": {
184-
"desc": "設定顯示於網站底部的内容(HTML)",
185-
"title": "網站底部内容"
193+
"desc": "設定顯示於網站底部的內容(HTML)",
194+
"title": "網站底部內容"
186195
},
187196
"friend": {
188197
"apply": {
@@ -256,6 +265,29 @@
256265
"other": {
257266
"title": "其他設定"
258267
},
268+
"site": {
269+
"title": "網站訊息",
270+
"name": {
271+
"title": "網站名稱",
272+
"desc": "設定顯示在網站標題和導覽列的網站名稱",
273+
"label": "網站名稱"
274+
},
275+
"description": {
276+
"title": "網站描述",
277+
"desc": "設定顯示在導覽列的簡短描述",
278+
"label": "網站描述"
279+
},
280+
"avatar": {
281+
"title": "網站頭像",
282+
"desc": "設定顯示在導覽列的頭像 URL",
283+
"label": "頭像 URL"
284+
},
285+
"page_size": {
286+
"title": "分頁大小",
287+
"desc": "設定文章列表每頁顯示的數量",
288+
"label": "每頁文章數量"
289+
}
290+
},
259291
"rss": {
260292
"desc": "啟用網站底部 RSS 訂閱連結",
261293
"title": "RSS 訂閱連結"
@@ -314,7 +346,7 @@
314346
"invalid_file_type": "請上傳圖片文件",
315347
"empty_username": "暱稱不能為空",
316348
"update_failed": "更新失敗",
317-
"network": "網絡錯誤,請重試"
349+
"network": "網路錯誤,請重試"
318350
}
319351
}
320352
}

0 commit comments

Comments
 (0)