Browse Source

chore(i18n): New Crowdin Translations by GitHub Action (#899)

Co-authored-by: Crowdin Bot <[email protected]>
pull/902/head
github-actions[bot] 8 months ago
committed by GitHub
parent
commit
fe35376450
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      packages/web/public/i18n/locales/bg-BG/ui.json
  2. 80
      packages/web/public/i18n/locales/cs-CZ/channels.json

4
packages/web/public/i18n/locales/bg-BG/ui.json

@ -47,10 +47,10 @@
}, },
"toast": { "toast": {
"positionRequestSent": { "positionRequestSent": {
"title": "Position request sent." "title": "Заявката за позиция е изпратена."
}, },
"requestingPosition": { "requestingPosition": {
"title": "Requesting position, please wait..." "title": "Запитване за позиция, моля изчакайте..."
}, },
"sendingTraceroute": { "sendingTraceroute": {
"title": "Sending Traceroute, please wait..." "title": "Sending Traceroute, please wait..."

80
packages/web/public/i18n/locales/cs-CZ/channels.json

@ -1,69 +1,69 @@
{ {
"page": { "page": {
"sectionLabel": "Kanály", "sectionLabel": "Kanály",
"channelName": "Channel: {{channelName}}", "channelName": "Kanál: {{channelName}}",
"broadcastLabel": "Primární", "broadcastLabel": "Primární",
"channelIndex": "Ch {{index}}" "channelIndex": "K {{index}}"
}, },
"validation": { "validation": {
"pskInvalid": "Please enter a valid {{bits}} bit PSK." "pskInvalid": "Prosím zadejte platný {{bits}} bit PSK."
}, },
"settings": { "settings": {
"label": "Nastavení kanálu", "label": "Nastavení kanálu",
"description": "Crypto, MQTT & misc settings" "description": "Krypto, MQTT a další nastavení"
}, },
"role": { "role": {
"label": "Role", "label": "Role",
"description": "Device telemetry is sent over PRIMARY. Only one PRIMARY allowed", "description": "Telemetrie zařízení je posílána přes PRIMÁRNÍ. Je povolena pouze jedna PRIMÁRNÍ",
"options": { "options": {
"primary": "PRIMARY", "primary": "PRIMÁRNÍ",
"disabled": "DISABLED", "disabled": "VYPNUTO",
"secondary": "SECONDARY" "secondary": "SEKUNDÁRNÍ"
} }
}, },
"psk": { "psk": {
"label": "Pre-Shared Key", "label": "Sdílený klíč",
"description": "Supported PSK lengths: 256-bit, 128-bit, 8-bit, Empty (0-bit)", "description": "Podporované délky PSK: 256-bit, 128-bit, 8-bit, prázdné (0-bit)",
"generate": "Generate" "generate": "Generovat"
}, },
"name": { "name": {
"label": "Jméno", "label": "Jméno",
"description": "A unique name for the channel <12 bytes, leave blank for default" "description": "Jedinečný název kanálu <12 bytů, ponechte prázdné pro výchozí"
}, },
"uplinkEnabled": { "uplinkEnabled": {
"label": "Uplink Enabled", "label": "Odesílání povoleno",
"description": "Send messages from the local mesh to MQTT" "description": "Odesílat zprávy z místní sítě do MQTT"
}, },
"downlinkEnabled": { "downlinkEnabled": {
"label": "Downlink Enabled", "label": "Stahování povoleno",
"description": "Send messages from MQTT to the local mesh" "description": "Odesílat zprávy z MQTT do místní sítě"
}, },
"positionPrecision": { "positionPrecision": {
"label": "Location", "label": "Poloha",
"description": "The precision of the location to share with the channel. Can be disabled.", "description": "Přesnost umístění, které chcete sdílet s kanálem. Může být vypnuto.",
"options": { "options": {
"none": "Do not share location", "none": "Nesdílet polohu",
"precise": "Precise Location", "precise": "Přesná poloha",
"metric_km23": "Within 23 kilometers", "metric_km23": "Okruh 23 kilometrů",
"metric_km12": "Within 12 kilometers", "metric_km12": "Okruh 12 kilometrů",
"metric_km5_8": "Within 5.8 kilometers", "metric_km5_8": "Okruh 5,8 kilometrů",
"metric_km2_9": "Within 2.9 kilometers", "metric_km2_9": "Okruh 2,9 kilometrů",
"metric_km1_5": "Within 1.5 kilometers", "metric_km1_5": "Okruh 1,5 kilometru",
"metric_m700": "Within 700 meters", "metric_m700": "Okruh 700 metrů",
"metric_m350": "Within 350 meters", "metric_m350": "Okruh 350 metrů",
"metric_m200": "Within 200 meters", "metric_m200": "Okruh 200 metrů",
"metric_m90": "Within 90 meters", "metric_m90": "Okruh 90 metrů",
"metric_m50": "Within 50 meters", "metric_m50": "Okruh 50 metrů",
"imperial_mi15": "Within 15 miles", "imperial_mi15": "Okruh 15 mil",
"imperial_mi7_3": "Within 7.3 miles", "imperial_mi7_3": "Okruh 7,3 mil",
"imperial_mi3_6": "Within 3.6 miles", "imperial_mi3_6": "Okruh 3,6 mil",
"imperial_mi1_8": "Within 1.8 miles", "imperial_mi1_8": "Okruh 1,8 mil",
"imperial_mi0_9": "Within 0.9 miles", "imperial_mi0_9": "Okruh 0,9 míle",
"imperial_mi0_5": "Within 0.5 miles", "imperial_mi0_5": "Okruh 0,5 míle",
"imperial_mi0_2": "Within 0.2 miles", "imperial_mi0_2": "Okruh 0,2 míle",
"imperial_ft600": "Within 600 feet", "imperial_ft600": "Okruh 600 stop",
"imperial_ft300": "Within 300 feet", "imperial_ft300": "Okruh 300 stop",
"imperial_ft150": "Within 150 feet" "imperial_ft150": "Okruh 150 stop"
} }
} }
} }

Loading…
Cancel
Save