Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Oct 31, 2024
1 parent 256af5a commit d492bd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ OC.L10N.register(
"A user with that email already exists." : "Użytkownik o tym e-mailu już istnieje.",
"A user with that name already exists." : "Użytkownik z taką nazwą już istnieje.",
"User successfully created" : "Utworzono pomyślnie użytkownika",
"Failed to authorize" : "Błąd autoryzacji",
"User already exists" : "Użytkownik już istnieje",
"%s shared »%s« with you" : "%s udostępnił Tobie »%s«",
"Incoming share" : "Przychodzące udostępnianie",
Expand Down Expand Up @@ -35,6 +36,7 @@ OC.L10N.register(
"Received shares" : "Otrzymane udostępnianie",
"No guest accounts created" : "Nie utworzono kont gości",
"Default" : "Domyślny",
"New account name" : "Nowa nazwa konta",
"Cancel" : "Anuluj",
"Name:" : "Nazwa:",
"Email:" : "E-mail:",
Expand All @@ -58,6 +60,7 @@ OC.L10N.register(
"Saving …" : "Zapisywanie…",
"Invite guest" : "Zaproś gościa",
"A user with this ID or email address already exists" : "Użytkownik o tym ID lub adresie e-mail już istnieje",
"Guest will be converted to a regular account with the account name \"{userId}\" soon" : "Wkrótce gość zostanie przekonwertowany na zwykłe konto o nazwie „{userId}”.",
"Transfer" : "Przenieś"
},
"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);");
3 changes: 3 additions & 0 deletions l10n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"A user with that email already exists." : "Użytkownik o tym e-mailu już istnieje.",
"A user with that name already exists." : "Użytkownik z taką nazwą już istnieje.",
"User successfully created" : "Utworzono pomyślnie użytkownika",
"Failed to authorize" : "Błąd autoryzacji",
"User already exists" : "Użytkownik już istnieje",
"%s shared »%s« with you" : "%s udostępnił Tobie »%s«",
"Incoming share" : "Przychodzące udostępnianie",
Expand Down Expand Up @@ -33,6 +34,7 @@
"Received shares" : "Otrzymane udostępnianie",
"No guest accounts created" : "Nie utworzono kont gości",
"Default" : "Domyślny",
"New account name" : "Nowa nazwa konta",
"Cancel" : "Anuluj",
"Name:" : "Nazwa:",
"Email:" : "E-mail:",
Expand All @@ -56,6 +58,7 @@
"Saving …" : "Zapisywanie…",
"Invite guest" : "Zaproś gościa",
"A user with this ID or email address already exists" : "Użytkownik o tym ID lub adresie e-mail już istnieje",
"Guest will be converted to a regular account with the account name \"{userId}\" soon" : "Wkrótce gość zostanie przekonwertowany na zwykłe konto o nazwie „{userId}”.",
"Transfer" : "Przenieś"
},"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);"
}

0 comments on commit d492bd8

Please sign in to comment.