6.6.0 - 内置模块重写; 新增部分模块及方法; 修复高版本安卓系统兼容问题; 优化文件管理器及打包功能体验
This commit is contained in:
23
app/src/main/res/values-zh/plurals.xml
Normal file
23
app/src/main/res/values-zh/plurals.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<resources>
|
||||
|
||||
<plurals name="text_items_total_sum">
|
||||
<item quantity="other">共计: %d 项</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="text_already_stop_n_scripts">
|
||||
<item quantity="other">已停止运行 %d 个脚本</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="error_method_only_accepts_n_arguments">
|
||||
<item quantity="other">方法仅可接受 %d 个参数</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="error_method_only_accepts_no_more_than_n_arguments">
|
||||
<item quantity="other">方法仅可接受不多于 %d 个参数</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="error_method_only_accepts_no_less_than_n_arguments">
|
||||
<item quantity="other">方法仅可接受不少于 %d 个参数</item>
|
||||
</plurals>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user