@atlaskit/editor-core 188.13.5 → 188.13.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/i18n/cs.js +0 -6
- package/dist/cjs/i18n/da.js +0 -6
- package/dist/cjs/i18n/de.js +0 -6
- package/dist/cjs/i18n/en.js +0 -6
- package/dist/cjs/i18n/en_GB.js +0 -6
- package/dist/cjs/i18n/en_ZZ.js +0 -6
- package/dist/cjs/i18n/es.js +0 -6
- package/dist/cjs/i18n/fi.js +0 -6
- package/dist/cjs/i18n/fr.js +0 -6
- package/dist/cjs/i18n/hu.js +0 -6
- package/dist/cjs/i18n/it.js +0 -6
- package/dist/cjs/i18n/ja.js +0 -6
- package/dist/cjs/i18n/ko.js +0 -6
- package/dist/cjs/i18n/nb.js +0 -6
- package/dist/cjs/i18n/nl.js +0 -6
- package/dist/cjs/i18n/pl.js +0 -6
- package/dist/cjs/i18n/pt_BR.js +0 -6
- package/dist/cjs/i18n/ru.js +0 -6
- package/dist/cjs/i18n/sv.js +0 -6
- package/dist/cjs/i18n/th.js +0 -6
- package/dist/cjs/i18n/tr.js +0 -6
- package/dist/cjs/i18n/uk.js +0 -6
- package/dist/cjs/i18n/vi.js +0 -6
- package/dist/cjs/i18n/zh.js +0 -6
- package/dist/cjs/i18n/zh_TW.js +0 -6
- package/dist/cjs/plugins/expand/commands.js +84 -72
- package/dist/cjs/plugins/expand/index.js +10 -5
- package/dist/cjs/plugins/expand/nodeviews/index.js +8 -5
- package/dist/cjs/plugins/expand/pm-plugins/keymap.js +2 -1
- package/dist/cjs/plugins/expand/toolbar.js +6 -2
- package/dist/cjs/plugins/feedback-dialog/index.js +7 -4
- package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +37 -32
- package/dist/cjs/plugins/tasks-and-decisions/commands.js +95 -89
- package/dist/cjs/plugins/tasks-and-decisions/index.js +10 -5
- package/dist/cjs/plugins/tasks-and-decisions/pm-plugins/input-rules.js +41 -38
- package/dist/cjs/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -1
- package/dist/cjs/plugins/tasks-and-decisions/ui/ToolbarDecision/index.js +9 -6
- package/dist/cjs/plugins/tasks-and-decisions/ui/ToolbarTask/index.js +9 -6
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +0 -6
- package/dist/es2019/i18n/da.js +0 -6
- package/dist/es2019/i18n/de.js +0 -6
- package/dist/es2019/i18n/en.js +0 -6
- package/dist/es2019/i18n/en_GB.js +0 -6
- package/dist/es2019/i18n/en_ZZ.js +0 -6
- package/dist/es2019/i18n/es.js +0 -6
- package/dist/es2019/i18n/fi.js +0 -6
- package/dist/es2019/i18n/fr.js +0 -6
- package/dist/es2019/i18n/hu.js +0 -6
- package/dist/es2019/i18n/it.js +0 -6
- package/dist/es2019/i18n/ja.js +0 -6
- package/dist/es2019/i18n/ko.js +0 -6
- package/dist/es2019/i18n/nb.js +0 -6
- package/dist/es2019/i18n/nl.js +0 -6
- package/dist/es2019/i18n/pl.js +0 -6
- package/dist/es2019/i18n/pt_BR.js +0 -6
- package/dist/es2019/i18n/ru.js +0 -6
- package/dist/es2019/i18n/sv.js +0 -6
- package/dist/es2019/i18n/th.js +0 -6
- package/dist/es2019/i18n/tr.js +0 -6
- package/dist/es2019/i18n/uk.js +0 -6
- package/dist/es2019/i18n/vi.js +0 -6
- package/dist/es2019/i18n/zh.js +0 -6
- package/dist/es2019/i18n/zh_TW.js +0 -6
- package/dist/es2019/plugins/expand/commands.js +17 -9
- package/dist/es2019/plugins/expand/index.js +11 -6
- package/dist/es2019/plugins/expand/nodeviews/index.js +8 -5
- package/dist/es2019/plugins/expand/pm-plugins/keymap.js +2 -1
- package/dist/es2019/plugins/expand/toolbar.js +7 -2
- package/dist/es2019/plugins/feedback-dialog/index.js +7 -4
- package/dist/es2019/plugins/insert-block/ui/ToolbarInsertBlock/index.js +14 -10
- package/dist/es2019/plugins/tasks-and-decisions/commands.js +7 -7
- package/dist/es2019/plugins/tasks-and-decisions/index.js +12 -5
- package/dist/es2019/plugins/tasks-and-decisions/pm-plugins/input-rules.js +8 -8
- package/dist/es2019/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -1
- package/dist/es2019/plugins/tasks-and-decisions/ui/ToolbarDecision/index.js +4 -2
- package/dist/es2019/plugins/tasks-and-decisions/ui/ToolbarTask/index.js +4 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +0 -6
- package/dist/esm/i18n/da.js +0 -6
- package/dist/esm/i18n/de.js +0 -6
- package/dist/esm/i18n/en.js +0 -6
- package/dist/esm/i18n/en_GB.js +0 -6
- package/dist/esm/i18n/en_ZZ.js +0 -6
- package/dist/esm/i18n/es.js +0 -6
- package/dist/esm/i18n/fi.js +0 -6
- package/dist/esm/i18n/fr.js +0 -6
- package/dist/esm/i18n/hu.js +0 -6
- package/dist/esm/i18n/it.js +0 -6
- package/dist/esm/i18n/ja.js +0 -6
- package/dist/esm/i18n/ko.js +0 -6
- package/dist/esm/i18n/nb.js +0 -6
- package/dist/esm/i18n/nl.js +0 -6
- package/dist/esm/i18n/pl.js +0 -6
- package/dist/esm/i18n/pt_BR.js +0 -6
- package/dist/esm/i18n/ru.js +0 -6
- package/dist/esm/i18n/sv.js +0 -6
- package/dist/esm/i18n/th.js +0 -6
- package/dist/esm/i18n/tr.js +0 -6
- package/dist/esm/i18n/uk.js +0 -6
- package/dist/esm/i18n/vi.js +0 -6
- package/dist/esm/i18n/zh.js +0 -6
- package/dist/esm/i18n/zh_TW.js +0 -6
- package/dist/esm/plugins/expand/commands.js +84 -72
- package/dist/esm/plugins/expand/index.js +11 -6
- package/dist/esm/plugins/expand/nodeviews/index.js +8 -5
- package/dist/esm/plugins/expand/pm-plugins/keymap.js +2 -1
- package/dist/esm/plugins/expand/toolbar.js +6 -2
- package/dist/esm/plugins/feedback-dialog/index.js +7 -4
- package/dist/esm/plugins/insert-block/ui/ToolbarInsertBlock/index.js +37 -32
- package/dist/esm/plugins/tasks-and-decisions/commands.js +95 -89
- package/dist/esm/plugins/tasks-and-decisions/index.js +10 -5
- package/dist/esm/plugins/tasks-and-decisions/pm-plugins/input-rules.js +40 -36
- package/dist/esm/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -1
- package/dist/esm/plugins/tasks-and-decisions/ui/ToolbarDecision/index.js +9 -6
- package/dist/esm/plugins/tasks-and-decisions/ui/ToolbarTask/index.js +9 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +0 -6
- package/dist/types/i18n/da.d.ts +0 -6
- package/dist/types/i18n/de.d.ts +0 -6
- package/dist/types/i18n/en.d.ts +0 -6
- package/dist/types/i18n/en_GB.d.ts +0 -6
- package/dist/types/i18n/en_ZZ.d.ts +0 -6
- package/dist/types/i18n/es.d.ts +0 -6
- package/dist/types/i18n/fi.d.ts +0 -6
- package/dist/types/i18n/fr.d.ts +0 -6
- package/dist/types/i18n/hu.d.ts +0 -6
- package/dist/types/i18n/it.d.ts +0 -6
- package/dist/types/i18n/ja.d.ts +0 -6
- package/dist/types/i18n/ko.d.ts +0 -6
- package/dist/types/i18n/nb.d.ts +0 -6
- package/dist/types/i18n/nl.d.ts +0 -6
- package/dist/types/i18n/pl.d.ts +0 -6
- package/dist/types/i18n/pt_BR.d.ts +0 -6
- package/dist/types/i18n/ru.d.ts +0 -6
- package/dist/types/i18n/sv.d.ts +0 -6
- package/dist/types/i18n/th.d.ts +0 -6
- package/dist/types/i18n/tr.d.ts +0 -6
- package/dist/types/i18n/uk.d.ts +0 -6
- package/dist/types/i18n/vi.d.ts +0 -6
- package/dist/types/i18n/zh.d.ts +0 -6
- package/dist/types/i18n/zh_TW.d.ts +0 -6
- package/dist/types/plugins/code-block/index.d.ts +2 -2
- package/dist/types/plugins/expand/commands.d.ts +6 -5
- package/dist/types/plugins/expand/index.d.ts +12 -5
- package/dist/types/plugins/expand/toolbar.d.ts +3 -3
- package/dist/types/plugins/feedback-dialog/index.d.ts +5 -2
- package/dist/types/plugins/insert-block/types.d.ts +13 -11
- package/dist/types/plugins/tasks-and-decisions/commands.d.ts +5 -4
- package/dist/types/plugins/tasks-and-decisions/pm-plugins/input-rules.d.ts +2 -1
- package/dist/types/plugins/tasks-and-decisions/ui/ToolbarDecision/index.d.ts +3 -0
- package/dist/types/plugins/tasks-and-decisions/ui/ToolbarTask/index.d.ts +3 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -6
- package/dist/types-ts4.5/i18n/da.d.ts +0 -6
- package/dist/types-ts4.5/i18n/de.d.ts +0 -6
- package/dist/types-ts4.5/i18n/en.d.ts +0 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -6
- package/dist/types-ts4.5/i18n/es.d.ts +0 -6
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -6
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -6
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -6
- package/dist/types-ts4.5/i18n/it.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -6
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -6
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -6
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -6
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -6
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -6
- package/dist/types-ts4.5/i18n/th.d.ts +0 -6
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -6
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -6
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -6
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -6
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -6
- package/dist/types-ts4.5/plugins/code-block/index.d.ts +2 -2
- package/dist/types-ts4.5/plugins/expand/commands.d.ts +6 -5
- package/dist/types-ts4.5/plugins/expand/index.d.ts +12 -5
- package/dist/types-ts4.5/plugins/expand/toolbar.d.ts +3 -3
- package/dist/types-ts4.5/plugins/feedback-dialog/index.d.ts +7 -2
- package/dist/types-ts4.5/plugins/insert-block/types.d.ts +13 -11
- package/dist/types-ts4.5/plugins/tasks-and-decisions/commands.d.ts +5 -4
- package/dist/types-ts4.5/plugins/tasks-and-decisions/pm-plugins/input-rules.d.ts +2 -1
- package/dist/types-ts4.5/plugins/tasks-and-decisions/ui/ToolbarDecision/index.d.ts +3 -0
- package/dist/types-ts4.5/plugins/tasks-and-decisions/ui/ToolbarTask/index.d.ts +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 188.13.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#41967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41967) [`8f6d293c321`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f6d293c321) - Decouple tasks and decisions, code block, and expand plugins from internal deprecated analytics plugin.
|
|
8
|
+
|
|
3
9
|
## 188.13.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Odeslat',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
40
40
|
'fabric.editor.edit': 'Upravit',
|
|
41
|
-
'fabric.editor.editDateText': 'Upravit datum',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Hlavní oblast obsahu. Začněte psát, abyste zadali text.',
|
|
43
42
|
'fabric.editor.editors': 'Editoři',
|
|
44
43
|
'fabric.editor.error': 'Chyba',
|
|
@@ -55,13 +54,8 @@ var _default = exports.default = {
|
|
|
55
54
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
|
|
56
55
|
'fabric.editor.indent': 'Zvětšit odsazení',
|
|
57
56
|
'fabric.editor.info': 'Informace',
|
|
58
|
-
'fabric.editor.invalidDateError': 'Zadejte platné datum.',
|
|
59
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
|
|
60
57
|
'fabric.editor.leftSidebar': 'Levý postranní panel',
|
|
61
58
|
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
62
|
-
'fabric.editor.mentionNode.label': 'Označený uživatel',
|
|
63
|
-
'fabric.editor.mentionsAddLabel': 'přidat-ikonu',
|
|
64
|
-
'fabric.editor.mentionsIconLabel': 'Zmínka',
|
|
65
59
|
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
66
60
|
'fabric.editor.note': 'Poznámka',
|
|
67
61
|
'fabric.editor.outdent': 'Zmenšit odsazení',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Send',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
40
40
|
'fabric.editor.edit': 'Redigér',
|
|
41
|
-
'fabric.editor.editDateText': 'Rediger dato',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Område for hovedindhold. Begynd at taste for at skrive tekst.',
|
|
43
42
|
'fabric.editor.editors': 'Redaktører',
|
|
44
43
|
'fabric.editor.error': 'Fejl',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
55
54
|
'fabric.editor.indent': 'Ryk ind',
|
|
56
55
|
'fabric.editor.info': 'Info',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Indtast en gyldig dato',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Venstre sidebjælke',
|
|
60
57
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Tagget bruger',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'ikon for tilføj',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Benævnelse',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
65
59
|
'fabric.editor.note': 'Note',
|
|
66
60
|
'fabric.editor.outdent': 'Ryk ud',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Senden',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
40
40
|
'fabric.editor.edit': 'Bearbeiten',
|
|
41
|
-
'fabric.editor.editDateText': 'Datum bearbeiten',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Hauptinhaltsbereich – geben Sie hier Ihren Text ein.',
|
|
43
42
|
'fabric.editor.editors': 'Editoren',
|
|
44
43
|
'fabric.editor.error': 'Fehler',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
|
|
55
54
|
'fabric.editor.indent': 'Einzug vergrößern',
|
|
56
55
|
'fabric.editor.info': 'Info',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Bitte geben Sie ein gültiges Datum ein.',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Teammitglied zu {productName} einladen} trusted {Teammitglied zu {productName} einladen} other {Teammitglied zu {productName} hinzufügen}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Linke Seitenleiste',
|
|
60
57
|
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Markierung von Benutzer',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'Hinzufügen-Symbol',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Erwähnen',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Keine Ergebnisse',
|
|
65
59
|
'fabric.editor.note': 'Hinweis',
|
|
66
60
|
'fabric.editor.outdent': 'Einzug verkleinern',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -39,7 +39,6 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.configPanel.submit': 'Submit',
|
|
40
40
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
41
41
|
'fabric.editor.edit': 'Edit',
|
|
42
|
-
'fabric.editor.editDateText': 'Edit Date',
|
|
43
42
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
44
43
|
'fabric.editor.editors': 'Editors',
|
|
45
44
|
'fabric.editor.error': 'Error',
|
|
@@ -56,13 +55,8 @@ var _default = exports.default = {
|
|
|
56
55
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
57
56
|
'fabric.editor.indent': 'Indent',
|
|
58
57
|
'fabric.editor.info': 'Info',
|
|
59
|
-
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
60
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
61
58
|
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
62
59
|
'fabric.editor.matchCase': 'Match case',
|
|
63
|
-
'fabric.editor.mentionNode.label': 'Tagged user',
|
|
64
|
-
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
65
|
-
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
66
60
|
'fabric.editor.noResultsFound': 'No results',
|
|
67
61
|
'fabric.editor.note': 'Note',
|
|
68
62
|
'fabric.editor.outdent': 'Outdent',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -39,7 +39,6 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.configPanel.submit': 'Submit',
|
|
40
40
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
41
41
|
'fabric.editor.edit': 'Edit',
|
|
42
|
-
'fabric.editor.editDateText': 'Edit Date',
|
|
43
42
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
44
43
|
'fabric.editor.editors': 'Editors',
|
|
45
44
|
'fabric.editor.error': 'Error',
|
|
@@ -56,13 +55,8 @@ var _default = exports.default = {
|
|
|
56
55
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
57
56
|
'fabric.editor.indent': 'Indent',
|
|
58
57
|
'fabric.editor.info': 'Info',
|
|
59
|
-
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
60
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
61
58
|
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
62
59
|
'fabric.editor.matchCase': 'Match case',
|
|
63
|
-
'fabric.editor.mentionNode.label': 'Tagged user',
|
|
64
|
-
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
65
|
-
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
66
60
|
'fabric.editor.noResultsFound': 'No results',
|
|
67
61
|
'fabric.editor.note': 'Note',
|
|
68
62
|
'fabric.editor.outdent': 'Outdent',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -39,7 +39,6 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.configPanel.submit': 'Submit',
|
|
40
40
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
41
41
|
'fabric.editor.edit': 'Edit',
|
|
42
|
-
'fabric.editor.editDateText': 'Edit Date',
|
|
43
42
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
44
43
|
'fabric.editor.editors': 'Editors',
|
|
45
44
|
'fabric.editor.error': 'Error',
|
|
@@ -56,13 +55,8 @@ var _default = exports.default = {
|
|
|
56
55
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
57
56
|
'fabric.editor.indent': 'Indent',
|
|
58
57
|
'fabric.editor.info': 'Info',
|
|
59
|
-
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
60
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
61
58
|
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
62
59
|
'fabric.editor.matchCase': 'Match case',
|
|
63
|
-
'fabric.editor.mentionNode.label': 'Tagged user',
|
|
64
|
-
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
65
|
-
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
66
60
|
'fabric.editor.noResultsFound': 'No results',
|
|
67
61
|
'fabric.editor.note': 'Note',
|
|
68
62
|
'fabric.editor.outdent': 'Outdent',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Enviar',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
|
|
40
40
|
'fabric.editor.edit': 'Editar',
|
|
41
|
-
'fabric.editor.editDateText': 'Editar fecha',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Área de contenido principal, empieza a escribir para introducir texto.',
|
|
43
42
|
'fabric.editor.editors': 'Editores',
|
|
44
43
|
'fabric.editor.error': 'Error',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda',
|
|
55
54
|
'fabric.editor.indent': 'Aplicar sangría',
|
|
56
55
|
'fabric.editor.info': 'Información',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Introducir una fecha válida',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita a un compañero de equipo a {productName}} trusted {Invita a un compañero de equipo a {productName}} other {Añade a un compañero de equipo a {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Barra lateral izquierda',
|
|
60
57
|
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Usuario etiquetado',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'añadir-icono',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Mención',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Sin resultados',
|
|
65
59
|
'fabric.editor.note': 'Nota',
|
|
66
60
|
'fabric.editor.outdent': 'Anular sangría',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Lähetä',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
40
40
|
'fabric.editor.edit': 'Muokkaa',
|
|
41
|
-
'fabric.editor.editDateText': 'Muokkaa päiväystä',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Pääsisältöalue, aloita kirjoittaminen, jos haluat syöttää tekstiä.',
|
|
43
42
|
'fabric.editor.editors': 'Muokkaajat',
|
|
44
43
|
'fabric.editor.error': 'Virhe',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna',
|
|
55
54
|
'fabric.editor.indent': 'Sisennys',
|
|
56
55
|
'fabric.editor.info': 'Tietoja',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Anna käypä päiväys',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Kutsu tiimikaveri tuotteeseen {productName}} trusted {Kutsu tiimikaveri tuotteeseen {productName}} other {Lisää tiimikaveri tuotteeseen {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Vasen sivupalkki',
|
|
60
57
|
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Merkitty käyttäjä',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'lisää-kuvake',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Maininta',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Ei tuloksia',
|
|
65
59
|
'fabric.editor.note': 'Huomautus',
|
|
66
60
|
'fabric.editor.outdent': 'Ulonnus',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Soumettre',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
40
40
|
'fabric.editor.edit': 'Modifier',
|
|
41
|
-
'fabric.editor.editDateText': 'Modifier la date',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Zone de contenu principale, commencez à taper pour saisir du texte.',
|
|
43
42
|
'fabric.editor.editors': 'Éditeurs',
|
|
44
43
|
'fabric.editor.error': 'Erreur',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide",
|
|
55
54
|
'fabric.editor.indent': 'Retrait positif',
|
|
56
55
|
'fabric.editor.info': 'Informations',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Saisissez une date valide',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter un coéquipier à rejoindre {productName}} trusted {Inviter un coéquipier à rejoindre {productName}} other {Ajouter un coéquipier à {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Barre latérale de gauche',
|
|
60
57
|
'fabric.editor.matchCase': 'Respecter la casse',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Utilisateur mentionné',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'icône-ajout',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Aucun résultat',
|
|
65
59
|
'fabric.editor.note': 'Note',
|
|
66
60
|
'fabric.editor.outdent': 'Retrait négatif',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Küldés',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Döntés hozzáadása...',
|
|
40
40
|
'fabric.editor.edit': 'Szerkesztés',
|
|
41
|
-
'fabric.editor.editDateText': 'Dátum szerkesztése',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Fő tartalmi terület, kezdj el gépelni a szöveg beviteléhez.',
|
|
43
42
|
'fabric.editor.editors': 'Szerkesztők',
|
|
44
43
|
'fabric.editor.error': 'Hiba',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása',
|
|
55
54
|
'fabric.editor.indent': 'Behúzás',
|
|
56
55
|
'fabric.editor.info': 'Információ',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Adj meg egy érvényes dátumot',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Csapattag meghívása a(z) {productName} termékbe} trusted {Csapattag meghívása a(z) {productName} termékbe} other {Csapattag hozzáadása a(z) {productName} termékhez}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Bal oldali oldalsáv',
|
|
60
57
|
'fabric.editor.matchCase': 'Kis- és nagybetűk megkülönböztetése',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Felhasználó felcímkézve',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'Hozzáadás ikon',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Említés',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Nincs találat',
|
|
65
59
|
'fabric.editor.note': 'Megjegyzés',
|
|
66
60
|
'fabric.editor.outdent': 'Kihúzás',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Invia',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Aggiungi una decisione…',
|
|
40
40
|
'fabric.editor.edit': 'Modifica',
|
|
41
|
-
'fabric.editor.editDateText': 'Modifica data',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Area del contenuto principale; inizia a digitare per inserire il testo.',
|
|
43
42
|
'fabric.editor.editors': 'Editor',
|
|
44
43
|
'fabric.editor.error': 'Errore',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
|
|
55
54
|
'fabric.editor.indent': 'Rientro',
|
|
56
55
|
'fabric.editor.info': 'Info',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Inserisci una data valida',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Barra laterale sinistra',
|
|
60
57
|
'fabric.editor.matchCase': 'Maiuscole/Minuscole',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Utente taggato',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'icona aggiungi',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Menziona',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Nessun risultato',
|
|
65
59
|
'fabric.editor.note': 'Nota',
|
|
66
60
|
'fabric.editor.outdent': 'Rientro negativo',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': '送信',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': '決定事項を追加…',
|
|
40
40
|
'fabric.editor.edit': '編集',
|
|
41
|
-
'fabric.editor.editDateText': '日付を編集',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'メイン コンテンツ領域。入力を開始してテキストを入力します。',
|
|
43
42
|
'fabric.editor.editors': '編集者',
|
|
44
43
|
'fabric.editor.error': 'エラー',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
|
|
55
54
|
'fabric.editor.indent': 'インデント',
|
|
56
55
|
'fabric.editor.info': '情報',
|
|
57
|
-
'fabric.editor.invalidDateError': '有効な日付を入力してください',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
59
56
|
'fabric.editor.leftSidebar': '左サイドバー',
|
|
60
57
|
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'タグ付けされたユーザー',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': '追加アイコン',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'メンション',
|
|
64
58
|
'fabric.editor.noResultsFound': '該当する結果がありません',
|
|
65
59
|
'fabric.editor.note': 'メモ',
|
|
66
60
|
'fabric.editor.outdent': 'インデント解除',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': '제출',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': '결정 추가...',
|
|
40
40
|
'fabric.editor.edit': '편집',
|
|
41
|
-
'fabric.editor.editDateText': '날짜 편집',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': '주 콘텐츠 영역입니다. 텍스트를 입력하세요.',
|
|
43
42
|
'fabric.editor.editors': '편집기',
|
|
44
43
|
'fabric.editor.error': '오류',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기',
|
|
55
54
|
'fabric.editor.indent': '들여쓰기',
|
|
56
55
|
'fabric.editor.info': '정보',
|
|
57
|
-
'fabric.editor.invalidDateError': '올바른 날짜를 입력하세요',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
59
56
|
'fabric.editor.leftSidebar': '왼쪽 사이드바',
|
|
60
57
|
'fabric.editor.matchCase': '대/소문자 구분',
|
|
61
|
-
'fabric.editor.mentionNode.label': '태그된 사용자',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': '아이콘 추가',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': '멘션',
|
|
64
58
|
'fabric.editor.noResultsFound': '결과 없음',
|
|
65
59
|
'fabric.editor.note': '메모',
|
|
66
60
|
'fabric.editor.outdent': '내어쓰기',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Send inn',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Legg til en beslutning …',
|
|
40
40
|
'fabric.editor.edit': 'Rediger',
|
|
41
|
-
'fabric.editor.editDateText': 'Rediger dato',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Hovedinnholdsområde, begynn å skrive for å angi tekst.',
|
|
43
42
|
'fabric.editor.editors': 'Brukere med redigeringstilgang',
|
|
44
43
|
'fabric.editor.error': 'Feil',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp',
|
|
55
54
|
'fabric.editor.indent': 'Innrykk',
|
|
56
55
|
'fabric.editor.info': 'Informasjon',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Oppgi en gyldig dato',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Sidelinje til venstre',
|
|
60
57
|
'fabric.editor.matchCase': 'Match store/små bokstaver',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Merket bruker',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'legg til-ikon',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Nevn',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
65
59
|
'fabric.editor.note': 'Merknad',
|
|
66
60
|
'fabric.editor.outdent': 'Reduser innrykk',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Verzenden',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Beslissing toevoegen...',
|
|
40
40
|
'fabric.editor.edit': 'Bewerken',
|
|
41
|
-
'fabric.editor.editDateText': 'Bewerkingsdatum',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Hoofdveld content, begin met typen om tekst in te voeren.',
|
|
43
42
|
'fabric.editor.editors': 'Editors',
|
|
44
43
|
'fabric.editor.error': 'Fout',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster',
|
|
55
54
|
'fabric.editor.indent': 'Inspringen',
|
|
56
55
|
'fabric.editor.info': 'Informatie',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Voer een geldige datum in',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Zijbalk aan linkerkant',
|
|
60
57
|
'fabric.editor.matchCase': 'Overeenkomende zaak',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Getagde gebruiker',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'pictogram toevoegen',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Vermelding',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Geen resultaten',
|
|
65
59
|
'fabric.editor.note': 'Notitie',
|
|
66
60
|
'fabric.editor.outdent': 'Inspringen verkleinen',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Wyślij',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Dodaj decyzję…',
|
|
40
40
|
'fabric.editor.edit': 'Edytuj',
|
|
41
|
-
'fabric.editor.editDateText': 'Data edycji',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Główny obszar zawartości. Zacznij pisać, aby wprowadzić tekst.',
|
|
43
42
|
'fabric.editor.editors': 'Edytujący',
|
|
44
43
|
'fabric.editor.error': 'Błąd',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy',
|
|
55
54
|
'fabric.editor.indent': 'Zwiększ wcięcie',
|
|
56
55
|
'fabric.editor.info': 'Informacje',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Wprowadź prawidłową datę',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Zaproś członka zespołu do produktu {productName}} trusted {Zaproś członka zespołu do produktu {productName}} other {Dodaj członka zespołu do produktu {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Lewy pasek boczny',
|
|
60
57
|
'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Oznaczony użytkownik',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'Ikona dodawania',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Wzmianka',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Brak wyników',
|
|
65
59
|
'fabric.editor.note': 'Uwaga',
|
|
66
60
|
'fabric.editor.outdent': 'Zmniejsz wcięcie',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Enviar',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Adicionar uma decisão...',
|
|
40
40
|
'fabric.editor.edit': 'Editar',
|
|
41
|
-
'fabric.editor.editDateText': 'Editar data',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Área de conteúdo principal, comece a digitar para inserir texto.',
|
|
43
42
|
'fabric.editor.editors': 'Editores',
|
|
44
43
|
'fabric.editor.error': 'Erro',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda',
|
|
55
54
|
'fabric.editor.indent': 'Recuo',
|
|
56
55
|
'fabric.editor.info': 'Informações',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Informe uma data válida',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Convidar colega de equipe para {productName}} trusted {Convidar colega de equipe para {productName}} other {Adicionar colega de equipe para {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Barra lateral esquerda',
|
|
60
57
|
'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Usuário marcado',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'ícone de adicionar',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Menção',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Sem resultados',
|
|
65
59
|
'fabric.editor.note': 'Observação',
|
|
66
60
|
'fabric.editor.outdent': 'Recuo para a esquerda',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Отправить',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Добавить решение…',
|
|
40
40
|
'fabric.editor.edit': 'Изменить',
|
|
41
|
-
'fabric.editor.editDateText': 'Редактировать дату',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Область основного содержимого. Начните печатать, чтобы ввести текст.',
|
|
43
42
|
'fabric.editor.editors': 'Редакторы',
|
|
44
43
|
'fabric.editor.error': 'Ошибка',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Открыть справку',
|
|
55
54
|
'fabric.editor.indent': 'Сделать отступ',
|
|
56
55
|
'fabric.editor.info': 'Информация',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Введите действительную дату',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Пригласить коллегу начать работу с {productName}} trusted {Пригласить коллегу начать работу с {productName}} other {Добавить коллегу для работы с {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Левая боковая панель',
|
|
60
57
|
'fabric.editor.matchCase': 'С учетом регистра',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Упомянут пользователь',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'добавить-значок',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Упоминание',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Ничего не найдено',
|
|
65
59
|
'fabric.editor.note': 'Примечание',
|
|
66
60
|
'fabric.editor.outdent': 'Убрать отступ',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Skicka in',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Lägg till ett beslut ...',
|
|
40
40
|
'fabric.editor.edit': 'Redigera',
|
|
41
|
-
'fabric.editor.editDateText': 'Redigeringsdatum',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Huvudsakligt innehållsområde, börja skriva för att ange text.',
|
|
43
42
|
'fabric.editor.editors': 'Redigerare',
|
|
44
43
|
'fabric.editor.error': 'Fel',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Öppna hjälpdialogruta',
|
|
55
54
|
'fabric.editor.indent': 'Indrag',
|
|
56
55
|
'fabric.editor.info': 'Info',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Ange ett giltigt datum',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Bjud in teammedlem till {productName}} trusted {Bjud in teammedlem till {productName}} other {Lägg till teammedlem i {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Vänster sidopanel',
|
|
60
57
|
'fabric.editor.matchCase': 'Matcha skiftläge',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Taggade användaren',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'lägg till-ikon',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Omnämnande',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Inga resultat',
|
|
65
59
|
'fabric.editor.note': 'Anteckning',
|
|
66
60
|
'fabric.editor.outdent': 'Utdrag',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'ส่ง',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'เพิ่มการตัดสินใจ…',
|
|
40
40
|
'fabric.editor.edit': 'แก้ไข',
|
|
41
|
-
'fabric.editor.editDateText': 'แก้ไขวันที่',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'พื้นที่เนื้อหาหลัก เริ่มพิมพ์เพื่อป้อนข้อความ',
|
|
43
42
|
'fabric.editor.editors': 'บรรณาธิการ',
|
|
44
43
|
'fabric.editor.error': 'ข้อผิดพลาด',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'เปิดกรอบโต้ตอบความช่วยเหลือ',
|
|
55
54
|
'fabric.editor.indent': 'ย่อหน้าเข้า',
|
|
56
55
|
'fabric.editor.info': 'ข้อมูล',
|
|
57
|
-
'fabric.editor.invalidDateError': 'ป้อนวันที่ที่ถูกต้อง',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} trusted {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} other {เพิ่มเพื่อนร่วมทีมไปยัง {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'แถบด้านซ้าย',
|
|
60
57
|
'fabric.editor.matchCase': 'รายการที่ตรงกัน',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'แท็กผู้ใช้',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'ไอคอนเพื่อเพิ่มการอ้างถึง',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'กล่าวถึง',
|
|
64
58
|
'fabric.editor.noResultsFound': 'ไม่พบผลลัพธ์',
|
|
65
59
|
'fabric.editor.note': 'บันทึก',
|
|
66
60
|
'fabric.editor.outdent': 'ย่อหน้าออก',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Gönder',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Karar ekle…',
|
|
40
40
|
'fabric.editor.edit': 'Düzenle',
|
|
41
|
-
'fabric.editor.editDateText': 'Tarihi Düzenle',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Ana içerik alanı, metin girmek için yazmaya başlayın.',
|
|
43
42
|
'fabric.editor.editors': 'Düzenleyiciler',
|
|
44
43
|
'fabric.editor.error': 'Hata',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Yardım iletişim kutusunu aç',
|
|
55
54
|
'fabric.editor.indent': 'Girintile',
|
|
56
55
|
'fabric.editor.info': 'Bilgi',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Geçerli bir tarih girin',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Takım arkadaşınızı {productName} ürününe davet edin} trusted {Takım arkadaşınızı {productName} ürününe davet edin} other {Takım arkadaşınızı {productName} ürününe ekleyin}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Sol kenar çubuğu',
|
|
60
57
|
'fabric.editor.matchCase': 'Büyük/küçük harf eşleştir',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Şu kullanıcı etiketlendi:',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'ekle-simgesi',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Bahsetme',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Sonuç yok',
|
|
65
59
|
'fabric.editor.note': 'Not',
|
|
66
60
|
'fabric.editor.outdent': 'Girintiyi azalt',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Надіслати',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Додати рішення...',
|
|
40
40
|
'fabric.editor.edit': 'Редагувати',
|
|
41
|
-
'fabric.editor.editDateText': 'Змінення дати',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Основна область вмісту: почніть вводити текст.',
|
|
43
42
|
'fabric.editor.editors': 'Редактори',
|
|
44
43
|
'fabric.editor.error': 'Помилка',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Відкрити довідку',
|
|
55
54
|
'fabric.editor.indent': 'Відступ вправо',
|
|
56
55
|
'fabric.editor.info': 'Інформація',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Введіть дійсну дату',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {Запрошення учасника команди до {productName}} trusted {Запрошення учасника команди до {productName}} other {Додавання учасника команди до {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Бічна панель ліворуч',
|
|
60
57
|
'fabric.editor.matchCase': 'Враховувати регістр',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Згаданий за допомогою тегу користувач',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'додати-значок',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Згадка',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Немає результатів',
|
|
65
59
|
'fabric.editor.note': 'Примітка',
|
|
66
60
|
'fabric.editor.outdent': 'Відступ вліво',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': 'Gửi',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': 'Thêm quyết định…',
|
|
40
40
|
'fabric.editor.edit': 'Chỉnh sửa',
|
|
41
|
-
'fabric.editor.editDateText': 'Sửa ngày',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': 'Vùng nội dung chính, bắt đầu gõ để nhập văn bản.',
|
|
43
42
|
'fabric.editor.editors': 'Người chỉnh sửa',
|
|
44
43
|
'fabric.editor.error': 'Lỗi',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Mở hộp thoại trợ giúp',
|
|
55
54
|
'fabric.editor.indent': 'Thụt lề',
|
|
56
55
|
'fabric.editor.info': 'Thông tin',
|
|
57
|
-
'fabric.editor.invalidDateError': 'Nhập ngày hợp lệ',
|
|
58
|
-
'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}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': 'Thanh bên trái',
|
|
60
57
|
'fabric.editor.matchCase': 'Khớp cách viết hoa',
|
|
61
|
-
'fabric.editor.mentionNode.label': 'Người dùng được gắn thẻ',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': 'biểu tượng thêm',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': 'Đề cập',
|
|
64
58
|
'fabric.editor.noResultsFound': 'Không có kết quả',
|
|
65
59
|
'fabric.editor.note': 'Lưu ý',
|
|
66
60
|
'fabric.editor.outdent': 'Nhô lề',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': '提交',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': '添加决定...',
|
|
40
40
|
'fabric.editor.edit': '编辑',
|
|
41
|
-
'fabric.editor.editDateText': '编辑日期',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': '主内容区域,开始键入以输入文本。',
|
|
43
42
|
'fabric.editor.editors': '编辑者',
|
|
44
43
|
'fabric.editor.error': '错误',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': '打开帮助对话框',
|
|
55
54
|
'fabric.editor.indent': '增大缩进',
|
|
56
55
|
'fabric.editor.info': '信息',
|
|
57
|
-
'fabric.editor.invalidDateError': '输入有效日期',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {邀请团队成员加入 {productName}} trusted {邀请团队成员加入 {productName}} other {将团队成员添加至 {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': '左侧栏',
|
|
60
57
|
'fabric.editor.matchCase': '匹配大小写',
|
|
61
|
-
'fabric.editor.mentionNode.label': '已标记用户',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': '“添加”图标',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': '提及',
|
|
64
58
|
'fabric.editor.noResultsFound': '无结果',
|
|
65
59
|
'fabric.editor.note': '说明',
|
|
66
60
|
'fabric.editor.outdent': '减小缩进',
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -38,7 +38,6 @@ var _default = exports.default = {
|
|
|
38
38
|
'fabric.editor.configPanel.submit': '提交',
|
|
39
39
|
'fabric.editor.decisionPlaceholder': '新增決定…',
|
|
40
40
|
'fabric.editor.edit': '編輯',
|
|
41
|
-
'fabric.editor.editDateText': '編輯日期',
|
|
42
41
|
'fabric.editor.editorAssistiveLabel': '主要內容區域,打字即可輸入文字。',
|
|
43
42
|
'fabric.editor.editors': '編輯者',
|
|
44
43
|
'fabric.editor.error': '錯誤',
|
|
@@ -54,13 +53,8 @@ var _default = exports.default = {
|
|
|
54
53
|
'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊',
|
|
55
54
|
'fabric.editor.indent': '增加縮排',
|
|
56
55
|
'fabric.editor.info': '資訊',
|
|
57
|
-
'fabric.editor.invalidDateError': '請輸入有效的日期',
|
|
58
|
-
'fabric.editor.inviteItem.title': '{userRole, select, admin {邀請團隊成員加入 {productName}} trusted {邀請團隊成員加入 {productName}} other {將團隊成員新增至 {productName}}}',
|
|
59
56
|
'fabric.editor.leftSidebar': '左側資訊看板',
|
|
60
57
|
'fabric.editor.matchCase': '大小寫須相符',
|
|
61
|
-
'fabric.editor.mentionNode.label': '已標記使用者',
|
|
62
|
-
'fabric.editor.mentionsAddLabel': '新增圖示',
|
|
63
|
-
'fabric.editor.mentionsIconLabel': '提及',
|
|
64
58
|
'fabric.editor.noResultsFound': '沒有結果',
|
|
65
59
|
'fabric.editor.note': '附註',
|
|
66
60
|
'fabric.editor.outdent': '減少縮排',
|