diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-17 00:27:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-17 00:27:18 +0000 |
commit | 6a00c55e2c4442fc78f42423ff41a719f06c069e (patch) | |
tree | 1c5ef2911e105f86887b4c95062df966b4a943a0 /apps/files_reminders | |
parent | ed8293f5a8509edeed89d564a5614eae99c91172 (diff) | |
download | nextcloud-server-6a00c55e2c4442fc78f42423ff41a719f06c069e.tar.gz nextcloud-server-6a00c55e2c4442fc78f42423ff41a719f06c069e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_reminders')
-rw-r--r-- | apps/files_reminders/l10n/pl.js | 33 | ||||
-rw-r--r-- | apps/files_reminders/l10n/pl.json | 31 |
2 files changed, 64 insertions, 0 deletions
diff --git a/apps/files_reminders/l10n/pl.js b/apps/files_reminders/l10n/pl.js new file mode 100644 index 00000000000..ccfd951a24f --- /dev/null +++ b/apps/files_reminders/l10n/pl.js @@ -0,0 +1,33 @@ +OC.L10N.register( + "files_reminders", + { + "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", + "**📣 File reminders**\n\nSet file reminders." : "**📣 Przypomnienia o plikach**\n\nUstaw przypomnienia o plikach.", + "We will remind you of this file" : "Przypomnimy Tobie o tym pliku", + "Please choose a valid date & time" : "Wybierz prawidłową datę i godzinę", + "Cancel" : "Anuluj", + "Set reminder" : "Ustaw przypomnienie", + "Set reminder for \"{fileName}\"" : "Ustaw przypomnienie dla \"{fileName}\"", + "Set reminder at custom date & time" : "Ustaw przypomnienie o własnej dacie i godzinie", + "Clear reminder" : "Wyczyść przypomnienie", + "Reminder set for \"{fileName}\"" : "Przypomnienie ustawione dla \"{fileName}\"", + "Failed to set reminder" : "Nie udało się ustawić przypomnienia", + "Set custom reminder" : "Ustaw niestandardowe 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ń", + "Back" : "Poprzednia", + "Reminder cleared" : "Przypomnienie zostało usunięte", + "Failed to clear reminder" : "Nie udało się wyczyścić przypomnienia", + "Failed to load reminder" : "Nie udało się wczytać przypomnienia" +}, +"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);"); diff --git a/apps/files_reminders/l10n/pl.json b/apps/files_reminders/l10n/pl.json new file mode 100644 index 00000000000..5a6f7d57d9b --- /dev/null +++ b/apps/files_reminders/l10n/pl.json @@ -0,0 +1,31 @@ +{ "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", + "**📣 File reminders**\n\nSet file reminders." : "**📣 Przypomnienia o plikach**\n\nUstaw przypomnienia o plikach.", + "We will remind you of this file" : "Przypomnimy Tobie o tym pliku", + "Please choose a valid date & time" : "Wybierz prawidłową datę i godzinę", + "Cancel" : "Anuluj", + "Set reminder" : "Ustaw przypomnienie", + "Set reminder for \"{fileName}\"" : "Ustaw przypomnienie dla \"{fileName}\"", + "Set reminder at custom date & time" : "Ustaw przypomnienie o własnej dacie i godzinie", + "Clear reminder" : "Wyczyść przypomnienie", + "Reminder set for \"{fileName}\"" : "Przypomnienie ustawione dla \"{fileName}\"", + "Failed to set reminder" : "Nie udało się ustawić przypomnienia", + "Set custom reminder" : "Ustaw niestandardowe 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ń", + "Back" : "Poprzednia", + "Reminder cleared" : "Przypomnienie zostało usunięte", + "Failed to clear reminder" : "Nie udało się wyczyścić przypomnienia", + "Failed to load reminder" : "Nie udało się wczytać przypomnienia" +},"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);" +}
\ No newline at end of file |