Skip to content

Commit

Permalink
Formatted min & max string alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias0127 committed Aug 9, 2023
1 parent e498afc commit 5fe0d2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client/app/translations/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ const localeData = {
"map.new.upload": "Upload map image to begin.",
"map.notify.calibration.needed": "Calibration needed before display",
"map.upload.new.file": "Redo",
"max": "max",
"menu": "Menu",
"meter": "Meter",
"meters": "Meters",
Expand Down Expand Up @@ -343,7 +344,6 @@ const localeData = {
"meter.type": "Type:",
"minute": "Minute",
"min": "min",
"max": "max",
"more.energy": "more energy",
"name": "Name",
"navigation": "Navigation",
Expand Down Expand Up @@ -755,6 +755,7 @@ const localeData = {
"map.new.upload": "Téléchargez l'image de la carte pour commencer.",
"map.notify.calibration.needed": "Étalonnage nécessaire pour l'affichage",
"map.upload.new.file": "Refaire",
"max": "(Need French) max",
"menu": "Menu",
"meter": "Mèter",
"meters": "Mèters",
Expand Down Expand Up @@ -800,7 +801,6 @@ const localeData = {
"meter.type": "Type de Mèters",
"minute": "(need French) Minute",
"min": "(Need French) min",
"max": "(Need French) max",
"more.energy": "plus d'énergie",
"name": "Nom",
"navigation": "Navigation",
Expand Down Expand Up @@ -1212,6 +1212,7 @@ const localeData = {
"map.new.upload": "Subir la imagen del mapa para empezar.",
"map.notify.calibration.needed": "Nececitar calibración antes de visualizar",
"map.upload.new.file": "Rehacer",
"max": "(Need Spanish) max",
"menu": "Menú",
"meter": "Medidor",
"meters": "Medidores",
Expand Down Expand Up @@ -1257,7 +1258,6 @@ const localeData = {
"meter.type": "Tipo de medidor",
"minute": "Minuto",
"min": "(Need Spanish) min",
"max": "(Need Spanish) max",
"more.energy": "más energía",
"name": "Nombre",
"navigation": "Navegación",
Expand Down

0 comments on commit 5fe0d2c

Please sign in to comment.