From 467ad3d2ff4dc4afa8cc1935e44826c949700504 Mon Sep 17 00:00:00 2001 From: Jasem Mutlaq Date: Tue, 3 Sep 2024 17:42:05 +0300 Subject: [PATCH] Fix duplicate string with setup --- cn.js | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/cn.js b/cn.js index dae2c3c..26d0b64 100644 --- a/cn.js +++ b/cn.js @@ -186,7 +186,7 @@ manufacturers: "Manufacturers", logo: "Logo", approve: "Approve", - reject: "Reject" + reject: "Reject", }, darkLibrary: { title: "暗场库", @@ -680,10 +680,13 @@ 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_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.", + 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", }, @@ -1594,7 +1597,7 @@ serial_port: "串口", }, tabs: { - setup: "设置", + setup: "配置", ekos: "Ekos", sky: "天空", targets: "目标", @@ -1602,7 +1605,8 @@ stella: "Stella", }, stella: { - confirm_train_settings: "Cannot generate XML without capture settings. Start Ekos profile first to sync default settings.", + confirm_train_settings: + "Cannot generate XML without capture settings. Start Ekos profile first to sync default settings.", confirm_ekos_running: "请检查 Ekos 配置文件。Ekos 必须在线才能继续", confirm_ekos_running_question: "此功能需要 Ekos 配置文件正在运行。要我启动默认配置文件吗?", @@ -1649,17 +1653,21 @@ description: "Please specify a reason for this abuse report.", reason: { spam: "The content is filled with irrelevant or repetitive messages.", - hate_speech: "The content contains racist, sexist, or otherwise discriminatory language.", - inappropriate_content: "The post contains explicit, offensive, or NSFW material.", + hate_speech: + "The content contains racist, sexist, or otherwise discriminatory language.", + inappropriate_content: + "The post contains explicit, offensive, or NSFW material.", impersonation: "The user is pretending to be someone they are not.", - violation_of_terms: "The content violates the platform's terms of service or community guidelines.", - privacy_violation: "The content includes personal information without consent." - } + violation_of_terms: + "The content violates the platform's terms of service or community guidelines.", + privacy_violation: + "The content includes personal information without consent.", + }, }, comment: { comments: "Comments", - no_comment: "There is no Comment." - } + no_comment: "There is no Comment.", + }, }, };