@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/cjs/i18n/nb.js
CHANGED
|
@@ -23,16 +23,13 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.alttext.validation': 'Fjern alle spesialtegn i alt-teksten.',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Verktøylinje for kommentarer',
|
|
25
25
|
'fabric.editor.backLink': 'Gå tilbake',
|
|
26
|
-
'fabric.editor.blockquote.description': 'Sett inn et sitat',
|
|
27
|
-
'fabric.editor.blockquote2': 'Sitat',
|
|
28
26
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
27
|
+
'fabric.editor.checkUncheckActionItem': 'Aktiver/deaktiver handlingselement',
|
|
29
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv et eller annet …',
|
|
30
29
|
'fabric.editor.clearAltTextEdit': 'Tøm alternativ tekst',
|
|
31
30
|
'fabric.editor.closeAltTextEdit': 'Tilbake',
|
|
32
31
|
'fabric.editor.closeFindReplaceDialog': 'Lukk',
|
|
33
32
|
'fabric.editor.closeHelpDialog': 'Lukk hjelpedialog',
|
|
34
|
-
'fabric.editor.codeblock': 'Kodebit',
|
|
35
|
-
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
36
33
|
'fabric.editor.configFailedToLoad': 'Kunne ikke lastes inn',
|
|
37
34
|
'fabric.editor.configPanel.cancel': 'Avbryt',
|
|
38
35
|
'fabric.editor.configPanel.close': 'Lukk',
|
|
@@ -52,8 +49,6 @@ var _default = {
|
|
|
52
49
|
'fabric.editor.configPanel.submit': 'Send inn',
|
|
53
50
|
'fabric.editor.createComment': 'Kommenter',
|
|
54
51
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
55
|
-
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
56
|
-
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
57
52
|
'fabric.editor.decisionPlaceholder': 'Legg til en beslutning …',
|
|
58
53
|
'fabric.editor.description': 'Beskrivelse',
|
|
59
54
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
@@ -65,25 +60,7 @@ var _default = {
|
|
|
65
60
|
'fabric.editor.editorAssistiveLabel': 'Hovedinnholdsområde, begynn å skrive for å angi tekst.',
|
|
66
61
|
'fabric.editor.editorHelp': 'Editorhjelp',
|
|
67
62
|
'fabric.editor.editors': 'Brukere med redigeringstilgang',
|
|
68
|
-
'fabric.editor.elementBrowser.help': 'Hjelp',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrasjon',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikasjon',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-innhold',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Utvikling',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Eksternt innhold',
|
|
75
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatering',
|
|
76
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
77
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigasjon',
|
|
78
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportering',
|
|
79
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Bilder og grafikk',
|
|
80
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen treff for søket ditt.',
|
|
81
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv å søke med et annet uttrykk eller oppdag nye apper for Atlassian-produkter.',
|
|
82
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforsk Atlassian Marketplace',
|
|
83
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Se gjennom',
|
|
84
63
|
'fabric.editor.error': 'Feil',
|
|
85
|
-
'fabric.editor.errorPanel': 'Feilpanel',
|
|
86
|
-
'fabric.editor.errorPanel.description': 'Trekk frem feil i et farget panel',
|
|
87
64
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, ødelegges alt som er koblet til den.',
|
|
88
65
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Slett',
|
|
89
66
|
'fabric.editor.extension.deleteElementTitle': 'Slett element',
|
|
@@ -92,26 +69,7 @@ var _default = {
|
|
|
92
69
|
'fabric.editor.findNext': 'Finn neste',
|
|
93
70
|
'fabric.editor.findPrevious': 'Finn forrige',
|
|
94
71
|
'fabric.editor.findReplaceToolbarButton': 'Finn og erstatt',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Avbryt',
|
|
96
72
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slett også tilkoblede elementer',
|
|
97
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Er du sikker?',
|
|
98
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
99
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flytende verktøylinje med kontroller er åpnet',
|
|
100
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flytende verktøylinje',
|
|
101
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Rull mot venstre',
|
|
102
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Rull mot høyre',
|
|
103
|
-
'fabric.editor.heading1': '1. overskrift',
|
|
104
|
-
'fabric.editor.heading1Description': 'Bruk dette for en overskrift på toppnivå',
|
|
105
|
-
'fabric.editor.heading2': '2. overskrift',
|
|
106
|
-
'fabric.editor.heading2Description': 'Bruk dette til viktige avsnitt',
|
|
107
|
-
'fabric.editor.heading3': '3. overskrift',
|
|
108
|
-
'fabric.editor.heading3Description': 'Bruk dette til underavsnitt og overskrifter for grupper',
|
|
109
|
-
'fabric.editor.heading4': '4. overskrift',
|
|
110
|
-
'fabric.editor.heading4Description': 'Bruk dette til dype overskrifter',
|
|
111
|
-
'fabric.editor.heading5': '5. overskrift',
|
|
112
|
-
'fabric.editor.heading5Description': 'Bruk dette til å gruppere listeelementer',
|
|
113
|
-
'fabric.editor.heading6': '6. overskrift',
|
|
114
|
-
'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
|
|
115
73
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp',
|
|
116
74
|
'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
|
|
117
75
|
'fabric.editor.image.fullWidthLabel': 'Full bredde',
|
|
@@ -123,8 +81,6 @@ var _default = {
|
|
|
123
81
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
124
82
|
'fabric.editor.indent': 'Innrykk',
|
|
125
83
|
'fabric.editor.info': 'Informasjon',
|
|
126
|
-
'fabric.editor.infoPanel': 'Informasjonspanel',
|
|
127
|
-
'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
|
|
128
84
|
'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.',
|
|
129
85
|
'fabric.editor.invalidDateError': 'Oppgi en gyldig dato',
|
|
130
86
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
@@ -146,11 +102,7 @@ var _default = {
|
|
|
146
102
|
'fabric.editor.mentionsIconLabel': 'Nevn',
|
|
147
103
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
148
104
|
'fabric.editor.noSearchResults': 'Ingen søkeresultater',
|
|
149
|
-
'fabric.editor.normal': 'Normal tekst',
|
|
150
105
|
'fabric.editor.note': 'Merknad',
|
|
151
|
-
'fabric.editor.notePanel': 'Kommentarpanel',
|
|
152
|
-
'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
|
|
153
|
-
'fabric.editor.other': 'Andre …',
|
|
154
106
|
'fabric.editor.outdent': 'Reduser innrykk',
|
|
155
107
|
'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
|
|
156
108
|
'fabric.editor.panel.emoji': 'Legg til emoji',
|
|
@@ -171,12 +123,9 @@ var _default = {
|
|
|
171
123
|
'fabric.editor.single': 'Enkeltkolonne',
|
|
172
124
|
'fabric.editor.statusPlaceholder': 'Angi en status',
|
|
173
125
|
'fabric.editor.success': 'Vellykket',
|
|
174
|
-
'fabric.editor.successPanel': 'Utførtpanel',
|
|
175
|
-
'fabric.editor.successPanel.description': 'Legg til tips i et farget panel',
|
|
176
126
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig for folk som bruker skjermlesere på grunn av redusert synsfunksjon.',
|
|
177
127
|
'fabric.editor.taskPlaceholder': 'Skriv inn handlingen. Bruk @ for å tilordne den til noen.',
|
|
178
128
|
'fabric.editor.textColor': 'Tekstfarge',
|
|
179
|
-
'fabric.editor.textStyles': 'Tekststiler',
|
|
180
129
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
181
130
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidelinjer',
|
|
182
131
|
'fabric.editor.toolbarMediaTitle': 'Legg til bilde, video eller fil',
|
|
@@ -192,8 +141,6 @@ var _default = {
|
|
|
192
141
|
'fabric.editor.typeahead.metionListItemLabel': 'Bruker {name} @{shortName}',
|
|
193
142
|
'fabric.editor.undo': 'Angre',
|
|
194
143
|
'fabric.editor.warning': 'Advarsel',
|
|
195
|
-
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
196
|
-
'fabric.editor.warningPanel.description': 'Legg til en advarsel i et farget panel',
|
|
197
144
|
'fabric.editor.wrapLeft': 'Juster til venstre',
|
|
198
145
|
'fabric.editor.wrapRight': 'Juster til høyre'
|
|
199
146
|
};
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -23,16 +23,13 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.alttext.validation': 'Verwijder speciale tekens uit alt-tekst.',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Aantekeningentaakbalk',
|
|
25
25
|
'fabric.editor.backLink': 'Terug',
|
|
26
|
-
'fabric.editor.blockquote.description': 'Voeg een citaat in',
|
|
27
|
-
'fabric.editor.blockquote2': 'Citaat',
|
|
28
26
|
'fabric.editor.captionPlaceholder': 'Bijschrift toevoegen',
|
|
27
|
+
'fabric.editor.checkUncheckActionItem': 'Actie-item in- of uitschakelen',
|
|
29
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Typ iets ...',
|
|
30
29
|
'fabric.editor.clearAltTextEdit': 'Alt-tekst wissen',
|
|
31
30
|
'fabric.editor.closeAltTextEdit': 'Terug',
|
|
32
31
|
'fabric.editor.closeFindReplaceDialog': 'Sluiten',
|
|
33
32
|
'fabric.editor.closeHelpDialog': 'Sluit helpdialoogvenster',
|
|
34
|
-
'fabric.editor.codeblock': 'Codefragment',
|
|
35
|
-
'fabric.editor.codeblock.description': 'Code tonen met syntaxismarkering',
|
|
36
33
|
'fabric.editor.configFailedToLoad': 'Fout bij het laden',
|
|
37
34
|
'fabric.editor.configPanel.cancel': 'Annuleren',
|
|
38
35
|
'fabric.editor.configPanel.close': 'Sluiten',
|
|
@@ -52,8 +49,6 @@ var _default = {
|
|
|
52
49
|
'fabric.editor.configPanel.submit': 'Verzenden',
|
|
53
50
|
'fabric.editor.createComment': 'Opmerking',
|
|
54
51
|
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
55
|
-
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
56
|
-
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
57
52
|
'fabric.editor.decisionPlaceholder': 'Beslissing toevoegen...',
|
|
58
53
|
'fabric.editor.description': 'Omschrijving',
|
|
59
54
|
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
@@ -65,25 +60,7 @@ var _default = {
|
|
|
65
60
|
'fabric.editor.editorAssistiveLabel': 'Hoofdveld content, begin met typen om tekst in te voeren.',
|
|
66
61
|
'fabric.editor.editorHelp': 'Editor-help',
|
|
67
62
|
'fabric.editor.editors': 'Editors',
|
|
68
|
-
'fabric.editor.elementBrowser.help': 'Help',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Beheer',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communicatie',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Ontwikkeling',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Externe content',
|
|
75
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Opmaak',
|
|
76
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
77
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigatie',
|
|
78
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportage',
|
|
79
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Beeldmateriaal en afbeeldingen',
|
|
80
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Er zijn geen zoekresultaten gevonden',
|
|
81
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Probeer met een andere term te zoeken of ontdek nieuwe apps voor Atlassian-producten.',
|
|
82
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace ontdekken',
|
|
83
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Bladeren',
|
|
84
63
|
'fabric.editor.error': 'Fout',
|
|
85
|
-
'fabric.editor.errorPanel': 'Foutpaneel',
|
|
86
|
-
'fabric.editor.errorPanel.description': 'Bijschrift voor fouten maken in een gekleurd paneel',
|
|
87
64
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Als je {nodeName} verwijdert, worden alle koppelingen ernaar verbroken.',
|
|
88
65
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Verwijderen',
|
|
89
66
|
'fabric.editor.extension.deleteElementTitle': 'Element verwijderen',
|
|
@@ -92,26 +69,7 @@ var _default = {
|
|
|
92
69
|
'fabric.editor.findNext': 'Volgende zoeken',
|
|
93
70
|
'fabric.editor.findPrevious': 'Vorige zoeken',
|
|
94
71
|
'fabric.editor.findReplaceToolbarButton': 'Zoeken en vervangen',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuleren',
|
|
96
72
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Ook gekoppelde elementen verwijderen',
|
|
97
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Weet je het zeker?',
|
|
98
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'Oké',
|
|
99
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Bediening voor zwevende werkbalk is geopend',
|
|
100
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Zwevende werkbalk',
|
|
101
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Scrol naar links',
|
|
102
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Scrol naar rechts',
|
|
103
|
-
'fabric.editor.heading1': 'Koptekst 1',
|
|
104
|
-
'fabric.editor.heading1Description': 'Dit gebruiken voor een kop op het hoogste niveau',
|
|
105
|
-
'fabric.editor.heading2': 'Koptekst 2',
|
|
106
|
-
'fabric.editor.heading2Description': 'Dit gebruiken voor belangrijke gedeelten',
|
|
107
|
-
'fabric.editor.heading3': 'Koptekst 3',
|
|
108
|
-
'fabric.editor.heading3Description': 'Dit gebruiken voor subsecties en groepskoppen',
|
|
109
|
-
'fabric.editor.heading4': 'Koptekst 4',
|
|
110
|
-
'fabric.editor.heading4Description': 'Dit gebruiken voor diepe koppen',
|
|
111
|
-
'fabric.editor.heading5': 'Koptekst 5',
|
|
112
|
-
'fabric.editor.heading5Description': 'Dit gebruiken voor het groeperen van lijstitems',
|
|
113
|
-
'fabric.editor.heading6': 'Koptekst 6',
|
|
114
|
-
'fabric.editor.heading6Description': 'Dit gebruiken voor koppen op laag niveau',
|
|
115
73
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster',
|
|
116
74
|
'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
|
|
117
75
|
'fabric.editor.image.fullWidthLabel': 'Volledige breedte',
|
|
@@ -123,8 +81,6 @@ var _default = {
|
|
|
123
81
|
'fabric.editor.imageBorderSubtle': 'Subtiel',
|
|
124
82
|
'fabric.editor.indent': 'Inspringen',
|
|
125
83
|
'fabric.editor.info': 'Informatie',
|
|
126
|
-
'fabric.editor.infoPanel': 'Infopaneel',
|
|
127
|
-
'fabric.editor.infoPanel.description': 'Informatie markeren in een gekleurd paneel',
|
|
128
84
|
'fabric.editor.inputQueryAssistiveTxt': 'Wanneer resultaten voor automatisch aanvullen beschikbaar zijn, kun je de pijlen naar boven en beneden gebruiken om ze te bekijken en Enter om ze te selecteren. Touch-apparaatgebruikers verkennen door middel van aanraking of met veegbewegingen.',
|
|
129
85
|
'fabric.editor.invalidDateError': 'Voer een geldige datum in',
|
|
130
86
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
|
|
@@ -146,11 +102,7 @@ var _default = {
|
|
|
146
102
|
'fabric.editor.mentionsIconLabel': 'Vermelding',
|
|
147
103
|
'fabric.editor.noResultsFound': 'Geen resultaten',
|
|
148
104
|
'fabric.editor.noSearchResults': 'Geen zoekresultaten',
|
|
149
|
-
'fabric.editor.normal': 'Normale tekst',
|
|
150
105
|
'fabric.editor.note': 'Notitie',
|
|
151
|
-
'fabric.editor.notePanel': 'Notitiepaneel',
|
|
152
|
-
'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
|
|
153
|
-
'fabric.editor.other': 'Andere…',
|
|
154
106
|
'fabric.editor.outdent': 'Inspringen verkleinen',
|
|
155
107
|
'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
|
|
156
108
|
'fabric.editor.panel.emoji': 'Emoji toevoegen',
|
|
@@ -171,12 +123,9 @@ var _default = {
|
|
|
171
123
|
'fabric.editor.single': 'Eén kolom',
|
|
172
124
|
'fabric.editor.statusPlaceholder': 'Status instellen',
|
|
173
125
|
'fabric.editor.success': 'Gelukt',
|
|
174
|
-
'fabric.editor.successPanel': 'Succespaneel',
|
|
175
|
-
'fabric.editor.successPanel.description': 'Tips toevoegen in een gekleurd paneel',
|
|
176
126
|
'fabric.editor.supportAltText': 'Alt-tekst is handig voor mensen die gebruikmaken van schermlezers vanwege visuele beperkingen.',
|
|
177
127
|
'fabric.editor.taskPlaceholder': "Geef je actie in en gebruik een '@' om de actie aan iemand toe te wijzen.",
|
|
178
128
|
'fabric.editor.textColor': 'Tekstkleur',
|
|
179
|
-
'fabric.editor.textStyles': 'Tekststijlen',
|
|
180
129
|
'fabric.editor.threeColumns': 'Drie kolommen',
|
|
181
130
|
'fabric.editor.threeColumnsWithSidebars': 'Drie kolommen met zijbalken',
|
|
182
131
|
'fabric.editor.toolbarMediaTitle': 'Afbeelding, video of bestand toevoegen',
|
|
@@ -192,8 +141,6 @@ var _default = {
|
|
|
192
141
|
'fabric.editor.typeahead.metionListItemLabel': 'Gebruiker {name} @{shortName}',
|
|
193
142
|
'fabric.editor.undo': 'Maak ongedaan',
|
|
194
143
|
'fabric.editor.warning': 'Waarschuwing',
|
|
195
|
-
'fabric.editor.warningPanel': 'Waarschuwingspaneel',
|
|
196
|
-
'fabric.editor.warningPanel.description': 'Een waarschuwing toevoegen in een gekleurd paneel',
|
|
197
144
|
'fabric.editor.wrapLeft': 'Links uitlijnen',
|
|
198
145
|
'fabric.editor.wrapRight': 'Rechts uitlijnen'
|
|
199
146
|
};
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -23,16 +23,13 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.alttext.validation': 'Usuń wszystkie znaki specjalne z tekstu alternatywnego.',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Pasek narzędzi adnotacji',
|
|
25
25
|
'fabric.editor.backLink': 'Wróć',
|
|
26
|
-
'fabric.editor.blockquote.description': 'Wstaw cytat',
|
|
27
|
-
'fabric.editor.blockquote2': 'Cytat',
|
|
28
26
|
'fabric.editor.captionPlaceholder': 'Dodaj podpis',
|
|
27
|
+
'fabric.editor.checkUncheckActionItem': 'Przełącz czynność do wykonania',
|
|
29
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Wpisz cokolwiek…',
|
|
30
29
|
'fabric.editor.clearAltTextEdit': 'Wyczyść tekst alternatywny',
|
|
31
30
|
'fabric.editor.closeAltTextEdit': 'Wstecz',
|
|
32
31
|
'fabric.editor.closeFindReplaceDialog': 'Zamknij',
|
|
33
32
|
'fabric.editor.closeHelpDialog': 'Zamknij okno dialogowe pomocy',
|
|
34
|
-
'fabric.editor.codeblock': 'Wstawka kodu',
|
|
35
|
-
'fabric.editor.codeblock.description': 'Wyświetlaj kod z wyróżnioną składnią',
|
|
36
33
|
'fabric.editor.configFailedToLoad': 'Niepowodzenie ładowania',
|
|
37
34
|
'fabric.editor.configPanel.cancel': 'Anuluj',
|
|
38
35
|
'fabric.editor.configPanel.close': 'Zamknij',
|
|
@@ -52,8 +49,6 @@ var _default = {
|
|
|
52
49
|
'fabric.editor.configPanel.submit': 'Wyślij',
|
|
53
50
|
'fabric.editor.createComment': 'Komentarz',
|
|
54
51
|
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
55
|
-
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
56
|
-
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
57
52
|
'fabric.editor.decisionPlaceholder': 'Dodaj decyzję…',
|
|
58
53
|
'fabric.editor.description': 'Opis',
|
|
59
54
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
@@ -65,25 +60,7 @@ var _default = {
|
|
|
65
60
|
'fabric.editor.editorAssistiveLabel': 'Główny obszar zawartości. Zacznij pisać, aby wprowadzić tekst.',
|
|
66
61
|
'fabric.editor.editorHelp': 'Pomoc w edytorze',
|
|
67
62
|
'fabric.editor.editors': 'Edytujący',
|
|
68
|
-
'fabric.editor.elementBrowser.help': 'Pomoc',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administracja',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Wszystko',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Komunikacja',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Zawartość Confluence',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Programowanie',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Zawartość zewnętrzna',
|
|
75
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatowanie',
|
|
76
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Multimedia',
|
|
77
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Nawigacja',
|
|
78
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Raportowanie',
|
|
79
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Elementy wizualne i obrazy',
|
|
80
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Brak wyników pasujących do wyszukiwania',
|
|
81
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Spróbuj wyszukać inny termin lub zapoznaj się z nowymi aplikacjami do produktów Atlassian.',
|
|
82
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Poznaj sklep Atlassian Marketplace',
|
|
83
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Przeglądaj',
|
|
84
63
|
'fabric.editor.error': 'Błąd',
|
|
85
|
-
'fabric.editor.errorPanel': 'Panel błędów',
|
|
86
|
-
'fabric.editor.errorPanel.description': 'Wyróżniaj błędy kolorem',
|
|
87
64
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
|
|
88
65
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Usuń',
|
|
89
66
|
'fabric.editor.extension.deleteElementTitle': 'Usuwanie elementu',
|
|
@@ -92,26 +69,7 @@ var _default = {
|
|
|
92
69
|
'fabric.editor.findNext': 'Znajdź następne',
|
|
93
70
|
'fabric.editor.findPrevious': 'Znajdź poprzednie',
|
|
94
71
|
'fabric.editor.findReplaceToolbarButton': 'Znajdź i zamień',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Anuluj',
|
|
96
72
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Usuń także połączone elementy',
|
|
97
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Czy na pewno chcesz to zrobić?',
|
|
98
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
99
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Otwarto elementy sterujące przestawnego paska narzędzi',
|
|
100
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Przestawny pasek narzędzi',
|
|
101
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Przewiń w lewo',
|
|
102
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Przewiń w prawo',
|
|
103
|
-
'fabric.editor.heading1': 'Nagłówek 1',
|
|
104
|
-
'fabric.editor.heading1Description': 'Użyj tego do nagłówka najwyższego poziomu',
|
|
105
|
-
'fabric.editor.heading2': 'Nagłówek 2',
|
|
106
|
-
'fabric.editor.heading2Description': 'Użyj tego do kluczowych sekcji',
|
|
107
|
-
'fabric.editor.heading3': 'Nagłówek 3',
|
|
108
|
-
'fabric.editor.heading3Description': 'Użyj tego do podsekcji i nagłówków grup',
|
|
109
|
-
'fabric.editor.heading4': 'Nagłówek 4',
|
|
110
|
-
'fabric.editor.heading4Description': 'Użyj tego do nagłówków głębokich',
|
|
111
|
-
'fabric.editor.heading5': 'Nagłówek 5',
|
|
112
|
-
'fabric.editor.heading5Description': 'Użyj tego do grupowania elementów list',
|
|
113
|
-
'fabric.editor.heading6': 'Nagłówek 6',
|
|
114
|
-
'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
|
|
115
73
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy',
|
|
116
74
|
'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
|
|
117
75
|
'fabric.editor.image.fullWidthLabel': 'Pełna szerokość',
|
|
@@ -123,8 +81,6 @@ var _default = {
|
|
|
123
81
|
'fabric.editor.imageBorderSubtle': 'Delikatny',
|
|
124
82
|
'fabric.editor.indent': 'Zwiększ wcięcie',
|
|
125
83
|
'fabric.editor.info': 'Informacje',
|
|
126
|
-
'fabric.editor.infoPanel': 'Panel informacyjny',
|
|
127
|
-
'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
|
|
128
84
|
'fabric.editor.inputQueryAssistiveTxt': 'Gdy są dostępne wyniki autouzupełniania, użyj strzałek w górę i w dół, aby je przeglądać, oraz klawisza Enter, aby wybrać. Użytkownicy obsługujący urządzenie dotykiem szukają opcji dotykiem lub gestami szybkiego przesuwania.',
|
|
129
85
|
'fabric.editor.invalidDateError': 'Wprowadź prawidłową datę',
|
|
130
86
|
'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}}}',
|
|
@@ -146,11 +102,7 @@ var _default = {
|
|
|
146
102
|
'fabric.editor.mentionsIconLabel': 'Wzmianka',
|
|
147
103
|
'fabric.editor.noResultsFound': 'Brak wyników',
|
|
148
104
|
'fabric.editor.noSearchResults': 'Brak wyników wyszukiwania',
|
|
149
|
-
'fabric.editor.normal': 'Normalny tekst',
|
|
150
105
|
'fabric.editor.note': 'Uwaga',
|
|
151
|
-
'fabric.editor.notePanel': 'Panel uwag',
|
|
152
|
-
'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
|
|
153
|
-
'fabric.editor.other': 'Inne...',
|
|
154
106
|
'fabric.editor.outdent': 'Zmniejsz wcięcie',
|
|
155
107
|
'fabric.editor.panel.backgroundColor': 'Kolor tła',
|
|
156
108
|
'fabric.editor.panel.emoji': 'Dodaj emoji',
|
|
@@ -171,12 +123,9 @@ var _default = {
|
|
|
171
123
|
'fabric.editor.single': 'Pojedyncza kolumna',
|
|
172
124
|
'fabric.editor.statusPlaceholder': 'Ustaw status',
|
|
173
125
|
'fabric.editor.success': 'Sukces',
|
|
174
|
-
'fabric.editor.successPanel': 'Panel sukcesów',
|
|
175
|
-
'fabric.editor.successPanel.description': 'Dodaj wskazówki w kolorze',
|
|
176
126
|
'fabric.editor.supportAltText': 'Tekst alternatywny jest przydatny dla osób z zaburzeniami widzenia, korzystających z czytników ekranowych.',
|
|
177
127
|
'fabric.editor.taskPlaceholder': 'Wprowadź swoją akcję, użyj „@”, aby przypisać ją do użytkownika.',
|
|
178
128
|
'fabric.editor.textColor': 'Kolor tekstu',
|
|
179
|
-
'fabric.editor.textStyles': 'Style tekstu',
|
|
180
129
|
'fabric.editor.threeColumns': 'Trzy kolumny',
|
|
181
130
|
'fabric.editor.threeColumnsWithSidebars': 'Trzy kolumny z paskami bocznymi',
|
|
182
131
|
'fabric.editor.toolbarMediaTitle': 'Dodaj obraz, film lub plik',
|
|
@@ -192,8 +141,6 @@ var _default = {
|
|
|
192
141
|
'fabric.editor.typeahead.metionListItemLabel': 'Użytkownik {name} — @{shortName}',
|
|
193
142
|
'fabric.editor.undo': 'Cofnij',
|
|
194
143
|
'fabric.editor.warning': 'Ostrzeżenie',
|
|
195
|
-
'fabric.editor.warningPanel': 'Panel ostrzeżeń',
|
|
196
|
-
'fabric.editor.warningPanel.description': 'Dodaj ostrzeżenie w kolorze',
|
|
197
144
|
'fabric.editor.wrapLeft': 'Zawijaj do lewej',
|
|
198
145
|
'fabric.editor.wrapRight': 'Zawijaj do prawej'
|
|
199
146
|
};
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -23,16 +23,13 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.alttext.validation': 'Remova todos os caracteres especiais em texto alt.',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Barra de ferramentas de anotação',
|
|
25
25
|
'fabric.editor.backLink': 'Voltar',
|
|
26
|
-
'fabric.editor.blockquote.description': 'Inserir cotação ou citação',
|
|
27
|
-
'fabric.editor.blockquote2': 'Citação',
|
|
28
26
|
'fabric.editor.captionPlaceholder': 'Adicionar legenda',
|
|
27
|
+
'fabric.editor.checkUncheckActionItem': 'Alternar item de ação',
|
|
29
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Digite algo…',
|
|
30
29
|
'fabric.editor.clearAltTextEdit': 'Apagar texto alt',
|
|
31
30
|
'fabric.editor.closeAltTextEdit': 'Voltar',
|
|
32
31
|
'fabric.editor.closeFindReplaceDialog': 'Fechar',
|
|
33
32
|
'fabric.editor.closeHelpDialog': 'Fechar caixa de diálogo de ajuda',
|
|
34
|
-
'fabric.editor.codeblock': 'Trecho de código',
|
|
35
|
-
'fabric.editor.codeblock.description': 'Exibir código com destaque à sintaxe',
|
|
36
33
|
'fabric.editor.configFailedToLoad': 'Falha ao carregar',
|
|
37
34
|
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
38
35
|
'fabric.editor.configPanel.close': 'Fechar',
|
|
@@ -52,8 +49,6 @@ var _default = {
|
|
|
52
49
|
'fabric.editor.configPanel.submit': 'Enviar',
|
|
53
50
|
'fabric.editor.createComment': 'Comentar',
|
|
54
51
|
'fabric.editor.createCommentInvalid': 'Você só pode comentar em texto e cabeçalhos',
|
|
55
|
-
'fabric.editor.customPanel': 'Painel personalizado',
|
|
56
|
-
'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
|
|
57
52
|
'fabric.editor.decisionPlaceholder': 'Adicionar uma decisão...',
|
|
58
53
|
'fabric.editor.description': 'Descrição',
|
|
59
54
|
'fabric.editor.dropPlaceholderLabel': 'Documento',
|
|
@@ -65,25 +60,7 @@ var _default = {
|
|
|
65
60
|
'fabric.editor.editorAssistiveLabel': 'Área de conteúdo principal, comece a digitar para inserir texto.',
|
|
66
61
|
'fabric.editor.editorHelp': 'Ajuda do editor',
|
|
67
62
|
'fabric.editor.editors': 'Editores',
|
|
68
|
-
'fabric.editor.elementBrowser.help': 'Ajuda',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administração',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Todos',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Comunicação',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Conteúdo do Confluence',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Desenvolvimento',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Conteúdo externo',
|
|
75
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatação',
|
|
76
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Mídia',
|
|
77
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegação',
|
|
78
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Relatórios',
|
|
79
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Imagens e efeitos visuais',
|
|
80
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Não encontramos nenhum resultado para sua pesquisa',
|
|
81
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Tente pesquisar com um termo diferente ou descubra novos aplicativos para produtos Atlassian.',
|
|
82
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
83
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Procurar',
|
|
84
63
|
'fabric.editor.error': 'Erro',
|
|
85
|
-
'fabric.editor.errorPanel': 'Painel de erros',
|
|
86
|
-
'fabric.editor.errorPanel.description': 'Destacar erros em um painel colorido',
|
|
87
64
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
|
|
88
65
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Excluir',
|
|
89
66
|
'fabric.editor.extension.deleteElementTitle': 'Excluir elemento',
|
|
@@ -92,26 +69,7 @@ var _default = {
|
|
|
92
69
|
'fabric.editor.findNext': 'Localizar próxima',
|
|
93
70
|
'fabric.editor.findPrevious': 'Localizar anterior',
|
|
94
71
|
'fabric.editor.findReplaceToolbarButton': 'Localizar e substituir',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
96
72
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Excluir também elementos conectados',
|
|
97
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Tem certeza?',
|
|
98
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
99
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Os controles da barra de ferramentas flutuante foram abertos',
|
|
100
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de ferramentas flutuante',
|
|
101
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Rolar para a esquerda',
|
|
102
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Rolar para a direita',
|
|
103
|
-
'fabric.editor.heading1': 'Título 1',
|
|
104
|
-
'fabric.editor.heading1Description': 'Use isso para um título de nível superior',
|
|
105
|
-
'fabric.editor.heading2': 'Título 2',
|
|
106
|
-
'fabric.editor.heading2Description': 'Use isso para seções importantes',
|
|
107
|
-
'fabric.editor.heading3': 'Título 3',
|
|
108
|
-
'fabric.editor.heading3Description': 'Use isso para subseções e títulos de grupos',
|
|
109
|
-
'fabric.editor.heading4': 'Título 4',
|
|
110
|
-
'fabric.editor.heading4Description': 'Use isso para títulos profundos',
|
|
111
|
-
'fabric.editor.heading5': 'Título 5',
|
|
112
|
-
'fabric.editor.heading5Description': 'Use isso para agrupar os itens de uma lista',
|
|
113
|
-
'fabric.editor.heading6': 'Título 6',
|
|
114
|
-
'fabric.editor.heading6Description': 'Use isso para títulos de nível inferior',
|
|
115
73
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda',
|
|
116
74
|
'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
|
|
117
75
|
'fabric.editor.image.fullWidthLabel': 'Largura total',
|
|
@@ -123,8 +81,6 @@ var _default = {
|
|
|
123
81
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
124
82
|
'fabric.editor.indent': 'Recuo',
|
|
125
83
|
'fabric.editor.info': 'Informações',
|
|
126
|
-
'fabric.editor.infoPanel': 'Painel de informações',
|
|
127
|
-
'fabric.editor.infoPanel.description': 'Destacar informações em um painel colorido',
|
|
128
84
|
'fabric.editor.inputQueryAssistiveTxt': 'Quando os resultados do preenchimento automático estiverem disponíveis, use as setas para cima e para baixo para analisar e a tecla enter para selecionar. Toque nos usuários do dispositivo, explore por toque ou com gestos de deslizar.',
|
|
129
85
|
'fabric.editor.invalidDateError': 'Informe uma data válida',
|
|
130
86
|
'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}}}',
|
|
@@ -146,11 +102,7 @@ var _default = {
|
|
|
146
102
|
'fabric.editor.mentionsIconLabel': 'Menção',
|
|
147
103
|
'fabric.editor.noResultsFound': 'Sem resultados',
|
|
148
104
|
'fabric.editor.noSearchResults': 'Nenhum resultado de pesquisa',
|
|
149
|
-
'fabric.editor.normal': 'Texto normal',
|
|
150
105
|
'fabric.editor.note': 'Observação',
|
|
151
|
-
'fabric.editor.notePanel': 'Painel de notas',
|
|
152
|
-
'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
|
|
153
|
-
'fabric.editor.other': 'Outros...',
|
|
154
106
|
'fabric.editor.outdent': 'Recuo para a esquerda',
|
|
155
107
|
'fabric.editor.panel.backgroundColor': 'Cor de fundo',
|
|
156
108
|
'fabric.editor.panel.emoji': 'Adicionar emoji',
|
|
@@ -171,12 +123,9 @@ var _default = {
|
|
|
171
123
|
'fabric.editor.single': 'Coluna única',
|
|
172
124
|
'fabric.editor.statusPlaceholder': 'Definir status',
|
|
173
125
|
'fabric.editor.success': 'Sucesso',
|
|
174
|
-
'fabric.editor.successPanel': 'Painel de sucesso',
|
|
175
|
-
'fabric.editor.successPanel.description': 'Adicionar dicas em um painel colorido',
|
|
176
126
|
'fabric.editor.supportAltText': 'O texto alt ajuda pessoas que usam leitores de tela por conta de limitações visuais.',
|
|
177
127
|
'fabric.editor.taskPlaceholder': 'Digite sua ação e use "@" para atribuí-la a alguém.',
|
|
178
128
|
'fabric.editor.textColor': 'Cor do texto',
|
|
179
|
-
'fabric.editor.textStyles': 'Estilos de texto',
|
|
180
129
|
'fabric.editor.threeColumns': 'Três colunas',
|
|
181
130
|
'fabric.editor.threeColumnsWithSidebars': 'Três colunas com barras laterais',
|
|
182
131
|
'fabric.editor.toolbarMediaTitle': 'Adicionar imagem, vídeo ou arquivo',
|
|
@@ -192,8 +141,6 @@ var _default = {
|
|
|
192
141
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuário {name} @{shortName}',
|
|
193
142
|
'fabric.editor.undo': 'Desfazer',
|
|
194
143
|
'fabric.editor.warning': 'Aviso',
|
|
195
|
-
'fabric.editor.warningPanel': 'Painel de avisos',
|
|
196
|
-
'fabric.editor.warningPanel.description': 'Adicionar uma nota de atenção em um painel colorido',
|
|
197
144
|
'fabric.editor.wrapLeft': 'Ajustar à esquerda',
|
|
198
145
|
'fabric.editor.wrapRight': 'Ajustar à direita'
|
|
199
146
|
};
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -23,16 +23,13 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.alttext.validation': 'Удалите специальные символы в alt-тексте.',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Панель инструментов для примечаний',
|
|
25
25
|
'fabric.editor.backLink': 'Назад',
|
|
26
|
-
'fabric.editor.blockquote.description': 'Вставить цитату',
|
|
27
|
-
'fabric.editor.blockquote2': 'Цитата',
|
|
28
26
|
'fabric.editor.captionPlaceholder': 'Добавьте подпись',
|
|
27
|
+
'fabric.editor.checkUncheckActionItem': 'Выбрать / отменить выбор задачи',
|
|
29
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Введите текст…',
|
|
30
29
|
'fabric.editor.clearAltTextEdit': 'Очистить альтернативный текст',
|
|
31
30
|
'fabric.editor.closeAltTextEdit': 'Назад',
|
|
32
31
|
'fabric.editor.closeFindReplaceDialog': 'Закрыть',
|
|
33
32
|
'fabric.editor.closeHelpDialog': 'Закрыть справку',
|
|
34
|
-
'fabric.editor.codeblock': 'Фрагмент кода',
|
|
35
|
-
'fabric.editor.codeblock.description': 'Выделение синтаксиса в коде',
|
|
36
33
|
'fabric.editor.configFailedToLoad': 'Не удалось загрузить файл.',
|
|
37
34
|
'fabric.editor.configPanel.cancel': 'Отмена',
|
|
38
35
|
'fabric.editor.configPanel.close': 'Закрыть',
|
|
@@ -52,8 +49,6 @@ var _default = {
|
|
|
52
49
|
'fabric.editor.configPanel.submit': 'Отправить',
|
|
53
50
|
'fabric.editor.createComment': 'Комментировать',
|
|
54
51
|
'fabric.editor.createCommentInvalid': 'Можно комментировать только текст и заголовки',
|
|
55
|
-
'fabric.editor.customPanel': 'Пользовательская панель',
|
|
56
|
-
'fabric.editor.customPanel.description': 'Добавьте примечание с эмодзи и цветным фоном',
|
|
57
52
|
'fabric.editor.decisionPlaceholder': 'Добавить решение…',
|
|
58
53
|
'fabric.editor.description': 'Описание',
|
|
59
54
|
'fabric.editor.dropPlaceholderLabel': 'Документ',
|
|
@@ -65,25 +60,7 @@ var _default = {
|
|
|
65
60
|
'fabric.editor.editorAssistiveLabel': 'Область основного содержимого. Начните печатать, чтобы ввести текст.',
|
|
66
61
|
'fabric.editor.editorHelp': 'Справка по редактору',
|
|
67
62
|
'fabric.editor.editors': 'Редакторы',
|
|
68
|
-
'fabric.editor.elementBrowser.help': 'Справка',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Администрирование',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Все',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Коммуникация',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Содержимое Confluence',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Разработка',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Внешнее содержимое',
|
|
75
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Форматирование',
|
|
76
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Медиа',
|
|
77
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Навигация',
|
|
78
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Отчеты',
|
|
79
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Схемы и изображения',
|
|
80
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'По вашему запросу ничего не найдено',
|
|
81
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Попробуйте изменить запрос или узнайте о новых приложениях для продуктов Atlassian.',
|
|
82
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Ознакомьтесь с Atlassian Marketplace',
|
|
83
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Обзор',
|
|
84
63
|
'fabric.editor.error': 'Ошибка',
|
|
85
|
-
'fabric.editor.errorPanel': 'Панель с ошибкой',
|
|
86
|
-
'fabric.editor.errorPanel.description': 'Выделить ошибки цветом',
|
|
87
64
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'При удалении элемента {nodeName} нарушится работа всего, что с ним связано.',
|
|
88
65
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Удалить',
|
|
89
66
|
'fabric.editor.extension.deleteElementTitle': 'Удаление элемента',
|
|
@@ -92,26 +69,7 @@ var _default = {
|
|
|
92
69
|
'fabric.editor.findNext': 'Найти далее',
|
|
93
70
|
'fabric.editor.findPrevious': 'Найти ранее',
|
|
94
71
|
'fabric.editor.findReplaceToolbarButton': 'Найти и заменить',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Отмена',
|
|
96
72
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Также удалить подключенные элементы',
|
|
97
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Вы уверены?',
|
|
98
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'ОК',
|
|
99
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Открыты элементы управления на перемещаемой панели инструментов',
|
|
100
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Перемещаемая панель инструментов',
|
|
101
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Прокрутить влево',
|
|
102
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Прокрутить вправо',
|
|
103
|
-
'fabric.editor.heading1': 'Заголовок 1',
|
|
104
|
-
'fabric.editor.heading1Description': 'Для заголовка верхнего уровня',
|
|
105
|
-
'fabric.editor.heading2': 'Заголовок 2',
|
|
106
|
-
'fabric.editor.heading2Description': 'Для подзаголовков',
|
|
107
|
-
'fabric.editor.heading3': 'Заголовок 3',
|
|
108
|
-
'fabric.editor.heading3Description': 'Для подразделов и групповых заголовков',
|
|
109
|
-
'fabric.editor.heading4': 'Заголовок 4',
|
|
110
|
-
'fabric.editor.heading4Description': 'Для заголовков с глубокой иерархией',
|
|
111
|
-
'fabric.editor.heading5': 'Заголовок 5',
|
|
112
|
-
'fabric.editor.heading5Description': 'Для группировки элементов списка',
|
|
113
|
-
'fabric.editor.heading6': 'Заголовок 6',
|
|
114
|
-
'fabric.editor.heading6Description': 'Для заголовков нижнего уровня',
|
|
115
73
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Открыть справку',
|
|
116
74
|
'fabric.editor.helpDialogTips': 'Это окно можно быстро открыть в любое время нажатием {keyMap}',
|
|
117
75
|
'fabric.editor.image.fullWidthLabel': 'Полная ширина',
|
|
@@ -123,8 +81,6 @@ var _default = {
|
|
|
123
81
|
'fabric.editor.imageBorderSubtle': 'Узкая',
|
|
124
82
|
'fabric.editor.indent': 'Сделать отступ',
|
|
125
83
|
'fabric.editor.info': 'Информация',
|
|
126
|
-
'fabric.editor.infoPanel': 'Информационная панель',
|
|
127
|
-
'fabric.editor.infoPanel.description': 'Выделение информации цветом',
|
|
128
84
|
'fabric.editor.inputQueryAssistiveTxt': 'Если доступны результаты автозаполнения, используйте клавиши со стрелками вверх и вниз для просмотра и клавишу Enter для выбора. Если у вас сенсорное устройство, используйте для просмотра касание и смахивание.',
|
|
129
85
|
'fabric.editor.invalidDateError': 'Введите действительную дату',
|
|
130
86
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Пригласить коллегу начать работу с {productName}} trusted {Пригласить коллегу начать работу с {productName}} other {Добавить коллегу для работы с {productName}}}',
|
|
@@ -146,11 +102,7 @@ var _default = {
|
|
|
146
102
|
'fabric.editor.mentionsIconLabel': 'Упоминание',
|
|
147
103
|
'fabric.editor.noResultsFound': 'Ничего не найдено',
|
|
148
104
|
'fabric.editor.noSearchResults': 'Ничего не найдено',
|
|
149
|
-
'fabric.editor.normal': 'Обычный текст',
|
|
150
105
|
'fabric.editor.note': 'Примечание',
|
|
151
|
-
'fabric.editor.notePanel': 'Панель примечаний',
|
|
152
|
-
'fabric.editor.notePanel.description': 'Добавить цветную заметку',
|
|
153
|
-
'fabric.editor.other': 'Прочее…',
|
|
154
106
|
'fabric.editor.outdent': 'Убрать отступ',
|
|
155
107
|
'fabric.editor.panel.backgroundColor': 'Цвет фона',
|
|
156
108
|
'fabric.editor.panel.emoji': 'Добавить эмодзи',
|
|
@@ -171,12 +123,9 @@ var _default = {
|
|
|
171
123
|
'fabric.editor.single': 'Один столбец',
|
|
172
124
|
'fabric.editor.statusPlaceholder': 'Задать статус',
|
|
173
125
|
'fabric.editor.success': 'Готово',
|
|
174
|
-
'fabric.editor.successPanel': 'Панель «Готово»',
|
|
175
|
-
'fabric.editor.successPanel.description': 'Добавить цветные подсказки',
|
|
176
126
|
'fabric.editor.supportAltText': 'Альтернативный текст предназначен для слабовидящих и незрячих людей, которые пользуются функцией озвучивания текста на экране.',
|
|
177
127
|
'fabric.editor.taskPlaceholder': 'Укажите задание и назначьте исполнителя с помощью значка «@».',
|
|
178
128
|
'fabric.editor.textColor': 'Цвет текста',
|
|
179
|
-
'fabric.editor.textStyles': 'Стили текста',
|
|
180
129
|
'fabric.editor.threeColumns': 'Три столбца',
|
|
181
130
|
'fabric.editor.threeColumnsWithSidebars': 'Три столбца с боковыми панелями',
|
|
182
131
|
'fabric.editor.toolbarMediaTitle': 'Добавить изображение, видео или файл',
|
|
@@ -192,8 +141,6 @@ var _default = {
|
|
|
192
141
|
'fabric.editor.typeahead.metionListItemLabel': 'Пользователь {name} @{shortName}',
|
|
193
142
|
'fabric.editor.undo': 'Отменить',
|
|
194
143
|
'fabric.editor.warning': 'Предупреждение',
|
|
195
|
-
'fabric.editor.warningPanel': 'Панель с предупреждением',
|
|
196
|
-
'fabric.editor.warningPanel.description': 'Добавить цветное предупреждение',
|
|
197
144
|
'fabric.editor.wrapLeft': 'Заверстать влево',
|
|
198
145
|
'fabric.editor.wrapRight': 'Заверстать вправо'
|
|
199
146
|
};
|