mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add translations into the login system (Also commiting the settings
window to test in prod)
This commit is contained in:
parent
af92b7c573
commit
78bead88cf
3 changed files with 39 additions and 3 deletions
|
@ -86,7 +86,9 @@
|
|||
"dangerzone": "DANGER ZONE",
|
||||
"submit": "Submit",
|
||||
"greet": "Greetings, ",
|
||||
"defaultname": "User"
|
||||
"defaultname": "User",
|
||||
"login": "Login / Register",
|
||||
"loginmessage": "We will create a account for you if you don't have one."
|
||||
},
|
||||
"popuptext": {
|
||||
"logout": "Are you sure you want to logout?",
|
||||
|
|
|
@ -86,7 +86,9 @@
|
|||
"dangerzone": "DANGER ZONE",
|
||||
"submit": "送出",
|
||||
"greet": "嗨, ",
|
||||
"defaultname": "使用者"
|
||||
"defaultname": "使用者",
|
||||
"login": "登入 / 註冊",
|
||||
"loginmessage": "如果妳沒有帳號的話,我們會幫你註冊一個。"
|
||||
},
|
||||
"popup": {
|
||||
"cancel": "取消",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue