Compare commits

...

6 Commits

Author SHA1 Message Date
xmflsct b3789fdf02
Merge 5a32fd51c6 into a70dce9780 2023-12-11 20:05:57 +00:00
xmflsct 5a32fd51c6 New translations timeline.json (Czech) 2023-12-11 21:05:55 +01:00
xmflsct df15f29850 New translations relationship.json (Czech) 2023-12-11 21:05:54 +01:00
xmflsct 754c233855 New translations parse.json (Czech) 2023-12-11 21:05:53 +01:00
xmflsct 9b6f8321dc New translations instance.json (Czech) 2023-12-11 21:05:52 +01:00
xmflsct 288b4dd38c New translations common.json (Czech) 2023-12-11 21:05:51 +01:00
5 changed files with 40 additions and 40 deletions

View File

@ -1,18 +1,18 @@
{ {
"buttons": { "buttons": {
"OK": "", "OK": "OK",
"apply": "", "apply": "Použít",
"cancel": "", "cancel": "Zrušit",
"discard": "", "discard": "Zrušit",
"continue": "", "continue": "Pokračovat",
"create": "", "create": "Vytvořit",
"delete": "", "delete": "Odstranit",
"done": "", "done": "Hotovo",
"confirm": "", "confirm": "Potvrdit",
"add": "" "add": "Přidat"
}, },
"customEmoji": { "customEmoji": {
"accessibilityLabel": "" "accessibilityLabel": "Vlastní emoji {{emoji}}"
}, },
"message": { "message": {
"success": { "success": {
@ -25,9 +25,9 @@
"message": "" "message": ""
} }
}, },
"separator": "", "separator": ", ",
"discard": { "discard": {
"title": "", "title": "Změna nebyla uložena",
"message": "" "message": "Vaše změna nebyla uložena. Chcete zrušit ukládání změn?"
} }
} }

View File

@ -1,25 +1,25 @@
{ {
"server": { "server": {
"textInput": { "textInput": {
"placeholder": "" "placeholder": "Doména instance"
}, },
"whitelisted": "", "whitelisted": "",
"button": "", "button": "Přihlásit se",
"information": { "information": {
"name": "", "name": "Název",
"description": "" "description": "Popis"
}, },
"disclaimer": { "disclaimer": {
"base": "" "base": "Přihlášení používá systémový prohlížeč, takže informace o vašem účtu nebudou viditelné pro aplikaci tooot."
}, },
"terms": { "terms": {
"base": "" "base": "Přihlášením souhlasíte se <0>zásadami ochrany osobních údajů</0> a <1>podmínkami služby</1>."
} }
}, },
"update": { "update": {
"alert": { "alert": {
"title": "", "title": "Přihlášen do této instance",
"message": "" "message": "Můžete se přihlásit i k jinému účtu a uchovat tak přihlášený existující účet"
} }
} }
} }

View File

@ -3,6 +3,6 @@
"accessibilityHint": "", "accessibilityHint": "",
"expanded": "", "expanded": "",
"moreLines": "", "moreLines": "",
"defaultHint": "" "defaultHint": "Dlouhý toot"
} }
} }

View File

@ -1,16 +1,16 @@
{ {
"follow": { "follow": {
"function": "" "function": "Sledovat uživatele"
}, },
"block": { "block": {
"function": "" "function": "Zablokovat uživatele"
}, },
"button": { "button": {
"error": "", "error": "Chyba při načítání",
"blocked_by": "", "blocked_by": "Blokováno uživatelem",
"blocking": "", "blocking": "Odblokovat",
"following": "", "following": "Přestat sledovat",
"requested": "", "requested": "Zrušit žádost",
"default": "" "default": "Sledovat"
} }
} }

View File

@ -1,25 +1,25 @@
{ {
"empty": { "empty": {
"error": { "error": {
"message": "", "message": "Chyba při načítání",
"button": "" "button": "Zkusit znovu"
}, },
"success": { "success": {
"message": "" "message": "Časová osa prázdná"
} }
}, },
"end": { "end": {
"message": "" "message": "Konec, co takhle šálek <0 />"
}, },
"lookback": { "lookback": {
"message": "" "message": "Poslední přečtení v"
}, },
"refresh": { "refresh": {
"fetchPreviousPage": "", "fetchPreviousPage": "Novější odsud",
"refetch": "", "refetch": "Nejnovější",
"fetching": "", "fetching": "Načítání nových tootů ...",
"fetched": { "fetched": {
"none": "", "none": "Žádné nové tooty",
"found": "" "found": ""
} }
}, },