nextcloud/apps/files_reminders/l10n/pl.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

25 lines
No EOL
1.5 KiB
JSON

{ "translations": {
"File reminders" : "Przypomnienia o plikach",
"Reminder for {name}" : "Przypomnienie dla {name}",
"View file" : "Zobacz plik",
"View folder" : "Wyświetl katalog",
"Set file reminders" : "Ustaw przypomnienia o plikach",
"Please choose a valid date & time" : "Wybierz prawidłową datę i godzinę",
"Reminder set for \"{fileName}\"" : "Przypomnienie ustawione dla \"{fileName}\"",
"Failed to set reminder" : "Nie udało się ustawić przypomnienia",
"Failed to clear reminder" : "Nie udało się wyczyścić przypomnienia",
"We will remind you of this file" : "Przypomnimy Tobie o tym pliku",
"Cancel" : "Anuluj",
"Clear reminder" : "Wyczyść przypomnienie",
"Set reminder" : "Ustaw przypomnienie",
"Later today" : "Później dzisiaj",
"Set reminder for later today" : "Ustaw przypomnienie na dzisiaj na późniejszy czas",
"Tomorrow" : "Jutro",
"Set reminder for tomorrow" : "Ustaw przypomnienie na jutro",
"This weekend" : "W ten weekend",
"Set reminder for this weekend" : "Ustaw przypomnienie na ten weekend",
"Next week" : "Następny tydzień",
"Set reminder for next week" : "Ustaw przypomnienie na przyszły tydzień",
"Set reminder for \"{fileName}\"" : "Ustaw przypomnienie dla \"{fileName}\""
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}