Skip to content

Commit

Permalink
console: Update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Sep 10, 2024
1 parent c8e024b commit 704a7d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions pkg/webui/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@
"console.containers.gateway-onboarding-form.gateway-provisioning-form.index.continue": "To continue, please confirm the Gateway EUI so we can determine onboarding options",
"console.containers.gateway-onboarding-form.gateway-provisioning-form.index.emtyEui": "Continue without EUI",
"console.containers.gateway-onboarding-form.gateway-provisioning-form.index.noEui": "No gateway EUI",
"console.containers.gateway-onboarding-form.qr-scan-section.index.hasGatewayQR": "Does your gateway have a LoRaWAN® Gateway Identification QR Code? Scan it to speed up onboarding.",
"console.containers.gateway-onboarding-form.qr-scan-section.index.gatewayGuide": "Gateway registration help",
"console.containers.gateway-onboarding-form.qr-scan-section.index.invalidQRCode": "Invalid QR code data. Please note that only TTIGPRO1 Gateway Identification QR Code can be scanned. Some gateways have unrelated QR codes printed on them that cannot be used.",
"console.containers.gateway-overview-header.index.addBookmarkFail": "There was an error and the gateway could not be bookmarked",
"console.containers.gateway-overview-header.index.duplicateGateway": "Duplicate gateway",
"console.containers.gateway-overview-header.index.removeBookmarkFail": "There was an error and the gateway could not be removed from bookmarks",
Expand All @@ -652,10 +655,6 @@
"console.containers.gateway-status-panel.transmissions.noDataYet": "No data yet",
"console.containers.gateway-status-panel.transmissions.established": "Connection started {days}",
"console.containers.gateway-status-panel.transmissions.notEstablished": "Connection not started",
"console.containers.gateway-onboarding-form.qr-scan-section.index.hasGatewayQR": "Does your gateway have a LoRaWAN® Gateway Identification QR Code? Scan it to speed up onboarding.",
"console.containers.gateway-onboarding-form.qr-scan-section.index.gatewayGuide": "Gateway registration help",
"console.containers.gateway-onboarding-form.qr-scan-section.index.invalidQRCode": "Invalid QR code data. Please note that only TTIGPRO1 Gateway Identification QR Code can be scanned. Some gateways have unrelated QR codes printed on them that cannot be used.",
"console.containers.gateways-table.index.ownedTabTitle": "Owned gateways",
"console.containers.gateways-table.index.restoreSuccess": "Gateway restored",
"console.containers.gateways-table.index.restoreFail": "There was an error and the gateway could not be restored",
"console.containers.gateways-table.index.purgeSuccess": "Gateway purged",
Expand Down
7 changes: 3 additions & 4 deletions pkg/webui/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@
"console.containers.gateway-onboarding-form.gateway-provisioning-form.index.continue": "",
"console.containers.gateway-onboarding-form.gateway-provisioning-form.index.emtyEui": "",
"console.containers.gateway-onboarding-form.gateway-provisioning-form.index.noEui": "",
"console.containers.gateway-onboarding-form.qr-scan-section.index.hasGatewayQR": "",
"console.containers.gateway-onboarding-form.qr-scan-section.index.gatewayGuide": "",
"console.containers.gateway-onboarding-form.qr-scan-section.index.invalidQRCode": "",
"console.containers.gateway-overview-header.index.addBookmarkFail": "",
"console.containers.gateway-overview-header.index.duplicateGateway": "",
"console.containers.gateway-overview-header.index.removeBookmarkFail": "",
Expand All @@ -652,10 +655,6 @@
"console.containers.gateway-status-panel.transmissions.noDataYet": "",
"console.containers.gateway-status-panel.transmissions.established": "",
"console.containers.gateway-status-panel.transmissions.notEstablished": "",
"console.containers.gateway-onboarding-form.qr-scan-section.index.hasGatewayQR": "",
"console.containers.gateway-onboarding-form.qr-scan-section.index.gatewayGuide": "",
"console.containers.gateway-onboarding-form.qr-scan-section.index.invalidQRCode": "",
"console.containers.gateways-table.index.ownedTabTitle": "所有するゲートウェイ",
"console.containers.gateways-table.index.restoreSuccess": "ゲートウェイが復旧",
"console.containers.gateways-table.index.restoreFail": "エラーが発生し、ゲートウェイを復元することができませんでした",
"console.containers.gateways-table.index.purgeSuccess": "ゲートウェイをパージ",
Expand Down

0 comments on commit 704a7d3

Please sign in to comment.