New Crowdin updates (#1529)

Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
Thomas Camlong
2023-10-31 09:12:59 +01:00
committed by GitHub
parent 0da6112913
commit fc969e5042
405 changed files with 6545 additions and 796 deletions

View File

@@ -0,0 +1,35 @@
{
"metaTitle": "創建帳號",
"title": "創建帳號",
"text": "請在下方定義您的憑證",
"form": {
"fields": {
"username": {
"label": "帳號"
},
"password": {
"label": "密碼"
},
"passwordConfirmation": {
"label": "確認密碼"
}
},
"buttons": {
"submit": "創建帳號"
}
},
"notifications": {
"loading": {
"title": "創建帳號中...",
"text": "請稍後"
},
"success": {
"title": "帳號已創建",
"text": "您的帳號已創建成功"
},
"error": {
"title": "錯誤",
"text": "出錯,出現以下錯誤:{{error}}"
}
}
}

View File

@@ -0,0 +1,20 @@
{
"metaTitle": "登入",
"title": "歡迎回來!",
"text": "請確認您的憑證",
"form": {
"fields": {
"username": {
"label": "使用者"
},
"password": {
"label": "密碼"
}
},
"buttons": {
"submit": "登入"
},
"afterLoginRedirection": "登入後,您將進入 {{url}}"
},
"alert": "您的憑證不正確或此帳號不存在,請重試"
}