Skip to content

Commit 3458a6b

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 20fc9c6 commit 3458a6b

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

l10n/pl.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/pl.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{ "translations": {
2+
"Could not find related LDAP entry" : "Nie można znaleźć powiązanego wpisu LDAP",
3+
"DisplayName change rejected" : "Odrzucono zmianę DisplayName",
4+
"Write support for LDAP" : "Obsługa zapisu dla LDAP",
5+
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Dodaje obsługę tworzenia, modyfikowania i usuwania użytkowników oraz grup w LDAP przez Nextcloud",
6+
"The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.\n* create, edit and delete users\n* create, modify memberships and delete groups\n* prevent fallback to the local database backend (optional)\n* auto generate a user ID (optional)\n* and more behavioral switches" : "Obsługa zapisu dla LDAP wzbogaca backend LDAP o możliwości zarządzania katalogiem z poziomu Nextcloud: \n* tworzenie, edytowanie i usuwanie użytkowników, \n* tworzenie, modyfikowanie członkostw i usuwanie grup, \n* zapobieganie przełączaniu na lokalną bazę danych (opcjonalne), \n* automatyczne generowanie identyfikatora użytkownika (opcjonalne) \n* oraz inne przełączniki zachowań",
7+
"Failed to set user template." : "Nie udało się ustawić szablonu użytkownika",
8+
"Failed to set switch." : "Nie udało się ustawić przełącznika.",
9+
"Writing" : "Zapisywanie",
10+
"Switches" : "Przełączniki",
11+
"Prevent fallback to other backends when creating users or groups." : "Zapobiegaj przełączaniu na inne backendy podczas tworzenia użytkowników lub grup.",
12+
"To create users, the acting (sub)admin has to be provided by LDAP." : "Aby tworzyć użytkowników, działający (zastępca) administrator musi być dostarczony przez LDAP.",
13+
"A random user ID has to be generated, i.e. not being provided by the (sub)admin." : "Losowy identyfikator użytkownika musi być wygenerowany, tzn. nie może być dostarczony przez (zastępcę) administratora.",
14+
"An LDAP user must have an email address set." : "Użytkownik LDAP musi mieć ustawiony adres e-mail.",
15+
"Allow users to set their avatar" : "Zezwalaj użytkownikom na ustawianie awatara",
16+
"Allow users to set their password" : "Zezwalaj użytkownikom na ustawianie hasła",
17+
"If the server does not support the modify password extended operation use the `unicodePwd` instead of the `userPassword` attribute for setting the password" : "Jeśli serwer nie obsługuje rozszerzonej operacji zmiany hasła, użyj atrybutu 'unicodePwd' zamiast 'userPassword' do ustawienia hasła",
18+
"Use the `unicodePwd` attribute for setting the user password" : "Użyj atrybutu 'unicodePwd' do ustawienia hasła użytkownika",
19+
"User template" : "Szablon użytkownika",
20+
"LDIF template for creating users. Following placeholders may be used" : "Szablon LDIF do tworzenia użytkowników. Mogą być użyte następujące znaczniki zastępcze",
21+
"the user id provided by the (sub)admin" : "Identyfikator użytkownika dostarczony przez (zastępcę) administratora",
22+
"the password provided by the (sub)admin" : "Hasło dostarczone przez (zastępcę) administratora",
23+
"the LDAP node of the acting (sub)admin or the configured user base" : "Węzeł LDAP działającego (zastępcy) administratora lub skonfigurowanej bazy użytkowników"
24+
},"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);"
25+
}

0 commit comments

Comments
 (0)