@atlaskit/afm-i18n-platform-editor-editor-core 2.2.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 (159) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +15 -0
  3. package/dist/cjs/i18n/da.js +15 -0
  4. package/dist/cjs/i18n/de.js +15 -0
  5. package/dist/cjs/i18n/en.js +15 -0
  6. package/dist/cjs/i18n/en_GB.js +15 -0
  7. package/dist/cjs/i18n/en_ZZ.js +15 -0
  8. package/dist/cjs/i18n/es.js +15 -0
  9. package/dist/cjs/i18n/fi.js +15 -0
  10. package/dist/cjs/i18n/fr.js +15 -0
  11. package/dist/cjs/i18n/hr.js +15 -0
  12. package/dist/cjs/i18n/hu.js +15 -0
  13. package/dist/cjs/i18n/index.js +63 -0
  14. package/dist/cjs/i18n/it.js +15 -0
  15. package/dist/cjs/i18n/ja.js +15 -0
  16. package/dist/cjs/i18n/ko.js +15 -0
  17. package/dist/cjs/i18n/nb.js +15 -0
  18. package/dist/cjs/i18n/nl.js +15 -0
  19. package/dist/cjs/i18n/pl.js +15 -0
  20. package/dist/cjs/i18n/pt_BR.js +15 -0
  21. package/dist/cjs/i18n/ru.js +15 -0
  22. package/dist/cjs/i18n/sl.js +15 -0
  23. package/dist/cjs/i18n/sr_RS.js +15 -0
  24. package/dist/cjs/i18n/sr_YR.js +15 -0
  25. package/dist/cjs/i18n/sv.js +15 -0
  26. package/dist/cjs/i18n/th.js +15 -0
  27. package/dist/cjs/i18n/tr.js +15 -0
  28. package/dist/cjs/i18n/uk.js +15 -0
  29. package/dist/cjs/i18n/vi.js +15 -0
  30. package/dist/cjs/i18n/zh.js +15 -0
  31. package/dist/cjs/i18n/zh_TW.js +15 -0
  32. package/dist/cjs/index.js +18 -0
  33. package/dist/esm/i18n/cs.d.ts +12 -0
  34. package/dist/esm/i18n/cs.js +13 -0
  35. package/dist/esm/i18n/da.d.ts +12 -0
  36. package/dist/esm/i18n/da.js +13 -0
  37. package/dist/esm/i18n/de.d.ts +12 -0
  38. package/dist/esm/i18n/de.js +13 -0
  39. package/dist/esm/i18n/en.d.ts +12 -0
  40. package/dist/esm/i18n/en.js +13 -0
  41. package/dist/esm/i18n/en_GB.d.ts +12 -0
  42. package/dist/esm/i18n/en_GB.js +13 -0
  43. package/dist/esm/i18n/en_ZZ.d.ts +12 -0
  44. package/dist/esm/i18n/en_ZZ.js +13 -0
  45. package/dist/esm/i18n/es.d.ts +12 -0
  46. package/dist/esm/i18n/es.js +13 -0
  47. package/dist/esm/i18n/fi.d.ts +12 -0
  48. package/dist/esm/i18n/fi.js +13 -0
  49. package/dist/esm/i18n/fr.d.ts +12 -0
  50. package/dist/esm/i18n/fr.js +13 -0
  51. package/dist/esm/i18n/hr.d.ts +12 -0
  52. package/dist/esm/i18n/hr.js +13 -0
  53. package/dist/esm/i18n/hu.d.ts +12 -0
  54. package/dist/esm/i18n/hu.js +13 -0
  55. package/dist/esm/i18n/index.d.ts +29 -0
  56. package/dist/esm/i18n/index.js +30 -0
  57. package/dist/esm/i18n/it.d.ts +12 -0
  58. package/dist/esm/i18n/it.js +13 -0
  59. package/dist/esm/i18n/ja.d.ts +12 -0
  60. package/dist/esm/i18n/ja.js +13 -0
  61. package/dist/esm/i18n/ko.d.ts +12 -0
  62. package/dist/esm/i18n/ko.js +13 -0
  63. package/dist/esm/i18n/nb.d.ts +12 -0
  64. package/dist/esm/i18n/nb.js +13 -0
  65. package/dist/esm/i18n/nl.d.ts +12 -0
  66. package/dist/esm/i18n/nl.js +13 -0
  67. package/dist/esm/i18n/pl.d.ts +12 -0
  68. package/dist/esm/i18n/pl.js +13 -0
  69. package/dist/esm/i18n/pt_BR.d.ts +12 -0
  70. package/dist/esm/i18n/pt_BR.js +13 -0
  71. package/dist/esm/i18n/ru.d.ts +12 -0
  72. package/dist/esm/i18n/ru.js +13 -0
  73. package/dist/esm/i18n/sl.d.ts +12 -0
  74. package/dist/esm/i18n/sl.js +13 -0
  75. package/dist/esm/i18n/sr_RS.d.ts +12 -0
  76. package/dist/esm/i18n/sr_RS.js +13 -0
  77. package/dist/esm/i18n/sr_YR.d.ts +12 -0
  78. package/dist/esm/i18n/sr_YR.js +13 -0
  79. package/dist/esm/i18n/sv.d.ts +12 -0
  80. package/dist/esm/i18n/sv.js +13 -0
  81. package/dist/esm/i18n/th.d.ts +12 -0
  82. package/dist/esm/i18n/th.js +13 -0
  83. package/dist/esm/i18n/tr.d.ts +12 -0
  84. package/dist/esm/i18n/tr.js +13 -0
  85. package/dist/esm/i18n/uk.d.ts +12 -0
  86. package/dist/esm/i18n/uk.js +13 -0
  87. package/dist/esm/i18n/vi.d.ts +12 -0
  88. package/dist/esm/i18n/vi.js +13 -0
  89. package/dist/esm/i18n/zh.d.ts +12 -0
  90. package/dist/esm/i18n/zh.js +13 -0
  91. package/dist/esm/i18n/zh_TW.d.ts +12 -0
  92. package/dist/esm/i18n/zh_TW.js +13 -0
  93. package/dist/esm/index.d.ts +1 -0
  94. package/dist/esm/index.js +2 -0
  95. package/dist/types/i18n/cs.d.ts +12 -0
  96. package/dist/types/i18n/da.d.ts +12 -0
  97. package/dist/types/i18n/de.d.ts +12 -0
  98. package/dist/types/i18n/en.d.ts +12 -0
  99. package/dist/types/i18n/en_GB.d.ts +12 -0
  100. package/dist/types/i18n/en_ZZ.d.ts +12 -0
  101. package/dist/types/i18n/es.d.ts +12 -0
  102. package/dist/types/i18n/fi.d.ts +12 -0
  103. package/dist/types/i18n/fr.d.ts +12 -0
  104. package/dist/types/i18n/hr.d.ts +12 -0
  105. package/dist/types/i18n/hu.d.ts +12 -0
  106. package/dist/types/i18n/index.d.ts +29 -0
  107. package/dist/types/i18n/it.d.ts +12 -0
  108. package/dist/types/i18n/ja.d.ts +12 -0
  109. package/dist/types/i18n/ko.d.ts +12 -0
  110. package/dist/types/i18n/nb.d.ts +12 -0
  111. package/dist/types/i18n/nl.d.ts +12 -0
  112. package/dist/types/i18n/pl.d.ts +12 -0
  113. package/dist/types/i18n/pt_BR.d.ts +12 -0
  114. package/dist/types/i18n/ru.d.ts +12 -0
  115. package/dist/types/i18n/sl.d.ts +12 -0
  116. package/dist/types/i18n/sr_RS.d.ts +12 -0
  117. package/dist/types/i18n/sr_YR.d.ts +12 -0
  118. package/dist/types/i18n/sv.d.ts +12 -0
  119. package/dist/types/i18n/th.d.ts +12 -0
  120. package/dist/types/i18n/tr.d.ts +12 -0
  121. package/dist/types/i18n/uk.d.ts +12 -0
  122. package/dist/types/i18n/vi.d.ts +12 -0
  123. package/dist/types/i18n/zh.d.ts +12 -0
  124. package/dist/types/i18n/zh_TW.d.ts +12 -0
  125. package/dist/types/index.d.ts +1 -0
  126. package/i18n/cs.ts +13 -0
  127. package/i18n/da.ts +13 -0
  128. package/i18n/de.ts +13 -0
  129. package/i18n/en.ts +13 -0
  130. package/i18n/en_GB.ts +13 -0
  131. package/i18n/en_ZZ.ts +13 -0
  132. package/i18n/es.ts +13 -0
  133. package/i18n/fi.ts +13 -0
  134. package/i18n/fr.ts +13 -0
  135. package/i18n/hr.ts +13 -0
  136. package/i18n/hu.ts +13 -0
  137. package/i18n/index.ts +30 -0
  138. package/i18n/it.ts +13 -0
  139. package/i18n/ja.ts +13 -0
  140. package/i18n/ko.ts +13 -0
  141. package/i18n/nb.ts +13 -0
  142. package/i18n/nl.ts +13 -0
  143. package/i18n/pl.ts +13 -0
  144. package/i18n/pt_BR.ts +13 -0
  145. package/i18n/ru.ts +13 -0
  146. package/i18n/sl.ts +13 -0
  147. package/i18n/sr_RS.ts +13 -0
  148. package/i18n/sr_YR.ts +13 -0
  149. package/i18n/sv.ts +13 -0
  150. package/i18n/th.ts +13 -0
  151. package/i18n/tr.ts +13 -0
  152. package/i18n/uk.ts +13 -0
  153. package/i18n/vi.ts +13 -0
  154. package/i18n/zh.ts +13 -0
  155. package/i18n/zh_TW.ts +13 -0
  156. package/index.ts +2 -0
  157. package/package.json +38 -0
  158. package/tsconfig.cjs.json +8 -0
  159. package/tsconfig.json +25 -0
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* prettier-ignore */
4
+ /**
5
+ * NOTE:
6
+ *
7
+ * This file is automatically generated by Traduki 2.0.
8
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
9
+ */
10
+ //Chinese (Traditional)
11
+ exports.default = {
12
+ 'fabric.editor.chromeCollapsedPlaceholder': '輸入一些內容...',
13
+ 'fabric.editor.editorAssistiveLabel': '主要內容區域,打字即可輸入文字。',
14
+ 'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊',
15
+ };
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ // Re-export all i18n modules
18
+ __exportStar(require("./i18n"), exports);
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Czech
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Napište něco…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Hlavní oblast obsahu. Začněte psát, abyste zadali text.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Danish (Denmark)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
11
+ 'fabric.editor.editorAssistiveLabel': 'Område for hovedindhold. Begynd at taste for at skrive tekst.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //German (Germany)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Mit der Eingabe beginnen',
11
+ 'fabric.editor.editorAssistiveLabel': 'Hauptinhaltsbereich – geben Sie hier Ihren Text ein.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //English (United Kingdom)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': '⁣⁢Type something…؜⁡‌‌‍⁡؜⁠⁠‍⁣⁤',
11
+ 'fabric.editor.editorAssistiveLabel': '⁣⁢Main content area, start typing to enter text.‍‌⁡‌‌⁡؜؜⁣⁤',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': '⁣⁢Open help dialog‌⁡‌⁠‌⁠⁣⁤',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Spanish (International)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Escribe algo…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Área de contenido principal, empieza a escribir para introducir texto.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Finnish
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Kirjoita jotain...',
11
+ 'fabric.editor.editorAssistiveLabel': 'Pääsisältöalue, aloita kirjoittaminen, jos haluat syöttää tekstiä.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //French (France)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Saisissez quelque chose…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Zone de contenu principale, commencez à taper pour saisir du texte.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide",
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Croatian (Croatia) [hr-HR]
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Upiši nešto...',
11
+ 'fabric.editor.editorAssistiveLabel': 'Glavno područje sadržaja, počni tipkati za unos teksta.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Otvori dijaloški okvir pomoći',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Hungarian
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Írj be valamit…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Fő tartalmi terület, kezdj el gépelni a szöveg beviteléhez.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása',
13
+ };
@@ -0,0 +1,29 @@
1
+ export * from './cs';
2
+ export * from './da';
3
+ export * from './de';
4
+ export * from './en';
5
+ export * from './en_GB';
6
+ export * from './en_ZZ';
7
+ export * from './es';
8
+ export * from './fi';
9
+ export * from './fr';
10
+ export * from './hr';
11
+ export * from './hu';
12
+ export * from './it';
13
+ export * from './ja';
14
+ export * from './ko';
15
+ export * from './nb';
16
+ export * from './nl';
17
+ export * from './pl';
18
+ export * from './pt_BR';
19
+ export * from './ru';
20
+ export * from './sl';
21
+ export * from './sr_RS';
22
+ export * from './sr_YR';
23
+ export * from './sv';
24
+ export * from './th';
25
+ export * from './tr';
26
+ export * from './uk';
27
+ export * from './vi';
28
+ export * from './zh';
29
+ export * from './zh_TW';
@@ -0,0 +1,30 @@
1
+ // Export all i18n modules
2
+ export * from './cs';
3
+ export * from './da';
4
+ export * from './de';
5
+ export * from './en';
6
+ export * from './en_GB';
7
+ export * from './en_ZZ';
8
+ export * from './es';
9
+ export * from './fi';
10
+ export * from './fr';
11
+ export * from './hr';
12
+ export * from './hu';
13
+ export * from './it';
14
+ export * from './ja';
15
+ export * from './ko';
16
+ export * from './nb';
17
+ export * from './nl';
18
+ export * from './pl';
19
+ export * from './pt_BR';
20
+ export * from './ru';
21
+ export * from './sl';
22
+ export * from './sr_RS';
23
+ export * from './sr_YR';
24
+ export * from './sv';
25
+ export * from './th';
26
+ export * from './tr';
27
+ export * from './uk';
28
+ export * from './vi';
29
+ export * from './zh';
30
+ export * from './zh_TW';
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Italian (Italy)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Scrivi qualcosa…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Area del contenuto principale; inizia a digitare per inserire il testo.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Japanese
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': '文字を入力…',
11
+ 'fabric.editor.editorAssistiveLabel': 'メイン コンテンツ領域。入力を開始してテキストを入力します。',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Korean
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': '내용 입력...',
11
+ 'fabric.editor.editorAssistiveLabel': '주 콘텐츠 영역입니다. 텍스트를 입력하세요.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Norwegian (Bokmål)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Skriv et eller annet …',
11
+ 'fabric.editor.editorAssistiveLabel': 'Hovedinnholdsområde, begynn å skrive for å angi tekst.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Dutch (Netherlands)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Typ iets ...',
11
+ 'fabric.editor.editorAssistiveLabel': 'Hoofdveld content, begin met typen om tekst in te voeren.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Polish (Poland)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Wpisz cokolwiek…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Główny obszar zawartości. Zacznij pisać, aby wprowadzić tekst.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Portuguese (Brazil)
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Digite algo…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Área de conteúdo principal, comece a digitar para inserir texto.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;
@@ -0,0 +1,13 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Russian
9
+ export default {
10
+ 'fabric.editor.chromeCollapsedPlaceholder': 'Введите текст…',
11
+ 'fabric.editor.editorAssistiveLabel': 'Область основного содержимого. Начните печатать, чтобы ввести текст.',
12
+ 'fabric.editor.headingLink.toolbarHelpTitle': 'Открыть справку',
13
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
9
+ 'fabric.editor.editorAssistiveLabel': string;
10
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
11
+ };
12
+ export default _default;