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 Nov 21, 2024
1 parent 744c5c0 commit 162cad8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion l10n/pl.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
OC.L10N.register(
"whiteboard",
{
"Whiteboard" : "Biała tablica",
"New whiteboard" : "Nowa tablica",
"Create new whiteboard" : "Utwórz nową tablicę",
"Whiteboard" : "Tablica",
"Whiteboard app" : "Aplikacja tablicowa",
"Whiteboard settings" : "Ustawienia tablicy",
"Whiteboard backend server is configured and connected." : "Serwer zaplecza tablicy jest skonfigurowany i podłączony.",
"Failed to verify the connection:" : "Nie udało się zweryfikować połączenia:",
"Verifying connection…" : "Weryfikacja połączenia…",
"Whiteboard requires a separate collaboration server that is connected to Nextcloud." : "Tablica wymaga osobnego serwera współpracy połączonego z Nextcloud.",
"See the documentation on how to install it." : "Zobacz dokumentację dotyczącą sposobu instalacji.",
"Whiteboard server URL" : "Adres URL serwera tablicy",
"Shared secret" : "Udostępniony tajny klucz",
"Save settings" : "Zapisz ustawienia"
},
Expand Down
12 changes: 11 additions & 1 deletion l10n/pl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{ "translations": {
"Whiteboard" : "Biała tablica",
"New whiteboard" : "Nowa tablica",
"Create new whiteboard" : "Utwórz nową tablicę",
"Whiteboard" : "Tablica",
"Whiteboard app" : "Aplikacja tablicowa",
"Whiteboard settings" : "Ustawienia tablicy",
"Whiteboard backend server is configured and connected." : "Serwer zaplecza tablicy jest skonfigurowany i podłączony.",
"Failed to verify the connection:" : "Nie udało się zweryfikować połączenia:",
"Verifying connection…" : "Weryfikacja połączenia…",
"Whiteboard requires a separate collaboration server that is connected to Nextcloud." : "Tablica wymaga osobnego serwera współpracy połączonego z Nextcloud.",
"See the documentation on how to install it." : "Zobacz dokumentację dotyczącą sposobu instalacji.",
"Whiteboard server URL" : "Adres URL serwera tablicy",
"Shared secret" : "Udostępniony tajny klucz",
"Save settings" : "Zapisz ustawienia"
},"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);"
Expand Down

0 comments on commit 162cad8

Please sign in to comment.