@atlaskit/editor-common 109.8.0 → 109.9.0

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.
Files changed (181) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/cjs/element-browser/components/ElementList/ElementList.js +1 -1
  3. package/dist/cjs/i18n/cs.js +4 -880
  4. package/dist/cjs/i18n/da.js +4 -879
  5. package/dist/cjs/i18n/de.js +4 -879
  6. package/dist/cjs/i18n/en.js +4 -967
  7. package/dist/cjs/i18n/en_GB.js +4 -967
  8. package/dist/cjs/i18n/en_ZZ.js +4 -966
  9. package/dist/cjs/i18n/es.js +4 -880
  10. package/dist/cjs/i18n/fi.js +4 -880
  11. package/dist/cjs/i18n/fr.js +4 -880
  12. package/dist/cjs/i18n/hr.js +4 -940
  13. package/dist/cjs/i18n/hu.js +4 -879
  14. package/dist/cjs/i18n/it.js +4 -879
  15. package/dist/cjs/i18n/ja.js +4 -880
  16. package/dist/cjs/i18n/ko.js +4 -880
  17. package/dist/cjs/i18n/nb.js +4 -879
  18. package/dist/cjs/i18n/nl.js +4 -879
  19. package/dist/cjs/i18n/pl.js +4 -880
  20. package/dist/cjs/i18n/pt_BR.js +4 -878
  21. package/dist/cjs/i18n/ru.js +4 -880
  22. package/dist/cjs/i18n/sl.js +4 -932
  23. package/dist/cjs/i18n/sr_RS.js +4 -940
  24. package/dist/cjs/i18n/sr_YR.js +4 -940
  25. package/dist/cjs/i18n/sv.js +4 -879
  26. package/dist/cjs/i18n/th.js +4 -865
  27. package/dist/cjs/i18n/tr.js +4 -880
  28. package/dist/cjs/i18n/uk.js +4 -865
  29. package/dist/cjs/i18n/vi.js +4 -865
  30. package/dist/cjs/i18n/zh.js +4 -880
  31. package/dist/cjs/i18n/zh_TW.js +4 -885
  32. package/dist/cjs/link/LinkSearch/LinkSearchList.js +1 -1
  33. package/dist/cjs/monitoring/error.js +1 -1
  34. package/dist/cjs/table/SortingIcon.js +1 -1
  35. package/dist/cjs/ui/DropList/index.js +1 -1
  36. package/dist/cjs/ui/TableSelector/table-selector.js +3 -3
  37. package/dist/cjs/ui/UnsupportedBlock/index.js +1 -1
  38. package/dist/cjs/ui/UnsupportedInline/index.js +1 -1
  39. package/dist/cjs/ui-color/ColorPalette/Color/index.js +1 -1
  40. package/dist/cjs/ui-menu/ColorPickerButton/index.js +2 -2
  41. package/dist/es2019/element-browser/components/ElementList/ElementList.js +1 -1
  42. package/dist/es2019/i18n/cs.js +4 -880
  43. package/dist/es2019/i18n/da.js +4 -879
  44. package/dist/es2019/i18n/de.js +4 -879
  45. package/dist/es2019/i18n/en.js +4 -967
  46. package/dist/es2019/i18n/en_GB.js +4 -967
  47. package/dist/es2019/i18n/en_ZZ.js +4 -966
  48. package/dist/es2019/i18n/es.js +4 -880
  49. package/dist/es2019/i18n/fi.js +4 -880
  50. package/dist/es2019/i18n/fr.js +4 -880
  51. package/dist/es2019/i18n/hr.js +4 -940
  52. package/dist/es2019/i18n/hu.js +4 -879
  53. package/dist/es2019/i18n/it.js +4 -879
  54. package/dist/es2019/i18n/ja.js +4 -880
  55. package/dist/es2019/i18n/ko.js +4 -880
  56. package/dist/es2019/i18n/nb.js +4 -879
  57. package/dist/es2019/i18n/nl.js +4 -879
  58. package/dist/es2019/i18n/pl.js +4 -880
  59. package/dist/es2019/i18n/pt_BR.js +4 -878
  60. package/dist/es2019/i18n/ru.js +4 -880
  61. package/dist/es2019/i18n/sl.js +4 -932
  62. package/dist/es2019/i18n/sr_RS.js +4 -940
  63. package/dist/es2019/i18n/sr_YR.js +4 -940
  64. package/dist/es2019/i18n/sv.js +4 -879
  65. package/dist/es2019/i18n/th.js +4 -865
  66. package/dist/es2019/i18n/tr.js +4 -880
  67. package/dist/es2019/i18n/uk.js +4 -865
  68. package/dist/es2019/i18n/vi.js +4 -865
  69. package/dist/es2019/i18n/zh.js +4 -880
  70. package/dist/es2019/i18n/zh_TW.js +4 -885
  71. package/dist/es2019/link/LinkSearch/LinkSearchList.js +1 -1
  72. package/dist/es2019/monitoring/error.js +1 -1
  73. package/dist/es2019/table/SortingIcon.js +1 -1
  74. package/dist/es2019/ui/DropList/index.js +1 -1
  75. package/dist/es2019/ui/TableSelector/table-selector.js +3 -3
  76. package/dist/es2019/ui/UnsupportedBlock/index.js +1 -1
  77. package/dist/es2019/ui/UnsupportedInline/index.js +1 -1
  78. package/dist/es2019/ui-color/ColorPalette/Color/index.js +1 -1
  79. package/dist/es2019/ui-menu/ColorPickerButton/index.js +2 -2
  80. package/dist/esm/element-browser/components/ElementList/ElementList.js +1 -1
  81. package/dist/esm/i18n/cs.js +4 -880
  82. package/dist/esm/i18n/da.js +4 -879
  83. package/dist/esm/i18n/de.js +4 -879
  84. package/dist/esm/i18n/en.js +4 -967
  85. package/dist/esm/i18n/en_GB.js +4 -967
  86. package/dist/esm/i18n/en_ZZ.js +4 -966
  87. package/dist/esm/i18n/es.js +4 -880
  88. package/dist/esm/i18n/fi.js +4 -880
  89. package/dist/esm/i18n/fr.js +4 -880
  90. package/dist/esm/i18n/hr.js +4 -940
  91. package/dist/esm/i18n/hu.js +4 -879
  92. package/dist/esm/i18n/it.js +4 -879
  93. package/dist/esm/i18n/ja.js +4 -880
  94. package/dist/esm/i18n/ko.js +4 -880
  95. package/dist/esm/i18n/nb.js +4 -879
  96. package/dist/esm/i18n/nl.js +4 -879
  97. package/dist/esm/i18n/pl.js +4 -880
  98. package/dist/esm/i18n/pt_BR.js +4 -878
  99. package/dist/esm/i18n/ru.js +4 -880
  100. package/dist/esm/i18n/sl.js +4 -932
  101. package/dist/esm/i18n/sr_RS.js +4 -940
  102. package/dist/esm/i18n/sr_YR.js +4 -940
  103. package/dist/esm/i18n/sv.js +4 -879
  104. package/dist/esm/i18n/th.js +4 -865
  105. package/dist/esm/i18n/tr.js +4 -880
  106. package/dist/esm/i18n/uk.js +4 -865
  107. package/dist/esm/i18n/vi.js +4 -865
  108. package/dist/esm/i18n/zh.js +4 -880
  109. package/dist/esm/i18n/zh_TW.js +4 -885
  110. package/dist/esm/link/LinkSearch/LinkSearchList.js +1 -1
  111. package/dist/esm/monitoring/error.js +1 -1
  112. package/dist/esm/table/SortingIcon.js +1 -1
  113. package/dist/esm/ui/DropList/index.js +1 -1
  114. package/dist/esm/ui/TableSelector/table-selector.js +3 -3
  115. package/dist/esm/ui/UnsupportedBlock/index.js +1 -1
  116. package/dist/esm/ui/UnsupportedInline/index.js +1 -1
  117. package/dist/esm/ui-color/ColorPalette/Color/index.js +1 -1
  118. package/dist/esm/ui-menu/ColorPickerButton/index.js +2 -2
  119. package/dist/types/i18n/cs.d.ts +2 -880
  120. package/dist/types/i18n/da.d.ts +2 -879
  121. package/dist/types/i18n/de.d.ts +2 -879
  122. package/dist/types/i18n/en.d.ts +2 -967
  123. package/dist/types/i18n/en_GB.d.ts +2 -967
  124. package/dist/types/i18n/en_ZZ.d.ts +2 -966
  125. package/dist/types/i18n/es.d.ts +2 -880
  126. package/dist/types/i18n/fi.d.ts +2 -880
  127. package/dist/types/i18n/fr.d.ts +2 -880
  128. package/dist/types/i18n/hr.d.ts +2 -940
  129. package/dist/types/i18n/hu.d.ts +2 -879
  130. package/dist/types/i18n/it.d.ts +2 -879
  131. package/dist/types/i18n/ja.d.ts +2 -880
  132. package/dist/types/i18n/ko.d.ts +2 -880
  133. package/dist/types/i18n/nb.d.ts +2 -879
  134. package/dist/types/i18n/nl.d.ts +2 -879
  135. package/dist/types/i18n/pl.d.ts +2 -880
  136. package/dist/types/i18n/pt_BR.d.ts +2 -878
  137. package/dist/types/i18n/ru.d.ts +2 -880
  138. package/dist/types/i18n/sl.d.ts +2 -932
  139. package/dist/types/i18n/sr_RS.d.ts +2 -940
  140. package/dist/types/i18n/sr_YR.d.ts +2 -940
  141. package/dist/types/i18n/sv.d.ts +2 -879
  142. package/dist/types/i18n/th.d.ts +2 -865
  143. package/dist/types/i18n/tr.d.ts +2 -880
  144. package/dist/types/i18n/uk.d.ts +2 -865
  145. package/dist/types/i18n/vi.d.ts +2 -865
  146. package/dist/types/i18n/zh.d.ts +2 -880
  147. package/dist/types/i18n/zh_TW.d.ts +2 -885
  148. package/dist/types/types/editor-appearance.d.ts +1 -0
  149. package/dist/types/types/index.d.ts +1 -1
  150. package/dist/types-ts4.5/i18n/cs.d.ts +2 -880
  151. package/dist/types-ts4.5/i18n/da.d.ts +2 -879
  152. package/dist/types-ts4.5/i18n/de.d.ts +2 -879
  153. package/dist/types-ts4.5/i18n/en.d.ts +2 -967
  154. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -967
  155. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -966
  156. package/dist/types-ts4.5/i18n/es.d.ts +2 -880
  157. package/dist/types-ts4.5/i18n/fi.d.ts +2 -880
  158. package/dist/types-ts4.5/i18n/fr.d.ts +2 -880
  159. package/dist/types-ts4.5/i18n/hr.d.ts +2 -940
  160. package/dist/types-ts4.5/i18n/hu.d.ts +2 -879
  161. package/dist/types-ts4.5/i18n/it.d.ts +2 -879
  162. package/dist/types-ts4.5/i18n/ja.d.ts +2 -880
  163. package/dist/types-ts4.5/i18n/ko.d.ts +2 -880
  164. package/dist/types-ts4.5/i18n/nb.d.ts +2 -879
  165. package/dist/types-ts4.5/i18n/nl.d.ts +2 -879
  166. package/dist/types-ts4.5/i18n/pl.d.ts +2 -880
  167. package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -878
  168. package/dist/types-ts4.5/i18n/ru.d.ts +2 -880
  169. package/dist/types-ts4.5/i18n/sl.d.ts +2 -932
  170. package/dist/types-ts4.5/i18n/sr_RS.d.ts +2 -940
  171. package/dist/types-ts4.5/i18n/sr_YR.d.ts +2 -940
  172. package/dist/types-ts4.5/i18n/sv.d.ts +2 -879
  173. package/dist/types-ts4.5/i18n/th.d.ts +2 -865
  174. package/dist/types-ts4.5/i18n/tr.d.ts +2 -880
  175. package/dist/types-ts4.5/i18n/uk.d.ts +2 -865
  176. package/dist/types-ts4.5/i18n/vi.d.ts +2 -865
  177. package/dist/types-ts4.5/i18n/zh.d.ts +2 -880
  178. package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -885
  179. package/dist/types-ts4.5/types/editor-appearance.d.ts +1 -0
  180. package/dist/types-ts4.5/types/index.d.ts +1 -1
  181. package/package.json +3 -2
@@ -1,872 +1,11 @@
1
1
  /* prettier-ignore */
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
3
  /**
3
4
  * NOTE:
4
5
  *
5
6
  * This file is automatically generated by Traduki 2.0.
6
7
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
8
  */
8
- //Vietnamese (Vietnam)
9
- export default {
10
- 'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Đã chỉnh sửa xong',
11
- 'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Tiến hành sửa',
12
- 'editor-common-extensibility.macro.button.configure': 'Cấu hình {macroName}',
13
- 'editor.extension.legacyContentHeader': 'Nội dung kế thừa',
14
- 'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Nội dung này có chức năng hạn chế,',
15
- 'editor.extension.legacyContentHeader.learnMore': 'Tìm hiểu thêm',
16
- 'editor.trackChanges.toolbarIconLabel': 'Theo dõi các thay đổi',
17
- 'fablric.editor.viewAllInserts': 'Xem tất cả nội dung chèn',
18
- 'fabric.editor.action': 'Mục thao tác',
19
- 'fabric.editor.action.description': 'Tạo và chỉ định các mục thao tác',
20
- 'fabric.editor.addAltText': 'Văn bản thay thế',
21
- 'fabric.editor.addColumnLeft': 'Thêm cột bên trái',
22
- 'fabric.editor.addColumnRight': 'Thêm cột bên phải',
23
- 'fabric.editor.addCommentOnMedia': 'Thêm nhận xét',
24
- 'fabric.editor.addImageBorder': 'Thêm viền',
25
- 'fabric.editor.addLoomVideo': 'Quay video Loom',
26
- 'fabric.editor.addLoomVideoComment': 'Ghi lại nhận xét video Loom',
27
- 'fabric.editor.addMediaFiles': 'Thêm ảnh, video hoặc tệp',
28
- 'fabric.editor.addRowAbove': 'Thêm hàng bên trên',
29
- 'fabric.editor.addRowBelow': 'Thêm hàng bên dưới',
30
- 'fabric.editor.addUpdatedAltText': 'Thêm văn bản thay thế',
31
- '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',
32
- 'fabric.editor.ai.ai-panels.actionItemsPageTitle': 'Bảng mục thao tác (Beta)',
33
- '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',
34
- 'fabric.editor.ai.ai-panels.summarizePageTitle': 'Bảng tóm tắt trang (Beta)',
35
- 'fabric.editor.ai.ai-smart-button.context.reference': 'Nội dung đã chọn',
36
- 'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Tạo nội dung cần chèn vào bản cập nhật',
37
- 'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Tóm tắt nội dung của bản cập nhật',
38
- 'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Tạo',
39
- 'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Hỏi Atlassian Intelligence',
40
- 'fabric.editor.ai.config.item.action.edit': 'Sửa',
41
- 'fabric.editor.ai.config.item.action.insert': 'Chèn',
42
- 'fabric.editor.ai.config.item.action.insertAtTop': 'Chèn vào trên cùng',
43
- 'fabric.editor.ai.config.item.action.insertBelow': 'Chèn bên dưới',
44
- 'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Chèn bên dưới nội dung gốc',
45
- 'fabric.editor.ai.config.item.action.replace': 'Thay thế',
46
- 'fabric.editor.ai.config.item.action.replaceTitle': 'Thay thế tiêu đề',
47
- 'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Tên không được vượt quá {maxLength} ký tự',
48
- 'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Tiếp tục trong trò chuyện',
49
- 'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Mở trong phần Trò chuyện',
50
- 'fabric.editor.ai.config.item.addPolish.description': 'Trau chuốt nội dung cho hoàn thiện hơn',
51
- 'fabric.editor.ai.config.item.addPolish.title': 'Trau chuốt thêm',
52
- 'fabric.editor.ai.config.item.agent.title': 'Nhân viên hỗ trợ Atlassian Intelligence Rovo',
53
- 'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Rút ngắn nội dung cho súc tích hơn',
54
- 'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Rút ngắn bản cập nhật',
55
- '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',
56
- 'fabric.editor.ai.config.item.bb.pr.description.title': 'Tạo mô tả cho yêu cầu hợp nhất',
57
- 'fabric.editor.ai.config.item.brainstorm.description': 'Tạo danh sách các ý tưởng cho chủ đề bạn cung cấp',
58
- 'fabric.editor.ai.config.item.brainstorm.promptHint': 'Cho tôi biết về chủ đề...',
59
- 'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Động não',
60
- 'fabric.editor.ai.config.item.brainstorm.title': 'Động não',
61
- 'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentShortTitle': 'Chiều dài',
62
- 'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentTitle': 'Điều chỉnh chiều dài',
63
- 'fabric.editor.ai.config.item.changeTone.casualTone.description': 'Thay đổi sắc thái nội dung sang bình thường',
64
- 'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title': 'Bình thường',
65
- 'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle': 'Bình thường',
66
- 'fabric.editor.ai.config.item.changeTone.casualTone.title': 'Thay đổi giọng điệu sang bình thường',
67
- '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',
68
- 'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title': 'Mang tính giáo dục',
69
- 'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle': 'Mang tính giáo dục',
70
- 'fabric.editor.ai.config.item.changeTone.educationalTone.title': 'Thay đổi giọng điệu sang mang tính giáo dục',
71
- 'fabric.editor.ai.config.item.changeTone.empatheticTone.description': 'Thay đổi sắc thái nội dung sang đồng cảm',
72
- 'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title': 'Đồng cảm',
73
- 'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle': 'Đồng cảm',
74
- 'fabric.editor.ai.config.item.changeTone.empatheticTone.title': 'Thay đổi giọng điệu sang đồng cảm',
75
- 'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA': 'Thay đổi giọng điệu sang...',
76
- 'fabric.editor.ai.config.item.changeTone.neutralTone.description': 'Thay đổi sắc thái nội dung sang trung tính',
77
- 'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title': 'Trung tính',
78
- 'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle': 'Trung tính',
79
- 'fabric.editor.ai.config.item.changeTone.neutralTone.title': 'Thay đổi giọng điệu sang trung tính',
80
- 'fabric.editor.ai.config.item.changeTone.professionalTone.description': 'Thay đổi sắc thái nội dung sang chuyên nghiệp',
81
- 'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title': 'Chuyên nghiệp',
82
- 'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle': 'Chuyên nghiệp',
83
- 'fabric.editor.ai.config.item.changeTone.professionalTone.title': 'Thay đổi giọng điệu sang chuyên nghiệp',
84
- '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',
85
- 'fabric.editor.ai.config.item.convertToBulletList.title': 'Chuyển thành danh sách có dấu đầu dòng',
86
- 'fabric.editor.ai.config.item.convertToTable.description': 'Định dạng lại nội dung thành bảng có tiêu đề',
87
- 'fabric.editor.ai.config.item.convertToTable.title': 'Chuyển thành bảng',
88
- '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',
89
- 'fabric.editor.ai.config.item.draftReply.title': 'Soạn thảo câu trả lời',
90
- 'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description': 'Sửa lỗi chính tả và ngữ pháp',
91
- 'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title': 'Chính tả và ngữ pháp',
92
- 'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title': 'Sửa lỗi chính tả và ngữ pháp',
93
- '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',
94
- 'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title': 'Cải thiện văn phong',
95
- 'fabric.editor.ai.config.item.enhance.improveWriting.title': 'Cải thiện văn phong',
96
- 'fabric.editor.ai.config.item.findActionItems.description': 'Tìm mục thao tác trong nội dung bạn cung cấp',
97
- 'fabric.editor.ai.config.item.findActionItems.title': 'Tìm mục thao tác',
98
- '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)',
99
- 'fabric.editor.ai.config.item.generateContent.promptHint': 'Viết bằng AI hoặc chọn từ bên dưới',
100
- 'fabric.editor.ai.config.item.generateEscalationNotes.description': 'Tạo ghi chú báo cáo lên trên dựa trên bối cảnh vấn đề',
101
- 'fabric.editor.ai.config.item.generateEscalationNotes.title': 'Tạo ghi chú báo cáo lên trên',
102
- '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 đề',
103
- 'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': 'Cải thiện mô tả',
104
- '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',
105
- 'fabric.editor.ai.config.item.makeLonger.title': 'Kéo dài thêm',
106
- 'fabric.editor.ai.config.item.range.agent.description': 'Không có mô tả',
107
- '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',
108
- 'fabric.editor.ai.config.item.rephrase.description': 'Tạo đề xuất để viết lại câu',
109
- 'fabric.editor.ai.config.item.rephrase.title': 'Diễn đạt lại',
110
- 'fabric.editor.ai.config.item.shorten.description': 'Rút ngắn nội dung cho súc tích hơn',
111
- 'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title': 'Rút ngắn',
112
- 'fabric.editor.ai.config.item.shorten.title': 'Rút ngắn',
113
- 'fabric.editor.ai.config.item.suggest.description': 'Đề xuất tiêu đề cho nội dung bạn cung cấp',
114
- 'fabric.editor.ai.config.item.suggest.title': 'Đề xuất tiêu đề',
115
- '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',
116
- 'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Tóm tắt nội dung viết',
117
- 'fabric.editor.ai.config.item.summarize.title': 'Tóm tắt nội dung viết',
118
- 'fabric.editor.ai.config.item.translate.nestingParentTitle.ga': 'Dịch',
119
- 'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA': 'Dịch sang...',
120
- '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ể)',
121
- 'fabric.editor.ai.config.item.translateTo.chineseSimplified.title': 'Dịch sang tiếng Trung Quốc (Giản thể)',
122
- '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ể)',
123
- 'fabric.editor.ai.config.item.translateTo.chineseTraditional.title': 'Dịch sang tiếng Trung Quốc (Phồn thể)',
124
- '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',
125
- 'fabric.editor.ai.config.item.translateTo.czech.title': 'Dịch sang tiếng Séc',
126
- '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',
127
- 'fabric.editor.ai.config.item.translateTo.danish.title': 'Dịch sang tiếng Đan Mạch',
128
- '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',
129
- 'fabric.editor.ai.config.item.translateTo.dutch.title': 'Dịch sang tiếng Hà Lan',
130
- 'fabric.editor.ai.config.item.translateTo.english.description': 'Dịch văn bản bạn đang thao tác sang tiếng Anh',
131
- 'fabric.editor.ai.config.item.translateTo.english.title': 'Dịch sang tiếng Anh',
132
- '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',
133
- 'fabric.editor.ai.config.item.translateTo.finnish.title': 'Dịch sang tiếng Phần Lan',
134
- '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',
135
- 'fabric.editor.ai.config.item.translateTo.french.title': 'Dịch sang tiếng Pháp',
136
- 'fabric.editor.ai.config.item.translateTo.german.description': 'Dịch văn bản bạn đang thao tác sang tiếng Đức',
137
- 'fabric.editor.ai.config.item.translateTo.german.title': 'Dịch sang tiếng Đức',
138
- 'fabric.editor.ai.config.item.translateTo.hungarian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Hungary',
139
- 'fabric.editor.ai.config.item.translateTo.hungarian.title': 'Dịch sang tiếng Hungary',
140
- 'fabric.editor.ai.config.item.translateTo.italian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Ý',
141
- 'fabric.editor.ai.config.item.translateTo.italian.title': 'Dịch sang tiếng Ý',
142
- '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',
143
- 'fabric.editor.ai.config.item.translateTo.japanese.title': 'Dịch sang tiếng Nhật',
144
- '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',
145
- 'fabric.editor.ai.config.item.translateTo.korean.title': 'Dịch sang tiếng Hàn',
146
- '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',
147
- 'fabric.editor.ai.config.item.translateTo.norwegian.title': 'Dịch sang tiếng Na Uy',
148
- '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',
149
- 'fabric.editor.ai.config.item.translateTo.polish.title': 'Dịch sang tiếng Ba Lan',
150
- '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)',
151
- 'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title': 'Dịch sang tiếng Bồ Đào Nha (Brazil)',
152
- 'fabric.editor.ai.config.item.translateTo.russian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Nga',
153
- 'fabric.editor.ai.config.item.translateTo.russian.title': 'Dịch sang tiếng Nga',
154
- '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',
155
- 'fabric.editor.ai.config.item.translateTo.spanish.title': 'Dịch sang tiếng Tây Ban Nha',
156
- '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',
157
- 'fabric.editor.ai.config.item.translateTo.swedish.title': 'Dịch sang tiếng Thụy Điển',
158
- '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',
159
- 'fabric.editor.ai.config.item.translateTo.thai.title': 'Dịch sang tiếng Thái',
160
- '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ỳ',
161
- 'fabric.editor.ai.config.item.translateTo.turkish.title': 'Dịch sang tiếng Thổ Nhĩ Kỳ',
162
- 'fabric.editor.ai.config.item.translateTo.ukrainian.description': 'Dịch văn bản bạn đang thao tác sang tiếng Ukraina',
163
- 'fabric.editor.ai.config.item.translateTo.ukrainian.title': 'Dịch sang tiếng Ukraina',
164
- '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',
165
- 'fabric.editor.ai.config.item.translateTo.vietnamese.title': 'Dịch sang tiếng Việt',
166
- 'fabric.editor.ai.confluence-prebuilt.confluenceChangeToneSelectionToolbarDropdownMenuTitle': 'Thay đổi giọng điệu',
167
- 'fabric.editor.ai.confluence-prebuilt.confluenceRewriteSelectionToolbarDropdownMenuTitle': 'Viết lại',
168
- 'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Dịch',
169
- 'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Tiêu đề trang',
170
- 'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Trang',
171
- 'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': 'Chúng tôi đang gặp vấn đề và không thể tạo câu trả lời lúc này. Hãy thử lại sau.',
172
- '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.',
173
- '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.',
174
- '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>.',
175
- '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.',
176
- 'fabric.editor.ai.experience-application.unhandledErrorMessage': 'Đã xảy ra lỗi. Hãy đóng hộp thoại và thử lại.',
177
- 'fabric.editor.ai.experience.apiError': 'Chúng tôi không thể nhận phản hồi, vui lòng thử lại.',
178
- '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.',
179
- 'fabric.editor.ai.experience.browseMore.agents': 'Duyệt tìm nhân viên',
180
- 'fabric.editor.ai.experience.cmdPaletteApiError': 'Đã xảy ra lỗi khi tạo câu trả lời cho bạn.',
181
- 'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': 'Chúng tôi không thể hoàn thành yêu cầu đó do yêu cầu không tuân thủ <link>Chính sách sử dụng được chấp nhận</link> của chúng tôi.',
182
- 'fabric.editor.ai.experience.discardMessagePrompt': 'Bạn có muốn hủy bỏ lời nhắc?',
183
- 'fabric.editor.ai.experience.discardMessageResponse': 'Bạn có muốn hủy bỏ phản hồi?',
184
- 'fabric.editor.ai.experience.discardStreamingInDocumennt': 'Hủy yêu cầu và xóa phản hồi đã tạo?',
185
- 'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Tính năng tạo miễn phí hiện đang tắt trong Elevate',
186
- '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.',
187
- 'fabric.editor.ai.experience.footerRightText.agents': 'Được hỗ trợ bởi Rovo',
188
- 'fabric.editor.ai.experience.generatingAiResponse': 'Đang tạo',
189
- '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.',
190
- '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.',
191
- '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>.',
192
- 'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
193
- 'fabric.editor.ai.experience.labelRight.rovo': 'Rovo',
194
- 'fabric.editor.ai.experience.loadingTitle': 'Đang tạo',
195
- 'fabric.editor.ai.experience.messageTemplateAnalysingQuery': 'Đang phân tích: Đang xem lại câu hỏi của bạn.',
196
- '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.',
197
- '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.',
198
- '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.',
199
- 'fabric.editor.ai.experience.noResultsSuggestion': 'Không có kết quả',
200
- '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.',
201
- 'fabric.editor.ai.experience.showMoreButton': 'Hiển thị thêm',
202
- 'fabric.editor.ai.experience.suggestionGroupHeading.actions': 'Hành động',
203
- 'fabric.editor.ai.experience.suggestionGroupHeading.agents': 'Nhân viên',
204
- 'fabric.editor.ai.experience.suggestionGroupHeading.atlassianIntelligence': 'Atlassian intelligence',
205
- 'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Nguồn kiến thức',
206
- 'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Nhân viên hỗ trợ Rovo',
207
- 'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Nhân viên hỗ trợ Rovo ({numberOfAgents})',
208
- 'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Dùng nhân viên hỗ trợ Rovo ({numberOfAgents})',
209
- 'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Sử dụng kiến thức chung',
210
- 'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Sử dụng kiến thức từ tổ chức của bạn',
211
- '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.',
212
- 'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Đã xảy ra lỗi. Hãy đóng hộp thoại và thử lại.',
213
- 'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Chèn bên dưới',
214
- 'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Thay thế',
215
- '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.',
216
- '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',
217
- 'fabric.editor.ai.selectionToolbar.define.title': 'Xác định',
218
- 'fabric.editor.ai.telepointer.rovo': 'Rovo',
219
- 'fabric.editor.ai.toolbar.askAI.title': 'Hỏi AI',
220
- 'fabric.editor.ai.toolbar.askRovo.title': 'Hỏi Rovo',
221
- 'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Hỏi Rovo {key}+'",
222
- 'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Hỏi AI Rovo',
223
- 'fabric.editor.ai.toolbar.changeTone.title': 'Thay đổi giọng điệu',
224
- 'fabric.editor.ai.toolbar.changeToneOptions.title': 'Các tùy chọn thay đổi giọng điệu',
225
- 'fabric.editor.ai.toolbar.improveWriting.title': 'Cải thiện bài viết',
226
- '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',
227
- 'fabric.editor.ai.toolbar.makeLonger.title': 'Viết dài hơn',
228
- 'fabric.editor.ai.toolbar.makeShorter.title': 'Rút ngắn',
229
- 'fabric.editor.ai.toolbar.moreCasualTone.title': 'Thân thiện hơn',
230
- 'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'Đồng cảm hơn',
231
- 'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'Chuyên nghiệp hơn',
232
- 'fabric.editor.ai.toolbar.moreRovoOptions.label': 'Các tùy chọn Rovo khác',
233
- 'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
234
- 'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Sửa lỗi chính tả và ngữ pháp',
235
- 'fabric.editor.ai.toolbar.summarize.title': 'Tóm tắt',
236
- 'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
237
- 'fabric.editor.ai.toolbar.translate.title': 'Dịch',
238
- 'fabric.editor.ai.toolbar.translateOptions.label': 'Các tùy chọn dịch',
239
- 'fabric.editor.ai.toolbar.tryAI.title': 'Dùng thử AI',
240
- 'fabric.editor.ai.toolbar.tryAI.tooltip': 'Mở Atlassian Intelligence',
241
- 'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Hỏi AI {key}+'",
242
- 'fabric.editor.alignCenter': 'Căn giữa',
243
- 'fabric.editor.alignImageCenter': 'Căn giữa',
244
- 'fabric.editor.alignImageLeft': 'Căn trái',
245
- 'fabric.editor.alignImageRight': 'Căn phải',
246
- 'fabric.editor.alignLeft': 'Căn trái',
247
- 'fabric.editor.alignRight': 'Căn phải',
248
- 'fabric.editor.alignTableCenter': 'Căn giữa',
249
- 'fabric.editor.alignTableLeft': 'Căn trái',
250
- 'fabric.editor.alignment': 'Căn chỉnh văn bản',
251
- 'fabric.editor.altText': 'Văn bản thay thế',
252
- 'fabric.editor.alttext.validation': 'Vui lòng xóa tất cả các ký tự đặc biệt trong văn bản thay thế.',
253
- 'fabric.editor.annotationToolbar': 'Thanh công cụ chú thích',
254
- 'fabric.editor.backLink': 'Quay lại',
255
- 'fabric.editor.backgroundColor': 'Màu nền',
256
- 'fabric.editor.block.menu.copy.block': 'Sao chép khối',
257
- 'fabric.editor.block.menu.copy.link': 'Sao chép liên kết',
258
- 'fabric.editor.block.menu.delete.block': 'Xóa',
259
- 'fabric.editor.block.menu.move.down': 'Di chuyển xuống',
260
- 'fabric.editor.block.menu.move.up': 'Di chuyển lên',
261
- 'fabric.editor.block.menu.paragraph': 'Đoạn văn',
262
- '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',
263
- 'fabric.editor.blockControlDelete': 'Xóa',
264
- 'fabric.editor.blockControlDragHandleMove': 'Kéo để di chuyển',
265
- 'fabric.editor.blockControlDragHandleRearrange': 'Kéo để sắp xếp lại',
266
- 'fabric.editor.blockControlInsert': 'Chèn',
267
- 'fabric.editor.blockControlMoveDown': 'Di chuyển xuống',
268
- 'fabric.editor.blockControlMoveLeft': 'Di chuyển sang trái',
269
- 'fabric.editor.blockControlMoveRight': 'Di chuyển sang phải',
270
- 'fabric.editor.blockControlMoveUp': 'Di chuyển lên',
271
- 'fabric.editor.blockControlMovedDown': 'Nội dung đã được chuyển xuống',
272
- 'fabric.editor.blockControlMovedUp': 'Nội dung đã được chuyển lên',
273
- 'fabric.editor.blockDescription': 'Hiển thị thêm thông tin về liên kết, bao gồm bản tóm tắt và các thao tác',
274
- 'fabric.editor.blockTitle': 'Thẻ',
275
- 'fabric.editor.blockquote': 'một dấu ngoặc kép',
276
- 'fabric.editor.blockquote.description': 'Chèn trích dẫn hoặc tham chiếu',
277
- 'fabric.editor.blockquote2': 'Trích dẫn',
278
- 'fabric.editor.bold': 'In đậm',
279
- 'fabric.editor.breakout.resizeCodeBlock': 'Đổi cỡ đoạn mã',
280
- 'fabric.editor.breakout.resizeElement': 'Đổi cỡ thành phần',
281
- 'fabric.editor.breakout.resizeExpand': 'Đổi cỡ mở rộng',
282
- 'fabric.editor.breakout.resizeLayout': 'Đổi cỡ bố cục',
283
- 'fabric.editor.breakoutFullWidthLabel': 'Toàn chiều rộng',
284
- 'fabric.editor.breakoutWideWidthLabel': 'Rộng',
285
- 'fabric.editor.bug': 'Lỗi',
286
- 'fabric.editor.bulletedList': 'Danh sách có dấu đầu dòng',
287
- 'fabric.editor.canNotSortTable': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
288
- 'fabric.editor.cancelButton': 'Hủy',
289
- 'fabric.editor.captionPlaceholder': 'Thêm chú thích',
290
- 'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Thêm chú thích - nhấp đúp để xem trước',
291
- 'fabric.editor.cardFloatingControls': 'Tùy chọn thẻ',
292
- 'fabric.editor.cellBackground': 'Nền ô',
293
- 'fabric.editor.cellOptions': 'Tùy chọn ô',
294
- 'fabric.editor.checkUncheckActionItem': 'Chuyển đổi mục thao tác',
295
- 'fabric.editor.clearAltTextEdit': 'Xóa văn bản thay thế',
296
- 'fabric.editor.clearCells': '{0, plural, other {Xóa ô}}',
297
- 'fabric.editor.clearFormatting': 'Xóa định dạng',
298
- 'fabric.editor.clearLink': 'Xóa liên kết',
299
- 'fabric.editor.clearLinkText': 'Xóa văn bản',
300
- 'fabric.editor.closeAltTextEdit': 'Quay lại',
301
- 'fabric.editor.closeFindReplaceDialog': 'Đóng',
302
- 'fabric.editor.closeHelpDialog': 'Đóng hộp thoại trợ giúp',
303
- 'fabric.editor.code': 'Mã',
304
- 'fabric.editor.code.on': '{textFormattingOff}, Mã đang bật',
305
- 'fabric.editor.codeBidiWarningLabel': 'Ký tự hai chiều thay đổi thứ tự kết xuất văn bản. Điều này có thể được dùng để che giấu mã độc hại.',
306
- 'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Đã sao chép!',
307
- 'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Sao chép dưới dạng văn bản',
308
- 'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Tắt cuộn',
309
- 'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Bật cuộn',
310
- 'fabric.editor.codeblock': 'Đoạn mã',
311
- 'fabric.editor.codeblock.description': 'Hiển thị mã có bôi đậm cú pháp',
312
- 'fabric.editor.collapseNode': 'thu gọn nội dung',
313
- 'fabric.editor.collapseTable': 'Thu gọn bảng',
314
- 'fabric.editor.colorPicker.menuLabel': 'Menu trình chọn màu',
315
- 'fabric.editor.columnDragHandle': 'Tùy chọn cột',
316
- 'fabric.editor.columnMovedLeft': 'Đã di chuyển cột sang trái đến vị trí {index}/{total}',
317
- 'fabric.editor.columnMovedRight': 'Đã di chuyển cột sang phải đến vị trí {index}/{total}',
318
- 'fabric.editor.columnSelected': 'Đã chọn cột {index}/{total}',
319
- 'fabric.editor.columns': 'Bố cục',
320
- 'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {Chèn {numberOfColumns} cột bằng nhau}}',
321
- 'fabric.editor.columns.advanced.layout.single.description': 'Chèn bố cục một cột',
322
- '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',
323
- 'fabric.editor.columnsAreInserted': '{count, plural, other {Đã chèn {count} cột}}',
324
- 'fabric.editor.columnsAreRemoved': '{count, plural, other {Đã xóa {count} cột}}',
325
- 'fabric.editor.configFailedToLoad': 'Không thể tải',
326
- 'fabric.editor.configPanel.cancel': 'Hủy',
327
- 'fabric.editor.configPanel.close': 'Đóng',
328
- 'fabric.editor.configPanel.customSelect.createOption': 'Tạo',
329
- 'fabric.editor.configPanel.dateRange.custom.from': 'Từ',
330
- 'fabric.editor.configPanel.dateRange.custom.to': 'đến',
331
- 'fabric.editor.configPanel.dateRange.grouping.collapse': 'Thu gọn',
332
- 'fabric.editor.configPanel.dateRange.grouping.expand': 'Mở rộng',
333
- 'fabric.editor.configPanel.dateRange.option.custom': 'Tùy chỉnh',
334
- 'fabric.editor.configPanel.documentation': 'Tài liệu',
335
- 'fabric.editor.configPanel.errorBoundary.note': 'Chúng tôi đã thông báo cho nhóm. Bạn vẫn có thể sửa và đăng trang này. Nếu không, hãy kiểm tra bảng lỗi để biết thêm thông tin.',
336
- 'fabric.editor.configPanel.errorBoundary.title': 'Đã xảy ra lỗi.',
337
- 'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Không thể kết hợp isMultiple với kiểu: radio',
338
- 'fabric.editor.configPanel.formType.addField': 'Thêm trường',
339
- 'fabric.editor.configPanel.formType.removeField': 'Xóa trường',
340
- 'fabric.editor.configPanel.help': 'Bạn cần được trợ giúp?',
341
- 'fabric.editor.configPanel.invalid': 'Trường không hợp lệ',
342
- 'fabric.editor.configPanel.required': 'Trường bắt buộc',
343
- 'fabric.editor.configPanel.submit': 'Gửi',
344
- 'fabric.editor.contextPanel.panelLabel': 'Ô ngữ cảnh',
345
- 'fabric.editor.copiedToClipboard': 'Đã sao chép!',
346
- 'fabric.editor.copyToClipboard': 'Sao chép',
347
- 'fabric.editor.cornerControl': 'Làm nổi bật bảng',
348
- 'fabric.editor.createComment': 'Nhận xét',
349
- 'fabric.editor.createCommentDisabled': 'Bạn chỉ có thể nhận xét về văn bản, tiêu đề, biểu tượng cảm xúc, ngày tháng, lượt nhắc đến, liên kết và trạng thái.',
350
- 'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
351
- 'fabric.editor.customPanel': 'Bảng tùy chỉnh',
352
- 'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
353
- 'fabric.editor.datasource.assetsObjects.description': 'Chèn đối tượng từ Tài sản trong Jira Service Management bằng tính năng tìm kiếm và lọc',
354
- 'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Tài sản',
355
- 'fabric.editor.datasource.confluenceSearch': 'Chèn danh sách Confluence',
356
- '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.',
357
- 'fabric.editor.datasource.jiraIssue': 'Vấn đề trên Jira',
358
- '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.',
359
- '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.',
360
- 'fabric.editor.datasource.jiraIssue.issue-term-refresh': 'Hạng mục công việc Jira',
361
- 'fabric.editor.datasourceAppearanceTitle': 'Danh sách',
362
- 'fabric.editor.datasourceTitle': 'Sửa truy vấn tìm kiếm',
363
- 'fabric.editor.date': 'Ngày',
364
- 'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
365
- 'fabric.editor.datePickerOpenedAlert': 'Cửa sổ bật lên của trình chỉnh sửa ngày đã mở, hãy nhấn Tab để truy cập cửa sổ bật lên',
366
- 'fabric.editor.decision': 'Quyết định',
367
- 'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
368
- 'fabric.editor.decisionPlaceholder': 'Thêm quyết định…',
369
- 'fabric.editor.decreaseElementSize': 'Giảm kích cỡ thành phần',
370
- 'fabric.editor.decreaseSize': 'Giảm kích thước bảng hoặc nội dung nghe nhìn',
371
- 'fabric.editor.defaultAltText': 'Tài liệu',
372
- 'fabric.editor.delete': 'Xóa',
373
- 'fabric.editor.description': 'Mô tả',
374
- 'fabric.editor.displayBlock': 'Hiển thị thẻ',
375
- 'fabric.editor.displayEmbed': 'Hiển thị đối tượng nhúng',
376
- 'fabric.editor.displayInline': 'Hiển thị nội tuyến',
377
- 'fabric.editor.displayLink': 'Hiển thị dạng văn bản',
378
- 'fabric.editor.displayOptionUnavailableInParentNode': 'Tùy chọn hiển thị này không dùng được bên trong {node}',
379
- 'fabric.editor.displayText': 'Văn bản cần hiển thị',
380
- 'fabric.editor.distributeColumns': 'Phân phối cột',
381
- 'fabric.editor.dragHandleZone': 'Kích hoạt vùng tay cầm kéo',
382
- 'fabric.editor.dropPlaceholderLabel': 'Tài liệu',
383
- 'fabric.editor.ecombedDescription': 'Hiển thị bản xem trước tương tác của một liên kết',
384
- 'fabric.editor.edit': 'Chỉnh sửa',
385
- 'fabric.editor.edit.datasource': 'Sửa truy vấn tìm kiếm',
386
- 'fabric.editor.edit.searchInput': 'Thêm một đường liên kết',
387
- 'fabric.editor.editAccessTitle': 'Bạn cần quyền sửa',
388
- 'fabric.editor.editAltText': 'Chỉnh sửa văn bản thay thế',
389
- 'fabric.editor.editDatasourceStandalone': 'Sửa',
390
- 'fabric.editor.editDatasourceStandaloneTooltip': 'Sửa truy vấn tìm kiếm',
391
- 'fabric.editor.editDateText': 'Sửa ngày',
392
- 'fabric.editor.editDropdownEditDatasourceTitle': 'Sửa truy vấn tìm kiếm',
393
- 'fabric.editor.editDropdownEditLinkTitle': 'Sửa liên kết',
394
- 'fabric.editor.editDropdownExpandIconLabel': 'Mở rộng menu thả xuống',
395
- 'fabric.editor.editDropdownTriggerTitle': 'Sửa',
396
- 'fabric.editor.editLink': 'Chỉnh sửa liên kết',
397
- 'fabric.editor.editMode.inviteToEditButton.title': 'Mời chỉnh sửa',
398
- 'fabric.editor.editStatusColor': 'Sửa màu trạng thái',
399
- 'fabric.editor.editStatusText': 'Sửa trạng thái',
400
- 'fabric.editor.editableContentLabel': 'Nội dung có thể chỉnh sửa',
401
- 'fabric.editor.editorHelp': 'Hỗ trợ chỉnh sửa',
402
- 'fabric.editor.editors': 'Người chỉnh sửa',
403
- 'fabric.editor.elementBrowser.help': 'Trợ giúp',
404
- 'fabric.editor.elementInsertSidePanel.title': 'Chèn',
405
- 'fabric.editor.elementbrowser.categorylist.category-admin': 'Quản trị',
406
- 'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
407
- 'fabric.editor.elementbrowser.categorylist.category-all': 'Tất cả',
408
- 'fabric.editor.elementbrowser.categorylist.category-communication': 'Thông tin liên lạc',
409
- 'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Nội dung Confluence',
410
- 'fabric.editor.elementbrowser.categorylist.category-development': 'Phát triển',
411
- 'fabric.editor.elementbrowser.categorylist.category-external-content': 'Nội dung bên ngoài',
412
- 'fabric.editor.elementbrowser.categorylist.category-formatting': 'Định dạng',
413
- 'fabric.editor.elementbrowser.categorylist.category-media': 'Nội dung nghe nhìn',
414
- 'fabric.editor.elementbrowser.categorylist.category-navigation': 'Điều hướng',
415
- 'fabric.editor.elementbrowser.categorylist.category-reporting': 'Báo cáo',
416
- 'fabric.editor.elementbrowser.categorylist.category-visuals': 'Nội dung trực quan và hình ảnh',
417
- 'fabric.editor.elementbrowser.featured.whiteboard.description': 'Sử dụng bảng trắng để thêm hình ảnh vào trang của bạn',
418
- 'fabric.editor.elementbrowser.search.empty-state.heading': 'Không có nội dung nào phù hợp với yêu cầu tìm kiếm của bạn',
419
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hãy thử tìm theo một từ khác hoặc khám phá các ứng dụng mới dành cho sản phẩm của Atlassian.',
420
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Khám phá Atlassian Marketplace',
421
- 'fabric.editor.elementbrowser.searchbar.assistive.text.default': '{count, plural, =0 {Không có nội dung nào phù hợp với yêu cầu tìm kiếm của bạn.} other {Có {count} đề xuất theo mặc định.}}',
422
- 'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Không có nội dung nào phù hợp với yêu cầu tìm kiếm của bạn.} other {{count} đề xuất có sẵn cho văn bản đã nhập.}}',
423
- 'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Nhấn Enter',
424
- 'fabric.editor.elementbrowser.searchbar.placeholder': 'Tìm kiếm',
425
- 'fabric.editor.elementbrowser.sidebar.heading': 'Duyệt',
426
- 'fabric.editor.embedTitle': 'Đã nhúng',
427
- 'fabric.editor.embedToBlockCardWarning': 'Hiển thị dưới dạng thẻ trên màn hình nhỏ',
428
- 'fabric.editor.emoji': 'Biểu tượng cảm xúc',
429
- '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 😄',
430
- 'fabric.editor.emptyLink': 'Vui lòng nhập một liên kết.',
431
- 'fabric.editor.emptySearchResults': 'Chúng tôi không tìm thấy kết quả nào.',
432
- 'fabric.editor.emptySearchResultsSuggestion': 'Chọn {buttonName} để duyệt qua các nội dung chèn.',
433
- 'fabric.editor.epic': 'Quá trình',
434
- 'fabric.editor.error': 'Lỗi',
435
- 'fabric.editor.errorPanel': 'Ô lỗi',
436
- 'fabric.editor.errorPanel.description': 'Chỉ ra lỗi bằng ô màu',
437
- 'fabric.editor.expand': 'Mở rộng',
438
- 'fabric.editor.expand.description': 'Chèn đoạn mở rộng',
439
- 'fabric.editor.expandAriaLabel': 'Đặt tiêu đề cho phần mở rộng này',
440
- 'fabric.editor.expandDefaultTitle': 'Nhấp vào đây để mở rộng...',
441
- 'fabric.editor.expandNode': 'Mở rộng nội dung',
442
- 'fabric.editor.expandPlaceholder': 'Đặt tiêu đề cho phần mở rộng này...',
443
- 'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
444
- 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Đang xóa',
445
- 'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Xóa',
446
- 'fabric.editor.extension.deleteElementTitle': 'Xóa thành phần',
447
- 'fabric.editor.extension.sourceNoTitledName': 'thành phần này',
448
- 'fabric.editor.extensions.config-panel.save-indicator': 'Mọi thay đổi luôn được lưu tự động',
449
- 'fabric.editor.externalExtensionsHeading': 'Ứng dụng',
450
- 'fabric.editor.externalMediaFile': 'Tệp phương tiện bên ngoài',
451
- 'fabric.editor.failed_to_upload': 'Không thể tải lên',
452
- 'fabric.editor.feedbackDialog': 'Đưa ra phản hồi',
453
- 'fabric.editor.feedbackDialog.description': 'Cho chúng tôi biết về trải nghiệm của bạn khi sử dụng trình chỉnh sửa đám mây',
454
- 'fabric.editor.find': 'Tìm kiếm',
455
- 'fabric.editor.findNext': 'Tìm tiếp theo',
456
- 'fabric.editor.findPrevious': 'Tìm trước đó',
457
- 'fabric.editor.findReplaceToolbarButton': 'Tìm kiếm và thay thế',
458
- 'fabric.editor.fiveColumns': 'Bố cục 5 cột',
459
- 'fabric.editor.floatingToolbar.confirmModalCancel': 'Hủy',
460
- 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Đồng thời xóa các thành phần được kết nối',
461
- 'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (+{amount,number} thành phần được kết nối)}}',
462
- 'fabric.editor.floatingToolbar.confirmModalHeading': 'Bạn có chắc chắn không?',
463
- 'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
464
- 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Đã mở bộ điều khiển thanh công cụ nổi',
465
- 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Thanh công cụ nổi',
466
- 'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Tùy chọn bố cục',
467
- 'fabric.editor.floatingToolbar.scrollLeft': 'Cuộn sang trái',
468
- 'fabric.editor.floatingToolbar.scrollRight': 'Cuộn sang phải',
469
- 'fabric.editor.focusTableResizeHandle': 'Ô điều khiển thay đổi kích thước bảng tiêu điểm',
470
- 'fabric.editor.fourColumns': 'Bố cục 4 cột',
471
- 'fabric.editor.headerColumn': 'Cột tiêu đề',
472
- 'fabric.editor.headerRow': 'Hàng tiêu đề',
473
- 'fabric.editor.heading1': 'Heading 1',
474
- 'fabric.editor.heading1Description': 'Sử dụng kiểu chữ này cho tiêu đề chính',
475
- 'fabric.editor.heading2': 'Heading 2',
476
- 'fabric.editor.heading2Description': 'Sử dụng kiểu chữ này cho những phần quan trọng',
477
- 'fabric.editor.heading3': 'Heading 3',
478
- 'fabric.editor.heading3Description': 'Sử dụng kiểu chữ này cho những phần phụ và tiêu đề nhóm',
479
- 'fabric.editor.heading4': 'Heading 4',
480
- 'fabric.editor.heading4Description': 'Sử dụng kiểu chữ này cho những tiêu đề ẩn',
481
- 'fabric.editor.heading5': 'Heading 5',
482
- 'fabric.editor.heading5Description': 'Sử dụng kiểu chữ này để phân loại các danh mục',
483
- 'fabric.editor.heading6': 'Heading 6',
484
- 'fabric.editor.heading6Description': 'Sử dụng kiểu chữ này cho những tiêu đề phụ phía dưới',
485
- 'fabric.editor.headingLink.ascOrderLabel': 'Sắp xếp cột theo thứ tự từ Z đến A',
486
- 'fabric.editor.headingLink.descOrderLabel': 'Bỏ sắp xếp',
487
- 'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
488
- 'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Lỗi',
489
- 'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vấn đề',
490
- 'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh': 'Hạng mục công việc',
491
- 'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Trang',
492
- 'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Câu chuyện',
493
- 'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tác vụ',
494
- 'fabric.editor.headingLink.invalidLabel': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
495
- 'fabric.editor.headingLink.noOrderLabel': 'Sắp xếp cột theo thứ tự từ A đến Z',
496
- 'fabric.editor.help': 'Trợ giúp',
497
- 'fabric.editor.help.description': 'Duyệt qua tất cả các phím tắt trên bàn phím và các tùy chọn đánh dấu',
498
- 'fabric.editor.helpDialogTips': 'Nhấn {keyMap} để mở nhanh hộp thoại này bất kỳ lúc nào',
499
- 'fabric.editor.highlight': 'Làm nổi bật màu',
500
- 'fabric.editor.highlightColor': 'Bật/tắt bảng màu đánh dấu',
501
- 'fabric.editor.highlightFloatingToolbar': 'Tô sáng',
502
- 'fabric.editor.horizontalRule': 'Trình phân chia',
503
- 'fabric.editor.horizontalRule.description': 'Chia tách nội dung bằng một đường ngang',
504
- 'fabric.editor.hyperlink.linkVisibleLabel': 'Dán hoặc tìm kiếm liên kết',
505
- 'fabric.editor.hyperlink.searchLinkAriaDescription': 'Các đề xuất sẽ xuất hiện bên dưới khi bạn nhập thông tin vào trường',
506
- 'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {không tìm thấy kết quả} other {Đã tìm thấy {count,number} kết quả}}',
507
- 'fabric.editor.hyperlink.textVisibleLabel': 'Văn bản hiển thị (không bắt buộc)',
508
- 'fabric.editor.hyperlinkToolbarPlaceholder': 'Dán hoặc tìm kiếm liên kết',
509
- 'fabric.editor.image': 'hình ảnh',
510
- 'fabric.editor.image.fullWidthLabel': 'Toàn chiều rộng',
511
- 'fabric.editor.imageBorderBold': 'In đậm',
512
- 'fabric.editor.imageBorderColor': 'Màu sắc',
513
- 'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Danh sách thả xuống màu trong tùy chọn viền hình ảnh',
514
- 'fabric.editor.imageBorderMedium': 'Trung bình',
515
- 'fabric.editor.imageBorderOptions': 'Tùy chọn viền',
516
- 'fabric.editor.imageBorderSize': 'Kích cỡ',
517
- 'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Danh sách thả xuống kích thước trong tùy chọn viền hình ảnh',
518
- 'fabric.editor.imageBorderSubtle': 'Nhạt',
519
- 'fabric.editor.improvement': 'Cải tiến',
520
- 'fabric.editor.increaseElementSize': 'Tăng kích cỡ thành phần',
521
- 'fabric.editor.increaseSize': 'Tăng kích thước bảng hoặc nội dung nghe nhìn',
522
- 'fabric.editor.indent': 'Thụt lề',
523
- 'fabric.editor.info': 'Thông tin',
524
- 'fabric.editor.infoPanel': 'Ô thông tin',
525
- 'fabric.editor.infoPanel.description': 'Bôi đậm thông tin bằng ô màu',
526
- 'fabric.editor.inlineConfigureLink': 'Định cấu hình liên kết',
527
- 'fabric.editor.inlineDescription': 'Hiển thị liên kết dưới dạng văn bản nội tuyến',
528
- 'fabric.editor.inlineGoToLink': 'Đi đến liên kết',
529
- 'fabric.editor.inlineOverlay': 'Đặt cấu hình',
530
- 'fabric.editor.inlineTitle': 'Nội tuyến',
531
- 'fabric.editor.inputQueryAssistiveTxt': 'Khi có sẵn kết quả tự hoàn tất, hãy dùng các mũi tên lên và xuống để xem lại và enter để chọn. Người dùng thiết bị cảm ứng, khám phá bằng thao tác chạm hoặc bằng các cử chỉ vuốt.',
532
- 'fabric.editor.insertColumn': 'Chèn cột vào bên phải',
533
- 'fabric.editor.insertColumnDrag': 'Chèn cột',
534
- 'fabric.editor.insertMenu': 'Chèn thành phần',
535
- 'fabric.editor.insertRightRail.close': 'Đóng',
536
- 'fabric.editor.insertRightRail.title': 'Chèn',
537
- 'fabric.editor.insertRow': 'Chèn hàng ở bên dưới',
538
- 'fabric.editor.insertRowDrag': 'Chèn hàng',
539
- 'fabric.editor.insertTableColumn': 'Chèn cột bảng',
540
- 'fabric.editor.insertTableRow': 'Chèn hàng bảng',
541
- 'fabric.editor.invalidDateError': 'Nhập ngày hợp lệ',
542
- 'fabric.editor.invalidLink': 'Vui lòng nhập một liên kết hợp lệ.',
543
- 'fabric.editor.inviteItem.title': '{userRole, select, admin {Mời thành viên cùng nhóm vào {productName}} trusted {Mời thành viên cùng nhóm vào {productName}} other {Thêm thành viên cùng nhóm vào {productName}}}',
544
- 'fabric.editor.italic': 'In nghiêng',
545
- 'fabric.editor.keyboardShortcuts': 'Phím tắt bàn phím',
546
- 'fabric.editor.layout.columnOption': '{count, plural, other {{count} cột}}',
547
- 'fabric.editor.layout.controls.placeholder': '/ để chèn',
548
- 'fabric.editor.layout.placeholder': 'Thêm nội dung',
549
- 'fabric.editor.layout.resizeLayout': 'Đổi cỡ bố cục',
550
- 'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
551
- 'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
552
- 'fabric.editor.layoutStateFixedWidth': 'Đã căn giữa',
553
- 'fabric.editor.layoutStateFullWidth': 'Toàn chiều rộng',
554
- 'fabric.editor.layoutStateWide': 'Rộng',
555
- 'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
556
- 'fabric.editor.leftSidebar': 'Bố cục thanh bên trái',
557
- 'fabric.editor.link': 'Liên kết',
558
- 'fabric.editor.link.description': 'Chèn liên kết',
559
- 'fabric.editor.linkAddress': 'Địa chỉ liên kết',
560
- 'fabric.editor.linkPlaceholder': 'Dán liên kết',
561
- 'fabric.editor.lists': 'Danh sách',
562
- 'fabric.editor.listsFormat': 'Định dạng danh sách',
563
- 'fabric.editor.lockColumns': 'Chiều rộng cột cố định',
564
- 'fabric.editor.longEmptyNodePlaceholderText': 'Nhập / để chèn thành phần',
565
- 'fabric.editor.markdown': 'Ngôn ngữ đánh dấu',
566
- 'fabric.editor.matchCase': 'Khớp cách viết hoa',
567
- 'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {Chiều rộng phương tiện đã giảm xuống {newMediaWidth,number} pixel.}}',
568
- 'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {Chiều rộng phương tiện đã tăng lên {newMediaWidth,number} pixel.}}',
569
- 'fabric.editor.media.MediaWidthIsMin': 'Đã giảm nội dung đa phương tiện xuống kích thước tối thiểu',
570
- 'fabric.editor.media.insert.cancel': 'Hủy',
571
- 'fabric.editor.media.insert.fileTabTitle': 'Tệp',
572
- 'fabric.editor.media.insert.fromUrlErrorMessage': 'Rất tiếc, chúng tôi không thể thêm liên kết đến hình ảnh này. Hãy tải hình ảnh xuống, sau đó kéo và thả ảnh vào trang.',
573
- 'fabric.editor.media.insert.fromUrlWarning': 'Hình ảnh này có thể không hiển thị với người khác do hạn chế về nguồn. Bạn nên tải tệp lên.',
574
- 'fabric.editor.media.insert.insert': 'Chèn',
575
- 'fabric.editor.media.insert.invalidUrlErrorMessage': 'Liên kết không hợp lệ',
576
- 'fabric.editor.media.insert.linkTabTitle': 'Liên kết',
577
- 'fabric.editor.media.insert.loadPreview': 'Tải bản xem trước',
578
- 'fabric.editor.media.insert.localFileErrorMessage': 'Không thể tải tệp này lên.',
579
- 'fabric.editor.media.insert.localFileNetworkErrorMessage': 'Lỗi tải tệp lên. Kiểm tra đường dẫn tệp hoặc mạng.',
580
- 'fabric.editor.media.insert.mediaAlt': 'Bản xem trước của tệp hình ảnh hoặc video đã tải lên',
581
- 'fabric.editor.media.insert.mediaPickerPopupAriaLabel': 'Trình chọn phương tiện',
582
- 'fabric.editor.media.insert.pasteLinkToUpload': 'Dán liên kết để tải lên',
583
- 'fabric.editor.media.insert.upload': 'Tải lên',
584
- 'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Đã tăng nội dung đa phương tiện lên kích thước tối đa',
585
- 'fabric.editor.media.pixelEntry.ResizeOption': 'Đổi cỡ',
586
- 'fabric.editor.media.pixelEntry.closePixelEntry': 'Đóng',
587
- 'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'nhập chiều cao',
588
- 'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Chiều cao',
589
- 'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Chiều rộng tối đa {maxWidth} px',
590
- 'fabric.editor.media.pixelEntry.inputWidthLabel': 'Chiều rộng',
591
- 'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Chiều rộng tối đa {maxWidth} px',
592
- 'fabric.editor.media.pixelEntry.migrationButtonText': 'Chuyển đổi sang điểm ảnh',
593
- 'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Chuyển từ tỷ lệ phần trăm sang kích thước điểm ảnh cố định',
594
- 'fabric.editor.media.pixelEntry.submitButtonText': 'Gửi',
595
- 'fabric.editor.media.pixelEntry.validationFailedMessage': 'Không xác thực được chiều rộng',
596
- 'fabric.editor.mediaAddLink': 'Thêm liên kết',
597
- 'fabric.editor.mediaFiles': 'Ảnh, video hoặc tệp',
598
- 'fabric.editor.mediaFiles.description': 'Thêm hình ảnh và các tập tin khác vào trang của bạn',
599
- 'fabric.editor.mediaGroupDeleteLabel': 'xóa',
600
- 'fabric.editor.media_change_mediainline_caption_warn': 'Nội tuyến (chú thích sẽ bị xóa)',
601
- 'fabric.editor.media_change_mediainline_default': 'Nội tuyến',
602
- 'fabric.editor.media_change_mediasingle': 'Kích thước gốc',
603
- 'fabric.editor.mention': 'Đề cập',
604
- 'fabric.editor.mention.description': 'Đề cập đến ai đó để gửi thông báo cho họ',
605
- 'fabric.editor.mentionNode.label': 'Người dùng được gắn thẻ',
606
- 'fabric.editor.mentionsAddLabel': 'biểu tượng thêm',
607
- 'fabric.editor.mentionsIconLabel': 'Đề cập',
608
- 'fabric.editor.mergeCells': 'Hợp nhất ô',
609
- 'fabric.editor.moreFormatting': 'Thêm định dạng',
610
- 'fabric.editor.moveColumnLeft': '{0, plural, other {Di chuyển cột sang trái}}',
611
- 'fabric.editor.moveColumnRight': '{0, plural, other {Di chuyển cột sang phải}}',
612
- 'fabric.editor.moveDownDown': '{0, plural, other {Di chuyển hàng xuống dưới}}',
613
- 'fabric.editor.moveRowUp': '{0, plural, other {Di chuyển hàng lên trên}}',
614
- 'fabric.editor.navigate.toolbar.askAI': 'Hỏi AI',
615
- 'fabric.editor.navigate.toolbar.editor': 'Điều hướng đến thanh công cụ trình biên tập',
616
- 'fabric.editor.navigate.toolbar.floating': 'Điều hướng đến thanh công cụ nổi',
617
- 'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {Bạn không có quyền thêm nhận xét vào bài đăng trên blog này} page {Bạn không có quyền thêm nhận xét vào trang này} other {Bạn không có quyền thêm nhận xét vào trang này}}',
618
- 'fabric.editor.noResultsFound': 'Không có kết quả',
619
- 'fabric.editor.noSearchResults': 'Không có kết quả tìm kiếm',
620
- 'fabric.editor.normal': 'Văn bản bình thường',
621
- 'fabric.editor.note': 'Lưu ý',
622
- 'fabric.editor.notePanel': 'Ô ghi chú',
623
- 'fabric.editor.notePanel.description': 'Thêm ghi chú bằng ô màu',
624
- 'fabric.editor.numberedColumn': 'Cột được đánh số',
625
- 'fabric.editor.off': '{formattingType} đang tắt',
626
- 'fabric.editor.on': '{formattingType} đang bật',
627
- 'fabric.editor.openButtonTitle': 'Mở',
628
- 'fabric.editor.openCellOptions': 'Mở tùy chọn ô',
629
- 'fabric.editor.openLink': 'Mở liên kết trong tab mới',
630
- 'fabric.editor.openPreviewPanel': 'Mở bảng xem trước',
631
- 'fabric.editor.orderedList': 'Danh sách được đánh số',
632
- 'fabric.editor.orderedList.description': 'Tạo một danh sách kiểu sắp xếp',
633
- 'fabric.editor.other': 'Khác...',
634
- 'fabric.editor.outdent': 'Nhô lề',
635
- 'fabric.editor.overflowMenuViewMore': 'Xem thêm',
636
- 'fabric.editor.pageActionsLabel': 'Thao tác trang',
637
- 'fabric.editor.panel': 'Bảng điều khiển',
638
- 'fabric.editor.panel.backgroundColor': 'Màu nền',
639
- 'fabric.editor.panel.custom': 'Tùy chỉnh',
640
- 'fabric.editor.panel.emoji': 'Thêm biểu tượng cảm xúc',
641
- 'fabric.editor.panel.panelsGroup': 'Các loại bảng điều khiển',
642
- 'fabric.editor.panelButtonTitle': 'Bảng điều khiển',
643
- 'fabric.editor.pasteOptions': 'Tùy chọn dán',
644
- 'fabric.editor.pastePlainText': 'Dán văn bản thuần túy',
645
- 'fabric.editor.placeholderAltText': 'Mô tả hình ảnh này bằng văn bản thay thế',
646
- 'fabric.editor.placeholderText': 'Văn bản giữ chỗ',
647
- 'fabric.editor.placeholderText.description': 'Chèn văn bản giữ chỗ vào trang',
648
- 'fabric.editor.placeholderTextPlaceholder': 'Thêm văn bản giữ chỗ',
649
- 'fabric.editor.plainText': 'Dùng văn bản thuần túy',
650
- 'fabric.editor.preferencesLink': 'Tùy chọn liên kết',
651
- 'fabric.editor.previewButtonTitle': 'Xem trước',
652
- 'fabric.editor.quickInsert': 'Chèn nhanh',
653
- 'fabric.editor.recordLoomShortTitle': 'Ghi',
654
- 'fabric.editor.recordVideo': 'Quay video Loom',
655
- 'fabric.editor.recordVideo.description': 'Quay lại và chia sẻ màn hình cũng như suy nghĩ của bạn',
656
- 'fabric.editor.redo': 'Làm lại',
657
- 'fabric.editor.remove': 'Xóa',
658
- 'fabric.editor.removeColumns': '{0, plural, other {Xóa cột}}',
659
- 'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
660
- 'fabric.editor.removeImageBorder': 'Xóa viền',
661
- 'fabric.editor.removeRows': '{0, plural, other {Xóa hàng}}',
662
- 'fabric.editor.replace': 'Thay thế',
663
- 'fabric.editor.replaceAll': 'Thay thế tất cả',
664
- 'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {Đã thay thế {numberOfMatches,number} kết quả phù hợp}}',
665
- 'fabric.editor.replaceWith': 'Thay thế bằng',
666
- 'fabric.editor.requestToEdit': 'Yêu cầu sửa',
667
- 'fabric.editor.requestToEditDescription': 'Khi bạn yêu cầu truy cập, chủ sở hữu trang sẽ nhận được thông báo.',
668
- 'fabric.editor.requestToEditDismiss': 'Bỏ qua',
669
- 'fabric.editor.resizeHandle': 'Thay đổi kích thước thành phần điều khiển',
670
- 'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
671
- 'fabric.editor.richText': 'Dùng văn bản đa dạng thức',
672
- 'fabric.editor.rightSidebar': 'Bố cục thanh bên phải',
673
- 'fabric.editor.rowControl': 'Làm nổi bật hàng',
674
- 'fabric.editor.rowDragHandle': 'Tùy chọn hàng',
675
- 'fabric.editor.rowMovedDown': 'Đã di chuyển hàng xuống vị trí {index}/{total}',
676
- 'fabric.editor.rowMovedUp': 'Đã di chuyển hàng lên vị trí {index}/{total}',
677
- 'fabric.editor.rowSelected': 'Đã chọn hàng {index}/{total}',
678
- 'fabric.editor.rowsAreInserted': '{count, plural, other {Đã chèn {count} dòng}}',
679
- 'fabric.editor.rowsAreRemoved': '{count, plural, other {Đã xóa {count} dòng}}',
680
- 'fabric.editor.saveButton': 'Lưu',
681
- 'fabric.editor.searchResults': '{itemsLength, plural, other {Có {itemsLength,number} kết quả tìm kiếm. Dùng phím mũi tên Lên và Xuống để di chuyển giữa các kết quả. Nhấn Enter để chọn một kết quả.}}',
682
- 'fabric.editor.selectColumnResize': 'Chọn kích thước cột',
683
- 'fabric.editor.selectLanguage': 'Chọn ngôn ngữ',
684
- 'fabric.editor.selectTableColumn': 'Chọn cột trong bảng',
685
- 'fabric.editor.selectTableRow': 'Chọn hàng trong bảng',
686
- 'fabric.editor.selectionExtensionDropdownButtonLabel': 'Chọn ứng dụng',
687
- 'fabric.editor.selectionToolbarOverflowMenuTooltip': 'Tùy chọn khác',
688
- 'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
689
- 'fabric.editor.shortEmptyNodePlaceholderText': '/ để chèn',
690
- 'fabric.editor.shortcut': 'Phím tắt văn bản',
691
- 'fabric.editor.single': 'Bố cục một cột',
692
- 'fabric.editor.singleColumns': 'Bố cục 1 cột',
693
- 'fabric.editor.sortColumnASC': 'Sắp xếp cột A → Z',
694
- 'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
695
- 'fabric.editor.sortColumnDecreasing': 'Sắp xếp theo thứ tự giảm dần',
696
- 'fabric.editor.sortColumnIncreasing': 'Sắp xếp theo thứ tự tăng dần',
697
- 'fabric.editor.splitCell': 'Tách ô',
698
- 'fabric.editor.status': 'Trạng thái',
699
- 'fabric.editor.status.description': 'Thêm một nhãn trạng thái tùy chỉnh',
700
- 'fabric.editor.statusEditorLabel': 'Trình soạn thảo trạng thái',
701
- 'fabric.editor.statusPickerOpenedAlert': 'Cửa sổ bật lên của trình chỉnh sửa trạng thái đã mở, hãy nhấn Tab để truy cập cửa sổ bật lên',
702
- 'fabric.editor.statusPlaceholder': 'Đặt trạng thái',
703
- 'fabric.editor.story': 'Câu chuyện',
704
- 'fabric.editor.strike': 'Gạch ngang',
705
- 'fabric.editor.subTask': 'Tác vụ con',
706
- 'fabric.editor.subscript': 'Chỉ số dưới',
707
- 'fabric.editor.subscript.off.superscript.on': 'Chỉ số dưới đang tắt, chỉ số trên đang bật',
708
- 'fabric.editor.success': 'Thành công',
709
- 'fabric.editor.successPanel': 'Ô thành công',
710
- 'fabric.editor.successPanel.description': 'Thêm mẹo bằng ô màu',
711
- 'fabric.editor.superscript': 'Chỉ số trên',
712
- 'fabric.editor.superscript.off.subscript.on': 'Chỉ số trên đang tắt, chỉ số dưới đang bật',
713
- 'fabric.editor.supportAltText': 'Văn bản thay thế là tính năng hữu ích cho những người sử dụng trình đọc màn hình do suy giảm thị lực.',
714
- 'fabric.editor.table': 'Bảng',
715
- 'fabric.editor.table.description': 'Chèn bảng',
716
- 'fabric.editor.tableAlignmentOptions': 'Tùy chọn căn chỉnh',
717
- 'fabric.editor.tableFullWidthLabel': 'Toàn chiều rộng',
718
- 'fabric.editor.tableHeader.sorting.asc': 'Đã áp dụng kiểu sắp xếp tăng dần',
719
- 'fabric.editor.tableHeader.sorting.default': 'Sắp xếp cột',
720
- 'fabric.editor.tableHeader.sorting.desc': 'Đã áp dụng kiểu sắp xếp giảm dần',
721
- 'fabric.editor.tableHeader.sorting.invalid': 'Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
722
- 'fabric.editor.tableHeader.sorting.no': 'Không có kiểu sắp xếp nào được áp dụng cho cột',
723
- 'fabric.editor.tableOptions': 'Tùy chọn bảng',
724
- 'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã giảm xuống {newWidth,number} pixel.}}',
725
- 'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã tăng lên {newWidth,number} pixel.}}',
726
- 'fabric.editor.tableScrollRegion': 'Vùng cuộn bảng',
727
- 'fabric.editor.tableSelector': 'Kích thước bảng',
728
- 'fabric.editor.tableSelector.description': 'Thêm bảng bằng cách sử dụng cửa sổ bật lên để chọn kích thước tùy chỉnh',
729
- 'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
730
- 'fabric.editor.tableSizeSelectorPopup': 'Bộ chọn kích thước bảng',
731
- 'fabric.editor.tables.adjustColumn': 'Điều chỉnh cột',
732
- 'fabric.editor.tables.columnResizeLast': 'Bạn chỉ có thể thay đổi kích thước cột này sang trái.',
733
- 'fabric.editor.tables.columnResizeOverflow': 'Bạn chỉ có thể thay đổi kích thước cột này khi bảng có thanh cuộn.',
734
- 'fabric.editor.tables.columnWidth': '{width, plural, other {Đã thay đổi chiều rộng cột thành {width} pixel}}',
735
- 'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
736
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Xóa',
737
- 'fabric.editor.tables.resizeStop': 'Đã dừng thay đổi kích thước',
738
- 'fabric.editor.tables.resizeTable': 'Thay đổi kích cỡ bảng',
739
- 'fabric.editor.tables.startedColumnResize': 'Đã bắt đầu thay đổi kích thước cột',
740
- 'fabric.editor.task': 'Tác vụ',
741
- 'fabric.editor.taskDecision.markTaskAsCompleted': 'Đánh dấu tác vụ là đã hoàn thành',
742
- 'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Đánh dấu tác vụ là chưa hoàn thành',
743
- 'fabric.editor.taskList': 'Danh sách tác vụ',
744
- 'fabric.editor.taskPlaceholder': "Nhập thao tác của bạn, sử dụng '@' để chỉ định cho người nào đó.",
745
- 'fabric.editor.text.formatting.off': 'Định dạng văn bản đang tắt',
746
- 'fabric.editor.textColor': 'Màu văn bản {selectedColorName}',
747
- 'fabric.editor.textColorHighlightTooltip': 'Màu văn bản và phần tô sáng',
748
- 'fabric.editor.textColorTooltip': 'Màu văn bản',
749
- 'fabric.editor.textFormat': 'Định dạng văn bản',
750
- 'fabric.editor.textFormatting': 'Định dang văn bản',
751
- 'fabric.editor.textStyles': 'Kiểu văn bản {blockTypeName}',
752
- 'fabric.editor.textStylesTooltip': 'Kiểu văn bản',
753
- 'fabric.editor.threeColumns': 'Bố cục 3 cột',
754
- 'fabric.editor.threeColumnsWithLeftSidebars': 'Bố cục ba cột có thanh bên bên trái',
755
- 'fabric.editor.threeColumnsWithRightSidebars': 'Bố cục ba cột có thanh bên bên phải',
756
- 'fabric.editor.threeColumnsWithSidebars': 'Bố cục ba cột có các thanh bên',
757
- 'fabric.editor.time.ago': 'trước',
758
- 'fabric.editor.time.updated': 'Đã cập nhật',
759
- 'fabric.editor.time.viewed': 'Đã xem',
760
- 'fabric.editor.toolbarAppears': 'Thanh công cụ hiển thị',
761
- 'fabric.editor.toolbarLabel': 'Trình soạn thảo',
762
- 'fabric.editor.toolbarMediaTitle': 'Thêm ảnh, video hoặc tệp',
763
- 'fabric.editor.toolbarPositionFixedAtTop': 'Cố định ở trên cùng',
764
- 'fabric.editor.toolbarPositionInline': 'Cùng dòng với văn bản',
765
- 'fabric.editor.toolbarPositionPinedAtTop': 'Bỏ ghim thanh công cụ',
766
- 'fabric.editor.toolbarPositionUnpined': 'Ghim thanh công cụ lên đầu',
767
- 'fabric.editor.toolbarPositionUnpinnedConcise': 'Ghim thanh công cụ lên đầu',
768
- 'fabric.editor.tooltip.blockPanel': 'một bảng điều khiển',
769
- 'fabric.editor.tooltip.bulletList': 'một danh sách',
770
- 'fabric.editor.tooltip.decisionList': 'một danh sách quyết định',
771
- 'fabric.editor.tooltip.defaultBlockNode': 'một nút khối',
772
- 'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
773
- 'fabric.editor.tooltip.taskList': 'một mục thao tác',
774
- 'fabric.editor.turnInto': 'Chuyển thành',
775
- 'fabric.editor.twoColumns': 'Bố cục 2 cột',
776
- 'fabric.editor.typeAhead.popupLabel': 'Kết quả tự động điền',
777
- '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',
778
- 'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Tìm kiếm',
779
- 'fabric.editor.typeAhead.quickInsertPopupLabel': 'Lối tắt để chèn và định dạng',
780
- 'fabric.editor.typeAheadErrorFallbackDescription': 'Không có kết quả nào. Hãy thử lại.',
781
- 'fabric.editor.typeAheadErrorFallbackHeading': 'Đã xảy ra lỗi',
782
- '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',
783
- 'fabric.editor.typeahead.emojiListItemLabel': 'Biểu tượng cảm xúc {name} Lối tắt văn bản {shortcut}',
784
- 'fabric.editor.typeahead.emojiPopupLabel': 'Lối tắt biểu tượng cảm xúc',
785
- 'fabric.editor.typeahead.mentionInputLabel': 'Bắt đầu nhập để tìm kiếm người dùng để gắn thẻ',
786
- 'fabric.editor.typeahead.mentionPopupLabel': 'Người dùng bạn có thể gắn thẻ',
787
- 'fabric.editor.typeahead.metionListItemLabel': 'Người dùng {name} @{shortName}',
788
- 'fabric.editor.unableToLoadContent': 'Chúng tôi không tải được nội dung này',
789
- 'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
790
- 'fabric.editor.underline': 'Gạch dưới',
791
- 'fabric.editor.undo': 'Hoàn tác',
792
- 'fabric.editor.unknown.label': 'Không xác định',
793
- 'fabric.editor.unlink': 'Hủy liên kết',
794
- 'fabric.editor.unorderedList': 'Danh sách dấu đầu dòng',
795
- 'fabric.editor.unorderedList.description': 'Tạo một danh sách kiểu không sắp xếp',
796
- 'fabric.editor.unsupportedBlockContent': 'Trình biên tập này không hỗ trợ hiển thị nội dung này',
797
- 'fabric.editor.unsupportedContentTooltip': 'Nội dung không có trong trình biên tập này, nội dung sẽ được bảo lưu khi bạn sửa và lưu',
798
- 'fabric.editor.unsupportedInlineContent': 'Nội dung không được hỗ trợ',
799
- 'fabric.editor.upDown': 'Khi bạn sử dụng các phím mũi tên lên và xuống vào trường nhập sau, ngày sẽ cập nhật bên dưới',
800
- 'fabric.editor.url': 'Hiển thị URL',
801
- 'fabric.editor.urlDescription': 'Hiển thị liên kết dưới dạng URL',
802
- 'fabric.editor.urlTitle': 'URL',
803
- 'fabric.editor.useMarkdown': 'Dùng Markdown',
804
- 'fabric.editor.viewAndAddCommentsOnMedia': 'Xem và thêm nhận xét',
805
- 'fabric.editor.viewCommentOnMedia': 'Xem nhận xét',
806
- 'fabric.editor.viewMore': 'Xem thêm',
807
- 'fabric.editor.viewMoreAriaLabel': 'Xem tất cả thành phần',
808
- 'fabric.editor.visit': 'Mở liên kết trong cửa sổ mới',
809
- 'fabric.editor.warning': 'Cảnh báo',
810
- 'fabric.editor.warningPanel': 'Ô cảnh báo',
811
- 'fabric.editor.warningPanel.description': 'Thêm ghi chú thận trọng bằng ô màu',
812
- 'fabric.editor.wrapLeft': 'Cuộn sang trái',
813
- 'fabric.editor.wrapRight': 'Cuộn sang phải',
814
- 'fabric.emoji.label': 'Biểu tượng cảm xúc',
815
- 'fabric.theme.blue': 'Xanh lam',
816
- 'fabric.theme.bold-blue': 'Xanh lam đậm',
817
- 'fabric.theme.bold-gray': 'Xám đậm',
818
- 'fabric.theme.bold-green': 'Xanh lục đậm',
819
- 'fabric.theme.bold-magenta': 'Đỏ tươi đậm',
820
- 'fabric.theme.bold-orange': 'Cam đậm',
821
- 'fabric.theme.bold-purple': 'Tím đậm',
822
- 'fabric.theme.bold-red': 'Đỏ đậm',
823
- 'fabric.theme.bold-teal': 'Xanh mòng két đậm',
824
- 'fabric.theme.bold-yellow': 'Vàng đậm',
825
- 'fabric.theme.bolder-blue': 'Xanh lam trầm',
826
- 'fabric.theme.bolder-gray': 'Xám trầm',
827
- 'fabric.theme.bolder-green': 'Xanh lục trầm',
828
- 'fabric.theme.bolder-magenta': 'Đỏ tươi trầm',
829
- 'fabric.theme.bolder-orange': 'Cam trầm',
830
- 'fabric.theme.bolder-purple': 'Tím trầm',
831
- 'fabric.theme.bolder-red': 'Đỏ trầm',
832
- 'fabric.theme.bolder-teal': 'Xanh mòng két trầm',
833
- 'fabric.theme.bolder-yellow': 'Vàng trầm',
834
- 'fabric.theme.dark-blue': 'Xanh lam sẫm',
835
- 'fabric.theme.dark-gray': 'Xám sẫm',
836
- 'fabric.theme.dark-green': 'Xanh lục sẫm',
837
- 'fabric.theme.dark-purple': 'Tím sẫm',
838
- 'fabric.theme.dark-red': 'Đỏ sẫm',
839
- 'fabric.theme.dark-teal': 'Xanh mòng két sẫm',
840
- 'fabric.theme.dark-yellow': 'Vàng sẫm',
841
- 'fabric.theme.default': 'Mặc định',
842
- 'fabric.theme.gray': 'Xám',
843
- 'fabric.theme.green': 'Xanh lục',
844
- 'fabric.theme.light-blue': 'Xanh lam nhạt',
845
- 'fabric.theme.light-gray': 'Xám nhạt',
846
- 'fabric.theme.light-green': 'Xanh lục nhạt',
847
- 'fabric.theme.light-purple': 'Tím nhạt',
848
- 'fabric.theme.light-red': 'Đỏ nhạt',
849
- 'fabric.theme.light-teal': 'Xanh mòng két nhạt',
850
- 'fabric.theme.light-yellow': 'Vàng nhạt',
851
- 'fabric.theme.lime': 'Vàng chanh',
852
- 'fabric.theme.magenta': 'Đỏ tươi',
853
- 'fabric.theme.no-color': 'Không đánh dấu',
854
- 'fabric.theme.orange': 'Cam',
855
- 'fabric.theme.purple': 'Tím',
856
- 'fabric.theme.red': 'Đỏ',
857
- 'fabric.theme.subtle-blue': 'Xanh lam phớt',
858
- 'fabric.theme.subtle-gray': 'Xám phớt',
859
- 'fabric.theme.subtle-green': 'Xanh lục phớt',
860
- 'fabric.theme.subtle-magenta': 'Đỏ tươi phớt',
861
- 'fabric.theme.subtle-orange': 'Cam phớt',
862
- 'fabric.theme.subtle-purple': 'Tím phớt',
863
- 'fabric.theme.subtle-red': 'Đỏ phớt',
864
- 'fabric.theme.subtle-teal': 'Xanh mòng két phớt',
865
- 'fabric.theme.subtle-yellow': 'Vàng phớt',
866
- 'fabric.theme.teal': 'Xanh mòng két',
867
- 'fabric.theme.white': 'Trắng',
868
- 'fabric.theme.yellow': 'Vàng',
869
- 'fabrid.editor.rowNumbers': 'Số lượng hàng',
870
- 'rovo.agents.dropdown.title': 'Nhân viên',
871
- 'rovo.agents.dropdown.viewAgents.label': 'Xem tất cả nhân viên'
872
- };
9
+
10
+ import translations from '@atlaskit/afm-i18n-platform-editor-editor-common/i18n/vi';
11
+ export default translations;