@atlaskit/editor-core 158.0.1 → 159.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/i18n/cs.js +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/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/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/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/package.json +6 -6
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -8,20 +8,20 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Finnish
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Tehtävä',
|
|
17
17
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
18
18
|
'fabric.editor.addAltText': 'Vaihtoehtoinen teksti',
|
|
19
|
-
'fabric.editor.alignCenter': '
|
|
19
|
+
'fabric.editor.alignCenter': 'Tasaus keskelle',
|
|
20
20
|
'fabric.editor.alignImageCenter': 'Tasaa keskelle',
|
|
21
21
|
'fabric.editor.alignImageLeft': 'Tasaa vasemmalle',
|
|
22
22
|
'fabric.editor.alignImageRight': 'Tasaa oikealle',
|
|
23
23
|
'fabric.editor.alignLeft': 'Tasaa vasemmalle',
|
|
24
|
-
'fabric.editor.alignRight': '
|
|
24
|
+
'fabric.editor.alignRight': 'Tasaus oikealle',
|
|
25
25
|
'fabric.editor.alignment': 'Tekstin tasaus',
|
|
26
26
|
'fabric.editor.altText': 'Alt-teksti',
|
|
27
27
|
'fabric.editor.alttext.validation': 'Poista erikoismerkit vaihtoehtoisesta tekstistä.',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'Huomautuspalkki',
|
|
30
30
|
'fabric.editor.backLink': 'Siirry takaisin',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'Sisäelementtilinkki on solmun {node} sisällä, eikä sen näkymää voi muuttaa',
|
|
32
|
+
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
33
|
+
'fabric.editor.blockTitle': 'Kortti',
|
|
32
34
|
'fabric.editor.blockquote': 'sitaatti',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
|
|
34
36
|
'fabric.editor.blockquote2': 'Sitaatti',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
|
|
41
43
|
'fabric.editor.cellBackground': 'Solun tausta',
|
|
42
44
|
'fabric.editor.cellOptions': 'Soluvalinnat',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Kirjoita jotain...',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Tyhjennä vaihtoehtoinen teksti',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Tyhjennä solu} other {Tyhjennä solua}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Tyhjennä muotoilu',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Sulje',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'Sulje apudialogi',
|
|
51
54
|
'fabric.editor.code': 'Koodi',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, koodinmuokkaus käytössä',
|
|
52
56
|
'fabric.editor.codeblock': 'Koodipätkä',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
|
|
54
58
|
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Kopioi',
|
|
76
80
|
'fabric.editor.createComment': 'Kommentoi',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Voit kommentoida vain tekstiä ja otsikoita',
|
|
82
|
+
'fabric.editor.customPanel': 'Mukautettu paneeli',
|
|
83
|
+
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
|
78
84
|
'fabric.editor.date': 'Päivämäärä',
|
|
79
85
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
80
86
|
'fabric.editor.decision': 'Päätös',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tämä näyttövaihtoehto ei ole saatavana solmussa {node}',
|
|
89
95
|
'fabric.editor.displayText': 'Näytettävä teksti',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Jaa sarakkeet',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Asiakirja',
|
|
98
|
+
'fabric.editor.ecombedDescription': 'Näytä linkin interaktiivinen esikatselu',
|
|
91
99
|
'fabric.editor.edit': 'Muokkaa',
|
|
92
100
|
'fabric.editor.editAltText': 'Muokkaa vaihtoehtoista tekstiä',
|
|
93
101
|
'fabric.editor.editDateText': 'Muokkaa päiväystä',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
|
|
96
104
|
'fabric.editor.editStatusColor': 'Muokkaa tilaväriä',
|
|
97
105
|
'fabric.editor.editStatusText': 'Muokkaa tilaa',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Muokattava sisältö',
|
|
98
107
|
'fabric.editor.editorHelp': 'Muokkaimen ohje',
|
|
108
|
+
'fabric.editor.editors': 'Muokkaajat',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Ohje',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Ylläpito',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Kaikki',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hae käyttämällä eri termiä tai tutustu uusiin Atlassian-tuotteiden sovelluksiin.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Tutustu Atlassian Marketplaceen',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Selaa',
|
|
125
|
+
'fabric.editor.embedTitle': 'Upota',
|
|
115
126
|
'fabric.editor.emoji': 'Emoji',
|
|
116
127
|
'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
|
|
117
128
|
'fabric.editor.emptyLink': 'Anna linkki.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Peruuta',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Oletko varma?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Kelluvan työkalupalkin valinnat on avattu',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Kelluva työkalupalkki',
|
|
136
149
|
'fabric.editor.headerColumn': 'Otsikkosarake',
|
|
137
150
|
'fabric.editor.headerRow': 'Otsikkorivi',
|
|
138
151
|
'fabric.editor.heading1': 'Otsikko 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Käytä tätä luettelon kohteiden ryhmittelyyn',
|
|
148
161
|
'fabric.editor.heading6': 'Otsikko 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'Käytä tätä alatason otsikoissa',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogi',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugi',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Asia',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sivu',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Tarina',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tehtävä',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna',
|
|
150
170
|
'fabric.editor.help': 'Ohje',
|
|
151
171
|
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Linkin tunniste',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Ehdotukset näytetään alla, kun alat kirjoittaa kenttään',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {tuloksia ei löytynyt} one {{count,number} tulos löytyi} other {{count,number} tulosta löytyi}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Tietoja',
|
|
161
182
|
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
|
|
163
186
|
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
164
187
|
'fabric.editor.insertMenu': 'Lisää',
|
|
165
188
|
'fabric.editor.insertRow': 'Lisää rivi alle',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown-merkintäkieli',
|
|
181
204
|
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Lisää linkki',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Poista',
|
|
183
207
|
'fabric.editor.mention': 'Maininta',
|
|
184
208
|
'fabric.editor.mention.description': 'Merkitse joku henkilö lähettääksesi hänelle ilmoituksen',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'lisää-kuvake',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Maininta',
|
|
185
211
|
'fabric.editor.mergeCells': 'Yhdistä solut',
|
|
186
212
|
'fabric.editor.moreFormatting': 'Lisää muotoilua',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Ei tuloksia',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Muistiinpanopaneeli',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Numeroitu sarake',
|
|
219
|
+
'fabric.editor.off': '{formattingType} ei käytössä',
|
|
220
|
+
'fabric.editor.on': '{formattingType} käytössä',
|
|
193
221
|
'fabric.editor.orderedList': 'Numeroitu luettelo',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
|
|
195
223
|
'fabric.editor.other': 'Muut...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'Taustaväri',
|
|
197
226
|
'fabric.editor.panel.emoji': 'Lisää emoji',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Liimaa tavallinen teksti',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Tee uudelleen',
|
|
205
234
|
'fabric.editor.remove': 'Poista',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
|
|
236
|
+
'fabric.editor.removeEmoji': 'Poista emoji',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Poista rivi} other {Poista rivit}}',
|
|
208
238
|
'fabric.editor.replace': 'Korvaa',
|
|
209
239
|
'fabric.editor.replaceAll': 'Korvaa kaikki',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Oikea sivupalkki',
|
|
213
243
|
'fabric.editor.saveButton': 'Tallenna',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Valitse kieli',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Yksittäinen sarake',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Lajittele sarake nousevassa järjestyksessä',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
|
|
218
248
|
'fabric.editor.splitCell': 'Jaettu solu',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Yliviivaus',
|
|
224
254
|
'fabric.editor.subTask': 'Alitehtävä',
|
|
225
255
|
'fabric.editor.subscript': 'Alaindeksi',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Alaindeksi pois käytöstä, yläindeksi käytössä',
|
|
226
257
|
'fabric.editor.success': 'Onnistunut',
|
|
227
258
|
'fabric.editor.successPanel': 'Onnistumispaneeli',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Lisää vinkkejä värillisessä paneelissa',
|
|
229
260
|
'fabric.editor.superscript': 'Yläindeksi',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Yläindeksi pois käytöstä, alaindeksi käytössä',
|
|
230
262
|
'fabric.editor.supportAltText': 'Vaihtoehtoinen teksti on hyödyllinen niille, jotka käyttävät näytönlukuohjelmia näkörajoitteen vuoksi.',
|
|
231
263
|
'fabric.editor.table': 'Taulu',
|
|
232
264
|
'fabric.editor.table.description': 'Lisää taulukko',
|
|
233
265
|
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Tämän taulukon poistaminen
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Tämän taulukon poistaminen rikkoo kaikki siihen yhdistetyt kaaviot.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista taulukko ja tiedot',
|
|
236
268
|
'fabric.editor.task': 'Tehtävä',
|
|
237
269
|
'fabric.editor.taskPlaceholder': "Kirjoita toimintasi, käytä '@'-merkkiä määrätäksesi sen jollekin henkilölle.",
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
|
|
238
271
|
'fabric.editor.textColor': 'Tekstin väri',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Vähemmän värejä',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Lisää värejä',
|
|
241
272
|
'fabric.editor.textStyles': 'Tekstityylit',
|
|
242
273
|
'fabric.editor.threeColumns': 'Kolme saraketta',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Kolme saraketta sivupalkkien kanssa',
|
|
244
275
|
'fabric.editor.time.ago': 'sitten',
|
|
245
276
|
'fabric.editor.time.updated': 'Päivitetty',
|
|
246
277
|
'fabric.editor.time.viewed': 'Katseltu',
|
|
278
|
+
'fabric.editor.toolbarLabel': 'Muokkaaja-työkalupalkki',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Tiedostot & kuvat',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'paneeli',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'luettelo',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'päätösluettelo',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
253
286
|
'fabric.editor.twoColumns': 'Kaksi saraketta',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Kirjoituksen täydentämisen tulokset',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
255
289
|
'fabric.editor.underline': 'Alleviivaus',
|
|
256
290
|
'fabric.editor.undo': 'Kumoa',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Pisteluettelo',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Luo järjestämätön luettelo',
|
|
260
294
|
'fabric.editor.url': 'Näytä URL-osoite',
|
|
295
|
+
'fabric.editor.urlDescription': 'Näytä linkki URL-osoitteena',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL-osoite',
|
|
261
297
|
'fabric.editor.viewMore': 'Näytä lisää',
|
|
262
298
|
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
263
299
|
'fabric.editor.warning': 'Varoitus',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//French (France)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Tâche',
|
|
17
17
|
'fabric.editor.action.description': 'Créer et assigner des tâches',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': "Barre d'outils d'annotation",
|
|
30
30
|
'fabric.editor.backLink': 'Retour',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
32
|
+
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
33
|
+
'fabric.editor.blockTitle': 'Carte',
|
|
32
34
|
'fabric.editor.blockquote': 'une citation',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Insérer une citation',
|
|
34
36
|
'fabric.editor.blockquote2': 'Citation',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Options de carte',
|
|
41
43
|
'fabric.editor.cellBackground': 'Arrière-plan de la cellule',
|
|
42
44
|
'fabric.editor.cellOptions': 'Options de la cellule',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Saisissez quelque chose…',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Effacer le texte alternatif',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Effacer la cellule} other {Effacer les cellules}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Effacer la mise en forme',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Fermer',
|
|
50
53
|
'fabric.editor.closeHelpDialog': "Fermer la boîte de dialogue d'aide",
|
|
51
54
|
'fabric.editor.code': 'Code',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, code activé',
|
|
52
56
|
'fabric.editor.codeblock': 'Extrait de code (snippet)',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Insérer du code avec coloration syntaxique',
|
|
54
58
|
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Copier',
|
|
76
80
|
'fabric.editor.createComment': 'Commenter',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Vous pouvez uniquement commenter du texte et des titres',
|
|
82
|
+
'fabric.editor.customPanel': 'Volet personnalisé',
|
|
83
|
+
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
|
78
84
|
'fabric.editor.date': 'Date',
|
|
79
85
|
'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
|
|
80
86
|
'fabric.editor.decision': 'Décision',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': "Cette option d'affichage n'est pas disponible dans {node}",
|
|
89
95
|
'fabric.editor.displayText': 'Texte à afficher',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Répartir entre les colonnes',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
98
|
+
'fabric.editor.ecombedDescription': "Affichez un aperçu interactif d'un lien",
|
|
91
99
|
'fabric.editor.edit': 'Modifier',
|
|
92
100
|
'fabric.editor.editAltText': 'Modifier le texte alternatif',
|
|
93
101
|
'fabric.editor.editDateText': 'Modifier la date',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter à modifier',
|
|
96
104
|
'fabric.editor.editStatusColor': "Modifier la couleur de l'état",
|
|
97
105
|
'fabric.editor.editStatusText': "Modifier l'état",
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Contenu éditable',
|
|
98
107
|
'fabric.editor.editorHelp': "Aide pour l'éditeur",
|
|
108
|
+
'fabric.editor.editors': 'Éditeurs',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Aide',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Toutes',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Essayez de rechercher un autre terme ou découvrez de nouvelles apps pour les produits Atlassian.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorer Atlassian Marketplace',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Parcourir',
|
|
125
|
+
'fabric.editor.embedTitle': 'Intégrer',
|
|
115
126
|
'fabric.editor.emoji': 'Émoticône',
|
|
116
127
|
'fabric.editor.emoji.description': 'Ajouter des émoticônes pour exprimer vos idées 🎉 et vos émotions 😄',
|
|
117
128
|
'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuler',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Voulez-vous vraiment continuer ?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': "Les commandes de la barre d'outils flottante sont ouvertes",
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': "Barre d'outils flottante",
|
|
136
149
|
'fabric.editor.headerColumn': "Colonne de l'en-tête",
|
|
137
150
|
'fabric.editor.headerRow': "Ligne d'en-tête",
|
|
138
151
|
'fabric.editor.heading1': 'En-tête 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Utilisez ceci pour regrouper des éléments de liste',
|
|
148
161
|
'fabric.editor.heading6': 'En-tête 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'Utilisez ceci pour définir un sous-titre',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tâche',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide",
|
|
150
170
|
'fabric.editor.help': 'Aide',
|
|
151
171
|
'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Étiquette de lien',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Les suggestions apparaîtront au fur et à mesure que vous saisissez du texte dans le champ',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {aucun résultat} one {{count,number} résultat trouvé} other {{count,number} résultats trouvés}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Informations',
|
|
161
182
|
'fabric.editor.infoPanel': "Volet d'informations",
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Sur la même ligne',
|
|
163
186
|
'fabric.editor.insertColumn': 'Insérer une colonne à droite',
|
|
164
187
|
'fabric.editor.insertMenu': 'Insertion',
|
|
165
188
|
'fabric.editor.insertRow': 'Insérer une ligne en dessous',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'Respecter la casse',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Supprimer',
|
|
183
207
|
'fabric.editor.mention': 'Mention',
|
|
184
208
|
'fabric.editor.mention.description': 'Mentionner une personne pour lui envoyer une notification',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'icône-ajout',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
185
211
|
'fabric.editor.mergeCells': 'Fusionner les cellules',
|
|
186
212
|
'fabric.editor.moreFormatting': 'Plus de formatage',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Aucun résultat',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Panneau de notes',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Ajouter une note dans un cadre coloré',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Colonne numérotée',
|
|
219
|
+
'fabric.editor.off': '{formattingType} désactivé(e)',
|
|
220
|
+
'fabric.editor.on': '{formattingType} activé',
|
|
193
221
|
'fabric.editor.orderedList': 'Liste numérotée',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
|
|
195
223
|
'fabric.editor.other': 'Autres…',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Actions de page',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
|
|
197
226
|
'fabric.editor.panel.emoji': 'Ajouter une émoticône',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Coller le texte brut',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Rétablir',
|
|
205
234
|
'fabric.editor.remove': 'Supprimer',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Supprimer la colonne} other {Supprimer les colonnes}}',
|
|
236
|
+
'fabric.editor.removeEmoji': "Supprimer l'émoticône",
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Supprimer la ligne} other {Supprimer les lignes}}',
|
|
208
238
|
'fabric.editor.replace': 'Remplacer',
|
|
209
239
|
'fabric.editor.replaceAll': 'Remplacer tout',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Barre latérale de droite',
|
|
213
243
|
'fabric.editor.saveButton': 'Enregistrer',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Sélectionner le langage',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Colonne unique',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Trier la colonne de A à Z',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
|
|
218
248
|
'fabric.editor.splitCell': 'Partager la cellule',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Barrer',
|
|
224
254
|
'fabric.editor.subTask': 'Sous-tâche',
|
|
225
255
|
'fabric.editor.subscript': 'Indice',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Indice désactivé, exposant activé',
|
|
226
257
|
'fabric.editor.success': 'Opération réussie',
|
|
227
258
|
'fabric.editor.successPanel': 'Panneau de réussite',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Ajouter des astuces dans un cadre coloré',
|
|
229
260
|
'fabric.editor.superscript': 'Exposant',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Exposant désactivé, indice activé',
|
|
230
262
|
'fabric.editor.supportAltText': "Le texte alternatif est utile pour les personnes utilisant des lecteurs d'écran en raison d'une déficience visuelle.",
|
|
231
263
|
'fabric.editor.table': 'Tableau',
|
|
232
264
|
'fabric.editor.table.description': 'Insérer un tableau',
|
|
233
265
|
'fabric.editor.tableOptions': 'Options du tableau',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'La suppression de ce tableau
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'La suppression de ce tableau va rompre tous les graphiques qui y sont connectés.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer le tableau et les données',
|
|
236
268
|
'fabric.editor.task': 'Tâche',
|
|
237
269
|
'fabric.editor.taskPlaceholder': "Saisissez votre action, utilisez « @ » pour l'assigner à quelqu'un.",
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Mise en forme du texte désactivée',
|
|
238
271
|
'fabric.editor.textColor': 'Couleur du texte',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Moins de couleurs',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Plus de couleurs',
|
|
241
272
|
'fabric.editor.textStyles': 'Styles de texte',
|
|
242
273
|
'fabric.editor.threeColumns': 'Trois colonnes',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Trois colonnes avec barres latérales',
|
|
244
275
|
'fabric.editor.time.ago': 'Il y a',
|
|
245
276
|
'fabric.editor.time.updated': 'Mise à jour',
|
|
246
277
|
'fabric.editor.time.viewed': 'Consultation',
|
|
278
|
+
'fabric.editor.toolbarLabel': "Barre d'outils de l'éditeur",
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Fichiers et images',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'un panneau',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'une liste',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'une liste de décisions',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'une mesure',
|
|
253
286
|
'fabric.editor.twoColumns': 'Deux colonnes',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Résultats de la saisie semi-automatique',
|
|
254
288
|
'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
|
|
255
289
|
'fabric.editor.underline': 'Souligner',
|
|
256
290
|
'fabric.editor.undo': 'Annuler',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Liste à puces',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Créer une liste non ordonnée',
|
|
260
294
|
'fabric.editor.url': "Afficher l'URL",
|
|
295
|
+
'fabric.editor.urlDescription': "Affichez le lien sous forme d'URL",
|
|
296
|
+
'fabric.editor.urlTitle': 'URL',
|
|
261
297
|
'fabric.editor.viewMore': 'Voir plus',
|
|
262
298
|
'fabric.editor.visit': 'Ouvrir le lien dans une nouvelle fenêtre',
|
|
263
299
|
'fabric.editor.warning': 'Avertissement',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -8,20 +8,20 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Hungarian
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Teendő',
|
|
17
17
|
'fabric.editor.action.description': 'Műveleti elemek létrehozása és hozzárendelése',
|
|
18
18
|
'fabric.editor.addAltText': 'Alternatív szöveg',
|
|
19
|
-
'fabric.editor.alignCenter': '
|
|
19
|
+
'fabric.editor.alignCenter': 'None',
|
|
20
20
|
'fabric.editor.alignImageCenter': 'Középre igazítás',
|
|
21
21
|
'fabric.editor.alignImageLeft': 'Balra igazítás',
|
|
22
22
|
'fabric.editor.alignImageRight': 'Jobbra igazítás',
|
|
23
23
|
'fabric.editor.alignLeft': 'Balra igazítás',
|
|
24
|
-
'fabric.editor.alignRight': '
|
|
24
|
+
'fabric.editor.alignRight': 'None',
|
|
25
25
|
'fabric.editor.alignment': 'Szöveg igazítása',
|
|
26
26
|
'fabric.editor.altText': 'Képleírás szövege',
|
|
27
27
|
'fabric.editor.alttext.validation': 'Távolíts el minden speciális karaktert az alternatív szövegből.',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'Jegyzeteszköztár',
|
|
30
30
|
'fabric.editor.backLink': 'Vissza',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'A beillesztett link a(z) {node} csomóponton belül található, és nem módosítható a nézete',
|
|
32
|
+
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
33
|
+
'fabric.editor.blockTitle': 'Kártya',
|
|
32
34
|
'fabric.editor.blockquote': 'Idézet',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Idézet beszúrása',
|
|
34
36
|
'fabric.editor.blockquote2': 'Idézőjel',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Kártya beállításai',
|
|
41
43
|
'fabric.editor.cellBackground': 'Cella háttere',
|
|
42
44
|
'fabric.editor.cellOptions': 'Cellabeállítások',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Írj be valamit…',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Alternatív szöveg eltávolítása',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Cella tartalmának törlése} other {Cellák tartalmának törlése}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Formázás törlése',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Bezárás',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'Súgóablak bezárása',
|
|
51
54
|
'fabric.editor.code': 'Kód',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, kódformázás bekapcsolva',
|
|
52
56
|
'fabric.editor.codeblock': 'Kódrészlet',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Kód megjelenítése szintaxiskiemeléssel',
|
|
54
58
|
'fabric.editor.collapseTable': 'Táblázat összecsukása',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Másolás',
|
|
76
80
|
'fabric.editor.createComment': 'Megjegyzés',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
|
|
82
|
+
'fabric.editor.customPanel': 'Egyéni panel',
|
|
83
|
+
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
|
78
84
|
'fabric.editor.date': 'Dátum',
|
|
79
85
|
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
80
86
|
'fabric.editor.decision': 'Döntés',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Ez a megjelenítési lehetőség nem érhető el itt: {node}',
|
|
89
95
|
'fabric.editor.displayText': 'Megjelenítendő szöveg',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Oszlopok felosztása',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokumentum',
|
|
98
|
+
'fabric.editor.ecombedDescription': 'Link interaktív előnézetének megjelenítése',
|
|
91
99
|
'fabric.editor.edit': 'Szerkesztés',
|
|
92
100
|
'fabric.editor.editAltText': 'Alternatív szöveg szerkesztése',
|
|
93
101
|
'fabric.editor.editDateText': 'Dátum szerkesztése',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Meghívás szerkesztésre',
|
|
96
104
|
'fabric.editor.editStatusColor': 'Állapotszín szerkesztése',
|
|
97
105
|
'fabric.editor.editStatusText': 'Állapot szerkesztése',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Szerkeszthető tartalom',
|
|
98
107
|
'fabric.editor.editorHelp': 'Szerkesztő súgója',
|
|
108
|
+
'fabric.editor.editors': 'Szerkesztők',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Súgó',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Felügyelet',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Mind',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Próbálj más kifejezésre keresni, vagy fedezz fel új alkalmazásokat az Atlassian termékekhez.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace felfedezése',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Böngészés',
|
|
125
|
+
'fabric.editor.embedTitle': 'Beágyazás',
|
|
115
126
|
'fabric.editor.emoji': 'Emoji',
|
|
116
127
|
'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
|
|
117
128
|
'fabric.editor.emptyLink': 'Adj meg egy linket.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Mégse',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Biztos vagy benne?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Megnyitottad a lebegő eszköztárvezérlőket',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Lebegő eszköztár',
|
|
136
149
|
'fabric.editor.headerColumn': 'Fejlécoszlop',
|
|
137
150
|
'fabric.editor.headerRow': 'Fejlécsor',
|
|
138
151
|
'fabric.editor.heading1': '1. szintű címsor',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Használja ezt listaelemek csoportosításához',
|
|
148
161
|
'fabric.editor.heading6': '6. szintű címsor',
|
|
149
162
|
'fabric.editor.heading6Description': 'Használja ezt alacsony szintű címsorokhoz',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Hiba',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ügy',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Oldal',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Sztori',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Feladat',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása',
|
|
150
170
|
'fabric.editor.help': 'Súgó',
|
|
151
171
|
'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link címkéje',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'A rendszer a beírt szövegnek megfelelően jeleníti meg lent a javaslatokat',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nincs találat} one {{count,number} találat} other {{count,number} találat}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Információ',
|
|
161
182
|
'fabric.editor.infoPanel': 'Információs panel',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Link megjelenítése beágyazott szövegként',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Beágyazott',
|
|
163
186
|
'fabric.editor.insertColumn': 'Oszlop beszúrása jobbra',
|
|
164
187
|
'fabric.editor.insertMenu': 'Beszúrás',
|
|
165
188
|
'fabric.editor.insertRow': 'Sor beszúrása alább',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'Kis- és nagybetűk megkülönböztetése',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Hivatkozás hozzáadása',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Törlés',
|
|
183
207
|
'fabric.editor.mention': 'Említés',
|
|
184
208
|
'fabric.editor.mention.description': 'A kívánt személy említése értesítés küldéséhez',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'Hozzáadás ikon',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Említés',
|
|
185
211
|
'fabric.editor.mergeCells': 'Cellák egyesítése',
|
|
186
212
|
'fabric.editor.moreFormatting': 'További formázási lehetőségek',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Nincs találat',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Megjegyzés panel',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Számozott oszlop',
|
|
219
|
+
'fabric.editor.off': '{formattingType} kikapcsolva',
|
|
220
|
+
'fabric.editor.on': '{formattingType} bekapcsolva',
|
|
193
221
|
'fabric.editor.orderedList': 'Számozott lista',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Sorrendbe állított lista létrehozása',
|
|
195
223
|
'fabric.editor.other': 'Egyebek...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Oldalműveletek',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'Háttérszín',
|
|
197
226
|
'fabric.editor.panel.emoji': 'Emoji hozzáadása',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Egyszerű szöveg beillesztése',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Ismét',
|
|
205
234
|
'fabric.editor.remove': 'Eltávolítás',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Oszlop törlése} other {Oszlopok törlése}}',
|
|
236
|
+
'fabric.editor.removeEmoji': 'Emoji eltávolítása',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Sor törlése} other {Sorok törlése}}',
|
|
208
238
|
'fabric.editor.replace': 'Csere',
|
|
209
239
|
'fabric.editor.replaceAll': 'Az összes cseréje',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Jobb oldali oldalsáv',
|
|
213
243
|
'fabric.editor.saveButton': 'Mentés',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Programozási nyelv kiválasztása',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Egy oszlop',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Oszlop rendezése: A → Z',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Oszlop rendezése: Z → A',
|
|
218
248
|
'fabric.editor.splitCell': 'Cella felosztása',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Áthúzott',
|
|
224
254
|
'fabric.editor.subTask': 'Alfeladat',
|
|
225
255
|
'fabric.editor.subscript': 'Alsó index',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Alsó index kikapcsolva, felső index bekapcsolva',
|
|
226
257
|
'fabric.editor.success': 'Sikerült',
|
|
227
258
|
'fabric.editor.successPanel': 'Sikerült panel',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Tippek hozzáadása színes panelen',
|
|
229
260
|
'fabric.editor.superscript': 'Felső index',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Felső index kikapcsolva, alsó index bekapcsolva',
|
|
230
262
|
'fabric.editor.supportAltText': 'Az alternatív szöveg a látássérült felhasználók számára hasznos, akik képernyőolvasót használnak.',
|
|
231
263
|
'fabric.editor.table': 'Táblázat',
|
|
232
264
|
'fabric.editor.table.description': 'Táblázat beszúrása',
|
|
233
265
|
'fabric.editor.tableOptions': 'Táblázatbeállítások',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A táblázat
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A táblázat törlése károsítani fogja a hozzá kapcsolódó diagramokat is.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Táblázat és adatok eltávolítása',
|
|
236
268
|
'fabric.editor.task': 'Feladat',
|
|
237
269
|
'fabric.editor.taskPlaceholder': 'Írja be a műveletet. Az „@” jellel hozzárendelheti valakihez.',
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Szövegformázás kikapcsolva',
|
|
238
271
|
'fabric.editor.textColor': 'Szövegszín',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Kevesebb szín',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Több szín',
|
|
241
272
|
'fabric.editor.textStyles': 'Szövegstílusok',
|
|
242
273
|
'fabric.editor.threeColumns': 'Három oszlop',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Három oszlop oldalsávval',
|
|
244
275
|
'fabric.editor.time.ago': 'ezelőtt',
|
|
245
276
|
'fabric.editor.time.updated': 'Frissítve',
|
|
246
277
|
'fabric.editor.time.viewed': 'Megtekintve',
|
|
278
|
+
'fabric.editor.toolbarLabel': 'Szerkesztő eszköztár',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Fájlok és képek',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'egy lista',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'döntési lista',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'műveleti elem',
|
|
253
286
|
'fabric.editor.twoColumns': 'Két oszlop',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Előregépelési eredmények',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'Nem lehet megnyitni ezt a linket',
|
|
255
289
|
'fabric.editor.underline': 'Aláhúzott',
|
|
256
290
|
'fabric.editor.undo': 'Visszavonás',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Listajeles lista',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Sorrend nélküli lista létrehozása',
|
|
260
294
|
'fabric.editor.url': 'URL megjelenítése',
|
|
295
|
+
'fabric.editor.urlDescription': 'Link megjelenítése URL-ként',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL-cím',
|
|
261
297
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
|
262
298
|
'fabric.editor.visit': 'Hivatkozás megnyitása új ablakban',
|
|
263
299
|
'fabric.editor.warning': 'Figyelmeztetés',
|