@atlaskit/afm-i18n-platform-editor-renderer 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.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +21 -0
- package/dist/cjs/i18n/da.js +21 -0
- package/dist/cjs/i18n/de.js +21 -0
- package/dist/cjs/i18n/en.js +21 -0
- package/dist/cjs/i18n/en_GB.js +21 -0
- package/dist/cjs/i18n/en_ZZ.js +21 -0
- package/dist/cjs/i18n/es.js +21 -0
- package/dist/cjs/i18n/fi.js +21 -0
- package/dist/cjs/i18n/fr.js +21 -0
- package/dist/cjs/i18n/hr.js +21 -0
- package/dist/cjs/i18n/hu.js +21 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +21 -0
- package/dist/cjs/i18n/ja.js +21 -0
- package/dist/cjs/i18n/ko.js +21 -0
- package/dist/cjs/i18n/nb.js +21 -0
- package/dist/cjs/i18n/nl.js +21 -0
- package/dist/cjs/i18n/pl.js +21 -0
- package/dist/cjs/i18n/pt_BR.js +21 -0
- package/dist/cjs/i18n/ru.js +21 -0
- package/dist/cjs/i18n/sl.js +21 -0
- package/dist/cjs/i18n/sr_RS.js +21 -0
- package/dist/cjs/i18n/sr_YR.js +21 -0
- package/dist/cjs/i18n/sv.js +21 -0
- package/dist/cjs/i18n/th.js +21 -0
- package/dist/cjs/i18n/tr.js +21 -0
- package/dist/cjs/i18n/uk.js +21 -0
- package/dist/cjs/i18n/vi.js +21 -0
- package/dist/cjs/i18n/zh.js +21 -0
- package/dist/cjs/i18n/zh_TW.js +21 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +18 -0
- package/dist/esm/i18n/cs.js +19 -0
- package/dist/esm/i18n/da.d.ts +18 -0
- package/dist/esm/i18n/da.js +19 -0
- package/dist/esm/i18n/de.d.ts +18 -0
- package/dist/esm/i18n/de.js +19 -0
- package/dist/esm/i18n/en.d.ts +18 -0
- package/dist/esm/i18n/en.js +19 -0
- package/dist/esm/i18n/en_GB.d.ts +18 -0
- package/dist/esm/i18n/en_GB.js +19 -0
- package/dist/esm/i18n/en_ZZ.d.ts +18 -0
- package/dist/esm/i18n/en_ZZ.js +19 -0
- package/dist/esm/i18n/es.d.ts +18 -0
- package/dist/esm/i18n/es.js +19 -0
- package/dist/esm/i18n/fi.d.ts +18 -0
- package/dist/esm/i18n/fi.js +19 -0
- package/dist/esm/i18n/fr.d.ts +18 -0
- package/dist/esm/i18n/fr.js +19 -0
- package/dist/esm/i18n/hr.d.ts +18 -0
- package/dist/esm/i18n/hr.js +19 -0
- package/dist/esm/i18n/hu.d.ts +18 -0
- package/dist/esm/i18n/hu.js +19 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +18 -0
- package/dist/esm/i18n/it.js +19 -0
- package/dist/esm/i18n/ja.d.ts +18 -0
- package/dist/esm/i18n/ja.js +19 -0
- package/dist/esm/i18n/ko.d.ts +18 -0
- package/dist/esm/i18n/ko.js +19 -0
- package/dist/esm/i18n/nb.d.ts +18 -0
- package/dist/esm/i18n/nb.js +19 -0
- package/dist/esm/i18n/nl.d.ts +18 -0
- package/dist/esm/i18n/nl.js +19 -0
- package/dist/esm/i18n/pl.d.ts +18 -0
- package/dist/esm/i18n/pl.js +19 -0
- package/dist/esm/i18n/pt_BR.d.ts +18 -0
- package/dist/esm/i18n/pt_BR.js +19 -0
- package/dist/esm/i18n/ru.d.ts +18 -0
- package/dist/esm/i18n/ru.js +19 -0
- package/dist/esm/i18n/sl.d.ts +18 -0
- package/dist/esm/i18n/sl.js +19 -0
- package/dist/esm/i18n/sr_RS.d.ts +18 -0
- package/dist/esm/i18n/sr_RS.js +19 -0
- package/dist/esm/i18n/sr_YR.d.ts +18 -0
- package/dist/esm/i18n/sr_YR.js +19 -0
- package/dist/esm/i18n/sv.d.ts +18 -0
- package/dist/esm/i18n/sv.js +19 -0
- package/dist/esm/i18n/th.d.ts +18 -0
- package/dist/esm/i18n/th.js +19 -0
- package/dist/esm/i18n/tr.d.ts +18 -0
- package/dist/esm/i18n/tr.js +19 -0
- package/dist/esm/i18n/uk.d.ts +18 -0
- package/dist/esm/i18n/uk.js +19 -0
- package/dist/esm/i18n/vi.d.ts +18 -0
- package/dist/esm/i18n/vi.js +19 -0
- package/dist/esm/i18n/zh.d.ts +18 -0
- package/dist/esm/i18n/zh.js +19 -0
- package/dist/esm/i18n/zh_TW.d.ts +18 -0
- package/dist/esm/i18n/zh_TW.js +19 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +18 -0
- package/dist/types/i18n/da.d.ts +18 -0
- package/dist/types/i18n/de.d.ts +18 -0
- package/dist/types/i18n/en.d.ts +18 -0
- package/dist/types/i18n/en_GB.d.ts +18 -0
- package/dist/types/i18n/en_ZZ.d.ts +18 -0
- package/dist/types/i18n/es.d.ts +18 -0
- package/dist/types/i18n/fi.d.ts +18 -0
- package/dist/types/i18n/fr.d.ts +18 -0
- package/dist/types/i18n/hr.d.ts +18 -0
- package/dist/types/i18n/hu.d.ts +18 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +18 -0
- package/dist/types/i18n/ja.d.ts +18 -0
- package/dist/types/i18n/ko.d.ts +18 -0
- package/dist/types/i18n/nb.d.ts +18 -0
- package/dist/types/i18n/nl.d.ts +18 -0
- package/dist/types/i18n/pl.d.ts +18 -0
- package/dist/types/i18n/pt_BR.d.ts +18 -0
- package/dist/types/i18n/ru.d.ts +18 -0
- package/dist/types/i18n/sl.d.ts +18 -0
- package/dist/types/i18n/sr_RS.d.ts +18 -0
- package/dist/types/i18n/sr_YR.d.ts +18 -0
- package/dist/types/i18n/sv.d.ts +18 -0
- package/dist/types/i18n/th.d.ts +18 -0
- package/dist/types/i18n/tr.d.ts +18 -0
- package/dist/types/i18n/uk.d.ts +18 -0
- package/dist/types/i18n/vi.d.ts +18 -0
- package/dist/types/i18n/zh.d.ts +18 -0
- package/dist/types/i18n/zh_TW.d.ts +18 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +19 -0
- package/i18n/da.ts +19 -0
- package/i18n/de.ts +19 -0
- package/i18n/en.ts +19 -0
- package/i18n/en_GB.ts +19 -0
- package/i18n/en_ZZ.ts +19 -0
- package/i18n/es.ts +19 -0
- package/i18n/fi.ts +19 -0
- package/i18n/fr.ts +19 -0
- package/i18n/hr.ts +19 -0
- package/i18n/hu.ts +19 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +19 -0
- package/i18n/ja.ts +19 -0
- package/i18n/ko.ts +19 -0
- package/i18n/nb.ts +19 -0
- package/i18n/nl.ts +19 -0
- package/i18n/pl.ts +19 -0
- package/i18n/pt_BR.ts +19 -0
- package/i18n/ru.ts +19 -0
- package/i18n/sl.ts +19 -0
- package/i18n/sr_RS.ts +19 -0
- package/i18n/sr_YR.ts +19 -0
- package/i18n/sv.ts +19 -0
- package/i18n/th.ts +19 -0
- package/i18n/tr.ts +19 -0
- package/i18n/uk.ts +19 -0
- package/i18n/vi.ts +19 -0
- package/i18n/zh.ts +19 -0
- package/i18n/zh_TW.ts +19 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,18 @@
|
|
|
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.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
+
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
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.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
+
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
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.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
+
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
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.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
+
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
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.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
+
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
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.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
+
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './i18n';
|
package/i18n/cs.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'vzestupně',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Zkopírováno!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Kopírovat odkaz na nadpis',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopírovat',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'sestupně',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Žádné',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'konec vloženého komentáře',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'začátek vloženého komentáře',
|
|
19
|
+
};
|
package/i18n/da.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'stigende',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Kopieret!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Kopiér link til overskrift',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiér',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'faldende',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ingen',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'slut på indlejret kommentar',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'start på indlejret kommentar',
|
|
19
|
+
};
|
package/i18n/de.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'aufsteigend',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Kopiert!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Link zur Überschrift kopieren',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopieren',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'absteigend',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopieren ist fehlgeschlagen',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Keine',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'Ende des Inline-Kommentars',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'Beginn des Inline-Kommentars',
|
|
19
|
+
};
|
package/i18n/en.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'ascending',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Copied!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copy',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'descending',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Copy failed',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'none',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'inline comment end',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'inline comment start',
|
|
19
|
+
};
|
package/i18n/en_GB.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'ascending',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Copied!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copy',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'descending',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Copy failed',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'none',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'inline comment end',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'inline comment start',
|
|
19
|
+
};
|
package/i18n/en_ZZ.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'ascending',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Copied!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Copy link to heading',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copy',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'descending',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Copy failed',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'none',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'inline comment end',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'inline comment start',
|
|
19
|
+
};
|
package/i18n/es.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'ascendente',
|
|
11
|
+
'fabric.editor.headingLink.copied': '¡Copiado!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Copiar enlace en el título',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'descendente',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Copia fallida',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ninguno',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'final de comentario insertado',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'inicio de comentario insertado',
|
|
19
|
+
};
|
package/i18n/fi.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'nousevassa järjestyksessä',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Kopioitu!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Kopioi otsikkolinkki',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopioi',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'laskevassa järjestyksessä',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiointi epäonnistui',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Ei mitään',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'tekstin sisäisen kommentin loppu',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'tekstin sisäisen kommentin alku',
|
|
19
|
+
};
|
package/i18n/fr.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'ordre croissant',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Copié !',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': "Copier le lien vers l'en-tête",
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copier',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'ordre décroissant',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Copie impossible',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Néant',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'fin du commentaire contextuel',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'début du commentaire contextuel',
|
|
19
|
+
};
|
package/i18n/hr.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'uzlazno',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Kopirano!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Kopiraj poveznicu u zaglavlju',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiraj',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'silazno',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Neuspjelo kopiranje',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'nema',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'završetak za umetnuti komentar',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'početak za umetnuti komentar',
|
|
19
|
+
};
|
package/i18n/hu.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'növekvő',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Másolva!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Fejléc linkjének másolása',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Másolás',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'csökkenő',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'A másolás nem sikerült',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Nincs',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'beágyazott megjegyzés vége',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'beágyazott megjegyzés kezdete',
|
|
19
|
+
};
|
package/i18n/index.ts
ADDED
|
@@ -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';
|
package/i18n/it.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'crescente',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Copiato.',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': "Copia link nell'intestazione",
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copia',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'decrescente',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Copia non riuscita',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'nessuno',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'fine del commento in linea',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'inizio del commento in linea',
|
|
19
|
+
};
|
package/i18n/ja.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': '昇順',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'コピーしました',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': '見出しへのリンクをコピー',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'コピー',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': '降順',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'コピーできませんでした。',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'なし',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'インライン コメント終了',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'インライン コメント開始',
|
|
19
|
+
};
|
package/i18n/ko.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': '오름차순',
|
|
11
|
+
'fabric.editor.headingLink.copied': '복사되었습니다!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': '링크를 제목에 복사',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': '복사',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': '내림차순',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': '복사 실패',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': '없음',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': '인라인 댓글 끝',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': '인라인 댓글 시작',
|
|
19
|
+
};
|
package/i18n/nb.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'stigende',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Kopiert!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Kopier kobling til overskrift',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopier',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'synkende',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiering mislyktes',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ingen',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'kommentar i margen slutt',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'kommentar i margen start',
|
|
19
|
+
};
|
package/i18n/nl.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'oplopend',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Gekopieerd!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Link naar kop kopiëren',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiëren',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'aflopend',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiëren mislukt',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Geen',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'einde inline-opmerking',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'begin inline-opmerking',
|
|
19
|
+
};
|
package/i18n/pl.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'rosnąco',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Skopiowano!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Skopiuj łącze do nagłówka',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiuj',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'malejąco',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiowanie nie powiodło się',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Brak',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'koniec komentarza śródwierszowego',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'początek komentarza śródwierszowego',
|
|
19
|
+
};
|
package/i18n/pt_BR.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'ascendente',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Copiado!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Copiar link para cabeçalho',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'descendente',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Falha na cópia',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'nenhum',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'fim de comentário em linha',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'início de comentário em linha',
|
|
19
|
+
};
|
package/i18n/ru.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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.headingLink.ascSortingLabel': 'по возрастанию',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Скопировано!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Копировать ссылку в заголовок',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Скопировать',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'по убыванию',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Ошибка копирования',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Нет',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'конец встроенного комментария',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'начало встроенного комментария',
|
|
19
|
+
};
|
package/i18n/sl.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.headingLink.ascSortingLabel': 'naraščajoče',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Kopirano!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Kopiraj povezavo do naslova',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiraj',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'padajoče',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiranje ni uspelo',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'brez',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'konec komentarja v vrstici',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'začetek komentarja v vrstici',
|
|
19
|
+
};
|
package/i18n/sr_RS.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
//Serbian (Serbia) [sr-RS]
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.headingLink.ascSortingLabel': 'rastući',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Kopirano!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Kopiraj link naslova',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiraj',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'opadajući',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiranje nije uspelo',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'nijedno',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'kraj umetnutog komentara',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'početak umetnutog komentara',
|
|
19
|
+
};
|
package/i18n/sr_YR.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
//Serbian (Cyrillic) [sr-YR]
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.headingLink.ascSortingLabel': 'растући',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Копирано!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Копирај линк наслова',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Копирај',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'опадајући',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Копирање није успело',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ништа',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'крај уметнутог коментара',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'почетак уметнутог коментара',
|
|
19
|
+
};
|
package/i18n/sv.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
//Swedish
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.headingLink.ascSortingLabel': 'stigande',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'Kopierad!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'Kopiera länk till rubrik',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'Kopiera',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'fallande',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'Kopiering misslyckades',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'Ingen',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'slut på inlinekommentarer',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'start på inlinekommentarer',
|
|
19
|
+
};
|
package/i18n/th.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
//Thai (Thailand)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.headingLink.ascSortingLabel': 'จากน้อยไปหามาก',
|
|
11
|
+
'fabric.editor.headingLink.copied': 'คัดลอกแล้ว!',
|
|
12
|
+
'fabric.editor.headingLink.copyAnchorLink': 'คัดลอกลิงก์ที่เชื่อมไปยังหัวเรื่อง',
|
|
13
|
+
'fabric.editor.headingLink.copyAriaLabel': 'คัดลอก',
|
|
14
|
+
'fabric.editor.headingLink.descSortingLabel': 'จากมากไปหาน้อย',
|
|
15
|
+
'fabric.editor.headingLink.failedToCopy': 'การคัดลอกไม่สำเร็จ',
|
|
16
|
+
'fabric.editor.headingLink.noneSortingLabel': 'ไม่มี',
|
|
17
|
+
'fabric.editor.inlineComment.marker.end': 'สิ้นสุดความคิดเห็นในบรรทัด',
|
|
18
|
+
'fabric.editor.inlineComment.marker.start': 'เริ่มต้นความคิดเห็นในบรรทัด',
|
|
19
|
+
};
|