Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calculator

This commit is contained in:
tibbi
2022-01-15 22:43:28 +01:00

View File

@ -6,10 +6,10 @@
<!-- Calculator field --> <!-- Calculator field -->
<string name="formula_divide_by_zero_error">错误: 被零除</string> <string name="formula_divide_by_zero_error">错误: 被零除</string>
<!-- History --> <!-- History -->
<string name="history">History</string> <string name="history">历史记录</string>
<string name="history_empty">History is empty</string> <string name="history_empty">历史记录为空</string>
<string name="clear_history">Clear</string> <string name="clear_history">清除</string>
<string name="history_cleared">History has been cleared</string> <string name="history_cleared">已清除历史记录</string>
<!-- Settings --> <!-- Settings -->
<string name="vibrate_on_button_press">按下按键后震动</string> <string name="vibrate_on_button_press">按下按键后震动</string>
<!-- FAQ --> <!-- FAQ -->
@ -48,4 +48,4 @@
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
--> -->
</resources> </resources>