Skip to content

Commit

Permalink
Merge pull request #44 from vlad0716/stella_dev
Browse files Browse the repository at this point in the history
Add starting capture
  • Loading branch information
knro authored Jul 24, 2024
2 parents 5e59b15 + 45a5ba3 commit 1cdfbcc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@
new_scope_focal_ratio_invalid: "请输入一个有效的焦比",
},
progress: {
start_capture: "Starting capture...",
please_wait: "请稍候 ...",
establishing_connection: "正在建立连接",
cameras: "获取相机",
Expand Down
1 change: 1 addition & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ const de = {
new_scope_focal_ratio_invalid: "Enter a valid focal ratio",
},
progress: {
start_capture: "Starting capture...",
please_wait: "Warten Sie mal ...",
establishing_connection: "Stelle Verbindung her",
cameras: "Kameras auswählen",
Expand Down
1 change: 1 addition & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ const en = {
enter_file_name: "Enter a filename",
},
progress: {
start_capture: "Starting capture...",
please_wait: "Please wait ...",
establishing_connection: "Establishing Connection",
cameras: "Getting Cameras",
Expand Down
1 change: 1 addition & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ const es = {
new_scope_focal_ratio_invalid: "Enter a valid focal ratio",
},
progress: {
start_capture: "Starting capture...",
please_wait: "Por favor espere ...",
establishing_connection: "Estableciendo Conexion",
cameras: "Obteniendo Camaras",
Expand Down
1 change: 1 addition & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ const fr = {
new_scope_focal_ratio_invalid: "Enter a valid focal ratio",
},
progress: {
start_capture: "Starting capture...",
please_wait: "S'il vous plaît, attendez ...",
establishing_connection: "Établissement de la connexion",
cameras: "Obtenir des caméras",
Expand Down
1 change: 1 addition & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ const ja = {
enter_file_name: "ファイル名を入力してください",
},
progress: {
start_capture: "Starting capture...",
please_wait: "お待ちください...",
Establishing_connection: "接続を確立しています",
camera: "カメラを取得しています",
Expand Down

0 comments on commit 1cdfbcc

Please sign in to comment.