diff --git a/src/i18n/cs/common.json b/src/i18n/cs/common.json index 95547ce9..7a1f883b 100644 --- a/src/i18n/cs/common.json +++ b/src/i18n/cs/common.json @@ -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?" } } \ No newline at end of file