android-calculatorpp/android-app-core/res/values-zh-rtw/text_strings.xml
2014-09-08 18:40:57 +02:00

278 lines
19 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_app_name">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_settings">設定</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_undo">復原</string>
<string name="c_redo">重做</string>
<string name="c_clear">C</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_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_add">新增</string>
<string name="c_cancel">取消</string>
<string name="c_save">儲存</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="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_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_press_to_copy">按下複製</string>
<string name="c_continue">繼續</string>
<string name="c_history">歷史紀錄</string>
<string name="c_history_button">M</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">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="p_default_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="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_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="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="c_max_x_value"></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_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_result">複製結果</string>
<string name="c_history_expression"></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_history_must_be_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_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電子錢包的帳戶且必須連接網路
</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">轉換為&#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="other">其他</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="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">函數參數不應該空白!</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_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">支持本專案是很簡單且安全的購買過程是由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>