mirror of
https://github.com/nextcloud/android-library.git
synced 2025-07-23 00:49:38 +00:00
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
@ -25,9 +25,11 @@
|
||||
<string name="socket_exception">Грешка при порта (Socker exception)</string>
|
||||
<string name="socket_timeout_exception">Грешка при изчакване на порта (Socket timeout exception)</string>
|
||||
<string name="ssl_exception">SSL грешка</string>
|
||||
<string name="ssl_recoverable_exception">SSL грешка (SSL recoverable exception)</string>
|
||||
<string name="sync_conflict">Конфликт при синхронизацията</string>
|
||||
<string name="title_no_client_cert">Не е открит клиентски сертификат</string>
|
||||
<string name="unexpected_exception">Неочаквана грешка (Unexpected exception)</string>
|
||||
<string name="unexpected_webdav_exception">WebDAV грешка (Unexpected WebDAV exception)</string>
|
||||
<string name="unknown_host_exception">Грешка при хоста (Unknown host exception)</string>
|
||||
</resources>
|
||||
<string name="unrecovered_transport_exception">Грешка при предаването (Unrecovered transport exception)</string>
|
||||
</resources>
|
||||
|
@ -4,11 +4,16 @@
|
||||
<string name="account_not_the_same">Uwierzytelniono inne konto niż to użyte do aktualizacji</string>
|
||||
<string name="bad_oc_version">Na serwerze nie znaleziono wymaganej wersji Nextcloud</string>
|
||||
<string name="connect_timeout_exception">Przekroczono limit czasu połączenia</string>
|
||||
<string name="exception_using_account">Wystąpił wyjątek podczas korzystania z konta</string>
|
||||
<string name="file_locked">Plik jest aktualnie otwarty przez innego użytkownika lub proces</string>
|
||||
<string name="file_not_found">Plik lokalny nie istnieje</string>
|
||||
<string name="http_violation">Naruszenie protokołu HTTP</string>
|
||||
<string name="instance_not_configured">Serwer Nextcloud nie został skonfigurowany!</string>
|
||||
<string name="invalid_character_in_name">Nazwa pliku zawiera niedozwolony znak</string>
|
||||
<string name="json_exception">Wyjątek JSON</string>
|
||||
<string name="local_storage_full">Pamięć lokalna pełna</string>
|
||||
<string name="local_storage_not_moved">Błąd podczas przenoszenia pliku do folderu docelowego</string>
|
||||
<string name="malformed_url_exception">Nieprawidłowy format adresu URL (wyjątek)</string>
|
||||
<string name="message_install_client_cert">Czy chcesz zainstalować certyfikat klienta TLS\?</string>
|
||||
<string name="no_network_connection">Brak połączenia sieciowego</string>
|
||||
<string name="notification_channel_name">Połączenie Nextcloud</string>
|
||||
@ -18,5 +23,13 @@
|
||||
<string name="operation_cancelled_by_the_caller">Operacja anulowana przez dzwoniącego</string>
|
||||
<string name="operation_finished_http_code">Zapytanie HTTP nie powiodło się z kodem: %1$d (%2$s)</string>
|
||||
<string name="socket_exception">Wyjątek</string>
|
||||
<string name="socket_timeout_exception">Przekroczono limit czasu gniazda (socket timeout)</string>
|
||||
<string name="ssl_exception">Wyjątek SSL</string>
|
||||
<string name="ssl_recoverable_exception">Odzyskiwalny wyjątek SSL (SSL recoverable exception)</string>
|
||||
<string name="sync_conflict">Konflikt synchronizacji</string>
|
||||
<string name="title_no_client_cert">Nie znaleziono certyfikatu klienta</string>
|
||||
</resources>
|
||||
<string name="unexpected_exception">Nieoczekiwany wyjątek</string>
|
||||
<string name="unexpected_webdav_exception">Nieoczekiwany wyjątek WebDAV</string>
|
||||
<string name="unknown_host_exception">Nieznany wyjątek hosta</string>
|
||||
<string name="unrecovered_transport_exception">Nieodzyskany wyjątek transportu</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user