new translations

This commit is contained in:
serso
2014-09-08 18:40:57 +02:00
parent 71a3d179a2
commit 4cf37534c5
141 changed files with 3486 additions and 921 deletions

View File

@@ -1,27 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="c_about">关于</string>
<string name="c_about_content">Copyright © 20092013\n\n<b> 由 serso se.solovyev </b>\n\n
我们的Facebook主页: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
本应用适用于 Apache 2.0 证书:\n源代码可以在以下站点获取\n
<a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n
如需更多信息\n请以电子邮件方式联系作者\n
<a href="mailto:se.solovyev@gmail.com">se.solovyev@gmail.com</a>
\n或者访问\n<a href="http://se.solovyev.org">http://se.solovyev.org</a>\n\n
若您想尽您所能支持本项目\n您可以在参数选项中进行购买以支持我们的开发\n\n
如果您喜欢这一应用\n请在以下站点给予我们五星评价\n
<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n
此应用使用 next 开源资源库:\n
<a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a>
</string>
<string name="cpp_translators_text">本应用由以下支持者翻译为简体中文:
Serso
Ppnoble
Peter0z</string>
<string name="cpp_translators_list"> Sergey Solovyev</string>
<string name="c_release_notes">发行公告</string>
<string name="c_release_notes_for_title">"版本发行说明"</string>
<string name="c_about">關於</string>
<string name="c_about_content">版權所有 © 20092013\n\n<b>由 serso 又名 se.solovyev </b>\n\nFacebook 上的我們: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n此程式依據 Apache 2.0 授權條款發布:\n源代碼可以在這裡找到\n<a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n更多資訊請以電子郵件聯繫作者\n<a href="mailto:se.solovyev@gmail.com">se.solovyev@gmail.com</a>\n或造訪\n<a href="http://se.solovyev.org">http://se.solovyev.org</a>\n\n 如果你想要支持這個計畫\n你可以在應用程式選項中特別購買\n\n如果你喜歡這個應用程式\n將它評分為5顆星\n<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n這個應用程式使用了以下開源庫:\n<a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a></string>
<string name="cpp_translators_text">翻譯這個應用程式成繁體中文:</string>
<string name="cpp_translators_list">Ryan Rao</string>
<string name="c_release_notes">版本資訊</string>
<string name="c_release_notes_for_title">"發行版本說明"</string>
<string name="cpp_share_link">http://www.facebook.com/calculatorpp</string>
</resources>

View File

@@ -1,35 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="c_functions"></string>
<string name="c_fun_description_sin">三角正弦函数。</string>
<string name="c_fun_description_cos">三角余弦函数。</string>
<string name="c_fun_description_tan">三角正切函</string>
<string name="c_fun_description_cot">三角余切函数。</string>
<string name="c_fun_description_asin">反正弦 - 逆正弦函数</string>
<string name="c_fun_description_acos">余弦 - 逆余弦函</string>
<string name="c_fun_description_atan">反正切 - 逆正切函数</string>
<string name="c_fun_description_acot">余切 - 逆余切函</string>
<string name="c_fun_description_ln">自然对数 - 以e为底的对数</string>
<string name="c_fun_description_lg">十进制对数 - 以10为底的对数</string>
<string name="c_fun_description_log">对数 - 以指定数为底的对数</string>
<string name="c_fun_description_exp">指数函数</string>
<string name="c_fun_description_sqrt">平方根函</string>
<string name="c_fun_description_cubic">立方根函</string>
<string name="c_fun_description_abs">给出的参数的绝对</string>
<string name="c_fun_description_sgn">出的参数符号如果参数小于0则为-1如果等于0则为0如果大于0则为1。</string>
<string name="c_fun_description_eq">于函数 - 如果两个参数相等输出1否则输出0。</string>
<string name="c_fun_description_le">于等于函数 - 如果两个参数相等或第一个比第二个小则输出1否则输出0。</string>
<string name="c_fun_description_ge">于等于函数 - 如果两个参数相等或第一个比第二个大则输出1否则输出0。</string>
<string name="c_fun_description_ne">不等于函数 - 如果两个参数不相等则输出1否则输出0。</string>
<string name="c_fun_description_lt">于函数 - 如果第一个参数小于第二个参数则输出1否则输出0。</string>
<string name="c_fun_description_gt">于函数 - 如果第一个参数大于第二个参数则输出1否则输出0。</string>
<string name="c_fun_description_rad">将度转换为弧度d - 度m - 分钟(默认=0s - 秒(默认=0</string>
<string name="c_fun_description_dms">将度数从DMS表示法转换为十进制表示法d - 度m - 分(默认=0, s - 秒(默认=0</string>
<string name="c_fun_description_deg">弧度转换为</string>
<string name="c_fun_category_trig">三角函</string>
<string name="c_fun_category_hyper_trig">雙曲函數</string>
<string name="c_fun_category_comparison">比較函數</string>
<string name="c_fun_category_common">用函數</string>
<string name="c_fun_category_my">自訂函數</string>
<string name="c_functions"></string>
<string name="c_fun_description_sin">正弦函</string>
<string name="c_fun_description_cos">餘弦函數</string>
<string name="c_fun_description_tan">正切函</string>
<string name="c_fun_description_cot">餘切函數</string>
<string name="c_fun_description_asin">反正弦函數</string>
<string name="c_fun_description_acos">弦函</string>
<string name="c_fun_description_atan">反正切函數</string>
<string name="c_fun_description_acot">切函</string>
<string name="c_fun_description_ln">自然對數- 底數為 e 之對數</string>
<string name="c_fun_description_lg">常用對數-底數為 10 之對數</string>
<string name="c_fun_description_log">對數-指定底數對數</string>
<string name="c_fun_description_exp">e 的指數函數</string>
<string name="c_fun_description_sqrt">平方根函</string>
<string name="c_fun_description_cubic">立方根函</string>
<string name="c_fun_description_abs">計算參數的絕對</string>
<string name="c_fun_description_sgn">出的參數符號: 如果參數小於 0 ,值為-1如果參數等於 0值為0如果參數大於 0則值為1。</string>
<string name="c_fun_description_eq"> - 如果第一個參數等於第二個值為1否則為 0</string>
<string name="c_fun_description_le">於或等於 - 如果第一個參數小於或等於第二個值為1否則為 0</string>
<string name="c_fun_description_ge">於或等於 - 如果第一個參數大於或等於第二個值為1否則為 0</string>
<string name="c_fun_description_ne">不等 - 如果第一個參數不等於第二個值為1否則為 0</string>
<string name="c_fun_description_lt"> - 如果第一個參數小於第二個值為1否則為 0</string>
<string name="c_fun_description_gt"> - 如果第一個參數大於第二個值為1否則為 0</string>
<string name="c_fun_description_rad">將弧度轉換為度: d-度m-分 (預設 = 0)s-秒 (預設 = 0)</string>
<string name="c_fun_description_dms">將度從 DMS (度分秒) 符號轉換為十進位: d-度m-分鐘 (預設 = 0)s-秒 (預設 = 0)</string>
<string name="c_fun_description_deg">弧度轉換為</string>
<string name="c_fun_category_trig">三角函</string>
<string name="c_fun_category_hyper_trig">雙曲三角函數</string>
<string name="c_fun_category_comparison">比較</string>
<string name="c_fun_category_common"></string>
<string name="c_fun_category_my">我的</string>
</resources>

View File

@@ -1,23 +1,23 @@
<?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">计算针对于函数“f(x)”中变量x在给定参数默认为1时的导数并且计算在点“x_point”时函数的值。</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">算前面表达式的阶乘</string>
<string name="c_pf_description_double_factorial">算前面表达式的二次阶乘</string>
<string name="c_pf_description_percent" formatted="false">算前面表达式的百分比。
<string name="c_operators">運算子</string>
<string name="c_op_description_mod">x 除以 y 的餘數</string>
<string name="c_op_description_sum">和函f(i),累加 i 從\'起始\'到\'結束\'</string>
<string name="c_op_description_product">乘積函數 f(i),累乘 i 從\'起始\'到\'結束\'</string>
<string name="c_op_description_derivative">計算時針對於函數“f(x)”中變數x在指定參數預設為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">算前面算式的階層</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">将度转换为弧度。\n
例如\n
<string name="c_pf_description_degree">將 Degrees 轉換為 Radians。\n
例如:\n
268° = 4.67748\n
30.21° = 0.52726
</string>
30.21° = 0.52726</string>
</resources>

View File

@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="c_auto_orientation_title">动旋转屏</string>
<string name="c_auto_orientation_summary">如果开启此选项,应用将随设备自动旋转屏幕。</string>
<string name="c_show_equals_button_title">示等于按钮</string>
<string name="c_show_equals_button_summary">如果开启此选项,将显示等于按钮</string>
<string name="c_hide_numeral_base_digits_title">藏其他制的</string>
<string name="c_hide_numeral_base_digits_summary">如果开启此选项,其他进制的数字将被隐</string>
<string name="prefs_history_show_intermediate_calculations_title">历史记录中显示中间计算</string>
<string name="prefs_history_show_intermediate_calculations_summary">如果开启此选项,所有的计算都将显示在历史记录中</string>
<string name="p_calculations_calculate_on_fly_title">在输入时计算结</string>
<string name="p_calculations_calculate_on_fly_summary">如果开启此选项,将在输入时自动完成运</string>
<string name="prefs_prevent_screen_from_fading_title">防止屏幕变</string>
<string name="prefs_prevent_screen_from_fading_summary">如果开启此选项,在使用此应用时屏幕将不会变</string>
<string name="c_auto_orientation_title">動旋轉螢</string>
<string name="c_auto_orientation_summary">如果啟用,應用程式將會隨裝置旋轉螢幕</string>
<string name="c_show_equals_button_title">示等於按鈕</string>
<string name="c_show_equals_button_summary">如果啟用,顯示等號按鍵</string>
<string name="c_hide_numeral_base_digits_title">藏其他進位制的</string>
<string name="c_hide_numeral_base_digits_summary">如果啟用,其他進位制的數字將被隱</string>
<string name="prefs_history_show_intermediate_calculations_title">紀錄中顯示中間計算過程</string>
<string name="prefs_history_show_intermediate_calculations_summary">如果啟用,所有計算內容將會顯示在歷史紀錄頁面</string>
<string name="p_calculations_calculate_on_fly_title">輸入時同時計算結</string>
<string name="p_calculations_calculate_on_fly_summary">如果啟用,輸入時自動計</string>
<string name="prefs_prevent_screen_from_fading_title">防止螢幕變</string>
<string name="prefs_prevent_screen_from_fading_summary">如果開啟,使用此應用程式時,螢幕將不會變</string>
</resources>

View File

@@ -1,295 +1,277 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="c_app_name">Calculator++</string>
<string name="c_app_name_on_screen">Calculator++(窗口模式</string>
<string name="c_app_name_free">Calculator++ 免费版</string>
<string name="c_app_name_on_screen">Calculator++ (浮窗模式)</string>
<string name="c_app_icon_name">Calc++</string>
<string name="c_app_settings">设置</string>
<string name="c_syntax_error">错误</string>
<string name="c_result_copied">结果已复制到剪贴板!</string>
<string name="c_app_settings">設定</string>
<string name="c_syntax_error">錯誤</string>
<string name="c_result_copied">計算結果已經複製到剪貼簿!</string>
<string name="c_settings">設定</string>
<string name="c_help">說明</string>
<string name="c_help">支援</string>
<string name="c_vars_and_constants">變數與常數</string>
<string name="c_prefs_main_category">主要設定</string>
<string name="c_prefs_calculations_category">計算設定</string>
<string name="c_prefs_appearance_category">外觀設定</string>
<string name="c_prefs_other_category">其他設定</string>
<string name="c_prefs_drag_button_category">拖曳按鈕設定</string>
<string name="c_down"></string>
<string name="c_up"></string>
<string name="c_restart"></string>
<string name="c_prefs_drag_button_category">按鍵滑動設定</string>
<string name="c_down"></string>
<string name="c_up"></string>
<string name="c_restart">新啟動</string>
<string name="c_undo">復原</string>
<string name="c_redo"></string>
<string name="c_redo"></string>
<string name="c_clear">C</string>
<string name="c_erase"></string>
<string name="c_paste">貼上</string>
<string name="c_vars">變數</string>
<string name="c_copy">複製</string>
<string name="c_plot">繪圖</string>
<string name="c_graph"></string>
<string name="c_calc_color_display_title">語法標示計算式</string>
<string name="c_calc_round_result_title">四捨五入</string>
<string name="c_calc_round_result_summary">切換答案四捨五入</string>
<string name="c_graph"></string>
<string name="c_calc_color_display_title">高亮凸顯算式</string>
<string name="c_calc_round_result_title">結果四捨五入</string>
<string name="c_calc_round_result_summary">切換是否四捨五入結果</string>
<string name="c_calc_science_notation_title">永遠使用科學記號</string>
<string name="c_calc_science_notation_summary">開啟此選項,則答案將永遠使用科學記號表示 (例: 12.34E-12)</string>
<string name="p_calc_result_precision_title">答案小數點後位數</string>
<string name="p_calc_max_calculation_time_title">計算時間限制</string>
<string name="p_calc_max_calculation_time_summary">如果計算超過時間, 程式將顯示錯誤並停止計算</string>
<string name="c_exit">離開</string>
<string name="c_calc_science_notation_summary">如果啟用,強制僅使用科學記號表示
(12.34E-12)</string>
<string name="p_calc_result_precision_title">運算結果精確度</string>
<string name="p_calc_max_calculation_time_title">計算最大時限</string>
<string name="p_calc_max_calculation_time_summary">如果計算超出指定時間 - 停止計算並顯示錯誤</string>
<string name="c_exit">關閉</string>
<string name="c_add">新增</string>
<string name="c_cancel">取消</string>
<string name="c_save">儲存</string>
<string name="c_remove"></string>
<string name="c_remove"></string>
<string name="c_yes"></string>
<string name="c_no"></string>
<string name="removal_confirmation">確認移除</string>
<string name="c_var_removal_confirmation_question">您真的要移除變數 \'%s\' 嗎?</string>
<string name="removal_confirmation">刪除確認</string>
<string name="c_var_removal_confirmation_question">你確定要刪除變數 \'%s\' 嗎?</string>
<string name="c_var_name">名稱</string>
<string name="c_var_value"></string>
<string name="c_var_description">描述</string>
<string name="c_var_create_var">创建变量</string>
<string name="c_var_create_var">新增變數</string>
<string name="c_var_edit_var">編輯變數</string>
<string name="c_value_is_not_a_number">值必是一个数字或留空:如果有参数 - 请创建一个函数来代替!</string>
<string name="c_var_name_clashes">變數名稱與函數名稱衝突!</string>
<string name="c_var_already_exists">存在相同名称的变量!</string>
<string name="c_name_is_not_valid">数名称不正确:名称必须由英文字母开始,可以包含字母、数字和下划线</string>
<string name="c_sys_var_cannot_be_changed">無法修改系統變數!</string>
<string name="c_calc_editor_hint">輸入新的運算式</string>
<string name="c_value_is_not_a_number">值必是一個數或留白: 如果你有多個參數 - 用新增函數來替代</string>
<string name="c_var_name_clashes">變數名稱與函數名稱衝突 !</string>
<string name="c_var_already_exists">經有相同名稱的變數存在!</string>
<string name="c_name_is_not_valid">數名稱無效: 名稱必須以英文字母開頭,可以包含字母,數字及底線</string>
<string name="c_sys_var_cannot_be_changed">不能更改系統變數!</string>
<string name="c_calc_editor_hint">輸入新算式</string>
<string name="c_press_to_copy">按下複製</string>
<string name="c_continue">繼續</string>
<string name="c_history">紀錄</string>
<string name="c_history">歷史紀錄</string>
<string name="c_history_button">M</string>
<string name="c_history_is_empty">沒有紀錄!</string>
<string name="c_history_is_empty">紀錄空白!</string>
<string name="c_app_history">紀錄</string>
<string name="c_char_is_not_accepted">變數名稱裡面不可使用字元 \'%s\'</string>
<string name="c_calc_angle_units">角度單位</string>
<string name="p_deg">角度</string>
<string name="p_rad">弳度</string>
<string name="p_grad">梯度</string>
<string name="p_turns"></string>
<string name="c_angle_units_summary">設定角度的預設單位</string>
<string name="c_calc_numeral_bases">進位制</string>
<string name="c_numeral_bases_summary">設定預設的進位制</string>
<string name="c_char_is_not_accepted">變數名稱不可使用字元 \'%s\'!</string>
<string name="c_calc_angle_units">目前角度單位</string>
<string name="p_deg">Degrees</string>
<string name="p_rad">Radians</string>
<string name="p_grad">Gradians</string>
<string name="p_turns">Turns</string>
<string name="c_angle_units_summary">選擇計算中使用的角度單位</string>
<string name="c_calc_numeral_bases">目前進位制</string>
<string name="c_numeral_bases_summary">選擇計算中使用的進位制</string>
<string name="p_dec">十進位</string>
<string name="p_hex">十六進位</string>
<string name="p_oct">八進位</string>
<string name="p_bin">二進位</string>
<string name="c_calc_theme">主題</string>
<string name="c_calc_theme">主題風格</string>
<string name="p_default_theme">灰色</string>
<string name="p_violet_theme">羅蘭</string>
<string name="p_violet_theme">紫色</string>
<string name="p_light_blue_theme">淺藍色</string>
<string name="p_metro_blue_theme"> (預設)</string>
<string name="p_metro_green_theme"></string>
<string name="p_metro_purple_theme"></string>
<string name="c_calc_result_precision_summary">结果显示的精确度(无论此项如何设置,所有的计算都使用最大
精确度)</string>
<string name="c_calc_color_display_summary">切换计算器编辑界面的颜色和样式。</string>
<string name="c_calc_theme_summary">設定程式主題</string>
<string name="c_clear_history">清除紀錄</string>
<string name="c_toggle_datetime">显示/隐藏日期</string>
<string name="p_metro_blue_theme">地鐵藍 (預設)</string>
<string name="p_metro_green_theme">地鐵</string>
<string name="p_metro_purple_theme">地鐵</string>
<string name="c_calc_result_precision_summary">結果值的精確度 (不論選項值為多少,所有算都使用最大精確度)</string>
<string name="c_calc_color_display_summary">切換計算機編輯器的顏色與樣式</string>
<string name="c_calc_theme_summary">設定計算機的主題風格</string>
<string name="c_clear_history">清除歷史記錄</string>
<string name="c_toggle_datetime">顯示/隱藏日期</string>
<string name="c_simplify_instead_of_numeric">未定義的常數: {0}!</string>
<string name="p_grouping_separator_no"></string>
<string name="p_grouping_separator_apostrophe">單引號 (\')</string>
<string name="p_grouping_separator_apostrophe">號 (\')</string>
<string name="p_grouping_separator_space">空格 ( )</string>
<string name="c_calc_grouping_separator">分隔符號</string>
<string name="c_calc_grouping_separator_summary">設定分隔符號</string>
<string name="c_calc_multiplication_sign">乘號</string>
<string name="c_calc_multiplication_sign_summary">設定乘號</string>
<string name="c_calc_layout">按鍵布局</string>
<string name="p_layout_cellphone">科學計算 (手機)</string>
<string name="p_layout_calculator">学型</string>
<string name="p_layout_calculator_mobile">学型(大按钮)</string>
<string name="p_layout_simple">简单型</string>
<string name="p_layout_simple_mobile">简单型(大按钮)</string>
<string name="c_calc_layout_summary">设置按键布局</string>
<string name="c_calc_haptic_feedback_title">触觉反馈</string>
<string name="c_calc_haptic_feedback_summary">開啟/關閉按下按鈕時的振</string>
<string name="c_calc_layout">版面配置</string>
<string name="p_layout_cellphone">科學模式 (手機)</string>
<string name="p_layout_calculator">學模式</string>
<string name="p_layout_calculator_mobile">學模式 (大按鍵)</string>
<string name="p_layout_simple">簡單模式</string>
<string name="p_layout_simple_mobile">簡單模式 (大按鍵)</string>
<string name="c_calc_layout_summary">設定按鍵配置</string>
<string name="c_calc_haptic_feedback_title">觸覺反饋</string>
<string name="c_calc_haptic_feedback_summary">切換按下按鍵時是否震</string>
<string name="p_calc_haptic_feedback_strength_short"></string>
<string name="p_calc_haptic_feedback_strength_middle"></string>
<string name="p_calc_haptic_feedback_strength_long"></string>
<string name="p_calc_haptic_feedback_duration_title">触觉反馈持续时间</string>
<string name="p_calc_haptic_feedback_duration_summary">按下按鈕時振動的時間長度</string>
<string name="empty_var_error">无法创建空的常数!</string>
<string name="not_valid_result">前结果无效!</string>
<string name="c_plot_graph">图表</string>
<string name="c_min_x_value"></string>
<string name="p_calc_haptic_feedback_strength_long"></string>
<string name="p_calc_haptic_feedback_duration_title">觸覺反饋持續時間</string>
<string name="p_calc_haptic_feedback_duration_summary">按下按鍵時震動的時間</string>
<string name="empty_var_error">無法新增空白的常數!</string>
<string name="not_valid_result">前结果無效!</string>
<string name="c_plot_graph">圖形</string>
<string name="c_min_x_value"></string>
<string name="c_max_x_value"></string>
<string name="c_swipe_distance">设置按键滑动距离</string>
<string name="c_swipe_distance_summary">设置支持滑动操作的按键的滑动距离</string>
<string name="c_swipe_distance">按鍵滑動距離</string>
<string name="c_swipe_distance_summary">設定附加滑動功能按鍵的滑動距離</string>
<string name="c_comment">備註</string>
<string name="c_history_item_saved">已儲存</string>
<string name="c_history_item_not_saved">未儲存</string>
<string name="c_expression_copied">算式已複製到剪簿!</string>
<string name="c_expression_copied">算式已複製到剪簿!</string>
<string name="c_history_item_status">狀態:</string>
<string name="c_history_item_comment">備註:</string>
<string name="c_use">使用</string>
<string name="c_use_short">使用</string>
<string name="c_copy_expression">複製算式</string>
<string name="c_copy_expression">複製算式</string>
<string name="c_copy_result">複製結果</string>
<string name="c_history_expression"></string>
<string name="c_history_item_already_saved">已儲存 (見 \'已存紀錄\' 頁籤)</string>
<string name="c_history_item_already_saved">已儲存 (見\"已存紀錄\"頁面)</string>
<string name="c_history_comment">備註</string>
<string name="c_save_history">儲存紀錄</string>
<string name="c_edit_history">修改紀錄</string>
<string name="c_edit">修改</string>
<string name="c_saved_history">已存紀錄</string>
<string name="c_history_already_saved">紀錄已儲存!</string>
<string name="c_saved_history">儲存的紀錄</string>
<string name="c_history_already_saved">紀錄已儲存!</string>
<string name="c_history_must_be_saved">編輯紀錄之前必須先儲存!</string>
<string name="c_history_was_removed">成功删除历史记录!</string>
<string name="c_history_saved">成功保存历史记录!</string>
<string name="c_history_was_removed">成功刪除紀錄!</string>
<string name="c_history_saved">成功儲存紀錄!</string>
<string name="c_copy_description">複製描述</string>
<string name="c_copy_value">複製值</string>
<string name="c_first_start_text">谢您选择Calculator++\n\nCalculator++ 是一款超强的日常算工具。</string>
<string name="c_first_start_text">謝你選擇 Calculator++!\n\nCalculator++ 是強大的日常算工具。</string>
<string name="c_first_start_text_title">歡迎</string>
<string name="c_calc_show_release_notes_title">顯示發行公告</string>
<string name="c_calc_show_release_notes_summary">是否在升級程式之後顯示發行公告</string>
<string name="c_calc_use_back_button_as_prev_summary">設定退出鍵的功</string>
<string name="c_calc_use_back_button_as_prev_title">返回键查看上一条记录</string>
<string name="c_clear_billing_info_summary">從伺服器下載付費資訊</string>
<string name="c_clear_billing_info_title">清除付費資訊</string>
<string name="c_calc_show_release_notes_title">顯示版本說明</string>
<string name="c_calc_show_release_notes_summary">選擇是否在升級至新版本後跳出版本說明</string>
<string name="c_calc_use_back_button_as_prev_summary">設定返回鍵的功</string>
<string name="c_calc_use_back_button_as_prev_title">返回鍵以回到先前結果</string>
<string name="c_clear_billing_info_summary">從伺服器重新載入購買狀態</string>
<string name="c_clear_billing_info_title">更新購買資訊</string>
<string name="c_warning">警告</string>
<string name="c_error">錯誤</string>
<string name="c_billing_error">不支援付費: 您必須要將您的 Google Checkout 帳號連結到您的 Google 帳號並連上網際網路.</string>
<string name="c_calc_ad_free_title">支持此專案</string>
<string name="c_calc_ad_free_summary">並移除廣告</string>
<string name="c_calc_already_purchased">已購買無廣告選項!</string>
<string name="c_calc_purchasing">正在購買…</string>
<string name="c_calc_clearing">正在清除…</string>
<string name="c_feedback_title">回饋</string>
<string name="c_feedback_text">您已使用 Calculator++ 有一段时间了, \n我们很希望了解您对此应用的意见。\n\n
请在<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>给 Calculator++评分,\n 并留下您的评价, \n或在<a href="http://facebook.com/calculatorpp">Facebook</a>上讨论。
</string>
<string name="c_notespp_announce_text">喜讯——我刚刚发布了如下的 Android 应用<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">Notes++</a>.\n 如果您对简单便捷地做笔记感兴趣,请点击以下<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes"> 链接</a>试试Notes++ 吧!</string>
<string name="c_angle_units_changed_to">角度单位已更改为 \'%s\'!</string>
<string name="c_numeral_base_changed_to">Numeral base has been changed to \'%s\'!</string>
<string name="c_billing_error">結帳未成功你必須擁有一個已開通Google電子錢包的帳戶且必須連接網路
</string>
<string name="c_calc_ad_free_title">贊助這個計畫</string>
<string name="c_calc_ad_free_summary">並且移除廣告</string>
<string name="c_calc_already_purchased">已經購買去廣告版!</string>
<string name="c_calc_purchasing">交易中...</string>
<string name="c_calc_clearing">清除中...</string>
<string name="c_feedback_title">意見回饋</string>
<string name="c_feedback_text">你已經使用 Calculator++ 一段時間了,\n
了解你對這個應用程式的意見對我們而言十分重要。\n\n
請您評分 Calculator++\n於<a href="https://market.android.com/details?id=org.solovyev.android.calculator">
Google Play</a> \n留下評論或討論這個應用程式\n於
<a href="http://facebook.com/calculatorpp">Facebook</a></string>
<string name="c_notespp_announce_text">好消息 - 我剛推出一個新的Android應用程式叫
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes"> Notes++</a>\n
如果你有興趣快速而簡單的做筆記請點<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">這個連結</a>來試試Notes++!</string>
<string name="c_angle_units_changed_to">角度單位已更改為 \'%s\'!</string>
<string name="c_numeral_base_changed_to">進位制已改為 \'%s\'!</string>
<string name="c_conversion_tool">轉換工具</string>
<string name="c_convert">轉換為</string>
<string name="c_convert">轉換為&#8230;</string>
<string name="convert_to_hex">轉換為十六進位</string>
<string name="convert_to_bin">轉換為二進位</string>
<string name="convert_to_dec">轉換為十進位</string>
<string name="editor">编辑</string>
<string name="result"></string>
<string name="editor">編輯</string>
<string name="result"></string>
<string name="other">其他</string>
<string name="derivatives">衍生工具/积</string>
<string name="crashed">Calculator++ 已崩溃</string>
<string name="crash_dialog_title">Calculator++ 崩溃报</string>
<string name="crash_dialog_text"> Unfortunately, Calculator++ has crashed.\n\n
In order to fix the problem we need some information about it. It\'s highly recommended to send a crash report via
email (after pressing \'Ok\' button you will see all sent data in the new window).\n\n
Do you want to send a crash report?
</string>
<string name="prefs_graph_screen_title">图形设置</string>
<string name="prefs_graph_interpolate_function">积分函数图</string>
<string name="prefs_graph_interpolate_function_summary">If checked cubic interpolation will be used in function
graph drawing
</string>
<string name="prefs_graph_real_color_title">Color of real part of functions graph</string>
<string name="prefs_graph_real_color_summary">Sets color of real part functions graph</string>
<string name="prefs_graph_imag_color_title">Color of imaginary part of functions graph</string>
<string name="prefs_graph_imag_color_summary">Sets color of imaginary part functions graph</string>
<string name="derivatives">微分/積</string>
<string name="crashed">Calculator++ 已經崩潰</string>
<string name="crash_dialog_title">Calculator++ 崩潰報</string>
<string name="crash_dialog_text">Calculator++ 不幸地崩潰了。\n\n
為了修復這個問題,我們需要一些關於它的資訊。強烈建議以電子郵件傳送崩潰報告 (按下\"確定\"後,你會在新視窗中看到所有發送的資料)\n\n
你想要傳送崩潰報告嗎?</string>
<string name="prefs_graph_screen_title">圖形設定</string>
<string name="prefs_graph_interpolate_function">插入函數圖形</string>
<string name="prefs_graph_interpolate_function_summary">如果勾選此項目,立方插值將會在繪製圖形時使用</string>
<string name="prefs_graph_real_color_title">函數圖形實數部分的顏色</string>
<string name="prefs_graph_real_color_summary">設定函數圖形實數部分的顏色</string>
<string name="prefs_graph_imag_color_title">函數圖形虛數部分的顏色</string>
<string name="prefs_graph_imag_color_summary">設定函數圖形虛數部分的顏色</string>
<string name="p_white_line_color">白色</string>
<string name="p_grey_line_color">灰色</string>
<string name="p_red_line_color"></string>
<string name="p_blue_line_color"></string>
<string name="p_green_line_color">绿</string>
<string name="c_function_name"></string>
<string name="p_red_line_color"></string>
<string name="p_blue_line_color"></string>
<string name="p_green_line_color"></string>
<string name="c_function_name"></string>
<string name="c_function_value"></string>
<string name="c_function_description">描述</string>
<string name="c_function_parameters">参数</string>
<string name="function_create_function">创建函数</string>
<string name="function_edit_function">编辑函数</string>
<string name="function_name_is_not_valid">数名称无效:名称必须以字母开头,可以包含字母、数字和下划线</string>
<string name="function_already_exists">已经存在相同名的函数!</string>
<string name="function_is_empty">数主体不能为空!</string>
<string name="function_param_not_empty">Function parameter should not be empty!</string>
<string name="function_removal_confirmation_question">Do you really want to delete \'%s\' function?</string>
<string name="empty_function_error">Unable to create empty function!</string>
<string name="do_not_show_messages_in_session">Do not show this message until next session</string>
<string name="calculation_messages_dialog_title">Calculator++ warning</string>
<string name="arithmetic_error_while_plot">Arithmetic error occurred while plotting: %s</string>
<string name="ok"></string>
<string name="p_show_calculation_messages_dialog_title">对话框中显示计算信</string>
<string name="p_show_calculation_messages_dialog_summary">If turned on if any message occurred while calculations
special dialog will be shown
</string>
<string name="fix">修复</string>
<string name="p_preferred_numeral_base_title">Default numeral system</string>
<string name="p_preferred_numeral_base_summary">Defines the default numeral system</string>
<string name="preferred_numeral_base_message">Default numeral system \'%1$s\' differs from current \'%2$s\'. Forgot
to change back?
</string>
<string name="p_preferred_angle_units_title">Default angle units</string>
<string name="p_preferred_angle_units_summary">Defines the default angle units</string>
<string name="preferred_angle_units_message">Default angle units \'%1$s\' differs from current \'%2$s\'. Forgot to
change back?
</string>
<string name="close">Close</string>
<string name="c_app_widget_3x3_name">Calculator++ Widget (3x3)</string>
<string name="c_app_widget_3x4_name">Calculator++ Widget (3x4)</string>
<string name="c_app_widget_4x4_name">Calculator++ Widget (4x4)</string>
<string name="c_app_widget_4x5_name">Calculator++ Widget (4x5)</string>
<string name="open_onscreen_calculator">Click to open calculator in window mode</string>
<string name="prefs_onscreen_title">Calculator (in separate window) settings</string>
<string name="prefs_onscreen_start_on_boot_title">开机启动</string>
<string name="prefs_onscreen_start_on_boot_summary">If turned on Calculator++ will appear in notification bar after
device boot
</string>
<string name="prefs_onscreen_show_app_icon_title">Show separate icon (require reboot)</string>
<string name="prefs_onscreen_show_app_icon_summary">If turned on second icon will be shown in applications\' list
</string>
<string name="cpp_onscreen_remove_icon_message">You can remove second icon in applications\' list from application
settings or by pressing the next button
</string>
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
<string name="cpp_plot_2d">2D 绘图</string>
<string name="cpp_plot_3d">3D 绘图</string>
<string name="cpp_plot_functions">图形函数</string>
<string name="cpp_prefs_graph_plot_imag_title">Plot imaginary part of function</string>
<string name="cpp_prefs_graph_plot_imag_summary">If checked imaginary part of function will be plotted</string>
<string name="cpp_monochrome_line_color_type"></string>
<string name="cpp_color_map_line_color_type">彩色地图只有3D</string>
<string name="cpp_solid_line_style">Solid (-----)</string>
<string name="cpp_dashed_line_style">Dashed (- - -)</string>
<string name="cpp_dotted_line_style">Dotted (. . .)</string>
<string name="cpp_dash_dotted_line_style">Dot-dashed (-.-.-)</string>
<string name="cpp_plotter">函数绘图仪</string>
<string name="cpp_plot_screenshot">屏幕截图</string>
<string name="cpp_plot_screenshot_saved">已成功保存截图:%1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">未装载SD卡不能保存屏幕截图。请装载SD卡再试一次</string>
<string name="cpp_plot_function_line_color_type">线条颜色样式</string>
<string name="cpp_plot_function_line_color">线条颜色</string>
<string name="cpp_plot_function_line_style">线条样式</string>
<string name="cpp_plot_function_line_width">线条宽度</string>
<string name="cpp_plot_function_settings">函数设置</string>
<string name="cpp_function">函数</string>
<string name="c_function_parameters">參數</string>
<string name="function_create_function">新增函數</string>
<string name="function_edit_function">編輯函數</string>
<string name="function_name_is_not_valid">數的名稱無效: 名稱必須以字母開頭,可以包含字母、 數字和底線</string>
<string name="function_already_exists">相同名的函數已經存在!</string>
<string name="function_is_empty">數主體不能空白!</string>
<string name="function_param_not_empty">函數參數不應該空白!</string>
<string name="function_removal_confirmation_question">你確定要刪除函數 \'%s\' 嗎?</string>
<string name="empty_function_error">無法新增空白函數!</string>
<string name="do_not_show_messages_in_session">不要顯示這訊息直到下次使用</string>
<string name="calculation_messages_dialog_title">Calculator++ 警告</string>
<string name="arithmetic_error_while_plot">繪圖中發生算術錯誤: %s</string>
<string name="ok"></string>
<string name="p_show_calculation_messages_dialog_title">對話框中顯示計算訊</string>
<string name="p_show_calculation_messages_dialog_summary">如果啟用,計算時任何訊息產生,將以特別的對話框顯示</string>
<string name="fix">修復</string>
<string name="p_preferred_numeral_base_title">預設進位制</string>
<string name="p_preferred_numeral_base_summary">選擇預設進位制</string>
<string name="preferred_numeral_base_message">目前的進位制 \'%2$s\' 與預設的 \'%1$s\' 不同。忘了改回來?</string>
<string name="p_preferred_angle_units_title">預設角度單位</string>
<string name="p_preferred_angle_units_summary">選擇預設角度單位</string>
<string name="preferred_angle_units_message">目前的角度單位 \'%2$s\' 與預設的 \'%1$s\' 不同。忘了改回來?</string>
<string name="close">關閉</string>
<string name="c_app_widget_3x3_name">Calculator++ 小工具 (3x3)</string>
<string name="c_app_widget_3x4_name">Calculator++ 小工具 (3x4)</string>
<string name="c_app_widget_4x4_name">Calculator++ 小工具 (4x4)</string>
<string name="c_app_widget_4x5_name">Calculator++ 小工具 (4x5)</string>
<string name="open_onscreen_calculator">點擊以浮窗模式開啟計算機</string>
<string name="prefs_onscreen_title">計算機(獨立視窗) 設定</string>
<string name="prefs_onscreen_start_on_boot_title">開機時啟動</string>
<string name="prefs_onscreen_start_on_boot_summary">如果啟用Calculator++ 將會在裝置啟動後顯示在通知列</string>
<string name="prefs_onscreen_show_app_icon_title">顯示獨立的圖示 (需要重新啟動)</string>
<string name="prefs_onscreen_show_app_icon_summary">如果啟用,第二個圖示將會顯示在應用程式列表中</string>
<string name="cpp_onscreen_remove_icon_message">您可以在應用程式設定中刪除應用程式列表中的第二個圖示,或透過點擊下個按鈕刪除</string>
<string name="cpp_this_change_may_require_reboot">這個變更可能需要重新啟動</string>
<string name="cpp_plot_2d">2D 繪圖</string>
<string name="cpp_plot_3d">3D 繪圖</string>
<string name="cpp_plot_functions">繪製函數</string>
<string name="cpp_prefs_graph_plot_imag_title">繪製函數的虛數部分</string>
<string name="cpp_prefs_graph_plot_imag_summary">如果勾選,將繪製函數的虛數部分</string>
<string name="cpp_monochrome_line_color_type">黑白</string>
<string name="cpp_color_map_line_color_type">彩色繪製 (僅限3D)</string>
<string name="cpp_solid_line_style">實線 (-----)</string>
<string name="cpp_dashed_line_style">破線 (- - -)</string>
<string name="cpp_dotted_line_style">點線 (. . .)</string>
<string name="cpp_dash_dotted_line_style">點鎖線 (-.-.-)</string>
<string name="cpp_plotter">函數繪圖工具</string>
<string name="cpp_plot_screenshot">螢幕截圖</string>
<string name="cpp_plot_screenshot_saved">已成功儲存截圖:%1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">未掛載SD卡無法儲存螢幕截圖。請掛載SD卡後再試一次!</string>
<string name="cpp_plot_function_line_color_type">線條顏色樣式</string>
<string name="cpp_plot_function_line_color">線條顏</string>
<string name="cpp_plot_function_line_style">線條樣式</string>
<string name="cpp_plot_function_line_width">線條寬度</string>
<string name="cpp_plot_function_settings">函數設定</string>
<string name="cpp_function">函數</string>
<string name="cpp_pinned">已固定</string>
<string name="cpp_visible"></string>
<string name="cpp_plot_button_text">+ 绘制</string>
<string name="cpp_plot_empty_function_error">无法绘制空函数 </string>
<string name="cpp_plot_too_many_variables">无法绘制:变量太多!</string>
<string name="cpp_plot_range">图表范围</string>
<string name="cpp_fullscreen"></string>
<string name="cpp_visible"></string>
<string name="cpp_plot_button_text">+ 繪製</string>
<string name="cpp_plot_empty_function_error">無法繪製空白函數!</string>
<string name="cpp_plot_too_many_variables">無法繪製: 太多變數!</string>
<string name="cpp_plot_range">圖形範圍</string>
<string name="cpp_fullscreen">螢幕</string>
<string name="cpp_plot_range_x_min">X 最小值</string>
<string name="cpp_plot_range_x_max">X 最大值</string>
<string name="cpp_plot_range_y_min">Y 最小值</string>
<string name="cpp_plot_range_y_max">Y 最大值</string>
<string name="cpp_invalid_number">无效的数字!</string>
<string name="cpp_plot_boundaries_should_differ">图形边界不应该相同</string>
<string name="cpp_apply"></string>
<string name="cpp_message"></string>
<string name="cpp_continue">继续</string>
<string name="cpp_purchase_text">Supporting the project is easy and secure: purchase process is provided by Google
and all you need is a properly configured Google account.\n\n
Payment information is stored in Google servers with your Google account and you can easily use this application on
several devices.\n\n
By clicking \'Continue\' button you will be redirected to the Google Play app to make the payment.
</string>
<string name="cpp_purchase_title">购买</string>
<string name="cpp_purchase_thank_you_text">Thank you for supporting this application!\n\n It might take several
minutes until the app will be informed about the purchase. You can always check the information about the purchase in
your Google Account.\n
If you have any problems or questions feel free to contact me directly (contacts are available in
Main-&gt;Menu-&gt;About)
</string>
<string name="cpp_invalid_number">數字無效!</string>
<string name="cpp_plot_boundaries_should_differ">圖形邊界不應該相同!</string>
<string name="cpp_apply"></string>
<string name="cpp_message"></string>
<string name="cpp_continue">繼續</string>
<string name="cpp_purchase_text">支持本專案是很簡單且安全的購買過程是由Google所提供的你只需要正確的設置Google帳戶。\n\n付款訊息將記錄在你的Google帳戶中並儲存於Google伺服器你可以輕鬆的於多個設備終止用本軟體。\n\n當你點擊\"繼續\"按鈕將會被移至Google Play來進行付款程序。</string>
<string name="cpp_purchase_title">購買</string>
<string name="cpp_purchase_thank_you_text">感謝你對這個應用程式的支持\n\n 你的app可能需要幾分鐘才會得知你的贊助. 你可以隨時在你的 Google帳戶查詢到你的贊助資訊\n
如果你有其他問題歡迎直接跟我聯絡 (聯絡辦法可以在 主頁面-&gt;選單-&gt;關於)</string>
<string name="cpp_var_show_greek_keyboard">Show Greek letters</string>
<string name="cpp_var_hide_greek_keyboard">Hide Greek letters</string>
</resources>

View File

@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="c_var_description_PI">圆周长与直径的比值。注意:此常数随角度位改 =&gt; rad: 3.14, deg: 180.0</string>
<string name="c_var_description_pi">圆周长与直径的比值。注意:此常数随角度位改 =&gt; rad: 3.14, deg: 180.0</string>
<string name="c_var_description_e">唯一一个使函 f(x) = e^x 的微分(切线的斜率 在 x=0 时值为1的实数</string>
<string name="c_var_description_i">虚数单位,定义为 i^2=-1</string>
<string name="c_var_description_c">真空中的光速,单位为m·s</string>
<string name="c_var_description_G">有引力常是一个经验物理常,用来计算有质量的物体之间的引力,单位为m^3·kg^-1·s^-2</string>
<string name="c_var_description_h">反映量子力学中的能量量子大小的物理常数,单位为J·s</string>
<string name="c_var_description_h_reduced">化普朗克常数,单位为J·s</string>
<string name="c_var_description_nan"></string>
<string name="c_var_description_inf">无穷</string>
<string name="c_var_system">内置</string>
<string name="c_var_my">自定</string>
<string name="c_var_description_PI">圓周長與直徑的比值。注意: 這個常數隨角度位改 =&gt; rad: 3.14, deg: 180.0</string>
<string name="c_var_description_pi">圓周長與直徑的比值。注意: 這個常數不隨角度位改 =&gt; rad: 3.14, deg: 3.14</string>
<string name="c_var_description_e">唯一使函 f(x) = e^x 的微分 (切線斜率) 在 x=0 時值為1的實數</string>
<string name="c_var_description_i">虛數單位,定 i^2 = -1</string>
<string name="c_var_description_c">真空中的光速m·s^-1</string>
<string name="c_var_description_G">有引力常是一個實驗的物理常,用來計算有質量物體間的重力,m^3·kg^1·s^2</string>
<string name="c_var_description_h">對應量子力學中能量量子大小的物理常數,J·s</string>
<string name="c_var_description_h_reduced">化普朗克常數,J·s</string>
<string name="c_var_description_nan"></string>
<string name="c_var_description_inf">無窮</string>
<string name="c_var_system">內建</string>
<string name="c_var_my">自定</string>
</resources>

View File

@@ -1,35 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--Generated by crowdin.net-->
<resources>
<string name="cpp_wizard_next">继续</string>
<string name="cpp_wizard_next">繼續</string>
<string name="cpp_wizard_back">返回</string>
<string name="cpp_wizard_finish">完成</string>
<string name="cpp_wizard_start">启动向导</string>
<string name="cpp_wizard_layout_optimized"></string>
<string name="cpp_wizard_layout_big_buttons">按钮</string>
<string name="cpp_wizard_mode_simple">简单型</string>
<string name="cpp_wizard_mode_simple_description">简单模式下主屏幕上只有基本功能可用。计算结果保留5位小数角度单位默认为度</string>
<string name="cpp_wizard_mode_engineer">工程</string>
<string name="cpp_wizard_mode_engineer_description">在工程模式下,主屏幕上可以使用特殊功能。计算结果不四五入以工程表示法表示,角度单位默认为弧度</string>
<string name="cpp_restart_wizard">启动向导</string>
<string name="cpp_wizard_dragbutton_action_end">非常好!再多点一次按钮试试!</string>
<string name="cpp_wizard_dragbutton_action_center">点击下面的按钮输入9</string>
<string name="cpp_wizard_dragbutton_action_up">从按钮中间向上拖动输入%</string>
<string name="cpp_wizard_dragbutton_action_left">从按钮中间向左拖动输入sin</string>
<string name="cpp_wizard_dragbutton_action_down">从按钮中间向下拖动输入^2</string>
<string name="cpp_wizard_welcome_title"></string>
<string name="cpp_wizard_layout_title">选择布局</string>
<string name="cpp_wizard_mode_title">选择模式</string>
<string name="cpp_wizard_onscreen_calculator_title">在单独窗口中的计算器</string>
<string name="cpp_wizard_dragbutton_title">拖动按钮基本信息</string>
<string name="cpp_wizard_final_title">几乎完成了</string>
<string name="cpp_wizard_final_free_and_opensource">Calculator++ 是免费开源的:所有的功能都免费,可以在github上找到源代</string>
<string name="cpp_wizard_final_ways_to_help">下面几种方法你可以帮助这款软件做的更好</string>
<string name="cpp_wizard_start">啟動精靈</string>
<string name="cpp_wizard_layout_optimized"></string>
<string name="cpp_wizard_layout_big_buttons">型按鍵</string>
<string name="cpp_wizard_mode_simple">簡單模式</string>
<string name="cpp_wizard_mode_simple_description">簡單模式下主畫面上只有基本功能可用。計算結果四捨五入至小數第5位角度單位預設為Degrees</string>
<string name="cpp_wizard_mode_engineer">工程模式</string>
<string name="cpp_wizard_mode_engineer_description">在工程模式下,主畫面上可以使用特殊功能。計算結果不四五入以工程符號表示,角度單位預設為Radians</string>
<string name="cpp_restart_wizard">啟動精靈</string>
<string name="cpp_wizard_dragbutton_action_end">非常好! 再點一次重試按鍵</string>
<string name="cpp_wizard_dragbutton_action_center">點擊下面的按鍵一次來輸入9</string>
<string name="cpp_wizard_dragbutton_action_up">從按鍵中央向上滑動來輸入%</string>
<string name="cpp_wizard_dragbutton_action_left">從按鍵中央向左滑動來輸入sin</string>
<string name="cpp_wizard_dragbutton_action_down">從按鍵中央向下滑動來輸入 ^2</string>
<string name="cpp_wizard_welcome_title"></string>
<string name="cpp_wizard_layout_title">選擇版面配置</string>
<string name="cpp_wizard_mode_title">選擇模式</string>
<string name="cpp_wizard_onscreen_calculator_title">獨立視窗的計算機</string>
<string name="cpp_wizard_dragbutton_title">滑動按鍵基本操作</string>
<string name="cpp_wizard_final_title">快要完成了!</string>
<string name="cpp_wizard_final_free_and_opensource">Calculator++ 是免費開源的: 所有的功能都免费,而且可以在 github 上找到源代</string>
<string name="cpp_wizard_final_ways_to_help">以下幾種方式你可以幫助這個應用程式做得更好:</string>
<string name="cpp_wizard_final_donate">捐款</string>
<string name="cpp_wizard_final_translate">正在翻译</string>
<string name="cpp_wizard_final_contribute">提供源代</string>
<string name="cpp_wizard_onscreen_description">独立窗口模式的计算器可以让你在使用其他用程序的同时进行计算。</string>
<string name="cpp_wizard_onscreen_checkbox">启用独立窗口模式的计算器(在应用程列表中将出现第二个图标)</string>
<string name="cpp_wizard_dragbutton_description">拖动按钮是Calculator++的独创亮点,可以让你快速使用辅助功能。</string>
<string name="acl_wizard_finish_confirmation">Do you really want to finish wizard?</string>
<string name="cpp_wizard_final_translate">翻譯</string>
<string name="cpp_wizard_final_contribute">改善源代</string>
<string name="cpp_wizard_onscreen_description">獨立視窗的計算機讓你在使用其他用程式時能夠同時計算。</string>
<string name="cpp_wizard_onscreen_checkbox">啟用獨立視窗的計算機(應用程列表將出現第二個圖示)</string>
<string name="cpp_wizard_dragbutton_description">滑動功能是 Calculator++ 的獨家特色,提供使用次功能的快速途徑</string>
<string name="cpp_wizard_finish_confirmation">你真的要結束精靈嗎?</string>
</resources>