mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Add more languages
This commit is contained in:
parent
10d88db4ab
commit
28812c948a
@ -26,4 +26,16 @@ export const LANGUAGES = {
|
||||
code: "pt",
|
||||
region: "BR",
|
||||
},
|
||||
"cs": {
|
||||
name: "Čeština",
|
||||
data: require("./built-temp/base-cz.json"),
|
||||
code: "cs",
|
||||
region: "",
|
||||
},
|
||||
"es-419": {
|
||||
name: "Español (Latinoamérica)",
|
||||
data: require("./built-temp/base-es.json"),
|
||||
code: "es",
|
||||
region: "419",
|
||||
},
|
||||
};
|
||||
|
@ -19,7 +19,7 @@ The base translation is `base-en.yaml`. It will always contain the latest phrase
|
||||
- [Swedish](base-sv.yaml)
|
||||
- [Chinese (Simplified)](base-zh-CN.yaml)
|
||||
- [Chinese (Traditional)](base-zh-TW.yaml)
|
||||
- [Spanish](base-es.yaml)
|
||||
- [Spanish (Latin America)](base-es.yaml)
|
||||
- [Hungarian](base-hu.yaml)
|
||||
|
||||
(If you want to translate into a new language, see below!)
|
||||
|
@ -80,7 +80,7 @@ global:
|
||||
# Short formats for times, e.g. '5h 23m'
|
||||
secondsShort: <seconds>s
|
||||
minutesAndSecondsShort: <minutes>m <seconds>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>m
|
||||
|
||||
xMinutes: <x> minut
|
||||
|
||||
@ -136,7 +136,6 @@ mainMenu:
|
||||
showInfo: Zobrazit
|
||||
contestOver: Tato soutěž skončila - Připojte se na Discord a získejte informace o nových soutěžích!
|
||||
|
||||
|
||||
dialogs:
|
||||
buttons:
|
||||
ok: OK
|
||||
@ -717,4 +716,3 @@ demo:
|
||||
customizeKeybindings: Změna klávesových zkratek
|
||||
|
||||
settingNotAvailable: Nedostupné v demo verzi.
|
||||
|
||||
|
@ -98,7 +98,7 @@ global:
|
||||
# Short formats for times, e.g. '5h 23m'
|
||||
secondsShort: <seconds>s
|
||||
minutesAndSecondsShort: <minutes>m <seconds>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>m
|
||||
|
||||
xMinutes: <x> Minuten
|
||||
|
||||
|
@ -97,7 +97,7 @@ global:
|
||||
# Short formats for times, e.g. '5h 23m'
|
||||
secondsShort: <seconds>s
|
||||
minutesAndSecondsShort: <minutes>m <seconds>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>m
|
||||
|
||||
xMinutes: <x> minutes
|
||||
|
||||
|
@ -99,7 +99,7 @@ global:
|
||||
# Short formats for times, e.g. '5h 23m'
|
||||
secondsShort: <seconds>s
|
||||
minutesAndSecondsShort: <minutes>m <seconds>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>m
|
||||
|
||||
xMinutes: <x> minutes
|
||||
|
||||
|
@ -100,7 +100,7 @@ global:
|
||||
# Short formats for times, e.g. '5h 23m'
|
||||
secondsShort: <seconds>s
|
||||
minutesAndSecondsShort: <minutes>m <seconds>s
|
||||
hoursAndMinutesShort: <hours>godz <minutes>s
|
||||
hoursAndMinutesShort: <hours>godz <minutes>m
|
||||
|
||||
xMinutes: <x> minut
|
||||
|
||||
@ -691,7 +691,6 @@ keybindings:
|
||||
|
||||
toggleHud: Włącz Interfejs
|
||||
toggleFPSInfo: Pokaż FPS i infomacja Debug-owe
|
||||
#Translator: I don't know if I should translate that
|
||||
belt: *belt
|
||||
splitter: *splitter
|
||||
underground_belt: *underground_belt
|
||||
|
@ -98,7 +98,7 @@ global:
|
||||
# Short formats for times, e.g. '5h 23m'
|
||||
secondsShort: <seconds>s
|
||||
minutesAndSecondsShort: <minutes>m <seconds>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>s
|
||||
hoursAndMinutesShort: <hours>h <minutes>m
|
||||
|
||||
xMinutes: <x> minutos
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user