New translations strings.i18n.json (English)
This commit is contained in:
parent
21463c9762
commit
cdaad71339
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"locales(map)": {
|
"locales(map)": {
|
||||||
"en": "English",
|
"en": "English",
|
||||||
"ru": "Russian (Русский)",
|
"ru-RU": "Russian (Русский)",
|
||||||
"zh-CN": "Simplified Chinese (简体中文)"
|
"zh-CN": "Simplified Chinese (简体中文)"
|
||||||
},
|
},
|
||||||
"gamemodes(map)": {
|
"gamemodes(map)": {
|
||||||
|
@ -23,6 +23,16 @@
|
||||||
"data": "Saved Data",
|
"data": "Saved Data",
|
||||||
"settings": "Settings"
|
"settings": "Settings"
|
||||||
},
|
},
|
||||||
|
"playerRole(map)": {
|
||||||
|
"user": "User",
|
||||||
|
"banned": "Banned",
|
||||||
|
"bot": "Bot",
|
||||||
|
"sysop": "System operator",
|
||||||
|
"admin": "Admin",
|
||||||
|
"mod": "Moderator",
|
||||||
|
"halfmod": "Community moderator",
|
||||||
|
"anon": "Anonymous"
|
||||||
|
},
|
||||||
"goBackButton": "Go Back",
|
"goBackButton": "Go Back",
|
||||||
"nanow": "Not avaliable for now...",
|
"nanow": "Not avaliable for now...",
|
||||||
"seasonEnds": "Season ends in ${countdown}",
|
"seasonEnds": "Season ends in ${countdown}",
|
||||||
|
@ -226,6 +236,7 @@
|
||||||
"openReplay": "Open replay in TETR.IO"
|
"openReplay": "Open replay in TETR.IO"
|
||||||
},
|
},
|
||||||
"calcDestination": {
|
"calcDestination": {
|
||||||
|
"placeholders": "Enter your $stat",
|
||||||
"tip": "Enter values and press \"Calc\" to see Nerd Stats for them",
|
"tip": "Enter values and press \"Calc\" to see Nerd Stats for them",
|
||||||
"statsCalcButton": "Calc",
|
"statsCalcButton": "Calc",
|
||||||
"damageCalcTip": "Click on the actions on the left to add them here",
|
"damageCalcTip": "Click on the actions on the left to add them here",
|
||||||
|
@ -449,7 +460,7 @@
|
||||||
},
|
},
|
||||||
"nyaapp": {
|
"nyaapp": {
|
||||||
"short": "wAPP",
|
"short": "wAPP",
|
||||||
"full": "Weigente APP"
|
"full": "Weighted APP"
|
||||||
},
|
},
|
||||||
"area": {
|
"area": {
|
||||||
"short": "Area",
|
"short": "Area",
|
||||||
|
|
Loading…
Reference in New Issue