@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/nl.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Verwijder speciale tekens uit alt-tekst.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Aantekeningentaakbalk',
|
|
19
19
|
'fabric.editor.backLink': 'Terug',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Voeg een citaat in',
|
|
21
|
-
'fabric.editor.blockquote2': 'Citaat',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Bijschrift toevoegen',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Actie-item in- of uitschakelen',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Typ iets ...',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Alt-tekst wissen',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Terug',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Sluiten',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Sluit helpdialoogvenster',
|
|
28
|
-
'fabric.editor.codeblock': 'Codefragment',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Code tonen met syntaxismarkering',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'Fout bij het laden',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Annuleren',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Sluiten',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': 'Verzenden',
|
|
47
44
|
'fabric.editor.createComment': 'Opmerking',
|
|
48
45
|
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
49
|
-
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
50
|
-
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': 'Beslissing toevoegen...',
|
|
52
47
|
'fabric.editor.description': 'Omschrijving',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': 'Hoofdveld content, begin met typen om tekst in te voeren.',
|
|
60
55
|
'fabric.editor.editorHelp': 'Editor-help',
|
|
61
56
|
'fabric.editor.editors': 'Editors',
|
|
62
|
-
'fabric.editor.elementBrowser.help': 'Help',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Beheer',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communicatie',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Ontwikkeling',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Externe content',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Opmaak',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigatie',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportage',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Beeldmateriaal en afbeeldingen',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Er zijn geen zoekresultaten gevonden',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Probeer met een andere term te zoeken of ontdek nieuwe apps voor Atlassian-producten.',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace ontdekken',
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Bladeren',
|
|
78
57
|
'fabric.editor.error': 'Fout',
|
|
79
|
-
'fabric.editor.errorPanel': 'Foutpaneel',
|
|
80
|
-
'fabric.editor.errorPanel.description': 'Bijschrift voor fouten maken in een gekleurd paneel',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Als je {nodeName} verwijdert, worden alle koppelingen ernaar verbroken.',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Verwijderen',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': 'Element verwijderen',
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': 'Volgende zoeken',
|
|
87
64
|
'fabric.editor.findPrevious': 'Vorige zoeken',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': 'Zoeken en vervangen',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuleren',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Ook gekoppelde elementen verwijderen',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Weet je het zeker?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'Oké',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Bediening voor zwevende werkbalk is geopend',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Zwevende werkbalk',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Scrol naar links',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Scrol naar rechts',
|
|
97
|
-
'fabric.editor.heading1': 'Koptekst 1',
|
|
98
|
-
'fabric.editor.heading1Description': 'Dit gebruiken voor een kop op het hoogste niveau',
|
|
99
|
-
'fabric.editor.heading2': 'Koptekst 2',
|
|
100
|
-
'fabric.editor.heading2Description': 'Dit gebruiken voor belangrijke gedeelten',
|
|
101
|
-
'fabric.editor.heading3': 'Koptekst 3',
|
|
102
|
-
'fabric.editor.heading3Description': 'Dit gebruiken voor subsecties en groepskoppen',
|
|
103
|
-
'fabric.editor.heading4': 'Koptekst 4',
|
|
104
|
-
'fabric.editor.heading4Description': 'Dit gebruiken voor diepe koppen',
|
|
105
|
-
'fabric.editor.heading5': 'Koptekst 5',
|
|
106
|
-
'fabric.editor.heading5Description': 'Dit gebruiken voor het groeperen van lijstitems',
|
|
107
|
-
'fabric.editor.heading6': 'Koptekst 6',
|
|
108
|
-
'fabric.editor.heading6Description': 'Dit gebruiken voor koppen op laag niveau',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster',
|
|
110
68
|
'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': 'Volledige breedte',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': 'Subtiel',
|
|
118
76
|
'fabric.editor.indent': 'Inspringen',
|
|
119
77
|
'fabric.editor.info': 'Informatie',
|
|
120
|
-
'fabric.editor.infoPanel': 'Infopaneel',
|
|
121
|
-
'fabric.editor.infoPanel.description': 'Informatie markeren in een gekleurd paneel',
|
|
122
78
|
'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.',
|
|
123
79
|
'fabric.editor.invalidDateError': 'Voer een geldige datum in',
|
|
124
80
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': 'Vermelding',
|
|
141
97
|
'fabric.editor.noResultsFound': 'Geen resultaten',
|
|
142
98
|
'fabric.editor.noSearchResults': 'Geen zoekresultaten',
|
|
143
|
-
'fabric.editor.normal': 'Normale tekst',
|
|
144
99
|
'fabric.editor.note': 'Notitie',
|
|
145
|
-
'fabric.editor.notePanel': 'Notitiepaneel',
|
|
146
|
-
'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
|
|
147
|
-
'fabric.editor.other': 'Andere…',
|
|
148
100
|
'fabric.editor.outdent': 'Inspringen verkleinen',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
|
|
150
102
|
'fabric.editor.panel.emoji': 'Emoji toevoegen',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': 'Eén kolom',
|
|
166
118
|
'fabric.editor.statusPlaceholder': 'Status instellen',
|
|
167
119
|
'fabric.editor.success': 'Gelukt',
|
|
168
|
-
'fabric.editor.successPanel': 'Succespaneel',
|
|
169
|
-
'fabric.editor.successPanel.description': 'Tips toevoegen in een gekleurd paneel',
|
|
170
120
|
'fabric.editor.supportAltText': 'Alt-tekst is handig voor mensen die gebruikmaken van schermlezers vanwege visuele beperkingen.',
|
|
171
121
|
'fabric.editor.taskPlaceholder': "Geef je actie in en gebruik een '@' om de actie aan iemand toe te wijzen.",
|
|
172
122
|
'fabric.editor.textColor': 'Tekstkleur',
|
|
173
|
-
'fabric.editor.textStyles': 'Tekststijlen',
|
|
174
123
|
'fabric.editor.threeColumns': 'Drie kolommen',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': 'Drie kolommen met zijbalken',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': 'Afbeelding, video of bestand toevoegen',
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': 'Gebruiker {name} @{shortName}',
|
|
187
136
|
'fabric.editor.undo': 'Maak ongedaan',
|
|
188
137
|
'fabric.editor.warning': 'Waarschuwing',
|
|
189
|
-
'fabric.editor.warningPanel': 'Waarschuwingspaneel',
|
|
190
|
-
'fabric.editor.warningPanel.description': 'Een waarschuwing toevoegen in een gekleurd paneel',
|
|
191
138
|
'fabric.editor.wrapLeft': 'Links uitlijnen',
|
|
192
139
|
'fabric.editor.wrapRight': 'Rechts uitlijnen'
|
|
193
140
|
};
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Usuń wszystkie znaki specjalne z tekstu alternatywnego.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Pasek narzędzi adnotacji',
|
|
19
19
|
'fabric.editor.backLink': 'Wróć',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Wstaw cytat',
|
|
21
|
-
'fabric.editor.blockquote2': 'Cytat',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Dodaj podpis',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Przełącz czynność do wykonania',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Wpisz cokolwiek…',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Wyczyść tekst alternatywny',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Wstecz',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Zamknij',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Zamknij okno dialogowe pomocy',
|
|
28
|
-
'fabric.editor.codeblock': 'Wstawka kodu',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Wyświetlaj kod z wyróżnioną składnią',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'Niepowodzenie ładowania',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Anuluj',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Zamknij',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': 'Wyślij',
|
|
47
44
|
'fabric.editor.createComment': 'Komentarz',
|
|
48
45
|
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
49
|
-
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
50
|
-
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': 'Dodaj decyzję…',
|
|
52
47
|
'fabric.editor.description': 'Opis',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': 'Główny obszar zawartości. Zacznij pisać, aby wprowadzić tekst.',
|
|
60
55
|
'fabric.editor.editorHelp': 'Pomoc w edytorze',
|
|
61
56
|
'fabric.editor.editors': 'Edytujący',
|
|
62
|
-
'fabric.editor.elementBrowser.help': 'Pomoc',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administracja',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Wszystko',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Komunikacja',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Zawartość Confluence',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Programowanie',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Zawartość zewnętrzna',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatowanie',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Multimedia',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Nawigacja',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Raportowanie',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Elementy wizualne i obrazy',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Brak wyników pasujących do wyszukiwania',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Spróbuj wyszukać inny termin lub zapoznaj się z nowymi aplikacjami do produktów Atlassian.',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Poznaj sklep Atlassian Marketplace',
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Przeglądaj',
|
|
78
57
|
'fabric.editor.error': 'Błąd',
|
|
79
|
-
'fabric.editor.errorPanel': 'Panel błędów',
|
|
80
|
-
'fabric.editor.errorPanel.description': 'Wyróżniaj błędy kolorem',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Usuń',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': 'Usuwanie elementu',
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': 'Znajdź następne',
|
|
87
64
|
'fabric.editor.findPrevious': 'Znajdź poprzednie',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': 'Znajdź i zamień',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Anuluj',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Usuń także połączone elementy',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Czy na pewno chcesz to zrobić?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Otwarto elementy sterujące przestawnego paska narzędzi',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Przestawny pasek narzędzi',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Przewiń w lewo',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Przewiń w prawo',
|
|
97
|
-
'fabric.editor.heading1': 'Nagłówek 1',
|
|
98
|
-
'fabric.editor.heading1Description': 'Użyj tego do nagłówka najwyższego poziomu',
|
|
99
|
-
'fabric.editor.heading2': 'Nagłówek 2',
|
|
100
|
-
'fabric.editor.heading2Description': 'Użyj tego do kluczowych sekcji',
|
|
101
|
-
'fabric.editor.heading3': 'Nagłówek 3',
|
|
102
|
-
'fabric.editor.heading3Description': 'Użyj tego do podsekcji i nagłówków grup',
|
|
103
|
-
'fabric.editor.heading4': 'Nagłówek 4',
|
|
104
|
-
'fabric.editor.heading4Description': 'Użyj tego do nagłówków głębokich',
|
|
105
|
-
'fabric.editor.heading5': 'Nagłówek 5',
|
|
106
|
-
'fabric.editor.heading5Description': 'Użyj tego do grupowania elementów list',
|
|
107
|
-
'fabric.editor.heading6': 'Nagłówek 6',
|
|
108
|
-
'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy',
|
|
110
68
|
'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': 'Pełna szerokość',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': 'Delikatny',
|
|
118
76
|
'fabric.editor.indent': 'Zwiększ wcięcie',
|
|
119
77
|
'fabric.editor.info': 'Informacje',
|
|
120
|
-
'fabric.editor.infoPanel': 'Panel informacyjny',
|
|
121
|
-
'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
|
|
122
78
|
'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.',
|
|
123
79
|
'fabric.editor.invalidDateError': 'Wprowadź prawidłową datę',
|
|
124
80
|
'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}}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': 'Wzmianka',
|
|
141
97
|
'fabric.editor.noResultsFound': 'Brak wyników',
|
|
142
98
|
'fabric.editor.noSearchResults': 'Brak wyników wyszukiwania',
|
|
143
|
-
'fabric.editor.normal': 'Normalny tekst',
|
|
144
99
|
'fabric.editor.note': 'Uwaga',
|
|
145
|
-
'fabric.editor.notePanel': 'Panel uwag',
|
|
146
|
-
'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
|
|
147
|
-
'fabric.editor.other': 'Inne...',
|
|
148
100
|
'fabric.editor.outdent': 'Zmniejsz wcięcie',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': 'Kolor tła',
|
|
150
102
|
'fabric.editor.panel.emoji': 'Dodaj emoji',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': 'Pojedyncza kolumna',
|
|
166
118
|
'fabric.editor.statusPlaceholder': 'Ustaw status',
|
|
167
119
|
'fabric.editor.success': 'Sukces',
|
|
168
|
-
'fabric.editor.successPanel': 'Panel sukcesów',
|
|
169
|
-
'fabric.editor.successPanel.description': 'Dodaj wskazówki w kolorze',
|
|
170
120
|
'fabric.editor.supportAltText': 'Tekst alternatywny jest przydatny dla osób z zaburzeniami widzenia, korzystających z czytników ekranowych.',
|
|
171
121
|
'fabric.editor.taskPlaceholder': 'Wprowadź swoją akcję, użyj „@”, aby przypisać ją do użytkownika.',
|
|
172
122
|
'fabric.editor.textColor': 'Kolor tekstu',
|
|
173
|
-
'fabric.editor.textStyles': 'Style tekstu',
|
|
174
123
|
'fabric.editor.threeColumns': 'Trzy kolumny',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': 'Trzy kolumny z paskami bocznymi',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': 'Dodaj obraz, film lub plik',
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': 'Użytkownik {name} — @{shortName}',
|
|
187
136
|
'fabric.editor.undo': 'Cofnij',
|
|
188
137
|
'fabric.editor.warning': 'Ostrzeżenie',
|
|
189
|
-
'fabric.editor.warningPanel': 'Panel ostrzeżeń',
|
|
190
|
-
'fabric.editor.warningPanel.description': 'Dodaj ostrzeżenie w kolorze',
|
|
191
138
|
'fabric.editor.wrapLeft': 'Zawijaj do lewej',
|
|
192
139
|
'fabric.editor.wrapRight': 'Zawijaj do prawej'
|
|
193
140
|
};
|
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Remova todos os caracteres especiais em texto alt.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Barra de ferramentas de anotação',
|
|
19
19
|
'fabric.editor.backLink': 'Voltar',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Inserir cotação ou citação',
|
|
21
|
-
'fabric.editor.blockquote2': 'Citação',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Adicionar legenda',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Alternar item de ação',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Digite algo…',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Apagar texto alt',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Voltar',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Fechar',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Fechar caixa de diálogo de ajuda',
|
|
28
|
-
'fabric.editor.codeblock': 'Trecho de código',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Exibir código com destaque à sintaxe',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'Falha ao carregar',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Fechar',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': 'Enviar',
|
|
47
44
|
'fabric.editor.createComment': 'Comentar',
|
|
48
45
|
'fabric.editor.createCommentInvalid': 'Você só pode comentar em texto e cabeçalhos',
|
|
49
|
-
'fabric.editor.customPanel': 'Painel personalizado',
|
|
50
|
-
'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': 'Adicionar uma decisão...',
|
|
52
47
|
'fabric.editor.description': 'Descrição',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': 'Documento',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': 'Área de conteúdo principal, comece a digitar para inserir texto.',
|
|
60
55
|
'fabric.editor.editorHelp': 'Ajuda do editor',
|
|
61
56
|
'fabric.editor.editors': 'Editores',
|
|
62
|
-
'fabric.editor.elementBrowser.help': 'Ajuda',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administração',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Todos',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Comunicação',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Conteúdo do Confluence',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Desenvolvimento',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Conteúdo externo',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatação',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Mídia',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegação',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Relatórios',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Imagens e efeitos visuais',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Não encontramos nenhum resultado para sua pesquisa',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Tente pesquisar com um termo diferente ou descubra novos aplicativos para produtos Atlassian.',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Procurar',
|
|
78
57
|
'fabric.editor.error': 'Erro',
|
|
79
|
-
'fabric.editor.errorPanel': 'Painel de erros',
|
|
80
|
-
'fabric.editor.errorPanel.description': 'Destacar erros em um painel colorido',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Excluir',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': 'Excluir elemento',
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': 'Localizar próxima',
|
|
87
64
|
'fabric.editor.findPrevious': 'Localizar anterior',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': 'Localizar e substituir',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Excluir também elementos conectados',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Tem certeza?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Os controles da barra de ferramentas flutuante foram abertos',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de ferramentas flutuante',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Rolar para a esquerda',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Rolar para a direita',
|
|
97
|
-
'fabric.editor.heading1': 'Título 1',
|
|
98
|
-
'fabric.editor.heading1Description': 'Use isso para um título de nível superior',
|
|
99
|
-
'fabric.editor.heading2': 'Título 2',
|
|
100
|
-
'fabric.editor.heading2Description': 'Use isso para seções importantes',
|
|
101
|
-
'fabric.editor.heading3': 'Título 3',
|
|
102
|
-
'fabric.editor.heading3Description': 'Use isso para subseções e títulos de grupos',
|
|
103
|
-
'fabric.editor.heading4': 'Título 4',
|
|
104
|
-
'fabric.editor.heading4Description': 'Use isso para títulos profundos',
|
|
105
|
-
'fabric.editor.heading5': 'Título 5',
|
|
106
|
-
'fabric.editor.heading5Description': 'Use isso para agrupar os itens de uma lista',
|
|
107
|
-
'fabric.editor.heading6': 'Título 6',
|
|
108
|
-
'fabric.editor.heading6Description': 'Use isso para títulos de nível inferior',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda',
|
|
110
68
|
'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': 'Largura total',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
118
76
|
'fabric.editor.indent': 'Recuo',
|
|
119
77
|
'fabric.editor.info': 'Informações',
|
|
120
|
-
'fabric.editor.infoPanel': 'Painel de informações',
|
|
121
|
-
'fabric.editor.infoPanel.description': 'Destacar informações em um painel colorido',
|
|
122
78
|
'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.',
|
|
123
79
|
'fabric.editor.invalidDateError': 'Informe uma data válida',
|
|
124
80
|
'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}}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': 'Menção',
|
|
141
97
|
'fabric.editor.noResultsFound': 'Sem resultados',
|
|
142
98
|
'fabric.editor.noSearchResults': 'Nenhum resultado de pesquisa',
|
|
143
|
-
'fabric.editor.normal': 'Texto normal',
|
|
144
99
|
'fabric.editor.note': 'Observação',
|
|
145
|
-
'fabric.editor.notePanel': 'Painel de notas',
|
|
146
|
-
'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
|
|
147
|
-
'fabric.editor.other': 'Outros...',
|
|
148
100
|
'fabric.editor.outdent': 'Recuo para a esquerda',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': 'Cor de fundo',
|
|
150
102
|
'fabric.editor.panel.emoji': 'Adicionar emoji',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': 'Coluna única',
|
|
166
118
|
'fabric.editor.statusPlaceholder': 'Definir status',
|
|
167
119
|
'fabric.editor.success': 'Sucesso',
|
|
168
|
-
'fabric.editor.successPanel': 'Painel de sucesso',
|
|
169
|
-
'fabric.editor.successPanel.description': 'Adicionar dicas em um painel colorido',
|
|
170
120
|
'fabric.editor.supportAltText': 'O texto alt ajuda pessoas que usam leitores de tela por conta de limitações visuais.',
|
|
171
121
|
'fabric.editor.taskPlaceholder': 'Digite sua ação e use "@" para atribuí-la a alguém.',
|
|
172
122
|
'fabric.editor.textColor': 'Cor do texto',
|
|
173
|
-
'fabric.editor.textStyles': 'Estilos de texto',
|
|
174
123
|
'fabric.editor.threeColumns': 'Três colunas',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': 'Três colunas com barras laterais',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': 'Adicionar imagem, vídeo ou arquivo',
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuário {name} @{shortName}',
|
|
187
136
|
'fabric.editor.undo': 'Desfazer',
|
|
188
137
|
'fabric.editor.warning': 'Aviso',
|
|
189
|
-
'fabric.editor.warningPanel': 'Painel de avisos',
|
|
190
|
-
'fabric.editor.warningPanel.description': 'Adicionar uma nota de atenção em um painel colorido',
|
|
191
138
|
'fabric.editor.wrapLeft': 'Ajustar à esquerda',
|
|
192
139
|
'fabric.editor.wrapRight': 'Ajustar à direita'
|
|
193
140
|
};
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Удалите специальные символы в alt-тексте.',
|
|
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/sv.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Ta bort eventuella specialtecken i alternativ text.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Verktygsfält för kommentarer',
|
|
19
19
|
'fabric.editor.backLink': 'Gå tillbaka',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Infoga citat',
|
|
21
|
-
'fabric.editor.blockquote2': 'Citat',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Lägg till en bildtext',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Växla åtgärdsobjekt',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv något …',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Rensa alternativ text',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Tillbaka',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Stäng',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Stäng hjälpdialog',
|
|
28
|
-
'fabric.editor.codeblock': 'Kodstycke',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Visa kod med syntaxmarkering',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'Fel vid inläsning',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Avbryt',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Stäng',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': 'Skicka in',
|
|
47
44
|
'fabric.editor.createComment': 'Kommentera',
|
|
48
45
|
'fabric.editor.createCommentInvalid': 'Du kan bara kommentera på text och rubriker',
|
|
49
|
-
'fabric.editor.customPanel': 'Anpassad panel',
|
|
50
|
-
'fabric.editor.customPanel.description': 'Lägg till en anteckning med en emoji och en färgad bakgrund',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': 'Lägg till ett beslut ...',
|
|
52
47
|
'fabric.editor.description': 'Beskrivning',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': 'Huvudsakligt innehållsområde, börja skriva för att ange text.',
|
|
60
55
|
'fabric.editor.editorHelp': 'Editor-hjälp',
|
|
61
56
|
'fabric.editor.editors': 'Redigerare',
|
|
62
|
-
'fabric.editor.elementBrowser.help': 'Hjälp',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Alla',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-innehåll',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Utveckling',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Externt innehåll',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatering',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigering',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportering',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Grafik och bilder',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingenting matchar din sökning',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prova att söka med en annan term eller upptäck nya appar för Atlassian-produkter.',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforska Atlassian Marketplace',
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Bläddra',
|
|
78
57
|
'fabric.editor.error': 'Fel',
|
|
79
|
-
'fabric.editor.errorPanel': 'Felpanel',
|
|
80
|
-
'fabric.editor.errorPanel.description': 'Meddela om fel i en färgad panel',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Om du raderar {nodeName} bryts allt som är kopplat till den.',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Radera',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': 'Radera element',
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': 'Hitta nästa',
|
|
87
64
|
'fabric.editor.findPrevious': 'Hitta föregående',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': 'Sök och ersätt',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Avbryt',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Radera även anslutna element',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Är du säker?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Svävande verktygsfält har öppnats',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Svävande verktygsfält',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Bläddra åt vänster',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Bläddra åt höger',
|
|
97
|
-
'fabric.editor.heading1': 'Rubrik 1',
|
|
98
|
-
'fabric.editor.heading1Description': 'Använd för rubrik på översta nivån',
|
|
99
|
-
'fabric.editor.heading2': 'Rubrik 2',
|
|
100
|
-
'fabric.editor.heading2Description': 'Använd för viktiga avsnitt',
|
|
101
|
-
'fabric.editor.heading3': 'Rubrik 3',
|
|
102
|
-
'fabric.editor.heading3Description': 'Använd för underavsnitt och grupprubriker',
|
|
103
|
-
'fabric.editor.heading4': 'Rubrik 4',
|
|
104
|
-
'fabric.editor.heading4Description': 'Använd för rubriker längre ner',
|
|
105
|
-
'fabric.editor.heading5': 'Rubrik 5',
|
|
106
|
-
'fabric.editor.heading5Description': 'Använd för att gruppera listobjekt',
|
|
107
|
-
'fabric.editor.heading6': 'Rubrik 6',
|
|
108
|
-
'fabric.editor.heading6Description': 'Använd för rubriker på låg nivå',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Öppna hjälpdialogruta',
|
|
110
68
|
'fabric.editor.helpDialogTips': 'Tryck på {keyMap} för att när som helst öppna den här dialogrutan',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': 'Full bredd',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
118
76
|
'fabric.editor.indent': 'Indrag',
|
|
119
77
|
'fabric.editor.info': 'Info',
|
|
120
|
-
'fabric.editor.infoPanel': 'Informationspanel',
|
|
121
|
-
'fabric.editor.infoPanel.description': 'Markera information med en färgad panel',
|
|
122
78
|
'fabric.editor.inputQueryAssistiveTxt': 'När autokompletteringsresultat är tillgängliga använder du upp- och nedpilarna för att granska och Enter för att välja. Användare med pekskärm kan utforska genom att röra vid skärmen eller svepa på den.',
|
|
123
79
|
'fabric.editor.invalidDateError': 'Ange ett giltigt datum',
|
|
124
80
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Bjud in teammedlem till {productName}} trusted {Bjud in teammedlem till {productName}} other {Lägg till teammedlem i {productName}}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': 'Omnämnande',
|
|
141
97
|
'fabric.editor.noResultsFound': 'Inga resultat',
|
|
142
98
|
'fabric.editor.noSearchResults': 'Inga sökresultat',
|
|
143
|
-
'fabric.editor.normal': 'Normal text',
|
|
144
99
|
'fabric.editor.note': 'Anteckning',
|
|
145
|
-
'fabric.editor.notePanel': 'Anteckningspanel',
|
|
146
|
-
'fabric.editor.notePanel.description': 'Lägg till en anteckning i en färgad panel',
|
|
147
|
-
'fabric.editor.other': 'Annat ...',
|
|
148
100
|
'fabric.editor.outdent': 'Utdrag',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
|
|
150
102
|
'fabric.editor.panel.emoji': 'Lägg till emoji',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': 'Enkel kolumn',
|
|
166
118
|
'fabric.editor.statusPlaceholder': 'Ange status',
|
|
167
119
|
'fabric.editor.success': 'Klart!',
|
|
168
|
-
'fabric.editor.successPanel': 'Framgångspanel',
|
|
169
|
-
'fabric.editor.successPanel.description': 'Lägg till ett tips i en färgad panel',
|
|
170
120
|
'fabric.editor.supportAltText': 'Alternativ text är användbart för de som använder skärmläsare på grund av visuella begränsningar.',
|
|
171
121
|
'fabric.editor.taskPlaceholder': 'Skriv din åtgärd och använd @ för att tilldela någon.',
|
|
172
122
|
'fabric.editor.textColor': 'Textfärg',
|
|
173
|
-
'fabric.editor.textStyles': 'Textstilar',
|
|
174
123
|
'fabric.editor.threeColumns': 'Tre kolumner',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolumner med sidopaneler',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': 'Lägg till en bild, video eller fil',
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': 'Användare {name} @{shortName}',
|
|
187
136
|
'fabric.editor.undo': 'Ångra',
|
|
188
137
|
'fabric.editor.warning': 'Varning',
|
|
189
|
-
'fabric.editor.warningPanel': 'Varningspanel',
|
|
190
|
-
'fabric.editor.warningPanel.description': 'Lägg till en varning i en färgad panel',
|
|
191
138
|
'fabric.editor.wrapLeft': 'Radbyte vänster',
|
|
192
139
|
'fabric.editor.wrapRight': 'Radbyte höger'
|
|
193
140
|
};
|