Imported translations.

This commit is contained in:
Felix Ableitner 2015-07-07 23:53:51 +02:00
parent 2123eb6a47
commit bd2e126b7a
39 changed files with 451 additions and 52 deletions

View File

@ -1,9 +1,9 @@
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
Syncthing nahrazuje proprietární synchronizační a cloudové služby něčím otevřeným, důvěryhodným a decentralizovaným. Vaše data patří jenom vám a zasloužíte si mít na výběr kde jsou uložena, jestli jsou sdílena s třetí stranou a jak jsou přenášena po Internetu.
Website: https://syncthing.net/
Webová stránka: https://syncthing.net/
Source code: https://github.com/syncthing/syncthing-android
Zdrojový kód: https://github.com/syncthing/syncthing-android
Forum: https://discourse.syncthing.net/
Fórum: https://discourse.syncthing.net/
Issues: https://github.com/syncthing/syncthing-android/issues
Nedostatky: https://github.com/syncthing/syncthing-android/issues

View File

@ -0,0 +1,9 @@
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
Website: https://syncthing.net/
Source code: https://github.com/syncthing/syncthing-android
Forum: https://discourse.syncthing.net/
Issues: https://github.com/syncthing/syncthing-android/issues

View File

@ -0,0 +1,9 @@
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
Website: https://syncthing.net/
Source code: https://github.com/syncthing/syncthing-android
Forum: https://discourse.syncthing.net/
Issues: https://github.com/syncthing/syncthing-android/issues

View File

@ -1,9 +1,9 @@
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
O Syncthing substitui serviços proprietários de sincronização e de nuvem por algo aberto, fiável e descentralizado. Os seus dados são somente seus e você merece escolher onde são armazenados, se são partilhados com terceiros ou como são transmitidos pela Internet.
Website: https://syncthing.net/
Source code: https://github.com/syncthing/syncthing-android
Código fonte: https://github.com/syncthing/syncthing-android
Forum: https://discourse.syncthing.net/
Issues: https://github.com/syncthing/syncthing-android/issues
Questões: https://github.com/syncthing/syncthing-android/issues

View File

@ -1 +1 @@
Replace proprietary services with something open, trustworthy and decentralized.
Nahraďte proprietární služby něčím otevřeným, důvěryhodným a decentralizovaným.

View File

@ -0,0 +1 @@
Replace proprietary services with something open, trustworthy and decentralized.

View File

@ -0,0 +1 @@
Replace proprietary services with something open, trustworthy and decentralized.

View File

@ -1 +1 @@
Replace proprietary services with something open, trustworthy and decentralized.
Substitua serviços proprietários por algo aberto, fiável e descentralizado.

View File

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -144,8 +144,6 @@ Všechny problémy, se kterými se setkáte, nahlašte prosím přes Github.</st
<string name="advanced_folder_picker_summary">Vyberte jakýkoliv adresář v přístroji pro synchronizaci</string>
<string name="use_root_title">Synchronizovat jako root</string>
<string name="use_root_summary">Spustit syncthing jako superuživatel</string>
<string name="persistent_notification_title">Trvalé upozornění</string>
<string name="persistent_notification_summary">Zobrazovat upozornění při běhu aplikace Syncthing</string>
<string name="category_syncthing">Syncthing</string>
<string name="syncthing_options">Nastavení Syncthing</string>
<string name="device_name">Jméno přístroje</string>
@ -233,11 +231,15 @@ Všechny problémy, se kterými se setkáte, nahlašte prosím přes Github.</st
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">Adresářová struktura je moc hluboká. Zkontrolujte zacyklené symlinky.</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">Selhalo vytvoření konfigurace Syncthing. Zkontrolujte prosím logy.</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Je potřeba restartovat</string>
<!--Text for positive button in restart dialog-->
<string name="restart_now">Restartovat hned</string>
<!--Text for the dismiss button of the restart Activity-->
<string name="restart_later">Později</string>
<!--Text of the notification shown when a restart is needed-->
<string name="restart_notification_text">Tapnout sem pro restart aplikace Syncthing</string>
<!--Shown when a device ID is copied to the clipboard-->
@ -251,6 +253,13 @@ Všechny problémy, se kterými se setkáte, nahlašte prosím přes Github.</st
<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>KiB/s</item>
<item>MiB/s</item>
<item>GiB/s</item>
<item>TiB/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">Aktuální</string>
<string name="state_scanning">Skenování</string>

View File

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -6,13 +6,13 @@
<!--Title of the "add folder" menu action-->
<string name="add_folder">Verzeichnis hinzufügen</string>
<!--Title of the "share device id" menu action-->
<string name="share_device_id">Geräte ID teilen</string>
<string name="share_device_id">Geräte-ID teilen</string>
<!--Shown in the chooser dialog when sharing a Device ID-->
<string name="send_device_id_to">Geräte ID senden an</string>
<string name="send_device_id_to">Geräte-ID senden an</string>
<!--Text for FoldersFragment and DevicesFragment loading view-->
<string name="api_loading">Lade...</string>
<string name="usage_reporting_dialog_title">anonymen Nutzungsbericht erlauben?</string>
<string name="usage_reporting_dialog_description">Der anonyme Nutzungsbericht wird täglich versendet. Er wird verwendet, um Statistiken über die verwendeten Plattformen, Ordnergrößen und syncthing-Versionen zu erstellen. Wenn sich die angefragten Daten ändern, werden Sie erneut um Erlaubnis gefragt. Die fertigen Statistiken sind unter https://data.syncthing.net zu finden.</string>
<string name="usage_reporting_dialog_description">Der verschlüsselte Nutzungsbericht wird täglich versendet. Er wird verwendet, um Statistiken über die genutzten Plattformen, Verzeichnisgrößen und Syncthing-Versionen zu erstellen. Wenn sich der übermittelte Datenumfang ändert, werden Sie erneut um Erlaubnis gefragt. Die zusammengeführten Statistiken sind unter https://data.syncthing.net zu finden.</string>
<string name="yes">Ja</string>
<string name="no">Nein</string>
<!--FoldersFragment-->
@ -46,14 +46,14 @@
<!--Title for current CPU usage-->
<string name="cpu_usage">Prozessorauslastung</string>
<!--Title for current RAM usage-->
<string name="ram_usage">RAM Auslastung</string>
<string name="ram_usage">RAM-Auslastung</string>
<!--Title for announce server status-->
<string name="announce_server">Indexserver</string>
<!--Menu item to donate-->
<string name="donate">Spenden</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">Verzeichnis ID</string>
<string name="folder_id">Verzeichnis-ID</string>
<!--Setting title-->
<string name="directory">Verzeichnis</string>
<!--Setting title-->
@ -69,20 +69,20 @@
<!--Title for FolderSettingsFragment in create mode-->
<string name="create_folder">Verzeichnis erstellen</string>
<!--Title for FolderSettingsFragment in edit mode-->
<string name="edit_folder">Verzeichnis auswählen</string>
<string name="edit_folder">Verzeichnis bearbeiten</string>
<!--Menu item to confirm folder creation-->
<string name="create">Erstellen</string>
<!--Dialog shown when attempting to delete a folder-->
<string name="delete_folder_confirm">Soll dieses Verzeichnis wirklich gelöscht werden?</string>
<!--Toast shown when trying to create a folder with an invalid ID-->
<string name="folder_id_invalid">Die Verzeichnis ID muss eine kurze Kennung (64 Zeichen oder weniger) sein. Sie kann nur aus Buchstaben, Zahlen und dem Punkt- (.), Bindestrich- (-), und Unterstrich- (_) Zeichen bestehen.</string>
<string name="folder_id_invalid">Die Verzeichnis-ID muss eine kurze Kennung (64 Zeichen oder weniger) sein. Sie kann nur aus Buchstaben, Zahlen und dem Punkt- (.), Bindestrich- (-), und Unterstrich- (_) Zeichen bestehen.</string>
<!--Toast shown when trying to create a folder with an empty path-->
<string name="folder_path_required">Der Verzeichnispfad darf nicht leer sein</string>
<string name="folder_path_required">Der Ordnerpfad darf nicht leer sein</string>
<!--Toast shown when selecting 'devices' if no devices have been added-->
<string name="no_devices">Bitte verbinde zuerst ein Gerät.</string>
<!--DeviceSettingsFragment-->
<!--Setting title-->
<string name="device_id">Geräte ID</string>
<string name="device_id">Geräte-ID</string>
<!--Setting title-->
<string name="name">Name</string>
<!--Setting title-->
@ -110,7 +110,7 @@
<!--Dialog shown when attempting to delete a device-->
<string name="delete_device_confirm">Soll dieses Gerät wirklich gelöscht werden?</string>
<!--Toast shown when trying to create a device with an empty ID-->
<string name="device_id_required">Die Geräte ID darf nicht leer sein</string>
<string name="device_id_required">Die Geräte-ID darf nicht leer sein</string>
<!--Toast shown when trying to create a device with an empty name-->
<string name="device_name_required">Der Gerätename darf nicht leer sein</string>
<!--Content description for device ID qr code icon-->
@ -140,24 +140,29 @@ Bitte auftretenden Probleme via Github melden.</string>
<string name="always_run_in_background_disabled">Syncthing läuft nur wenn es explizit gestartet wird und kann über das Menü gestoppt werden. </string>
<string name="sync_only_charging">Sync nur mit Ladegerät</string>
<string name="sync_only_wifi">Sync nur im WLAN</string>
<string name="advanced_folder_picker">Erweiterte Ordnerauswahl benutzen</string>
<string name="advanced_folder_picker">Erweiterte Verzeichnisauswahl benutzen</string>
<string name="advanced_folder_picker_summary">Alle Verzeichnisse auf dem Gerät für Synchronisation auswählbar</string>
<string name="use_root_title">Syncronisiere mit Root-Rechten</string>
<string name="use_root_summary">Syncthing mit Superuser Rechten ausführen</string>
<string name="persistent_notification_title">permanente Benachrichtigung</string>
<string name="persistent_notification_summary">Zeige Benachrichtigungen während syncthing läuft</string>
<string name="notification_type_title">Permanente Benachrichtigung</string>
<string name="notification_type_summary">Wähle die Art der Benachrichtigung</string>
<string-array name="notification_type_entries">
<item>Normale Priorität</item>
<item>Geringe Priorität</item>
<item>Keine Priorität</item>
</string-array>
<string name="category_syncthing">Syncthing</string>
<string name="syncthing_options">Syncthing Optionen</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>
<string name="max_recv_kbps">Eingehendes Datenratelimit (KiB/s)</string>
<string name="max_send_kbps">Ausgehendes Datenratelimit (KiB/s)</string>
<string name="max_recv_kbps">Eingehende Datenrate Limite (KiB/s)</string>
<string name="max_send_kbps">Ausgehende Datenrate Limite (KiB/s)</string>
<string name="global_announce_enabled">Globale Auffindung</string>
<string name="local_announce_enabled">Lokale Auffindung</string>
<string name="upnp_enabled">UPnP aktivieren</string>
<string name="global_announce_server">Globaler Indexserver</string>
<string name="usage_reporting">Anonymer Nutzungsbericht</string>
<string name="syncthing_gui">Syncthing Weboberfläche</string>
<string name="syncthing_gui">Syncthing-Weboberfläche</string>
<string name="gui_address">Adressen für Weboberfläche</string>
<string name="gui_user">Nutzername für Weboberfläche</string>
<string name="gui_password">Passwort für Weboberfläche</string>
@ -195,20 +200,20 @@ Bitte auftretenden Probleme via Github melden.</string>
<string name="report_issue_summary">Syncthing-Android Fehlersammlung öffnen</string>
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
<string name="syncthing_version_title">Syncthing Version</string>
<string name="syncthing_version_title">Syncthing-Version</string>
<!--Title of the preference showing this app's version name-->
<string name="app_version_title">Syncthing-Android Version</string>
<string name="app_version_title">Syncthing-Android-Version</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Verzeichnisauswahl</string>
<!--Toast shown on devices with kitkat or higher-->
<string name="kitkat_external_storage_warning">Warnung: Ihre Andoid-Version erlaubt kein synchronisieren auf externe Datenträger</string>
<!--ListView empty text-->
<string name="directory_empty">Ordner ist leer</string>
<string name="directory_empty">Verzeichnis ist leer</string>
<!--Menu item to create folder on the file system-->
<string name="create_fs_folder">Neuen Ordner erstellen</string>
<string name="create_fs_folder">Neues Verzeichnis erstellen</string>
<!--Menu item to select the current folder-->
<string name="select_folder">Ordner auswählen</string>
<string name="select_folder">Verzeichnis auswählen</string>
<string name="create_folder_failed">Verzeichniserstellung fehlgeschlagen</string>
<!--LogActivity-->
<!--Title of the "log" activity-->
@ -233,6 +238,9 @@ Bitte auftretenden Probleme via Github melden.</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">Verzeichnisbaum zu verschachtelt. Auf zyklische symlinks prüfen</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">Erstellen einer Syncthing Konfiguration gescheitert. Bitte die Logs prüfen.</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<string name="default_folder_id">%1$s-Bilder</string>
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Neustart erforderlich</string>
@ -243,7 +251,7 @@ Bitte auftretenden Probleme via Github melden.</string>
<!--Text of the notification shown when a restart is needed-->
<string name="restart_notification_text">Klicke hier um Syncthing neu zu starten</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>
<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>
@ -265,5 +273,6 @@ Bitte auftretenden Probleme via Github melden.</string>
<string name="state_scanning">scanning</string>
<string name="state_cleaning">Aufräumen</string>
<string name="state_syncing">Synchronisiere</string>
<string name="state_error">Fehler</string>
<string name="state_unknown">Unbekannt</string>
</resources>

View File

@ -121,6 +121,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -144,8 +144,6 @@ Por favor informe de qualquier problema que encuentres via Github.</string>
<string name="advanced_folder_picker_summary">Escoja una carpeta del dispositivo para sincronizar</string>
<string name="use_root_title">Sincronizar como Root</string>
<string name="use_root_summary">Ejecutar Syncthing como Superusuario</string>
<string name="persistent_notification_title">Notificación persistente</string>
<string name="persistent_notification_summary">Mostrar notificación mientras Syncthing se está ejecutando</string>
<string name="category_syncthing">Syncthing</string>
<string name="syncthing_options">Opciones de Syncthing</string>
<string name="device_name">Nombre del Dispositivo</string>
@ -233,6 +231,8 @@ Por favor informe de qualquier problema que encuentres via Github.</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">Arbol de directorio demasiado profundo. Comprobar enlaces simbólicos cíclicos</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">Error al crear la configuración de Syncthing. Por favor, comprueba el registro.</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Es necesario reiniciar</string>

View File

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -144,8 +144,13 @@ S\'il vous plait, signalez les problèmes que vous rencontrez via Gihub.</string
<string name="advanced_folder_picker_summary">Autorise la sélection n\'importe quel dossier de cette machine pour la synchronisation</string>
<string name="use_root_title">Sync en root</string>
<string name="use_root_summary">Faire fonctionner syncthing en super-utilisateur</string>
<string name="persistent_notification_title">Notification persistante</string>
<string name="persistent_notification_summary">Afficher une notification quand Syncthing fonctionne</string>
<string name="notification_type_title">Notification</string>
<string name="notification_type_summary">Choisissez le type de notification</string>
<string-array name="notification_type_entries">
<item>Normal</item>
<item>Basse priorité</item>
<item>Aucune</item>
</string-array>
<string name="category_syncthing">Syncthing</string>
<string name="syncthing_options">Options Syncthing</string>
<string name="device_name">Nom de machine</string>
@ -234,6 +239,9 @@ S\'il vous plait, signalez les problèmes que vous rencontrez via Gihub.</string
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">Arborescence des répertoires trop profonde. Vérifiez les liens symboliques cycliques.</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">Impossible de créer la configuration de Syncthing. SVP, vérifiez le journal (log).</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<string name="default_folder_id">%1$s-photos</string>
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Redémarrage requis</string>
@ -266,5 +274,6 @@ S\'il vous plait, signalez les problèmes que vous rencontrez via Gihub.</string
<string name="state_scanning">Analyse en cours</string>
<string name="state_cleaning">Effacement en cours</string>
<string name="state_syncing">Synchro en cours</string>
<string name="state_error">Erreur</string>
<string name="state_unknown">Inconnu</string>
</resources>

View File

@ -122,6 +122,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -1,34 +1,64 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="app_name">Syncthing</string>
<string name="app_description">Terbuka, dapat dipercaya dan terdesentralisasi aplikasi sinkronisasi berkas</string>
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<string name="add_folder">Tambah Folder</string>
<!--Title of the "share device id" menu action-->
<string name="share_device_id">Bagikan ID Perangkat</string>
<!--Shown in the chooser dialog when sharing a Device ID-->
<string name="send_device_id_to">Kirim ID Perangkat ke</string>
<!--Text for FoldersFragment and DevicesFragment loading view-->
<string name="api_loading">Memuat...</string>
<string name="usage_reporting_dialog_title">Perbolehkan Pelaporan Penggunaan Anonim?</string>
<string name="yes">Ya</string>
<string name="no">Tidak</string>
<!--FoldersFragment-->
<string name="folders_fragment_title">Folder</string>
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
<string name="folder_progress_format">%1$s (%2$d%%)</string>
<!--Shown if no folders exist-->
<string name="folder_list_empty">Folder tidak ditemukan</string>
<!--Format string for folder file count-->
<string name="files">%1$d / %2$d Berkas</string>
<!--DevicesFragment-->
<string name="devices_fragment_title">Perangkat</string>
<!--Shown if no devices exist-->
<string name="devices_list_empty">Tidak ada perangkat yang ditemukan</string>
<!--Indicates that a folder is fully synced to the local device-->
<string name="device_up_to_date">Terbaru</string>
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
<string name="device_syncing">Sinkronisasi (%1$d%%)</string>
<!--Indicates that there is no connection to the device-->
<string name="device_disconnected">Terputus</string>
<!--Title for current download rate-->
<string name="download_title">Unduhan</string>
<!--Title for current upload rate-->
<string name="upload_title">Unggah</string>
<!--DrawerFragment-->
<!--Placeholder for device ID field, to avoid layout changes. This is never visible to users.-->
<!--Same as download_title with a colon and space appended-->
<string name="download_title_colon">Unduhan:\u0020</string>
<!--Same as upload_title with a colon and space appended-->
<string name="upload_title_colon">Unggah:\u0020</string>
<!--Title for current CPU usage-->
<string name="cpu_usage">Penggunaan CPU</string>
<!--Title for current RAM usage-->
<string name="ram_usage">Penggunaan RAM</string>
<!--Title for announce server status-->
<string name="announce_server">Server Penyiaran</string>
<!--Menu item to donate-->
<string name="donate">Donasi</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">ID Folder</string>
<!--Setting title-->
<string name="directory">Direktori</string>
<!--Setting title-->
<string name="folder_master">Folder Master</string>
<!--Setting title-->
<string name="devices">Perangkat</string>
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
@ -66,6 +96,7 @@
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<string name="category_syncthing">Syncthing</string>
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
@ -102,6 +133,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -144,8 +144,6 @@ Riferisci tramite Github i problemi che incontri.</string>
<string name="advanced_folder_picker_summary">Selezionare una cartella sul dispositivo per la sincronizzazione</string>
<string name="use_root_title">Sincr. come Root</string>
<string name="use_root_summary">Esegui Syncthing come Superutente</string>
<string name="persistent_notification_title">Notifica Persistente</string>
<string name="persistent_notification_summary">Mostra una Notifica mentre Syncthing è in esecuzione</string>
<string name="category_syncthing">Syncthing</string>
<string name="syncthing_options">Opzioni di Syncthing</string>
<string name="device_name">Nome Dispositivo</string>
@ -234,6 +232,7 @@ Riferisci tramite Github i problemi che incontri.</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">Albero delle cartelle troppo nidificato. Verificare la presenza di link simbolici ciclici</string>
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Riavvio Necessario</string>

View File

@ -144,8 +144,6 @@
<string name="advanced_folder_picker_summary">同期するデバイスのフォルダーを選択してください</string>
<string name="use_root_title">Root として同期</string>
<string name="use_root_summary">スーパーユーザーとして同期を実行します</string>
<string name="persistent_notification_title">永続的な通知</string>
<string name="persistent_notification_summary">Syncthing の実行中、通知を表示します</string>
<string name="category_syncthing">Syncthing</string>
<string name="syncthing_options">同期オプション</string>
<string name="device_name">デバイス名</string>
@ -233,11 +231,15 @@
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">ディレクトリーの階層が深すぎます。シンボリックリンクの巡回を確認してください</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">Syncthing 設定の作成に失敗しました。ログを確認してください。</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">再起動が必要です</string>
<!--Text for positive button in restart dialog-->
<string name="restart_now">今すぐ再起動</string>
<!--Text for the dismiss button of the restart Activity-->
<string name="restart_later">後で</string>
<!--Text of the notification shown when a restart is needed-->
<string name="restart_notification_text">ここをクリックして、今すぐ Syncthing を再起動してください</string>
<!--Shown when a device ID is copied to the clipboard-->
@ -251,6 +253,13 @@
<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>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>
<string name="state_scanning">スキャン中</string>

View File

@ -214,6 +214,7 @@
<string name="syncthing_active">Syncthing이 작동 중입니다</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">재시작 필요</string>

View File

@ -9,6 +9,8 @@
<!--Shown in the chooser dialog when sharing a Device ID-->
<string name="send_device_id_to">Send Enhets-ID til</string>
<!--Text for FoldersFragment and DevicesFragment loading view-->
<string name="yes">Ja</string>
<string name="no">Nei</string>
<!--FoldersFragment-->
<string name="folders_fragment_title">Mapper</string>
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
@ -43,6 +45,7 @@
<string name="ram_usage">RAM-forbruk</string>
<!--Title for announce server status-->
<!--Menu item to donate-->
<string name="donate">Donér</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<string name="folder_id">Mappe-ID</string>
@ -53,7 +56,7 @@
<string name="devices">Enheter</string>
<!--Setting title-->
<!--Setting title-->
<string name="keep_versions">Behold Versjoner</string>
<string name="keep_versions">Behold versjoner</string>
<!--Setting title-->
<string name="delete_folder">Slett Mappe</string>
<!--Title for FolderSettingsFragment in create mode-->
@ -165,6 +168,7 @@
<string name="syncthing_active">Syncthing kjører</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Omstart Nødvendig</string>

View File

@ -144,8 +144,6 @@ Gelieve alle problemen die je tegenkomt via GitHub te melden.</string>
<string name="advanced_folder_picker_summary">Selecteer een map op het toestel om te synchroniseren</string>
<string name="use_root_title">Synchroniseren als root</string>
<string name="use_root_summary">Syncthing uitvoeren als superuser</string>
<string name="persistent_notification_title">Blijvende melding</string>
<string name="persistent_notification_summary">Toon melding wanneer Syncthing wordt uitgevoerd</string>
<string name="category_syncthing">Syncthing</string>
<string name="syncthing_options">Syncthing-opties</string>
<string name="device_name">Apparaatnaam</string>
@ -233,11 +231,15 @@ Gelieve alle problemen die je tegenkomt via GitHub te melden.</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">Directorystructuur te diep. Controleer op cyclische symlinks</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">Aanmaken van een Syncthing-config mislukt. Controleer de logs.</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Herstart vereist</string>
<!--Text for positive button in restart dialog-->
<string name="restart_now">Nu herstarten</string>
<!--Text for the dismiss button of the restart Activity-->
<string name="restart_later">Later</string>
<!--Text of the notification shown when a restart is needed-->
<string name="restart_notification_text">Klik hier om Syncthing nu te herstarten</string>
<!--Shown when a device ID is copied to the clipboard-->
@ -251,6 +253,13 @@ Gelieve alle problemen die je tegenkomt via GitHub te melden.</string>
<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>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>
<string name="state_scanning">Bezig met scannen</string>

View File

@ -0,0 +1,115 @@
<?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-->
<!--Placeholder for device ID field, to avoid layout changes. This is never visible to users.-->
<!--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-->
<!--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-->
<!--Strings representing compression options-->
<!--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-->
<!--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-->
<!--Toast after entering invalid STTRACE params-->
<!--Toast after entering invalid username-->
<!--Toast after entering invalid password-->
<!--Title for the preference to reset Syncthing indexes-->
<!--Syncthing was reset-->
<!--Syncthing was reset-->
<!--Settings item that opens the log activity-->
<!--Summary for the log activity-->
<!--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-->
<!--LogActivity-->
<!--Title of the "log" activity-->
<!--Title of the "log android" menu button-->
<!--Title of the "log Syncthing" menu button-->
<!--Title of the "share log" menu button-->
<!--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-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->
<!--Text for the dismiss button of the restart Activity-->
<!--Text of the notification shown when a restart is needed-->
<!--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

@ -0,0 +1,115 @@
<?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-->
<!--Placeholder for device ID field, to avoid layout changes. This is never visible to users.-->
<!--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-->
<!--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-->
<!--Strings representing compression options-->
<!--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-->
<!--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-->
<!--Toast after entering invalid STTRACE params-->
<!--Toast after entering invalid username-->
<!--Toast after entering invalid password-->
<!--Title for the preference to reset Syncthing indexes-->
<!--Syncthing was reset-->
<!--Syncthing was reset-->
<!--Settings item that opens the log activity-->
<!--Summary for the log activity-->
<!--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-->
<!--LogActivity-->
<!--Title of the "log" activity-->
<!--Title of the "log android" menu button-->
<!--Title of the "log Syncthing" menu button-->
<!--Title of the "share log" menu button-->
<!--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-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->
<!--Text for the dismiss button of the restart Activity-->
<!--Text of the notification shown when a restart is needed-->
<!--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

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -220,6 +220,7 @@ Proszę o zgłaszanie wszelkich problemów na Githubie.</string>
<string name="syncthing_active">Syncthing jest uruchomione</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Wymagany restart</string>

View File

@ -146,8 +146,6 @@ Por favor, informe-nos sobre quaisquer problemas via Github.</string>
<string name="advanced_folder_picker_summary">Selecione qualquer pasta do dispositivo para sincronização</string>
<string name="use_root_title">Sincronizar como usuário root</string>
<string name="use_root_summary">Executar Syncthing como Superusuário</string>
<string name="persistent_notification_title">Notificação persistente</string>
<string name="persistent_notification_summary">Exibir notificação enquanto o Syncthing estiver rodando</string>
<string name="category_syncthing">Syncthing</string>
<string name="syncthing_options">Opções do Syncthing</string>
<string name="device_name">Nome do dispositivo</string>
@ -237,6 +235,7 @@ Por favor, informe-nos sobre quaisquer problemas via Github.</string>
<string name="toast_folder_observer_stack_overflow">Árvore de diretórios profunda demais. Verifique links simbólicos cíclicos.</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">Ocorreu um erro tentando configurar o Syncthing. Por favor, verifique os logs.</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">É necessário reiniciar</string>

View File

@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="app_name">Syncthing</string>
<string name="app_description">Uma aplicação de sincronização de ficheiros aberta, fiável e descentralizada.</string>
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<string name="add_folder">Adicionar pasta</string>
@ -9,6 +10,11 @@
<!--Shown in the chooser dialog when sharing a Device ID-->
<string name="send_device_id_to">Enviar ID do dispositivo para</string>
<!--Text for FoldersFragment and DevicesFragment loading view-->
<string name="api_loading">Carregando...</string>
<string name="usage_reporting_dialog_title">Permitir relatórios anónimos de utilização?</string>
<string name="usage_reporting_dialog_description">O relatório de utilização cifrado é enviado diariamente. É usado para rastrear plataformas comuns, tamanhos de pastas e versões da aplicação. Se o conjunto de dados do relatório for alterado, este diálogo será apresentado novamente.\n\nAs estatísticas agregadas estão disponíveis publicamente em </string>
<string name="yes">Sim</string>
<string name="no">Não</string>
<!--FoldersFragment-->
<string name="folders_fragment_title">Pastas</string>
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
@ -86,6 +92,11 @@
<!--Setting title-->
<string name="compression">Compressão</string>
<!--Strings representing compression options-->
<string-array name="compress_entries">
<item>Nunca</item>
<item>Metadados</item>
<item>Sempre</item>
</string-array>
<!--Setting title-->
<string name="introducer">Apresentador</string>
<!--ActionBar item-->
@ -110,8 +121,13 @@
<!--Text for WebGuiActivity loading view-->
<string name="web_gui_loading">Aguardando a interface web</string>
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<string name="web_gui_creating_key">Gerando chaves seguras. Isto pode demorar uns minutos.</string>
<!--Title for dialog displayed on first start-->
<string name="welcome_title">Bem vindo(a) ao Syncthing para Android</string>
<!--Text for dialog displayed on first start-->
<string name="welcome_text">Syncthing é uma aplicação em código aberto de sincronização de ficheiros.\n\n\
Para partilhar dados com outros dispositivos, tem que adicionar o ID único de cada dispositivo à lista de dispositivos. Depois pode seleccionar que pastas pretende partilhar com que dispositivos.\n\n
Relate quaisquer problemas que encontre via Github, por favor.</string>
<!--SettingsFragment-->
<!--Activity title-->
<string name="settings_title">Configurações</string>
@ -126,6 +142,8 @@
<string name="sync_only_wifi">Sincronizar apenas quando está em wifi</string>
<string name="advanced_folder_picker">Usar selector de pasta avançado</string>
<string name="advanced_folder_picker_summary">Seleccione qualquer pasta no dispositivo para sincronizar</string>
<string name="use_root_title">Sincronizar como root</string>
<string name="use_root_summary">Correr o Syncthing como superutilizador</string>
<string name="category_syncthing">Syncthing</string>
<string name="syncthing_options">Opções do Syncthing</string>
<string name="device_name">Nome do dispositivo</string>
@ -152,14 +170,24 @@
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">Opções da despistagem de erros</string>
<!--Toast after entering invalid STTRACE params-->
<string name="toast_invalid_sttrace">Apenas é permitido usar a-z e \';\' nas opções do STTRACE</string>
<!--Toast after entering invalid username-->
<string name="toast_invalid_username">Os caracteres : e \' não são permitidos no nome de utilizador</string>
<!--Toast after entering invalid password-->
<string name="toast_invalid_password">Os caracteres : e \' não são permitidos na senha</string>
<!--Title for the preference to reset Syncthing indexes-->
<string name="streset_title">Reiniciar a base de dados</string>
<!--Syncthing was reset-->
<string name="streset_question">Esta acção só deve ser executada com base numa recomendação da nossa equipa de suporte.
\nTem a certeza que quer limpar o índice da base de dados do Syncthing?
</string>
<!--Syncthing was reset-->
<string name="streset_done">Base de dados do Syncthing reiniciada com sucesso.</string>
<string name="category_about">Sobre</string>
<!--Settings item that opens the log activity-->
<string name="open_log">Abrir registo</string>
<!--Summary for the log activity-->
<string name="open_log_summary">Abrir a janela de registo do Syncthing e do Android</string>
<!--Settings item that opens issue tracker-->
<string name="report_issue_title">Reportar incidente</string>
<!--Summary for the issue tracker settings item-->
@ -183,9 +211,13 @@
<string name="create_folder_failed">Falhou a criação da pasta</string>
<!--LogActivity-->
<!--Title of the "log" activity-->
<string name="log_title">Registo</string>
<!--Title of the "log android" menu button-->
<string name="log_android_title">Ver registo do Android</string>
<!--Title of the "log Syncthing" menu button-->
<string name="log_syncthing_title">Ver o registo do Syncthing</string>
<!--Title of the "share log" menu button-->
<string name="share_title">Partilhar</string>
<!--SyncthingService-->
<!--Title of the "syncthing disabled" dialog-->
<string name="syncthing_disabled_title">O Syncthing está desactivado</string>
@ -198,12 +230,17 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<string name="syncthing_active">O Syncthing está a correr</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">Árvore de pastas demasiado profunda. Verifique se existem ligações simbólicas cíclicas</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">Falhou a criação duma configuração para o Syncthing. Verifique os registos, por favor.</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">É necessário reiniciar</string>
<!--Text for positive button in restart dialog-->
<string name="restart_now">Reiniciar agora</string>
<!--Text for the dismiss button of the restart Activity-->
<string name="restart_later">Mais tarde</string>
<!--Text of the notification shown when a restart is needed-->
<string name="restart_notification_text">Clique aqui para reiniciar o syncthing agora</string>
<!--Shown when a device ID is copied to the clipboard-->
@ -217,9 +254,17 @@
<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>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>
<string name="state_scanning">Verificando</string>
<string name="state_cleaning">Limpando</string>
<string name="state_syncing">Sincronizando</string>
<string name="state_unknown">Desconhecido</string>
</resources>

View File

@ -144,8 +144,13 @@
<string name="advanced_folder_picker_summary">Выберите любую папку на устройстве для синхронизации</string>
<string name="use_root_title">Sync как Root</string>
<string name="use_root_summary">Запуск Syncthing как Superuser</string>
<string name="persistent_notification_title">Постоянное уведомление</string>
<string name="persistent_notification_summary">Показать уведомление когда Syncthing запущен</string>
<string name="notification_type_title">Уведомление</string>
<string name="notification_type_summary">Выбор метода уведомления</string>
<string-array name="notification_type_entries">
<item>Нормально</item>
<item>Низкий</item>
<item>Никогда</item>
</string-array>
<string name="category_syncthing">Общие настройки Syncthing</string>
<string name="syncthing_options">Настройки устройства</string>
<string name="device_name">Имя устройства</string>
@ -234,6 +239,9 @@
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">Слишком глубокая папка. Проверьте на цикличные симлинки</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">Не смог создать конфигурацию Syncthing. Посмотрите журнал.</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<string name="default_folder_id">%1$s фото</string>
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Необходим Перезапуск</string>
@ -266,5 +274,6 @@
<string name="state_scanning">Сканирование</string>
<string name="state_cleaning">Очистка</string>
<string name="state_syncing">Синхронизация</string>
<string name="state_error">Ошибка</string>
<string name="state_unknown">Неизвестно</string>
</resources>

View File

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -102,6 +102,7 @@
<!--Title of the notification shown while syncthing is running and enabled-->
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text for positive button in restart dialog-->

View File

@ -220,6 +220,7 @@ Lütfen, herhangi bir sorunla karşılaştığınızda Github üzerinden bildiri
<string name="syncthing_active">Syncthing çalışıyor</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">Yeniden Başlatılması Gerekli</string>

View File

@ -144,8 +144,6 @@
<string name="advanced_folder_picker_summary">可以选择设备上任何文件夹</string>
<string name="use_root_title">使用root权限来同步</string>
<string name="use_root_summary">Syncthing 运行于超级用户</string>
<string name="persistent_notification_title">常驻通知</string>
<string name="persistent_notification_summary">Syncthing 运行时显示通知</string>
<string name="category_syncthing">Syncthing 通用功能</string>
<string name="syncthing_options">同步设置</string>
<string name="device_name">设备名称</string>
@ -233,6 +231,8 @@
<!--Toast shown if folder observer fails to traverse a folder-->
<string name="toast_folder_observer_stack_overflow">目录树层次过深,正在检查循环符号链接。</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">创建 Syncthing 配置文件失败,请检查日志。</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">需要重启以应用</string>

View File

@ -186,6 +186,7 @@
<string name="syncthing_active">Syncthing 正在執行</string>
<!--Toast shown if folder observer fails to traverse a folder-->
<!--Toast shown if syncthing failed to create a config-->
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">需要重新啟動</string>