diff --git a/lib/l10n/intl_cs.arb b/lib/l10n/intl_cs.arb index d4514b97..d290f57c 100644 --- a/lib/l10n/intl_cs.arb +++ b/lib/l10n/intl_cs.arb @@ -1681,5 +1681,25 @@ "@yourOwnUsername": { "type": "text", "placeholders": {} + }, + "warning": "Varování!", + "@warning": { + "type": "text", + "placeholders": {} + }, + "passwordHasBeenChanged": "Heslo bylo změněno", + "@passwordHasBeenChanged": { + "type": "text", + "placeholders": {} + }, + "deleteAccount": "Smazat účet", + "@deleteAccount": { + "type": "text", + "placeholders": {} + }, + "deactivateAccountWarning": "Tímto krokem se deaktivuje váš uživatelský účet. Akci nelze vrátit zpět! Jste si jistí?", + "@deactivateAccountWarning": { + "type": "text", + "placeholders": {} } -} \ No newline at end of file +}