From 7561233c536d79651870d7147f96bbfe03bb39c0 Mon Sep 17 00:00:00 2001 From: Salman Naheed Date: Mon, 20 May 2024 16:01:34 +0300 Subject: [PATCH] Add translations for frame settings --- cn.js | 2 ++ de.js | 2 ++ en.js | 2 ++ es.js | 2 ++ fr.js | 2 ++ ja.js | 2 ++ 6 files changed, 12 insertions(+) diff --git a/cn.js b/cn.js index bcfd609..5fd4c4b 100644 --- a/cn.js +++ b/cn.js @@ -37,6 +37,8 @@ filter: "滤镜", exposure: "曝光", binning: "像素合并", + left: "Left", + top: "Top", action: "动作", scope_type: "望远镜类型", solver_type: "解析类型", diff --git a/de.js b/de.js index 74f39d3..298302c 100644 --- a/de.js +++ b/de.js @@ -37,6 +37,8 @@ const de = { filter: "Filter", exposure: "Belichtung", binning: "Klasseneinteilung", + left: "Left", + top: "Top", action: "Aktion", scope_type: "Umfang", solver_type: "Auflösung", diff --git a/en.js b/en.js index 5bd2bb7..4dd8e11 100644 --- a/en.js +++ b/en.js @@ -39,6 +39,8 @@ const en = { filter: "Filter", exposure: "Exposure", binning: "Binning", + left: "Left", + top: "Top", action: "Action", scope_type: "Scope Type", solver_type: "Solver Type", diff --git a/es.js b/es.js index c93b9e8..ea5fec6 100644 --- a/es.js +++ b/es.js @@ -38,6 +38,8 @@ const es = { filter: "Filtro", exposure: "Exposicion", binning: "Binning", + left: "Left", + top: "Top", action: "Accion", scope_type: "Tipos de Telescopio", solver_type: "Soluciones", diff --git a/fr.js b/fr.js index 444129c..a87d6a2 100644 --- a/fr.js +++ b/fr.js @@ -38,6 +38,8 @@ const fr = { filter: "Filtre", exposure: "Exposition", binning: "Binning", + left: "Left", + top: "Top", action: "Action", scope_type: "Type de Tube", solver_type: "Type de solveur", diff --git a/ja.js b/ja.js index 36b1d83..ba16947 100644 --- a/ja.js +++ b/ja.js @@ -39,6 +39,8 @@ const ja = { filter: "フィルター", exposure: "露出", binning: "ビニング", + left: "Left", + top: "Top", action: "アクション", scope_type: "望遠鏡タイプ", solver_type: "ソルバーの種類",