Skip to content

Commit

Permalink
Merge pull request #32 from naheedsa/feature/frame-translations
Browse files Browse the repository at this point in the history
Add translations for frame settings
  • Loading branch information
knro authored May 20, 2024
2 parents d6a586c + 7561233 commit 0003882
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
filter: "滤镜",
exposure: "曝光",
binning: "像素合并",
left: "Left",
top: "Top",
action: "动作",
scope_type: "望远镜类型",
solver_type: "解析类型",
Expand Down
2 changes: 2 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const ja = {
filter: "フィルター",
exposure: "露出",
binning: "ビニング",
left: "Left",
top: "Top",
action: "アクション",
scope_type: "望遠鏡タイプ",
solver_type: "ソルバーの種類",
Expand Down

0 comments on commit 0003882

Please sign in to comment.