Skip to content

Commit d339a92

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

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

library/src/main/res/values-bg-rBG/strings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
<string name="socket_exception">Грешка при порта (Socker exception)</string>
2626
<string name="socket_timeout_exception">Грешка при изчакване на порта (Socket timeout exception)</string>
2727
<string name="ssl_exception">SSL грешка</string>
28+
<string name="ssl_recoverable_exception">SSL грешка (SSL recoverable exception)</string>
2829
<string name="sync_conflict">Конфликт при синхронизацията</string>
2930
<string name="title_no_client_cert">Не е открит клиентски сертификат</string>
3031
<string name="unexpected_exception">Неочаквана грешка (Unexpected exception)</string>
3132
<string name="unexpected_webdav_exception">WebDAV грешка (Unexpected WebDAV exception)</string>
3233
<string name="unknown_host_exception">Грешка при хоста (Unknown host exception)</string>
33-
</resources>
34+
<string name="unrecovered_transport_exception">Грешка при предаването (Unrecovered transport exception)</string>
35+
</resources>

library/src/main/res/values-pl/strings.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44
<string name="account_not_the_same">Uwierzytelniono inne konto niż to użyte do aktualizacji</string>
55
<string name="bad_oc_version">Na serwerze nie znaleziono wymaganej wersji Nextcloud</string>
66
<string name="connect_timeout_exception">Przekroczono limit czasu połączenia</string>
7+
<string name="exception_using_account">Wystąpił wyjątek podczas korzystania z konta</string>
78
<string name="file_locked">Plik jest aktualnie otwarty przez innego użytkownika lub proces</string>
89
<string name="file_not_found">Plik lokalny nie istnieje</string>
910
<string name="http_violation">Naruszenie protokołu HTTP</string>
1011
<string name="instance_not_configured">Serwer Nextcloud nie został skonfigurowany!</string>
12+
<string name="invalid_character_in_name">Nazwa pliku zawiera niedozwolony znak</string>
13+
<string name="json_exception">Wyjątek JSON</string>
1114
<string name="local_storage_full">Pamięć lokalna pełna</string>
15+
<string name="local_storage_not_moved">Błąd podczas przenoszenia pliku do folderu docelowego</string>
16+
<string name="malformed_url_exception">Nieprawidłowy format adresu URL (wyjątek)</string>
1217
<string name="message_install_client_cert">Czy chcesz zainstalować certyfikat klienta TLS\?</string>
1318
<string name="no_network_connection">Brak połączenia sieciowego</string>
1419
<string name="notification_channel_name">Połączenie Nextcloud</string>
@@ -18,5 +23,13 @@
1823
<string name="operation_cancelled_by_the_caller">Operacja anulowana przez dzwoniącego</string>
1924
<string name="operation_finished_http_code">Zapytanie HTTP nie powiodło się z kodem: %1$d (%2$s)</string>
2025
<string name="socket_exception">Wyjątek</string>
26+
<string name="socket_timeout_exception">Przekroczono limit czasu gniazda (socket timeout)</string>
27+
<string name="ssl_exception">Wyjątek SSL</string>
28+
<string name="ssl_recoverable_exception">Odzyskiwalny wyjątek SSL (SSL recoverable exception)</string>
29+
<string name="sync_conflict">Konflikt synchronizacji</string>
2130
<string name="title_no_client_cert">Nie znaleziono certyfikatu klienta</string>
22-
</resources>
31+
<string name="unexpected_exception">Nieoczekiwany wyjątek</string>
32+
<string name="unexpected_webdav_exception">Nieoczekiwany wyjątek WebDAV</string>
33+
<string name="unknown_host_exception">Nieznany wyjątek hosta</string>
34+
<string name="unrecovered_transport_exception">Nieodzyskany wyjątek transportu</string>
35+
</resources>

0 commit comments

Comments
 (0)