From 677e6494a9a49765344a1865633f264b761d022c Mon Sep 17 00:00:00 2001 From: Salman Naheed Date: Tue, 14 May 2024 13:45:30 +0300 Subject: [PATCH] add translation for logs --- cn.js | 1 + de.js | 1 + en.js | 3 +++ es.js | 1 + fr.js | 1 + ja.js | 1 + 6 files changed, 8 insertions(+) diff --git a/cn.js b/cn.js index ba25049..bcfd609 100644 --- a/cn.js +++ b/cn.js @@ -1345,6 +1345,7 @@ alert_directions_not_found: "未找到坐标,请选定目标并手动输入坐标。", manual_rotator: "按指示角度旋转相机,然后拍摄图像以更新位置角度", welcome: "欢迎使用StellarMate", + no_logs: "No {0} logs found" }, ekosLivePro: { pushNotification: "推送通知", diff --git a/de.js b/de.js index cbad783..74f39d3 100644 --- a/de.js +++ b/de.js @@ -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", diff --git a/en.js b/en.js index 7874d25..5bd2bb7 100644 --- a/en.js +++ b/en.js @@ -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", @@ -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", diff --git a/es.js b/es.js index a116538..c93b9e8 100644 --- a/es.js +++ b/es.js @@ -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", diff --git a/fr.js b/fr.js index c94c7e1..444129c 100644 --- a/fr.js +++ b/fr.js @@ -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", diff --git a/ja.js b/ja.js index c25bdc2..36b1d83 100644 --- a/ja.js +++ b/ja.js @@ -1405,6 +1405,7 @@ const ja = { manual_rotator: "指定された角度だけカメラを回転させ、画像を撮影して位置角度を更新します", welcome: "ステラメイトへようこそ", + no_logs: "No {0} logs found" }, ekosLivePro: { pushNotification: "プッシュ通知",