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 translation for logs #31

Merged
merged 1 commit into from
May 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
1 change: 1 addition & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,7 @@
alert_directions_not_found: "未找到坐标,请选定目标并手动输入坐标。",
manual_rotator: "按指示角度旋转相机,然后拍摄图像以更新位置角度",
welcome: "欢迎使用StellarMate",
no_logs: "No {0} logs found"
},
ekosLivePro: {
pushNotification: "推送通知",
Expand Down
1 change: 1 addition & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,7 @@ const de = {
manual_rotator:
"Rotate camera by the indicated angle and then take an image to update the position angle",
welcome: "Willkommen zu StellarMate",
no_logs: "No {0} logs found"
},
ekosLivePro: {
pushNotification: "Push Benachrichtigung",
Expand Down
3 changes: 3 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ const en = {
mount: "Mount",
ccd: "Camera 1",
dome: "Dome",
focuser: "Focuser",
filter: "Filter",
guider: "Camera 2",
ao: "Adaptive Optics",
weather: "Weather",
Expand Down Expand Up @@ -1436,6 +1438,7 @@ const en = {
manual_rotator:
"Rotate camera by the indicated angle and then take an image to update the position angle",
welcome: "Welcome to StellarMate",
no_logs: "No {0} logs found"
},
ekosLivePro: {
pushNotification: "Push Notification",
Expand Down
1 change: 1 addition & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,7 @@ const es = {
manual_rotator:
"Rotate camera by the indicated angle and then take an image to update the position angle",
welcome: "Welcome to StellarMate",
no_logs: "No {0} logs found"
},
ekosLivePro: {
pushNotification: "Push Notification",
Expand Down
1 change: 1 addition & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ const fr = {
manual_rotator:
"Rotate camera by the indicated angle and then take an image to update the position angle",
welcome: "Welcome to StellarMate",
no_logs: "No {0} logs found"
},
ekosLivePro: {
pushNotification: "Push Notification",
Expand Down
1 change: 1 addition & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,7 @@ const ja = {
manual_rotator:
"指定された角度だけカメラを回転させ、画像を撮影して位置角度を更新します",
welcome: "ステラメイトへようこそ",
no_logs: "No {0} logs found"
},
ekosLivePro: {
pushNotification: "プッシュ通知",
Expand Down
Loading