Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translations for focus settings #87

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading