mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: update Crowdin localization strings
This commit is contained in:
parent
6230f13bff
commit
1d1b2bc542
9 changed files with 406 additions and 58 deletions
|
|
@ -27,9 +27,12 @@
|
|||
<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>
|
||||
|
|
@ -37,6 +40,12 @@
|
|||
<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">Имя канала</string>
|
||||
<string name="channel_options">Настройки канала</string>
|
||||
<string name="qr_code">QR код</string>
|
||||
|
|
@ -90,7 +99,7 @@
|
|||
<string name="modem_config_very_long">Очень большое расстояние / Медленный</string>
|
||||
<string name="modem_config_unrecognized">НЕРАСПОЗНАНО</string>
|
||||
<string name="meshtastic_service_notifications">Служебные уведомления</string>
|
||||
<string name="location_disabled_warning">Локация должна быть включена (высокая точность), чтобы найти новые устройства с помощью bluetooth. Вы можете выключить его позже.</string>
|
||||
<string name="location_disabled_warning">Локация должна быть включена, чтобы найти новые устройства с помощью bluetooth. Вы можете выключить его позже.</string>
|
||||
<string name="about">О программе</string>
|
||||
<string name="text_messages">Текстовые сообщения</string>
|
||||
<string name="channel_invalid">Этот URL-адрес канала недействителен и не может быть использован</string>
|
||||
|
|
@ -238,4 +247,34 @@
|
|||
<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="request_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="few">%d hops</item>
|
||||
<item quantity="many">%d hops</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