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

These are required; as used in AddProfile #30

Merged
merged 1 commit into from
May 13, 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 @@ -554,6 +554,8 @@
mount: "赤道仪",
ccd: "主相机 1",
dome: "穹顶",
focuser: "电动调焦座",
filter: "滤镜",
guider: "主相机 2",
ao: "自适应光学设备",
weather: "天气",
Expand Down
2 changes: 2 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ const de = {
mount: "Montierung",
ccd: "Camera 1",
dome: "Dome",
focuser: "Fokussierer",
filter: "Filter",
guider: "Camera 2",
ao: "Adaptive Optik",
weather: "Wetter",
Expand Down
2 changes: 2 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ const es = {
mount: "Montura",
ccd: "Camera 1",
dome: "Dome",
focuser: "Enfocador",
filter: "Filtro",
guider: "Camera 2",
ao: "Óptica adaptable",
weather: "Clima",
Expand Down
2 changes: 2 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,8 @@ const fr = {
mount: "Monture",
ccd: "Camera 1",
dome: "Dome",
focuser: "Focuser",
filter: "Filtre",
guider: "Camera 2",
ao: "Optique adaptative",
weather: "Météo",
Expand Down
2 changes: 2 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ const ja = {
mount: "マウント",
ccd: "カメラ 1",
dome: "ドーム",
focuser: "フォーカサー",
filter: "フィルター",
guider: "カメラ 2",
ao: "アダプティブオプティクス",
weather: "天気",
Expand Down
Loading