mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-08 19:21:35 +00:00
Imported translations.
This commit is contained in:
parent
d22c692c56
commit
aa35b8ae46
23 changed files with 128 additions and 33 deletions
|
@ -16,12 +16,13 @@
|
|||
<!--Indicates that there is no connection to the device-->
|
||||
<!--Title for current download rate-->
|
||||
<!--Title for current upload rate-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">Download</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Upload</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Download:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<string name="ram_usage">Využití RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Ohlašovací Server</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID adresáře</string>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">Download</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Upload</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Download:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<string name="ram_usage">RAM Auslastung</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Ankündigungsserver</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Verzeichnis ID</string>
|
||||
|
@ -109,9 +110,9 @@
|
|||
Bitte installiere einen Scanner oder gib die Geräte ID manuell ein.</string>
|
||||
<!--WebGuiActivity-->
|
||||
<!--Title of the web gui activity-->
|
||||
<string name="web_gui_title">Web Benutzeroberfläche</string>
|
||||
<string name="web_gui_title">Weboberfläche</string>
|
||||
<!--Text for WebGuiActivity loading view-->
|
||||
<string name="web_gui_loading">Warte auf Benutzeroberfläche</string>
|
||||
<string name="web_gui_loading">Warte auf Weboberfläche</string>
|
||||
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
|
||||
<string name="web_gui_creating_key">Generiere Schlüssel. Dies kann eine Weile dauern.</string>
|
||||
<!--Title for dialog displayed on first start-->
|
||||
|
@ -131,17 +132,20 @@ Bitte installiere einen Scanner oder gib die Geräte ID manuell ein.</string>
|
|||
<string name="sync_only_wifi">Synchronisierung nur im WLAN</string>
|
||||
<string name="advanced_folder_picker">Erweiterte Ordnerauswahl benutzen</string>
|
||||
<string name="syncthing_options">Syncthing Optionen</string>
|
||||
<string name="device_name">Gerätename</string>
|
||||
<string name="listen_address">Adresse(n) für das Synchronisierungsprotokoll</string>
|
||||
<string name="max_recv_kbps">Eingehendes Datenratelimit (KiB/s)</string>
|
||||
<string name="max_send_kbps">Ausgehendes Datenratelimit (KiB/s)</string>
|
||||
<string name="global_announce_enabled">Globale Auffindung</string>
|
||||
<string name="local_announce_enabled">Lokale Auffindung</string>
|
||||
<string name="upnp_enabled">UPnP aktivieren</string>
|
||||
<string name="syncthing_gui">Syncthing Benutzeroberfläche</string>
|
||||
<string name="gui_address">Adresse(n) für die Benutzeroberfläche</string>
|
||||
<string name="gui_user">Nutzername für Zugang zur Benutzeroberfläche</string>
|
||||
<string name="gui_password">Passwort für Zugang zur Benutzeroberfläche</string>
|
||||
<string name="gui_https_enabled">HTTPS für Benutzeroberfläche benutzen</string>
|
||||
<string name="global_announce_server">Globaler Auffindungsserver</string>
|
||||
<string name="usage_reporting">Anonymer Nutzungsbericht</string>
|
||||
<string name="syncthing_gui">Syncthing Weboberfläche</string>
|
||||
<string name="gui_address">Adressen für Weboberfläche</string>
|
||||
<string name="gui_user">Nutzername für Weboberfläche</string>
|
||||
<string name="gui_password">Passwort für Weboberfläche</string>
|
||||
<string name="gui_https_enabled">HTTPS für Weboberfläche benutzen</string>
|
||||
<!--Title for the preference to set STTRACE parameters-->
|
||||
<string name="sttrace_title">Fehlersuchoptionen</string>
|
||||
<!--Settings item that opens issue tracker-->
|
||||
|
|
|
@ -16,12 +16,13 @@
|
|||
<!--Indicates that there is no connection to the device-->
|
||||
<!--Title for current download rate-->
|
||||
<!--Title for current upload rate-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -4,14 +4,19 @@
|
|||
<string name="app_description">Reemplace servicios propietarios con algo abierto, confiable y descentralizado.</string>
|
||||
<!--MainActivity-->
|
||||
<!--Title of the "add folder" menu action-->
|
||||
<string name="add_folder">Agregar carpeta</string>
|
||||
<!--Title of the "share device id" menu action-->
|
||||
<string name="share_device_id">Compartir el ID del dispositivo</string>
|
||||
<!--Shown in the chooser dialog when sharing a Device ID-->
|
||||
<string name="send_device_id_to">Enviar el ID del dispositivo a</string>
|
||||
<!--Text for FoldersFragment and DevicesFragment loading view-->
|
||||
<string name="api_loading">Esperando la API</string>
|
||||
<!--FoldersFragment-->
|
||||
<string name="folders_fragment_title">Carpetas</string>
|
||||
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
|
||||
<string name="folder_progress_format">%1$s (%2$d%%)</string>
|
||||
<!--Shown if no folders exist-->
|
||||
<string name="folder_list_empty">No se encontraron carpetas</string>
|
||||
<!--Format string for folder file count-->
|
||||
<string name="files">%1$d / %2$d Archivos</string>
|
||||
<!--DevicesFragment-->
|
||||
|
@ -19,44 +24,69 @@
|
|||
<!--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">Al día</string>
|
||||
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
|
||||
<string name="device_syncing">Syncing (%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-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<string name="upload_title">Subir</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">Subir:\u0020</string>
|
||||
<!--Title for current CPU usage-->
|
||||
<string name="cpu_usage">CPU Usage</string>
|
||||
<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-->
|
||||
<string name="announce_server">Servidor de Anuncio</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID de carpeta</string>
|
||||
<!--Setting title-->
|
||||
<string name="directory">Directorio</string>
|
||||
<!--Setting title-->
|
||||
<string name="rescan_interval">Intervalo de Reescanéo</string>
|
||||
<!--Setting title-->
|
||||
<string name="folder_master">Carpeta Maestra</string>
|
||||
<!--Setting title-->
|
||||
<string name="devices">Dispositivos</string>
|
||||
<!--Setting title-->
|
||||
<string name="file_versioning">Versionado de Archivos</string>
|
||||
<!--Setting title-->
|
||||
<string name="keep_versions">Versiones a Mantener</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 delete a folder-->
|
||||
<string name="delete_folder_confirm">¿Realmente quieres eliminar esta carpeta?</string>
|
||||
<!--Toast shown when trying to create a folder with an invalid ID-->
|
||||
<!--Toast shown when trying to create a folder with an empty path-->
|
||||
<!--Toast shown when selecting 'devices' if no devices have been added-->
|
||||
<string name="no_devices">Primero conecte un dispositivo por favor.</string>
|
||||
<!--DeviceSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="device_id">ID del dispositivo</string>
|
||||
<!--Setting title-->
|
||||
<string name="name">Nombre</string>
|
||||
<!--Setting title-->
|
||||
<string name="addresses">Dirección</string>
|
||||
<!--Setting title-->
|
||||
<string name="current_address">Dirección actual</string>
|
||||
<!--Setting title-->
|
||||
<string name="compression">Compresión</string>
|
||||
<!--Setting title-->
|
||||
<string name="introducer">Introductor</string>
|
||||
<!--ActionBar item-->
|
||||
<string name="delete_device">Eliminar dispositivo</string>
|
||||
<!--Title for DeviceSettingsFragment in create mode-->
|
||||
|
@ -68,6 +98,7 @@
|
|||
<!--Dialog shown when attempting to delete a device-->
|
||||
<string name="delete_device_confirm">¿Realmente desea eliminar este dispositivo?</string>
|
||||
<!--Toast shown when trying to create a device with an empty ID-->
|
||||
<string name="device_id_required">El ID de dispositivo no debe estar vacío</string>
|
||||
<!--Toast shown when trying to create a device with an empty name-->
|
||||
<string name="device_name_required">El nombre del dispositivo no debe estar vacío</string>
|
||||
<!--Content description for device ID qr code icon-->
|
||||
|
@ -80,6 +111,7 @@
|
|||
<!--Text for WebGuiActivity loading view-->
|
||||
<string name="web_gui_loading">Esperando la interfaz gráfica</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 las llaves. Esto puede tomar un tiempo.</string>
|
||||
<!--Title for dialog displayed on first start-->
|
||||
<!--Text for dialog displayed on first start-->
|
||||
<string name="welcome_text">Bienvenido a Syncthing para Android!\n\n\
|
||||
|
@ -91,26 +123,49 @@ Por favor reporte cualquier problema que encuentre a través de Github.</string>
|
|||
<!--Activity title-->
|
||||
<string name="settings_title">Ajustes</string>
|
||||
<!--Preference title-->
|
||||
<string name="always_run_in_background">Siempre correr en background</string>
|
||||
<!--Preference summary in case it is enabled-->
|
||||
<!--Preference summary in case it is disabled-->
|
||||
<string name="sync_only_charging">Sincronizar solo mientras cargando</string>
|
||||
<string name="sync_only_wifi">Sincronizar sólo en wifi</string>
|
||||
<string name="advanced_folder_picker">Usar Selección Avanzada de carpeta</string>
|
||||
<string name="syncthing_options">Opciones de Syncthing</string>
|
||||
<string name="device_name">Nombre del Dispositivo</string>
|
||||
<string name="max_recv_kbps">Limitar la Tasa de Tráfico Entrante (KiB/s)</string>
|
||||
<string name="max_send_kbps">Limitar la Tasa de Tráfico Saliente (KiB/s)</string>
|
||||
<string name="global_announce_enabled">Descubrimiento Global</string>
|
||||
<string name="local_announce_enabled">Descubrimiento Local</string>
|
||||
<string name="upnp_enabled">Activar UPnP</string>
|
||||
<string name="global_announce_server">Servidor de Descubrimiento Global</string>
|
||||
<string name="usage_reporting">Reportar Uso Anónimo</string>
|
||||
<string name="syncthing_gui">Syncthing GUI</string>
|
||||
<string name="gui_user">Usuario de Autenticación GUI</string>
|
||||
<string name="gui_password">Contraseña de Autenticación GUI</string>
|
||||
<string name="gui_https_enabled">Usar HHTPS para la GUI</string>
|
||||
<!--Title for the preference to set STTRACE parameters-->
|
||||
<!--Settings item that opens issue tracker-->
|
||||
<string name="report_issue_title">Reportar Problema</string>
|
||||
<!--Summary for the issue tracker settings item-->
|
||||
<!--URL of the issue tracker-->
|
||||
<!--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-->
|
||||
<string name="app_version_title">Versión Syncthing-Android</string>
|
||||
<!--FolderPickerAcitivity-->
|
||||
<!--Activity title-->
|
||||
<string name="folder_picker_title">Seleccionador de Carpeta</string>
|
||||
<!--ListView empty text-->
|
||||
<string name="directory_empty">El Directorio esta 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">Falló al Crear la Carpeta</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 la configuración</string>
|
||||
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
|
||||
|
@ -125,6 +180,7 @@ Por favor reporte cualquier problema que encuentre a través de Github.</string>
|
|||
<!--Text for the dismiss button of the restart Activity-->
|
||||
<string name="restart_later">Reiniciar más tarde</string>
|
||||
<!--Shown when a device ID is copied to the clipboard-->
|
||||
<string name="device_id_copied_to_clipboard">El ID de Dispositivo se copió al portapapéles</string>
|
||||
<!--Strings representing units for file sizes, from smallest to largest-->
|
||||
<string-array name="file_size_units">
|
||||
<item>B</item>
|
||||
|
|
|
@ -16,12 +16,13 @@
|
|||
<!--Indicates that there is no connection to the device-->
|
||||
<!--Title for current download rate-->
|
||||
<!--Title for current upload rate-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -16,12 +16,13 @@
|
|||
<!--Indicates that there is no connection to the device-->
|
||||
<!--Title for current download rate-->
|
||||
<!--Title for current upload rate-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">Réception</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Emission</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Réception:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<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-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID du dossier</string>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<string name="download_title">Letöltés</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Feltöltés</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
|
@ -29,6 +29,7 @@
|
|||
<!--Title for current RAM usage-->
|
||||
<string name="ram_usage">Memória használat</string>
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -16,12 +16,13 @@
|
|||
<!--Indicates that there is no connection to the device-->
|
||||
<!--Title for current download rate-->
|
||||
<!--Title for current upload rate-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<string name="download_title">Download</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Upload</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Download:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -43,6 +43,7 @@
|
|||
<string name="ram_usage">Utilizzo RAM</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Server Presenza Globale</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID Cartella</string>
|
||||
|
@ -69,6 +70,7 @@
|
|||
<!--Dialog shown when attempting to delete a folder-->
|
||||
<string name="delete_folder_confirm">Vuoi veramente eliminare questa cartella?</string>
|
||||
<!--Toast shown when trying to create a folder with an invalid ID-->
|
||||
<string name="folder_id_invalid">L\'ID della cartella dev\'essere un identificatore breve (64 caratteri o meno) costituito solamente da lettere, numeri, punti (.), trattini (-) e trattini bassi (_).</string>
|
||||
<!--Toast shown when trying to create a folder with an empty path-->
|
||||
<string name="folder_path_required">Il percorso della cartella non può essere vuoto</string>
|
||||
<!--Toast shown when selecting 'devices' if no devices have been added-->
|
||||
|
@ -129,13 +131,17 @@ Si prega di segnalare eventuali problemi riscontrati tramite Github.</string>
|
|||
<string name="always_run_in_background_disabled">Syncthing si attiva solo quando viene avviato manualmente e si arresta utilizzando il pulsante del menu.</string>
|
||||
<string name="sync_only_charging">Sincr. solo in Ricarica</string>
|
||||
<string name="sync_only_wifi">Sincr. solo in Wifi</string>
|
||||
<string name="advanced_folder_picker">Selettore Cartella Avanzato</string>
|
||||
<string name="syncthing_options">Opzioni di Syncthing</string>
|
||||
<string name="device_name">Nome Dispositivo</string>
|
||||
<string name="listen_address">Indirizzi Protocollo Sincronizzazione</string>
|
||||
<string name="max_recv_kbps">Limite Velocità in Ingresso (KiB/s)</string>
|
||||
<string name="max_send_kbps">Limite Velocità in Uscita (KiB/s)</string>
|
||||
<string name="global_announce_enabled">Individuazione Globale</string>
|
||||
<string name="local_announce_enabled">Individuazione Locale</string>
|
||||
<string name="upnp_enabled">Abilita UPnP</string>
|
||||
<string name="global_announce_server">Server Ricerca Globale</string>
|
||||
<string name="usage_reporting">Statistiche Anonime Utilizzo</string>
|
||||
<string name="syncthing_gui">Interfaccia Grafica di Syncthing</string>
|
||||
<string name="gui_address">Indirizzi Interfaccia Grafica</string>
|
||||
<string name="gui_user">Utente Interfaccia Grafica</string>
|
||||
|
@ -161,6 +167,7 @@ Si prega di segnalare eventuali problemi riscontrati tramite Github.</string>
|
|||
<string name="create_fs_folder">Crea Nuova Cartella</string>
|
||||
<!--Menu item to select the current folder-->
|
||||
<string name="select_folder">Seleziona Cartella</string>
|
||||
<string name="create_folder_failed">Impossibile creare la cartella</string>
|
||||
<!--SyncthingService-->
|
||||
<!--Title of the "syncthing disabled" dialog-->
|
||||
<string name="syncthing_disabled_title">Syncthing è disabilitato</string>
|
||||
|
@ -199,5 +206,6 @@ Si prega di segnalare eventuali problemi riscontrati tramite Github.</string>
|
|||
</string-array>
|
||||
<!--Possible folder states-->
|
||||
<string name="state_idle">Inattivo</string>
|
||||
<string name="state_scanning">Scansione in corso</string>
|
||||
<string name="state_syncing">Sincronizzazione</string>
|
||||
</resources>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">ダウンロード</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">アップロード</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">ダウンロード:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<string name="ram_usage">RAM 使用</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">アナウンスサーバー</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">フォルダー ID</string>
|
||||
|
@ -133,12 +134,15 @@ GitHub 経由で、発生した問題をすべて報告してください。</st
|
|||
<string name="sync_only_wifi">Wifi 時のみ同期</string>
|
||||
<string name="advanced_folder_picker">高度なフォルダー選択を使用する</string>
|
||||
<string name="syncthing_options">同期オプション</string>
|
||||
<string name="device_name">デバイス名</string>
|
||||
<string name="listen_address">同期プロトコル リスンアドレス</string>
|
||||
<string name="max_recv_kbps">着信レート制限 (KiB/秒)</string>
|
||||
<string name="max_send_kbps">発信レート制限 (KiB/秒)</string>
|
||||
<string name="global_announce_enabled">グローバルディスカバリー</string>
|
||||
<string name="local_announce_enabled">ローカルディスカバリー</string>
|
||||
<string name="global_announce_enabled">グローバル探索</string>
|
||||
<string name="local_announce_enabled">ローカル探索</string>
|
||||
<string name="upnp_enabled">UPnP を有効にする</string>
|
||||
<string name="global_announce_server">グローバル探索サーバー</string>
|
||||
<string name="usage_reporting">匿名使用状況レポート</string>
|
||||
<string name="syncthing_gui">同期中 GUI</string>
|
||||
<string name="gui_address">GUI リスンアドレス</string>
|
||||
<string name="gui_user">GUI 認証ユーザー</string>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">Nedlasting</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Opplasting</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Nedlasting:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -43,6 +43,7 @@
|
|||
<!--Title for current RAM usage-->
|
||||
<string name="ram_usage">RAM-forbruk</string>
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Mappe-ID</string>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">Download</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Upload</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Downloaden:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<string name="ram_usage">RAM-gebrui</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Mededelingsserver</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Map-ID</string>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">Pobieranie</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Wysyłanie</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Pobieranie:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<string name="ram_usage">Użycie RAMu</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Serwer ogłoszeniowy</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID folderu</string>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">Recepção</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Envio</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Recepção:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<string name="ram_usage">Uso da memória</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Servidor de busca global</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID da pasta</string>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">Recepção</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Envio</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">Recepção:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<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-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">ID da pasta</string>
|
||||
|
@ -133,12 +134,15 @@ Por favor, relate quaisquer problemas que encontre através do Github.</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="syncthing_options">Opções do Syncthing</string>
|
||||
<string name="device_name">Nome do dispositivo</string>
|
||||
<string name="listen_address">Endereços de escuta do protocolo de sincronização</string>
|
||||
<string name="max_recv_kbps">Limite de velocidade de recepção (KiB/s)</string>
|
||||
<string name="max_send_kbps">Limite de velocidade de envio (KiB/s)</string>
|
||||
<string name="global_announce_enabled">Busca global</string>
|
||||
<string name="local_announce_enabled">Busca local</string>
|
||||
<string name="upnp_enabled">Activar UPnP</string>
|
||||
<string name="global_announce_server">Servidor da busca global</string>
|
||||
<string name="usage_reporting">Enviar relatórios anónimos de utilização</string>
|
||||
<string name="syncthing_gui">Interface gráfica do Syncthing</string>
|
||||
<string name="gui_address">Endereço de escuta da interface gráfica</string>
|
||||
<string name="gui_user">Utilizador da autenticação na interface gráfica</string>
|
||||
|
|
|
@ -18,12 +18,13 @@
|
|||
<!--Indicates that there is no connection to the device-->
|
||||
<!--Title for current download rate-->
|
||||
<!--Title for current upload rate-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -16,12 +16,13 @@
|
|||
<!--Indicates that there is no connection to the device-->
|
||||
<!--Title for current download rate-->
|
||||
<!--Title for current upload rate-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -16,12 +16,13 @@
|
|||
<!--Indicates that there is no connection to the device-->
|
||||
<!--Title for current download rate-->
|
||||
<!--Title for current upload rate-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -16,12 +16,13 @@
|
|||
<!--Indicates that there is no connection to the device-->
|
||||
<!--Title for current download rate-->
|
||||
<!--Title for current upload rate-->
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
<!--Title for current CPU usage-->
|
||||
<!--Title for current RAM usage-->
|
||||
<!--Title for announce server status-->
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<!--Setting title-->
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">İndirme</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">Yükleme</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">İndirme:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<string name="ram_usage">RAM Kullanımı</string>
|
||||
<!--Title for announce server status-->
|
||||
<string name="announce_server">Bildirim Sunucusu</string>
|
||||
<!--Menu item to donate-->
|
||||
<!--FolderSettingsFragment-->
|
||||
<!--Setting title-->
|
||||
<string name="folder_id">Klasör ID</string>
|
||||
|
@ -141,6 +142,7 @@ Lütfen, herhangi bir sorunla karşılaştığınızda Github üzerinden bildiri
|
|||
<string name="local_announce_enabled">Yerel Bulunabilirlik</string>
|
||||
<string name="upnp_enabled">UPnP Etkinleştir</string>
|
||||
<string name="global_announce_server">Küresel Bulunabilirlik Sunucusu</string>
|
||||
<string name="usage_reporting">Anonim olarak Kullanım Raporlama</string>
|
||||
<string name="syncthing_gui">Syncthing Arayüzü</string>
|
||||
<string name="gui_address">Arayüz Dinleme Adresleri</string>
|
||||
<string name="gui_user">Arayüz Kullanıcı Doğrulaması için Kullanıcı Adı</string>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<string name="download_title">下載</string>
|
||||
<!--Title for current upload rate-->
|
||||
<string name="upload_title">上載</string>
|
||||
<!--LocalDeviceInfoFragment-->
|
||||
<!--DrawerFragment-->
|
||||
<!--Same as download_title with a colon and space appended-->
|
||||
<string name="download_title_colon">下載:\u0020</string>
|
||||
<!--Same as upload_title with a colon and space appended-->
|
||||
|
@ -44,6 +44,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue