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