Update English translation
This commit is contained in:
parent
ea4abdea06
commit
c2175a9e76
3 changed files with 4 additions and 2 deletions
|
|
@ -39,4 +39,5 @@
|
||||||
<string name="dark_mode_summary">开启或关闭应用深色模式</string>
|
<string name="dark_mode_summary">开启或关闭应用深色模式</string>
|
||||||
<string name="view_source">在 GitHub 上查看源代码</string>
|
<string name="view_source">在 GitHub 上查看源代码</string>
|
||||||
<string name="config">配置</string>
|
<string name="config">配置</string>
|
||||||
|
<string name="others">其它</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
@ -39,4 +39,5 @@
|
||||||
<string name="dark_mode">Dark mode</string>
|
<string name="dark_mode">Dark mode</string>
|
||||||
<string name="dark_mode_summary">Enable or disable the dark mode for this app</string>
|
<string name="dark_mode_summary">Enable or disable the dark mode for this app</string>
|
||||||
<string name="config">Config</string>
|
<string name="config">Config</string>
|
||||||
|
<string name="others">Others</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
app:summary="自定义创建待办时文本框的预测项" />
|
app:summary="自定义创建待办时文本框的预测项" />
|
||||||
</PreferenceCategory>-->
|
</PreferenceCategory>-->
|
||||||
|
|
||||||
<PreferenceCategory android:title="其它">
|
<PreferenceCategory android:title="@string/others">
|
||||||
<Preference app:title="关于">
|
<Preference app:title="@string/about_label">
|
||||||
<intent
|
<intent
|
||||||
android:targetPackage="cn.super12138.todo"
|
android:targetPackage="cn.super12138.todo"
|
||||||
android:targetClass="cn.super12138.todo.views.about.AboutActivity" />
|
android:targetClass="cn.super12138.todo.views.about.AboutActivity" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue