123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * hr_recruitment_survey
- #
- # Translators:
- # Martin Trigaux, 2022
- # Duy BQ <duybq86@gmail.com>, 2022
- # Vo Thanh Thuy, 2022
- # Thi Huong Nguyen, 2023
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: Odoo Server 16.0\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2023-04-14 05:52+0000\n"
- "PO-Revision-Date: 2022-09-22 05:52+0000\n"
- "Last-Translator: Thi Huong Nguyen, 2023\n"
- "Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: \n"
- "Language: vi\n"
- "Plural-Forms: nplurals=1; plural=0;\n"
- #. module: hr_recruitment_survey
- #: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.hr_applicant_view_form_inherit
- msgid ""
- "<span class=\"o_stat_text\">Consult</span>\n"
- " <span class=\"o_stat_text\">Interview</span>"
- msgstr ""
- "<span class=\"o_stat_text\">Consult</span>\n"
- " <span class=\"o_stat_text\">Interview</span>"
- #. module: hr_recruitment_survey
- #: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1
- msgid "About you"
- msgstr "Về bạn"
- #. module: hr_recruitment_survey
- #: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q7
- msgid "Activities"
- msgstr "Các hoạt động"
- #. module: hr_recruitment_survey
- #: model:ir.model,name:hr_recruitment_survey.model_hr_applicant
- #: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_invite__applicant_id
- #: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_user_input__applicant_id
- msgid "Applicant"
- msgstr "Ứng viên"
- #. module: hr_recruitment_survey
- #: model:ir.model.fields,help:hr_recruitment_survey.field_hr_applicant__survey_id
- #: model:ir.model.fields,help:hr_recruitment_survey.field_hr_job__survey_id
- msgid ""
- "Choose an interview form for this job position and you will be able to "
- "print/answer this interview from all applicants who apply for this job"
- msgstr ""
- "Chọn một mẫu phỏng vấn cho vị trí công việc này và bạn sẽ có thể in / trả "
- "lời phỏng vấn này từ tất cả các ứng viên đăng ký làm việc này"
- #. module: hr_recruitment_survey
- #: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.hr_job_survey_inherit
- #: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.view_hr_job_kanban_inherit
- msgid "Display Interview Form"
- msgstr "Hiển thị mẫu phỏng vẫn"
- #. module: hr_recruitment_survey
- #: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q4
- msgid "Education"
- msgstr "Trình độ"
- #. module: hr_recruitment_survey
- #: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q2
- msgid "From which university did or will you graduate ?"
- msgstr "Bạn đã (sắp) tốt nghiệp từ trường Đại học nào?"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row2
- msgid "Getting on with colleagues"
- msgstr "Hòa hợp với các đồng nghiệp"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row8
- msgid "Getting perks such as free parking, gym passes"
- msgstr "Có nhiều lợi ích như đỗ xe miễn phí, tập gym"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row1
- msgid "Having a good pay"
- msgstr "Mức lương tốt"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row3
- msgid "Having a nice office environment"
- msgstr "Môi trường làm việc dễ chịu"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row7
- msgid "Having freebies such as tea, coffee and stationery"
- msgstr "Trà, cà phê, đồ văn phòng miễn phí"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_col2
- msgid "Important"
- msgstr "Quan trọng"
- #. module: hr_recruitment_survey
- #: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_job__survey_id
- #: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.view_hr_job_kanban_inherit
- msgid "Interview Form"
- msgstr "Mẫu phỏng vấn"
- #. module: hr_recruitment_survey
- #. odoo-python
- #: code:addons/hr_recruitment_survey/models/hr_job.py:0
- #, python-format
- msgid "Interview Form : %s"
- msgstr "Interview Form : %s"
- #. module: hr_recruitment_survey
- #: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.res_config_settings_view_form
- msgid "Interview Survey"
- msgstr "Khảo sát phỏng vấn"
- #. module: hr_recruitment_survey
- #: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.view_hr_job_kanban_inherit
- msgid "Interviews"
- msgstr ""
- #. module: hr_recruitment_survey
- #: model:ir.model,name:hr_recruitment_survey.model_hr_job
- msgid "Job Position"
- msgstr "Chức vụ"
- #. module: hr_recruitment_survey
- #: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q6
- msgid "Knowledge"
- msgstr "Kiến thức"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row6
- msgid "Management quality"
- msgstr "Chất lượng quản lý"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_col1
- msgid "Not important"
- msgstr "Không quan trọng"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row5
- msgid "Office location"
- msgstr "Địa điểm văn phòng"
- #. module: hr_recruitment_survey
- #: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q5
- msgid "Past work experiences"
- msgstr "Kinh nghiệm làm việc trước đây"
- #. module: hr_recruitment_survey
- #: model_terms:survey.survey,description:hr_recruitment_survey.survey_recruitment_form
- msgid ""
- "Please answer those questions to help recruitment officers to preprocess "
- "your application."
- msgstr ""
- #. module: hr_recruitment_survey
- #: model_terms:survey.question,description:hr_recruitment_survey.survey_recruitment_form_p1
- msgid ""
- "Please fill information about you: who you are, what are your education, experience, and activities.\n"
- " It will help us managing your application."
- msgstr ""
- #. module: hr_recruitment_survey
- #: model_terms:survey.question,description:hr_recruitment_survey.survey_recruitment_form_p1_q4
- #: model_terms:survey.question,description:hr_recruitment_survey.survey_recruitment_form_p1_q5
- msgid ""
- "Please summarize your education history: schools, location, diplomas, ..."
- msgstr ""
- #. module: hr_recruitment_survey
- #: model_terms:survey.question,description:hr_recruitment_survey.survey_recruitment_form_p1_q7
- msgid ""
- "Please tell us a bit more about yourself: what are your main activities, ..."
- msgstr ""
- #. module: hr_recruitment_survey
- #: model:survey.survey,title:hr_recruitment_survey.survey_recruitment_form
- msgid "Recruitment Form"
- msgstr "Mẫu tuyển dụng"
- #. module: hr_recruitment_survey
- #: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_applicant__response_id
- msgid "Response"
- msgstr "Hồi đáp"
- #. module: hr_recruitment_survey
- #: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.hr_applicant_view_form_inherit
- msgid "SEND INTERVIEW"
- msgstr "GỬI PHỎNG VẤN"
- #. module: hr_recruitment_survey
- #: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.hr_applicant_view_form_inherit
- msgid "See interview report"
- msgstr "See interview report"
- #. module: hr_recruitment_survey
- #: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_applicant__response_state
- msgid "Status"
- msgstr "Trạng thái"
- #. module: hr_recruitment_survey
- #. odoo-python
- #: code:addons/hr_recruitment_survey/models/hr_job.py:0
- #: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_applicant__survey_id
- #, python-format
- msgid "Survey"
- msgstr "Khảo sát"
- #. module: hr_recruitment_survey
- #: model:ir.model,name:hr_recruitment_survey.model_survey_invite
- msgid "Survey Invitation Wizard"
- msgstr "Survey Invitation Wizard"
- #. module: hr_recruitment_survey
- #: model:ir.model,name:hr_recruitment_survey.model_survey_user_input
- msgid "Survey User Input"
- msgstr "Dữ liệu người dùng nhập vào khảo sát"
- #. module: hr_recruitment_survey
- #: model_terms:survey.survey,description_done:hr_recruitment_survey.survey_recruitment_form
- msgid "Thank you for answering this survey. We will come back to you soon."
- msgstr "Cảm ơn bạn đã trả lời khảo sát. Chúng tôi sẽ trả lời bạn sớm."
- #. module: hr_recruitment_survey
- #. odoo-python
- #: code:addons/hr_recruitment_survey/models/survey_invite.py:0
- #, python-format
- msgid "The applicant \"%s\" has finished the survey."
- msgstr "Ứng viên \"%s\" đã hoàn thành khảo sát."
- #. module: hr_recruitment_survey
- #. odoo-python
- #: code:addons/hr_recruitment_survey/models/survey_invite.py:0
- #, python-format
- msgid "The survey %(survey_link)s has been sent to %(partner_link)s"
- msgstr "Khảo sát %(survey_link)s đã được gửi tới %(partner_link)s"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_col3
- msgid "Very important"
- msgstr "Rất quan trọng"
- #. module: hr_recruitment_survey
- #: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q3
- msgid "Were you referred by an employee?"
- msgstr "Bạn có được một nhân viên của chúng tôi giới thiệu không?"
- #. module: hr_recruitment_survey
- #: model_terms:survey.question,description:hr_recruitment_survey.survey_recruitment_form_p1_q6
- msgid "What are your main knowledge regarding the job you are applying to ?"
- msgstr ""
- #. module: hr_recruitment_survey
- #: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q8
- msgid "What is important for you ?"
- msgstr "Điều gì quan trọng đối với bạn?"
- #. module: hr_recruitment_survey
- #: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q1
- msgid "Which country are you from ?"
- msgstr "Bạn đến từ quốc gia nào?"
- #. module: hr_recruitment_survey
- #: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row4
- msgid "Working with state of the art technology"
- msgstr "Làm việc với công nghệ hiện đại"
- #. module: hr_recruitment_survey
- #. odoo-python
- #: code:addons/hr_recruitment_survey/models/hr_applicant.py:0
- #, python-format
- msgid "You must define a Contact Name for this applicant."
- msgstr "You must define a Contact Name for this applicant."
|