@atlaskit/editor-common 102.15.2 → 102.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/cjs/emoji/index.js +8 -1
- package/dist/cjs/i18n/cs.js +240 -2
- package/dist/cjs/i18n/da.js +239 -2
- package/dist/cjs/i18n/de.js +239 -2
- package/dist/cjs/i18n/en.js +249 -3
- package/dist/cjs/i18n/en_GB.js +249 -3
- package/dist/cjs/i18n/en_ZZ.js +249 -3
- package/dist/cjs/i18n/es.js +240 -2
- package/dist/cjs/i18n/fi.js +240 -2
- package/dist/cjs/i18n/fr.js +240 -2
- package/dist/cjs/i18n/hu.js +239 -2
- package/dist/cjs/i18n/it.js +239 -2
- package/dist/cjs/i18n/ja.js +240 -2
- package/dist/cjs/i18n/ko.js +240 -2
- package/dist/cjs/i18n/nb.js +239 -2
- package/dist/cjs/i18n/nl.js +239 -2
- package/dist/cjs/i18n/pl.js +240 -2
- package/dist/cjs/i18n/pt_BR.js +238 -2
- package/dist/cjs/i18n/ru.js +240 -2
- package/dist/cjs/i18n/sv.js +239 -2
- package/dist/cjs/i18n/th.js +225 -2
- package/dist/cjs/i18n/tr.js +240 -2
- package/dist/cjs/i18n/uk.js +225 -2
- package/dist/cjs/i18n/vi.js +224 -2
- package/dist/cjs/i18n/zh.js +240 -2
- package/dist/cjs/i18n/zh_TW.js +240 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/annotation.js +64 -30
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/emoji/index.js +2 -1
- package/dist/es2019/i18n/cs.js +240 -2
- package/dist/es2019/i18n/da.js +239 -2
- package/dist/es2019/i18n/de.js +239 -2
- package/dist/es2019/i18n/en.js +249 -3
- package/dist/es2019/i18n/en_GB.js +249 -3
- package/dist/es2019/i18n/en_ZZ.js +249 -3
- package/dist/es2019/i18n/es.js +240 -2
- package/dist/es2019/i18n/fi.js +240 -2
- package/dist/es2019/i18n/fr.js +240 -2
- package/dist/es2019/i18n/hu.js +239 -2
- package/dist/es2019/i18n/it.js +239 -2
- package/dist/es2019/i18n/ja.js +240 -2
- package/dist/es2019/i18n/ko.js +240 -2
- package/dist/es2019/i18n/nb.js +239 -2
- package/dist/es2019/i18n/nl.js +239 -2
- package/dist/es2019/i18n/pl.js +240 -2
- package/dist/es2019/i18n/pt_BR.js +238 -2
- package/dist/es2019/i18n/ru.js +240 -2
- package/dist/es2019/i18n/sv.js +239 -2
- package/dist/es2019/i18n/th.js +225 -2
- package/dist/es2019/i18n/tr.js +240 -2
- package/dist/es2019/i18n/uk.js +225 -2
- package/dist/es2019/i18n/vi.js +224 -2
- package/dist/es2019/i18n/zh.js +240 -2
- package/dist/es2019/i18n/zh_TW.js +240 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/annotation.js +64 -30
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/emoji/index.js +2 -1
- package/dist/esm/i18n/cs.js +240 -2
- package/dist/esm/i18n/da.js +239 -2
- package/dist/esm/i18n/de.js +239 -2
- package/dist/esm/i18n/en.js +249 -3
- package/dist/esm/i18n/en_GB.js +249 -3
- package/dist/esm/i18n/en_ZZ.js +249 -3
- package/dist/esm/i18n/es.js +240 -2
- package/dist/esm/i18n/fi.js +240 -2
- package/dist/esm/i18n/fr.js +240 -2
- package/dist/esm/i18n/hu.js +239 -2
- package/dist/esm/i18n/it.js +239 -2
- package/dist/esm/i18n/ja.js +240 -2
- package/dist/esm/i18n/ko.js +240 -2
- package/dist/esm/i18n/nb.js +239 -2
- package/dist/esm/i18n/nl.js +239 -2
- package/dist/esm/i18n/pl.js +240 -2
- package/dist/esm/i18n/pt_BR.js +238 -2
- package/dist/esm/i18n/ru.js +240 -2
- package/dist/esm/i18n/sv.js +239 -2
- package/dist/esm/i18n/th.js +225 -2
- package/dist/esm/i18n/tr.js +240 -2
- package/dist/esm/i18n/uk.js +225 -2
- package/dist/esm/i18n/vi.js +224 -2
- package/dist/esm/i18n/zh.js +240 -2
- package/dist/esm/i18n/zh_TW.js +240 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/annotation.js +64 -30
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/emoji/index.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +239 -1
- package/dist/types/i18n/da.d.ts +238 -1
- package/dist/types/i18n/de.d.ts +238 -1
- package/dist/types/i18n/en.d.ts +247 -1
- package/dist/types/i18n/en_GB.d.ts +247 -1
- package/dist/types/i18n/en_ZZ.d.ts +247 -1
- package/dist/types/i18n/es.d.ts +239 -1
- package/dist/types/i18n/fi.d.ts +239 -1
- package/dist/types/i18n/fr.d.ts +239 -1
- package/dist/types/i18n/hu.d.ts +238 -1
- package/dist/types/i18n/it.d.ts +238 -1
- package/dist/types/i18n/ja.d.ts +239 -1
- package/dist/types/i18n/ko.d.ts +239 -1
- package/dist/types/i18n/nb.d.ts +238 -1
- package/dist/types/i18n/nl.d.ts +238 -1
- package/dist/types/i18n/pl.d.ts +239 -1
- package/dist/types/i18n/pt_BR.d.ts +237 -1
- package/dist/types/i18n/ru.d.ts +239 -1
- package/dist/types/i18n/sv.d.ts +238 -1
- package/dist/types/i18n/th.d.ts +224 -1
- package/dist/types/i18n/tr.d.ts +239 -1
- package/dist/types/i18n/uk.d.ts +224 -1
- package/dist/types/i18n/vi.d.ts +223 -1
- package/dist/types/i18n/zh.d.ts +239 -1
- package/dist/types/i18n/zh_TW.d.ts +239 -1
- package/dist/types-ts4.5/emoji/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +239 -1
- package/dist/types-ts4.5/i18n/da.d.ts +238 -1
- package/dist/types-ts4.5/i18n/de.d.ts +238 -1
- package/dist/types-ts4.5/i18n/en.d.ts +247 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +247 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +247 -1
- package/dist/types-ts4.5/i18n/es.d.ts +239 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +239 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +239 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +238 -1
- package/dist/types-ts4.5/i18n/it.d.ts +238 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +239 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +239 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +238 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +238 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +239 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +237 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +239 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +238 -1
- package/dist/types-ts4.5/i18n/th.d.ts +224 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +239 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +224 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +223 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +239 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +239 -1
- package/package.json +6 -3
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -10,6 +10,7 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Đã chỉnh sửa xong',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Tiến hành sửa',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Cấu hình {macroName}',
|
|
13
|
+
'fablric.editor.viewAllInserts': 'Xem tất cả nội dung chèn',
|
|
13
14
|
'fabric.editor.action': 'Mục thao tác',
|
|
14
15
|
'fabric.editor.action.description': 'Tạo và chỉ định các mục thao tác',
|
|
15
16
|
'fabric.editor.addAltText': 'Văn bản thay thế',
|
|
@@ -22,12 +23,210 @@ export default {
|
|
|
22
23
|
'fabric.editor.addMediaFiles': 'Thêm ảnh, video hoặc tệp',
|
|
23
24
|
'fabric.editor.addRowAbove': 'Thêm hàng bên trên',
|
|
24
25
|
'fabric.editor.addRowBelow': 'Thêm hàng bên dưới',
|
|
26
|
+
'fabric.editor.addUpdatedAltText': 'Thêm văn bản thay thế',
|
|
27
|
+
'fabric.editor.ai.ai-panels.actionItemsPageDescription': 'Dùng Atlassian Intelligence để tìm mục thao tác và hiển thị trong một bảng',
|
|
28
|
+
'fabric.editor.ai.ai-panels.actionItemsPageTitle': 'Bảng mục thao tác (Beta)',
|
|
29
|
+
'fabric.editor.ai.ai-panels.summarizePageDescription': 'Dùng Atlassian Intelligence để tóm tắt trang này và hiển thị trong một bảng',
|
|
30
|
+
'fabric.editor.ai.ai-panels.summarizePageTitle': 'Bảng tóm tắt trang (Beta)',
|
|
31
|
+
'fabric.editor.ai.ai-smart-button.context.reference': 'Nội dung đã chọn',
|
|
32
|
+
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Tạo nội dung cần chèn vào bản cập nhật',
|
|
33
|
+
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Tóm tắt nội dung của bản cập nhật',
|
|
34
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Tạo',
|
|
35
|
+
'fabric.editor.ai.config.item.action.insert': 'Chèn',
|
|
36
|
+
'fabric.editor.ai.config.item.action.insertAtTop': 'Chèn vào trên cùng',
|
|
37
|
+
'fabric.editor.ai.config.item.action.insertBelow': 'Chèn bên dưới',
|
|
38
|
+
'fabric.editor.ai.config.item.action.replace': 'Thay thế',
|
|
39
|
+
'fabric.editor.ai.config.item.action.replaceTitle': 'Thay thế tiêu đề',
|
|
40
|
+
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Tên không được vượt quá {maxLength} ký tự',
|
|
41
|
+
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Mở trong phần Trò chuyện',
|
|
42
|
+
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Hướng dẫn',
|
|
43
|
+
'fabric.editor.ai.config.item.advancedPrompt.description': 'Chỉ định tác vụ, hướng dẫn và quy tắc',
|
|
44
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Mức độ sáng tạo',
|
|
45
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'Cao',
|
|
46
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Thấp',
|
|
47
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Trung bình',
|
|
48
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage': 'Ví dụ: 1. Bắt đầu tài liệu bằng một phần tổng quan ngắn gọn về các mục tiêu của công ty chúng tôi. 2. Tạo danh sách các thành viên đội ngũ quan trọng để họp trong tuần đầu tiên.',
|
|
49
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Cung cấp hướng dẫn cho nhiệm vụ để giúp tạo ra kết quả cụ thể.',
|
|
50
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'Ví dụ: Nội dung đầu ra phải tuân theo hướng dẫn về phong cách của công ty và không sử dụng dữ liệu chưa được xác minh.',
|
|
51
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Quy tắc',
|
|
52
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Nêu ra bất kỳ quy tắc nào bạn muốn tuân theo.',
|
|
53
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Vui lòng cung cấp tác vụ',
|
|
54
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'Ví dụ: Tạo tài liệu hướng dẫn cho nhân viên mới gia nhập đội ngũ.',
|
|
55
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Nhiệm vụ',
|
|
56
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Mô tả nhiệm vụ cần hoàn thành.',
|
|
57
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Giọng điệu',
|
|
58
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Bình thường',
|
|
59
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Mang tính giáo dục',
|
|
60
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Đồng cảm',
|
|
61
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Trung lập',
|
|
62
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Chuyên nghiệp',
|
|
63
|
+
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Tạo câu lệnh nâng cao',
|
|
64
|
+
'fabric.editor.ai.config.item.advancedPrompt.title': 'Tạo yêu cầu nâng cao',
|
|
65
|
+
'fabric.editor.ai.config.item.agent.title': 'Nhân viên hỗ trợ Atlassian Intelligence Rovo',
|
|
66
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Rút ngắn nội dung cho súc tích hơn',
|
|
67
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Rút ngắn bản cập nhật',
|
|
68
|
+
'fabric.editor.ai.config.item.bb.pr.description.description': 'Tạo nội dung mô tả yêu cầu hợp nhất kèm theo phần tóm tắt về các thay đổi',
|
|
69
|
+
'fabric.editor.ai.config.item.bb.pr.description.title': 'Tạo mô tả cho yêu cầu hợp nhất',
|
|
70
|
+
'fabric.editor.ai.config.item.brainstorm.description': 'Tạo danh sách các ý tưởng cho chủ đề bạn cung cấp',
|
|
71
|
+
'fabric.editor.ai.config.item.brainstorm.promptHint': 'Cho tôi biết về chủ đề...',
|
|
72
|
+
'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Động não',
|
|
73
|
+
'fabric.editor.ai.config.item.brainstorm.title': 'Động não',
|
|
74
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.description': 'Thay đổi sắc thái nội dung sang bình thường',
|
|
75
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title': 'Bình thường',
|
|
76
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle': 'Bình thường',
|
|
77
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.title': 'Thay đổi giọng điệu sang bình thường',
|
|
78
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.description': 'Thay đổi sắc thái nội dung sang mang tính giáo dục',
|
|
79
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title': 'Mang tính giáo dục',
|
|
80
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle': 'Mang tính giáo dục',
|
|
81
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.title': 'Thay đổi giọng điệu sang mang tính giáo dục',
|
|
82
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.description': 'Thay đổi sắc thái nội dung sang đồng cảm',
|
|
83
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title': 'Đồng cảm',
|
|
84
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle': 'Đồng cảm',
|
|
85
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.title': 'Thay đổi giọng điệu sang đồng cảm',
|
|
86
|
+
'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA': 'Thay đổi giọng điệu sang...',
|
|
87
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.description': 'Thay đổi sắc thái nội dung sang trung tính',
|
|
88
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title': 'Trung tính',
|
|
89
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle': 'Trung tính',
|
|
90
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.title': 'Thay đổi giọng điệu sang trung tính',
|
|
91
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.description': 'Thay đổi sắc thái nội dung sang chuyên nghiệp',
|
|
92
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title': 'Chuyên nghiệp',
|
|
93
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle': 'Chuyên nghiệp',
|
|
94
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.title': 'Thay đổi giọng điệu sang chuyên nghiệp',
|
|
95
|
+
'fabric.editor.ai.config.item.convertToBulletList.description': 'Định dạng lại nội dung thành danh sách có dấu đầu dòng',
|
|
96
|
+
'fabric.editor.ai.config.item.convertToBulletList.title': 'Chuyển thành danh sách có dấu đầu dòng',
|
|
97
|
+
'fabric.editor.ai.config.item.convertToTable.description': 'Định dạng lại nội dung thành bảng có tiêu đề',
|
|
98
|
+
'fabric.editor.ai.config.item.convertToTable.title': 'Chuyển thành bảng',
|
|
99
|
+
'fabric.editor.ai.config.item.draftReply.description': 'Soạn thảo câu trả lời dựa trên các vấn đề tương tự với vấn đề bạn đang gặp phải',
|
|
100
|
+
'fabric.editor.ai.config.item.draftReply.title': 'Soạn thảo câu trả lời',
|
|
101
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description': 'Sửa lỗi chính tả và ngữ pháp',
|
|
102
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title': 'Chính tả và ngữ pháp',
|
|
103
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title': 'Sửa lỗi chính tả và ngữ pháp',
|
|
104
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.description': 'Cải thiện sự rõ ràng, cấu trúc và giọng điệu để tăng mức độ tương tác và hiểu biết',
|
|
105
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title': 'Cải thiện văn phong',
|
|
106
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.title': 'Cải thiện văn phong',
|
|
107
|
+
'fabric.editor.ai.config.item.findActionItems.description': 'Tìm mục thao tác trong nội dung bạn cung cấp',
|
|
108
|
+
'fabric.editor.ai.config.item.findActionItems.title': 'Tìm mục thao tác',
|
|
109
|
+
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': 'Chọn từ bên dưới (tính năng tạo miễn phí hiện đang tắt trong Elevate)',
|
|
110
|
+
'fabric.editor.ai.config.item.generateContent.promptHint': 'Viết bằng AI hoặc chọn từ bên dưới',
|
|
111
|
+
'fabric.editor.ai.config.item.improveDescription.default.description': 'Sắp xếp lại cấu trúc phần mô tả vấn đề dựa trên loại vấn đề',
|
|
112
|
+
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': 'Cải thiện mô tả',
|
|
113
|
+
'fabric.editor.ai.config.item.makeLonger.description': 'Mở rộng nội dung dựa trên ngữ cảnh bạn cung cấp',
|
|
114
|
+
'fabric.editor.ai.config.item.makeLonger.title': 'Kéo dài thêm',
|
|
115
|
+
'fabric.editor.ai.config.item.range.agent.description': 'Không có mô tả',
|
|
116
|
+
'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Yêu cầu Nhân viên viết nội dung bất kỳ hoặc chọn trong số các nội dung bên dưới',
|
|
117
|
+
'fabric.editor.ai.config.item.rephrase.description': 'Tạo đề xuất để viết lại câu',
|
|
118
|
+
'fabric.editor.ai.config.item.rephrase.title': 'Diễn đạt lại',
|
|
119
|
+
'fabric.editor.ai.config.item.shorten.description': 'Rút ngắn nội dung cho súc tích hơn',
|
|
120
|
+
'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title': 'Rút ngắn',
|
|
121
|
+
'fabric.editor.ai.config.item.shorten.title': 'Rút ngắn',
|
|
122
|
+
'fabric.editor.ai.config.item.suggest.description': 'Đề xuất tiêu đề cho nội dung bạn cung cấp',
|
|
123
|
+
'fabric.editor.ai.config.item.suggest.title': 'Đề xuất tiêu đề',
|
|
124
|
+
'fabric.editor.ai.config.item.summarize.description': 'Tạo bản tóm tắt của văn bản bạn đang làm việc, làm nổi bật các điểm chính',
|
|
125
|
+
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Tóm tắt nội dung viết',
|
|
126
|
+
'fabric.editor.ai.config.item.summarize.title': 'Tóm tắt nội dung viết',
|
|
127
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitle.ga': 'Dịch',
|
|
128
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA': 'Dịch sang...',
|
|
129
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.description': 'Dịch văn bản bạn đang thao tác sang tiếng Trung Quốc (Giản thể)',
|
|
130
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.title': 'Dịch sang tiếng Trung Quốc (Giản thể)',
|
|
131
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.description': 'Dịch văn bản bạn đang thao tác sang tiếng Trung Quốc (Phồn thể)',
|
|
132
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.title': 'Dịch sang tiếng Trung Quốc (Phồn thể)',
|
|
133
|
+
'fabric.editor.ai.config.item.translateTo.czech.description': 'Dịch văn bản bạn đang thao tác sang tiếng Séc',
|
|
134
|
+
'fabric.editor.ai.config.item.translateTo.czech.title': 'Dịch sang tiếng Séc',
|
|
135
|
+
'fabric.editor.ai.config.item.translateTo.danish.description': 'Dịch văn bản bạn đang thao tác sang tiếng Đan Mạch',
|
|
136
|
+
'fabric.editor.ai.config.item.translateTo.danish.title': 'Dịch sang tiếng Đan Mạch',
|
|
137
|
+
'fabric.editor.ai.config.item.translateTo.dutch.description': 'Dịch văn bản bạn đang thao tác sang tiếng Hà Lan',
|
|
138
|
+
'fabric.editor.ai.config.item.translateTo.dutch.title': 'Dịch sang tiếng Hà Lan',
|
|
139
|
+
'fabric.editor.ai.config.item.translateTo.english.description': 'Dịch văn bản bạn đang thao tác sang tiếng Anh',
|
|
140
|
+
'fabric.editor.ai.config.item.translateTo.english.title': 'Dịch sang tiếng Anh',
|
|
141
|
+
'fabric.editor.ai.config.item.translateTo.finnish.description': 'Dịch văn bản bạn đang thao tác sang tiếng Phần Lan',
|
|
142
|
+
'fabric.editor.ai.config.item.translateTo.finnish.title': 'Dịch sang tiếng Phần Lan',
|
|
143
|
+
'fabric.editor.ai.config.item.translateTo.french.description': 'Dịch văn bản bạn đang thao tác sang tiếng Pháp',
|
|
144
|
+
'fabric.editor.ai.config.item.translateTo.french.title': 'Dịch sang tiếng Pháp',
|
|
145
|
+
'fabric.editor.ai.config.item.translateTo.german.description': 'Dịch văn bản bạn đang thao tác sang tiếng Đức',
|
|
146
|
+
'fabric.editor.ai.config.item.translateTo.german.title': 'Dịch sang tiếng Đức',
|
|
147
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Hungary',
|
|
148
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.title': 'Dịch sang tiếng Hungary',
|
|
149
|
+
'fabric.editor.ai.config.item.translateTo.italian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Ý',
|
|
150
|
+
'fabric.editor.ai.config.item.translateTo.italian.title': 'Dịch sang tiếng Ý',
|
|
151
|
+
'fabric.editor.ai.config.item.translateTo.japanese.description': 'Dịch văn bản bạn đang thao tác sang tiếng Nhật',
|
|
152
|
+
'fabric.editor.ai.config.item.translateTo.japanese.title': 'Dịch sang tiếng Nhật',
|
|
153
|
+
'fabric.editor.ai.config.item.translateTo.korean.description': 'Dịch văn bản bạn đang thao tác sang tiếng Hàn',
|
|
154
|
+
'fabric.editor.ai.config.item.translateTo.korean.title': 'Dịch sang tiếng Hàn',
|
|
155
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Na Uy',
|
|
156
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.title': 'Dịch sang tiếng Na Uy',
|
|
157
|
+
'fabric.editor.ai.config.item.translateTo.polish.description': 'Dịch văn bản bạn đang thao tác sang tiếng Ba Lan',
|
|
158
|
+
'fabric.editor.ai.config.item.translateTo.polish.title': 'Dịch sang tiếng Ba Lan',
|
|
159
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Bồ Đào Nha (Brazil)',
|
|
160
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title': 'Dịch sang tiếng Bồ Đào Nha (Brazil)',
|
|
161
|
+
'fabric.editor.ai.config.item.translateTo.russian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Nga',
|
|
162
|
+
'fabric.editor.ai.config.item.translateTo.russian.title': 'Dịch sang tiếng Nga',
|
|
163
|
+
'fabric.editor.ai.config.item.translateTo.spanish.description': 'Dịch văn bản bạn đang thao tác sang tiếng Tây Ban Nha',
|
|
164
|
+
'fabric.editor.ai.config.item.translateTo.spanish.title': 'Dịch sang tiếng Tây Ban Nha',
|
|
165
|
+
'fabric.editor.ai.config.item.translateTo.swedish.description': 'Dịch văn bản bạn đang thao tác sang tiếng Thụy Điển',
|
|
166
|
+
'fabric.editor.ai.config.item.translateTo.swedish.title': 'Dịch sang tiếng Thụy Điển',
|
|
167
|
+
'fabric.editor.ai.config.item.translateTo.thai.description': 'Dịch văn bản bạn đang thao tác sang tiếng Thái',
|
|
168
|
+
'fabric.editor.ai.config.item.translateTo.thai.title': 'Dịch sang tiếng Thái',
|
|
169
|
+
'fabric.editor.ai.config.item.translateTo.turkish.description': 'Dịch văn bản bạn đang thao tác sang tiếng Thổ Nhĩ Kỳ',
|
|
170
|
+
'fabric.editor.ai.config.item.translateTo.turkish.title': 'Dịch sang tiếng Thổ Nhĩ Kỳ',
|
|
171
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Ukraina',
|
|
172
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.title': 'Dịch sang tiếng Ukraina',
|
|
173
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.description': 'Dịch văn bản bạn đang thao tác sang tiếng Việt',
|
|
174
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.title': 'Dịch sang tiếng Việt',
|
|
175
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceChangeToneSelectionToolbarDropdownMenuTitle': 'Thay đổi giọng điệu',
|
|
176
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceRewriteSelectionToolbarDropdownMenuTitle': 'Viết lại',
|
|
177
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Dịch',
|
|
178
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Tiêu đề trang',
|
|
179
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Trang',
|
|
180
|
+
'fabric.editor.ai.experience-application.documentInsertError': 'Đã xảy ra lỗi khi chèn phản hồi. Hãy đóng hộp thoại và thử lại.',
|
|
181
|
+
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'Đã xảy ra lỗi khi tạo bản xem trước. Hãy đóng hộp thoại rồi thử lại.',
|
|
182
|
+
'fabric.editor.ai.experience-application.rateLimitEnforced': 'Gần đây, chúng tôi nhận được quá nhiều yêu cầu về Atlassian Intelligence (AI). Hãy thử lại sau vài phút hoặc đọc về <link>việc sử dụng AI quá mức</link>.',
|
|
183
|
+
'fabric.editor.ai.experience-application.tokenLimitExceeded': 'Chúng tôi không nhận được phản hồi. Lời nhắc hoặc phản hồi đã vượt quá giới hạn đối với yêu cầu này. Hãy đóng hộp thoại rồi thử lại.',
|
|
184
|
+
'fabric.editor.ai.experience-application.unhandledErrorMessage': 'Đã xảy ra lỗi. Hãy đóng hộp thoại và thử lại.',
|
|
185
|
+
'fabric.editor.ai.experience.apiError': 'Chúng tôi không thể nhận phản hồi, vui lòng thử lại.',
|
|
186
|
+
'fabric.editor.ai.experience.aupViolationMessage': 'Lời nhắc và nội dung của bạn có thể không tuân thủ Chính sách sử dụng được chấp nhận của chúng tôi. Vui lòng xem lại cả hai và tham khảo <link>Chính sách sử dụng được chấp nhận</link> của chúng tôi nếu cần. Nếu sự cố vẫn tiếp diễn, hãy cân nhắc thử một lời nhắc hoặc nội dung khác.',
|
|
187
|
+
'fabric.editor.ai.experience.browseMore.agents': 'Duyệt tìm nhân viên',
|
|
188
|
+
'fabric.editor.ai.experience.discardMessagePrompt': 'Bạn có muốn hủy bỏ lời nhắc?',
|
|
189
|
+
'fabric.editor.ai.experience.discardMessageResponse': 'Bạn có muốn hủy bỏ phản hồi?',
|
|
190
|
+
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Tính năng tạo miễn phí hiện đang tắt trong Elevate',
|
|
191
|
+
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Bạn hiện có thể dán liên kết 🔗 tới nội dung Jira và Confluence vào lời nhắc của mình.',
|
|
192
|
+
'fabric.editor.ai.experience.footerRightText.agents': 'Được hỗ trợ bởi Rovo',
|
|
193
|
+
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence không thể xử lý yêu cầu của bạn vì nội dung của bạn có chứa các liên kết đến nội dung bị hạn chế của HIPAA. Vui lòng xóa những liên kết này và thử lại.',
|
|
194
|
+
'fabric.editor.ai.experience.inputTooShortError': 'Nội dung này quá ngắn nên không thể tóm tắt. Hãy thêm nội dung, rồi thử lại.',
|
|
195
|
+
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) không phản hồi. Hãy thử lại sau hoặc <link>kiểm tra trạng thái của AI</link>.',
|
|
196
|
+
'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
|
|
197
|
+
'fabric.editor.ai.experience.labelRight.rovo': 'Rovo',
|
|
198
|
+
'fabric.editor.ai.experience.loadingTitle': 'Đang tạo',
|
|
199
|
+
'fabric.editor.ai.experience.messageTemplateAnalysingQuery': 'Đang phân tích: Đang xem lại câu hỏi của bạn.',
|
|
200
|
+
'fabric.editor.ai.experience.messageTemplateContentSearch': 'Đang tìm kiếm: Xin chờ một chút trong khi chúng tôi tìm kiếm thông tin.',
|
|
201
|
+
'fabric.editor.ai.experience.messageTemplateNextBestTask': 'Đang tìm kiếm: Xin chờ một chút trong khi chúng tôi tìm kiếm Jira.',
|
|
202
|
+
'fabric.editor.ai.experience.messageTemplatePageHydration': 'Đang tìm kiếm: Xin chờ một chút trong khi chúng tôi tìm kiếm trang.',
|
|
203
|
+
'fabric.editor.ai.experience.noResultsSuggestion': 'Không có kết quả',
|
|
204
|
+
'fabric.editor.ai.experience.responseTooSimilarMessage': 'Hiện Atlassian Intelligence chưa có gợi ý nào. Hãy thử lại lời nhắc hoặc nội dung khác.',
|
|
205
|
+
'fabric.editor.ai.experience.showMoreButton': 'Hiển thị thêm',
|
|
206
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.actions': 'Hành động',
|
|
207
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.agents': 'Nhân viên',
|
|
208
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.atlassianIntelligence': 'Atlassian intelligence',
|
|
209
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Nguồn kiến thức',
|
|
210
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Nhân viên hỗ trợ Rovo',
|
|
211
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Nhân viên hỗ trợ Rovo ({numberOfAgents})',
|
|
212
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Studio',
|
|
213
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Dùng nhân viên hỗ trợ Rovo ({numberOfAgents})',
|
|
214
|
+
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Sử dụng kiến thức chung',
|
|
215
|
+
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Sử dụng kiến thức từ tổ chức của bạn',
|
|
25
216
|
'fabric.editor.ai.proactive.error.markdownErrorMessage': 'Đã xảy ra lỗi khi tạo bản xem trước. Hãy đóng hộp thoại và thử lại.',
|
|
26
217
|
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Đã xảy ra lỗi. Hãy đóng hộp thoại và thử lại.',
|
|
27
218
|
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Chèn bên dưới',
|
|
28
219
|
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Thay thế',
|
|
220
|
+
'fabric.editor.ai.screens.preview.convoAIBeta': 'Yêu cầu tạo nội dung mà URL tham chiếu đang trong giai đoạn beta.',
|
|
29
221
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Đánh dấu một thuật ngữ, từ viết tắt hoặc chữ rút gọn',
|
|
30
222
|
'fabric.editor.ai.selectionToolbar.define.title': 'Xác định',
|
|
223
|
+
'fabric.editor.ai.toolbar.askAI.title': 'Hỏi AI',
|
|
224
|
+
'fabric.editor.ai.toolbar.improveWriting.title': 'Cải thiện bài viết',
|
|
225
|
+
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Yêu cầu Atlassian Intelligence cải thiện bài viết bạn lựa chọn',
|
|
226
|
+
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
227
|
+
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
228
|
+
'fabric.editor.ai.toolbar.tryAI.title': 'Dùng thử AI',
|
|
229
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Mở Atlassian Intelligence',
|
|
31
230
|
'fabric.editor.alignCenter': 'Căn giữa',
|
|
32
231
|
'fabric.editor.alignImageCenter': 'Căn giữa',
|
|
33
232
|
'fabric.editor.alignImageLeft': 'Căn trái',
|
|
@@ -43,7 +242,9 @@ export default {
|
|
|
43
242
|
'fabric.editor.backLink': 'Quay lại',
|
|
44
243
|
'fabric.editor.backgroundColor': 'Màu nền',
|
|
45
244
|
'fabric.editor.blockCardUnavailable': 'Liên kết nội tuyến nằm trong {node} và không thể thay đổi chế độ xem liên kết',
|
|
46
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.blockControlDelete': 'Xóa',
|
|
246
|
+
'fabric.editor.blockControlDragHandleMove': 'Kéo để di chuyển',
|
|
247
|
+
'fabric.editor.blockControlDragHandleRearrange': 'Kéo để sắp xếp lại',
|
|
47
248
|
'fabric.editor.blockControlInsert': 'Chèn',
|
|
48
249
|
'fabric.editor.blockControlMoveDown': 'Di chuyển xuống',
|
|
49
250
|
'fabric.editor.blockControlMoveLeft': 'Di chuyển sang trái',
|
|
@@ -91,6 +292,7 @@ export default {
|
|
|
91
292
|
'fabric.editor.columnSelected': 'Đã chọn cột {index}/{total}',
|
|
92
293
|
'fabric.editor.columns': 'Bố cục',
|
|
93
294
|
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {Chèn {numberOfColumns} cột bằng nhau}}',
|
|
295
|
+
'fabric.editor.columns.advanced.layout.single.description': 'Chèn bố cục một cột',
|
|
94
296
|
'fabric.editor.columns.description': 'Thiết lập cấu trúc trang của bạn bằng cách sử dụng các mục',
|
|
95
297
|
'fabric.editor.columnsAreInserted': '{count, plural, other {Đã chèn {count} cột}}',
|
|
96
298
|
'fabric.editor.columnsAreRemoved': '{count, plural, other {Đã xóa {count} cột}}',
|
|
@@ -129,6 +331,8 @@ export default {
|
|
|
129
331
|
'fabric.editor.datasource.confluenceSearch.description': 'Chèn danh sách kết quả tìm kiếm từ Confluence bằng tính năng tìm kiếm, lọc và định cấu hình nâng cao.',
|
|
130
332
|
'fabric.editor.datasource.jiraIssue': 'Vấn đề trên Jira',
|
|
131
333
|
'fabric.editor.datasource.jiraIssue.description': 'Chèn vấn đề trên Jira từ Jira Cloud bằng tính năng tìm kiếm, lọc và định cấu hình nâng cao.',
|
|
334
|
+
'fabric.editor.datasource.jiraIssue.description.issue-term-refresh': 'Chèn hạng mục công việc trên Jira từ Jira Cloud bằng tính năng tìm kiếm, lọc và định cấu hình nâng cao.',
|
|
335
|
+
'fabric.editor.datasource.jiraIssue.issue-term-refresh': 'Hạng mục công việc Jira',
|
|
132
336
|
'fabric.editor.datasourceAppearanceTitle': 'Danh sách',
|
|
133
337
|
'fabric.editor.datasourceTitle': 'Sửa truy vấn tìm kiếm',
|
|
134
338
|
'fabric.editor.date': 'Ngày',
|
|
@@ -138,6 +342,7 @@ export default {
|
|
|
138
342
|
'fabric.editor.decisionPlaceholder': 'Thêm quyết định…',
|
|
139
343
|
'fabric.editor.decreaseSize': 'Giảm kích thước bảng hoặc nội dung nghe nhìn',
|
|
140
344
|
'fabric.editor.defaultAltText': 'Tài liệu',
|
|
345
|
+
'fabric.editor.delete': 'Xóa',
|
|
141
346
|
'fabric.editor.description': 'Mô tả',
|
|
142
347
|
'fabric.editor.displayBlock': 'Hiển thị thẻ',
|
|
143
348
|
'fabric.editor.displayEmbed': 'Hiển thị đối tượng nhúng',
|
|
@@ -168,6 +373,7 @@ export default {
|
|
|
168
373
|
'fabric.editor.editorHelp': 'Hỗ trợ chỉnh sửa',
|
|
169
374
|
'fabric.editor.editors': 'Người chỉnh sửa',
|
|
170
375
|
'fabric.editor.elementBrowser.help': 'Trợ giúp',
|
|
376
|
+
'fabric.editor.elementInsertSidePanel.title': 'Chèn',
|
|
171
377
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Quản trị',
|
|
172
378
|
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
173
379
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Tất cả',
|
|
@@ -192,6 +398,8 @@ export default {
|
|
|
192
398
|
'fabric.editor.emoji': 'Biểu tượng cảm xúc',
|
|
193
399
|
'fabric.editor.emoji.description': 'Sử dụng biểu tượng cảm xúc để thể hiện ý kiến 🎉 và cảm xúc 😄',
|
|
194
400
|
'fabric.editor.emptyLink': 'Vui lòng nhập một liên kết.',
|
|
401
|
+
'fabric.editor.emptySearchResults': 'Chúng tôi không tìm thấy kết quả nào.',
|
|
402
|
+
'fabric.editor.emptySearchResultsSuggestion': 'Chọn {buttonName} để duyệt qua các nội dung chèn.',
|
|
195
403
|
'fabric.editor.epic': 'Quá trình',
|
|
196
404
|
'fabric.editor.error': 'Lỗi',
|
|
197
405
|
'fabric.editor.errorPanel': 'Ô lỗi',
|
|
@@ -247,6 +455,7 @@ export default {
|
|
|
247
455
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
248
456
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Lỗi',
|
|
249
457
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vấn đề',
|
|
458
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh': 'Hạng mục công việc',
|
|
250
459
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Trang',
|
|
251
460
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Câu chuyện',
|
|
252
461
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tác vụ',
|
|
@@ -300,10 +509,14 @@ export default {
|
|
|
300
509
|
'fabric.editor.italic': 'In nghiêng',
|
|
301
510
|
'fabric.editor.keyboardShortcuts': 'Phím tắt bàn phím',
|
|
302
511
|
'fabric.editor.layout.columnOption': '{count, plural, other {{count} cột}}',
|
|
512
|
+
'fabric.editor.layout.controls.placeholder': '/ để chèn',
|
|
303
513
|
'fabric.editor.layout.placeholder': 'Thêm nội dung',
|
|
304
514
|
'fabric.editor.layout.resizeLayout': 'Đổi cỡ bố cục',
|
|
305
515
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
306
516
|
'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
|
|
517
|
+
'fabric.editor.layoutStateFixedWidth': 'Đã căn giữa',
|
|
518
|
+
'fabric.editor.layoutStateFullWidth': 'Toàn chiều rộng',
|
|
519
|
+
'fabric.editor.layoutStateWide': 'Rộng',
|
|
307
520
|
'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
|
|
308
521
|
'fabric.editor.leftSidebar': 'Bố cục thanh bên trái',
|
|
309
522
|
'fabric.editor.link': 'Liên kết',
|
|
@@ -333,9 +546,12 @@ export default {
|
|
|
333
546
|
'fabric.editor.media.insert.pasteLinkToUpload': 'Dán liên kết để tải lên',
|
|
334
547
|
'fabric.editor.media.insert.upload': 'Tải lên',
|
|
335
548
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Đã tăng nội dung đa phương tiện lên kích thước tối đa',
|
|
549
|
+
'fabric.editor.media.pixelEntry.ResizeOption': 'Đổi cỡ',
|
|
550
|
+
'fabric.editor.media.pixelEntry.closePixelEntry': 'Đóng',
|
|
336
551
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'nhập chiều cao',
|
|
337
552
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Chiều cao',
|
|
338
553
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Chiều rộng tối đa {maxWidth} px',
|
|
554
|
+
'fabric.editor.media.pixelEntry.inputWidthLabel': 'Chiều rộng',
|
|
339
555
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Chiều rộng tối đa {maxWidth} px',
|
|
340
556
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Chuyển đổi sang điểm ảnh',
|
|
341
557
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Chuyển từ tỷ lệ phần trăm sang kích thước điểm ảnh cố định',
|
|
@@ -381,6 +597,7 @@ export default {
|
|
|
381
597
|
'fabric.editor.pageActionsLabel': 'Thao tác trang',
|
|
382
598
|
'fabric.editor.panel': 'Bảng điều khiển',
|
|
383
599
|
'fabric.editor.panel.backgroundColor': 'Màu nền',
|
|
600
|
+
'fabric.editor.panel.custom': 'Tùy chỉnh',
|
|
384
601
|
'fabric.editor.panel.emoji': 'Thêm biểu tượng cảm xúc',
|
|
385
602
|
'fabric.editor.panel.panelsGroup': 'Các loại bảng điều khiển',
|
|
386
603
|
'fabric.editor.pasteOptions': 'Tùy chọn dán',
|
|
@@ -423,9 +640,11 @@ export default {
|
|
|
423
640
|
'fabric.editor.selectLanguage': 'Chọn ngôn ngữ',
|
|
424
641
|
'fabric.editor.selectTableColumn': 'Chọn cột trong bảng',
|
|
425
642
|
'fabric.editor.selectTableRow': 'Chọn hàng trong bảng',
|
|
643
|
+
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Chọn ứng dụng',
|
|
426
644
|
'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
|
|
427
645
|
'fabric.editor.shortcut': 'Phím tắt văn bản',
|
|
428
646
|
'fabric.editor.single': 'Bố cục một cột',
|
|
647
|
+
'fabric.editor.singleColumns': 'Bố cục 1 cột',
|
|
429
648
|
'fabric.editor.sortColumnASC': 'Sắp xếp cột A → Z',
|
|
430
649
|
'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
|
|
431
650
|
'fabric.editor.sortColumnDecreasing': 'Sắp xếp theo thứ tự giảm dần',
|
|
@@ -498,6 +717,7 @@ export default {
|
|
|
498
717
|
'fabric.editor.twoColumns': 'Bố cục 2 cột',
|
|
499
718
|
'fabric.editor.typeAhead.popupLabel': 'Kết quả tự động điền',
|
|
500
719
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Bắt đầu nhập để tìm kiếm hoặc lọc các tùy chọn lối tắt',
|
|
720
|
+
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Tìm kiếm',
|
|
501
721
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Lối tắt để chèn và định dạng',
|
|
502
722
|
'fabric.editor.typeahead.emojiInputLabel': 'Bắt đầu nhập để tìm kiếm hoặc lọc các tùy chọn biểu tượng cảm xúc',
|
|
503
723
|
'fabric.editor.typeahead.emojiListItemLabel': 'Biểu tượng cảm xúc {name} Lối tắt văn bản {shortcut}',
|
|
@@ -585,5 +805,7 @@ export default {
|
|
|
585
805
|
'fabric.theme.teal': 'Xanh mòng két',
|
|
586
806
|
'fabric.theme.white': 'Trắng',
|
|
587
807
|
'fabric.theme.yellow': 'Vàng',
|
|
588
|
-
'fabrid.editor.rowNumbers': 'Số lượng hàng'
|
|
808
|
+
'fabrid.editor.rowNumbers': 'Số lượng hàng',
|
|
809
|
+
'rovo.agents.dropdown.title': 'Nhân viên',
|
|
810
|
+
'rovo.agents.dropdown.viewAgents.label': 'Xem tất cả nhân viên'
|
|
589
811
|
};
|