mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Enable czech translation
This commit is contained in:
parent
def47a5d28
commit
8460eca75c
@ -322,6 +322,7 @@ bottomBarDesktop =()=>{
|
||||
<MenuItem value={'ca'}><div style={{width:24,position:"relative",top:3}}><CataloniaFlag {...flagProps}/></div>CA</MenuItem>
|
||||
<MenuItem value={'eu'}><div style={{width:24,position:"relative",top:3}}><BasqueCountryFlag {...flagProps}/></div>EU</MenuItem>
|
||||
<MenuItem value={'sv'}><div style={{width:24,position:"relative",top:3}}><Flags.SE {...flagProps}/></div>SV</MenuItem>
|
||||
<MenuItem value={'cs'}><div style={{width:24,position:"relative",top:3}}><Flags.CZ {...flagProps}/></div>CS</MenuItem>
|
||||
</Select>
|
||||
)
|
||||
}
|
||||
|
@ -14,7 +14,8 @@ import HttpApi from 'i18next-http-backend';
|
||||
// import translationIT from "../../static/locales/it.json";
|
||||
// import translationPT from "../../static/locales/pt.json";
|
||||
// import translationEU from "../../static/locales/eu.json";
|
||||
// import translationSV from "../locales/sv.json";
|
||||
// import translationSV from "../../static/locales/sv.json";
|
||||
// import translationCS from "../../static/locales/cs.json";
|
||||
|
||||
i18n
|
||||
.use(HttpApi)
|
||||
@ -34,6 +35,7 @@ i18n
|
||||
// pt: {translations: translationPT},
|
||||
// eu: {translations: translationEU},
|
||||
// sv: {translations: translationSV},
|
||||
// cs: {translations: translationCS},
|
||||
// },
|
||||
|
||||
backend:{
|
||||
|
@ -181,7 +181,7 @@
|
||||
"Twitter Official Account":"Oficiální Twitter účet",
|
||||
"RoboSats Telegram Communities":"RoboSats Telegram komunity",
|
||||
"Join RoboSats Spanish speaking community!":"Přidej se k španělsky mluvící RoboSats komunitě!",
|
||||
"Join RoboSats Russian speaking community!":"Přidej se k rusky mluvící RoboSats komunitě!"",
|
||||
"Join RoboSats Russian speaking community!":"Přidej se k rusky mluvící RoboSats komunitě!",
|
||||
"Join RoboSats Chinese speaking community!":"Přidej se k čínsky mluvící RoboSats komunitě!",
|
||||
"Join RoboSats English speaking community!":"Přidej se k anglicky mluvící RoboSats komunitě!",
|
||||
"Tell us about a new feature or a bug":"Našel jsi bug nebo novou funkci? Napiš nám ",
|
||||
@ -271,7 +271,7 @@
|
||||
"Expires in":"Vyprší za",
|
||||
"{{nickname}} is asking for a collaborative cancel":"{{nickname}} žáda o oboustrané zrušení obchodu",
|
||||
"You asked for a collaborative cancellation":"Žádaš o oboustarné zrušení obchodu",
|
||||
"Invoice expired. You did not confirm publishing the order in time. Make a new order.":"Invoice vypršela platnost. Zveřejnění objednávky jsi nepotvrdil včas. Proveď novou objednávku.".",
|
||||
"Invoice expired. You did not confirm publishing the order in time. Make a new order.":"Invoice vypršela platnost. Zveřejnění objednávky jsi nepotvrdil včas. Proveď novou objednávku.",
|
||||
"This order has been cancelled by the maker":"Tato nabídka byla zrušena tvůrcem",
|
||||
"Invoice expired. You did not confirm taking the order in time.":"Invoice vypršela platnost. Přijmutí objednávky jsi nepotvrdil včas.",
|
||||
"Penalty lifted, good to go!":"Pokuta zrušena, lze pokračovat!",
|
||||
|
Loading…
Reference in New Issue
Block a user