Translated text_operators.xml to Traditional Chinese (zh-rtw).

This commit is contained in:
Timothy Lin 2012-08-08 13:59:42 +08:00
parent 6a53fce043
commit cf70324971

View File

@ -6,26 +6,26 @@
<resources>
<string name="c_operators">Operators</string>
<string name="c_operators">運算子</string>
<string name="c_op_description_mod">Modulo operation finds the remainder of division of \'x\' by \'y\'.</string>
<string name="c_op_description_sum">Sums functions \'f(i)\', iterating through \'i\' from \'from\' to \'to\'.</string>
<string name="c_op_description_product">Gives product of functions \'f(i)\', iterating through \'i\' from \'from\' to \'to\'.</string>
<string name="c_op_description_derivative">Gives derivative of order \'order\' (default = 1) of functions \'f(x)\' by \'x\' variable and calculates at point \'x_point\' (default = same as \'x\').</string>
<string name="c_op_description_integral">Gives integral of function \'f(x)\' by \'x\' variable.</string>
<string name="c_op_description_integral_ab">Integrates function \'f(x)\' by \'x\' variable from \'a\' to \'b\'.</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">計算 \'f(x)\' 對 \'x\' 的第 \'order\' 階微分(預設為 1) 在 \'x_point\' 的值 (預設 = \'x\').</string>
<string name="c_op_description_integral">計算 \'f(x)\' 對 \'x\' 的積分.</string>
<string name="c_op_description_integral_ab">計算 \'f(x)\' 對 \'x\' 從 \'a\' 到 \'b\' 的定積分.</string>
<string name="c_pf_description_factorial">Gives the factorial of the expression before.</string>
<string name="c_pf_description_double_factorial">Gives the double factorial of the expression before.</string>
<string name="c_pf_description_percent" formatted="false">Gives the percent value of the expression before.\nExamples:\n
<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">Converts degrees to radians.\n
Examples:\n
<string name="c_pf_description_degree">將角度轉換為弳度.\n
:\n
268° = 4.67748\n
30.21° = 0.52726
</string>
</resources>
</resources>