Skip to content

Commit

Permalink
update wording per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Jul 14, 2023
1 parent 28bbff7 commit f3edfea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/client/app/translations/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const localeData = {
"ascending": "Ascending",
"bar": "Bar",
"bar.interval": "Bar Interval",
"bar.raw": "No bar on raw units such as temperature",
"bar.raw": "Cannot create bar graph on raw units such as temperature",
"bar.stacking": "Bar Stacking",
"BooleanTypes.false": "no",
"BooleanTypes.meter": "meter or default value",
Expand All @@ -43,7 +43,7 @@ const localeData = {
"child.meters": "Child Meters",
"close": "Close",
"compare": "Compare",
"compare.raw": "No comparison on raw units<br>such as temperature",
"compare.raw": "Cannot create comparison graph on raw units such as temperature",
"confirm.action": "Confirm Action",
"contact.us": "Contact us",
"conversion": "Conversion",
Expand Down Expand Up @@ -482,7 +482,7 @@ const localeData = {
"ascending": "Ascendant",
"bar": "Bande",
"bar.interval": "Intervalle du Diagramme à Bandes",
"bar.raw": "(Need French) No bar on raw units such as temperature",
"bar.raw": "(Need French) Cannot create bar graph on raw units such as temperature",
"bar.stacking": "Empilage de Bandes",
"BooleanTypes.false": "(need French) yes",
"BooleanTypes.meter": "valeur du compteur ou valeur par défaut",
Expand All @@ -496,7 +496,7 @@ const localeData = {
"child.meters": "Mètres Enfants",
"close": "(need French) Close",
"compare": "Comparer",
"compare.raw": "(Need French) No comparison on raw units<br>such as temperature",
"compare.raw": "(Need French) Cannot create comparison graph on raw units such as temperature",
"confirm.action": "(Need French) Confirm Action",
"contact.us": "Contactez nous",
"conversion": "(Need French) Conversion",
Expand Down Expand Up @@ -935,7 +935,7 @@ const localeData = {
"ascending": "Ascendente",
"bar": "Barra",
"bar.interval": "Intervalo de barra",
"bar.raw": "(Need Spanish) No bar on raw units such as temperature",
"bar.raw": "(Need Spanish) Cannot create bar graph on raw units such as temperature",
"bar.stacking": "Barra de apilamiento",
"BooleanTypes.false": "sí",
"BooleanTypes.meter": "(Need Spanish) meter or default value",
Expand All @@ -949,7 +949,7 @@ const localeData = {
"child.meters": "Medidores infantiles",
"close": "(need Spanish) Close",
"compare": "Comparar",
"compare.raw": "(Need Spanish) No comparison on raw units<br>such as temperature",
"compare.raw": "(Need Spanish) Cannot create comparison graph on raw units such as temperature",
"confirm.action": "(Need Spanish) Confirm Action",
"contact.us": "Contactenos",
"conversion": "(Need Spanish) Conversion",
Expand Down

0 comments on commit f3edfea

Please sign in to comment.