diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-17 00:33:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-17 00:33:49 +0000 |
commit | daf3b29572921562abcb700052c1de19fdd2fe4e (patch) | |
tree | d7d1af56241f659a82d30436f53bc5a951d0bda0 /apps/files_reminders/l10n/cs.json | |
parent | 2693bdf4c1e3f573c4ff1336c0d390e48f31e789 (diff) | |
download | nextcloud-server-daf3b29572921562abcb700052c1de19fdd2fe4e.tar.gz nextcloud-server-daf3b29572921562abcb700052c1de19fdd2fe4e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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 |