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

View File

@ -1,25 +1,25 @@
{
"server": {
"textInput": {
"placeholder": ""
"placeholder": "Doména instance"
},
"whitelisted": "",
"button": "",
"button": "Přihlásit se",
"information": {
"name": "",
"description": ""
"name": "Název",
"description": "Popis"
},
"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": {
"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": {
"alert": {
"title": "",
"message": ""
"title": "Přihlášen do této instance",
"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": "",
"expanded": "",
"moreLines": "",
"defaultHint": ""
"defaultHint": "Dlouhý toot"
}
}

View File

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

View File

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