Skip to content

Commit

Permalink
Fix duplicate string with setup
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Sep 3, 2024
1 parent ce794ec commit 467ad3d
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
reject: "Reject",
},
darkLibrary: {
title: "暗场库",
Expand Down Expand Up @@ -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",
},
Expand Down Expand Up @@ -1594,15 +1597,16 @@
serial_port: "串口",
},
tabs: {
setup: "设置",
setup: "配置",
ekos: "Ekos",
sky: "天空",
targets: "目标",
device: "设备",
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 配置文件正在运行。要我启动默认配置文件吗?",
Expand Down Expand Up @@ -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.",
},
},
};

Expand Down

0 comments on commit 467ad3d

Please sign in to comment.