Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit aa4d3a8

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 204c791 commit aa4d3a8

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

l10n/pl.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,22 @@ OC.L10N.register(
1313
"Select all" : "Wybierz wszystko",
1414
"Delete files" : "Usuń pliki",
1515
"Select group" : "Wybierz grupę",
16+
"Duplicate group" : "Grupa duplikatów",
1617
"Go to page" : "Idź do strony",
1718
"Change to grid view" : "Zmień na widok siatki",
1819
"Change to list view" : "Zmień na widok listy",
20+
"Settings successfully updated" : "Ustawienia pomyślnie zaktualizowane",
21+
"Some error occurred while updating settings" : "Wystąpił błąd podczas aktualizacji ustawień",
1922
"Remove" : "Usuń",
2023
"Confirm" : "Potwierdź",
2124
"Decline" : "Odrzuć",
2225
"Error" : "Błąd",
26+
"Settings list is empty" : "Lista ustawień jest pusta",
27+
"Seems like database not initialized properly. Try to re-enable the app" : "Wygląda na to, że baza danych nie została poprawnie zainicjalizowana. Spróbuj ponownie włączyć aplikację",
28+
"Bug report" : "Raport błędu",
2329
"Copied to clipboard" : "Kopiuj do schowka",
30+
"Collect non sensitive system info for bug report" : "Zbierz niesensytywne informacje o systemie do raportu błędu",
31+
"Collect system info" : "Zbierz informacje o systemie",
2432
"System info" : "Informacje o systemie",
2533
"Copy to clipboard" : "Kopiuj do schowka",
2634
"Select" : "Wybierz",
@@ -38,6 +46,7 @@ OC.L10N.register(
3846
"Deleted: " : "Usunięto: ",
3947
"Edit" : "Edytuj",
4048
"Delete task" : "Usuń zadanie",
41-
"Photos&Videos" : "Zdjęcia/Filmy"
49+
"Photos&Videos" : "Zdjęcia/Filmy",
50+
"_Test text_::_Test texts_" : ["Tekst testowy","Teksty testowych","Tekstów testowych","Teksty testowe"]
4251
},
4352
"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);");

l10n/pl.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,22 @@
1111
"Select all" : "Wybierz wszystko",
1212
"Delete files" : "Usuń pliki",
1313
"Select group" : "Wybierz grupę",
14+
"Duplicate group" : "Grupa duplikatów",
1415
"Go to page" : "Idź do strony",
1516
"Change to grid view" : "Zmień na widok siatki",
1617
"Change to list view" : "Zmień na widok listy",
18+
"Settings successfully updated" : "Ustawienia pomyślnie zaktualizowane",
19+
"Some error occurred while updating settings" : "Wystąpił błąd podczas aktualizacji ustawień",
1720
"Remove" : "Usuń",
1821
"Confirm" : "Potwierdź",
1922
"Decline" : "Odrzuć",
2023
"Error" : "Błąd",
24+
"Settings list is empty" : "Lista ustawień jest pusta",
25+
"Seems like database not initialized properly. Try to re-enable the app" : "Wygląda na to, że baza danych nie została poprawnie zainicjalizowana. Spróbuj ponownie włączyć aplikację",
26+
"Bug report" : "Raport błędu",
2127
"Copied to clipboard" : "Kopiuj do schowka",
28+
"Collect non sensitive system info for bug report" : "Zbierz niesensytywne informacje o systemie do raportu błędu",
29+
"Collect system info" : "Zbierz informacje o systemie",
2230
"System info" : "Informacje o systemie",
2331
"Copy to clipboard" : "Kopiuj do schowka",
2432
"Select" : "Wybierz",
@@ -36,6 +44,7 @@
3644
"Deleted: " : "Usunięto: ",
3745
"Edit" : "Edytuj",
3846
"Delete task" : "Usuń zadanie",
39-
"Photos&Videos" : "Zdjęcia/Filmy"
47+
"Photos&Videos" : "Zdjęcia/Filmy",
48+
"_Test text_::_Test texts_" : ["Tekst testowy","Teksty testowych","Tekstów testowych","Teksty testowe"]
4049
},"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);"
4150
}

0 commit comments

Comments
 (0)