Skip to content

Commit

Permalink
feat: 新长字符串
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-shop committed May 12, 2023
1 parent 7222f77 commit 1469bc8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
<string name="item_about">About</string>
<string name="main_subtitle">Select Difficulty</string>
<string name="shortcut_scoreboard_disabled_message">Cannot open scoreboard temporarily</string>
<string name="item_delete">Delete</string>
<string name="item_about_long">About this application</string>
<string name="item_delete_long">Delete selected items.</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
<string name="manage_space_label">管理空间</string>
<string name="main_subtitle">难度选择</string>
<string name="shortcut_scoreboard_disabled_message">暂时无法打开排行榜</string>
<string name="item_delete">删除</string>
<string name="item_about_long">关于本应用</string>
<string name="item_delete_long">删除所选项</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
<string name="manage_space_label">管理空间</string>
<string name="main_subtitle">难度选择</string>
<string name="shortcut_scoreboard_disabled_message">暂时无法打开排行榜</string>
<string name="item_delete">删除</string>
<string name="item_about_long">关于本应用</string>
<string name="item_delete_long">删除所选项</string>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
<string name="button_hard">困难模式</string>
<string name="checkbox_sound">音效</string>
<string name="item_about">关于</string>
<string name="item_about_long">关于本应用</string>
<string name="main_subtitle">难度选择</string>
<string name="shortcut_scoreboard_short_label" translatable="false">@string/scoreboard_label</string>
<string name="shortcut_scoreboard_long_label" translatable="false">@string/scoreboard_label</string>
<string name="shortcut_scoreboard_disabled_message">暂时无法打开排行榜</string>
<string name="item_delete">删除</string>
<string name="item_delete_long">删除所选项</string>
</resources>

0 comments on commit 1469bc8

Please sign in to comment.