odoo/addons/resource/i18n/zh_TW.po

417 lines
15 KiB
Plaintext
Raw Normal View History

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * resource
#
# Translators:
# Martin Trigaux, 2018
# Michael Yeung, 2018
# 敬雲 林 <chingyun@yuanchih-consult.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-07 08:57+0000\n"
"PO-Revision-Date: 2016-09-07 08:57+0000\n"
"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2018\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: resource
#: code:addons/resource/models/resource.py:689
#, python-format
msgid "%s (copy)"
msgstr "%s (副本)"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_resource_active
msgid "Active"
msgstr "有效"
#. module: resource
#: model:ir.actions.act_window,name:resource.resource_calendar_closing_days
msgid "Closing Days"
msgstr "休息日"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_resource_code
msgid "Code"
msgstr "代碼"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_company_id
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_company_id
#: model:ir.model.fields,field_description:resource.field_resource_resource_company_id
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
#: model:ir.ui.view,arch_db:resource.view_resource_resource_search
msgid "Company"
msgstr "公司"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_create_uid
#: model:ir.model.fields,field_description:resource.field_resource_calendar_create_uid
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_create_uid
#: model:ir.model.fields,field_description:resource.field_resource_resource_create_uid
msgid "Created by"
msgstr "創建人"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_create_date
#: model:ir.model.fields,field_description:resource.field_resource_calendar_create_date
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_create_date
#: model:ir.model.fields,field_description:resource.field_resource_resource_create_date
msgid "Created on"
msgstr "創建時間"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_dayofweek
msgid "Day of Week"
msgstr "星期"
#. module: resource
#: model:ir.model.fields,help:resource.field_resource_resource_calendar_id
msgid "Define the schedule of resource"
msgstr "定義資源調度"
#. module: resource
#: model:ir.actions.act_window,help:resource.action_resource_calendar_form
msgid ""
"Define working hours and time table that could be scheduled to your project "
"members"
msgstr "定義您的項目成員可計劃的工時和時間表"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_display_name
#: model:ir.model.fields,field_description:resource.field_resource_calendar_display_name
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_display_name
#: model:ir.model.fields,field_description:resource.field_resource_resource_display_name
msgid "Display Name"
msgstr "顯示名稱"
#. module: resource
#: model:ir.ui.view,arch_db:resource.resource_calendar_leave_form
msgid "Duration"
msgstr "有效期"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_resource_time_efficiency
msgid "Efficiency Factor"
msgstr "效率因子"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_date_to
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_date_to
msgid "End Date"
msgstr "結束日期"
#. module: resource
#: code:addons/resource/models/resource.py:738
#, python-format
msgid "Error! leave start-date must be lower then leave end-date."
msgstr "錯誤!休假的開始日期必須小於結束日期。"
#. module: resource
#: selection:resource.calendar.attendance,dayofweek:0
msgid "Friday"
msgstr "週五"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
#: model:ir.ui.view,arch_db:resource.view_resource_resource_search
msgid "Group By"
msgstr "分組"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_attendance_form
msgid "Hours"
msgstr "小時"
#. module: resource
#: selection:resource.resource,resource_type:0
msgid "Human"
msgstr "人類"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_id
#: model:ir.model.fields,field_description:resource.field_resource_calendar_id
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_id
#: model:ir.model.fields,field_description:resource.field_resource_resource_id
msgid "ID"
msgstr "ID"
#. module: resource
#: model:ir.model.fields,help:resource.field_resource_calendar_leaves_resource_id
msgid ""
"If empty, this is a generic holiday for the company. If a resource is set, "
"the holiday/leave is only for this resource"
msgstr "如果為空,表示公司的一個通用假期,如果設定了一個資源,假期/休假只適用於該資源。"
#. module: resource
#: model:ir.model.fields,help:resource.field_resource_resource_active
msgid ""
"If the active field is set to False, it will allow you to hide the resource "
"record without removing it."
msgstr "如果這有效字段設為否,那麼可以隱藏此記錄且並不刪除它。"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_resource_search
msgid "Inactive"
msgstr "無效"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar___last_update
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance___last_update
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves___last_update
#: model:ir.model.fields,field_description:resource.field_resource_resource___last_update
msgid "Last Modified on"
msgstr "最後修改日"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_write_uid
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_write_uid
#: model:ir.model.fields,field_description:resource.field_resource_calendar_write_uid
#: model:ir.model.fields,field_description:resource.field_resource_resource_write_uid
msgid "Last Updated by"
msgstr "最後更新人"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_write_date
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_write_date
#: model:ir.model.fields,field_description:resource.field_resource_calendar_write_date
#: model:ir.model.fields,field_description:resource.field_resource_resource_write_date
msgid "Last Updated on"
msgstr "最後更新時間"
#. module: resource
#: model:ir.model,name:resource.model_resource_calendar_leaves
#: model:ir.ui.view,arch_db:resource.resource_calendar_leave_form
#: model:ir.ui.view,arch_db:resource.resource_calendar_leave_tree
msgid "Leave Detail"
msgstr "休假詳情"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
msgid "Leave Month"
msgstr "休假月份"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leave_ids
msgid "Leaves"
msgstr "休假"
#. module: resource
#: selection:resource.resource,resource_type:0
msgid "Material"
msgstr "物料"
#. module: resource
#: selection:resource.calendar.attendance,dayofweek:0
msgid "Monday"
msgstr "週一"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_name
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_name
#: model:ir.model.fields,field_description:resource.field_resource_calendar_name
#: model:ir.model.fields,field_description:resource.field_resource_resource_name
msgid "Name"
msgstr "名字"
#. module: resource
#: model:ir.ui.view,arch_db:resource.resource_calendar_leave_form
#: model:ir.ui.view,arch_db:resource.resource_calendar_leave_tree
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
msgid "Reason"
msgstr "原因"
#. module: resource
#: model:ir.model.fields,help:resource.field_resource_resource_user_id
msgid "Related user name for the resource to manage its access."
msgstr "用於管理資源訪問權限的使用者名稱"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_resource_id
#: model:ir.ui.menu,name:resource.menu_resource_config
#: model:ir.ui.view,arch_db:resource.resource_resource_form
#: model:ir.ui.view,arch_db:resource.view_resource_calendar
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
#: model:ir.ui.view,arch_db:resource.view_resource_resource_search
msgid "Resource"
msgstr "資源"
#. module: resource
#: model:ir.model,name:resource.model_resource_calendar
msgid "Resource Calendar"
msgstr "資源日曆"
#. module: resource
#: model:ir.model,name:resource.model_resource_resource
msgid "Resource Detail"
msgstr "資源詳情"
#. module: resource
#: model:ir.actions.act_window,name:resource.action_resource_calendar_leave_tree
#: model:ir.ui.menu,name:resource.menu_view_resource_calendar_leaves_search
msgid "Resource Leaves"
msgstr "資源休假"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_resource_resource_type
msgid "Resource Type"
msgstr "資源類型"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_calendar_id
msgid "Resource's Calendar"
msgstr "資源的日曆"
#. module: resource
#: model:ir.actions.act_window,name:resource.action_resource_resource_tree
#: model:ir.ui.menu,name:resource.menu_resource_resource
#: model:ir.ui.view,arch_db:resource.resource_resource_tree
msgid "Resources"
msgstr "資源"
#. module: resource
#: model:ir.actions.act_window,name:resource.resource_calendar_resources_leaves
msgid "Resources Leaves"
msgstr "資源休假"
#. module: resource
#: model:ir.actions.act_window,help:resource.action_resource_resource_tree
msgid ""
"Resources allow you to create and manage resources that should be involved "
"in a specific project phase. You can also set their efficiency level and "
"workload based on their weekly working hours."
msgstr "資源允許您創建和管理資源參與的特定的計劃階段。您還能在其每週工作時間基礎上設定其效率和工作量。"
#. module: resource
#: selection:resource.calendar.attendance,dayofweek:0
msgid "Saturday"
msgstr "週六"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_resource_search
msgid "Search Resource"
msgstr "搜索資源"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
msgid "Search Working Period Leaves"
msgstr "搜索工作期間休假"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_search
msgid "Search Working Time"
msgstr "搜索工作時間"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_date_from
msgid "Start Date"
msgstr "開始日期"
#. module: resource
#: model:ir.model.fields,help:resource.field_resource_calendar_attendance_hour_from
msgid "Start and End time of working."
msgstr "工作的開始和結束時間。"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_date_from
msgid "Starting Date"
msgstr "起始日期"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
msgid "Starting Date of Leave by Month"
msgstr "休假的起始日期,按月"
#. module: resource
#: selection:resource.calendar.attendance,dayofweek:0
msgid "Sunday"
msgstr "週日"
#. module: resource
#: code:addons/resource/models/resource.py:714
#, python-format
msgid "The efficiency factor cannot be equal to 0."
msgstr "效率因子不能等於0。"
#. module: resource
#: model:ir.model.fields,help:resource.field_resource_resource_time_efficiency
msgid ""
"This field depict the efficiency of the resource to complete tasks. e.g "
"resource put alone on a phase of 5 days with 5 tasks assigned to him, will "
"show a load of 100% for this phase by default, but if we put a efficiency of"
" 200%, then his load will only be 50%."
msgstr ""
"該字段描述資源完成任務的效率。例如5天的資源分配給他5個任務預設情況下這個階段會顯示100的負載但是如果我們把效率提高到200那麼他的負載只會是50。"
#. module: resource
#: selection:resource.calendar.attendance,dayofweek:0
msgid "Thursday"
msgstr "週四"
#. module: resource
#: selection:resource.calendar.attendance,dayofweek:0
msgid "Tuesday"
msgstr "週二"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_resource_search
msgid "Type"
msgstr "類型"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_resource_user_id
#: model:ir.ui.view,arch_db:resource.view_resource_resource_search
msgid "User"
msgstr "使用者"
#. module: resource
#: selection:resource.calendar.attendance,dayofweek:0
msgid "Wednesday"
msgstr "週三"
#. module: resource
#: model:ir.model,name:resource.model_resource_calendar_attendance
msgid "Work Detail"
msgstr "工作詳情"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_hour_from
msgid "Work from"
msgstr "工作起始"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_hour_to
msgid "Work to"
msgstr "工作截止"
#. module: resource
#: model:ir.model.fields,field_description:resource.field_resource_calendar_manager
msgid "Workgroup Manager"
msgstr "工作組管理員"
#. module: resource
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_leaves_search
#: model:ir.ui.view,arch_db:resource.view_resource_resource_search
msgid "Working Period"
msgstr "工作期間"
#. module: resource
#: model:ir.actions.act_window,name:resource.action_resource_calendar_form
#: model:ir.model.fields,field_description:resource.field_resource_calendar_attendance_ids
#: model:ir.model.fields,field_description:resource.field_resource_calendar_leaves_calendar_id
#: model:ir.model.fields,field_description:resource.field_resource_resource_calendar_id
#: model:ir.ui.menu,name:resource.menu_resource_calendar
#: model:ir.ui.view,arch_db:resource.resource_calendar_form
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_attendance_form
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_attendance_tree
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_search
#: model:ir.ui.view,arch_db:resource.view_resource_calendar_tree
msgid "Working Time"
msgstr "工作時間"