diff --git a/cn.js b/cn.js index a9fd8c5..c23209b 100644 --- a/cn.js +++ b/cn.js @@ -167,6 +167,10 @@ success: "成功", failed: "失败", file_too_large: "文件过大", + + public: "Public", + private: "Private", + label: "Label" }, darkLibrary: { title: "暗场库", @@ -276,6 +280,8 @@ alert_reset_title: "重置成就", alert_agree_reset_body: "您确定要重置所有成就吗?", + + no_description: "No description", }, tourGuide: { tour_guide: "指导", @@ -655,6 +661,21 @@ pixel_width: "像素宽", pixel_height: "像素高", }, + observatory: { + observatory_name: "Name of the observatory", + bortle_scale: "Bortle Scale", + observatory_delete_submit: "Are you sure you want to delete the observatory? All equipment and the equipment profiles will also be deleted", + observatory_delete_title: "Delete observatory", + empty_profile: "The selected profile currently has no equipment. To proceed, please add new equipment.", + empty_profiles_list: "The selected observatory currently has no equipment profiles. To proceed, please add new profile.", + manufacturer: "Manufacturer", + profile_name: "Profile Name", + }, + no_connected_instances: + "No active instances detected, please make sure KStars is connected and is not linked to any other observatory.", + observatories: "Observatories", + equipment: "Equipment", + observatory_delete_submit: "Observatory successfully deleted", }, targets: { now: "现在", @@ -1603,6 +1624,11 @@ show_messier: "3. 显示 M 31 的图像", }, }, + social: { + captures: "Captures", + followers: "Followers", + subscriptions: "Subscriptions", + }, }; export default cn; diff --git a/de.js b/de.js index cd3dd70..e1926d6 100644 --- a/de.js +++ b/de.js @@ -172,6 +172,10 @@ const de = { success: "Success", failed: "Failed", file_too_large: "File is too large", + + public: "Public", + private: "Private", + label: "Label", }, darkLibrary: { title: "Dark Library", @@ -254,6 +258,8 @@ const de = { alert_reset_title: "Erfolge zurücksetzen", alert_agree_reset_body: "Sind Sie sicher, dass Sie alle Erfolge zurücksetzen möchten?", + + no_description: "No description", }, tourGuide: { tour_guide: "Tour Guide", @@ -656,6 +662,21 @@ const de = { pixel_width: "Pixelbreite", pixel_height: "Pixelhöhe", }, + observatory: { + observatory_name: "Name of the observatory", + bortle_scale: "Bortle Scale", + observatory_delete_submit: "Are you sure you want to delete the observatory? All equipment and the equipment profiles will also be deleted", + observatory_delete_title: "Delete observatory", + empty_profile: "The selected profile currently has no equipment. To proceed, please add new equipment.", + empty_profiles_list: "The selected observatory currently has no equipment profiles. To proceed, please add new profile.", + manufacturer: "Manufacturer", + profile_name: "Profile Name", + }, + no_connected_instances: + "No active instances detected, please make sure KStars is connected and is not linked to any other observatory.", + observatories: "Observatories", + equipment: "Equipment", + observatory_delete_submit: "Observatory successfully deleted", }, targets: { now: "Jetzt", @@ -1602,6 +1623,11 @@ const de = { show_messier: "3. Show me M 31 images", }, }, + social: { + captures: "Captures", + followers: "Followers", + subscriptions: "Subscriptions", + }, }; export default de; diff --git a/en.js b/en.js index 71623cf..7611f7e 100644 --- a/en.js +++ b/en.js @@ -184,6 +184,10 @@ const en = { external_storage: "External Storage", success: "Success", failed: "Failed", + + public: "Public", + private: "Private", + label: "Label", }, darkLibrary: { title: "Dark Library", @@ -265,6 +269,8 @@ const en = { alert_reset_title: "Reset achievements", alert_agree_reset_body: "Are you sure you want to reset all achievements?", + + no_description: "No description", }, tourGuide: { tour_guide: "Tour Guide", @@ -673,6 +679,21 @@ const en = { pixel_width: "Pixel Width", pixel_height: "Pixel Height", }, + observatory: { + observatory_name: "Name of the observatory", + bortle_scale: "Bortle Scale", + observatory_delete_submit: "Are you sure you want to delete the observatory? All equipment and the equipment profiles will also be deleted", + observatory_delete_title: "Delete observatory", + empty_profile: "The selected profile currently has no equipment. To proceed, please add new equipment.", + empty_profiles_list: "The selected observatory currently has no equipment profiles. To proceed, please add new profile.", + manufacturer: "Manufacturer", + profile_name: "Profile Name", + }, + no_connected_instances: + "No active instances detected, please make sure KStars is connected and is not linked to any other observatory.", + observatories: "Observatories", + equipment: "Equipment", + observatory_delete_submit: "Observatory successfully deleted", }, targets: { now: "Now", @@ -1652,6 +1673,11 @@ const en = { show_messier: "3. Show me M 31 images", }, }, + social: { + captures: "Captures", + followers: "Followers", + subscriptions: "Subscriptions", + }, }; export default en; diff --git a/es.js b/es.js index f85aa49..abc322a 100644 --- a/es.js +++ b/es.js @@ -180,6 +180,10 @@ const es = { external_storage: "Almacenamiento externo", success: "Éxito", failed: "Failed", + + public: "Public", + private: "Private", + label: "Label", }, darkLibrary: { title: "Biblioteca oscura", @@ -265,6 +269,8 @@ const es = { alert_reset_title: "Restablecer logros", alert_agree_reset_body: "¿Estás segura de que quieres restablecer todos los logros?", + + no_description: "No description", }, tourGuide: { tour_guide: "Guía turístico", @@ -671,6 +677,22 @@ const es = { pixel_width: "Ancho Pixel", pixel_height: "Altura Pixel", }, + no_connected_instances: + "No active instances detected, please make sure KStars is connected and is not linked to any other observatory.", + + observatory: { + observatory_name: "Name of the observatory", + bortle_scale: "Bortle Scale", + observatory_delete_submit: "Are you sure you want to delete the observatory? All equipment and the equipment profiles will also be deleted", + observatory_delete_title: "Delete observatory", + empty_profile: "The selected profile currently has no equipment. To proceed, please add new equipment.", + empty_profiles_list: "The selected observatory currently has no equipment profiles. To proceed, please add new profile.", + manufacturer: "Manufacturer", + profile_name: "Profile Name", + }, + observatories: "Observatories", + equipment: "Equipment", + observatory_delete_submit: "Observatory successfully deleted", }, targets: { now: "Ahora", @@ -1677,6 +1699,11 @@ const es = { show_messier: "3. Muéstrame imágenes de M 31", }, }, + social: { + captures: "Captures", + followers: "Followers", + subscriptions: "Subscriptions", + }, }; export default es; diff --git a/fr.js b/fr.js index 6039f7d..c9e1da6 100644 --- a/fr.js +++ b/fr.js @@ -175,6 +175,9 @@ const fr = { success: "Success", failed: "Failed", file_too_large: "File is too large", + public: "Public", + private: "Private", + label: "Label", }, darkLibrary: { title: "Dark Library", @@ -256,6 +259,7 @@ const fr = { alert_reset_title: "Reset achievements", alert_agree_reset_body: "Are you sure you want to reset all achievements?", + no_description: "No description", }, tourGuide: { tour_guide: "Tour Guide", @@ -656,6 +660,21 @@ const fr = { pixel_width: "Largeur pixel", pixel_height: "Hauteur pixel", }, + observatory: { + observatory_name: "Name of the observatory", + bortle_scale: "Bortle Scale", + observatory_delete_submit: "Are you sure you want to delete the observatory? All equipment and the equipment profiles will also be deleted", + observatory_delete_title: "Delete observatory", + empty_profile: "The selected profile currently has no equipment. To proceed, please add new equipment.", + empty_profiles_list: "The selected observatory currently has no equipment profiles. To proceed, please add new profile.", + manufacturer: "Manufacturer", + profile_name: "Profile Name", + }, + no_connected_instances: + "No active instances detected, please make sure KStars is connected and is not linked to any other observatory.", + observatories: "Observatories", + equipment: "Equipment", + observatory_delete_submit: "Observatory successfully deleted", }, targets: { now: "Maintenant", @@ -1597,6 +1616,11 @@ const fr = { show_messier: "3. Show me M 31 images", }, }, + social: { + captures: "Captures", + followers: "Followers", + subscriptions: "Subscriptions", + }, }; export default fr; diff --git a/ja.js b/ja.js index 128d0d7..408b999 100644 --- a/ja.js +++ b/ja.js @@ -182,6 +182,9 @@ const ja = { external_storage: "外部ストレージ", success: "Success", failed: "Failed", + public: "Public", + private: "Private", + label: "Label", }, darkLibrary: { title: "ダーク ライブラリ", @@ -263,6 +266,7 @@ const ja = { alert_reset_title: "Reset achievements", alert_agree_reset_body: "Are you sure you want to reset all achievements?", + no_description: "No description", }, tourGuide: { ツアーガイド: "ツアーガイド", @@ -660,6 +664,21 @@ const ja = { pixel_width: "ピクセル幅", pixel_height: "ピクセル高さ", }, + observatory: { + observatory_name: "Name of the observatory", + bortle_scale: "Bortle Scale", + observatory_delete_submit: "Are you sure you want to delete the observatory? All equipment and the equipment profiles will also be deleted", + observatory_delete_title: "Delete observatory", + empty_profile: "The selected profile currently has no equipment. To proceed, please add new equipment.", + empty_profiles_list: "The selected observatory currently has no equipment profiles. To proceed, please add new profile.", + manufacturer: "Manufacturer", + profile_name: "Profile Name", + }, + no_connected_instances: + "No active instances detected, please make sure KStars is connected and is not linked to any other observatory.", + observatories: "Observatories", + equipment: "Equipment", + observatory_delete_submit: "Observatory successfully deleted", }, targets: { now: "今", @@ -1615,5 +1634,10 @@ const ja = { show_messier: "3. Show me M 31 images", }, }, + social: { + captures: "Captures", + followers: "Followers", + subscriptions: "Subscriptions", + }, }; export default ja;