Skip to content

Commit d1597ce

Browse files
chore(i18n): New Crowdin Translations by GitHub Action (#941)
Co-authored-by: Crowdin Bot <[email protected]>
1 parent 0c8fcec commit d1597ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+3065
-2107
lines changed

packages/web/public/i18n/locales/be-BY/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"button": {
33
"apply": "Apply",
4+
"addConnection": "Add Connection",
5+
"saveConnection": "Save connection",
46
"backupKey": "Backup Key",
57
"cancel": "Cancel",
8+
"connect": "Connect",
69
"clearMessages": "Clear Messages",
710
"close": "Close",
811
"confirm": "Confirm",
912
"delete": "Delete",
1013
"dismiss": "Dismiss",
1114
"download": "Download",
15+
"disconnect": "Disconnect",
1216
"export": "Export",
1317
"generate": "Generate",
1418
"regenerate": "Regenerate",
@@ -21,7 +25,10 @@
2125
"requestNewKeys": "Request New Keys",
2226
"requestPosition": "Request Position",
2327
"reset": "Reset",
28+
"retry": "Retry",
2429
"save": "Save",
30+
"setDefault": "Set as default",
31+
"unsetDefault": "Unset default",
2532
"scanQr": "Scan QR Code",
2633
"traceRoute": "Trace Route",
2734
"submit": "Submit"
Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
11
{
2-
"title": "Connected Devices",
3-
"description": "Manage your connected Meshtastic devices.",
4-
"connectionType_ble": "BLE",
5-
"connectionType_serial": "Serial",
6-
"connectionType_network": "Network",
7-
"noDevicesTitle": "No devices connected",
8-
"noDevicesDescription": "Connect a new device to get started.",
9-
"button_newConnection": "New Connection"
2+
"page": {
3+
"title": "Connect to a Meshtastic device",
4+
"description": "Add a device connection via HTTP, Bluetooth, or Serial. Your saved connections will be saved in your browser."
5+
},
6+
"connectionType_ble": "BLE",
7+
"connectionType_serial": "Serial",
8+
"connectionType_network": "Сетка",
9+
"deleteConnection": "Delete connection",
10+
"areYouSure": "This will remove {{name}}. You canot undo this action.",
11+
"moreActions": "More actions",
12+
"noConnections": {
13+
"title": "No connections yet.",
14+
"description": "Create your first connection. It will connect immediately and be saved for later."
15+
},
16+
"lastConnectedAt": "Last connected: {{date}}",
17+
"neverConnected": "Never connected",
18+
"toasts": {
19+
"connected": "Злучаны",
20+
"nowConnected": "{{name}} is now connected",
21+
"nowDisconnected": "{{name}} are now disconnecte",
22+
"disconnected": "Адлучана",
23+
"failed": "Failed to connect",
24+
"checkConnetion": "Check your device or settings and try again",
25+
"defaultSet": "Default set",
26+
"defaultConnection": "Default connection is now {{nameisconnected}}",
27+
"deleted": "Deleted",
28+
"deletedByName": "{{name}} was removed",
29+
"pickConnectionAgain": "Could not connect. You may need to reselect the device/port.",
30+
"added": "Connection added",
31+
"savedByName": "{{name}} saved.",
32+
"savedCantConnect": "The connection was saved but could not connect."
33+
}
1034
}

packages/web/public/i18n/locales/be-BY/dialog.json

Lines changed: 66 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
"description": "This action will clear all message history. This cannot be undone. Are you sure you want to continue?",
44
"title": "Clear All Messages"
55
},
6-
"deviceName": {
7-
"description": "The Device will restart once the config is saved.",
8-
"longName": "Long Name",
9-
"shortName": "Short Name",
10-
"title": "Change Device Name",
11-
"validation": {
12-
"longNameMax": "Long name must not be more than 40 characters",
13-
"shortNameMax": "Short name must not be more than 4 characters",
14-
"longNameMin": "Long name must have at least 1 character",
15-
"shortNameMin": "Short name must have at least 1 character"
16-
}
17-
},
186
"import": {
197
"description": "The current LoRa configuration will be overridden.",
208
"error": {
@@ -41,48 +29,77 @@
4129
"description": "Are you sure you want to regenerate the pre-shared key?",
4230
"regenerate": "Regenerate"
4331
},
44-
"newDeviceDialog": {
45-
"title": "Connect New Device",
46-
"https": "https",
47-
"http": "http",
48-
"tabHttp": "HTTP",
49-
"tabBluetooth": "Bluetooth",
50-
"tabSerial": "Serial",
51-
"useHttps": "Use HTTPS",
52-
"connecting": "Connecting...",
53-
"connect": "Connect",
54-
"connectionFailedAlert": {
55-
"title": "Connection Failed",
56-
"descriptionPrefix": "Could not connect to the device. ",
57-
"httpsHint": "If using HTTPS, you may need to accept a self-signed certificate first. ",
58-
"openLinkPrefix": "Please open ",
59-
"openLinkSuffix": " in a new tab",
60-
"acceptTlsWarningSuffix": ", accept any TLS warnings if prompted, then try again",
61-
"learnMoreLink": "Learn more"
62-
},
63-
"httpConnection": {
64-
"label": "IP Address/Hostname",
65-
"placeholder": "000.000.000.000 / meshtastic.local"
66-
},
67-
"serialConnection": {
68-
"noDevicesPaired": "No devices paired yet.",
69-
"newDeviceButton": "New device",
70-
"deviceIdentifier": "# {{index}} - {{vendorId}} - {{productId}}"
71-
},
72-
"bluetoothConnection": {
73-
"noDevicesPaired": "No devices paired yet.",
74-
"newDeviceButton": "New device",
75-
"connectionFailed": "Connection failed",
76-
"deviceDisconnected": "Device disconnected",
77-
"unknownDevice": "Unknown Device",
78-
"errorLoadingDevices": "Error loading devices",
79-
"unknownErrorLoadingDevices": "Unknown error loading devices"
80-
},
32+
"addConnection": {
33+
"title": "Add connection",
34+
"description": "Choose a connection type and fill in the details",
8135
"validation": {
8236
"requiresWebBluetooth": "This connection type requires <0>Web Bluetooth</0>. Please use a supported browser, like Chrome or Edge.",
8337
"requiresWebSerial": "This connection type requires <0>Web Serial</0>. Please use a supported browser, like Chrome or Edge.",
8438
"requiresSecureContext": "This application requires a <0>secure context</0>. Please connect using HTTPS or localhost.",
8539
"additionallyRequiresSecureContext": "Additionally, it requires a <0>secure context</0>. Please connect using HTTPS or localhost."
40+
},
41+
"bluetoothConnection": {
42+
"namePlaceholder": "My Bluetooth Node",
43+
"supported": {
44+
"title": "Web Bluetooth supported"
45+
},
46+
"notSupported": {
47+
"title": "Web Bluetooth not supported",
48+
"description": "Your browser or device does not support Web Bluetooth"
49+
},
50+
"short": "BT: {{deviceName}}",
51+
"long": "Bluetooth Device",
52+
"device": "Прылада",
53+
"selectDevice": "Select device",
54+
"selected": "Bluetooth device selected",
55+
"notSelected": "No device selected",
56+
"helperText": "Uses the Meshtastic Bluetooth service for discovery."
57+
},
58+
"serialConnection": {
59+
"namePlaceholder": "My Serial Node",
60+
"helperText": "Selecting a port grants permission so the app can open it to connect.",
61+
"supported": {
62+
"title": "Web Serial supported"
63+
},
64+
"notSupported": {
65+
"title": "Web Serial not supported",
66+
"description": "Your browser or device does not support Web Serial"
67+
},
68+
"portSelected": {
69+
"title": "Serial port selected",
70+
"description": "Port permissions granted."
71+
},
72+
"port": "Port",
73+
"selectPort": "Select port",
74+
"deviceName": "USB {{vendorId}}:{{productId}}",
75+
"notSelected": "No port selected"
76+
},
77+
"httpConnection": {
78+
"namePlaceholder": "My HTTP Node",
79+
"inputPlaceholder": "192.168.1.10 or meshtastic.local",
80+
"heading": "URL or IP",
81+
"useHttps": "Use HTTTPS",
82+
"invalidUrl": {
83+
"title": "Invalid URL",
84+
"description": "Please enter a valid HTTP or HTTPS URL."
85+
},
86+
"connectionTest": {
87+
"description": "Test the connetion before saving to verify the device is reachable.",
88+
"button": {
89+
"loading": "Testing...",
90+
"label": "Test connection"
91+
},
92+
"reachable": "Reachable",
93+
"notReachable": "Not reachable",
94+
"success": {
95+
"title": "Connection test successful",
96+
"description": "The device appears to be reachable."
97+
},
98+
"failure": {
99+
"title": "Connection test failed",
100+
"description": "Could not reach the device. Check the URL and try again."
101+
}
102+
}
86103
}
87104
},
88105
"nodeDetails": {

0 commit comments

Comments
 (0)