# Translation of Odoo Server. # This file contains the translation of the following modules: # * hr_payroll # # Translators: # Martin Trigaux, 2018 # fanha99 , 2018 # Minh Nguyen , 2018 # Duy BQ , 2019 # Dung Nguyen Thi , 2019 # thanhnguyen.icsc , 2019 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-10-08 23:24+0000\n" "PO-Revision-Date: 2018-08-24 09:19+0000\n" "Last-Translator: thanhnguyen.icsc , 2019\n" "Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: payroll #: model:ir.actions.report,print_report_name:payroll.action_report_payslip msgid "" "\n" " 'Payslip - %s' % (object.employee_id.name)\n" " " msgstr "" #. module: payroll #: model:ir.actions.report,print_report_name:payroll.payslip_details_report msgid "" "\n" " 'Payslip Details - %s' % (object.employee_id.name)\n" " " msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_salary_rule.py:0 #, python-format msgid "" "\n" "Wrong python code defined for salary rule %(nm)s (%(code)s) for employee " "%(ee)s.\n" "Here is the error received:\n" "\n" "%(err)s\n" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_salary_rule.py:0 #, python-format msgid "" "\n" "Wrong python condition defined for salary rule %(nm)s (%(code)s) for " "employee %(ee)s.\n" "Here is the error received:\n" "\n" "%(err)s\n" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payroll_structure.py:0 #, python-format msgid "%s (copy)" msgstr "%s (bản sao)" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__state msgid "" "* When the payslip is created the status is 'Draft'\n" " \n" "* If the payslip is under verification, the status is 'Waiting'.\n" " \n" "* If the payslip is confirmed then status is set to 'Done'.\n" " \n" "* When user cancel payslip the status is 'Rejected'." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_change_state__state msgid "" "* When the payslip is created the status is 'Draft'. \n" "* If the payslip is under verification, the status is 'Compute " "Sheet'. \n" "* If the payslip is confirmed then status is set to 'Done'. \n" "* When user cancel payslip the status is 'Rejected'." msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "\n" " result = contract.wage\n" " result_qty = worked_days.WORK100." "number_of_days\n" " " msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "\n" " result = contract.wage\n" " result_rate = 10.0\n" " " msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "categories: contains the sum of amount of all rules belonging " "to that category" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "contract: contains current contract object data (hr.contract)" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "current_contract: contains values related/calculated for " "current contract" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "employee: contains current employee object data (hr.employee)" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "inputs: contains the computed input data" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "payroll: contains miscellaneous values related to payroll" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "payslip: contains current payslip object data (hr.payslip)" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "payslips: contains payslips data (Payslips - Browsable Object)" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "result = contract.wage * 0.10" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "result: the returned value should be in this variable. It " "matches with \"amount\" column." msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "result_name: overrides the current name of the rule and allows " "to make dynamic names" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "result_qty: the quantity of units that will be multiplied to " "\"result\"" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "result_rate: the rate that should be applied to \"result\"" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "result_rules: contains the values of previusly computed lines " "(qty, rate, amount, total)" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "rules: contains the rules code (previusly computed)" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "tools: contains tools and libraries which help with " "mathematical operations" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "worked_days: contains the computed worked days data" msgstr "" #. module: payroll #: model:mail.template,body_html:payroll.mail_template_hr_payslip msgid "" "
\n" "

\n" " Dear ,\n" "

\n" " Please find attached the payslip for .\n" "

\n" " Do not hesitate to contact us if you have any questions.\n" "

\n" " \n" "

\n" "
\n" " " msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.view_hr_payslip_by_employees msgid "" "\n" " This wizard will generate payslips for all selected " "employee(s)\n" " based on the dates and credit note\n" " specified\n" " on Payslips Run.\n" " " msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid " and " msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Address" msgstr "Địa chỉ" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Authorized signature" msgstr "Chữ ký Người có Thẩm quyền" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Bank Account" msgstr "Tài khoản Ngân hàng" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Between " msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister msgid "Date From:" msgstr "Từ ngày:" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Date From" msgstr "Từ ngày" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister msgid "Date To:" msgstr "Đến ngày:" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Date To" msgstr "Đến ngày" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Designation" msgstr "Bổ nhiệm" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Email" msgstr "Email" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Identification No" msgstr "Số CMND" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Name" msgstr "Tên" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Reference" msgstr "Tham chiếu" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister msgid "Register Name:" msgstr "Tên Ghi nhận Đóng góp:" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister msgid "Total" msgstr "Tổng" #. module: payroll #: model_terms:ir.actions.act_window,help:payroll.hr_contribution_register_action msgid "" "A contribution register is a third party involved in the salary\n" " payment of the employees. It can be the social security, " "the\n" " state or anyone that collect or inject money on payslips." msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Accounting" msgstr "Kế toán" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Accounting Information" msgstr "Thông tin kế toán" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_change_state__state msgid "Action" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__message_needaction #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__message_needaction msgid "Action Needed" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__active #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__active msgid "Active" msgstr "Có hiệu lực" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_ids #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_ids msgid "Activities" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_exception_decoration #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_exception_decoration msgid "Activity Exception Decoration" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_state #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_state msgid "Activity State" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_type_icon #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_type_icon msgid "Activity Type Icon" msgstr "" #. module: payroll #: model_terms:ir.actions.act_window,help:payroll.hr_contribution_register_action msgid "Add a new contribution register" msgstr "Thêm khoản đóng góp mới" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Add an internal note..." msgstr "Thêm ghi chú nội bộ..." #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_category_view_form msgid "Add your notes or category explanation here..." msgstr "" #. module: payroll #: model:ir.actions.act_window,name:payroll.act_children_salary_rules msgid "All Children Rules" msgstr "Tất cả Quy tắc Con" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__allow_cancel_payslips msgid "Allow Canceling Payslips" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_res_config_settings__allow_cancel_payslips #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Allow canceling confirmed payslips" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__allow_edit_payslip_lines msgid "Allow editing" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_res_config_settings__allow_edit_payslip_lines #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Allow editing payslip lines" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Allow users to cancel confirmed payslips" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_res_config_settings__allow_cancel_payslips msgid "Allow users to cancel confirmed payslips." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_res_config_settings__allow_edit_payslip_lines #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Allow users to edit some payslip line fields manually" msgstr "" #. module: payroll #: model:hr.salary.rule.category,name:payroll.ALW msgid "Allowance" msgstr "Phụ cấp" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_line__condition_select__none #: model:ir.model.fields.selection,name:payroll.selection__hr_salary_rule__condition_select__none msgid "Always True" msgstr "Luôn đúng" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__amount #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__amount #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Amount" msgstr "Tổng tiền" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__amount_qty msgid "Amount Quantity" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__amount_select #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__amount_select #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_search msgid "Amount Type" msgstr "Loại tiền" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_contract__schedule_pay__annually msgid "Annually" msgstr "Hàng năm" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__appears_on_payslip #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__appears_on_payslip msgid "Appears on Payslip" msgstr "Xuất hiện trong Phiếu lương" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__condition_python #: model:ir.model.fields,help:payroll.field_hr_salary_rule__condition_python msgid "" "Applied this rule for calculation if condition is true. You can specify " "condition like basic > 1000." msgstr "" "Quy tắc này được áp dụng cho việc tính toán nếu điều kiện là đúng. Bạn có " "thể chỉ ra điều kiện như luong_co_ban > 10000000." #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_category_view_form msgid "Associated Salary Rules" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__message_attachment_count #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__message_attachment_count msgid "Attachment Count" msgstr "" #. module: payroll #: model:hr.salary.rule.category,name:payroll.BASIC msgid "Basic" msgstr "Cơ sở" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_rule_basic msgid "Basic Salary" msgstr "Lương Cơ bản" #. module: payroll #: model:ir.actions.act_window,name:payroll.action_get_batch_payslip_lines msgid "Batch Payslip Lines" msgstr "" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_contract__schedule_pay__bi-monthly msgid "Bi-monthly" msgstr "Hai tháng một" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_contract__schedule_pay__bi-weekly msgid "Bi-weekly" msgstr "Hai tuần một" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Calculation Settings" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_form msgid "Calculations" msgstr "Tính toán" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_change_state_form #: model_terms:ir.ui.view,arch_db:payroll.view_payslip_lines_contribution_register msgid "Cancel" msgstr "Hủy" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_change_state__state__cancel #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Cancel Payslip" msgstr "Hủy Phiếu lương" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip.py:0 #, python-format msgid "Cannot cancel a payslip that is done." msgstr "Không thể huỷ phiếu lương mà đã hoàn thành." #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__category_id #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__category_id #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_search msgid "Category" msgstr "Danh mục" #. module: payroll #: model:ir.actions.act_window,name:payroll.action_hr_payslip_change_state_form #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_change_state_form msgid "Change state" msgstr "" #. module: payroll #: model:ir.model,name:payroll.model_hr_payslip_change_state msgid "Change state of a payslip" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_form msgid "Child Line Details" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__child_ids msgid "Child Payslip Lines" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Child Rules" msgstr "Quy tắc con" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__child_ids msgid "Child Salary Rule" msgstr "Quy tắc con" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "Child rule functionality is useful when you need other rules to be computed " "before the parent one.
\n" " This means that all salary rules " "declared as childs (parent of one rule) will be added to the computation\n" " if its parent rule is included in the " "salary structure. So child rules will only be computed if it's parent is\n" " computed.
\n" " This functionality is useful for doing " "auxiliar calculations that are used as dependencies for the parent\n" " salary rule (e.x. rules required for " "complex tax computation that needs data from several modules)." msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__children_ids #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__children_ids msgid "Children" msgstr "Con" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Children Definition" msgstr "Định nghĩa các Quy tắc con" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_run__state__close #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_form msgid "Close" msgstr "Đóng" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__code #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__code #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__code #: model:ir.model.fields,field_description:payroll.field_hr_rule_input__code #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__code #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__code #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Code" msgstr "Mã" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payroll_structure_view_kanban #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_kanban msgid "Code:" msgstr "Mã:" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "Companies" msgstr "Công ty" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__company_id #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__company_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip__company_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__company_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__company_id #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__company_id #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__company_id msgid "Company" msgstr "Công ty" #. module: payroll #: model:hr.salary.rule.category,name:payroll.COMP msgid "Company Contribution" msgstr "Đóng góp Công ty" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Computation" msgstr "Tính toán" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__compute_date msgid "Compute Date" msgstr "" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_change_state__state__verify #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Compute Sheet" msgstr "Tính toán Phiếu lương" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__condition_select #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__condition_select msgid "Condition Based on" msgstr "Điều kiện Dựa trên" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Condition Range" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Conditions" msgstr "Điều kiện" #. module: payroll #: model:ir.model,name:payroll.model_res_config_settings msgid "Config Settings" msgstr "Cấu hình thiết lập" #. module: payroll #: model:ir.ui.menu,name:payroll.payroll_menu_configuration msgid "Configuration" msgstr "Cấu hình" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_change_state__state__done #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Confirm" msgstr "Xác nhận" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_res_config_settings__prevent_compute_on_confirm #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Confirm payslips without recomputing" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__contract_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__contract_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__contract_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__contract_id msgid "Contract" msgstr "Hợp đồng" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_contribution_register_view_form msgid "Contribution" msgstr "Đóng góp" #. module: payroll #: model:ir.model,name:payroll.model_hr_contribution_register #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__register_id #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__register_id #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_search msgid "Contribution Register" msgstr "Ghi nhận đóng góp" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.view_payslip_lines_contribution_register msgid "Contribution Register's Payslip Lines" msgstr "Dòng Phiếu lương liên quan đến Ghi nhận Đóng góp" #. module: payroll #: model:ir.actions.act_window,name:payroll.hr_contribution_register_action #: model:ir.ui.menu,name:payroll.hr_contribution_register_menu #: model_terms:ir.ui.view,arch_db:payroll.hr_contribution_register_view_search msgid "Contribution Registers" msgstr "Ghi nhận Đóng góp" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_salary_rule_convanceallowance1 msgid "Conveyance Allowance" msgstr "Trợ cấp chuyển nhượng" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_salary_rule_ca_demo msgid "Conveyance Allowance For Marc Demo" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_change_state__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_employees__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_rule_input__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__create_uid #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__create_uid #: model:ir.model.fields,field_description:payroll.field_payslip_lines_contribution_register__create_uid msgid "Created by" msgstr "Được tạo bởi" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__create_date #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__create_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip__create_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_change_state__create_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_employees__create_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__create_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__create_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__create_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__create_date #: model:ir.model.fields,field_description:payroll.field_hr_rule_input__create_date #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__create_date #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__create_date #: model:ir.model.fields,field_description:payroll.field_payslip_lines_contribution_register__create_date msgid "Created on" msgstr "Thời điểm tạo" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__credit_note #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__credit_note msgid "Credit Note" msgstr "Giấy báo có" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "Date" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__date_from #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__date_from #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__date_start #: model:ir.model.fields,field_description:payroll.field_payslip_lines_contribution_register__date_from msgid "Date From" msgstr "Từ ngày" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__date_to #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__date_end #: model:ir.model.fields,field_description:payroll.field_payslip_lines_contribution_register__date_to msgid "Date To" msgstr "Đến ngày" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Days" msgstr "" #. module: payroll #: model:hr.salary.rule.category,name:payroll.DED msgid "Deduction" msgstr "Giảm trừ" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_contract__schedule_pay msgid "Defines the frequency of the wage payment." msgstr "Xác định tần suất thanh toán khoản lương này." #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_run__struct_id msgid "" "Defines the rules that have to be applied to this payslip batch, accordingly " "to the contract chosen. If you let empty the field contract, this field " "isn't mandatory anymore and thus the rules applied will be all the rules set " "on the structure of all contracts of the employee valid for the chosen period" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__struct_id msgid "" "Defines the rules that have to be applied to this payslip, accordingly to " "the contract chosen. If you let empty the field contract, this field isn't " "mandatory anymore and thus the rules applied will be all the rules set on " "the structure of all contracts of the employee valid for the chosen period" msgstr "" "Định nghĩa một quy tắc mà được áp dụng cho phiếu lương này, tùy theo hợp " "đồng lao động được chọn. Nếu bạn để trống trường hợp đồng lao động, trường " "này sẽ không còn bắt buộc nữa và do đó quy tắc được áp dụng sẽ là tất cả " "quy tắc trên cấu trúc lương của tất cả các hợp đồng lao động của nhân viên " "trong kỳ được chọn" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__note #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__note #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__name #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__note #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__name #: model:ir.model.fields,field_description:payroll.field_hr_rule_input__name #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__note #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__note #: model_terms:ir.ui.view,arch_db:payroll.hr_contribution_register_view_form msgid "Description" msgstr "Miêu tả" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Details by Salary Rule Category" msgstr "Chi tiết theo nhóm quy tắc lương" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__display_name #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__display_name #: model:ir.model.fields,field_description:payroll.field_hr_payslip__display_name #: model:ir.model.fields,field_description:payroll.field_hr_payslip_change_state__display_name #: model:ir.model.fields,field_description:payroll.field_hr_payslip_employees__display_name #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__display_name #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__display_name #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__display_name #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__display_name #: model:ir.model.fields,field_description:payroll.field_hr_rule_input__display_name #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__display_name #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__display_name #: model:ir.model.fields,field_description:payroll.field_payslip_lines_contribution_register__display_name msgid "Display Name" msgstr "Tên hiển thị" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip__state__done #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_search #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "Done" msgstr "Hoàn thành" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_search msgid "Done Payslip Batches" msgstr "Hoàn thành Bảng lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "Done Slip" msgstr "Phiếu lương đã hoàn thành" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip__state__draft #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_run__state__draft #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_search #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "Draft" msgstr "Nháp" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_search msgid "Draft Payslip Batches" msgstr "Bảng lương dự thảo" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__dynamic_filtered_payslip_lines msgid "Dynamic Filtered Payslip Lines" msgstr "" #. module: payroll #: model:ir.model,name:payroll.model_hr_employee #: model:ir.model.fields,field_description:payroll.field_hr_payslip__employee_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__employee_id #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Employee" msgstr "Người lao động" #. module: payroll #: model:ir.model,name:payroll.model_hr_contract msgid "Employee Contract" msgstr "Hợp đồng Nhân viên" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payroll_structure_view_form msgid "Employee Function" msgstr "Chức năng Nhân viên" #. module: payroll #: model:ir.actions.act_window,name:payroll.hr_payslip_action #: model:ir.ui.menu,name:payroll.hr_payslip_menu msgid "Employee Payslips" msgstr "Phiếu lương nhân viên" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_contract__resource_calendar_id msgid "Employee's working schedule." msgstr "Khung giờ làm việc của Nhân viên" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_employees__employee_ids #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_search #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search #: model_terms:ir.ui.view,arch_db:payroll.view_hr_payslip_by_employees msgid "Employees" msgstr "Nhân viên" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_salary_rule_category.py:0 #, python-format msgid "Error! You cannot create recursive hierarchy of Salary Rule Category." msgstr "Lỗi! Bạn không thể tạo phân cấp đệ quy của Danh mục quy tắc lương." #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_salary_rule.py:0 #, python-format msgid "Error! You cannot create recursive hierarchy of Salary Rules." msgstr "Lỗi! Bạn không thể tạo phân cấp đệ quy của Quy tắc Lương." #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__register_id #: model:ir.model.fields,help:payroll.field_hr_salary_rule__register_id msgid "Eventual third party involved in the salary payment of the employees." msgstr "Bên thứ ba mà có liên quan đến việc thanh toán lương của nhân viên." #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Examples" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_change_state_form msgid "Execute" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__amount_fix #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__amount_fix #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_line__amount_select__fix #: model:ir.model.fields.selection,name:payroll.selection__hr_salary_rule__amount_select__fix msgid "Fixed Amount" msgstr "Giá trị cố định" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__message_follower_ids #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__message_follower_ids msgid "Followers" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__message_partner_ids #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__message_partner_ids msgid "Followers (Partners)" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__activity_type_icon #: model:ir.model.fields,help:payroll.field_hr_payslip_run__activity_type_icon msgid "Font awesome icon e.g. fa-tasks" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__amount_percentage #: model:ir.model.fields,help:payroll.field_hr_salary_rule__amount_percentage msgid "For example, enter 50.0 to apply a percentage of 50%" msgstr "Ví dụ, nhập 50,0 để sử dụng 50%" #. module: payroll #. odoo-python #: code:addons/payroll/report/report_contribution_register.py:0 #, python-format msgid "Form content is missing, this report cannot be printed." msgstr "Nội dung trong mẫu đang thiếu, báo cáo này không thể in được." #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.view_hr_payslip_by_employees msgid "Generate" msgstr "Tạo" #. module: payroll #: model:ir.actions.act_window,name:payroll.action_hr_payslip_by_employees #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_form msgid "Generate Payslips" msgstr "Tạo Phiếu lương" #. module: payroll #: model:ir.model,name:payroll.model_hr_payslip_employees msgid "Generate payslips for all selected employees" msgstr "Tạo phiếu lương cho toàn bộ nhân viên được chọn" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_salary_rule_sales_commission msgid "Get 1% of sales" msgstr "Nhận 1% Doanh số bán hàng" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip.py:0 #, python-format msgid "Global Leaves" msgstr "Nghỉ Toàn cục" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_rule_taxable #: model:hr.salary.rule.category,name:payroll.GROSS msgid "Gross" msgstr "Tổng" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_search #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_search msgid "Group By" msgstr "Nhóm theo" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__has_message #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__has_message msgid "Has Message" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Help" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__hide_child_lines msgid "Hide Child Lines" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Hours" msgstr "" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_salary_rule_houserentallowance1 msgid "House Rent Allowance" msgstr "Phụ cấp Thuê nhà" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__id #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__id #: model:ir.model.fields,field_description:payroll.field_hr_payslip__id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_change_state__id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_employees__id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__id #: model:ir.model.fields,field_description:payroll.field_hr_rule_input__id #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__id #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__id #: model:ir.model.fields,field_description:payroll.field_payslip_lines_contribution_register__id msgid "ID" msgstr "ID" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_exception_icon #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_exception_icon msgid "Icon" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__activity_exception_icon #: model:ir.model.fields,help:payroll.field_hr_payslip_run__activity_exception_icon msgid "Icon to indicate an exception activity." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__message_needaction #: model:ir.model.fields,help:payroll.field_hr_payslip_run__message_needaction msgid "If checked, new messages require your attention." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__message_has_error #: model:ir.model.fields,help:payroll.field_hr_payslip_run__message_has_error msgid "If checked, some messages have a delivery error." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_run__credit_note msgid "" "If its checked, indicates that all payslips generated from here are refund " "payslips." msgstr "" "Nếu được đánh dấu kiểm, chỉ ra rằng tất cả các phiếu lương được tạo từ đây " "là các phiếu hoàn tiền." #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__active #: model:ir.model.fields,help:payroll.field_hr_salary_rule__active msgid "" "If the active field is set to false, it will allow you to hide the salary " "rule without removing it." msgstr "" "Nếu bỏ chọn trường Hiệu lực, nó sẽ cho phép bạn ẩn quy tắc tính lương mà " "không cần xóa bỏ nó." #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "If you have doubts about coding salary rules, check the \"Help\" tab in this " "form." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_res_config_settings__leaves_positive #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "In payslip worked days, leave days/hours have positive values" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "In python definition in salary rules, you can write any code like you will " "do\n" " in python. Any methematical operation or " "python function is supported." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__credit_note msgid "Indicates this payslip has a refund of another" msgstr "Chỉ ra rằng phiếu lương này có một khoản hoàn tiền từ một phiếu khác" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__input_ids #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__input_ids #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Inputs" msgstr "Đầu vào" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__note msgid "Internal Note" msgstr "Ghi chú nội bộ" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__message_is_follower #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__message_is_follower msgid "Is Follower" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_kanban msgid "Is a Blocking Reason?" msgstr "Là một Lý do Phong toả?" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_input__amount_qty msgid "It can be used in computation for other inputs" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_salary_rule__quantity msgid "" "It is used in computation for percentage and fixed amount. For e.g. A rule " "for Meal Voucher having fixed amount of 1€ per worked day can have its " "quantity defined in expression like worked_days.WORK100.number_of_days." msgstr "" "Được sử dụng để tính toán tổng số theo phần trăm và cố định. Ví dụ, một quy " "tắc Phiếu Ăn trưa có giá trị cố định 30000đ mỗi ngày làm việc có thể có số " "lượng được xác định bằng biểu thức kiểu như worked_days.WORK100." "number_of_days." #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_input__amount msgid "" "It is used in computation. For e.g. A rule for sales having 1% commission of " "basic salary for per product can defined in expression like result = inputs." "SALEURO.amount * contract.wage*0.01." msgstr "" "Được sử dụng trong tính toán. Ví dụ, môt quy tắc cho nhân viên bán hàng có " "hoa hồng bằng 1% lương cơ bản nhân giá trị sản phẩm bán ra có thể được thể " "hiện bằng biểu thức result = inputs.SALEURO.amount * contract.wage*0.01." #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_change_state__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_employees__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_rule_input__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__write_uid #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__write_uid #: model:ir.model.fields,field_description:payroll.field_payslip_lines_contribution_register__write_uid msgid "Last Updated by" msgstr "Cập nhật lần cuối bởi" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__write_date #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__write_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip__write_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_change_state__write_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_employees__write_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__write_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__write_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__write_date #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__write_date #: model:ir.model.fields,field_description:payroll.field_hr_rule_input__write_date #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__write_date #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__write_date #: model:ir.model.fields,field_description:payroll.field_payslip_lines_contribution_register__write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_res_config_settings__leaves_positive #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Leaves with positive values" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_salary_rule_category__parent_id msgid "" "Linking a salary category to its parent is used only for the reporting " "purpose." msgstr "" "Liên kết một nhóm lương đến cấp cha của nó chỉ được sử dụng cho mục đích báo " "cáo" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__paid msgid "Made Payment Order ? " msgstr "Đã tạo Lệnh thanh toán/UNC?" #. module: payroll #: model:ir.module.category,description:payroll.module_category_payroll msgid "Manage employee payroll" msgstr "" #. module: payroll #: model:res.groups,name:payroll.group_payroll_manager msgid "Manager" msgstr "Quản lý" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__condition_range_max #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__condition_range_max msgid "Maximum Range" msgstr "Phạm vi tối đa" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_salary_rule_meal_voucher msgid "Meal Voucher" msgstr "Phiếu Ăn" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__message_has_error #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__message_has_error msgid "Message Delivery error" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__message_ids #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__message_ids msgid "Messages" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__condition_range_min #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__condition_range_min msgid "Minimum Range" msgstr "Phạm vi tối thiểu" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Miscellaneous" msgstr "Khác" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_contract__schedule_pay__monthly msgid "Monthly" msgstr "Hàng tháng" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__my_activity_date_deadline #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__my_activity_date_deadline msgid "My Activity Deadline" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__name #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__name #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__name #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__name #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__name #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__name #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Name" msgstr "Tên" #. module: payroll #: model:hr.salary.rule.category,name:payroll.NET msgid "Net" msgstr "Lợi nhuận ròng" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_rule_net msgid "Net Salary" msgstr "Lương Thực Lĩnh" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_calendar_event_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_calendar_event_id msgid "Next Activity Calendar Event" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_date_deadline #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_date_deadline msgid "Next Activity Deadline" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_summary #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_summary msgid "Next Activity Summary" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_type_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_type_id msgid "Next Activity Type" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip.py:0 #, python-format msgid "Normal Working Days paid at 100%" msgstr "Ngày làm việc thông thường được trả 100%" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_category_view_form #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Notes" msgstr "Ghi chú" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__message_needaction_counter #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__message_needaction_counter msgid "Number of Actions" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__number_of_days msgid "Number of Days" msgstr "Số ngày" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__number_of_hours msgid "Number of Hours" msgstr "Số giờ" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__message_has_error_counter #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__message_has_error_counter msgid "Number of errors" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__message_needaction_counter #: model:ir.model.fields,help:payroll.field_hr_payslip_run__message_needaction_counter msgid "Number of messages requiring action" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__message_has_error_counter #: model:ir.model.fields,help:payroll.field_hr_payslip_run__message_has_error_counter msgid "Number of messages with delivery error" msgstr "" #. module: payroll #: model:res.groups,name:payroll.group_payroll_user msgid "Officer" msgstr "Cán bộ" #. module: payroll #. odoo-python #: code:addons/payroll/wizard/hr_payslip_change_state.py:0 #, python-format msgid "" "Only draft payslips can be verified,the payslip %(nm)s is in %(st)s state" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/wizard/hr_payslip_change_state.py:0 #, python-format msgid "" "Only payslips in states verify or draft can be confirmed, the payslip %(nm)s " "is in %(st)s state" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/wizard/hr_payslip_change_state.py:0 #, python-format msgid "" "Only rejected payslips can be reset to draft, the payslip %(nm)s is in " "%(st)s state" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Other Inputs" msgstr "Dữ liệu nhập ngoài khác" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__parent_id #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__parent_id msgid "Parent" msgstr "Dự án cha" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__parent_line_id msgid "Parent Payslip Line" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__parent_rule_id #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__parent_rule_id msgid "Parent Salary Rule" msgstr "Quy tắc Lương Cấp cha" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__partner_id msgid "Partner" msgstr "Đối tác" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__payslip_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__slip_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__payslip_id #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Pay Slip" msgstr "Phiếu lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "PaySlip Batch" msgstr "Bảng lương" #. module: payroll #: model:ir.actions.report,name:payroll.payslip_details_report msgid "PaySlip Details" msgstr "Chi tiết phiếu lương" #. module: payroll #: model:ir.actions.act_window,name:payroll.action_payslip_lines_contribution_register msgid "PaySlip Lines" msgstr "Chi tiết phiếu lương" #. module: payroll #: model:ir.actions.report,print_report_name:payroll.action_contribution_register msgid "PaySlip Lines By Contribution Register" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister msgid "PaySlip Lines by Contribution Register" msgstr "Chi tiết phiếu lương theo Contribution Register" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister msgid "PaySlip Name" msgstr "Tên phiếu lương" #. module: payroll #: model:ir.actions.act_window,name:payroll.open_payroll_modules #: model:ir.module.category,name:payroll.module_category_payroll #: model:ir.ui.menu,name:payroll.payroll_menu_root #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Payroll" msgstr "Bảng lương" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_res_config_settings__module_payroll_account msgid "Payroll Accounting" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_leave_type__code msgid "Payroll Code" msgstr "" #. module: payroll #: model:ir.model,name:payroll.model_report_payroll_report_contributionregister msgid "Payroll Contribution Register Report" msgstr "Báo cáo khoản đóng góp lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Payroll Entries" msgstr "Kế toán Lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payroll_structure_view_search msgid "Payroll Structures" msgstr "Cấu trúc lương" #. module: payroll #: model:ir.actions.report,name:payroll.action_report_payslip #: model:ir.model,name:payroll.model_hr_payslip #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Payslip" msgstr "Phiếu lương" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip.py:0 #, python-format msgid "Payslip 'Date From' must be earlier than 'Date To'." msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__payslip_run_id msgid "Payslip Batch" msgstr "" #. module: payroll #: model:ir.model,name:payroll.model_hr_payslip_run #: model:ir.model.fields,field_description:payroll.field_hr_payslip__payslip_run_id #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_search msgid "Payslip Batches" msgstr "Bảng lương" #. module: payroll #: model:ir.actions.act_window,name:payroll.hr_payslip_line_action_computation_details #: model:ir.model.fields,field_description:payroll.field_hr_payslip__payslip_count #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Payslip Computation Details" msgstr "Chi tiết phiếu lương" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_employee__payslip_count msgid "Payslip Count" msgstr "Số lượng phiếu lương" #. module: payroll #: model:ir.model,name:payroll.model_report_payroll_report_payslipdetails msgid "Payslip Details Report" msgstr "Báo cáo chi tiết phiếu lương" #. module: payroll #: model:ir.model,name:payroll.model_hr_payslip_input msgid "Payslip Input" msgstr "Dữ liệu phiếu lương nhập ngoài" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__input_line_ids msgid "Payslip Inputs" msgstr "Dữ liệu phiếu lương nhập ngoài" #. module: payroll #: model:ir.model,name:payroll.model_hr_payslip_line #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_form #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Payslip Line" msgstr "Dòng Phiếu lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_form msgid "Payslip Line Details" msgstr "" #. module: payroll #: model:ir.actions.act_window,name:payroll.hr_payslip_line_action #: model:ir.actions.report,name:payroll.action_contribution_register #: model:ir.model.fields,field_description:payroll.field_hr_payslip__line_ids #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_search #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Payslip Lines" msgstr "Dòng Phiếu lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Payslip Lines by Contribution Register" msgstr "Dòng Phiếu lương theo Contribution Register" #. module: payroll #: model:ir.model,name:payroll.model_payslip_lines_contribution_register msgid "Payslip Lines by Contribution Registers" msgstr "Dòng chi tiết lương bằng các khoản đóng góp" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__name msgid "Payslip Name" msgstr "Tên phiếu lương" #. module: payroll #: model:ir.model,name:payroll.model_hr_payslip_worked_days #: model:ir.model.fields,field_description:payroll.field_hr_payslip__worked_days_line_ids msgid "Payslip Worked Days" msgstr "Ngày làm việc trên Phiếu lương" #. module: payroll #: model:mail.template,subject:payroll.mail_template_hr_payslip msgid "" "Payslip for {{object.payslip_run_id.name}} from {{object.company_id.name}}" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/wizard/hr_payslip_change_state.py:0 #: model:ir.actions.act_window,name:payroll.hr_payslip_action_employee #: model:ir.model.fields,field_description:payroll.field_hr_employee__slip_ids #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__slip_ids #: model_terms:ir.ui.view,arch_db:payroll.hr_employee_view_form #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_form #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search #, python-format msgid "Payslips" msgstr "Phiếu lương" #. module: payroll #: model:ir.actions.act_window,name:payroll.hr_payslip_run_action #: model:ir.ui.menu,name:payroll.hr_payslip_run_menu #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_form msgid "Payslips Batches" msgstr "Bảng lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.view_hr_payslip_by_employees msgid "Payslips by Employees" msgstr "Phiếu lương theo Nhân viên" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "Pending Review" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__amount_percentage #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__amount_percentage #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_line__amount_select__percentage #: model:ir.model.fields.selection,name:payroll.selection__hr_salary_rule__amount_select__percentage msgid "Percentage (%)" msgstr "Phần trăm (%)" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__amount_percentage_base #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__amount_percentage_base msgid "Percentage based on" msgstr "Phần trăm dựa trên" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_form #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Period" msgstr "Chu kỳ" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Post payslips in accounting" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__prevent_compute_on_confirm msgid "Prevent Compute on Confirm" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_res_config_settings__prevent_compute_on_confirm #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Prevent payslips from being recomputed when confirming them" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.view_payslip_lines_contribution_register msgid "Print" msgstr "In" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_salary_rule_professionaltax1 msgid "Professional Tax" msgstr "Thuế Nhà thầu" #. module: payroll #: model:hr.salary.rule,name:payroll.hr_salary_rule_providentfund1 msgid "Provident Fund" msgstr "Quỹ Dự phòng" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__amount_python_compute #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__amount_python_compute #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_line__amount_select__code #: model:ir.model.fields.selection,name:payroll.selection__hr_salary_rule__amount_select__code msgid "Python Code" msgstr "Mã Python" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__condition_python #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__condition_python msgid "Python Condition" msgstr "Điều kiện Python" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_line__condition_select__python #: model:ir.model.fields.selection,name:payroll.selection__hr_salary_rule__condition_select__python msgid "Python Expression" msgstr "Biểu thức Python" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__quantity #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__quantity msgid "Quantity" msgstr "Số lượng" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister msgid "Quantity/Rate" msgstr "Số lượng/Tỷ lệ" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Quantity/rate" msgstr "Số lượng/Tỷ lệ" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_contract__schedule_pay__quarterly msgid "Quarterly" msgstr "Hàng Quý" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_line__condition_select__range #: model:ir.model.fields.selection,name:payroll.selection__hr_salary_rule__condition_select__range msgid "Range" msgstr "Phạm vi" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__condition_range #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__condition_range msgid "Range Based on" msgstr "Phạm vi dựa trên" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__rate msgid "Rate (%)" msgstr "Tỷ lệ (%)" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip_line.py:0 #, python-format msgid "Recursion error. Only one line should be parent of %s" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__code #: model:ir.model.fields,field_description:payroll.field_hr_payslip__number msgid "Reference" msgstr "Tham chiếu" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Refetch Payslip Data" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Refund" msgstr "Hoàn trả" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip.py:0 #, python-format msgid "Refund Payslip" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip.py:0 #, python-format msgid "Refund: %s" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "Refunded" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__refunded_id msgid "Refunded Payslip" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contribution_register__register_line_ids msgid "Register Line" msgstr "Đăng ký Line" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip__state__cancel msgid "Rejected" msgstr "Bị từ chối" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__require_code #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__require_code msgid "Require code" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__require_code_and_category #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__require_code_and_category msgid "Require code and category" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_res_config_settings__require_code_and_category #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Require code/category on rules, categories and structures" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_res_config_settings__require_code_and_category #: model_terms:ir.ui.view,arch_db:payroll.res_config_settings_view_form msgid "Require rule.code, rule.category, category.code, structure.code" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__activity_user_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__activity_user_id msgid "Responsible User" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__salary_rule_id msgid "Rule" msgstr "Quy tắc" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Rule Configuration" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_category_view_form msgid "Salary Categories" msgstr "Nhóm lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Salary Computation" msgstr "Tính toán Lương" #. module: payroll #: model:ir.model,name:payroll.model_hr_salary_rule msgid "Salary Rule" msgstr "Quy tắc lương" #. module: payroll #: model:ir.actions.act_window,name:payroll.hr_salary_rule_category_action #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule_category__salary_rules_ids #: model:ir.ui.menu,name:payroll.menu_hr_salary_rule_category #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_category_view_search msgid "Salary Rule Categories" msgstr "Nhóm Quy tắc Lương" #. module: payroll #: model:ir.model,name:payroll.model_hr_salary_rule_category #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_search #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Salary Rule Category" msgstr "Nhóm Quy tắc Lương" #. module: payroll #: model:ir.model,name:payroll.model_hr_rule_input #: model:ir.model.fields,field_description:payroll.field_hr_rule_input__input_id msgid "Salary Rule Input" msgstr "Đầu vào Quy tắc Lương" #. module: payroll #: model:ir.actions.act_window,name:payroll.action_salary_rule_form #: model:ir.model.fields,field_description:payroll.field_hr_payroll_structure__rule_ids #: model:ir.ui.menu,name:payroll.menu_action_hr_salary_rule_form #: model_terms:ir.ui.view,arch_db:payroll.hr_payroll_structure_view_form #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_category_view_form #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_search msgid "Salary Rules" msgstr "Quy tắc lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Salary Rules formula definition (Python)" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip.py:0 #, python-format msgid "Salary Slip of %(name)s for %(dt)s" msgstr "" #. module: payroll #: model:ir.model,name:payroll.model_hr_payroll_structure #: model:ir.model.fields,field_description:payroll.field_hr_contract__struct_id msgid "Salary Structure" msgstr "Cấu trúc lương" #. module: payroll #: model:ir.actions.act_window,name:payroll.hr_payroll_structure_action #: model:ir.ui.menu,name:payroll.hr_payroll_structure_menu msgid "Salary Structures" msgstr "Cấu trúc lương" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contract__schedule_pay msgid "Scheduled Pay" msgstr "Thanh toán" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_search msgid "Search Payslip Batches" msgstr "Tìm kiếm Bảng lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_search msgid "Search Payslip Lines" msgstr "Tìm Các dòng phiếu lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "Search Payslips" msgstr "Tìm Phiếu lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_search msgid "Search Salary Rule" msgstr "Tìm Quy tắc lương" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_contract__schedule_pay__semi-annually msgid "Semi-annually" msgstr "Nửa năm một" #. module: payroll #: model:ir.actions.act_window,name:payroll.action_partner_mass_mail msgid "Send email with payslip" msgstr "" #. module: payroll #: model:mail.template,name:payroll.mail_template_hr_payslip msgid "Send payslip by email" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_input__sequence #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__sequence #: model:ir.model.fields,field_description:payroll.field_hr_payslip_worked_days__sequence #: model:ir.model.fields,field_description:payroll.field_hr_salary_rule__sequence msgid "Sequence" msgstr "Trình tự" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip_change_state__state__draft #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_run_view_form #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Set to Draft" msgstr "Thiết lập về dự thảo" #. module: payroll #: model:ir.actions.act_window,name:payroll.payroll_configuration_action #: model:ir.ui.menu,name:payroll.menu_payroll_global_settings msgid "Settings" msgstr "Thiết lập" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__hide_invisible_lines msgid "Show only lines that appear on payslip" msgstr "" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_search msgid "States" msgstr "Trạng thái" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__state #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__state msgid "Status" msgstr "Trạng thái" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__activity_state #: model:ir.model.fields,help:payroll.field_hr_payslip_run__activity_state msgid "" "Status based on activities\n" "Overdue: Due date is already passed\n" "Today: Activity date is today\n" "Planned: Future activities." msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip__struct_id #: model:ir.model.fields,field_description:payroll.field_hr_payslip_run__struct_id msgid "Structure" msgstr "Cấu trúc lương" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "The calculations should be performed using the objects and variables below.\n" " Then, you have to use specific compute " "variables which will store the data\n" " for salary rule computation." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__code #: model:ir.model.fields,help:payroll.field_hr_salary_rule__code msgid "" "The code of salary rules can be used as reference in computation of other " "rules. In that case, it is case sensitive." msgstr "" "Mã của quy tắc lương có thể được sử dụng như tham chiếu trong việc tính toán " "các quy tắc khác." #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_input__code #: model:ir.model.fields,help:payroll.field_hr_payslip_worked_days__code #: model:ir.model.fields,help:payroll.field_hr_rule_input__code msgid "The code that can be used in the salary rules" msgstr "Mã được sử dụng trong quy tắc lương" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__amount_select #: model:ir.model.fields,help:payroll.field_hr_salary_rule__amount_select msgid "The computation method for the rule amount." msgstr "Phương pháp tính toán cho tổng tiền của một quy tắc." #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_input__contract_id #: model:ir.model.fields,help:payroll.field_hr_payslip_worked_days__contract_id msgid "The contract for which applied this input" msgstr "Hợp đồng mà input này áp dụng cho" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "" "The following objects and variables are available to you to use it in salary " "rules calculations." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__condition_range_max #: model:ir.model.fields,help:payroll.field_hr_salary_rule__condition_range_max msgid "The maximum amount, applied for this rule." msgstr "Tổng tiền tối đa được áp dụng trên quy tắc này." #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__condition_range_min #: model:ir.model.fields,help:payroll.field_hr_salary_rule__condition_range_min msgid "The minimum amount, applied for this rule." msgstr "Tổng tiền tối thiểu được áp dụng trên quy tắc này." #. module: payroll #. odoo-python #: code:addons/payroll/wizard/hr_payslip_change_state.py:0 #, python-format msgid "The payslip %(nm)s is already canceled please deselect it" msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__condition_range #: model:ir.model.fields,help:payroll.field_hr_salary_rule__condition_range msgid "" "This will be used to compute the % fields values; in general it is on basic, " "but you can also use categories code fields in lowercase as a variable names " "(hra, ma, lta, etc.) and the variable basic." msgstr "" "Cái này sẽ được sử dụng để tính toán giá trị trường %; in general it is on " "basic, but you can also use categories code fields in lowercase as a " "variable names (hra, ma, lta, etc.) and the variable basic." #. module: payroll #: model:ir.model,name:payroll.model_hr_leave_type msgid "Time Off Type" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip.py:0 #, python-format msgid "" "To cancel the Original Payslip the\n" " Refunded Payslip needs to be canceled first!" msgstr "" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_payslip_line__total #: model_terms:ir.ui.view,arch_db:payroll.report_contributionregister #: model_terms:ir.ui.view,arch_db:payroll.report_payslip #: model_terms:ir.ui.view,arch_db:payroll.report_payslipdetails msgid "Total" msgstr "Tổng" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip__activity_exception_decoration #: model:ir.model.fields,help:payroll.field_hr_payslip_run__activity_exception_decoration msgid "Type of the exception activity on record." msgstr "" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__sequence #: model:ir.model.fields,help:payroll.field_hr_salary_rule__sequence msgid "Use to arrange calculation sequence" msgstr "Sử dụng để sắp xếp trình tự tính toán" #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__appears_on_payslip #: model:ir.model.fields,help:payroll.field_hr_salary_rule__appears_on_payslip msgid "Used to display the salary rule on payslip." msgstr "Được sử dụng để hiển thị quy tắc lương trên phiếu lương." #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_payslip__state__verify msgid "Waiting" msgstr "Chờ" #. module: payroll #: model:ir.model.fields.selection,name:payroll.selection__hr_contract__schedule_pay__weekly msgid "Weekly" msgstr "Hàng tuần" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Worked Day" msgstr "Ngày làm việc" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Worked Days" msgstr "Ngày làm việc" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_view_form msgid "Worked Days & Inputs" msgstr "Ngày làm việc & Dữ liệu nhập ngoài" #. module: payroll #: model:ir.model.fields,field_description:payroll.field_hr_contract__resource_calendar_id msgid "Working Schedule" msgstr "Thời gian làm việc" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_salary_rule_view_form msgid "Write salary rule notes or observations here..." msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_salary_rule.py:0 #, python-format msgid "" "Wrong percentage base or quantity defined for salary rule %(nm)s (%(code)s) " "for employee %(ee)s." msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_salary_rule.py:0 #, python-format msgid "" "Wrong quantity defined for salary rule %(nm)s (%(code)s) for employee %(ee)s." msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_salary_rule.py:0 #, python-format msgid "" "Wrong range condition defined for salary rule %(nm)s (%(code)s) for employee " "%(ee)s." msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payroll_structure.py:0 #, python-format msgid "You cannot create a recursive salary structure." msgstr "Bạn không thể tạo cấu trúc lương đệ quy" #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip.py:0 #, python-format msgid "You cannot delete a payslip which is not draft or cancelled" msgstr "" #. module: payroll #. odoo-python #: code:addons/payroll/wizard/hr_payroll_payslips_by_employees.py:0 #, python-format msgid "You must select employee(s) to generate payslip(s)." msgstr "Bạn phải chọn ít nhất một nhân viên để tạo (các) phiếu lương." #. module: payroll #. odoo-python #: code:addons/payroll/models/hr_payslip_line.py:0 #, python-format msgid "You must set a contract to create a payslip line." msgstr "Bạn phải thiết lập một hợp đồng để có thể tạo chi tiết phiếu lương." #. module: payroll #: model:ir.model.fields,help:payroll.field_hr_payslip_line__amount_percentage_base #: model:ir.model.fields,help:payroll.field_hr_salary_rule__amount_percentage_base msgid "result will be affected to a variable" msgstr "kết quả sẽ bị ảnh hưởng tới một biến số" #. module: payroll #: model_terms:ir.ui.view,arch_db:payroll.hr_payslip_line_view_form msgid "total_net" msgstr "" #~ msgid "Last Modified on" #~ msgstr "Sửa lần cuối vào" #~ msgid "Input Data" #~ msgstr "Dữ liệu nhập ngoài" #, python-format #~ msgid "Salary Slip of %s for %s" #~ msgstr "Phiếu lương của %s cho %s" #~ msgid "Post payroll slips in accounting" #~ msgstr "Tự động tạo các bút toán lương cho kế toán" #, python-format #~ msgid "Wrong percentage base or quantity defined for salary rule %s (%s)." #~ msgstr "" #~ "Sai cơ sở lấy phần trăm hoặc số lượng định nghĩa trong quy tắc lương %s " #~ "(%s)." #, python-format #~ msgid "Wrong quantity defined for salary rule %s (%s)." #~ msgstr "Sai số lượng định nghĩa trong quy tắc lương %s (%s)." #, python-format #~ msgid "Wrong range condition defined for salary rule %s (%s)." #~ msgstr "Sai phạm vi định nghĩa trong quy tắc lương %s (%s)." #~ msgid "General" #~ msgstr "Chung" #~ msgid "Draft Slip" #~ msgstr "Phiếu lương dự thảo" #~ msgid "Total Working Days" #~ msgstr "Tổng số ngày làm việc" #~ msgid "Details By Salary Rule Category" #~ msgstr "Chi tiết theo nhóm quy tắc lương" #~ msgid "Advantage Name" #~ msgstr "Tên Chế độ Đãi ngộ" #~ msgid "Contract Advantage Templates" #~ msgstr "Mẫu Chế độ Đãi ngộ cho Hợp đồng" #~ msgid "Default value for this advantage" #~ msgstr "Giá trị mặc định cho Chế độ đãi ngộ này" #~ msgid "Employee's Advantage on Contract" #~ msgstr "Chế độ Đãi ngộ Nhân viên trên Hợp đồng" #~ msgid "Lower Bound" #~ msgstr "Giới hạn Thấp" #~ msgid "Lower bound authorized by the employer for this advantage" #~ msgstr "Mức ràng buộc thấp hơn được nhà tuyển dụng ủy quyền vì lợi thế này" #~ msgid "Upper Bound" #~ msgstr "Giới hạn Trên" #~ msgid "Upper bound authorized by the employer for this advantage" #~ msgstr "Giới hạn trên được ủy quyền bởi nhà tuyển dụng vì lợi thế này" #~ msgid "Wrong python code defined for salary rule %s (%s)." #~ msgstr "Sai mã python định nghĩa trong quy tắc lương %s (%s)." #~ msgid "Wrong python condition defined for salary rule %s (%s)." #~ msgstr "Sai điều kiện python định nghĩa trong quy tắc lương %s (%s)." #~ msgid "" #~ "This wizard will generate payslips for " #~ "all selected employee(s) based on the dates and credit note specified on " #~ "Payslips Run." #~ msgstr "" #~ "Cửa sổ này sẽ tạo phiếu tính lương cho " #~ "tất cả (các) nhân viên được chọn dựa trên ngày và phiếu chi được chỉ định " #~ "trên Chạy phiếu tính lương." #~ msgid "" #~ "A contribution register is a third party involved in the salary\n" #~ " payment of the employees. It can be the social security, the\n" #~ " state or anyone that collect or inject money on payslips." #~ msgstr "" #~ "Contribution register là bên thứ ba liên quan tới việc thanh toán \n" #~ " tiền lương cho người lao động. Nó có thể là bảo hiểm xã hội,\n" #~ " thành phố hoặc bất kỳ ai thu hoặc chi tiển trên phiếu lương." #~ msgid "PaySlip Lines By Conribution Register" #~ msgstr "Chi tiết phiếu lương theo Conribution Register" #~ msgid "" #~ "* When the payslip is created the status is 'Draft'\n" #~ " \n" #~ "* If the payslip is under verification, the status is 'Waiting'.\n" #~ " \n" #~ "* If the payslip is confirmed then status is set to 'Done'.\n" #~ " \n" #~ "* When user cancel payslip the status is 'Rejected'." #~ msgstr "" #~ "* Khi phiếu lương được tạo, trạng thái là 'Dự thảo'.\n" #~ "* Nếu phiếu lương đang thẩm định, trạng thái là 'Chờ'.\n" #~ "* Nếu phiếu lương được xác nhận, trạng thái là 'Hoàn thành'.\n" #~ "* Khi người dùng hủy phiếu lương, trạng thái là 'Bị từ chối'." #~ msgid "Payroll Rules" #~ msgstr "Quy tắc tính lương" #~ msgid "Account" #~ msgstr "Tài khoản" #~ msgid "Belgium Payroll" #~ msgstr "Bảng Lương Vương Quốc Bỉ" #~ msgid "Choose a Payroll Localization" #~ msgstr "Chọn Quy tắc Tiền lương Bản địa" #~ msgid "Conveyance Allowance For Gravie" #~ msgstr "Trợ cấp chuyển nhượng cho Gravie" #~ msgid "French Payroll" #~ msgstr "French Payroll" #~ msgid "Indian Payroll" #~ msgstr "Indian Payroll" #~ msgid "Payroll rules that apply to your country" #~ msgstr "Các quy tắc tiền lương mà áp dụng ở đất nước bạn" #~ msgid "Payslip 'Date From' must be earlier 'Date To'." #~ msgstr "'Từ ngày' của phiếu lương phải trước 'Đến ngày'." #~ msgid "Refund: " #~ msgstr "Hoàn trả: " #~ msgid "You cannot delete a payslip which is not draft or cancelled!" #~ msgstr "" #~ "Bạn không thể xoá một phiếu lương mà không ở trạng thái dự thảo hoặc huỷ!"