Skip to content

Commit

Permalink
Merge pull request #87 from naheedsa/feature/update-translations
Browse files Browse the repository at this point in the history
Add translations for focus settings
  • Loading branch information
knro authored Nov 14, 2024
2 parents f40bfe1 + 443f60f commit bbb1806
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
devices: "设备",
connect: "连接",
disconnect: "断开",
schedule: "Schedule",
walk: "Walk",
yes: "是",
no: "否",
ignore: "忽略",
Expand Down Expand Up @@ -1261,6 +1263,7 @@
mosaic: {
import: "导入拼接图像",
planner: "拼接规划器",
mask: "Mosaic Mask",
},

scheduler_settings: {
Expand Down
3 changes: 3 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const de = {
devices: "Geräte",
connect: "Verbinden",
disconnect: "Trennen",
schedule: "Schedule",
walk: "Walk",
yes: "Ja",
no: "Nein",
ignore: "Ignorieren",
Expand Down Expand Up @@ -1275,6 +1277,7 @@ const de = {
mosaic: {
import: "Mosaik importieren",
planner: "Mosaik Planer",
mask: "Mosaic Mask",
},

scheduler_settings: {
Expand Down
2 changes: 2 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const en = {
disconnect: "Disconnect",
disconnected: "Disconnected",
schedule: "Schedule",
walk: "Walk",
yes: "Yes",
no: "No",
ignore: "Ignore",
Expand Down Expand Up @@ -1310,6 +1311,7 @@ const en = {
mosaic: {
import: "Import Mosaic",
planner: "Mosaic planner",
mask: "Mosaic Mask",
},

scheduler_settings: {
Expand Down
2 changes: 2 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const es = {
connect: "Conectar",
disconnect: "Desconectar",
schedule: "Cronograma",
walk: "Walk",
yes: "Si",
no: "No",
ignore: "Ignorar",
Expand Down Expand Up @@ -1317,6 +1318,7 @@ const es = {
mosaic: {
import: "Importar mosaico",
planner: "Planificador de mosaicos",
mask: "Mosaic Mask",
},

scheduler_settings: {
Expand Down
2 changes: 2 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const fr = {
connect: "Connecter",
disconnect: "Déconnecter",
schedule: "Schedule",
walk: "Walk",
yes: "Oui",
no: "Non",
ignore: "Ignore",
Expand Down Expand Up @@ -1274,6 +1275,7 @@ const fr = {
mosaic: {
import: "Import Mosaic",
planner: "Mosaic planner",
mask: "Mosaic Mask",
},

scheduler_settings: {
Expand Down
2 changes: 2 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const ja = {
disconnect: "切断する",
disconnected: "切断されました",
schedule: "Schedule",
walk: "Walk",
yes: "はい",
no: "いいえ",
ignore: "Ignore",
Expand Down Expand Up @@ -1293,6 +1294,7 @@ const ja = {
mosaic: {
import: "モザイクのインポート",
planner: "モザイクプランナー",
mask: "Mosaic Mask",
},

scheduler_settings: {
Expand Down

0 comments on commit bbb1806

Please sign in to comment.