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 translations for frame settings #32

Merged
merged 1 commit into from
May 20, 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
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
Loading