Skip to content

Commit

Permalink
feat: update Crowdin localization strings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir committed Dec 11, 2024
1 parent 06bf9e5 commit 0f9c1fc
Show file tree
Hide file tree
Showing 33 changed files with 1,590 additions and 118 deletions.
92 changes: 90 additions & 2 deletions app/src/main/res/values-bg/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,49 @@
<string name="node_filter_placeholder">Филтър</string>
<string name="desc_node_filter_clear">clear node филтър</string>
<string name="node_filter_include_unknown">Включително неизвестните</string>
<string name="node_filter_show_details">Show details</string>
<string name="node_sort_alpha">А-Я</string>
<string name="node_sort_channel">Канал</string>
<string name="node_sort_distance">Разстояние</string>
<string name="node_sort_hops_away">Брой хопове</string>
<string name="node_sort_last_heard">Последно чут</string>
<string name="node_sort_via_mqtt">с 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">Име на канал</string>
<string name="channel_options">Настройки на канал</string>
<string name="qr_code">QR код</string>
Expand All @@ -18,7 +55,7 @@
<string name="unknown_username">Неизвестен потребител</string>
<string name="send">Изпрати</string>
<string name="send_text">Текст за изпращане</string>
<string name="warning_not_paired">Все още не сте сдвоили радио, съвместимо с Meshtastic, с този телефон. Моля, сдвоете устройство и задайте вашето потребителско име.\n\nТова приложение с отворен код е в процес на разработка, ако откриете проблеми, моля, публикувайте в нашия форум: https://github.com/orgs/meshtastic/discussions.\n\nЗа повече информация вижте нашата уеб страница на адрес www.meshtastic.org.</string>
<string name="warning_not_paired">Все още не сте сдвоили радио, съвместимо с Meshtastic, с този телефон. Моля, сдвоете устройство и задайте вашето потребителско име.\n\nТова приложение с отворен код е в процес на разработка, ако откриете проблеми, моля, публикувайте в нашия форум: https://github.com/orgs/meshtastic/discussions\n\nЗа повече информация вижте нашата уеб страница на адрес www.meshtastic.org.</string>
<string name="you">Вие</string>
<string name="your_name">Вашето име</string>
<string name="analytics_okay">Анонимна статистика за използване и доклади за сривове.</string>
Expand Down Expand Up @@ -54,14 +91,15 @@
<string name="app_too_old">Изисква се актуализация на приложението</string>
<string name="must_update">Трябва да актуализирате това приложение в магазина за приложения (или GitHub). Приложението е твърде старо, за да говори с този фърмуер на радиото. Моля, прочетете нашите <a href="https://meshtastic.org/docs/software/android/installation">документи</a> по тази тема.</string>
<string name="none">Няма (деактивиране)</string>
<string name="modem_config_turbo">Short Range / Turbo</string>
<string name="modem_config_short">Къс обхват / Бърз</string>
<string name="modem_config_medium">Среден обхват / Бърз</string>
<string name="modem_config_long">Дълъг обхват / Бърз</string>
<string name="modem_config_mod_long">Дълъг обхват / Умерен</string>
<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>
Expand Down Expand Up @@ -124,6 +162,7 @@
<string name="preferences_system_default">По подразбиране на системата</string>
<string name="resend">Повторно изпращане</string>
<string name="shutdown">Изключване</string>
<string name="cant_shutdown">Shutdown not supported on this device</string>
<string name="reboot">Рестартиране</string>
<string name="traceroute">Трасиране на маршрут</string>
<string name="intro_show">Показване на въведение</string>
Expand Down Expand Up @@ -185,4 +224,53 @@
<string name="mute_8_hours">8 часа</string>
<string name="mute_1_week">1 седмица</string>
<string name="mute_always">Винаги</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="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="other">%d hops</item>
</plurals>
<string name="traceroute_diff">Hops towards %1$d Hops back %2$d</string>
</resources>
Loading

0 comments on commit 0f9c1fc

Please sign in to comment.