0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-03 13:30:32 +00:00
nextcloud_server/apps/files_reminders/l10n/cs.js
Nextcloud bot 3e5a3063ae
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-04-16 00:23:18 +00:00

36 lines
2.6 KiB
JavaScript

OC.L10N.register(
"files_reminders",
{
"File reminders" : "Připomínky souborů",
"Reminder for {name}" : "Připomínka ohledně {name}",
"View file" : "Zobrazit soubor",
"View folder" : "Zobrazit složku",
"Files reminder" : "Připomínka souboru",
"The \"files_reminders\" app can work properly." : "Aplikace „files_reminder“ může fungovat správně.",
"The \"files_reminders\" app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Aplikace „files_reminder“ potřebuje, aby aplikace notifikace správně fungovala. Buď byste měli zapnout notifikace, nebo vypnout files_reminder.",
"Set file reminders" : "Nastavit připomínky souborů",
"Set reminder for \"{fileName}\"" : "Nastavit připomínku pro „{fileName}",
"Set reminder at custom date & time" : "Nastavit připomínku na uživatelsky určené datum a čas",
"Clear reminder" : "Vyčistit připomínku",
"Please choose a valid date & time" : "Zvolte platný datum a čas",
"Reminder set for \"{fileName}\"" : "Nastavena připomínka ohledně „{fileName}“",
"Failed to set reminder" : "Připomínku se nepodařilo nastavit",
"Reminder cleared for \"{fileName}\"" : "Připomínka ohledně „{fileName}“ vyčištěna",
"Failed to clear reminder" : "Připomínku se nepodařilo vyčistit",
"We will remind you of this file" : "Připomeneme vám tento soubor",
"Cancel" : "Storno",
"Set reminder" : "Nastavit připomínku",
"Reminder set" : "Nastavit 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",
"This files_reminder can work properly." : "Tento files_reminder může fungovat správně.",
"The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Aplikace files_reminder potřebuje, aby aplikace notifikace správně fungovala. Buď byste měli zapnout notifikace, nebo vypnout files_reminder."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");