@atlaskit/editor-core 188.0.0 → 188.0.4
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 +13 -0
- package/dist/cjs/composable-editor/hooks/useProviderFactory.js +23 -47
- package/dist/cjs/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
- package/dist/cjs/i18n/cs.js +1 -54
- package/dist/cjs/i18n/da.js +1 -54
- package/dist/cjs/i18n/de.js +1 -54
- package/dist/cjs/i18n/en.js +1 -55
- package/dist/cjs/i18n/en_GB.js +1 -55
- package/dist/cjs/i18n/en_ZZ.js +1 -55
- package/dist/cjs/i18n/es.js +1 -54
- package/dist/cjs/i18n/fi.js +1 -54
- package/dist/cjs/i18n/fr.js +1 -54
- package/dist/cjs/i18n/hu.js +1 -54
- package/dist/cjs/i18n/it.js +1 -54
- package/dist/cjs/i18n/ja.js +1 -54
- package/dist/cjs/i18n/ko.js +1 -54
- package/dist/cjs/i18n/nb.js +1 -54
- package/dist/cjs/i18n/nl.js +1 -54
- package/dist/cjs/i18n/pl.js +1 -54
- package/dist/cjs/i18n/pt_BR.js +1 -54
- package/dist/cjs/i18n/ru.js +1 -54
- package/dist/cjs/i18n/sv.js +1 -54
- package/dist/cjs/i18n/th.js +1 -54
- package/dist/cjs/i18n/tr.js +1 -54
- package/dist/cjs/i18n/uk.js +1 -54
- package/dist/cjs/i18n/vi.js +1 -54
- package/dist/cjs/i18n/zh.js +1 -54
- package/dist/cjs/i18n/zh_TW.js +1 -54
- package/dist/cjs/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/hooks/useProviderFactory.js +32 -57
- package/dist/es2019/composable-editor/utils/getProvidersFromEditorProps.js +2 -2
- package/dist/es2019/i18n/cs.js +1 -54
- package/dist/es2019/i18n/da.js +1 -54
- package/dist/es2019/i18n/de.js +1 -54
- package/dist/es2019/i18n/en.js +1 -55
- package/dist/es2019/i18n/en_GB.js +1 -55
- package/dist/es2019/i18n/en_ZZ.js +1 -55
- package/dist/es2019/i18n/es.js +1 -54
- package/dist/es2019/i18n/fi.js +1 -54
- package/dist/es2019/i18n/fr.js +1 -54
- package/dist/es2019/i18n/hu.js +1 -54
- package/dist/es2019/i18n/it.js +1 -54
- package/dist/es2019/i18n/ja.js +1 -54
- package/dist/es2019/i18n/ko.js +1 -54
- package/dist/es2019/i18n/nb.js +1 -54
- package/dist/es2019/i18n/nl.js +1 -54
- package/dist/es2019/i18n/pl.js +1 -54
- package/dist/es2019/i18n/pt_BR.js +1 -54
- package/dist/es2019/i18n/ru.js +1 -54
- package/dist/es2019/i18n/sv.js +1 -54
- package/dist/es2019/i18n/th.js +1 -54
- package/dist/es2019/i18n/tr.js +1 -54
- package/dist/es2019/i18n/uk.js +1 -54
- package/dist/es2019/i18n/vi.js +1 -54
- package/dist/es2019/i18n/zh.js +1 -54
- package/dist/es2019/i18n/zh_TW.js +1 -54
- package/dist/es2019/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/hooks/useProviderFactory.js +24 -48
- package/dist/esm/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
- package/dist/esm/i18n/cs.js +1 -54
- package/dist/esm/i18n/da.js +1 -54
- package/dist/esm/i18n/de.js +1 -54
- package/dist/esm/i18n/en.js +1 -55
- package/dist/esm/i18n/en_GB.js +1 -55
- package/dist/esm/i18n/en_ZZ.js +1 -55
- package/dist/esm/i18n/es.js +1 -54
- package/dist/esm/i18n/fi.js +1 -54
- package/dist/esm/i18n/fr.js +1 -54
- package/dist/esm/i18n/hu.js +1 -54
- package/dist/esm/i18n/it.js +1 -54
- package/dist/esm/i18n/ja.js +1 -54
- package/dist/esm/i18n/ko.js +1 -54
- package/dist/esm/i18n/nb.js +1 -54
- package/dist/esm/i18n/nl.js +1 -54
- package/dist/esm/i18n/pl.js +1 -54
- package/dist/esm/i18n/pt_BR.js +1 -54
- package/dist/esm/i18n/ru.js +1 -54
- package/dist/esm/i18n/sv.js +1 -54
- package/dist/esm/i18n/th.js +1 -54
- package/dist/esm/i18n/tr.js +1 -54
- package/dist/esm/i18n/uk.js +1 -54
- package/dist/esm/i18n/vi.js +1 -54
- package/dist/esm/i18n/zh.js +1 -54
- package/dist/esm/i18n/zh_TW.js +1 -54
- package/dist/esm/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/composable-editor/hooks/useProviderFactory.d.ts +0 -6
- package/dist/types/i18n/cs.d.ts +1 -54
- package/dist/types/i18n/da.d.ts +1 -54
- package/dist/types/i18n/de.d.ts +1 -54
- package/dist/types/i18n/en.d.ts +1 -55
- package/dist/types/i18n/en_GB.d.ts +1 -55
- package/dist/types/i18n/en_ZZ.d.ts +1 -55
- package/dist/types/i18n/es.d.ts +1 -54
- package/dist/types/i18n/fi.d.ts +1 -54
- package/dist/types/i18n/fr.d.ts +1 -54
- package/dist/types/i18n/hu.d.ts +1 -54
- package/dist/types/i18n/it.d.ts +1 -54
- package/dist/types/i18n/ja.d.ts +1 -54
- package/dist/types/i18n/ko.d.ts +1 -54
- package/dist/types/i18n/nb.d.ts +1 -54
- package/dist/types/i18n/nl.d.ts +1 -54
- package/dist/types/i18n/pl.d.ts +1 -54
- package/dist/types/i18n/pt_BR.d.ts +1 -54
- package/dist/types/i18n/ru.d.ts +1 -54
- package/dist/types/i18n/sv.d.ts +1 -54
- package/dist/types/i18n/th.d.ts +1 -54
- package/dist/types/i18n/tr.d.ts +1 -54
- package/dist/types/i18n/uk.d.ts +1 -54
- package/dist/types/i18n/vi.d.ts +1 -54
- package/dist/types/i18n/zh.d.ts +1 -54
- package/dist/types/i18n/zh_TW.d.ts +1 -54
- package/dist/types/types/editor-props.d.ts +2 -2
- package/dist/types/utils/prepare-extension-provider.d.ts +2 -2
- package/dist/types-ts4.5/composable-editor/hooks/useProviderFactory.d.ts +0 -6
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -54
- package/dist/types-ts4.5/i18n/da.d.ts +1 -54
- package/dist/types-ts4.5/i18n/de.d.ts +1 -54
- package/dist/types-ts4.5/i18n/en.d.ts +1 -55
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -55
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -55
- package/dist/types-ts4.5/i18n/es.d.ts +1 -54
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -54
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -54
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -54
- package/dist/types-ts4.5/i18n/it.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -54
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -54
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -54
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -54
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -54
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -54
- package/dist/types-ts4.5/i18n/th.d.ts +1 -54
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -54
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -54
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -54
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -54
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -54
- package/dist/types-ts4.5/types/editor-props.d.ts +2 -2
- package/dist/types-ts4.5/utils/prepare-extension-provider.d.ts +2 -2
- package/package.json +4 -4
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Távolíts el minden speciális karaktert az alternatív szövegből.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Jegyzeteszköztár',
|
|
19
19
|
'fabric.editor.backLink': 'Vissza',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Idézet beszúrása',
|
|
21
|
-
'fabric.editor.blockquote2': 'Idézőjel',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Műveletelem átkapcsolása',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Írj be valamit…',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Alternatív szöveg eltávolítása',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Vissza',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Bezárás',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Súgóablak bezárása',
|
|
28
|
-
'fabric.editor.codeblock': 'Kódrészlet',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Kód megjelenítése szintaxiskiemeléssel',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'A betöltés nem sikerült',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Mégse',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Bezárás',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': 'Küldés',
|
|
47
44
|
'fabric.editor.createComment': 'Megjegyzés',
|
|
48
45
|
'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
|
|
49
|
-
'fabric.editor.customPanel': 'Egyéni panel',
|
|
50
|
-
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': 'Döntés hozzáadása...',
|
|
52
47
|
'fabric.editor.description': 'Leírás',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': 'Dokumentum',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': 'Fő tartalmi terület, kezdj el gépelni a szöveg beviteléhez.',
|
|
60
55
|
'fabric.editor.editorHelp': 'Szerkesztő súgója',
|
|
61
56
|
'fabric.editor.editors': 'Szerkesztők',
|
|
62
|
-
'fabric.editor.elementBrowser.help': 'Súgó',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Felügyelet',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Mind',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikáció',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence tartalom',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Fejlesztés',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Külső tartalom',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formázás',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Média',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigáció',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Jelentés',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Megjelenítések és képek',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Semmi sem felel meg a keresésednek',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Próbálj más kifejezésre keresni, vagy fedezz fel új alkalmazásokat az Atlassian termékekhez.',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace felfedezése',
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Böngészés',
|
|
78
57
|
'fabric.editor.error': 'Hiba',
|
|
79
|
-
'fabric.editor.errorPanel': 'Hiba panel',
|
|
80
|
-
'fabric.editor.errorPanel.description': 'Hibák megjelenítése színes panelen',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Törlés',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': 'Következő keresése',
|
|
87
64
|
'fabric.editor.findPrevious': 'Előző keresése',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': 'Keresés és csere',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Mégse',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'A kapcsolódó elemek is törlődjenek',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Biztos vagy benne?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Megnyitottad a lebegő eszköztárvezérlőket',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Lebegő eszköztár',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Görgetés balra',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Görgetés jobbra',
|
|
97
|
-
'fabric.editor.heading1': '1. szintű címsor',
|
|
98
|
-
'fabric.editor.heading1Description': 'Használja ezt legfelsőbb szintű címsorhoz',
|
|
99
|
-
'fabric.editor.heading2': '2. szintű címsor',
|
|
100
|
-
'fabric.editor.heading2Description': 'Használja ezt kulcsszakaszokhoz',
|
|
101
|
-
'fabric.editor.heading3': '3. szintű címsor',
|
|
102
|
-
'fabric.editor.heading3Description': 'Használja ezt alszakaszokhoz és csoportcímsorokhoz',
|
|
103
|
-
'fabric.editor.heading4': '4. szintű címsor',
|
|
104
|
-
'fabric.editor.heading4Description': 'Használja ezt mély címsorokhoz',
|
|
105
|
-
'fabric.editor.heading5': '5. szintű címsor',
|
|
106
|
-
'fabric.editor.heading5Description': 'Használja ezt listaelemek csoportosításához',
|
|
107
|
-
'fabric.editor.heading6': '6. szintű címsor',
|
|
108
|
-
'fabric.editor.heading6Description': 'Használja ezt alacsony szintű címsorokhoz',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása',
|
|
110
68
|
'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': 'Teljes szélesség',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': 'Vékony',
|
|
118
76
|
'fabric.editor.indent': 'Behúzás',
|
|
119
77
|
'fabric.editor.info': 'Információ',
|
|
120
|
-
'fabric.editor.infoPanel': 'Információs panel',
|
|
121
|
-
'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
|
|
122
78
|
'fabric.editor.inputQueryAssistiveTxt': 'Amikor elérhetők az automatikus kiegészítés eredményei, a fel- és lefelé mutató nyilakat használhatod az áttekintéshez, az Entert pedig a kiválasztáshoz. Az érintőképernyős eszközt használó felhasználók érintéssel vagy pöccintéssel ismerhetik meg őket.',
|
|
123
79
|
'fabric.editor.invalidDateError': 'Adj meg egy érvényes dátumot',
|
|
124
80
|
'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}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': 'Említés',
|
|
141
97
|
'fabric.editor.noResultsFound': 'Nincs találat',
|
|
142
98
|
'fabric.editor.noSearchResults': 'Nincsenek keresési találatok',
|
|
143
|
-
'fabric.editor.normal': 'Normál szöveg',
|
|
144
99
|
'fabric.editor.note': 'Megjegyzés',
|
|
145
|
-
'fabric.editor.notePanel': 'Megjegyzés panel',
|
|
146
|
-
'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
|
|
147
|
-
'fabric.editor.other': 'Egyebek...',
|
|
148
100
|
'fabric.editor.outdent': 'Kihúzás',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': 'Háttérszín',
|
|
150
102
|
'fabric.editor.panel.emoji': 'Emoji hozzáadása',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': 'Egy oszlop',
|
|
166
118
|
'fabric.editor.statusPlaceholder': 'Állapot beállítása',
|
|
167
119
|
'fabric.editor.success': 'Sikerült',
|
|
168
|
-
'fabric.editor.successPanel': 'Sikerült panel',
|
|
169
|
-
'fabric.editor.successPanel.description': 'Tippek hozzáadása színes panelen',
|
|
170
120
|
'fabric.editor.supportAltText': 'Az alternatív szöveg a látássérült felhasználók számára hasznos, akik képernyőolvasót használnak.',
|
|
171
121
|
'fabric.editor.taskPlaceholder': 'Írja be a műveletet. Az „@” jellel hozzárendelheti valakihez.',
|
|
172
122
|
'fabric.editor.textColor': 'Szövegszín',
|
|
173
|
-
'fabric.editor.textStyles': 'Szövegstílusok',
|
|
174
123
|
'fabric.editor.threeColumns': 'Három oszlop',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': 'Három oszlop oldalsávval',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': 'Kép, videó vagy fájl hozzáadása',
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': 'Felhasználó: {name} @{shortName}',
|
|
187
136
|
'fabric.editor.undo': 'Visszavonás',
|
|
188
137
|
'fabric.editor.warning': 'Figyelmeztetés',
|
|
189
|
-
'fabric.editor.warningPanel': 'Figyelmeztető panel',
|
|
190
|
-
'fabric.editor.warningPanel.description': 'Figyelmeztető megjegyzés hozzáadása színes panelen',
|
|
191
138
|
'fabric.editor.wrapLeft': 'Balra igazítás',
|
|
192
139
|
'fabric.editor.wrapRight': 'Jobbra igazítás'
|
|
193
140
|
};
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Rimuovi eventuali caratteri speciali dal testo alternativo.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Barra degli strumenti di annotazione',
|
|
19
19
|
'fabric.editor.backLink': 'Torna indietro',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Inserisci citazione',
|
|
21
|
-
'fabric.editor.blockquote2': 'Citazione',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': "Attiva/disattiva l'elemento di azione",
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Scrivi qualcosa…',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Cancella testo alternativo',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Indietro',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Chiudi',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Chiudi la finestra della guida',
|
|
28
|
-
'fabric.editor.codeblock': 'Frammento di codice',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'Caricamento non riuscito',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Annulla',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Chiudi',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': 'Invia',
|
|
47
44
|
'fabric.editor.createComment': 'Commento',
|
|
48
45
|
'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
|
|
49
|
-
'fabric.editor.customPanel': 'Pannello personalizzato',
|
|
50
|
-
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': 'Aggiungi una decisione…',
|
|
52
47
|
'fabric.editor.description': 'Descrizione',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': 'Documento',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': 'Area del contenuto principale; inizia a digitare per inserire il testo.',
|
|
60
55
|
'fabric.editor.editorHelp': "Guida dell'editor",
|
|
61
56
|
'fabric.editor.editors': 'Editor',
|
|
62
|
-
'fabric.editor.elementBrowser.help': 'Guida',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Amministrazione',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Tutto',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Comunicazione',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Contenuto di Confluence',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Sviluppo',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Contenuto esterno',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formattazione',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Contenuti multimediali',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigazione',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Creazione di report',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Elementi visivi e immagini',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Non ci sono risultati per la tua ricerca',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prova a ripetere la ricerca con un termine diverso o scopri nuove app per i prodotti Atlassian.',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': "Esplora l'Atlassian Marketplace",
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Sfoglia',
|
|
78
57
|
'fabric.editor.error': 'Errore',
|
|
79
|
-
'fabric.editor.errorPanel': 'Pannello errori',
|
|
80
|
-
'fabric.editor.errorPanel.description': 'Segnala gli errori in un pannello colorato',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Elimina',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': "Elimina l'elemento",
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': 'Trova successivo',
|
|
87
64
|
'fabric.editor.findPrevious': 'Trova precedente',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': 'Trova e sostituisci',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annulla',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Elimina anche gli elementi collegati',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Confermi?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Sono stati aperti i controlli della barra degli strumenti mobile',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra degli strumenti mobile',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Scorri a sinistra',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Scorri a destra',
|
|
97
|
-
'fabric.editor.heading1': 'Titolo 1',
|
|
98
|
-
'fabric.editor.heading1Description': 'Per un titolo di primo livello',
|
|
99
|
-
'fabric.editor.heading2': 'Titolo 2',
|
|
100
|
-
'fabric.editor.heading2Description': 'Per le sezioni principali',
|
|
101
|
-
'fabric.editor.heading3': 'Titolo 3',
|
|
102
|
-
'fabric.editor.heading3Description': 'Per i titoli delle sottosezioni e dei gruppi',
|
|
103
|
-
'fabric.editor.heading4': 'Titolo 4',
|
|
104
|
-
'fabric.editor.heading4Description': 'Per i titoli interni',
|
|
105
|
-
'fabric.editor.heading5': 'Titolo 5',
|
|
106
|
-
'fabric.editor.heading5Description': 'Per le voci degli elenchi',
|
|
107
|
-
'fabric.editor.heading6': 'Titolo 6',
|
|
108
|
-
'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
|
|
110
68
|
'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': 'Larghezza piena',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': 'Piccola',
|
|
118
76
|
'fabric.editor.indent': 'Rientro',
|
|
119
77
|
'fabric.editor.info': 'Info',
|
|
120
|
-
'fabric.editor.infoPanel': 'Pannello informazioni',
|
|
121
|
-
'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
|
|
122
78
|
'fabric.editor.inputQueryAssistiveTxt': 'Una volta che i risultati del completamento automatico sono disponibili, utilizza le frecce su e giù per rivedere i dati e premi Invio per selezionarli. Gli utenti di dispositivi touch possono utilizzare i movimenti di tocco o scorrimento.',
|
|
123
79
|
'fabric.editor.invalidDateError': 'Inserisci una data valida',
|
|
124
80
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': 'Menziona',
|
|
141
97
|
'fabric.editor.noResultsFound': 'Nessun risultato',
|
|
142
98
|
'fabric.editor.noSearchResults': 'Nessun risultato della ricerca',
|
|
143
|
-
'fabric.editor.normal': 'Testo normale',
|
|
144
99
|
'fabric.editor.note': 'Nota',
|
|
145
|
-
'fabric.editor.notePanel': 'Pannello note',
|
|
146
|
-
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
|
147
|
-
'fabric.editor.other': 'Altri...',
|
|
148
100
|
'fabric.editor.outdent': 'Rientro negativo',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
150
102
|
'fabric.editor.panel.emoji': 'Aggiungi emoji',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': 'Colonna singola',
|
|
166
118
|
'fabric.editor.statusPlaceholder': 'Imposta uno stato',
|
|
167
119
|
'fabric.editor.success': 'Operazione riuscita',
|
|
168
|
-
'fabric.editor.successPanel': 'Pannello operazioni completate',
|
|
169
|
-
'fabric.editor.successPanel.description': 'Aggiungi consigli in un pannello colorato',
|
|
170
120
|
'fabric.editor.supportAltText': 'Il testo alternativo è utile agli utenti con problemi di vista che utilizzano utilità per la lettura dello schermo.',
|
|
171
121
|
'fabric.editor.taskPlaceholder': 'Digita la tua azione e usa “@” per assegnarla a qualcuno.',
|
|
172
122
|
'fabric.editor.textColor': 'Colore del testo',
|
|
173
|
-
'fabric.editor.textStyles': 'Stili del testo',
|
|
174
123
|
'fabric.editor.threeColumns': 'Tre colonne',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': 'Tre colonne con barre laterali',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': "Aggiungi un'immagine, un video o un file",
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': 'Utente {name} @{shortName}',
|
|
187
136
|
'fabric.editor.undo': 'Annulla',
|
|
188
137
|
'fabric.editor.warning': 'Attenzione',
|
|
189
|
-
'fabric.editor.warningPanel': 'Pannello avvisi',
|
|
190
|
-
'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato',
|
|
191
138
|
'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
|
|
192
139
|
'fabric.editor.wrapRight': 'RItorno a capo a destra'
|
|
193
140
|
};
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': '代替テキスト内の特殊文字を削除してください。',
|
|
18
18
|
'fabric.editor.annotationToolbar': '注釈ツールバー',
|
|
19
19
|
'fabric.editor.backLink': '戻る',
|
|
20
|
-
'fabric.editor.blockquote.description': '引用文を挿入',
|
|
21
|
-
'fabric.editor.blockquote2': '引用',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'アクション アイテムを切り替える',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': '文字を入力…',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': '代替テキストをクリア',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': '戻る',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': '閉じる',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'ヘルプ ダイアログを閉じる',
|
|
28
|
-
'fabric.editor.codeblock': 'コード スニペット',
|
|
29
|
-
'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
|
|
30
27
|
'fabric.editor.configFailedToLoad': '読み込めませんでした',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'キャンセル',
|
|
32
29
|
'fabric.editor.configPanel.close': '閉じる',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': '送信',
|
|
47
44
|
'fabric.editor.createComment': 'コメント',
|
|
48
45
|
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
49
|
-
'fabric.editor.customPanel': 'カスタム パネル',
|
|
50
|
-
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': '決定事項を追加…',
|
|
52
47
|
'fabric.editor.description': '説明',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': 'ドキュメント',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': 'メイン コンテンツ領域。入力を開始してテキストを入力します。',
|
|
60
55
|
'fabric.editor.editorHelp': 'エディター ヘルプ',
|
|
61
56
|
'fabric.editor.editors': '編集者',
|
|
62
|
-
'fabric.editor.elementBrowser.help': 'ヘルプ',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'すべて',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'コミュニケーション',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence コンテンツ',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': '開発',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': '外部コンテンツ',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'フォーマット',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'メディア',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'ナビゲーション',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'レポート',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'ビジュアルと画像',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': '検索条件に一致するデータがありませんでした',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '別の用語で検索するか、アトラシアン製品の新しいアプリを探してください。',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace を見る',
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': '参照',
|
|
78
57
|
'fabric.editor.error': 'エラー',
|
|
79
|
-
'fabric.editor.errorPanel': 'エラー パネル',
|
|
80
|
-
'fabric.editor.errorPanel.description': '色付きのパネルでエラーをコールアウト',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '削除',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': '要素を削除',
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': '次を検索',
|
|
87
64
|
'fabric.editor.findPrevious': '前を検索',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': '検索と置換',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'キャンセル',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '接続されている要素も削除',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': '実行しますか?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'フローティング ツールバーのコントロールが開いています。',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'フローティング ツールバー',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': '左にスクロール',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': '右にスクロール',
|
|
97
|
-
'fabric.editor.heading1': '見出し 1',
|
|
98
|
-
'fabric.editor.heading1Description': '最上位レベルの見出しに使用',
|
|
99
|
-
'fabric.editor.heading2': '見出し 2',
|
|
100
|
-
'fabric.editor.heading2Description': 'キー セクションに使用',
|
|
101
|
-
'fabric.editor.heading3': '見出し 3',
|
|
102
|
-
'fabric.editor.heading3Description': 'サブセクションおよびグループ見出しに使用',
|
|
103
|
-
'fabric.editor.heading4': '見出し 4',
|
|
104
|
-
'fabric.editor.heading4Description': '階層見出しに使用',
|
|
105
|
-
'fabric.editor.heading5': '見出し 5',
|
|
106
|
-
'fabric.editor.heading5Description': 'リスト アイテムのグループ化に使用',
|
|
107
|
-
'fabric.editor.heading6': '見出し 6',
|
|
108
|
-
'fabric.editor.heading6Description': '下位レベルの見出しに使用',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
|
|
110
68
|
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': '全幅',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': '細い',
|
|
118
76
|
'fabric.editor.indent': 'インデント',
|
|
119
77
|
'fabric.editor.info': '情報',
|
|
120
|
-
'fabric.editor.infoPanel': '情報パネル',
|
|
121
|
-
'fabric.editor.infoPanel.description': '色付きのパネルで情報を強調',
|
|
122
78
|
'fabric.editor.inputQueryAssistiveTxt': 'オートコンプリートの結果を利用できる際は、上下の矢印キーによって確認して Enter キーを押して選択します。タッチ デバイスのユーザーは、タッチまたはスワイプして検索してください。',
|
|
123
79
|
'fabric.editor.invalidDateError': '有効な日付を入力してください',
|
|
124
80
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': 'メンション',
|
|
141
97
|
'fabric.editor.noResultsFound': '該当する結果がありません',
|
|
142
98
|
'fabric.editor.noSearchResults': '検索結果が見つかりませんでした。',
|
|
143
|
-
'fabric.editor.normal': 'ノーマル テキスト',
|
|
144
99
|
'fabric.editor.note': 'メモ',
|
|
145
|
-
'fabric.editor.notePanel': 'メモ パネル',
|
|
146
|
-
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
147
|
-
'fabric.editor.other': 'その他…',
|
|
148
100
|
'fabric.editor.outdent': 'インデント解除',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': '背景色',
|
|
150
102
|
'fabric.editor.panel.emoji': '絵文字を追加',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': '単一列',
|
|
166
118
|
'fabric.editor.statusPlaceholder': 'ステータスを設定',
|
|
167
119
|
'fabric.editor.success': '成功',
|
|
168
|
-
'fabric.editor.successPanel': '成功パネル',
|
|
169
|
-
'fabric.editor.successPanel.description': '色付きのパネルでヒントを追加',
|
|
170
120
|
'fabric.editor.supportAltText': '代替テキストは視覚障がいがあるためスクリーン リーダーを使用している人に便利な機能です。',
|
|
171
121
|
'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。',
|
|
172
122
|
'fabric.editor.textColor': 'テキストの色',
|
|
173
|
-
'fabric.editor.textStyles': 'テキスト スタイル',
|
|
174
123
|
'fabric.editor.threeColumns': '3 列',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': 'サイドバーを使用した 3 列レイアウト',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': '画像、動画、またはファイルを追加',
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': 'ユーザー {name} @{shortName}',
|
|
187
136
|
'fabric.editor.undo': '元に戻す',
|
|
188
137
|
'fabric.editor.warning': '警告',
|
|
189
|
-
'fabric.editor.warningPanel': '警告パネル',
|
|
190
|
-
'fabric.editor.warningPanel.description': '色付きのパネルで注意を促すメモを追加',
|
|
191
138
|
'fabric.editor.wrapLeft': '左揃え',
|
|
192
139
|
'fabric.editor.wrapRight': '右揃え'
|
|
193
140
|
};
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': '대체 텍스트에서 특수 문자를 지워 주세요.',
|
|
18
18
|
'fabric.editor.annotationToolbar': '주석 도구 모음',
|
|
19
19
|
'fabric.editor.backLink': '뒤로 가기',
|
|
20
|
-
'fabric.editor.blockquote.description': '인용 또는 인용구 삽입',
|
|
21
|
-
'fabric.editor.blockquote2': '인용',
|
|
22
20
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': '작업 항목 토글',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': '내용 입력...',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': '대체 텍스트 지우기',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': '뒤로',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': '닫기',
|
|
27
26
|
'fabric.editor.closeHelpDialog': '도움말 대화상자 닫기',
|
|
28
|
-
'fabric.editor.codeblock': '코드 조각',
|
|
29
|
-
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
30
27
|
'fabric.editor.configFailedToLoad': '로드하지 못했습니다',
|
|
31
28
|
'fabric.editor.configPanel.cancel': '취소',
|
|
32
29
|
'fabric.editor.configPanel.close': '닫기',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': '제출',
|
|
47
44
|
'fabric.editor.createComment': '댓글',
|
|
48
45
|
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
49
|
-
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
50
|
-
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': '결정 추가...',
|
|
52
47
|
'fabric.editor.description': '설명',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': '문서',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': '주 콘텐츠 영역입니다. 텍스트를 입력하세요.',
|
|
60
55
|
'fabric.editor.editorHelp': '편집기 도움말',
|
|
61
56
|
'fabric.editor.editors': '편집기',
|
|
62
|
-
'fabric.editor.elementBrowser.help': '도움말',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': '관리',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': '전체',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': '커뮤니케이션',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence 콘텐츠',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': '개발',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': '외부 콘텐츠',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': '서식',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': '미디어',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': '탐색',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': '보고',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': '시각 및 이미지',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': '검색과 일치하는 항목 없음',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '다른 용어로 검색하거나 Atlassian 제품의 새로운 앱을 찾아보세요.',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace 둘러보기',
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': '찾아보기',
|
|
78
57
|
'fabric.editor.error': '오류',
|
|
79
|
-
'fabric.editor.errorPanel': '오류 패널',
|
|
80
|
-
'fabric.editor.errorPanel.description': '색상 있는 패널에서 오류 호출',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '삭제',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': '다음 찾기',
|
|
87
64
|
'fabric.editor.findPrevious': '이전 찾기',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': '찾기 및 바꾸기',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': '취소',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '연결된 요소도 삭제',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': '계속하시겠습니까?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': '확인',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '플로팅 도구 모음 컨트롤이 열렸습니다',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '플로팅 도구 모음',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': '왼쪽으로 스크롤',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': '오른쪽으로 스크롤',
|
|
97
|
-
'fabric.editor.heading1': '머릿글 1',
|
|
98
|
-
'fabric.editor.heading1Description': '상위 레벨 제목에 사용',
|
|
99
|
-
'fabric.editor.heading2': '머릿글 2',
|
|
100
|
-
'fabric.editor.heading2Description': '핵심 섹션에 사용',
|
|
101
|
-
'fabric.editor.heading3': '머릿글 3',
|
|
102
|
-
'fabric.editor.heading3Description': '하위 섹션 및 그룹 머릿글에 사용',
|
|
103
|
-
'fabric.editor.heading4': '머릿글 4',
|
|
104
|
-
'fabric.editor.heading4Description': '후속 머릿글에 이것을 사용합니다.',
|
|
105
|
-
'fabric.editor.heading5': '머릿글 5',
|
|
106
|
-
'fabric.editor.heading5Description': '목록 항목의 그룹화에 사용',
|
|
107
|
-
'fabric.editor.heading6': '머릿글 6',
|
|
108
|
-
'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기',
|
|
110
68
|
'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': '전체 너비',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': '강조 없음',
|
|
118
76
|
'fabric.editor.indent': '들여쓰기',
|
|
119
77
|
'fabric.editor.info': '정보',
|
|
120
|
-
'fabric.editor.infoPanel': '정보 패널',
|
|
121
|
-
'fabric.editor.infoPanel.description': '색상 있는 패널에서 정보 강조 표시',
|
|
122
78
|
'fabric.editor.inputQueryAssistiveTxt': '자동 완성 결과를 사용할 수 있으면 위 화살표와 아래 화살표를 사용하여 검토하고 Enter 키를 눌러 선택합니다. 터치 기기 사용자는 터치 또는 스와이프 동작으로 탐색하세요.',
|
|
123
79
|
'fabric.editor.invalidDateError': '올바른 날짜를 입력하세요',
|
|
124
80
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': '멘션',
|
|
141
97
|
'fabric.editor.noResultsFound': '결과 없음',
|
|
142
98
|
'fabric.editor.noSearchResults': '검색 결과 없음',
|
|
143
|
-
'fabric.editor.normal': '일반 텍스트',
|
|
144
99
|
'fabric.editor.note': '메모',
|
|
145
|
-
'fabric.editor.notePanel': '노트 패널',
|
|
146
|
-
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
147
|
-
'fabric.editor.other': '기타...',
|
|
148
100
|
'fabric.editor.outdent': '내어쓰기',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': '배경색',
|
|
150
102
|
'fabric.editor.panel.emoji': '이모지 추가',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': '단일 열',
|
|
166
118
|
'fabric.editor.statusPlaceholder': '상태 설정',
|
|
167
119
|
'fabric.editor.success': '성공',
|
|
168
|
-
'fabric.editor.successPanel': '성공 패널',
|
|
169
|
-
'fabric.editor.successPanel.description': '색상 있는 패널에 팁 추가',
|
|
170
120
|
'fabric.editor.supportAltText': '대체 텍스트는 시각적 제약으로 인해 화면 읽기 프로그램을 사용하는 사람에게 유용합니다.',
|
|
171
121
|
'fabric.editor.taskPlaceholder': "작업을 입력하고 '@'를 사용하여 할당합니다.",
|
|
172
122
|
'fabric.editor.textColor': '텍스트 색상',
|
|
173
|
-
'fabric.editor.textStyles': '텍스트 스타일',
|
|
174
123
|
'fabric.editor.threeColumns': '세 개 열',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': '사이드바가 있는 세 개 열',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': '이미지, 동영상 또는 파일 추가',
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': '사용자 {name} @{shortName}',
|
|
187
136
|
'fabric.editor.undo': '실행 취소',
|
|
188
137
|
'fabric.editor.warning': '경고',
|
|
189
|
-
'fabric.editor.warningPanel': '경고 패널',
|
|
190
|
-
'fabric.editor.warningPanel.description': '색상 있는 패널에 주의 사항 메모 추가',
|
|
191
138
|
'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
|
|
192
139
|
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈'
|
|
193
140
|
};
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Fjern alle spesialtegn i alt-teksten.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Verktøylinje for kommentarer',
|
|
19
19
|
'fabric.editor.backLink': 'Gå tilbake',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Sett inn et sitat',
|
|
21
|
-
'fabric.editor.blockquote2': 'Sitat',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Aktiver/deaktiver handlingselement',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv et eller annet …',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Tøm alternativ tekst',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Tilbake',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Lukk',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Lukk hjelpedialog',
|
|
28
|
-
'fabric.editor.codeblock': 'Kodebit',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'Kunne ikke lastes inn',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Avbryt',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Lukk',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': 'Send inn',
|
|
47
44
|
'fabric.editor.createComment': 'Kommenter',
|
|
48
45
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
49
|
-
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
50
|
-
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': 'Legg til en beslutning …',
|
|
52
47
|
'fabric.editor.description': 'Beskrivelse',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': 'Hovedinnholdsområde, begynn å skrive for å angi tekst.',
|
|
60
55
|
'fabric.editor.editorHelp': 'Editorhjelp',
|
|
61
56
|
'fabric.editor.editors': 'Brukere med redigeringstilgang',
|
|
62
|
-
'fabric.editor.elementBrowser.help': 'Hjelp',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrasjon',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikasjon',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-innhold',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Utvikling',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Eksternt innhold',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatering',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigasjon',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportering',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Bilder og grafikk',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen treff for søket ditt.',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv å søke med et annet uttrykk eller oppdag nye apper for Atlassian-produkter.',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforsk Atlassian Marketplace',
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Se gjennom',
|
|
78
57
|
'fabric.editor.error': 'Feil',
|
|
79
|
-
'fabric.editor.errorPanel': 'Feilpanel',
|
|
80
|
-
'fabric.editor.errorPanel.description': 'Trekk frem feil i et farget panel',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, ødelegges alt som er koblet til den.',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Slett',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': 'Slett element',
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': 'Finn neste',
|
|
87
64
|
'fabric.editor.findPrevious': 'Finn forrige',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': 'Finn og erstatt',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Avbryt',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slett også tilkoblede elementer',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Er du sikker?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flytende verktøylinje med kontroller er åpnet',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flytende verktøylinje',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Rull mot venstre',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Rull mot høyre',
|
|
97
|
-
'fabric.editor.heading1': '1. overskrift',
|
|
98
|
-
'fabric.editor.heading1Description': 'Bruk dette for en overskrift på toppnivå',
|
|
99
|
-
'fabric.editor.heading2': '2. overskrift',
|
|
100
|
-
'fabric.editor.heading2Description': 'Bruk dette til viktige avsnitt',
|
|
101
|
-
'fabric.editor.heading3': '3. overskrift',
|
|
102
|
-
'fabric.editor.heading3Description': 'Bruk dette til underavsnitt og overskrifter for grupper',
|
|
103
|
-
'fabric.editor.heading4': '4. overskrift',
|
|
104
|
-
'fabric.editor.heading4Description': 'Bruk dette til dype overskrifter',
|
|
105
|
-
'fabric.editor.heading5': '5. overskrift',
|
|
106
|
-
'fabric.editor.heading5Description': 'Bruk dette til å gruppere listeelementer',
|
|
107
|
-
'fabric.editor.heading6': '6. overskrift',
|
|
108
|
-
'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp',
|
|
110
68
|
'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': 'Full bredde',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
118
76
|
'fabric.editor.indent': 'Innrykk',
|
|
119
77
|
'fabric.editor.info': 'Informasjon',
|
|
120
|
-
'fabric.editor.infoPanel': 'Informasjonspanel',
|
|
121
|
-
'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
|
|
122
78
|
'fabric.editor.inputQueryAssistiveTxt': 'Når resultater for autofullføring er tilgjengelig, bruker du pil opp og pil ned for å se gjennom og enter for å velge. Brukere av berøringsenheter kan utforske ved å berøre eller sveipe.',
|
|
123
79
|
'fabric.editor.invalidDateError': 'Oppgi en gyldig dato',
|
|
124
80
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': 'Nevn',
|
|
141
97
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
142
98
|
'fabric.editor.noSearchResults': 'Ingen søkeresultater',
|
|
143
|
-
'fabric.editor.normal': 'Normal tekst',
|
|
144
99
|
'fabric.editor.note': 'Merknad',
|
|
145
|
-
'fabric.editor.notePanel': 'Kommentarpanel',
|
|
146
|
-
'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
|
|
147
|
-
'fabric.editor.other': 'Andre …',
|
|
148
100
|
'fabric.editor.outdent': 'Reduser innrykk',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
|
|
150
102
|
'fabric.editor.panel.emoji': 'Legg til emoji',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': 'Enkeltkolonne',
|
|
166
118
|
'fabric.editor.statusPlaceholder': 'Angi en status',
|
|
167
119
|
'fabric.editor.success': 'Vellykket',
|
|
168
|
-
'fabric.editor.successPanel': 'Utførtpanel',
|
|
169
|
-
'fabric.editor.successPanel.description': 'Legg til tips i et farget panel',
|
|
170
120
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig for folk som bruker skjermlesere på grunn av redusert synsfunksjon.',
|
|
171
121
|
'fabric.editor.taskPlaceholder': 'Skriv inn handlingen. Bruk @ for å tilordne den til noen.',
|
|
172
122
|
'fabric.editor.textColor': 'Tekstfarge',
|
|
173
|
-
'fabric.editor.textStyles': 'Tekststiler',
|
|
174
123
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidelinjer',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': 'Legg til bilde, video eller fil',
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': 'Bruker {name} @{shortName}',
|
|
187
136
|
'fabric.editor.undo': 'Angre',
|
|
188
137
|
'fabric.editor.warning': 'Advarsel',
|
|
189
|
-
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
190
|
-
'fabric.editor.warningPanel.description': 'Legg til en advarsel i et farget panel',
|
|
191
138
|
'fabric.editor.wrapLeft': 'Juster til venstre',
|
|
192
139
|
'fabric.editor.wrapRight': 'Juster til høyre'
|
|
193
140
|
};
|