diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-20 02:17:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-20 02:17:05 +0000 |
commit | bdc60ef9b2d4793b3da7887632fb4b0e77bf964a (patch) | |
tree | c30fafca8df3e2ec928ae8ab819b2ac5691244b7 /apps/user_status/l10n/pl.json | |
parent | ed9f3ee990a4f31da34e44abd35bab903e125cfa (diff) | |
download | nextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.tar.gz nextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status/l10n/pl.json')
-rw-r--r-- | apps/user_status/l10n/pl.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/user_status/l10n/pl.json b/apps/user_status/l10n/pl.json new file mode 100644 index 00000000000..d2d80de4beb --- /dev/null +++ b/apps/user_status/l10n/pl.json @@ -0,0 +1,33 @@ +{ "translations": { + "Recent statuses" : "Najnowsze statusy", + "In a meeting" : "Na spotkaniu", + "Commuting" : "W drodze", + "Out sick" : "Chory", + "Vacationing" : "Na wakacjach", + "Working remotely" : "Praca zdalna", + "User status" : "Status użytkownika", + "Set custom status" : "Ustaw status niestandardowy", + "Online" : "Online", + "Away" : "Bezczynny", + "Do not disturb" : "Nie przeszkadzać", + "Invisible" : "Niewidoczny", + "Offline" : "Offline", + "Set status" : "Ustaw status", + "There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu", + "Clear status after" : "Wyczyść status po", + "What's your status?" : "Jaki jest Twój status?", + "Set a custom status" : "Ustaw status niestandardowy", + "Clear custom status" : "Wyczyść status niestandardowy", + "There was an error saving the status" : "Wystąpił błąd podczas zapisywania statusu", + "There was an error clearing the status" : "Wystąpił błąd podczas usuwania statusu", + "No recent status changes" : "Brak ostatnich zmian statusu", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "Nie czyść", + "Today" : "Dzisiaj", + "This week" : "W tym tygodniu", + "30 minutes" : "30 minut", + "1 hour" : "1 godzina", + "4 hours" : "4 godziny", + "Mute all notifications" : "Wycisz wszystkie powiadomienia" +},"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 |