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

fix incorrect symbol in the translation for zh-CN #2461

Merged
merged 1 commit into from
Apr 10, 2024
Merged
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: 1 addition & 1 deletion app/Language/zh-CN.ini
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ text.discord_instructions="此集成会将更新通知发布到您选择的频
text.no_conclusion_yet="<i>暂无结论</i>"
text.no_users_assigned_to_this_client="尚未将任何成员分配给此客户。在<a href='/users/showAll'>此处</a>新增和分配成员"
text.confirm_delete_timesheet="是否要删除此时间表?"
text.timer_on_todo="<span class='head-icon fa fa-stop'></span>为2$s启动%1$s计时器"
text.timer_on_todo="<span class='head-icon fa fa-stop'></span>为%2$s启动%1$s计时器"
text.these_are_system_wide_settings="这些是系统范围的设置,将影响您的 Leantime 的外观。"
text.company_name_helper="将出现在页面标题和电子邮件中"
text.advanced_boards_helper_content="这里是追踪创意产生、生长和成熟的地方。<br/>将创意卡片从一列移动到下一列,可以反映它们的当前状态。<br/>这是研究开发原型的好地方,并且您可以在开始实施之前,就与部分客户验证这些原型。"
Expand Down
Loading