@atlaskit/editor-core 158.0.0 → 159.0.1
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 +19 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/plugins/card/nodeviews/blockCard.js +5 -3
- package/dist/cjs/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/cjs/plugins/card/nodeviews/genericCard.js +2 -31
- package/dist/cjs/plugins/card/nodeviews/inlineCard.js +5 -3
- package/dist/cjs/plugins/card/pm-plugins/doc.js +6 -55
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/plugins/card/nodeviews/blockCard.js +3 -2
- package/dist/es2019/plugins/card/nodeviews/embedCard.js +0 -8
- package/dist/es2019/plugins/card/nodeviews/genericCard.js +2 -13
- package/dist/es2019/plugins/card/nodeviews/inlineCard.js +3 -2
- package/dist/es2019/plugins/card/pm-plugins/doc.js +4 -46
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/plugins/card/nodeviews/blockCard.js +5 -4
- package/dist/esm/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/esm/plugins/card/nodeviews/genericCard.js +3 -30
- package/dist/esm/plugins/card/nodeviews/inlineCard.js +5 -4
- package/dist/esm/plugins/card/pm-plugins/doc.js +4 -49
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/dist/types/plugins/analytics/types/events.d.ts +1 -5
- package/dist/types/plugins/card/nodeviews/blockCard.d.ts +3 -3
- package/dist/types/plugins/card/nodeviews/embedCard.d.ts +0 -1
- package/dist/types/plugins/card/nodeviews/genericCard.d.ts +0 -4
- package/dist/types/plugins/card/nodeviews/inlineCard.d.ts +3 -2
- package/dist/types/plugins/card/pm-plugins/doc.d.ts +0 -1
- package/package.json +6 -6
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Dutch (Netherlands)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Actiepunt',
|
|
10
10
|
'fabric.editor.action.description': 'Actie-items maken en toewijzen',
|
|
11
11
|
'fabric.editor.addAltText': 'Alt-tekst',
|
|
12
|
-
'fabric.editor.alignCenter': '
|
|
12
|
+
'fabric.editor.alignCenter': 'Midden uitgelijnd',
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Rechts uitlijnen',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Links uitlijnen',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Rechts uitlijnen',
|
|
16
16
|
'fabric.editor.alignLeft': 'Links uitlijnen',
|
|
17
|
-
'fabric.editor.alignRight': 'Rechts
|
|
17
|
+
'fabric.editor.alignRight': 'Rechts uitgelijnd',
|
|
18
18
|
'fabric.editor.alignment': 'Tekstuitlijning',
|
|
19
19
|
'fabric.editor.altText': 'Alt-tekst',
|
|
20
20
|
'fabric.editor.alttext.validation': 'Verwijder speciale tekens uit alt-tekst.',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Aantekeningentaakbalk',
|
|
23
23
|
'fabric.editor.backLink': 'Terug',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'De inline-link zit in {node} en de weergave ervan kan niet gewijzigd worden',
|
|
25
|
+
'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
|
|
26
|
+
'fabric.editor.blockTitle': 'Kaart',
|
|
25
27
|
'fabric.editor.blockquote': 'een citaat',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Voeg een citaat in',
|
|
27
29
|
'fabric.editor.blockquote2': 'Citaat',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Kaartopties',
|
|
34
36
|
'fabric.editor.cellBackground': 'Celachtergrond',
|
|
35
37
|
'fabric.editor.cellOptions': 'Celopties',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Typ iets ...',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Alt-tekst wissen',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, one {Cel leegmaken} other {Cellen leegmaken}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Wis opmaak',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Sluiten',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Sluit helpdialoogvenster',
|
|
44
47
|
'fabric.editor.code': 'Code',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, code aan',
|
|
45
49
|
'fabric.editor.codeblock': 'Codefragment',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Code tonen met syntaxismarkering',
|
|
47
51
|
'fabric.editor.collapseTable': 'Tabel inklappen',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Kopiëren',
|
|
69
73
|
'fabric.editor.createComment': 'Opmerking',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
75
|
+
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
71
77
|
'fabric.editor.date': 'Datum',
|
|
72
78
|
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
73
79
|
'fabric.editor.decision': 'Beslissing',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Deze weergaveoptie is niet beschikbaar binnen {node}.',
|
|
82
88
|
'fabric.editor.displayText': 'Tekst om te tonen',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Kolommen verdelen',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Een interactieve voorbeeldweergave van een link weergeven',
|
|
84
92
|
'fabric.editor.edit': 'Bewerken',
|
|
85
93
|
'fabric.editor.editAltText': 'Alt-tekst bewerken',
|
|
86
94
|
'fabric.editor.editDateText': 'Bewerkingsdatum',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Uitnodigen om te bewerken',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Statuskleur bewerken',
|
|
90
98
|
'fabric.editor.editStatusText': 'Status bewerken',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Aanpasbare inhoud',
|
|
91
100
|
'fabric.editor.editorHelp': 'Editor-help',
|
|
101
|
+
'fabric.editor.editors': 'Editors',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Help',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Beheer',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Probeer met een andere term te zoeken of ontdek nieuwe apps voor Atlassian-producten.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace ontdekken',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Bladeren',
|
|
118
|
+
'fabric.editor.embedTitle': 'Insluiten',
|
|
108
119
|
'fabric.editor.emoji': 'Emoji',
|
|
109
120
|
'fabric.editor.emoji.description': "Emoji's gebruiken om ideeën 🎉 en emoties 😄 te delen",
|
|
110
121
|
'fabric.editor.emptyLink': 'Voer een link in.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuleren',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Weet je het zeker?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'Oké',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Bediening voor zwevende werkbalk is geopend',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Zwevende werkbalk',
|
|
129
142
|
'fabric.editor.headerColumn': 'Header-kolom',
|
|
130
143
|
'fabric.editor.headerRow': 'Header-rij',
|
|
131
144
|
'fabric.editor.heading1': 'Koptekst 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Dit gebruiken voor het groeperen van lijstitems',
|
|
141
154
|
'fabric.editor.heading6': 'Koptekst 6',
|
|
142
155
|
'fabric.editor.heading6Description': 'Dit gebruiken voor koppen op laag niveau',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Pagina',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Taak',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster',
|
|
143
163
|
'fabric.editor.help': 'Help',
|
|
144
164
|
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggesties verschijnen hieronder zodra je in het veld typt',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {geen resultaten gevonden} one {{count,number} resultaat gevonden} other {{count,number} resultaten gevonden}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link plakken of zoeken',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Informatie',
|
|
154
175
|
'fabric.editor.infoPanel': 'Infopaneel',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Informatie markeren in een gekleurd paneel',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Link weergeven als inline-tekst',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
156
179
|
'fabric.editor.insertColumn': 'Kolom rechts invoegen',
|
|
157
180
|
'fabric.editor.insertMenu': 'Invoegen',
|
|
158
181
|
'fabric.editor.insertRow': 'Rij onder invoegen',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Markdown',
|
|
174
197
|
'fabric.editor.matchCase': 'Overeenkomende zaak',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Link toevoegen',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Verwijderen',
|
|
176
200
|
'fabric.editor.mention': 'Vermelding',
|
|
177
201
|
'fabric.editor.mention.description': 'Iemand noemen om diegene een melding te sturen',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'pictogram toevoegen',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Vermelding',
|
|
178
204
|
'fabric.editor.mergeCells': 'Voeg cellen samen',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Meer opmaak',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Geen resultaten',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Notitiepaneel',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Genummerde kolom',
|
|
212
|
+
'fabric.editor.off': '{formattingType} uit',
|
|
213
|
+
'fabric.editor.on': '{formattingType} aan',
|
|
186
214
|
'fabric.editor.orderedList': 'Genummerde lijst',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Een gesorteerde lijst maken',
|
|
188
216
|
'fabric.editor.other': 'Andere…',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Pagina-acties',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Emoji toevoegen',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Plak als platte tekst',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Pas opnieuw toe',
|
|
198
227
|
'fabric.editor.remove': 'Verwijderen',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, one {Kolom verwijderen} other {Kolommen verwijderen}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Emoji verwijderen',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, one {Rij verwijderen} other {Rijen verwijderen}}',
|
|
201
231
|
'fabric.editor.replace': 'Vervangen',
|
|
202
232
|
'fabric.editor.replaceAll': 'Alles vervangen',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Zijbalk aan rechterkant',
|
|
206
236
|
'fabric.editor.saveButton': 'Opslaan',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Selecteer taal',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Eén kolom',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Rangschik kolom van A → Z',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Rangschik kolom van Z → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Deel cel op',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Doorgehaald',
|
|
217
247
|
'fabric.editor.subTask': 'Subtaak',
|
|
218
248
|
'fabric.editor.subscript': 'Subscript',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Subscript uit, superscript aan',
|
|
219
250
|
'fabric.editor.success': 'Gelukt',
|
|
220
251
|
'fabric.editor.successPanel': 'Succespaneel',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Tips toevoegen in een gekleurd paneel',
|
|
222
253
|
'fabric.editor.superscript': 'Superscript',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Superscript uit, subscript aan',
|
|
223
255
|
'fabric.editor.supportAltText': 'Alt-tekst is handig voor mensen die gebruikmaken van schermlezers vanwege visuele beperkingen.',
|
|
224
256
|
'fabric.editor.table': 'Tabel',
|
|
225
257
|
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
226
258
|
'fabric.editor.tableOptions': 'Tabelopties',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Door deze tabel te verwijderen zal de verbinding met de gekoppelde grafieken worden verbroken.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Tabel en gegevens verwijderen',
|
|
229
261
|
'fabric.editor.task': 'Taak',
|
|
230
262
|
'fabric.editor.taskPlaceholder': "Geef je actie in en gebruik een '@' om de actie aan iemand toe te wijzen.",
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Tekst formatteren uit',
|
|
231
264
|
'fabric.editor.textColor': 'Tekstkleur',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Minder kleuren',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Meer kleuren',
|
|
234
265
|
'fabric.editor.textStyles': 'Tekststijlen',
|
|
235
266
|
'fabric.editor.threeColumns': 'Drie kolommen',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Drie kolommen met zijbalken',
|
|
237
268
|
'fabric.editor.time.ago': 'geleden',
|
|
238
269
|
'fabric.editor.time.updated': 'Bijgewerkt',
|
|
239
270
|
'fabric.editor.time.viewed': 'Bekeken',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Werkbalk editor',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Bestanden en afbeeldingen',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'een paneel',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'een lijst',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'een besluitenlijst',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'een geneste uitgeklapte knooppunt',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'een actiepunt',
|
|
246
279
|
'fabric.editor.twoColumns': 'Twee kolommen',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'TypeAhead resultaten',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'Kan deze link niet openen',
|
|
248
282
|
'fabric.editor.underline': 'Onderstreept',
|
|
249
283
|
'fabric.editor.undo': 'Maak ongedaan',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Opsommingslijst',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Een niet-gesorteerde lijst maken',
|
|
253
287
|
'fabric.editor.url': 'URL weergeven',
|
|
288
|
+
'fabric.editor.urlDescription': 'Link als URL weergeven',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL',
|
|
254
290
|
'fabric.editor.viewMore': 'Meer bekijken',
|
|
255
291
|
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
256
292
|
'fabric.editor.warning': 'Waarschuwing',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Polish (Poland)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Element akcji',
|
|
10
10
|
'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Pasek narzędzi adnotacji',
|
|
23
23
|
'fabric.editor.backLink': 'Wróć',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'Łącze w tekście jest wewnątrz węzła {node} i nie można zmienić jego widoku',
|
|
25
|
+
'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
|
|
26
|
+
'fabric.editor.blockTitle': 'Karta',
|
|
25
27
|
'fabric.editor.blockquote': 'cudzysłów',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Wstaw cytat',
|
|
27
29
|
'fabric.editor.blockquote2': 'Cytat',
|
|
@@ -68,6 +70,8 @@ export default {
|
|
|
68
70
|
'fabric.editor.copyToClipboard': 'Kopiuj',
|
|
69
71
|
'fabric.editor.createComment': 'Komentarz',
|
|
70
72
|
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
73
|
+
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
74
|
+
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
71
75
|
'fabric.editor.date': 'Data',
|
|
72
76
|
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
73
77
|
'fabric.editor.decision': 'Decyzja',
|
|
@@ -81,6 +85,7 @@ export default {
|
|
|
81
85
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Ta opcja wyświetlania nie jest dostępna w węźle {node}',
|
|
82
86
|
'fabric.editor.displayText': 'Wyświetlany tekst',
|
|
83
87
|
'fabric.editor.distributeColumns': 'Wyrównaj kolumny',
|
|
88
|
+
'fabric.editor.ecombedDescription': 'Wyświetl interaktywny podgląd łącza',
|
|
84
89
|
'fabric.editor.edit': 'Edytuj',
|
|
85
90
|
'fabric.editor.editAltText': 'Edytuj tekst alternatywny',
|
|
86
91
|
'fabric.editor.editDateText': 'Data edycji',
|
|
@@ -88,6 +93,7 @@ export default {
|
|
|
88
93
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zaproś do edycji',
|
|
89
94
|
'fabric.editor.editStatusColor': 'Edytuj kolor statusu',
|
|
90
95
|
'fabric.editor.editStatusText': 'Edytuj status',
|
|
96
|
+
'fabric.editor.editableContentLabel': 'Zawartość dostępna do edycji',
|
|
91
97
|
'fabric.editor.editorHelp': 'Pomoc w edytorze',
|
|
92
98
|
'fabric.editor.elementBrowser.help': 'Pomoc',
|
|
93
99
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administracja',
|
|
@@ -105,6 +111,7 @@ export default {
|
|
|
105
111
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Spróbuj wyszukać inny termin lub zapoznaj się z nowymi aplikacjami do produktów Atlassian.',
|
|
106
112
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Poznaj sklep Atlassian Marketplace',
|
|
107
113
|
'fabric.editor.elementbrowser.sidebar.heading': 'Przeglądaj',
|
|
114
|
+
'fabric.editor.embedTitle': 'Osadź',
|
|
108
115
|
'fabric.editor.emoji': 'Emoji',
|
|
109
116
|
'fabric.editor.emoji.description': 'Używaj emoji, aby wyrażać pomysły 🎉 i emocje 😄',
|
|
110
117
|
'fabric.editor.emptyLink': 'Wprowadź łącze.',
|
|
@@ -153,6 +160,8 @@ export default {
|
|
|
153
160
|
'fabric.editor.info': 'Informacje',
|
|
154
161
|
'fabric.editor.infoPanel': 'Panel informacyjny',
|
|
155
162
|
'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
|
|
163
|
+
'fabric.editor.inlineDescription': 'Wyświetla łącze jako tekst wbudowany',
|
|
164
|
+
'fabric.editor.inlineTitle': 'Wbudowany',
|
|
156
165
|
'fabric.editor.insertColumn': 'Wstaw kolumnę z prawej',
|
|
157
166
|
'fabric.editor.insertMenu': 'Wstaw',
|
|
158
167
|
'fabric.editor.insertRow': 'Wstaw wiersz poniżej',
|
|
@@ -186,6 +195,7 @@ export default {
|
|
|
186
195
|
'fabric.editor.orderedList': 'Lista numerowana',
|
|
187
196
|
'fabric.editor.orderedList.description': 'Utwórz uporządkowaną listę',
|
|
188
197
|
'fabric.editor.other': 'Inne...',
|
|
198
|
+
'fabric.editor.pageActionsLabel': 'Czynności na stronie',
|
|
189
199
|
'fabric.editor.panel.backgroundColor': 'Kolor tła',
|
|
190
200
|
'fabric.editor.panel.emoji': 'Dodaj emoji',
|
|
191
201
|
'fabric.editor.pastePlainText': 'Wklej zwykły tekst',
|
|
@@ -197,6 +207,7 @@ export default {
|
|
|
197
207
|
'fabric.editor.redo': 'Ponów',
|
|
198
208
|
'fabric.editor.remove': 'Usuń',
|
|
199
209
|
'fabric.editor.removeColumns': '{0, plural, one {Usuń kolumnę} few {Usuń kolumny} many {Usuń kolumny} other {Usuń kolumny}}',
|
|
210
|
+
'fabric.editor.removeEmoji': 'Usuń emoji',
|
|
200
211
|
'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
|
|
201
212
|
'fabric.editor.replace': 'Zastąp',
|
|
202
213
|
'fabric.editor.replaceAll': 'Zastąp wszystko',
|
|
@@ -205,7 +216,7 @@ export default {
|
|
|
205
216
|
'fabric.editor.rightSidebar': 'Prawy pasek boczny',
|
|
206
217
|
'fabric.editor.saveButton': 'Zapisz',
|
|
207
218
|
'fabric.editor.selectLanguage': 'Wybierz język',
|
|
208
|
-
'fabric.editor.
|
|
219
|
+
'fabric.editor.single': 'Pojedyncza kolumna',
|
|
209
220
|
'fabric.editor.sortColumnASC': 'Sortuj kolumnę A → Z',
|
|
210
221
|
'fabric.editor.sortColumnDESC': 'Sortuj kolumnę Z → A',
|
|
211
222
|
'fabric.editor.splitCell': 'Podziel komórki',
|
|
@@ -224,19 +235,18 @@ export default {
|
|
|
224
235
|
'fabric.editor.table': 'Tabela',
|
|
225
236
|
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
226
237
|
'fabric.editor.tableOptions': 'Opcje tabeli',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Usunięcie tej tabeli spowoduje
|
|
238
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Usunięcie tej tabeli spowoduje uszkodzenie wszystkich połączonych z nią wykresów.',
|
|
228
239
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Usuń tabelę i dane',
|
|
229
240
|
'fabric.editor.task': 'Zadanie',
|
|
230
241
|
'fabric.editor.taskPlaceholder': 'Wprowadź swoją akcję, użyj „@”, aby przypisać ją do użytkownika.',
|
|
231
242
|
'fabric.editor.textColor': 'Kolor tekstu',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Mniej kolorów',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Więcej kolorów',
|
|
234
243
|
'fabric.editor.textStyles': 'Style tekstu',
|
|
235
244
|
'fabric.editor.threeColumns': 'Trzy kolumny',
|
|
236
245
|
'fabric.editor.threeColumnsWithSidebars': 'Trzy kolumny z paskami bocznymi',
|
|
237
246
|
'fabric.editor.time.ago': 'temu',
|
|
238
247
|
'fabric.editor.time.updated': 'Zaktualizowano',
|
|
239
248
|
'fabric.editor.time.viewed': 'Wyświetlono',
|
|
249
|
+
'fabric.editor.toolbarLabel': 'Pasek narzędzi edytora',
|
|
240
250
|
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
241
251
|
'fabric.editor.tooltip.bulletList': 'lista',
|
|
242
252
|
'fabric.editor.tooltip.decisionList': 'lista decyzji',
|
|
@@ -251,6 +261,8 @@ export default {
|
|
|
251
261
|
'fabric.editor.unorderedList': 'Lista wypunktowana',
|
|
252
262
|
'fabric.editor.unorderedList.description': 'Utwórz nieuporządkowaną listę',
|
|
253
263
|
'fabric.editor.url': 'Wyświetl adres URL',
|
|
264
|
+
'fabric.editor.urlDescription': 'Wyświetl łącze jako adres URL',
|
|
265
|
+
'fabric.editor.urlTitle': 'Adres URL',
|
|
254
266
|
'fabric.editor.viewMore': 'Wyświetl więcej',
|
|
255
267
|
'fabric.editor.visit': 'Otwórz łącze w nowym oknie',
|
|
256
268
|
'fabric.editor.warning': 'Ostrzeżenie',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Portuguese (Brazil)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Item de ação',
|
|
10
10
|
'fabric.editor.action.description': 'Criar e atribuir itens de ação',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Barra de ferramentas de anotação',
|
|
23
23
|
'fabric.editor.backLink': 'Voltar',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'O link em linha está em {node}, e sua exibição não pode ser alterada',
|
|
25
|
+
'fabric.editor.blockDescription': 'Mostrar mais informações sobre links, incluindo resumo e ações',
|
|
26
|
+
'fabric.editor.blockTitle': 'Cartão',
|
|
25
27
|
'fabric.editor.blockquote': 'citação',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Inserir cotação ou citação',
|
|
27
29
|
'fabric.editor.blockquote2': 'Citação',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Opções de cartão',
|
|
34
36
|
'fabric.editor.cellBackground': 'Plano de fundo da célula',
|
|
35
37
|
'fabric.editor.cellOptions': 'Opções de célula',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Digite algo…',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Apagar texto alt',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, one {Limpar célula} other {Limpar células}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Limpar formatação',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Fechar',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Fechar caixa de diálogo de ajuda',
|
|
44
47
|
'fabric.editor.code': 'Código',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, código ativado',
|
|
45
49
|
'fabric.editor.codeblock': 'Trecho de código',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Exibir código com destaque à sintaxe',
|
|
47
51
|
'fabric.editor.collapseTable': 'Recolher tabela',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
69
73
|
'fabric.editor.createComment': 'Comentar',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Você só pode comentar em texto e cabeçalhos',
|
|
75
|
+
'fabric.editor.customPanel': 'Painel personalizado',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
|
|
71
77
|
'fabric.editor.date': 'Data',
|
|
72
78
|
'fabric.editor.date.description': 'Adicionar data usando um calendário',
|
|
73
79
|
'fabric.editor.decision': 'Decisão',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opção de exibição não está disponível em {node}',
|
|
82
88
|
'fabric.editor.displayText': 'Texto a ser exibido',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Distribuir colunas',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Documento',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Mostrar visualização interativa de links',
|
|
84
92
|
'fabric.editor.edit': 'Editar',
|
|
85
93
|
'fabric.editor.editAltText': 'Editar texto alt',
|
|
86
94
|
'fabric.editor.editDateText': 'Editar data',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Convidar para editar',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Editar cor do status',
|
|
90
98
|
'fabric.editor.editStatusText': 'Editar status',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Conteúdo editável',
|
|
91
100
|
'fabric.editor.editorHelp': 'Ajuda do editor',
|
|
101
|
+
'fabric.editor.editors': 'Editores',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Ajuda',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administração',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Todos',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Tente pesquisar com um termo diferente ou descubra novos aplicativos para produtos Atlassian.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procurar',
|
|
118
|
+
'fabric.editor.embedTitle': 'Integrar',
|
|
108
119
|
'fabric.editor.emoji': 'Emoji',
|
|
109
120
|
'fabric.editor.emoji.description': 'Use emojis para expressar ideias 🎉 e emoções 😄',
|
|
110
121
|
'fabric.editor.emptyLink': 'Insira um link.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Tem certeza?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Os controles da barra de ferramentas flutuante foram abertos',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de ferramentas flutuante',
|
|
129
142
|
'fabric.editor.headerColumn': 'Coluna do cabeçalho',
|
|
130
143
|
'fabric.editor.headerRow': 'Linha do cabeçalho',
|
|
131
144
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Use isso para agrupar os itens de uma lista',
|
|
141
154
|
'fabric.editor.heading6': 'Título 6',
|
|
142
155
|
'fabric.editor.heading6Description': 'Use isso para títulos de nível inferior',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Item',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Página',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'História',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarefa',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda',
|
|
143
163
|
'fabric.editor.help': 'Ajuda',
|
|
144
164
|
'fabric.editor.help.description': 'Procurar todos os atalhos de teclado e opções de markdown',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Divisória',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Categoria do link',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'As sugestões vão aparecendo abaixo conforme você digita no campo',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nenhum resultado encontrado} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Colar ou pesquisar link',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Informações',
|
|
154
175
|
'fabric.editor.infoPanel': 'Painel de informações',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Destacar informações em um painel colorido',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Mostrar link como texto em linha',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Em linha',
|
|
156
179
|
'fabric.editor.insertColumn': 'Inserir coluna à direita',
|
|
157
180
|
'fabric.editor.insertMenu': 'Inserir',
|
|
158
181
|
'fabric.editor.insertRow': 'Inserir linha abaixo',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Markdown',
|
|
174
197
|
'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Adicionar link',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'excluir',
|
|
176
200
|
'fabric.editor.mention': 'Menção',
|
|
177
201
|
'fabric.editor.mention.description': 'Mencione alguém para enviar uma notificação',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'ícone de adicionar',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Menção',
|
|
178
204
|
'fabric.editor.mergeCells': 'Mesclar células',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Mais formatação',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Sem resultados',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Painel de notas',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Coluna numerada',
|
|
212
|
+
'fabric.editor.off': '{formattingType} Desativado',
|
|
213
|
+
'fabric.editor.on': '{formattingType} Ativado',
|
|
186
214
|
'fabric.editor.orderedList': 'Lista numerada',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Criar uma lista ordenada',
|
|
188
216
|
'fabric.editor.other': 'Outros...',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Ações de página',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Cor de fundo',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Adicionar emoji',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Colar texto sem formatação',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Refazer',
|
|
198
227
|
'fabric.editor.remove': 'Remover',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, one {Excluir coluna} other {Excluir colunas}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Remover emoji',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, one {Excluir linha} other {Excluir linhas}}',
|
|
201
231
|
'fabric.editor.replace': 'Substituir',
|
|
202
232
|
'fabric.editor.replaceAll': 'Substituir tudo',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Barra lateral direita',
|
|
206
236
|
'fabric.editor.saveButton': 'Salvar',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Selecione a linguagem',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Coluna única',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Ordenar coluna A → Z',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Ordenar coluna Z → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Dividir célula',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Tachado',
|
|
217
247
|
'fabric.editor.subTask': 'Subtarefa',
|
|
218
248
|
'fabric.editor.subscript': 'Subscrito',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Subscrito desativado, sobrescrito ativado',
|
|
219
250
|
'fabric.editor.success': 'Sucesso',
|
|
220
251
|
'fabric.editor.successPanel': 'Painel de sucesso',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Adicionar dicas em um painel colorido',
|
|
222
253
|
'fabric.editor.superscript': 'Sobrescrito',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Sobrescrito desativado, subscrito ativado',
|
|
223
255
|
'fabric.editor.supportAltText': 'O texto alt ajuda pessoas que usam leitores de tela por conta de limitações visuais.',
|
|
224
256
|
'fabric.editor.table': 'Tabela',
|
|
225
257
|
'fabric.editor.table.description': 'Inserir uma tabela',
|
|
226
258
|
'fabric.editor.tableOptions': 'Opções de tabela',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A remoção desta tabela
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A remoção desta tabela vai interromper todos os gráficos conectados a ela.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Remover tabela e dados',
|
|
229
261
|
'fabric.editor.task': 'Tarefa',
|
|
230
262
|
'fabric.editor.taskPlaceholder': 'Digite sua ação e use "@" para atribuí-la a alguém.',
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Formatação de texto desativada',
|
|
231
264
|
'fabric.editor.textColor': 'Cor do texto',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Menos cores',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Mais cores',
|
|
234
265
|
'fabric.editor.textStyles': 'Estilos de texto',
|
|
235
266
|
'fabric.editor.threeColumns': 'Três colunas',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Três colunas com barras laterais',
|
|
237
268
|
'fabric.editor.time.ago': 'atrás',
|
|
238
269
|
'fabric.editor.time.updated': 'Atualizado',
|
|
239
270
|
'fabric.editor.time.viewed': 'Visualizado',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Barra de ferramentas de editor',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Arquivos e imagens',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'painel',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'lista',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'lista de decisões',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'expansão aninhada',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'item de ação',
|
|
246
279
|
'fabric.editor.twoColumns': 'Duas colunas',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'Resultados de digitação antecipada',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'Não é possível abrir este link',
|
|
248
282
|
'fabric.editor.underline': 'Sublinhado',
|
|
249
283
|
'fabric.editor.undo': 'Desfazer',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Lista de marcadores',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Criar uma lista sem ordenação',
|
|
253
287
|
'fabric.editor.url': 'Mostrar URL',
|
|
288
|
+
'fabric.editor.urlDescription': 'Mostrar link como URL',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL',
|
|
254
290
|
'fabric.editor.viewMore': 'Ver mais',
|
|
255
291
|
'fabric.editor.visit': 'Abrir link em uma nova janela',
|
|
256
292
|
'fabric.editor.warning': 'Aviso',
|
package/dist/esm/i18n/pt_PT.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Portuguese (Portugal)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Item de ação',
|
|
10
10
|
'fabric.editor.action.description': 'Criar e atribuir itens de ação',
|
|
@@ -133,7 +133,6 @@ export default {
|
|
|
133
133
|
'fabric.editor.rightSidebar': 'Barra lateral direita',
|
|
134
134
|
'fabric.editor.saveButton': 'Guardar',
|
|
135
135
|
'fabric.editor.selectLanguage': 'Selecionar idioma',
|
|
136
|
-
'fabric.editor.selected': 'Selecionado',
|
|
137
136
|
'fabric.editor.splitCell': 'Dividir célula',
|
|
138
137
|
'fabric.editor.status': 'Estado',
|
|
139
138
|
'fabric.editor.status.description': 'Adicionar uma etiqueta de estado personalizada',
|
|
@@ -150,8 +149,6 @@ export default {
|
|
|
150
149
|
'fabric.editor.tableOptions': 'Opções da tabela',
|
|
151
150
|
'fabric.editor.taskPlaceholder': 'Introduza a ação, utilize "@" para atribuir a um utilizador.',
|
|
152
151
|
'fabric.editor.textColor': 'Cor do texto',
|
|
153
|
-
'fabric.editor.textColor.lessColors': 'Menos cores',
|
|
154
|
-
'fabric.editor.textColor.moreColors': 'Mais cores',
|
|
155
152
|
'fabric.editor.textStyles': 'Estilos de texto',
|
|
156
153
|
'fabric.editor.threeColumns': 'Três colunas',
|
|
157
154
|
'fabric.editor.threeColumnsWithSidebars': 'Três colunas com barras laterais',
|