android-calculatorpp/app/src/main/res/values-zh-rTW/text_operators.xml
2016-02-16 15:22:34 +01:00

28 lines
1.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?><!--Generated by crowdin.com--><!--Generated by crowdin.net-->
<resources>
<string name="c_operators">運算子</string>
<string name="c_op_description_mod">取 \'x\' 除以 \'y\' 的餘數</string>
<string name="c_op_description_sum">總和函數 \'f(i)\',累加 \'i\' 從 \"from\" 到 \"to\"
</string>
<string name="c_op_description_product">乘積函數 \'f(i)\',累乘 \'i\' 從 \"from\" 到 \"to\"
</string>
<string name="c_op_description_derivative">以 \'x\' 變數及順序 \'order\'(預設 = 1表示函數 \'f(x)\' 的導數,並計算在 \'x_point\'(預設 = 等同 \'x\')點的值
</string>
<string name="c_op_description_integral">以 \'x\' 變數表示函數 \'f(x)\' 的積分</string>
<string name="c_op_description_integral_ab">\'x\' 變數從 \'a\' 到 \'b\' 積分函數 \'f(x)\'
</string>
<string name="c_pf_description_factorial">計算前面算式的階層</string>
<string name="c_pf_description_double_factorial">計算前面算式的兩次階層</string>
<string name="c_pf_description_percent" formatted="false">計算前面算式的百分比。
\n例如\n
100 + 50% = 150\n
100 * 50% = 50\n
100 + 100 * 50% * 50% = 125
</string>
<string name="c_pf_description_degree">轉換 度(Degrees) 為 弧度(Radians)。\n
例如:\n
268° = 4.67748\n
30.21° = 0.52726
</string>
</resources>