Imported translations.

This commit is contained in:
Felix Ableitner 2015-03-14 15:13:51 +01:00
parent c90f35e395
commit 9cff099dab
24 changed files with 288 additions and 158 deletions

View File

@ -66,6 +66,9 @@
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -74,6 +77,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -6,9 +6,9 @@
<!--Title of the "add folder" menu action-->
<string name="add_folder">Přidat adresář</string>
<!--Title of the "share device id" menu action-->
<string name="share_device_id">ID přístroje sdílení</string>
<string name="share_device_id">Sdílet ID přístroje</string>
<!--Shown in the chooser dialog when sharing a Device ID-->
<string name="send_device_id_to">Poslat ID přístroje na</string>
<string name="send_device_id_to">Poslat ID přístroje přes</string>
<!--Text for FoldersFragment and DevicesFragment loading view-->
<string name="api_loading">Čeká se na API</string>
<!--FoldersFragment-->
@ -26,32 +26,33 @@
<!--Indicates that a folder is fully synced to the local device-->
<string name="device_up_to_date">Aktuální</string>
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
<string name="device_syncing">Synchronizuji (%1$d%%)</string>
<string name="device_syncing">Synchronizuje se (%1$d%%)</string>
<!--Indicates that there is no connection to the device-->
<string name="device_disconnected">Odpojen</string>
<!--Title for current download rate-->
<string name="download_title">Download</string>
<string name="download_title">Rychlost stahování</string>
<!--Title for current upload rate-->
<string name="upload_title">Upload</string>
<string name="upload_title">Rychlost odesílání</string>
<!--DrawerFragment-->
<!--Same as download_title with a colon and space appended-->
<string name="download_title_colon">Download:\u0020</string>
<string name="download_title_colon">Rychlost stahování:\u0020</string>
<!--Same as upload_title with a colon and space appended-->
<string name="upload_title_colon">Upload:\u0020</string>
<string name="upload_title_colon">Rychlost odesílání:\u0020</string>
<!--Title for current CPU usage-->
<string name="cpu_usage">Využití CPU</string>
<!--Title for current RAM usage-->
<string name="ram_usage">Využití RAM</string>
<!--Title for announce server status-->
<string name="announce_server">Ohlašovací Server</string>
<string name="announce_server">Globální oznamování</string>
<!--Menu item to donate-->
<string name="donate">Přispět</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">ID adresáře</string>
<!--Setting title-->
<string name="directory">Adresář</string>
<!--Setting title-->
<string name="rescan_interval">Interval opakování skenu</string>
<string name="rescan_interval">Interval opakování skenování</string>
<!--Setting title-->
<string name="folder_master">Master adresář</string>
<!--Setting title-->
@ -59,15 +60,15 @@
<!--Setting title-->
<string name="file_versioning">Verze souborů</string>
<!--Setting title-->
<string name="keep_versions">Udržovat verze</string>
<string name="keep_versions">Ponechat verze</string>
<!--Setting title-->
<string name="delete_folder">Smazat adresář</string>
<!--Title for FolderSettingsFragment in create mode-->
<string name="create_folder">Vytvořit adresář</string>
<string name="create_folder">Přidat adresář</string>
<!--Title for FolderSettingsFragment in edit mode-->
<string name="edit_folder">Upravit adresář</string>
<!--Menu item to confirm folder creation-->
<string name="create">Vytvořit</string>
<string name="create">Přidat</string>
<!--Dialog shown when attempting to delete a folder-->
<string name="delete_folder_confirm">Opravdu chcete smazat tento adresář?</string>
<!--Toast shown when trying to create a folder with an invalid ID-->
@ -110,9 +111,9 @@
Nainstalujte prosím čtečku nebo vložte ID přístroje ručně.</string>
<!--WebGuiActivity-->
<!--Title of the web gui activity-->
<string name="web_gui_title">Webové grafické rozhraní</string>
<string name="web_gui_title">Syncthing GUI</string>
<!--Text for WebGuiActivity loading view-->
<string name="web_gui_loading">Čeká se na grafické rozhraní</string>
<string name="web_gui_loading">Čeká se na Syncthing GUI</string>
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<string name="web_gui_creating_key">Jsou vytvářeny klíče. Chvíli strpení.</string>
<!--Title for dialog displayed on first start-->
@ -120,7 +121,7 @@ Nainstalujte prosím čtečku nebo vložte ID přístroje ručně.</string>
<!--Text for dialog displayed on first start-->
<string name="welcome_text">Vítejte do programu Syncthing pro Android!\n\n\
Tato aplikace je momentálně v nestabilní alpha verzi. Může docházet k chybám, problémům s výkonem nebo ztrátě dat.\n\n\
Hlašte prosím jakékoliv problémy na které narazíte přes Github.</string>
Hlašte prosím jakékoliv problémy, na které narazíte, přes Github.</string>
<!--SettingsFragment-->
<!--Activity title-->
<string name="settings_title">Nastavení</string>
@ -133,6 +134,7 @@ Hlašte prosím jakékoliv problémy na které narazíte přes Github.</string>
<string name="sync_only_charging">Synchronizovat pouze při nabíjení</string>
<string name="sync_only_wifi">Synchronizovat pouze přes wifi</string>
<string name="advanced_folder_picker">Použít rozšířený výběr adresáře</string>
<string name="advanced_folder_picker_summary">Vyberte jakýkoliv adresář v přístroji pro synchronizaci</string>
<string name="syncthing_options">Nastavení Syncthing</string>
<string name="device_name">Jméno přístroje</string>
<string name="listen_address">Adresy naslouchání protokolu synchronizace</string>
@ -142,12 +144,20 @@ Hlašte prosím jakékoliv problémy na které narazíte přes Github.</string>
<string name="local_announce_enabled">Místní oznamování</string>
<string name="upnp_enabled">Povolit UPnP</string>
<string name="global_announce_server">Server globálního oznamování</string>
<string name="usage_reporting">Zasílání anonymních dat o využití</string>
<string name="usage_reporting">Anonymní hlášení o používání</string>
<string name="syncthing_gui">Syncthing GUI</string>
<string name="gui_address">Adresy naslouchání GUI</string>
<string name="gui_user">Přihlašovací jméno pro GUI</string>
<string name="gui_password">Přihlašovací heslo pro GUI</string>
<string name="gui_https_enabled">Použít HTTPS pro GUI</string>
<string name="export_config">Zálohovat nastavení</string>
<!--Toast shown after config was successfully exported-->
<string name="config_export_successful">Nastavení bylo zálohováno do %1$s</string>
<string name="import_config">Nahrát nastavení</string>
<!--Toast shown after config was successfully imported-->
<string name="config_imported_successful">Nastavení bylo nahráno</string>
<!--Toast shown after config was successfully imported-->
<string name="config_import_failed">Nahrání nastavení selhalo, ujistěte se, že soubory jsou v %1$s</string>
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Možnosti ladění</string>
<!--Settings item that opens issue tracker-->
@ -156,19 +166,20 @@ Hlašte prosím jakékoliv problémy na které narazíte přes Github.</string>
<string name="report_issue_summary">Otevřít hlášení chyb Syncthing pro Android</string>
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
<string name="syncthing_version_title">Syncthing verze</string>
<string name="syncthing_version_title">Verze Syncthing</string>
<!--Title of the preference showing this app's version name-->
<string name="app_version_title">Verze Syncthing pro Android</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Výběr adresáře</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">Adresář je prázdný</string>
<!--Menu item to create folder on the file system-->
<string name="create_fs_folder">Vytvořit nový adresář</string>
<!--Menu item to select the current folder-->
<string name="select_folder">Vybrat adresář</string>
<string name="create_folder_failed">Selhalo vytvoření adresáře</string>
<string name="create_folder_failed">Vytvoření adresáře selhalo</string>
<!--SyncthingService-->
<!--Title of the "syncthing disabled" dialog-->
<string name="syncthing_disabled_title">Syncthing je vypnutý</string>
@ -184,7 +195,7 @@ Hlašte prosím jakékoliv problémy na které narazíte přes Github.</string>
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Je potřeba restartovat</string>
<!--Text of the notification shown when a restart is needed-->
<string name="restart_notification_text">Tapnout zde pro restart aplikace syncthing</string>
<string name="restart_notification_text">Tapnout sem pro restart aplikace Syncthing</string>
<!--Text for the dismiss button of the restart Activity-->
<string name="restart_later">Restartovat později</string>
<!--Shown when a device ID is copied to the clipboard-->
@ -192,22 +203,22 @@ Hlašte prosím jakékoliv problémy na které narazíte přes Github.</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
<item>KiB</item>
<item>MiB</item>
<item>GiB</item>
<item>TiB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
<item>Kib/s</item>
<item>Mib/s</item>
<item>Gib/s</item>
<item>Tib/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">Nečinný</string>
<string name="state_scanning">Probíhá sken</string>
<string name="state_cleaning">Probíhá čištění</string>
<string name="state_syncing">Probíhá synchronizace</string>
<string name="state_idle">Aktuální</string>
<string name="state_scanning">Skenování</string>
<string name="state_cleaning">Čištění</string>
<string name="state_syncing">Synchronizuje se</string>
</resources>

View File

@ -45,6 +45,7 @@
<!--Title for announce server status-->
<string name="announce_server">Ankündigungsserver</string>
<!--Menu item to donate-->
<string name="donate">Spenden</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">Verzeichnis ID</string>
@ -131,6 +132,7 @@ Bitte installiere einen Scanner oder gib die Geräte ID manuell ein.</string>
<string name="sync_only_charging">Synchronisierung nur mit angeschlossenem Ladegerät</string>
<string name="sync_only_wifi">Synchronisierung nur im WLAN</string>
<string name="advanced_folder_picker">Erweiterte Ordnerauswahl benutzen</string>
<string name="advanced_folder_picker_summary">Alle Verzeichnisse auf dem Gerät für Synchronisation auswählbar</string>
<string name="syncthing_options">Syncthing Optionen</string>
<string name="device_name">Gerätename</string>
<string name="listen_address">Adresse(n) für das Synchronisierungsprotokoll</string>
@ -146,6 +148,9 @@ Bitte installiere einen Scanner oder gib die Geräte ID manuell ein.</string>
<string name="gui_user">Nutzername für Weboberfläche</string>
<string name="gui_password">Passwort für Weboberfläche</string>
<string name="gui_https_enabled">HTTPS für Weboberfläche benutzen</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Fehlersuchoptionen</string>
<!--Settings item that opens issue tracker-->
@ -160,6 +165,7 @@ Bitte installiere einen Scanner oder gib die Geräte ID manuell ein.</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Verzeichnisauswahl</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">Ordner ist leer</string>
<!--Menu item to create folder on the file system-->
@ -188,21 +194,7 @@ Bitte installiere einen Scanner oder gib die Geräte ID manuell ein.</string>
<!--Shown when a device ID is copied to the clipboard-->
<string name="device_id_copied_to_clipboard">Geräte ID in die Zwischenablage kopiert</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">Untätig</string>
<string name="state_scanning">Suchen</string>

View File

@ -1,5 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="app_name">Syncthing</string>
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<!--Title of the "share device id" menu action-->
@ -66,6 +67,9 @@
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -74,6 +78,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -142,6 +142,9 @@ Por favor reporte cualquier problema que encuentre a través de Github.</string>
<string name="gui_user">Usuario de Autenticación GUI</string>
<string name="gui_password">Contraseña de Autenticación GUI</string>
<string name="gui_https_enabled">Usar HHTPS para la GUI</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<string name="report_issue_title">Reportar Problema</string>
@ -154,6 +157,7 @@ Por favor reporte cualquier problema que encuentre a través de Github.</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Seleccionador de Carpeta</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">El Directorio esta Vacío</string>
<!--Menu item to create folder on the file system-->
@ -182,21 +186,7 @@ Por favor reporte cualquier problema que encuentre a través de Github.</string>
<!--Shown when a device ID is copied to the clipboard-->
<string name="device_id_copied_to_clipboard">El ID de Dispositivo se copió al portapapéles</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_scanning">Escaneado</string>
<string name="state_cleaning">Limpiando</string>

View File

@ -66,6 +66,9 @@
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -74,6 +77,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -66,6 +66,9 @@
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -74,6 +77,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -45,6 +45,7 @@
<!--Title for announce server status-->
<string name="announce_server">Serveur d\'annonce</string>
<!--Menu item to donate-->
<string name="donate">Faire un don</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">ID du dossier</string>
@ -133,6 +134,7 @@ SVP, signalez les problèmes que vous rencontrez via Github.</string>
<string name="sync_only_charging">Synchro uniquement sur chargeur</string>
<string name="sync_only_wifi">Synchro uniquement en WiFi</string>
<string name="advanced_folder_picker">Choix étendu des dossiers</string>
<string name="advanced_folder_picker_summary">Autorise la sélection n\'importe quel dossier de cette machine pour la synchronisation</string>
<string name="syncthing_options">Options Syncthing</string>
<string name="device_name">Nom de machine</string>
<string name="listen_address">Adresse d\'écoute pour la synchro</string>
@ -148,6 +150,14 @@ SVP, signalez les problèmes que vous rencontrez via Github.</string>
<string name="gui_user">Nom d\'authentification pour l\'interface WEB</string>
<string name="gui_password">Mot de passe d\'authentification pour l\'interface WEB</string>
<string name="gui_https_enabled">Utiliser HTTPS pour l\'interface WEB</string>
<string name="export_config">Exporter la configuration</string>
<!--Toast shown after config was successfully exported-->
<string name="config_export_successful">La configuration a été exportée dans %1$s</string>
<string name="import_config">Importer la configuration</string>
<!--Toast shown after config was successfully imported-->
<string name="config_imported_successful">La configuration a été importée</string>
<!--Toast shown after config was successfully imported-->
<string name="config_import_failed">Echec de l\'import de la configuration, assurez-vous que les fichiers sont dans %1$s</string>
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Options de débuggage</string>
<!--Settings item that opens issue tracker-->
@ -162,6 +172,7 @@ SVP, signalez les problèmes que vous rencontrez via Github.</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Sélection du dossier</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">Le dossier est vide</string>
<!--Menu item to create folder on the file system-->
@ -199,11 +210,11 @@ SVP, signalez les problèmes que vous rencontrez via Github.</string>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>o/s</item>
<item>Ko/s</item>
<item>Mo/s</item>
<item>Go/s</item>
<item>To/s</item>
<item>bits/s</item>
<item>Kbits/s</item>
<item>Mbits/s</item>
<item>Gbits/s</item>
<item>Tbits/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">En veille</string>

View File

@ -86,6 +86,9 @@
<string name="upnp_enabled">UPnP engedélyezése</string>
<string name="syncthing_gui">Syncthing GUI</string>
<string name="gui_https_enabled">HTTPS használata a GUI-hoz</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -94,6 +97,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -66,6 +66,9 @@
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -74,6 +77,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -147,6 +147,9 @@ Si prega di segnalare eventuali problemi riscontrati tramite Github.</string>
<string name="gui_user">Utente Interfaccia Grafica</string>
<string name="gui_password">Password Autenticazione Utente</string>
<string name="gui_https_enabled">Usa HTTPS per l\'interfaccia grafica</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Opzioni di Debug</string>
<!--Settings item that opens issue tracker-->
@ -161,6 +164,7 @@ Si prega di segnalare eventuali problemi riscontrati tramite Github.</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Selezione Cartella</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">Cartella Vuota</string>
<!--Menu item to create folder on the file system-->
@ -189,21 +193,7 @@ Si prega di segnalare eventuali problemi riscontrati tramite Github.</string>
<!--Shown when a device ID is copied to the clipboard-->
<string name="device_id_copied_to_clipboard">ID Dispositivo copiato negli appunti</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">Inattivo</string>
<string name="state_scanning">Scansione in corso</string>

View File

@ -45,6 +45,7 @@
<!--Title for announce server status-->
<string name="announce_server">アナウンスサーバー</string>
<!--Menu item to donate-->
<string name="donate">寄付</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">フォルダー ID</string>
@ -133,6 +134,7 @@ GitHub 経由で、発生した問題をすべて報告してください。</st
<string name="sync_only_charging">充電中のみ同期</string>
<string name="sync_only_wifi">Wifi 時のみ同期</string>
<string name="advanced_folder_picker">高度なフォルダー選択を使用する</string>
<string name="advanced_folder_picker_summary">同期するデバイスのフォルダーを選択してください</string>
<string name="syncthing_options">同期オプション</string>
<string name="device_name">デバイス名</string>
<string name="listen_address">同期プロトコル リスンアドレス</string>
@ -148,6 +150,14 @@ GitHub 経由で、発生した問題をすべて報告してください。</st
<string name="gui_user">GUI 認証ユーザー</string>
<string name="gui_password">GUI 認証パスワード</string>
<string name="gui_https_enabled">GUI で HTTPS を使用する</string>
<string name="export_config">設定をエクスポート</string>
<!--Toast shown after config was successfully exported-->
<string name="config_export_successful">設定を %1$s にエクスポートしました</string>
<string name="import_config">設定をインポート</string>
<!--Toast shown after config was successfully imported-->
<string name="config_imported_successful">設定をインポートしました</string>
<!--Toast shown after config was successfully imported-->
<string name="config_import_failed">設定のインポートに失敗しました。%1$s にファイルがあるか確認してください</string>
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">デバッグオプション</string>
<!--Settings item that opens issue tracker-->
@ -162,6 +172,7 @@ GitHub 経由で、発生した問題をすべて報告してください。</st
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">フォルダー選択</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">ディレクトリは空です</string>
<!--Menu item to create folder on the file system-->
@ -192,18 +203,18 @@ GitHub 経由で、発生した問題をすべて報告してください。</st
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
<item>KiB</item>
<item>MiB</item>
<item>GiB</item>
<item>TiB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
<item>Kib/s</item>
<item>Mib/s</item>
<item>Gib/s</item>
<item>Tib/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">アイドル</string>

View File

@ -127,6 +127,9 @@ Vennligst rapporter alle problemer du møter på via Github.</string>
<string name="upnp_enabled">Aktiver UPnP</string>
<string name="syncthing_gui">Syncthing-GUI</string>
<string name="gui_https_enabled">Bruk HTTPS til GUI</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<string name="report_issue_title">Rapporter Problem</string>
@ -139,6 +142,7 @@ Vennligst rapporter alle problemer du møter på via Github.</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Mappe-velger</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">Katalog er Tom</string>
<!--Menu item to create folder on the file system-->

View File

@ -45,6 +45,7 @@
<!--Title for announce server status-->
<string name="announce_server">Mededelingsserver</string>
<!--Menu item to donate-->
<string name="donate">Doneren</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">Map-ID</string>
@ -133,6 +134,7 @@ Gelieve alle problemen die je tegenkomt via GitHub te melden.</string>
<string name="sync_only_charging">Synchroniseer alleen tijdens opladen</string>
<string name="sync_only_wifi">Synchroniseer alleen via Wi-Fi</string>
<string name="advanced_folder_picker">Gebruik geavanceerd map-kiezer</string>
<string name="advanced_folder_picker_summary">Selecteer een map op het toestel om te synchroniseren</string>
<string name="syncthing_options">Syncthing-opties</string>
<string name="device_name">Apparaatnaam</string>
<string name="listen_address">Synchronisatieprotocol luister-adressen</string>
@ -148,6 +150,14 @@ Gelieve alle problemen die je tegenkomt via GitHub te melden.</string>
<string name="gui_user">GUI-authenticatie gebruiker</string>
<string name="gui_password">GUI-authenticatie wachtwoord</string>
<string name="gui_https_enabled">Gebruik HTTPS voor GUI</string>
<string name="export_config">Configuratie exporteren</string>
<!--Toast shown after config was successfully exported-->
<string name="config_export_successful">Configuratie is geëxporteerd naar %1$s</string>
<string name="import_config">Configuratie importeren</string>
<!--Toast shown after config was successfully imported-->
<string name="config_imported_successful">Configuratie geïmporteerd</string>
<!--Toast shown after config was successfully imported-->
<string name="config_import_failed">Importeren van configuratie mislukt, zorg dat de bestanden zich in %1$s bevinden</string>
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Debug-opties</string>
<!--Settings item that opens issue tracker-->
@ -162,6 +172,7 @@ Gelieve alle problemen die je tegenkomt via GitHub te melden.</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Mapkiezer</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">Map is leeg</string>
<!--Menu item to create folder on the file system-->
@ -192,18 +203,18 @@ Gelieve alle problemen die je tegenkomt via GitHub te melden.</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
<item>KiB</item>
<item>MiB</item>
<item>GiB</item>
<item>TiB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
<item>Kib/s</item>
<item>Mib/s</item>
<item>Gib/s</item>
<item>Tib/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">Inactief</string>

View File

@ -142,6 +142,9 @@ Proszę o zgłaszanie wszelkich problemów na Github-ie.</string>
<string name="gui_user">Urzytkownik GUI</string>
<string name="gui_password">Hasło GUI</string>
<string name="gui_https_enabled">Użyj HTTPS dla GUI</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Opcje debugowania</string>
<!--Settings item that opens issue tracker-->
@ -156,6 +159,7 @@ Proszę o zgłaszanie wszelkich problemów na Github-ie.</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Folder Picker</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">Katalog jest pusty</string>
<!--Menu item to create folder on the file system-->
@ -183,21 +187,7 @@ Proszę o zgłaszanie wszelkich problemów na Github-ie.</string>
<!--Shown when a device ID is copied to the clipboard-->
<string name="device_id_copied_to_clipboard">ID urządzenia skopiowane do schowka</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">Bezczynny</string>
<string name="state_scanning">Skanuje</string>

View File

@ -45,6 +45,7 @@
<!--Title for announce server status-->
<string name="announce_server">Servidor de busca global</string>
<!--Menu item to donate-->
<string name="donate">Doações</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">ID da pasta</string>
@ -133,6 +134,7 @@ Por favor, relate qualquer problema que ocorrer através do Github.</string>
<string name="sync_only_charging">Sincronizar somente enquanto o dispositivo estiver carregando</string>
<string name="sync_only_wifi">Sincronizar apenas em wifi</string>
<string name="advanced_folder_picker">Usar seletor de pasta avançado</string>
<string name="advanced_folder_picker_summary">Selecione qualquer pasta do dispositivo para sincronização</string>
<string name="syncthing_options">Opções do Syncthing</string>
<string name="device_name">Nome do dispositivo</string>
<string name="listen_address">Endereços de escuta do protocolo de sincronização</string>
@ -148,6 +150,14 @@ Por favor, relate qualquer problema que ocorrer através do Github.</string>
<string name="gui_user">Nome de usuário da interface</string>
<string name="gui_password">Senha da interface</string>
<string name="gui_https_enabled">Usar HTTPS na interface</string>
<string name="export_config">Exportar configuração</string>
<!--Toast shown after config was successfully exported-->
<string name="config_export_successful">A configuração foi exportada para %1$s</string>
<string name="import_config">Importar configuração</string>
<!--Toast shown after config was successfully imported-->
<string name="config_imported_successful">A configuração foi importada</string>
<!--Toast shown after config was successfully imported-->
<string name="config_import_failed">A importação falhou. Cheque se os arquivos estão em %1$s</string>
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Opções de depuração</string>
<!--Settings item that opens issue tracker-->
@ -162,6 +172,7 @@ Por favor, relate qualquer problema que ocorrer através do Github.</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Seletor de pasta</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">A pasta está vazia</string>
<!--Menu item to create folder on the file system-->
@ -192,18 +203,18 @@ Por favor, relate qualquer problema que ocorrer através do Github.</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
<item>KiB</item>
<item>MiB</item>
<item>GiB</item>
<item>TiB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
<item>Kib/s</item>
<item>Mib/s</item>
<item>Gib/s</item>
<item>Tib/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">Em espera</string>

View File

@ -148,6 +148,9 @@ Por favor, relate quaisquer problemas que encontre através do Github.</string>
<string name="gui_user">Utilizador da autenticação na interface gráfica</string>
<string name="gui_password">Senha da autenticação na interface gráfica</string>
<string name="gui_https_enabled">Utilizar HTTPS na interface gráfica</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Opções da despistagem de erros</string>
<!--Settings item that opens issue tracker-->
@ -162,6 +165,7 @@ Por favor, relate quaisquer problemas que encontre através do Github.</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Selector de pasta</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">A pasta está vazia</string>
<!--Menu item to create folder on the file system-->
@ -190,21 +194,7 @@ Por favor, relate quaisquer problemas que encontre através do Github.</string>
<!--Shown when a device ID is copied to the clipboard-->
<string name="device_id_copied_to_clipboard">O ID do dispositivo foi copiado para a área de transferência</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">Em espera</string>
<string name="state_scanning">Verificando</string>

View File

@ -75,6 +75,9 @@
<!--Preference summary in case it is disabled-->
<string name="sync_only_charging">Синхронизация только во время зарядки</string>
<string name="sync_only_wifi">Синхронизация только по WIFI</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -83,6 +86,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -66,6 +66,9 @@
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -74,6 +77,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -66,6 +66,9 @@
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -74,6 +77,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -66,6 +66,9 @@
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
@ -74,6 +77,7 @@
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->

View File

@ -148,6 +148,9 @@ Lütfen, herhangi bir sorunla karşılaştığınızda Github üzerinden bildiri
<string name="gui_user">Arayüz Kullanıcı Doğrulaması için Kullanıcı Adı</string>
<string name="gui_password">Arayüz Kullanıcı Doğrulaması için Kullanıcı Parolası</string>
<string name="gui_https_enabled">Arayüz için HTTPS Kullan</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Hata Ayıklama Seçenekleri</string>
<!--Settings item that opens issue tracker-->
@ -162,6 +165,7 @@ Lütfen, herhangi bir sorunla karşılaştığınızda Github üzerinden bildiri
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Klasör Seçici</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">Dizin Boş</string>
<!--Menu item to create folder on the file system-->
@ -190,21 +194,7 @@ Lütfen, herhangi bir sorunla karşılaştığınızda Github üzerinden bildiri
<!--Shown when a device ID is copied to the clipboard-->
<string name="device_id_copied_to_clipboard">Cihaz ID panoya kopyalandı</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">Boşta</string>
<string name="state_scanning">Taranıyor</string>

View File

@ -0,0 +1,98 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<!--Title of the "share device id" menu action-->
<!--Shown in the chooser dialog when sharing a Device ID-->
<!--Text for FoldersFragment and DevicesFragment loading view-->
<!--FoldersFragment-->
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
<!--Shown if no folders exist-->
<!--Format string for folder file count-->
<!--DevicesFragment-->
<!--Shown if no devices exist-->
<!--Indicates that a folder is fully synced to the local device-->
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
<!--Indicates that there is no connection to the device-->
<!--Title for current download rate-->
<!--Title for current upload rate-->
<!--DrawerFragment-->
<!--Same as download_title with a colon and space appended-->
<!--Same as upload_title with a colon and space appended-->
<!--Title for current CPU usage-->
<!--Title for current RAM usage-->
<!--Title for announce server status-->
<!--Menu item to donate-->
<!--FolderSettingsFragment-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Title for FolderSettingsFragment in create mode-->
<!--Title for FolderSettingsFragment in edit mode-->
<!--Menu item to confirm folder creation-->
<!--Dialog shown when attempting to delete a folder-->
<!--Toast shown when trying to create a folder with an invalid ID-->
<!--Toast shown when trying to create a folder with an empty path-->
<!--Toast shown when selecting 'devices' if no devices have been added-->
<!--DeviceSettingsFragment-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--ActionBar item-->
<!--Title for DeviceSettingsFragment in create mode-->
<!--Menu item to confirm adding a device-->
<!--Title for DeviceSettingsFragment in edit mode-->
<!--Dialog shown when attempting to delete a device-->
<!--Toast shown when trying to create a device with an empty ID-->
<!--Toast shown when trying to create a device with an empty name-->
<!--Content description for device ID qr code icon-->
<!--Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException-->
<!--WebGuiActivity-->
<!--Title of the web gui activity-->
<!--Text for WebGuiActivity loading view-->
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<!--Title for dialog displayed on first start-->
<!--Text for dialog displayed on first start-->
<!--SettingsFragment-->
<!--Activity title-->
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->
<!--SyncthingService-->
<!--Title of the "syncthing disabled" dialog-->
<!--Message of the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
<!--Title of the notification shown while syncthing is running and enabled-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text of the notification shown when a restart is needed-->
<!--Text for the dismiss button of the restart Activity-->
<!--Shown when a device ID is copied to the clipboard-->
<!--Strings representing units for file sizes, from smallest to largest-->
<!--Strings representing units for transfer rates, from smallest to largest-->
<!--Possible folder states-->
</resources>

View File

@ -145,6 +145,9 @@
<string name="gui_user">GUI 認證使用者名稱</string>
<string name="gui_password">GUI 認證密碼</string>
<string name="gui_https_enabled">為 GUI 使用 HTTPS</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">除錯選項</string>
<!--Settings item that opens issue tracker-->
@ -159,6 +162,7 @@
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">資料夾選擇器</string>
<!--Toast shown on devices with kitkat or higher-->
<!--ListView empty text-->
<string name="directory_empty">資料夾為空</string>
<!--Menu item to create folder on the file system-->
@ -187,21 +191,7 @@
<!--Shown when a device ID is copied to the clipboard-->
<string name="device_id_copied_to_clipboard">裝置識別碼已複製至剪貼版</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">閒置</string>
<string name="state_scanning">正在掃描</string>