Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import translations from Weblate #662

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,7 @@
<string name="storage_webdav_config_malformed_url">Neplatná adresa WebDAV</string>
<string name="storage_webdav_name">WebDAV %s</string>
<string name="storage_webdav_config_url_helper">Dejte pozor, abyste sem zadali celou adresu URL. Například pro službu Nextcloud bude mít adresa tvar https://vasserver.cz/remote.php/webdav</string>
<string name="notification_space_error_title">Nedostatek místa pro zálohy</string>
<string name="restore_restore_set_size">Velikost: <xliff:g example="1 GB" id="size">%1$s</xliff:g></string>
<string name="notification_space_error_text">Vašemu umístění záloh dochází místo. Uvolněte jej, aby mohly probíhat další zálohy.</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,7 @@
<string name="storage_webdav_config_user">Nazwa użytkownika</string>
<string name="storage_webdav_config_pass">Hasło</string>
<string name="storage_webdav_config_url_helper">Pamiętaj, aby podać tutaj pełny adres URL. Np. dla Nextcloud ma on postać https://twojserwer.com/remote.php/webdav</string>
<string name="notification_space_error_text">W lokalizacji kopii zapasowej brakuje miejsca. Zwolnij miejsce, aby umożliwić tworzenie kopii zapasowych.</string>
<string name="restore_restore_set_size">Rozmiar: <xliff:g example="1 GB" id="size">%1$s</xliff:g></string>
<string name="notification_space_error_title">Niewystarczająca ilość miejsca na kopię zapasową</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,7 @@
<string name="storage_webdav_option_title">WebDAV Cloud (beta)</string>
<string name="storage_webdav_config_url">URL do WebDAV</string>
<string name="storage_webdav_config_url_helper">Certifique-se de digitar a URL inteira aqui. Ex: para o Nextcloud, ela tem a forma de https://seuservidor.com/remote.php/webdav</string>
<string name="notification_space_error_title">Espaço de backup insuficiente</string>
<string name="notification_space_error_text">A sua localização de backup está quase sem espaço. Libere mais espaço, para que os backups possam ser feitos.</string>
<string name="restore_restore_set_size">Tamanho: <xliff:g example="1 GB" id="size">%1$s</xliff:g></string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-ro/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,7 @@
<string name="backup_app_no_data">Aplicația a raportat că nu există date pentru a face copii de rezervă</string>
<string name="backup_section_not_allowed">Aplicații care nu permit backup de date</string>
<string name="storage_fake_nextcloud_summary_unavailable">Contul nu este disponibil. Configurează unul (sau dezactivează parola).</string>
<string name="notification_space_error_title">Spațiu insuficient</string>
<string name="notification_space_error_text">Locația copiilor de rezervă rămâne fără spațiu. Eliberează spațiu, astfel încât să poată rula copiile de rezervă.</string>
<string name="restore_restore_set_size">Dimensiune: <xliff:g example="1 GB" id="size">%1$s</xliff:g></string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,7 @@
<string name="storage_webdav_config_user">Kullanıcı adı</string>
<string name="storage_webdav_config_pass">Parola</string>
<string name="storage_webdav_config_url_helper">URL\'nin tamamını buraya girdiğinizden emin olun. Örneğin Nextcloud için https://sunucunuz.com/remote.php/webdav şeklindedir</string>
<string name="notification_space_error_title">Yetersiz yedekleme alanı</string>
<string name="restore_restore_set_size">Boyut: <xliff:g example="1 GB" id="size">%1$s</xliff:g></string>
<string name="notification_space_error_text">Yedekleme konumunuzun alanı tükeniyor. Yedeklemelerin çalışabilmesi için alan boşaltın.</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,7 @@
<string name="storage_webdav_config_url">WebDAV URL</string>
<string name="storage_webdav_config_user">用户名</string>
<string name="storage_webdav_config_url_helper">确保在此输入完整 URL。比如对于 Nextcloud,符合要求的 URL 应形如 https://yourserver.com/remote.php/webdav</string>
<string name="notification_space_error_title">备份空间不够</string>
<string name="notification_space_error_text">你选择的备份位置剩余空间不足。要能运行备份,请腾出空间。</string>
<string name="restore_restore_set_size">大小: <xliff:g example="1 GB" id="size">%1$s</xliff:g></string>
</resources>
Loading