6.6.3 - Alpha - 版本历史功能采用本地缓存优先, 联网补充更新的策略, 且支持类型筛选及流程日志显示
This commit is contained in:
@@ -1,11 +1,27 @@
|
||||
<resources>
|
||||
|
||||
<plurals name="text_items_total_sum">
|
||||
<item quantity="other">合計 %d 件</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="text_items_total_sum_with_colon">
|
||||
<item quantity="other">合計: %d 件</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="text_already_stop_n_scripts">
|
||||
<item quantity="other">%d つのスクリプトが停止している</item>
|
||||
<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