From cf70324971ec3fec5892206105619ac7f35a1c88 Mon Sep 17 00:00:00 2001 From: Timothy Lin Date: Wed, 8 Aug 2012 13:59:42 +0800 Subject: [PATCH] Translated text_operators.xml to Traditional Chinese (zh-rtw). --- .../res/values-zh-rtw/text_operators.xml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/calculatorpp/res/values-zh-rtw/text_operators.xml b/calculatorpp/res/values-zh-rtw/text_operators.xml index be00f4d0..c1c7a035 100644 --- a/calculatorpp/res/values-zh-rtw/text_operators.xml +++ b/calculatorpp/res/values-zh-rtw/text_operators.xml @@ -6,26 +6,26 @@ - Operators + 運算子 - Modulo operation finds the remainder of division of \'x\' by \'y\'. - Sums functions \'f(i)\', iterating through \'i\' from \'from\' to \'to\'. - Gives product of functions \'f(i)\', iterating through \'i\' from \'from\' to \'to\'. - Gives derivative of order \'order\' (default = 1) of functions \'f(x)\' by \'x\' variable and calculates at point \'x_point\' (default = same as \'x\'). - Gives integral of function \'f(x)\' by \'x\' variable. - Integrates function \'f(x)\' by \'x\' variable from \'a\' to \'b\'. + 取 \'x\' 除以 \'y\' 的餘數. + 計算 f(i) 的和, i 從 \'from\' 到 \'to\'. + 計算 \'f(i)\' 的積, i 從 \'from\' 到 \'to\'. + 計算 \'f(x)\' 對 \'x\' 的第 \'order\' 階微分(預設為 1) 在 \'x_point\' 的值 (預設 = \'x\'). + 計算 \'f(x)\' 對 \'x\' 的積分. + 計算 \'f(x)\' 對 \'x\' 從 \'a\' 到 \'b\' 的定積分. - Gives the factorial of the expression before. - Gives the double factorial of the expression before. - Gives the percent value of the expression before.\nExamples:\n + 計算符號之前的數的階乘. + 計算符號之前的數的雙階乘. + 百分比.\n例:\n 100 + 50% = 150\n 100 * 50% = 50\n 100 + 100 * 50% * 50% = 125 - Converts degrees to radians.\n - Examples:\n + 將角度轉換為弳度.\n + 例:\n 268° = 4.67748\n 30.21° = 0.52726 - \ No newline at end of file +