Skip to content

Commit 43226b8

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 418d759 commit 43226b8

File tree

6 files changed

+124
-2
lines changed

6 files changed

+124
-2
lines changed

l10n/pl.js

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,69 @@ OC.L10N.register(
2222
"Save settings" : "Zapisz ustawienia",
2323
"Advanced settings" : "Ustawienia zaawansowane",
2424
"Max file size" : "Maksymalny rozmiar pliku",
25+
"Authentication Configuration Issue" : "Problemy z ustawieniami uwierzytelniania",
26+
"Authentication Error" : "Błąd uwierzytelniania",
27+
"Unable to connect to collaboration server. The JWT secret may be misconfigured. You can continue working locally, and your changes will be saved to your device." : "Nie można połączyć się z serwerem kolaboracji. Być może klucz tajny JWT został nieprawidłowo skonfigurowany. Możesz kontynuować pracę lokalnie, a wprowadzone zmiany zostaną zapisane lokalnie.",
28+
"Temporary authentication issue. Retrying connection…" : "Chwilowe problemy z uwierzytelnianiem. Ponowne łączenie…",
29+
"Open Admin Settings" : "Otwórz ustawienia administratora",
30+
"Session Expired" : "Sesja wygasła",
31+
"Your session has expired. Attempting to refresh authentication…" : "Twoja sesja wygasła. Próbuję odświeżyć uwierzytelnianie…",
32+
"Access Denied" : "Odmowa dostępu",
33+
"Authentication Issue" : "Błąd uwierzytelniania",
34+
"You do not have permission to access this whiteboard for collaboration. You can continue working locally." : "Nie masz dostępu do współpracy przy tej tablicy. Możesz kontynuować pracę lokalnie.",
35+
"Authentication issue detected. Retrying…" : "Wykryto problem z uwierzytelnianiem. Ponawiam próbę…",
36+
"Local changes are automatically saved to your device. Collaboration features will be unavailable until this issue is resolved." : "Zmiany lokalne są automatycznie zapisane na urządzeniu. Funkcje kolaboracji będą niedostępne do czasu, gdy ten problem zostanie rozwiązany.",
37+
"This version is missing its source file" : "Ta wersja urtaciła swój plik źródłowy",
38+
"Could not load this version" : "Nie można załadować tej wersji",
39+
"{fileName} – Version {version}" : "{fileName} – Werjsa {version}",
40+
"Loading version..." : "Ładowanie wersji…",
41+
"Show element creators" : "Pokaż twórców elementu",
42+
"Display Mode" : "Tryb pokazu",
43+
"On Selection" : "Wybrane",
44+
"Drag to move" : "Przeciągnij, aby przenieść",
45+
"Export image…" : "Eksportuj obraz…",
46+
"Download screenshot" : "Pobierz zrzut ekranu",
2547
"Offline" : "Niedostępny",
48+
"Offline - Changes saved locally." : "Offline - zmiany zapisane lokalnie.",
2649
"Connecting" : "Łączenie",
50+
"Connecting to collaboration server…" : "Łączenie z serwerem kolaboracji…",
51+
"Reconnecting" : "Ponowne łączenie…",
52+
"Attempting to reconnect…" : "Próba ponownego łączenia…",
2753
"Online" : "Online",
54+
"Connected." : "Połączono.",
2855
"Unknown" : "Nieznana",
56+
"Unknown connection status." : "Nieznany status połączania.",
57+
"Authentication configuration issue detected." : "Wykryto problemy z ustawieniami uwierzytelniania.",
58+
"Authentication issues detected." : "Wykryto problemy z uwierzytelnianiem.",
59+
"Stop presentation" : "Zatrzymaj prezentację",
60+
"Stopping…" : "Zatrzymywanie…",
2961
"Stop" : "Stop",
62+
"Start Presentation" : "Rozpocznij prezentację",
63+
"Start presenting to share your viewport with others" : "Rozpocznij prezentację i pokaż swój ekran innym",
64+
"Stop Presentation" : "Zatrzymaj prezentację",
65+
"Stop presenting" : "Zatrzymaj prezentowanie",
66+
"Starting…" : "Uruchamianie…",
67+
"Starting presentation…." : "Uruchamianie prezentacji….",
68+
"%s is presenting" : "%s prezentuje",
69+
"%s is currently presenting. Others will follow their viewport." : "%s obecnie prezentuje. Pozostali będą śledzić ekran prezentacji.",
70+
"Start Presentation (Offline)" : "Rozpocznij prezentację (offline)",
71+
"Presentation requires connection to collaboration server" : "Prezentacja wymaga podłączenia do serwera kolaboracji",
72+
"Starting recording…" : "Rozpoczynanie nagrywania…",
73+
"• Preparing recording session…" : "• Przygotowanie sesji nagrywania…",
74+
"✓ Recording session prepared" : "✓ Sesja nagrywania gotowa",
75+
"• Initializing capture engine…" : "• Uruchamianie silnika przechwytywania…",
76+
"• Waiting for capture engine…" : "• Oczekiwanie na silnik przechwytywania…",
77+
"✓ Capture engine ready" : "✓ Silnik przechwytywania gotowy",
78+
"• This may take a few seconds" : "• To może potrwać kilka sekund",
79+
"Stop Recording" : "Zatrzym nagrywanie",
80+
"Start Recording" : "Rozpocznij nagrywanie",
81+
"Viewing a previous version" : "Wyświetlanie poprzedniej wersji",
82+
"Restoring…" : "Przywracanie…",
3083
"Restore this version" : "Przywróć tą wersję",
3184
"Version {version}" : "Wersja {version}",
85+
"Stored in trash history" : "Zachowane w historii kosza",
86+
"Stored in file history" : "Zachowane w historii plików",
87+
"Could not restore this version" : "Nie można przywrócić wersji",
3288
"Version restored" : "Wersja przywrócona"
3389
},
3490
"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: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,69 @@
2020
"Save settings" : "Zapisz ustawienia",
2121
"Advanced settings" : "Ustawienia zaawansowane",
2222
"Max file size" : "Maksymalny rozmiar pliku",
23+
"Authentication Configuration Issue" : "Problemy z ustawieniami uwierzytelniania",
24+
"Authentication Error" : "Błąd uwierzytelniania",
25+
"Unable to connect to collaboration server. The JWT secret may be misconfigured. You can continue working locally, and your changes will be saved to your device." : "Nie można połączyć się z serwerem kolaboracji. Być może klucz tajny JWT został nieprawidłowo skonfigurowany. Możesz kontynuować pracę lokalnie, a wprowadzone zmiany zostaną zapisane lokalnie.",
26+
"Temporary authentication issue. Retrying connection…" : "Chwilowe problemy z uwierzytelnianiem. Ponowne łączenie…",
27+
"Open Admin Settings" : "Otwórz ustawienia administratora",
28+
"Session Expired" : "Sesja wygasła",
29+
"Your session has expired. Attempting to refresh authentication…" : "Twoja sesja wygasła. Próbuję odświeżyć uwierzytelnianie…",
30+
"Access Denied" : "Odmowa dostępu",
31+
"Authentication Issue" : "Błąd uwierzytelniania",
32+
"You do not have permission to access this whiteboard for collaboration. You can continue working locally." : "Nie masz dostępu do współpracy przy tej tablicy. Możesz kontynuować pracę lokalnie.",
33+
"Authentication issue detected. Retrying…" : "Wykryto problem z uwierzytelnianiem. Ponawiam próbę…",
34+
"Local changes are automatically saved to your device. Collaboration features will be unavailable until this issue is resolved." : "Zmiany lokalne są automatycznie zapisane na urządzeniu. Funkcje kolaboracji będą niedostępne do czasu, gdy ten problem zostanie rozwiązany.",
35+
"This version is missing its source file" : "Ta wersja urtaciła swój plik źródłowy",
36+
"Could not load this version" : "Nie można załadować tej wersji",
37+
"{fileName} – Version {version}" : "{fileName} – Werjsa {version}",
38+
"Loading version..." : "Ładowanie wersji…",
39+
"Show element creators" : "Pokaż twórców elementu",
40+
"Display Mode" : "Tryb pokazu",
41+
"On Selection" : "Wybrane",
42+
"Drag to move" : "Przeciągnij, aby przenieść",
43+
"Export image…" : "Eksportuj obraz…",
44+
"Download screenshot" : "Pobierz zrzut ekranu",
2345
"Offline" : "Niedostępny",
46+
"Offline - Changes saved locally." : "Offline - zmiany zapisane lokalnie.",
2447
"Connecting" : "Łączenie",
48+
"Connecting to collaboration server…" : "Łączenie z serwerem kolaboracji…",
49+
"Reconnecting" : "Ponowne łączenie…",
50+
"Attempting to reconnect…" : "Próba ponownego łączenia…",
2551
"Online" : "Online",
52+
"Connected." : "Połączono.",
2653
"Unknown" : "Nieznana",
54+
"Unknown connection status." : "Nieznany status połączania.",
55+
"Authentication configuration issue detected." : "Wykryto problemy z ustawieniami uwierzytelniania.",
56+
"Authentication issues detected." : "Wykryto problemy z uwierzytelnianiem.",
57+
"Stop presentation" : "Zatrzymaj prezentację",
58+
"Stopping…" : "Zatrzymywanie…",
2759
"Stop" : "Stop",
60+
"Start Presentation" : "Rozpocznij prezentację",
61+
"Start presenting to share your viewport with others" : "Rozpocznij prezentację i pokaż swój ekran innym",
62+
"Stop Presentation" : "Zatrzymaj prezentację",
63+
"Stop presenting" : "Zatrzymaj prezentowanie",
64+
"Starting…" : "Uruchamianie…",
65+
"Starting presentation…." : "Uruchamianie prezentacji….",
66+
"%s is presenting" : "%s prezentuje",
67+
"%s is currently presenting. Others will follow their viewport." : "%s obecnie prezentuje. Pozostali będą śledzić ekran prezentacji.",
68+
"Start Presentation (Offline)" : "Rozpocznij prezentację (offline)",
69+
"Presentation requires connection to collaboration server" : "Prezentacja wymaga podłączenia do serwera kolaboracji",
70+
"Starting recording…" : "Rozpoczynanie nagrywania…",
71+
"• Preparing recording session…" : "• Przygotowanie sesji nagrywania…",
72+
"✓ Recording session prepared" : "✓ Sesja nagrywania gotowa",
73+
"• Initializing capture engine…" : "• Uruchamianie silnika przechwytywania…",
74+
"• Waiting for capture engine…" : "• Oczekiwanie na silnik przechwytywania…",
75+
"✓ Capture engine ready" : "✓ Silnik przechwytywania gotowy",
76+
"• This may take a few seconds" : "• To może potrwać kilka sekund",
77+
"Stop Recording" : "Zatrzym nagrywanie",
78+
"Start Recording" : "Rozpocznij nagrywanie",
79+
"Viewing a previous version" : "Wyświetlanie poprzedniej wersji",
80+
"Restoring…" : "Przywracanie…",
2881
"Restore this version" : "Przywróć tą wersję",
2982
"Version {version}" : "Wersja {version}",
83+
"Stored in trash history" : "Zachowane w historii kosza",
84+
"Stored in file history" : "Zachowane w historii plików",
85+
"Could not restore this version" : "Nie można przywrócić wersji",
3086
"Version restored" : "Wersja przywrócona"
3187
},"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);"
3288
}

l10n/pt_BR.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ OC.L10N.register(
3434
"You do not have permission to access this whiteboard for collaboration. You can continue working locally." : "Você não tem permissão para acessar este quadro branco para colaboração. Você pode continuar trabalhando localmente.",
3535
"Authentication issue detected. Retrying…" : "Problema de autenticação detectado. Tentando novamente…",
3636
"Local changes are automatically saved to your device. Collaboration features will be unavailable until this issue is resolved." : "As alterações locais são salvas automaticamente no seu dispositivo. Os recursos de colaboração não estarão disponíveis até que este problema seja resolvido.",
37+
"This version is missing its source file" : "Esta versão não possui o arquivo fonte",
3738
"Could not load this version" : "Não foi possível carregar esta versão",
3839
"{fileName} – Version {version}" : "{fileName} – Versão {version}",
3940
"Loading version..." : "Carregando versão…",
@@ -53,7 +54,7 @@ OC.L10N.register(
5354
"Connected." : "Conectado.",
5455
"Unknown" : "Desconhecido",
5556
"Unknown connection status." : "Status de conexão desconhecido",
56-
"Authentication configuration issue detected." : "Problema de configuração de autenticação detectado.",
57+
"Authentication configuration issue detected." : "Problema de configuração da autenticação detectado.",
5758
"Authentication issues detected." : "Problemas de autenticação detectados.",
5859
"Stop presentation" : "Encerrar apresentação",
5960
"Stopping…" : "Encerrando…",

l10n/pt_BR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"You do not have permission to access this whiteboard for collaboration. You can continue working locally." : "Você não tem permissão para acessar este quadro branco para colaboração. Você pode continuar trabalhando localmente.",
3333
"Authentication issue detected. Retrying…" : "Problema de autenticação detectado. Tentando novamente…",
3434
"Local changes are automatically saved to your device. Collaboration features will be unavailable until this issue is resolved." : "As alterações locais são salvas automaticamente no seu dispositivo. Os recursos de colaboração não estarão disponíveis até que este problema seja resolvido.",
35+
"This version is missing its source file" : "Esta versão não possui o arquivo fonte",
3536
"Could not load this version" : "Não foi possível carregar esta versão",
3637
"{fileName} – Version {version}" : "{fileName} – Versão {version}",
3738
"Loading version..." : "Carregando versão…",
@@ -51,7 +52,7 @@
5152
"Connected." : "Conectado.",
5253
"Unknown" : "Desconhecido",
5354
"Unknown connection status." : "Status de conexão desconhecido",
54-
"Authentication configuration issue detected." : "Problema de configuração de autenticação detectado.",
55+
"Authentication configuration issue detected." : "Problema de configuração da autenticação detectado.",
5556
"Authentication issues detected." : "Problemas de autenticação detectados.",
5657
"Stop presentation" : "Encerrar apresentação",
5758
"Stopping…" : "Encerrando…",

l10n/sv.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ OC.L10N.register(
3434
"You do not have permission to access this whiteboard for collaboration. You can continue working locally." : "Du har inte behörighet att få åtkomst till denna whiteboard för samarbete. Du kan fortsätta arbeta lokalt.",
3535
"Authentication issue detected. Retrying…" : "Autentiseringsproblem upptäckt. Försöker igen…",
3636
"Local changes are automatically saved to your device. Collaboration features will be unavailable until this issue is resolved." : "Lokala ändringar sparas automatiskt på din enhet. Samarbetsfunktioner är inte tillgängliga förrän problemet har åtgärdats.",
37+
"This version is missing its source file" : "Denna version saknar sin källfil",
38+
"Could not load this version" : "Kunde inte läsa in denna version",
39+
"{fileName} – Version {version}" : "{fileName} – Version {version}",
40+
"Loading version..." : "Läser in version…",
3741
"Show element creators" : "Visa objektens skapare",
3842
"Display Mode" : "Visningsläge",
3943
"On Selection" : "Vid markering",

l10n/sv.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"You do not have permission to access this whiteboard for collaboration. You can continue working locally." : "Du har inte behörighet att få åtkomst till denna whiteboard för samarbete. Du kan fortsätta arbeta lokalt.",
3333
"Authentication issue detected. Retrying…" : "Autentiseringsproblem upptäckt. Försöker igen…",
3434
"Local changes are automatically saved to your device. Collaboration features will be unavailable until this issue is resolved." : "Lokala ändringar sparas automatiskt på din enhet. Samarbetsfunktioner är inte tillgängliga förrän problemet har åtgärdats.",
35+
"This version is missing its source file" : "Denna version saknar sin källfil",
36+
"Could not load this version" : "Kunde inte läsa in denna version",
37+
"{fileName} – Version {version}" : "{fileName} – Version {version}",
38+
"Loading version..." : "Läser in version…",
3539
"Show element creators" : "Visa objektens skapare",
3640
"Display Mode" : "Visningsläge",
3741
"On Selection" : "Vid markering",

0 commit comments

Comments
 (0)