Update English translation

This commit is contained in:
Super12138 2023-12-31 14:32:25 +08:00
parent ea4abdea06
commit c2175a9e76
3 changed files with 4 additions and 2 deletions

View file

@ -39,4 +39,5 @@
<string name="dark_mode_summary">开启或关闭应用深色模式</string>
<string name="view_source">在 GitHub 上查看源代码</string>
<string name="config">配置</string>
<string name="others">其它</string>
</resources>

View file

@ -39,4 +39,5 @@
<string name="dark_mode">Dark mode</string>
<string name="dark_mode_summary">Enable or disable the dark mode for this app</string>
<string name="config">Config</string>
<string name="others">Others</string>
</resources>

View file

@ -22,8 +22,8 @@
app:summary="自定义创建待办时文本框的预测项" />
</PreferenceCategory>-->
<PreferenceCategory android:title="其它">
<Preference app:title="关于">
<PreferenceCategory android:title="@string/others">
<Preference app:title="@string/about_label">
<intent
android:targetPackage="cn.super12138.todo"
android:targetClass="cn.super12138.todo.views.about.AboutActivity" />