mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ice9530a321aba7e64d27c138569c2a7f94ec36a0
This commit is contained in:
parent
83b02d9e4b
commit
b33ab8da4b
|
@ -7,6 +7,18 @@
|
|||
"Trần Nguyễn Minh Huy"
|
||||
]
|
||||
},
|
||||
"apihelp-visualeditor-description": "Cho ra mã HTML5 của một trang từ dịch vụ Parsoid.",
|
||||
"apihelp-visualeditor-param-html": "Mã HTML để gửi cho Parsoid để nó chuyển đổi thành mã wiki.",
|
||||
"apihelp-visualeditor-param-oldid": "Số phiên bản để sử dụng (phiên bản hiện tại theo mặc định).",
|
||||
"apihelp-visualeditor-param-paction": "Tác vụ để thực hiện.",
|
||||
"apihelp-visualeditor-param-page": "Trang để thực hiện các tác vụ.",
|
||||
"apihelp-visualeditor-param-wikitext": "Mã wiki để gửi cho Parsoid để nó chuyển đổi thành mã HTML (paction=parsefragment).",
|
||||
"apihelp-visualeditoredit-description": "Lưu một trang HTML5 vào MediaWiki (chuyển đổi thành mã wiki qua dịch vụ Parsoid).",
|
||||
"apihelp-visualeditoredit-param-html": "Mã HTML để gửi cho Parsoid để nó gửi lại mã wiki.",
|
||||
"apihelp-visualeditoredit-param-minor": "Đánh dấu là sửa đổi nhỏ.",
|
||||
"apihelp-visualeditoredit-param-oldid": "Số phiên bản để sử dụng. Phiên bản hiện tại theo mặc định. Sử dụng 0 cho trang mới.",
|
||||
"apihelp-visualeditoredit-param-page": "Trang để thực hiện các tác vụ.",
|
||||
"apihelp-visualeditoredit-param-summary": "Lời tóm lược sửa đổi.",
|
||||
"tooltip-ca-createsource": "Tạo trang này theo mã nguồn",
|
||||
"tooltip-ca-editsource": "Sửa đổi mã nguồn của trang này",
|
||||
"tooltip-ca-ve-edit": "Sửa đổi trang này dùng Trình soạn thảo trực quan",
|
||||
|
@ -116,6 +128,7 @@
|
|||
"visualeditor-dialog-meta-settings-toc-help": "Bạn có thể buộc một bảng mục lục gồm danh sách đề mục của trang này hiện ra trong những trang có ít hơn ba đề mục, hoặc buộc nó không xuất hiện. Theo mặc định, nó sẽ xuất hiện nếu trang có ba đề mục trở lên.",
|
||||
"visualeditor-dialog-meta-settings-toc-label": "Hiển thị mục lục",
|
||||
"visualeditor-dialog-meta-title": "Tùy chọn",
|
||||
"visualeditor-dialog-reference-editing-reused": "Chú thích này được sử dụng $1 lần trên trang này.",
|
||||
"visualeditor-dialog-reference-options-group-label": "Nhóm cước chú",
|
||||
"visualeditor-dialog-reference-options-group-placeholder": "Tham khảo chung",
|
||||
"visualeditor-dialog-reference-options-name-label": "ID để tái sử dụng cước chú",
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
"Duolaimi"
|
||||
]
|
||||
},
|
||||
"apihelp-visualeditor-param-paction": "要执行的操作。",
|
||||
"apihelp-visualeditor-param-page": "要执行操作的页面。",
|
||||
"apihelp-visualeditoredit-description": "保存一个HTML5页面至MediaWiki(通过Parsoid服务转换为wiki文本)。",
|
||||
"apihelp-visualeditoredit-param-captchaid": "验证码ID(当带验证码保存时)。",
|
||||
"apihelp-visualeditoredit-param-captchaword": "回答验证码(当带验证码保存时)。",
|
||||
|
|
Loading…
Reference in a new issue