diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:43 +0000 |
commit | ba866cd4a8dbd022d9769fc28d7d86de1f0622e2 (patch) | |
tree | 218d6c88f0177661f0ca8cd5444965a3193ea2e6 /apps/dav/l10n/pl.js | |
parent | eef571e4fb203e255d3bdb2a79737b0d87a79a2b (diff) | |
download | nextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.tar.gz nextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/pl.js')
-rw-r--r-- | apps/dav/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 8efb7d60f9f..120fad33995 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -2,7 +2,7 @@ OC.L10N.register( "dav", { "Calendar" : "Kalendarz", - "To-dos" : "Do zrobienia", + "Tasks" : "Zadania", "Personal" : "Osobiste", "{actor} created calendar {calendar}" : "{actor} utworzył kalendarz {calendar}", "You created calendar {calendar}" : "Utworzyłeś kalendarz {calendar}", @@ -143,7 +143,6 @@ OC.L10N.register( "Configures a CalDAV account" : "Konfiguruje konto CalDAV", "Configures a CardDAV account" : "Konfiguruje konto CardDAV", "Events" : "Wydarzenia", - "Tasks" : "Zadania", "Untitled task" : "Zadanie bez tytułu", "Completed on %s" : "Ukończono %s", "Due on %s by %s" : "Na dzień %s w %s", @@ -202,6 +201,7 @@ OC.L10N.register( "Are you accepting the invitation?" : "Czy akceptujesz zaproszenie?", "Tentative" : "Niepewne", "Your attendance was updated successfully." : "Twoja obecność została pomyślnie zaktualizowana.", + "To-dos" : "Do zrobienia", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Jeśli skonfigurujesz godziny pracy, inni użytkownicy będą widzieć, kiedy jesteś poza biurem, gdy będą rezerwować spotkanie." }, "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);"); |