mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 22:31:16 +00:00
Imported translations.
This commit is contained in:
parent
3a8ee3a424
commit
6403756ef2
37 changed files with 406 additions and 114 deletions
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
<string name="off">изкл.</string>
|
||||
<string name="open_website">Отвори уеб сайта</string>
|
||||
<string name="toast_write_storage_permission_required">Приложението изисква права за записване в хранилището на данни</string>
|
||||
<string name="device_rejected">Заявка за връзка от %1$s</string>
|
||||
<string name="folder_rejected">Устройство %1$s споделя папка %2$s</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Папки</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -49,12 +51,12 @@
|
|||
<string name="ram_usage">RAM в употреба</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Сървър за откриване на устройства</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Дарете</string>
|
||||
<string name="restart">Рестартиране</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Идентификатор на папката</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Директория</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Главна папка</string>
|
||||
|
@ -71,6 +73,7 @@
|
|||
<!--Menu item to confirm folder creation-->
|
||||
<string name="create">Създай</string>
|
||||
<!--Dialog shown when attempting to remove a folder-->
|
||||
<string name="remove_folder_confirm">Наистина ли желаете папката да бъде изтрита?</string>
|
||||
<!--Toast shown when trying to create a folder with an empty ID-->
|
||||
<string name="folder_id_required">Наложително е да въведете идентификатор на папката</string>
|
||||
<!--Toast shown when trying to create a folder with an empty path-->
|
||||
|
@ -105,6 +108,7 @@
|
|||
<!--Title for DeviceSettingsFragment in edit mode-->
|
||||
<string name="edit_device">Редактиране на устройство</string>
|
||||
<!--Dialog shown when attempting to remove a device-->
|
||||
<string name="remove_device_confirm">Наистина ли желаете устройството да бъде изтрито?</string>
|
||||
<!--Toast shown when trying to create a device with an empty ID-->
|
||||
<string name="device_id_required">Наложително е да въведете идентификатор на устройството</string>
|
||||
<!--Content description for device ID qr code icon-->
|
||||
|
@ -142,8 +146,8 @@
|
|||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">За да изберете мрежа, моля включете WiFi</string>
|
||||
<string name="advanced_folder_picker">Избор на папка, за напреднали</string>
|
||||
<string name="advanced_folder_picker_summary">Изберете папка, от устройството, за синхронизиране</string>
|
||||
<string name="use_root_title">Синхронизиране като Root</string>
|
||||
<string name="use_root_summary">Стартира Syncthing с права на Superuser</string>
|
||||
<string name="use_root_title">Стартира Syncthing с права на Superuser</string>
|
||||
<string name="use_root_summary">Може да предизвика разнообразни проблеми със Syncthing и като цяло с устройството. Ползвайте на ваша отговорност.</string>
|
||||
<string name="notification_type_title">Известия</string>
|
||||
<string name="notification_type_summary">Изберете тип известия</string>
|
||||
<string-array name="notification_type_entries">
|
||||
|
@ -167,6 +171,7 @@
|
|||
<string name="gui_user">Потребител за потребителския интерфейс</string>
|
||||
<string name="gui_password">Парола за потребителския интерфейс</string>
|
||||
<string name="export_config">Изнасяне на настройките</string>
|
||||
<string name="experimental_settings">Експериментално</string>
|
||||
<!--Toast shown after config was successfully exported-->
|
||||
<string name="config_export_successful">Настройките са изнесени в %1$s</string>
|
||||
<string name="import_config">Внасяне на настройки</string>
|
||||
|
@ -200,6 +205,9 @@
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Отваря уеб страницата за проблеми на Syncthing-Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Дарете</string>
|
||||
<string name="donate_summary">Помогнете с разходите за домейн и хостинг</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Версия на Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -240,6 +248,7 @@
|
|||
<string name="toast_folder_observer_stack_overflow">Твърде много папки. Проверяване за cyclic symlinks</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Създаването на конфигурационните файлове на Syncthing се провали. Проверете журнала.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
@ -277,4 +286,5 @@
|
|||
<string name="state_error">Грешка</string>
|
||||
<string name="state_unknown">Неясно</string>
|
||||
<!--Format string for folder size, eg "500 MiB / 1 GiB"-->
|
||||
<string name="folder_size_format">%1$s / %2$s</string>
|
||||
</resources>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<string name="open_website">Otevřít webovou stránku</string>
|
||||
<string name="toast_write_storage_permission_required">Tato aplikace vyžaduje oprávnění pro zápis do úložiště</string>
|
||||
<string name="device_rejected">Přístroj %1$s žádá o připojení</string>
|
||||
<string name="folder_rejected">Přístroj %1$s chce sdílet adresář %2$s</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Adresáře</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -50,13 +51,12 @@
|
|||
<string name="ram_usage">Využití RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Globální oznamování</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Přispět</string>
|
||||
<string name="restart">Restart</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID adresáře</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Adresář</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Master adresář</string>
|
||||
|
@ -207,6 +207,9 @@ Všechny problémy, se kterými se setkáte, nahlašte prosím přes Github.</st
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Otevřít hlášení chyb Syncthing pro Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Přispět</string>
|
||||
<string name="donate_summary">Pomozte nám platit za domény a hostingové poplatky</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Verze Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -247,6 +250,7 @@ Všechny problémy, se kterými se setkáte, nahlašte prosím přes Github.</st
|
|||
<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>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-foto</string>
|
||||
<!--RestApi-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -17,8 +17,9 @@
|
|||
<string name="no">Nein</string>
|
||||
<string name="off">aus</string>
|
||||
<string name="open_website">Webseite öffnen</string>
|
||||
<string name="toast_write_storage_permission_required">Diese App benötigt Schreibzugriff auf Ihren Gerätespeicher</string>
|
||||
<string name="toast_write_storage_permission_required">Diese App benötigt Schreibzugriff auf den Gerätespeicher</string>
|
||||
<string name="device_rejected">Gerät %1$s möchte sich verbinden</string>
|
||||
<string name="folder_rejected">Gerät %1$s möchte Verzeichnis %2$s teilen</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Verzeichnisse</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -50,13 +51,12 @@
|
|||
<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_title">Spenden</string>
|
||||
<string name="restart">Neustart</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Verzeichnis-ID</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Verzeichnis</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Master Verzeichnis - schreibgeschützt</string>
|
||||
|
@ -73,13 +73,13 @@
|
|||
<!--Menu item to confirm folder creation-->
|
||||
<string name="create">Erstellen</string>
|
||||
<!--Dialog shown when attempting to remove a folder-->
|
||||
<string name="remove_folder_confirm">Willst du diesen Ordner wirklich aus Syncthing entfernen?</string>
|
||||
<string name="remove_folder_confirm">Willst du dieses Verzeichnis wirklich aus Syncthing entfernen?</string>
|
||||
<!--Toast shown when trying to create a folder with an empty ID-->
|
||||
<string name="folder_id_required">Die Verzeichnis ID darf nicht leer sein</string>
|
||||
<!--Toast shown when trying to create a folder with an empty path-->
|
||||
<string name="folder_path_required">Der Ordnerpfad darf nicht leer sein</string>
|
||||
<string name="folder_path_required">Der Verzeichnispfad darf nicht leer sein</string>
|
||||
<!--Dialog shown before config export-->
|
||||
<string name="dialog_confirm_export">Soll die Konfiguration wirklich exportiert werden? Vorhandene Dateien werden überschrieben.\n\nACHTUNG! Andere Anwendungen können möglicherweise den privaten Schlüssel im Backupordner lesen und dazu verwenden, um synchronisierte Dateien herunterzuladen und zu verändern.</string>
|
||||
<string name="dialog_confirm_export">Soll die Konfiguration wirklich exportiert werden? Vorhandene Dateien werden überschrieben.\n\nACHTUNG! Andere Anwendungen können möglicherweise den privaten Schlüssel im Backupverzeichnis lesen und dazu verwenden, um synchronisierte Dateien herunterzuladen und zu verändern.</string>
|
||||
<!--Dialog shown before config import-->
|
||||
<string name="dialog_confirm_import">Soll wirlkich eine neue Konfiguration importiert werden? Vorhandene Dateien werden überschrieben.</string>
|
||||
<!--DeviceSettingsFragment-->
|
||||
|
@ -194,7 +194,7 @@ Bitte auftretenden Probleme via Github melden.</string>
|
|||
<string name="streset_title">Datenbank zurücksetzen</string>
|
||||
<!--Syncthing was reset-->
|
||||
<string name="streset_question">Diese Aktion sollte nur auf Empfehlung des Support-Teams ausgeführt werden.
|
||||
\nSind Sie sicher, dass Sie die Syncthing Datenbank leeren möchten?</string>
|
||||
\nBist du sicher, dass du die Syncthing Datenbank leeren möchtest?</string>
|
||||
<!--Syncthing was reset-->
|
||||
<string name="streset_done">Datenbank erfolgreich zurückgesetzt</string>
|
||||
<string name="category_about">Über</string>
|
||||
|
@ -207,6 +207,9 @@ Bitte auftretenden Probleme via Github melden.</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Syncthing-Android Fehlersammlung öffnen</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Spenden</string>
|
||||
<string name="donate_summary">Hilf uns die Domain- und Hostinggebühren zu zahlen</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Syncthing-Version</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -215,7 +218,7 @@ Bitte auftretenden Probleme via Github melden.</string>
|
|||
<!--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>
|
||||
<string name="kitkat_external_storage_warning">Warnung: Deine Andoid-Version erlaubt kein Synchronisieren auf externe Datenträger</string>
|
||||
<!--ListView empty text-->
|
||||
<string name="directory_empty">Verzeichnis ist leer</string>
|
||||
<!--Menu item to create folder on the file system-->
|
||||
|
@ -246,7 +249,8 @@ 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 prüfen Sie die Logs.</string>
|
||||
<string name="config_create_failed">Erstellen einer Syncthing-Konfiguration gescheitert. Bitte prüfe die Logs.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -37,12 +37,12 @@
|
|||
<!--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-->
|
||||
<string name="devices">Συσκευές</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -96,6 +96,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -117,6 +118,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -1,113 +1,293 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<resources>
|
||||
<string name="app_name">Syncthing</string>
|
||||
<string name="app_description">Una aplicación para sincronización de archivos abierta, confiable y descentralizada.</string>
|
||||
<!--MainActivity-->
|
||||
<!--Title of the "add folder" menu action-->
|
||||
<string name="add_folder">Añadir carpeta</string>
|
||||
<!--Title of the "share device id" menu action-->
|
||||
<string name="share_device_id">Compartir ID del dispositivo</string>
|
||||
<!--Shown in the chooser dialog when sharing a Device ID-->
|
||||
<string name="send_device_id_to">Enviar ID del dispositivo</string>
|
||||
<!--Text for FoldersFragment and DevicesFragment loading view-->
|
||||
<string name="api_loading">Cargando...</string>
|
||||
<string name="usage_reporting_dialog_title">¿Permitir reportes de uso anónimos?</string>
|
||||
<string name="usage_reporting_dialog_description">El reporte de uso encriptado es enviado diariamente. Es usado para rastrear plataformas comunes, tamaño de carpetas y versiones de la aplicación. Si se cambia el conjunto de datos reportados, se le presentará este diálogo de nuevo.\n\nLas estadísticas agregadas se encuentran disponibles públicamente en https://data.syncthing.net.</string>
|
||||
<string name="yes">Si</string>
|
||||
<string name="no">No</string>
|
||||
<string name="off">Apagar</string>
|
||||
<string name="open_website">Abrir Sitio web</string>
|
||||
<string name="toast_write_storage_permission_required">Esta aplicación requiere permiso para escribir en el almacenamiento</string>
|
||||
<string name="device_rejected">El dispositivo %1$s quiere conectarse</string>
|
||||
<string name="folder_rejected">El dispositivo %1$s quiere compartir la carpeta %2$s</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Carpetas</string>
|
||||
<!--Shown if no folders exist-->
|
||||
<string name="folder_list_empty">No se encontraron carpetas</string>
|
||||
<!--Format string for folder file count-->
|
||||
<string name="files">%1$d / %2$d Archivos</string>
|
||||
<!--DevicesFragment-->
|
||||
<string name="devices_fragment_title">Dispositivos</string>
|
||||
<!--Shown if no devices exist-->
|
||||
<string name="devices_list_empty">No se encontraron dispositivos</string>
|
||||
<!--Indicates that a folder is fully synced to the local device-->
|
||||
<string name="device_up_to_date">Actualizado</string>
|
||||
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
|
||||
<string name="device_syncing">Sincronizando (%1$d%%)</string>
|
||||
<!--Indicates that there is no connection to the device-->
|
||||
<string name="device_disconnected">Desconectado</string>
|
||||
<!--Title for current download rate-->
|
||||
<string name="download_title">Descarga</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Subida</string>
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Descarga:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<string name="upload_title_colon">Subida:\u0020</string>
|
||||
<!--Title for current CPU usage-->
|
||||
<string name="cpu_usage">Uso de CPU</string>
|
||||
<!--Title for current RAM usage-->
|
||||
<string name="ram_usage">Uso de RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="announce_server">Anunciar Servidor</string>
|
||||
<string name="restart">Reiniciar</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID de la carpeta</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Directorio</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Carpeta Maestra</string>
|
||||
<!--Setting title-->
|
||||
<string name="devices">Dispositivos</string>
|
||||
<!--Setting title-->
|
||||
<string name="keep_versions">Mantener versiones</string>
|
||||
<!--Setting title-->
|
||||
<string name="delete_folder">Eliminar carpeta</string>
|
||||
<!--Title for FolderSettingsFragment in create mode-->
|
||||
<string name="create_folder">Crear carpeta</string>
|
||||
<!--Title for FolderSettingsFragment in edit mode-->
|
||||
<string name="edit_folder">Editar carpeta</string>
|
||||
<!--Menu item to confirm folder creation-->
|
||||
<string name="create">Crear</string>
|
||||
<!--Dialog shown when attempting to remove a folder-->
|
||||
<string name="remove_folder_confirm">¿Realmente quiere borrar esta carpeta de Syncthing?</string>
|
||||
<!--Toast shown when trying to create a folder with an empty ID-->
|
||||
<string name="folder_id_required">El ID de la carpeta no debe estar vacío</string>
|
||||
<!--Toast shown when trying to create a folder with an empty path-->
|
||||
<string name="folder_path_required">La ruta de la carpeta no debe estar vacía</string>
|
||||
<!--Dialog shown before config export-->
|
||||
<string name="dialog_confirm_export">¿Realmente quiere exportar su configuración? Los archivos existentes se sobreescribirán.\n\n¡ADVERTENCIA! Otras aplicaciones pudieran leer la llave privada desde la ubicación del respaldo y usarla para descargar/modificar los archivos sincronizados.</string>
|
||||
<!--Dialog shown before config import-->
|
||||
<string name="dialog_confirm_import">¿Realmente quiere importar una nueva configuración? Los archivos existentes se sobreescribirán.</string>
|
||||
<!--DeviceSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="device_id">ID del dispositivo</string>
|
||||
<!--Setting title-->
|
||||
<string name="name">Nombre</string>
|
||||
<!--Setting title-->
|
||||
<string name="addresses">Direcciones</string>
|
||||
<!--Setting title-->
|
||||
<string name="current_address">Dirección actual</string>
|
||||
<!--Setting title-->
|
||||
<string name="compression">Compresión</string>
|
||||
<!--Strings representing compression options-->
|
||||
<string-array name="compress_entries">
|
||||
<item>Nunca</item>
|
||||
<item>Metadatos</item>
|
||||
<item>Siempre</item>
|
||||
</string-array>
|
||||
<!--Setting title-->
|
||||
<string name="introducer">Introductor</string>
|
||||
<!--ActionBar item-->
|
||||
<string name="delete_device">Eliminar dispositivo</string>
|
||||
<string name="add_device">Añadir dispositivo</string>
|
||||
<!--Menu item to confirm adding a device-->
|
||||
<string name="add">Añadir</string>
|
||||
<!--Title for DeviceSettingsFragment in edit mode-->
|
||||
<string name="edit_device">Editar dispositivo</string>
|
||||
<!--Dialog shown when attempting to remove a device-->
|
||||
<string name="remove_device_confirm">¿Realmente quiere eliminar este dispositivo?</string>
|
||||
<!--Toast shown when trying to create a device with an empty ID-->
|
||||
<string name="device_id_required">El ID del dispositivo no debe estar vacío</string>
|
||||
<!--Content description for device ID qr code icon-->
|
||||
<string name="scan_qr_code_description">Escanear Código QR</string>
|
||||
<!--Toast show if we could not get root permissions-->
|
||||
<string name="toast_root_denied">No se obtuvieron permisos root</string>
|
||||
<!--WebGuiActivity-->
|
||||
<!--Title of the web gui activity-->
|
||||
<string name="web_gui_title">Interfaz Web</string>
|
||||
<!--Text for WebGuiActivity loading view-->
|
||||
<string name="web_gui_loading">Esperando por la Interfaz</string>
|
||||
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
|
||||
<string name="web_gui_creating_key">Generando llaves seguras. Esto pude tomar algunos minutos.</string>
|
||||
<!--Title for dialog displayed on first start-->
|
||||
<string name="welcome_title">Bienvenido a Syncthing para Android</string>
|
||||
<!--Text for dialog displayed on first start-->
|
||||
<string name="welcome_text">Syncthing es una aplicación de sincronización de archivos de código abierto.\n\n
|
||||
Para compartir datos con otros dispositivos, usted necesita añadir el ID único del dispositivo a la lista de dispositivos. Después puede seleccionar cuáles carpetas compartir con cuáles dispositivos.\n\n
|
||||
Por favor reporte cualquier problema que encuentre por medio de Github.</string>
|
||||
<!--SettingsFragment-->
|
||||
<!--Activity title-->
|
||||
<string name="settings_title">Configuración</string>
|
||||
<string name="category_syncthing_android">Syncthing-Android</string>
|
||||
<!--Preference title-->
|
||||
<string name="always_run_in_background">Siempre ejecutar en el fondo</string>
|
||||
<!--Preference summary in case it is enabled-->
|
||||
<string name="always_run_in_background_enabled">Syncthing siempre se ejecuta en el fondo, de acuerdo a las preferencias debajo.</string>
|
||||
<!--Preference summary in case it is disabled-->
|
||||
<string name="always_run_in_background_disabled">Syncthing sólo se ejecuta cuando es explícitamente iniciado, y puede ser detenido usando el botón en el menú.</string>
|
||||
<string name="sync_only_charging">Sincronizar sólo cuando se está cargando</string>
|
||||
<string name="sync_only_wifi">Sincronizar sólo por wifi</string>
|
||||
<string name="sync_only_wifi_ssids">Restringir a ciertas redes wifi</string>
|
||||
<string name="sync_only_wifi_ssids_all">Sincronizar en todas las redes wifi</string>
|
||||
<string name="sync_only_wifi_ssids_values">Sincronizar sólo cuando esté conectado a: %1$s</string>
|
||||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Por favor encienda el WiFi para seleccionar redes.</string>
|
||||
<string name="advanced_folder_picker">Usar el avanzado Seleccionador de Carpetas</string>
|
||||
<string name="advanced_folder_picker_summary">Seleccionar cualquier carpeta en el dispositivo para sincronizar</string>
|
||||
<string name="use_root_title">Ejecutar Syncthing como Superusuario</string>
|
||||
<string name="use_root_summary">Esto puede causar varios problemas con Syncthing y con su dispositivo. Usar bajo su propio riesgo.</string>
|
||||
<string name="notification_type_title">Notificación</string>
|
||||
<string name="notification_type_summary">Escoger el tipo de notificación</string>
|
||||
<string-array name="notification_type_entries">
|
||||
<item>Normal</item>
|
||||
<item>Baja Prioridad</item>
|
||||
<item>Ninguna</item>
|
||||
</string-array>
|
||||
<string name="category_syncthing">Syncthing</string>
|
||||
<string name="syncthing_options">Opciones de Syncthing</string>
|
||||
<string name="device_name">Nombre del dispositivo</string>
|
||||
<string name="listen_address">Direcciones de escucha del Protocolo de Sincronización</string>
|
||||
<string name="max_recv_kbps">Límite de Tasa de Entrada (KiB/s)</string>
|
||||
<string name="max_send_kbps">Límite de Tasa de Salida (KiB/s)</string>
|
||||
<string name="global_announce_enabled">Descubrimiento Global</string>
|
||||
<string name="local_announce_enabled">Descubrimiento Local</string>
|
||||
<string name="upnp_enabled">Habilitar UPnP</string>
|
||||
<string name="global_announce_server">Servidor de Descubrimiento Global</string>
|
||||
<string name="usage_reporting">Reporte de uso anónimo</string>
|
||||
<string name="syncthing_gui">Interfaz gráfica de Syncthing</string>
|
||||
<string name="gui_address">Direcciones de escucha de la interfaz gráfica</string>
|
||||
<string name="gui_user">Autenticación del Usuario en la Interfaz Gráfica</string>
|
||||
<string name="gui_password">Autenticación de la Contraseña en la Interfaz Gráfica</string>
|
||||
<string name="export_config">Exportar Configuración</string>
|
||||
<string name="experimental_settings">Experimental</string>
|
||||
<string name="keep_wakelock_while_binary_running">Mantener el CPU encendido mientras Syncthing está en ejecución</string>
|
||||
<string name="keep_wakelock_while_binary_running_summary">Use estos ajustes si experimenta desconexiones inesperadas mientras opera con la batería. Esto resultará en un consumo elevado de batería.</string>
|
||||
<!--Toast shown after config was successfully exported-->
|
||||
<string name="config_export_successful">Configuración exportada a %1$s</string>
|
||||
<string name="import_config">Importar Configuración</string>
|
||||
<!--Toast shown after config was successfully imported-->
|
||||
<string name="config_imported_successful">Configuración importada</string>
|
||||
<!--Toast shown after config was successfully imported-->
|
||||
<string name="config_import_failed">Importar la configuración falló, asegúrese que los archivos están en %1$s</string>
|
||||
<!--Title for the preference to set STTRACE parameters-->
|
||||
<string name="sttrace_title">Opciones de depuración</string>
|
||||
<!--Toast after entering invalid STTRACE params-->
|
||||
<string name="toast_invalid_sttrace">Sólo (a-z) y (\',\') están permitidos en las opciones de STTRACE</string>
|
||||
<!--Toast after entering invalid username-->
|
||||
<string name="toast_invalid_username">Los caracteres : y \' no están permitidos en el nombre de usuario</string>
|
||||
<!--Toast after entering invalid password-->
|
||||
<string name="toast_invalid_password">Los caracteres : y \' no están permitidos en la contraseña</string>
|
||||
<!--Title for the preference to reset Syncthing indexes-->
|
||||
<string name="streset_title">Reiniciar Base de Datos</string>
|
||||
<!--Syncthing was reset-->
|
||||
<string name="streset_question">Esta acción sólo debe ser realizada basada en una recomendación de nuestro equipo de soporte.
|
||||
\n¿Está seguro que quiere limpiar el índice de la base de datos de Syncthing?
|
||||
</string>
|
||||
<!--Syncthing was reset-->
|
||||
<string name="streset_done">Satisfactoriamente reiniciada la base de datos de Syncthing</string>
|
||||
<string name="category_about">Acerca de</string>
|
||||
<!--Settings item that opens the log activity-->
|
||||
<string name="open_log">Abrir Registro</string>
|
||||
<!--Summary for the log activity-->
|
||||
<string name="open_log_summary">Abrir la ventana de registro de Syncthing y Android</string>
|
||||
<!--Settings item that opens issue tracker-->
|
||||
<string name="report_issue_title">Reportar un problema</string>
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Abrir el rastreador de problemas de Syncthing-Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Donar</string>
|
||||
<string name="donate_summary">Ayúdenos a pagar los dominios y los costos de hospedaje</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Versión de Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<string name="app_version_title">Versión de Syncthing-Android</string>
|
||||
<!--FolderPickerAcitivity-->
|
||||
<!--Activity title-->
|
||||
<string name="folder_picker_title">Seleccionador de Carpetas</string>
|
||||
<!--Toast shown on devices with kitkat or higher-->
|
||||
<string name="kitkat_external_storage_warning">Advertencia: Su versión de Android no permite sincronizar con dispositivos de almacenamiento externo</string>
|
||||
<!--ListView empty text-->
|
||||
<string name="directory_empty">El directorio está vacío</string>
|
||||
<!--Menu item to create folder on the file system-->
|
||||
<string name="create_fs_folder">Crear nueva Carpeta</string>
|
||||
<!--Menu item to select the current folder-->
|
||||
<string name="select_folder">Seleccionar Carpeta</string>
|
||||
<string name="create_folder_failed">Fallo al crear carpeta</string>
|
||||
<!--LogActivity-->
|
||||
<!--Title of the "log" activity-->
|
||||
<string name="log_title">Registro</string>
|
||||
<!--Title of the "log android" menu button-->
|
||||
<string name="log_android_title">Ver registro de Android</string>
|
||||
<!--Title of the "log Syncthing" menu button-->
|
||||
<string name="log_syncthing_title">Ver registro de Syncthing</string>
|
||||
<!--Title of the "share log" menu button-->
|
||||
<string name="share_title">Compartir</string>
|
||||
<!--SyncthingService-->
|
||||
<!--Title of the "syncthing disabled" dialog-->
|
||||
<string name="syncthing_disabled_title">Syncthing está deshabilitado</string>
|
||||
<!--Message of the "syncthing disabled" dialog-->
|
||||
<string name="syncthing_disabled_message">¿Quiere cambiar sus preferencias?</string>
|
||||
<!--Button text on the "syncthing disabled" dialog-->
|
||||
<string name="syncthing_disabled_change_settings">Cambiar ajustes</string>
|
||||
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
|
||||
<string name="exit">Salir</string>
|
||||
<!--Title of the notification shown while syncthing is running and enabled-->
|
||||
<string name="syncthing_active">Syncthing está en ejecución</string>
|
||||
<!--Toast shown if folder observer fails to traverse a folder-->
|
||||
<string name="toast_folder_observer_stack_overflow">Árbol de carpetas muy profundo. Revise por enlaces simbólicos cíclicos.</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Fallo al crear una configuracion de Syncthing. Por favor revise los registros.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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">Reinicio requerido</string>
|
||||
<!--Text for positive button in restart dialog-->
|
||||
<string name="restart_now">Reiniciar ahora</string>
|
||||
<!--Text for the dismiss button of the restart Activity-->
|
||||
<string name="restart_later">Después</string>
|
||||
<!--Text of the notification shown when a restart is needed-->
|
||||
<string name="restart_notification_text">Clic aquí para reiniciar syncthing ahora</string>
|
||||
<!--Shown when a device ID is copied to the clipboard-->
|
||||
<string name="device_id_copied_to_clipboard">ID del dispositivo copiada al portapapeles</string>
|
||||
<!--Strings representing units for file sizes, from smallest to largest-->
|
||||
<string-array name="file_size_units">
|
||||
<item>B</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>KiB/s</item>
|
||||
<item>MiB/s</item>
|
||||
<item>GiB/s</item>
|
||||
<item>TiB/s</item>
|
||||
</string-array>
|
||||
<!--Possible folder states-->
|
||||
<string name="state_idle">Sin utilizar</string>
|
||||
<string name="state_scanning">Escaneando</string>
|
||||
<string name="state_cleaning">Limpiando</string>
|
||||
<string name="state_syncing">Sincronizando (%1$d%%)</string>
|
||||
<string name="state_error">Error</string>
|
||||
<string name="state_unknown">Desconocido</string>
|
||||
<!--Format string for folder size, eg "500 MiB / 1 GiB"-->
|
||||
<string name="folder_size_format">%1$s / %2$s</string>
|
||||
</resources>
|
||||
|
|
|
@ -49,12 +49,11 @@
|
|||
<string name="ram_usage">Uso de RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Servidor de Anuncio</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Donar</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID de carpeta</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Directorio</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Carpeta Maestra</string>
|
||||
|
@ -143,8 +142,8 @@ Por favor informe de qualquier problema que encuentres via Github.</string>
|
|||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Por favor enciende el WIFI en las redes seleccionadas.</string>
|
||||
<string name="advanced_folder_picker">Usar Selección Avanzada de carpeta</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="use_root_title">Ejecutar Syncthing como Superusuario</string>
|
||||
<string name="use_root_summary">Esto puede causar algunos problemas con Syncthing y tu dispositivo. Usalo bajo tu responsabilidad.</string>
|
||||
<string name="notification_type_title">Notificación</string>
|
||||
<string name="notification_type_summary">Elige el tipo de notificación</string>
|
||||
<string-array name="notification_type_entries">
|
||||
|
@ -200,6 +199,8 @@ Por favor informe de qualquier problema que encuentres via Github.</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Abrir el seguimiento de incidencias Syncthing-Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Donar</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Versión Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -240,6 +241,7 @@ Por favor informe de qualquier problema que encuentres via Github.</string>
|
|||
<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>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<string name="open_website">Ouvrir le site WEB</string>
|
||||
<string name="toast_write_storage_permission_required">La permission d\'écriture sur l\'espace de stockage est requise pour cette application.</string>
|
||||
<string name="device_rejected">La machine %1$s veut se connecter</string>
|
||||
<string name="folder_rejected">La machine %1$s veut partager le dossier %2$s</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Dossiers</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -50,13 +51,12 @@
|
|||
<string name="ram_usage">Utilisation de la RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Serveur d\'annonce</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Faire un don</string>
|
||||
<string name="restart">Redémarrer</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID du dossier</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Dossier</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Dossier maitre</string>
|
||||
|
@ -208,6 +208,9 @@ S\'il vous plait, signalez les problèmes que vous rencontrez via Gihub.</string
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Ouvre le suivi des problèmes de Syncthing-Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Faire un don</string>
|
||||
<string name="donate_summary">Aidez-nous à payer les domaines et les frais d\'hébergement</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Version de Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -248,6 +251,7 @@ S\'il vous plait, signalez les problèmes que vous rencontrez via Gihub.</string
|
|||
<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>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -46,12 +46,11 @@
|
|||
<!--Title for current RAM usage-->
|
||||
<string name="ram_usage">Memória használat</string>
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Támogatás</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Mappa azonosító</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Mappa</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Központi mappa</string>
|
||||
|
@ -123,8 +122,7 @@
|
|||
<string name="sync_only_wifi_ssids">Korlátozás bizonyos wifi hálózatokra</string>
|
||||
<string name="sync_only_wifi_ssids_all">Szinkronizálás minden wifi hálózaton</string>
|
||||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Hálózat választásához kapcsold be a wifit.</string>
|
||||
<string name="use_root_title">Szinkronizálás Root-ként</string>
|
||||
<string name="use_root_summary">Syncthing futtatása Superuser-ként</string>
|
||||
<string name="use_root_title">Syncthing futtatása Superuser-ként</string>
|
||||
<string name="notification_type_title">Értesítés</string>
|
||||
<string name="notification_type_summary">Értesítés típusának kiválasztása</string>
|
||||
<string name="category_syncthing">Syncthing</string>
|
||||
|
@ -155,6 +153,8 @@
|
|||
<string name="report_issue_title">Hibabejelentés</string>
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Támogatás</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Syncthing verzió</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -190,6 +190,7 @@
|
|||
<string name="syncthing_active">A Syncthing fut</string>
|
||||
<!--Toast shown if folder observer fails to traverse a folder-->
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -45,12 +45,11 @@
|
|||
<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_title">Donasi</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID Folder</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Direktori</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Folder Master</string>
|
||||
|
@ -108,6 +107,8 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Donasi</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -129,6 +130,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<string name="open_website">Apri sito</string>
|
||||
<string name="toast_write_storage_permission_required">E\' richiesto il permesso di scrittura per questa app</string>
|
||||
<string name="device_rejected">Dispositivo %1$s vuole connettersi</string>
|
||||
<string name="folder_rejected">Il dispositivo %1$s desidera condividere la cartella %2$s</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Cartelle</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -50,13 +51,12 @@
|
|||
<string name="ram_usage">Utilizzo RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Server Presenza Globale</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Donazione</string>
|
||||
<string name="restart">Riavvia ora</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID Cartella</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Cartella</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Cartella Principale</string>
|
||||
|
@ -208,6 +208,9 @@ Riferisci tramite Github i problemi che incontri.</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Apre il registro problemi di Syncthing-Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Donazione</string>
|
||||
<string name="donate_summary">Aiutaci a pagare i costi di domini ed hosting</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Versione Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -248,6 +251,7 @@ Riferisci tramite Github i problemi che incontri.</string>
|
|||
<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-->
|
||||
<string name="config_create_failed">Impossibile creare configurazione di Syncthing. Prego controllare i logs.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<string name="open_website">Web サイトを開く</string>
|
||||
<string name="toast_write_storage_permission_required">このアプリはストレージの書き込みアクセス許可が必要です</string>
|
||||
<string name="device_rejected">デバイス %1$s が接続を求めています</string>
|
||||
<string name="folder_rejected">デバイス %1$s がフォルダー %2$s の共有を求めています</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">フォルダー</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -50,13 +51,12 @@
|
|||
<string name="ram_usage">RAM 使用</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">アナウンスサーバー</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">寄付</string>
|
||||
<string name="restart">再起動</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">フォルダー ID</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">ディレクトリー</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">フォルダーマスター</string>
|
||||
|
@ -207,6 +207,9 @@
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Syncthing-Android 問題トラッカーを開く</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">寄付</string>
|
||||
<string name="donate_summary">ドメインとホスティング手数料の支払いをご支援ください</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Syncthing バージョン</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -247,6 +250,7 @@
|
|||
<string name="toast_folder_observer_stack_overflow">ディレクトリーの階層が深すぎます。シンボリックリンクの巡回を確認してください</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Syncthing 設定の作成に失敗しました。ログを確認してください。</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<string name="send_device_id_to">다음으로 기기 ID 보내기</string>
|
||||
<!--Text for FoldersFragment and DevicesFragment loading view-->
|
||||
<string name="api_loading">로드 중...</string>
|
||||
<string name="usage_reporting_dialog_title">익명 사용 보고서 전송을 허용하시겠습니까?</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">폴더</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -42,12 +43,11 @@
|
|||
<string name="ram_usage">RAM 사용량</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">익명 서버</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">기부하기</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">폴더 ID</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">디렉토리</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">읽기 전용</string>
|
||||
|
@ -68,7 +68,9 @@
|
|||
<!--Toast shown when trying to create a folder with an empty path-->
|
||||
<string name="folder_path_required">폴더 경로를 공백으로 둘 수 없습니다</string>
|
||||
<!--Dialog shown before config export-->
|
||||
<string name="dialog_confirm_export">정말로 설정을 내보내시겠습니까? 현재 존재하는 파일이 덮어쓰기됩니다.\n\n경고! 다른 애플리케이션이 백업 경로에 저장된 비밀 키를 읽어들여, 동기화 중인 파일을 다운로드하거나 수정하는 데 사용할 수도 있습니다.</string>
|
||||
<!--Dialog shown before config import-->
|
||||
<string name="dialog_confirm_import">새로운 설정을 불러오시겠습니까? 현재 존재하는 파일이 덮어쓰기됩니다.`</string>
|
||||
<!--DeviceSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="device_id">기기 ID</string>
|
||||
|
@ -122,6 +124,13 @@
|
|||
<string name="sync_only_wifi">Wi-Fi에서만 동기화</string>
|
||||
<string name="advanced_folder_picker">고급 폴더 선택기 사용</string>
|
||||
<string name="advanced_folder_picker_summary">기기에서 동기화에 사용할 폴더를 골라 주세요</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">Syncthing 옵션 </string>
|
||||
<string name="device_name">기기명</string>
|
||||
|
@ -138,6 +147,8 @@
|
|||
<string name="gui_user">GUI 인증 사용자</string>
|
||||
<string name="gui_password">GUI 인증 비밀번호</string>
|
||||
<string name="export_config">설정 내보내기</string>
|
||||
<string name="experimental_settings">실험적인 기능</string>
|
||||
<string name="keep_wakelock_while_binary_running">Syncthing이 실행 중일 때 CPU를 깨어 있는 상태로 두기</string>
|
||||
<!--Toast shown after config was successfully exported-->
|
||||
<string name="config_export_successful">설정을 %1$s 로 내보내기했습니다</string>
|
||||
<string name="import_config">설정 불러오기</string>
|
||||
|
@ -166,6 +177,8 @@
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Syncthing-Android 이슈 트래커 열기</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">기부하기</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Syncthing 버전</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -204,6 +217,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -49,12 +49,11 @@
|
|||
<string name="ram_usage">RAM-forbruk</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Søketjener</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Donér</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Mappe-ID</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Katalog</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Originalmappe</string>
|
||||
|
@ -142,8 +141,8 @@ Vennligst rapporter eventuelle problemer som oppstår via GitHub.</string>
|
|||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Vennligst skru på WiFi for å velge nettverk.</string>
|
||||
<string name="advanced_folder_picker">Bruk avansert mappevelger</string>
|
||||
<string name="advanced_folder_picker_summary">Velg en mappe på enheten for synkronisering</string>
|
||||
<string name="use_root_title">Synkroniser som Root</string>
|
||||
<string name="use_root_summary">Kjør Syncthing som Superbruker</string>
|
||||
<string name="use_root_title">Kjør Syncthing som Superbruker</string>
|
||||
<string name="use_root_summary">Dette kan forårsake diverse problemer med Syncthing og med din enhet. Bruk på eget ansvar.</string>
|
||||
<string name="notification_type_title">Varsling</string>
|
||||
<string name="notification_type_summary">Velg varslingstype</string>
|
||||
<string-array name="notification_type_entries">
|
||||
|
@ -200,6 +199,8 @@ Vennligst rapporter eventuelle problemer som oppstår via GitHub.</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Åpne Syncthing-Android sin feilhåndteringsside</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Donér</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Syncthing-versjon</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -240,6 +241,7 @@ Vennligst rapporter eventuelle problemer som oppstår via GitHub.</string>
|
|||
<string name="toast_folder_observer_stack_overflow">Katalogtreet er for dypt. Se etter sykliske symlenker.</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Opprettelse av Syncthing konfigurasjon feilet. Vennligst se i loggene.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<string name="open_website">Website openen</string>
|
||||
<string name="toast_write_storage_permission_required">Schrijftoegang is vereist voor deze applicatie</string>
|
||||
<string name="device_rejected">Apparaat %1$s wil verbinding maken</string>
|
||||
<string name="folder_rejected">Apparaat %1$s wil map %2$s delen</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Mappen</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -50,13 +51,12 @@
|
|||
<string name="ram_usage">RAM-gebrui</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Mededelingsserver</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Doneren</string>
|
||||
<string name="restart">Herstarten</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Map-ID</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Map</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Maphoofd</string>
|
||||
|
@ -207,6 +207,9 @@ Gelieve alle problemen die je tegenkomt via GitHub te melden.</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">De Syncthing-Android probleemtracker openen</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Doneren</string>
|
||||
<string name="donate_summary">Help ons betalen voor domeinen en hostingkosten</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Synthing-versie</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -247,6 +250,7 @@ Gelieve alle problemen die je tegenkomt via GitHub te melden.</string>
|
|||
<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>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -32,6 +31,7 @@
|
|||
<!--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-->
|
||||
|
@ -82,6 +82,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -103,6 +104,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -50,13 +50,12 @@
|
|||
<string name="ram_usage">Użycie pamięci</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Serwer ogłoszeniowy</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Wspomóż</string>
|
||||
<string name="restart">Uruchom ponownie</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Identyfikator katalogu</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Katalog</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Katalog główny</string>
|
||||
|
@ -203,6 +202,8 @@ Proszę zgłaszać błędy programu w serwisie Github.</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Otwiera serwis zgłaszania błędów</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Wspomóż</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Wersja Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -243,6 +244,7 @@ Proszę zgłaszać błędy programu w serwisie Github.</string>
|
|||
<string name="toast_folder_observer_stack_overflow">Drzewo katalogów jest zbyt głębokie. Proszę je sprawdzić pod kątem obecności zapętlonych dowiązań symbolicznych.</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Nie udało się utworzyć pliku konfiguracyjnego. Proszę sprawdzić dziennik.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-zdjęcia</string>
|
||||
<!--RestApi-->
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<string name="open_website">Abrir site</string>
|
||||
<string name="toast_write_storage_permission_required">A permissão de escrita em armazenamento é obrigatória para este aplicativo</string>
|
||||
<string name="device_rejected">O dispositivo %1$s quer se conectar</string>
|
||||
<string name="folder_rejected">O dispostivo %1$s deseja compartilhar a pasta %2$s</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Pastas</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -50,13 +51,12 @@
|
|||
<string name="ram_usage">Uso de RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Servidor de busca global</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Doações</string>
|
||||
<string name="restart">Reiniciar</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID da pasta</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Pasta</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Mestre</string>
|
||||
|
@ -208,6 +208,9 @@ Por favor, informe-nos sobre quaisquer problemas via Github.</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Abrir o gerenciador de problemas do Syncthing-Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Doações</string>
|
||||
<string name="donate_summary">Ajude-nos a pagar a manutenção de domínios e servidores</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Versão do Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -248,6 +251,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>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-fotos</string>
|
||||
<!--RestApi-->
|
||||
|
|
|
@ -49,12 +49,11 @@
|
|||
<string name="ram_usage">Utilização da RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Servidor de busca global</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Doar</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID da pasta</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Pasta</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Pasta Mestre</string>
|
||||
|
@ -138,8 +137,8 @@ Relate quaisquer problemas que encontre via Github, por favor.</string>
|
|||
<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="use_root_title">Correr o Syncthing como superutilizador</string>
|
||||
<string name="use_root_summary">Isto pode causar vários problemas com o Syncthing e com o seu dispositivo. Use por sua conta e risco.</string>
|
||||
<string name="notification_type_title">Notificação</string>
|
||||
<string name="notification_type_summary">Escolha o tipo de notificação</string>
|
||||
<string-array name="notification_type_entries">
|
||||
|
@ -196,6 +195,8 @@ Relate quaisquer problemas que encontre via Github, por favor.</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Abrir o gestor de incidentes do Syncthing-Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Doar</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Versão do </string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -236,6 +237,7 @@ Relate quaisquer problemas que encontre via Github, por favor.</string>
|
|||
<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>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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">fotos-de-%1$s</string>
|
||||
<!--RestApi-->
|
||||
|
|
|
@ -50,13 +50,12 @@
|
|||
<string name="ram_usage">Объём памяти</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Сервера анонсов</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Пожертвовать</string>
|
||||
<string name="restart">Перезагрузить</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID папки</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Папка</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Запретить изменения</string>
|
||||
|
@ -147,8 +146,8 @@
|
|||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Включите WiFi, чтобы выбрать сети</string>
|
||||
<string name="advanced_folder_picker">Использовать продвинутый выбор папок</string>
|
||||
<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="use_root_title">Запуск Syncthing как Superuser</string>
|
||||
<string name="use_root_summary">Это может вызвать проблемы в работе Syncthing и вашего устройства. Используйте на свой страх и риск.</string>
|
||||
<string name="notification_type_title">Уведомление</string>
|
||||
<string name="notification_type_summary">Выбор метода уведомления</string>
|
||||
<string-array name="notification_type_entries">
|
||||
|
@ -205,6 +204,8 @@
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Открыть трекер проблем Syncthing-Android </string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Пожертвовать</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Версия ядра</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -245,6 +246,7 @@
|
|||
<string name="toast_folder_observer_stack_overflow">Слишком глубокая папка. Проверьте на цикличные симлинки</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Не смог создать конфигурацию Syncthing. Посмотрите журнал.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -49,12 +49,11 @@
|
|||
<string name="ram_usage">Využitie RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Ohlasovací server</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Prispieť</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID adresára</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Adersár</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Zdrojový adresár</string>
|
||||
|
@ -136,8 +135,8 @@ Aby ste mohli zdielať dáta s ostatnými zariadeniami, musíte najprv pridať i
|
|||
<string name="sync_only_wifi">Synchronizovať iba na wifi</string>
|
||||
<string name="advanced_folder_picker">Použiť rozšírený dialóg pre volbu adresára</string>
|
||||
<string name="advanced_folder_picker_summary">Vyberte ľubovolný adresár pre synchronizáciu</string>
|
||||
<string name="use_root_title">Synchronizovať s použitím root oprávnení</string>
|
||||
<string name="use_root_summary">Spúšťať Syncthing s root oprávneniami</string>
|
||||
<string name="use_root_title">Spúšťať Syncthing s root oprávneniami</string>
|
||||
<string name="use_root_summary">Toto nastavenia môže spôsobiť rôzne problémy so Syncthing alebo s Vaším zariadením. Použitie na vlastné riziko.</string>
|
||||
<string name="notification_type_title">Notifikácie</string>
|
||||
<string name="notification_type_summary">Zvolte si druh notifikácií</string>
|
||||
<string-array name="notification_type_entries">
|
||||
|
@ -193,6 +192,8 @@ Naozaj chcete resetovať databázu s indexom súborov?</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Otvoriť stránku pre hlásenie chýb v Syncthing-Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Prispieť</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Verzia Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -233,6 +234,7 @@ Naozaj chcete resetovať databázu s indexom súborov?</string>
|
|||
<string name="toast_folder_observer_stack_overflow">Strom adresárov je príliš hlboký. Skontrolujte, či neobsahuje zacyklené symlinky.</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Nepodarilo sa vytvoriť konfiguráciu pre Syncthing. Prosím, skontrolujte chybové záznamy.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-fotografie</string>
|
||||
<!--RestApi-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
@ -29,6 +28,7 @@
|
|||
<!--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-->
|
||||
|
@ -78,6 +78,7 @@
|
|||
<!--Settings item that opens issue tracker-->
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<!--FolderPickerAcitivity-->
|
||||
|
@ -99,6 +100,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
<!--Setting title-->
|
||||
<string name="folder_id">Mapp-ID</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Katalog</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Mapp master</string>
|
||||
|
@ -249,6 +250,7 @@ Vänligen rapportera eventuella problem du stöter på via Github.</string>
|
|||
<string name="toast_folder_observer_stack_overflow">Katalogträd för djupt. Kontrollera cyclic symlinks</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Det gick inte att skapa en Syncthing konfiguration. Kontrollera loggarna.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-foton</string>
|
||||
<!--RestApi-->
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
<!--Setting title-->
|
||||
<string name="folder_id">Katalog ID</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Katalog</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Mapp-master</string>
|
||||
|
@ -249,6 +250,7 @@ Vänligen rapportera eventuella problem du stöter på via Github.</string>
|
|||
<string name="toast_folder_observer_stack_overflow">Katalogträd för djupt. Kontrollera cyclic symlinks</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Det gick inte att skapa en Syncthing konfiguration. Kontrollera loggarna.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-foton</string>
|
||||
<!--RestApi-->
|
||||
|
|
|
@ -49,12 +49,11 @@
|
|||
<string name="ram_usage">RAM Kullanımı</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Bildirim Sunucusu</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Bağış yap</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Klasör ID</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Dizin</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Ana Klasör</string>
|
||||
|
@ -143,8 +142,8 @@ Lütfen, herhangi bir sorunla karşılaştığınızda Github üzerinden bildiri
|
|||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Ağ seçmek için lütfen kablosuz bağlantınızı açın.</string>
|
||||
<string name="advanced_folder_picker">Gelişmiş Klasör Seçici Kullan</string>
|
||||
<string name="advanced_folder_picker_summary">Eşzamanlama yapmak için cihazdan herhangi bir klasör seçin</string>
|
||||
<string name="use_root_title">Kök Kullanıcı/Root olarak Eşzamanlama yap</string>
|
||||
<string name="use_root_summary">Syncthing\'i Superuser/Ayrıcalıklı Kullanıcı olarak Çalıştır</string>
|
||||
<string name="use_root_title">Syncthing\'i Superuser/Ayrıcalıklı Kullanıcı olarak Çalıştır</string>
|
||||
<string name="use_root_summary">Syncthing ve cihazınızla ilgili çeşitli sorunlara neden olabilir. Kullanırken risk alıyorsunuz.</string>
|
||||
<string name="notification_type_title">Bildirimler</string>
|
||||
<string name="notification_type_summary">Bildirim türünü seçin</string>
|
||||
<string-array name="notification_type_entries">
|
||||
|
@ -199,6 +198,8 @@ Lütfen, herhangi bir sorunla karşılaştığınızda Github üzerinden bildiri
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Syncthing-Android hata takip sistemini aç</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Bağış yap</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Syncthing Sürümü</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -239,6 +240,7 @@ Lütfen, herhangi bir sorunla karşılaştığınızda Github üzerinden bildiri
|
|||
<string name="toast_folder_observer_stack_overflow">Dizin ağacı çok derin. Döngüsel sembolik bağlantıların varlığını araştır.</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Syncthing yapılandırması başarısız oldu. Lütfen günlük kayıtlarını inceleyin.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<resources>
|
||||
<string name="app_name">Syncthing</string>
|
||||
<string name="app_description">Ứng dụng đồng bộ hoá tập tin phi tập trung, mở và đáng tin cậy.</string>
|
||||
<string name="app_description">Một ứng dụng đồng bộ hoá tập tin phi tập trung, mở và đáng tin cậy.</string>
|
||||
<!--MainActivity-->
|
||||
<!--Title of the "add folder" menu action-->
|
||||
<string name="add_folder">Thêm thư mục</string>
|
||||
<string name="add_folder">Thêm th.mục</string>
|
||||
<!--Title of the "share device id" menu action-->
|
||||
<string name="share_device_id">Chia sẻ ID thiết bị</string>
|
||||
<!--Shown in the chooser dialog when sharing a Device ID-->
|
||||
|
@ -12,29 +12,30 @@
|
|||
<!--Text for FoldersFragment and DevicesFragment loading view-->
|
||||
<string name="api_loading">Đang tải...</string>
|
||||
<string name="usage_reporting_dialog_title">Cho phép báo cáo sử dụng ẩn danh?</string>
|
||||
<string name="usage_reporting_dialog_description">Báo cáo sử dụng đã mã hoá sẽ được gửi đi hằng ngày. Nó được dùng để theo dõi các hệ điều hành thông dụng, kích cỡ thư mục và phiên bản ứng dụng. Nếu bộ dữ liệu báo cáo có thay đổi gì, bạn sẽ được nhắc lại bằng hội thoại này.\n\nThống kê tổng hợp được đăng tải công khai tại https://data.syncthing.net.</string>
|
||||
<string name="usage_reporting_dialog_description">Báo cáo s.dụng đã mã hoá sẽ được gửi đi hằng ngày. Nó được dùng để theo dõi các HĐH thông dụng, kích cỡ th.mục và ph.bản ứng dụng. Nếu bộ d.liệu báo cáo có th.đổi gì, bạn sẽ được nhắc lại bằng h.thoại này.\n\nThống kê t.hợp được đăng công khai tại https://data.syncthing.net.</string>
|
||||
<string name="yes">Có</string>
|
||||
<string name="no">Không</string>
|
||||
<string name="off">tắt</string>
|
||||
<string name="open_website">Mở trang web</string>
|
||||
<string name="toast_write_storage_permission_required">Ứng dụng này cần được phép chép vào ổ lưu trữ</string>
|
||||
<string name="device_rejected">Thiết bị %1$s muốn kết nối</string>
|
||||
<string name="folder_rejected">Thiết bị %1$s muốn chia sẻ thư mục %2$s</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Các thư mục</string>
|
||||
<!--Shown if no folders exist-->
|
||||
<string name="folder_list_empty">Không tìm thấy thư mục nào</string>
|
||||
<string name="folder_list_empty">Không thấy th.mục nào</string>
|
||||
<!--Format string for folder file count-->
|
||||
<string name="files">Các tập tin %1$d / %2$d</string>
|
||||
<!--DevicesFragment-->
|
||||
<string name="devices_fragment_title">Các thiết bị</string>
|
||||
<!--Shown if no devices exist-->
|
||||
<string name="devices_list_empty">Không tìm thấy thiết bị nào</string>
|
||||
<string name="devices_list_empty">Không thấy th.bị nào</string>
|
||||
<!--Indicates that a folder is fully synced to the local device-->
|
||||
<string name="device_up_to_date">Đã đồng bộ</string>
|
||||
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
|
||||
<string name="device_syncing">Đang đồng bộ (%1$d%%)</string>
|
||||
<string name="device_syncing">Đang đ.bộ (%1$d%%)</string>
|
||||
<!--Indicates that there is no connection to the device-->
|
||||
<string name="device_disconnected">Đã ngắt kết nối</string>
|
||||
<string name="device_disconnected">Đã ngắt k.nối</string>
|
||||
<!--Title for current download rate-->
|
||||
<string name="download_title">Tải xuống</string>
|
||||
<!--Title for current upload rate-->
|
||||
|
@ -45,31 +46,30 @@
|
|||
<!--Same as upload_title with a colon and space appended-->
|
||||
<string name="upload_title_colon">Tải lên:\u0020</string>
|
||||
<!--Title for current CPU usage-->
|
||||
<string name="cpu_usage">Mức sử dụng CPU</string>
|
||||
<string name="cpu_usage">Mức s.dụng CPU</string>
|
||||
<!--Title for current RAM usage-->
|
||||
<string name="ram_usage">Mức sử dụng RAM</string>
|
||||
<string name="ram_usage">Mức s.dụng RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Máy chủ thông báo</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Quyên góp</string>
|
||||
<string name="restart">Khởi chạy lại</string>
|
||||
<string name="announce_server">Máy chủ th.báo</string>
|
||||
<string name="restart">Kh.chạy lại</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID thư mục</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">Thư mục</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Thư mục Chủ</string>
|
||||
<!--Setting title-->
|
||||
<string name="devices">Các thiết bị</string>
|
||||
<string name="devices">Các th.bị</string>
|
||||
<!--Setting title-->
|
||||
<string name="keep_versions">Giữ các phiên bản</string>
|
||||
<string name="keep_versions">Giữ các ph.bản</string>
|
||||
<!--Setting title-->
|
||||
<string name="delete_folder">Xoá thư mục</string>
|
||||
<!--Title for FolderSettingsFragment in create mode-->
|
||||
<string name="create_folder">Tạo thư mục</string>
|
||||
<!--Title for FolderSettingsFragment in edit mode-->
|
||||
<string name="edit_folder">Chỉnh sửa thư mục</string>
|
||||
<string name="edit_folder">Chỉnh sửa th.mục</string>
|
||||
<!--Menu item to confirm folder creation-->
|
||||
<string name="create">Tạo mới</string>
|
||||
<!--Dialog shown when attempting to remove a folder-->
|
||||
|
@ -100,14 +100,14 @@
|
|||
<item>Luôn luôn</item>
|
||||
</string-array>
|
||||
<!--Setting title-->
|
||||
<string name="introducer">Thiết bị giới thiệu</string>
|
||||
<string name="introducer">Thiết bị g.thiệu</string>
|
||||
<!--ActionBar item-->
|
||||
<string name="delete_device">Xoá thiết bị</string>
|
||||
<string name="add_device">Thêm thiết bị</string>
|
||||
<!--Menu item to confirm adding a device-->
|
||||
<string name="add">Thêm</string>
|
||||
<!--Title for DeviceSettingsFragment in edit mode-->
|
||||
<string name="edit_device">Chỉnh sửa thiết bị</string>
|
||||
<string name="edit_device">Chỉnh sửa th.bị</string>
|
||||
<!--Dialog shown when attempting to remove a device-->
|
||||
<string name="remove_device_confirm">Có chắc là bạn muốn xoá thiết bị này?</string>
|
||||
<!--Toast shown when trying to create a device with an empty ID-->
|
||||
|
@ -139,14 +139,14 @@ Xin báo cáo mọi vấn đề phát sinh thông qua Github.</string>
|
|||
<string name="always_run_in_background_enabled">Syncthing luôn chạy nền theo như tuỳ chỉnh bên dưới.</string>
|
||||
<!--Preference summary in case it is disabled-->
|
||||
<string name="always_run_in_background_disabled">Syncthing chỉ chạy khi được bật thủ công và có thể được tắt bởi nút trình đơn.</string>
|
||||
<string name="sync_only_charging">Chỉ đồng bộ khi sạc pin</string>
|
||||
<string name="sync_only_wifi">Chỉ đồng bộ khi dùng wifi</string>
|
||||
<string name="sync_only_wifi_ssids">Hạn chế với một vài mạng wifi nhất định</string>
|
||||
<string name="sync_only_wifi_ssids_all">Đồng bộ trên tất cả mạng wifi</string>
|
||||
<string name="sync_only_charging">Chỉ đ.bộ khi sạc pin</string>
|
||||
<string name="sync_only_wifi">Chỉ đ.bộ khi dùng wifi</string>
|
||||
<string name="sync_only_wifi_ssids">Hạn chế với vài mạng wifi nhất định</string>
|
||||
<string name="sync_only_wifi_ssids_all">Đồng bộ trên t.cả mạng wifi</string>
|
||||
<string name="sync_only_wifi_ssids_values">Chỉ đồng bộ khi kết nối đến: %1$s</string>
|
||||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Hãy bật WiFi để lựa chọn mạng.</string>
|
||||
<string name="advanced_folder_picker">Sử dụng trình chọn thư mục nâng cao</string>
|
||||
<string name="advanced_folder_picker_summary">Chọn bất kỳ thư mục nào trên thiết bị để đồng bộ</string>
|
||||
<string name="advanced_folder_picker">S.dụng trình chọn th.mục nâng cao</string>
|
||||
<string name="advanced_folder_picker_summary">Chọn bất kỳ th.mục nào trên th.bị để đồng bộ</string>
|
||||
<string name="use_root_title">Chạy Syncthing với quyền Superuser</string>
|
||||
<string name="use_root_summary">Thao tác này có thể gây ra nhiều vấn đề cho Syncthing và thiết bị của bạn. Hãy thận trọng.</string>
|
||||
<string name="notification_type_title">Thông báo</string>
|
||||
|
@ -159,16 +159,16 @@ Xin báo cáo mọi vấn đề phát sinh thông qua Github.</string>
|
|||
<string name="category_syncthing">Syncthing</string>
|
||||
<string name="syncthing_options">Tuỳ chọn Syncthing</string>
|
||||
<string name="device_name">Tên thiết bị</string>
|
||||
<string name="listen_address">Đồng bộ các địa chỉ lắng nghe giao thức</string>
|
||||
<string name="max_recv_kbps">Giới hạn tốc độ đầu vào (KiB/s)</string>
|
||||
<string name="max_send_kbps">Giới hạn tốc độ đầu ra (KiB/s)</string>
|
||||
<string name="listen_address">Đồng bộ các đ.chỉ lắng nghe giao thức</string>
|
||||
<string name="max_recv_kbps">Giới hạn t.độ đầu vào (KiB/s)</string>
|
||||
<string name="max_send_kbps">Giới hạn t.độ đầu ra (KiB/s)</string>
|
||||
<string name="global_announce_enabled">Dò tìm toàn cầu</string>
|
||||
<string name="local_announce_enabled">Dò tìm cục bộ</string>
|
||||
<string name="upnp_enabled">Bật UPnP</string>
|
||||
<string name="global_announce_server">Máy chủ dò tìm toàn cầu</string>
|
||||
<string name="usage_reporting">Báo cáo sử dụng ẩn danh</string>
|
||||
<string name="syncthing_gui">GUI Syncthing</string>
|
||||
<string name="gui_address">Các địa chỉ lắng nghe GUI</string>
|
||||
<string name="gui_address">Các đ.chỉ lắng nghe GUI</string>
|
||||
<string name="gui_user">Người dùng xác thực GUI</string>
|
||||
<string name="gui_password">Mật khẩu xác thực GUI</string>
|
||||
<string name="export_config">Xuất cấu hình</string>
|
||||
|
@ -181,7 +181,7 @@ Xin báo cáo mọi vấn đề phát sinh thông qua Github.</string>
|
|||
<!--Toast shown after config was successfully imported-->
|
||||
<string name="config_imported_successful">Cấu hình đã được nhập</string>
|
||||
<!--Toast shown after config was successfully imported-->
|
||||
<string name="config_import_failed">Nhập cấu hình thất bại, hãy chắc rằng các tập tin nằm trong %1$s</string>
|
||||
<string name="config_import_failed">Nhập c.hình th.bại, hãy chắc rằng các t.tin nằm trong %1$s</string>
|
||||
<!--Title for the preference to set STTRACE parameters-->
|
||||
<string name="sttrace_title">Tuỳ chọn dò lỗi</string>
|
||||
<!--Toast after entering invalid STTRACE params-->
|
||||
|
@ -208,15 +208,18 @@ Xin báo cáo mọi vấn đề phát sinh thông qua Github.</string>
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">Mở trình theo dõi lỗi của Syncthing-Android</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">Quyên góp</string>
|
||||
<string name="donate_summary">Xin hỗ trợ chúng tôi phí tên miền và dịch vụ</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Phiên bản Syncthing</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
<string name="app_version_title">Phiên bản Syncthing-Android</string>
|
||||
<!--FolderPickerAcitivity-->
|
||||
<!--Activity title-->
|
||||
<string name="folder_picker_title">Trình chọn thư mục</string>
|
||||
<string name="folder_picker_title">Trình chọn th.mục</string>
|
||||
<!--Toast shown on devices with kitkat or higher-->
|
||||
<string name="kitkat_external_storage_warning">Cảnh báo: Phiên bản Android của bạn không cho phép đồng bộ vào các thiết bị lưu trữ ngoại vi</string>
|
||||
<string name="kitkat_external_storage_warning">Cảnh báo: Ph.bản Android của bạn không cho phép đ.bộ vào các th.bị lưu trữ ngoại vi</string>
|
||||
<!--ListView empty text-->
|
||||
<string name="directory_empty">Thư mục rỗng</string>
|
||||
<!--Menu item to create folder on the file system-->
|
||||
|
@ -245,20 +248,21 @@ Xin báo cáo mọi vấn đề phát sinh thông qua Github.</string>
|
|||
<!--Title of the notification shown while syncthing is running and enabled-->
|
||||
<string name="syncthing_active">Syncthing đang chạy</string>
|
||||
<!--Toast shown if folder observer fails to traverse a folder-->
|
||||
<string name="toast_folder_observer_stack_overflow">Cây thư mục quá sâu. Hãy kiểm tra các liên kết biểu trưng trùng lặp</string>
|
||||
<string name="toast_folder_observer_stack_overflow">Cây th.mục quá sâu. Hãy k.tra các l.kết biểu trưng trùng lặp</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">Tạo cấu hình Syncthing thất bại. Hãy kiểm tra lịch sử.</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-ảnh</string>
|
||||
<!--RestApi-->
|
||||
<!--Title of the notification shown when a restart is needed-->
|
||||
<string name="restart_title">Cần khởi động lại</string>
|
||||
<string name="restart_title">Cần kh.động lại</string>
|
||||
<!--Text for positive button in restart dialog-->
|
||||
<string name="restart_now">Khởi động lại ngay</string>
|
||||
<string name="restart_now">Kh.động lại ngay</string>
|
||||
<!--Text for the dismiss button of the restart Activity-->
|
||||
<string name="restart_later">Để sau</string>
|
||||
<!--Text of the notification shown when a restart is needed-->
|
||||
<string name="restart_notification_text">Nhấp vào đây để khởi động lại Syncthing ngay</string>
|
||||
<string name="restart_notification_text">Nhấp để kh.động lại Syncthing ngay</string>
|
||||
<!--Shown when a device ID is copied to the clipboard-->
|
||||
<string name="device_id_copied_to_clipboard">Đã chép ID thiết bị vào clipboard</string>
|
||||
<!--Strings representing units for file sizes, from smallest to largest-->
|
||||
|
@ -281,7 +285,7 @@ Xin báo cáo mọi vấn đề phát sinh thông qua Github.</string>
|
|||
<string name="state_idle">Rãnh rỗi</string>
|
||||
<string name="state_scanning">Đang quét</string>
|
||||
<string name="state_cleaning">Đang dọn dẹp</string>
|
||||
<string name="state_syncing">Đang đồng bộ (%1$d%%)</string>
|
||||
<string name="state_syncing">Đang đ.bộ (%1$d%%)</string>
|
||||
<string name="state_error">Lỗi</string>
|
||||
<string name="state_unknown">Không rõ</string>
|
||||
<!--Format string for folder size, eg "500 MiB / 1 GiB"-->
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<string name="open_website">打开主页</string>
|
||||
<string name="toast_write_storage_permission_required">本应用需要写存储的权限</string>
|
||||
<string name="device_rejected">%1$s 想要连接</string>
|
||||
<string name="folder_rejected">设备 %1$s 想要分享文件夹 %2$s</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">文件夹</string>
|
||||
<!--Shown if no folders exist-->
|
||||
|
@ -50,13 +51,12 @@
|
|||
<string name="ram_usage">内存使用</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">宣告服务器</string>
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">捐赠</string>
|
||||
<string name="restart">重启</string>
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">文件夹标识</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">目录</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">主文件夹</string>
|
||||
|
@ -147,8 +147,8 @@
|
|||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">请打开无线网络连接并选择网络</string>
|
||||
<string name="advanced_folder_picker">使用高级文件夹选择器</string>
|
||||
<string name="advanced_folder_picker_summary">可以选择设备上任何文件夹</string>
|
||||
<string name="use_root_title">使用root权限来同步</string>
|
||||
<string name="use_root_summary">Syncthing 运行于超级用户</string>
|
||||
<string name="use_root_title">Syncthing 运行于超级用户</string>
|
||||
<string name="use_root_summary">这可能会导致本应用及操作系统出现各种问题。使用需要您自担风险。</string>
|
||||
<string name="notification_type_title">通知</string>
|
||||
<string name="notification_type_summary">选择通知类型</string>
|
||||
<string-array name="notification_type_entries">
|
||||
|
@ -172,6 +172,9 @@
|
|||
<string name="gui_user">管理页认证用户</string>
|
||||
<string name="gui_password">管理页认证密码</string>
|
||||
<string name="export_config">导出设置</string>
|
||||
<string name="experimental_settings">实验性</string>
|
||||
<string name="keep_wakelock_while_binary_running">当 Syncthing 正在运行时保持 CPU 唤醒</string>
|
||||
<string name="keep_wakelock_while_binary_running_summary">使用此设置如果您在电池上运行时遇到意外的断开连接。这将会导致电量消耗的增加。</string>
|
||||
<!--Toast shown after config was successfully exported-->
|
||||
<string name="config_export_successful">设置已导出至 %1$s</string>
|
||||
<string name="import_config">导入设置</string>
|
||||
|
@ -204,6 +207,9 @@
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">打开 Android 版 Syncthing 问题追踪页</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<string name="donate_title">捐赠</string>
|
||||
<string name="donate_summary">帮助我们支付域名和托管费用</string>
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Syncthing 版本</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -244,6 +250,7 @@
|
|||
<string name="toast_folder_observer_stack_overflow">目录树层次过深,正在检查循环符号链接。</string>
|
||||
<!--Toast shown if syncthing failed to create a config-->
|
||||
<string name="config_create_failed">创建 Syncthing 配置文件失败,请检查日志。</string>
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
<string name="ram_usage">記憶體使用率</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">發布伺服器</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">資料夾識別碼</string>
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
<string name="directory">資料夾</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">主資料夾</string>
|
||||
|
@ -144,6 +144,7 @@
|
|||
<!--Summary for the issue tracker settings item-->
|
||||
<string name="report_issue_summary">開啟 Syncthing-Android 問題追蹤器</string>
|
||||
<!--URL of the issue tracker-->
|
||||
<!--Menu item to donate-->
|
||||
<!--Title of the preference showing upstream version name-->
|
||||
<string name="syncthing_version_title">Syncthing 版本</string>
|
||||
<!--Title of the preference showing this app's version name-->
|
||||
|
@ -177,6 +178,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-->
|
||||
<!--Label of the default folder created of first start (camera folder).-->
|
||||
<!--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-->
|
||||
|
|
Loading…
Reference in a new issue