oca-ocb-web/odoo-bringout-oca-ocb-web_tour/web_tour/i18n/zh_CN.po
Ernad Husremovic 4b94f0abc5 19.0 vanilla
2026-03-09 09:32:58 +01:00

385 lines
11 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_tour
#
# Translators:
# Martin Trigaux, 2022
# Jeffery CHEN <jeffery9@gmail.com>, 2022
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Chloe Wang (chwa)" <chwa@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-11-16 22:41+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
"projects/odoo-19/web_tour/zh_Hans/>\n"
"Language: zh_CN\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"
"X-Generator: Weblate 5.12.2\n"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
msgid "(recording keyboard)"
msgstr "(正在录取键盘按键)"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
msgid "(run:"
msgstr "(运行:"
#. module: web_tour
#: model:ir.model.constraint,message:web_tour.constraint_web_tour_tour_uniq_name
msgid "A tour already exists with this name . Tour's name must be unique!"
msgstr "已经存在一个与此名称相同的Tour。名称必须是唯一的"
#. module: web_tour
#: model:ir.model.fields.selection,name:web_tour.selection__web_tour_tour_step__tooltip_position__bottom
msgid "Bottom"
msgstr "下边框"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/tour_utils.js:0
msgid "Click the top left corner to navigate across apps."
msgstr "点击左上角以在应用程序之间导航。"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__content
msgid "Content"
msgstr "内容"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__create_uid
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__create_uid
msgid "Created by"
msgstr "创建人"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__create_date
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__create_date
msgid "Created on"
msgstr "创建日期"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__custom
msgid "Custom"
msgstr "自定义"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.js:0
msgid "Custom tour '%s' couldn't be saved!"
msgstr "自定义导览%s无法保存"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.js:0
msgid "Custom tour '%s' has been added."
msgstr "已添加自定义导览%s"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_ir_http__display_name
#: model:ir.model.fields,field_description:web_tour.field_res_users__display_name
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__display_name
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__display_name
msgid "Display Name"
msgstr "显示名称"
#. module: web_tour
#: model:ir.actions.server,name:web_tour.tour_export_js_action
msgid "Export JS"
msgstr "导出 JS"
#. module: web_tour
#: model:ir.model,name:web_tour.model_ir_http
msgid "HTTP Routing"
msgstr "HTTP 路由"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_ir_http__id
#: model:ir.model.fields,field_description:web_tour.field_res_users__id
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__id
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__id
msgid "ID"
msgstr "ID"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__write_uid
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__write_uid
msgid "Last Updated by"
msgstr "最后更新人"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__write_date
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__write_date
msgid "Last Updated on"
msgstr "上次更新日期"
#. module: web_tour
#: model_terms:ir.ui.view,arch_db:web_tour.tour_list
msgid "Menu"
msgstr "菜单"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__name
msgid "Name"
msgstr "名称"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
msgid "Name:"
msgstr "名称:"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/onboarding_item.xml:0
#: code:addons/web_tour/static/src/widgets/tour_start.xml:0
#: model:ir.model.fields,field_description:web_tour.field_res_users__tour_enabled
msgid "Onboarding"
msgstr "入职"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__rainbow_man_message
msgid "Rainbow Man Message"
msgstr "彩虹人信息"
#. module: web_tour
#: model_terms:ir.ui.view,arch_db:web_tour.tour_form
msgid "Rainbow Man Message..."
msgstr "彩虹人信息..."
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
#: code:addons/web_tour/static/src/views/tour_controller.xml:0
msgid "Record"
msgstr "记录"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/views/tour_controller.xml:0
msgid "Record Tour"
msgstr "记录导览"
#. module: web_tour
#: model:ir.model.fields.selection,name:web_tour.selection__web_tour_tour_step__tooltip_position__right
msgid "Right"
msgstr "右"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__run
msgid "Run"
msgstr "运行"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
msgid "Save"
msgstr "保存"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_pointer/tour_pointer_state.js:0
msgid "Scroll down to reach the next step."
msgstr "向下滚动,进入下一步骤。"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_pointer/tour_pointer_state.js:0
msgid "Scroll left to reach the next step."
msgstr "向左滚动进入下一步"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_pointer/tour_pointer_state.js:0
msgid "Scroll right to reach the next step."
msgstr "向右滚动进入下一步"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_pointer/tour_pointer_state.js:0
msgid "Scroll up to reach the next step."
msgstr "向上滚动,进入下一步骤。"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__sequence
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__sequence
msgid "Sequence"
msgstr "序列"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__sharing_url
msgid "Sharing URL"
msgstr "分享URL"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/widgets/tour_start.xml:0
msgid "Start Tour"
msgstr "开始游览"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__url
msgid "Starting URL"
msgstr "起始网址"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__step_ids
msgid "Step"
msgstr "步骤"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
#: model_terms:ir.ui.view,arch_db:web_tour.tour_form
msgid "Steps"
msgstr "步骤"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
msgid "Steps:"
msgstr "步驟:"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_pointer/tour_pointer.xml:0
msgid "Stop Tour"
msgstr "停止导览"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/widgets/tour_start.xml:0
msgid "Test Tour"
msgstr "测试游览"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/widgets/tour_start.xml:0
msgid "Testing"
msgstr "测试"
#. module: web_tour
#: model_terms:ir.ui.view,arch_db:web_tour.tour_search
msgid "Tip"
msgstr "提示"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__tooltip_position
msgid "Tooltip Position"
msgstr "工具提示位置"
#. module: web_tour
#: model:ir.model.fields.selection,name:web_tour.selection__web_tour_tour_step__tooltip_position__top
msgid "Top"
msgstr "顶部"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__tour_id
msgid "Tour"
msgstr "产品视频"
#. module: web_tour
#: model:ir.model,name:web_tour.model_web_tour_tour_step
msgid "Tour's step"
msgstr "游览步骤"
#. module: web_tour
#: model:ir.actions.act_window,name:web_tour.tour_action
#: model:ir.model,name:web_tour.model_web_tour_tour
#: model:ir.ui.menu,name:web_tour.menu_tour_action
msgid "Tours"
msgstr "游览"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour_step__trigger
msgid "Trigger"
msgstr "触发方式"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
msgid "Url:"
msgstr "URL"
#. module: web_tour
#: model:ir.model,name:web_tour.model_res_users
msgid "User"
msgstr "用户"
#. module: web_tour
#: model:ir.model.fields,field_description:web_tour.field_web_tour_tour__user_consumed_ids
msgid "User Consumed"
msgstr "用户已消耗"
#. module: web_tour
#: model_terms:ir.ui.view,arch_db:web_tour.tour_form
msgid "e.g. My_Tour"
msgstr "例如My_Tour"
#. module: web_tour
#: model:ir.model.fields.selection,name:web_tour.selection__web_tour_tour_step__tooltip_position__left
msgid "left"
msgstr "左"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
msgid "name_of_the_tour"
msgstr "name_of_the_tour"
#. module: web_tour
#. odoo-javascript
#: code:addons/web_tour/static/src/js/tour_recorder/tour_recorder.xml:0
msgid "trigger"
msgstr "触发方式"
#~ msgid ""
#~ "<strong><b>Good job!</b> You went through all steps of this tour.</strong>"
#~ msgstr "<strong><b>干得好!</b>您经历了这次旅行的所有步骤。</strong>"
#~ msgid "Click on the <i>Home icon</i> to navigate across apps."
#~ msgstr "点击 <i>首页</i> 导航可在功能应用间跳转。"
#~ msgid "Consumed by"
#~ msgstr "消耗于"
#~ msgid "Disable Tours"
#~ msgstr "禁用游览"
#~ msgid "Onboarding tours"
#~ msgstr "引导旅游"
#~ msgid "Open bugger menu."
#~ msgstr "打开调试菜单。"
#~ msgid "Path"
#~ msgstr "路径"
#~ msgid "Start"
#~ msgstr "开始"
#~ msgid "Start tour"
#~ msgstr "开始游览"
#~ msgid "Test"
#~ msgstr "测试"
#~ msgid "Test tour"
#~ msgstr "测试之旅"
#~ msgid "Testing tours"
#~ msgstr "测试之旅"
#~ msgid "Tour name"
#~ msgstr "游览名称"