diff options
Diffstat (limited to 'apps/files_reminders/l10n/cs.json')
-rw-r--r-- | apps/files_reminders/l10n/cs.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/files_reminders/l10n/cs.json b/apps/files_reminders/l10n/cs.json new file mode 100644 index 00000000000..abbcb30aede --- /dev/null +++ b/apps/files_reminders/l10n/cs.json @@ -0,0 +1,27 @@ +{ "translations": { + "File reminders" : "Připomínky souborů", + "Reminder for {name}" : "Připomínka ohledně {name}", + "View file" : "Zobrazit soubor", + "View folder" : "Zobrazit složku", + "Set file reminders" : "Nastavit připomínky souborů", + "**📣 File reminders**\n\nSet file reminders." : "**📣 Připomínky souborů**\n\nNastavte připomínky souborů.", + "Back" : "Zpět", + "Clear reminder" : "Vyčistit připomínku", + "Set custom reminder" : "Nastavit uživatelsky určenou připomínku", + "Later today" : "Později dnes", + "Set reminder for later today" : "Nastavit připomínku na později dnes", + "Tomorrow" : "Zítra", + "Set reminder for tomorrow" : "Nastavit připomínku na zítra", + "This weekend" : "Tento víkend", + "Set reminder for this weekend" : "Nastavit připomínku na tento víkend", + "Next week" : "Příští týden", + "Set reminder for next week" : "Nastavit připomínku pro příští týden", + "Set reminder at custom date & time" : "Nastavit připomínku na uživatelsky určené datum a čas", + "Reminder set for \"{fileName}\"" : "Nastavena připomínka ohledně „{fileName}“", + "Failed to set reminder" : "Připomínku se nepodařilo nastavit", + "Please choose a valid date & time" : "Zvolte platný datum a čas", + "Reminder cleared" : "Připomínka vyčištěna", + "Failed to clear reminder" : "Připomínku se nepodařilo vyčistit", + "Failed to load reminder" : "Připomínku se nepodařilo načíst" +},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" +}
\ No newline at end of file |