mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(translations): update crowdin translations (#1791)
This commit is contained in:
parent
1bd6173f9f
commit
5da7c66ea5
38 changed files with 2186 additions and 2028 deletions
|
|
@ -1,51 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="main_tab_channel">Canle</string>
|
||||
<string name="node_filter_placeholder">Filtro</string>
|
||||
<string name="desc_node_filter_clear">quitar filtro de nodo</string>
|
||||
<string name="node_filter_include_unknown">Incluír descoñecido</string>
|
||||
<string name="node_filter_show_details">Show details</string>
|
||||
<string name="node_sort_alpha">A-Z</string>
|
||||
<string name="node_sort_channel">Canle</string>
|
||||
<string name="node_sort_distance">Distancia</string>
|
||||
<string name="node_sort_hops_away">Brinca fóra</string>
|
||||
<string name="node_sort_last_heard">Última escoita</string>
|
||||
<string name="node_sort_via_mqtt">vía MQTT</string>
|
||||
<string name="unrecognized">Unrecognized</string>
|
||||
<string name="message_status_enroute">Waiting to be acknowledged</string>
|
||||
<string name="message_status_queued">Queued for sending</string>
|
||||
<string name="routing_error_none">Acknowledged</string>
|
||||
<string name="routing_error_no_route">No route</string>
|
||||
<string name="routing_error_got_nak">Received a negative acknowledgment</string>
|
||||
<string name="routing_error_timeout">Timeout</string>
|
||||
<string name="routing_error_no_interface">No Interface</string>
|
||||
<string name="routing_error_max_retransmit">Max Retransmission Reached</string>
|
||||
<string name="routing_error_no_channel">No Channel</string>
|
||||
<string name="routing_error_too_large">Packet too large</string>
|
||||
<string name="routing_error_no_response">No response</string>
|
||||
<string name="routing_error_bad_request">Bad Request</string>
|
||||
<string name="routing_error_duty_cycle_limit">Regional Duty Cycle Limit Reached</string>
|
||||
<string name="routing_error_not_authorized">Not Authorized</string>
|
||||
<string name="routing_error_pki_failed">Encrypted Send Failed</string>
|
||||
<string name="routing_error_pki_unknown_pubkey">Unknown Public Key</string>
|
||||
<string name="routing_error_admin_bad_session_key">Bad session key</string>
|
||||
<string name="routing_error_admin_public_key_unauthorized">Public Key unauthorized</string>
|
||||
<string name="role_client">App connected or standalone messaging device.</string>
|
||||
<string name="role_client_mute">Device that does not forward packets from other devices.</string>
|
||||
<string name="role_router">Infrastructure node for extending network coverage by relaying messages. Visible in nodes list.</string>
|
||||
<string name="role_router_client">Combination of both ROUTER and CLIENT. Not for mobile devices.</string>
|
||||
<string name="role_repeater">Infrastructure node for extending network coverage by relaying messages with minimal overhead. Not visible in nodes list.</string>
|
||||
<string name="role_tracker">Broadcasts GPS position packets as priority.</string>
|
||||
<string name="role_sensor">Broadcasts telemetry packets as priority.</string>
|
||||
<string name="role_tak">Optimized for ATAK system communication, reduces routine broadcasts.</string>
|
||||
<string name="role_client_hidden">Device that only broadcasts as needed for stealth or power savings.</string>
|
||||
<string name="role_lost_and_found">Broadcasts location as message to default channel regularly for to assist with device recovery.</string>
|
||||
<string name="role_tak_tracker">Enables automatic TAK PLI broadcasts and reduces routine broadcasts.</string>
|
||||
<string name="rebroadcast_mode_all">Rebroadcast any observed message, if it was on our private channel or from another mesh with the same lora parameters.</string>
|
||||
<string name="rebroadcast_mode_all_skip_decoding">Same as behavior as ALL but skips packet decoding and simply rebroadcasts them. Only available in Repeater role. Setting this on any other roles will result in ALL behavior.</string>
|
||||
<string name="rebroadcast_mode_local_only">Ignores observed messages from foreign meshes that are open or those which it cannot decrypt. Only rebroadcasts message on the nodes local primary / secondary channels.</string>
|
||||
<string name="rebroadcast_mode_known_only">Ignores observed messages from foreign meshes like LOCAL ONLY, but takes it step further by also ignoring messages from nodes not already in the node\'s known list.</string>
|
||||
<string name="rebroadcast_mode_none">Only permitted for SENSOR, TRACKER and TAK_TRACKER roles, this will inhibit all rebroadcasts, not unlike CLIENT_MUTE role.</string>
|
||||
<string name="rebroadcast_mode_core_portnums_only">Ignores packets from non-standard portnums such as: TAK, RangeTest, PaxCounter, etc. Only rebroadcasts packets with standard portnums: NodeInfo, Text, Position, Telemetry, and Routing.</string>
|
||||
<string name="channel_name">Nome de canle</string>
|
||||
<string name="channel_options">Opcións de canle</string>
|
||||
<string name="qr_code">Código QR</string>
|
||||
|
|
@ -80,7 +44,6 @@
|
|||
<string name="share">Compartir</string>
|
||||
<string name="disconnected">Desconectado</string>
|
||||
<string name="device_sleeping">Dispositivo durmindo</string>
|
||||
<string name="connected_count">Conectado: %1$s de %2$s en liña</string>
|
||||
<string name="update_firmware">Actualizar Firmware</string>
|
||||
<string name="ip_address">Enderezo IP:</string>
|
||||
<string name="connected">Conectado á radio</string>
|
||||
|
|
@ -91,7 +54,6 @@
|
|||
<string name="app_too_old">Actualización da aplicación requerida</string>
|
||||
<string name="must_update">Debe actualizar esta aplicación na tenda (ou Github). É moi vella para falar con este firmware de radio. Por favor lea a nosa <a href="https://meshtastic.org/docs/software/android/installation">documentación</a> neste tema.</string>
|
||||
<string name="none">Ningún (desactivado)</string>
|
||||
<string name="modem_config_turbo">Short Range / Turbo</string>
|
||||
<string name="modem_config_short">Rango Corto / Rápido</string>
|
||||
<string name="modem_config_medium">Rango Mediano / Rápido</string>
|
||||
<string name="modem_config_long">Rango Largo / Rápido</string>
|
||||
|
|
@ -162,7 +124,6 @@
|
|||
<string name="preferences_system_default">Predeterminado do sistema</string>
|
||||
<string name="resend">Reenviar</string>
|
||||
<string name="shutdown">Apagar</string>
|
||||
<string name="cant_shutdown">Shutdown not supported on this device</string>
|
||||
<string name="reboot">Reiniciar</string>
|
||||
<string name="traceroute">Traza-ruta</string>
|
||||
<string name="intro_show">Amosar introdución</string>
|
||||
|
|
@ -193,7 +154,6 @@
|
|||
<string name="map_select_download_region">Seleccionar a rexión de descarga</string>
|
||||
<string name="map_tile_download_estimate">Descarga de \'tile\' estimada:</string>
|
||||
<string name="map_start_download">Comezar a descarga</string>
|
||||
<string name="exchange_position">Solicitar posición</string>
|
||||
<string name="close">Pechar</string>
|
||||
<string name="device_settings">Configuración de radio</string>
|
||||
<string name="module_settings">Configuración de módulo</string>
|
||||
|
|
@ -224,53 +184,4 @@
|
|||
<string name="mute_8_hours">8 horas</string>
|
||||
<string name="mute_1_week">1 semana</string>
|
||||
<string name="mute_always">Sempre</string>
|
||||
<string name="replace">Replace</string>
|
||||
<string name="wifi_qr_code_scan">Scan WiFi QR code</string>
|
||||
<string name="wifi_qr_code_error">Invalid WiFi Credential QR code format</string>
|
||||
<string name="navigate_back">Navigate Back</string>
|
||||
<string name="battery">Battery</string>
|
||||
<string name="channel_utilization">Channel Utilization</string>
|
||||
<string name="air_utilization">Air Utilization</string>
|
||||
<string name="temperature">Temperature</string>
|
||||
<string name="humidity">Humidity</string>
|
||||
<string name="logs">Logs</string>
|
||||
<string name="hops_away">Hops Away</string>
|
||||
<string name="info">Information</string>
|
||||
<string name="ch_util_definition">Utilization for the current channel, including well formed TX, RX and malformed RX (aka noise).</string>
|
||||
<string name="air_util_definition">Percent of airtime for transmission used within the last hour.</string>
|
||||
<string name="iaq">IAQ</string>
|
||||
<string name="encryption_psk">Shared Key</string>
|
||||
<string name="encryption_psk_text">Direct messages are using the shared key for the channel.</string>
|
||||
<string name="encryption_pkc">Public Key Encryption</string>
|
||||
<string name="encryption_pkc_text">Direct messages are using the new public key infrastructure for encryption. Requires firmware version 2.5 or greater.</string>
|
||||
<string name="encryption_error">Public key mismatch</string>
|
||||
<string name="encryption_error_text">The public key does not match the recorded key. You may remove the node and let it exchange keys again, but this may indicate a more serious security problem. Contact the user through another trusted channel, to determine if the key change was due to a factory reset or other intentional action.</string>
|
||||
<string name="exchange_userinfo">Request user info</string>
|
||||
<string name="meshtastic_new_nodes_notifications">New node notifications</string>
|
||||
<string name="more_details">More details</string>
|
||||
<string name="snr">SNR</string>
|
||||
<string name="snr_definition">Signal-to-Noise Ratio, a measure used in communications to quantify the level of a desired signal to the level of background noise. In Meshtastic and other wireless systems, a higher SNR indicates a clearer signal that can enhance the reliability and quality of data transmission.</string>
|
||||
<string name="rssi">RSSI</string>
|
||||
<string name="rssi_definition">Received Signal Strength Indicator, a measurement used to determine the power level being received by the antenna. A higher RSSI value generally indicates a stronger and more stable connection.</string>
|
||||
<string name="iaq_definition">(Indoor Air Quality) relative scale IAQ value as measured by Bosch BME680. Value Range 0–500.</string>
|
||||
<string name="device_metrics_log">Device Metrics Log</string>
|
||||
<string name="node_map">Node Map</string>
|
||||
<string name="position_log">Position Log</string>
|
||||
<string name="env_metrics_log">Environment Metrics Log</string>
|
||||
<string name="sig_metrics_log">Signal Metrics Log</string>
|
||||
<string name="administration">Administration</string>
|
||||
<string name="remote_admin">Remote Administration</string>
|
||||
<string name="bad">Bad</string>
|
||||
<string name="fair">Fair</string>
|
||||
<string name="good">Good</string>
|
||||
<string name="none_quality">None</string>
|
||||
<string name="signal">Signal</string>
|
||||
<string name="signal_quality">Signal Quality</string>
|
||||
<string name="traceroute_log">Traceroute Log</string>
|
||||
<string name="traceroute_direct">Direct</string>
|
||||
<plurals name="traceroute_hops">
|
||||
<item quantity="one">1 hop</item>
|
||||
<item quantity="other">%d hops</item>
|
||||
</plurals>
|
||||
<string name="traceroute_diff">Hops towards %1$d Hops back %2$d</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue