nextcloud/apps/files_reminders/l10n/cs.json
Nextcloud bot 153eaca548
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis (push) Waiting to run
Psalm static code analysis / static-code-analysis-security (push) Waiting to run
Psalm static code analysis / static-code-analysis-ocp (push) Waiting to run
Psalm static code analysis / static-code-analysis-ncu (push) Waiting to run
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-20 00:20:56 +00:00

34 lines
No EOL
2.7 KiB
JSON

{ "translations": {
"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ů",
"**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 Připomínky souborů**\n\nNastavení připomínek souborů.\n\nPoznámka: Pro používání aplikace `Připomínky souborů` se ujistěte, že aplikace `Notifications` je nainstalována a povolena, protože poskytuje potřebná API pro správnou funkčnost.",
"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",
"Reminder at custom date & time" : "Připomínka v uživatelsky určený datum a čas",
"We will remind you of this file" : "Připomeneme vám tento soubor",
"Cancel" : "Storno",
"Clear reminder" : "Vyčistit připomínku",
"Set reminder" : "Nastavit připomínku",
"Set reminder for " : "Nastavit připomínku pro",
"Reminder set" : "Nastavit připomínku",
"Custom reminder" : "Uživatelsky určená připomínka",
"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 for \"{fileName}\"" : "Nastavit připomínku pro „{fileName}"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}