Skip to content

Commit

Permalink
Update translations to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
naheedsa committed May 1, 2024
1 parent 0c1d3a9 commit 61dd07a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 3 additions & 1 deletion cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,9 @@
east_long: "东(向西指)",
west_long: "西(向东指)",
reverse_NS: "反转北/南",
reverse_WE: "反转西/东"
reverse_WE: "反转西/东",
time_source: "Time source",
location_source: "Location source"
},
modal_add_to_seq: {
heading: "添加到序列",
Expand Down
6 changes: 5 additions & 1 deletion de.js
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,11 @@ const de = {
west: "W",
east_long: "Osten (nach Westen zeigen)",
west_long: "Westen (nach Osten zeigend)",
btn_set_auto_park_timer: "Stellen Sie die automatische Ruhezeit ein"
btn_set_auto_park_timer: "Stellen Sie die automatische Ruhezeit ein",
reverse_NS: "Reverse North/South",
reverse_WE: "Reverse West/East",
time_source: "Time source",
location_source: "Location source"
},
modal_add_to_seq: {
heading: "Zur Sequenz hinzufügen",
Expand Down
4 changes: 3 additions & 1 deletion en.js
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,9 @@ const en = {
east_long: "East (pointing west)",
west_long: "West (pointing east)",
reverse_NS: "Reverse North/South",
reverse_WE: "Reverse West/East"
reverse_WE: "Reverse West/East",
time_source: "Time source",
location_source: "Location source"
},
modal_add_to_seq: {
heading: "Add To Sequence",
Expand Down
4 changes: 3 additions & 1 deletion es.js
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,9 @@ const es = {
east_long: "Este (apuntando al oeste)",
west_long: "Oeste (apuntando al este)",
reverse_NS: "Reverse North/South",
reverse_WE: "Reverse West/East"
reverse_WE: "Reverse West/East",
time_source: "Time source",
location_source: "Location source"
},
modal_add_to_seq: {
heading: "Agregar a la Secuencia",
Expand Down
4 changes: 3 additions & 1 deletion fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,9 @@ const fr = {
west_long: "Ouest (pointant vers l'est)",
btn_set_auto_park_timer: "Définir l'heure de parquage automatique",
reverse_NS: "Reverse North/South",
reverse_WE: "Reverse West/East"
reverse_WE: "Reverse West/East",
time_source: "Time source",
location_source: "Location source"
},
modal_add_to_seq: {
heading: "Ajouter à la séquence",
Expand Down
4 changes: 3 additions & 1 deletion ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,9 @@ const ja = {
east_long: "East (西向き)",
west_long: "West (東向き)",
reverse_NS: "Reverse North/South",
reverse_WE: "Reverse West/East"
reverse_WE: "Reverse West/East",
time_source: "Time source",
location_source: "Location source"
},
modal_add_to_seq:
{
Expand Down

0 comments on commit 61dd07a

Please sign in to comment.