Skip to content

Commit

Permalink
Merge pull request #11865 from tan9/i18n/zh-tw-refine
Browse files Browse the repository at this point in the history
Refine zh-tw localization.
  • Loading branch information
DanielFran authored May 29, 2020
2 parents 49a5313 + 35ed141 commit 9c5af1e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"remoteAddress": "遠端位址:"
}
},
"notFound": "No audit found"
"notFound": "沒有稽核事件"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"form": {
"username.label": "帳號",
"username.placeholder": "您的帳號",
"currentpassword.label": "Current password",
"currentpassword.placeholder": "Current password",
"currentpassword.label": "現在的密碼",
"currentpassword.placeholder": "現在的密碼",
"newpassword.label": "新密碼",
"newpassword.placeholder": "您的新密碼",
"confirmpassword.label": "新密碼確認",
Expand Down Expand Up @@ -154,8 +154,8 @@
"idexists": "新實體不能包含 ID",
"idnull": "無效的 ID",
"file": {
"could.not.extract": "Could not extract file",
"not.image": "File was expected to be an image but was found to be \"{{ fileType }}\""
"could.not.extract": "無法解壓縮檔案",
"not.image": "檔案應該要是圖片格式,但實際卻是 \"{{ fileType }}\""
}
},
"footer": "這裡是您的頁尾"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<%_ } _%>
"diskSpace": "硬碟空間",
"mail": "電子郵件",
"ping": "Application"<% if (searchEngine === 'elasticsearch') { %>,
"ping": "應用程式"<% if (searchEngine === 'elasticsearch') { %>,
"elasticsearch": "Elasticsearch"<% } %><% if (databaseType === 'sql') { %>,
"db": "資料庫"<% } %><% if (databaseType === 'mongodb') { %>,
"mongo": "MongoDB"<% } %><% if (databaseType === 'cassandra') { %>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chat": "JHipster 公開聊天室",
"follow": "在 Twitter 上關注 @jhipster"
},
"like": "如果您喜歡 JHipster,別忘了給我們一顆星星,馬上連到",
"like": "如果您喜歡 JHipster,別忘了給我們星星,馬上連到",
"github": "GitHub"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"required": "您的帳號是必填欄位。",
"minlength": "您的帳號長度至少要有 1 個字元。",
"maxlength": "您的帳號長度不能超過 50 個字元。",
"pattern": "Your username is invalid."
"pattern": "您的帳號無效。"
}
},
"success": "<strong>註冊成功!</strong> 請檢查您的電子郵件信箱進行確認。",
Expand Down

0 comments on commit 9c5af1e

Please sign in to comment.