@atlaskit/editor-common 77.4.5 → 78.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 +38 -0
- package/dist/cjs/i18n/cs.js +166 -3
- package/dist/cjs/i18n/da.js +143 -2
- package/dist/cjs/i18n/de.js +166 -3
- package/dist/cjs/i18n/en.js +143 -1
- package/dist/cjs/i18n/en_GB.js +143 -1
- package/dist/cjs/i18n/en_ZZ.js +143 -1
- package/dist/cjs/i18n/es.js +143 -2
- package/dist/cjs/i18n/fi.js +144 -2
- package/dist/cjs/i18n/fr.js +143 -2
- package/dist/cjs/i18n/hu.js +143 -2
- package/dist/cjs/i18n/it.js +143 -2
- package/dist/cjs/i18n/ja.js +144 -2
- package/dist/cjs/i18n/ko.js +143 -2
- package/dist/cjs/i18n/nb.js +145 -2
- package/dist/cjs/i18n/nl.js +143 -2
- package/dist/cjs/i18n/pl.js +144 -2
- package/dist/cjs/i18n/pt_BR.js +141 -2
- package/dist/cjs/i18n/ru.js +145 -2
- package/dist/cjs/i18n/sv.js +143 -2
- package/dist/cjs/i18n/th.js +143 -2
- package/dist/cjs/i18n/tr.js +144 -2
- package/dist/cjs/i18n/uk.js +143 -2
- package/dist/cjs/i18n/vi.js +93 -2
- package/dist/cjs/i18n/zh.js +95 -2
- package/dist/cjs/i18n/zh_TW.js +93 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +166 -3
- package/dist/es2019/i18n/da.js +143 -2
- package/dist/es2019/i18n/de.js +166 -3
- package/dist/es2019/i18n/en.js +143 -1
- package/dist/es2019/i18n/en_GB.js +143 -1
- package/dist/es2019/i18n/en_ZZ.js +143 -1
- package/dist/es2019/i18n/es.js +143 -2
- package/dist/es2019/i18n/fi.js +144 -2
- package/dist/es2019/i18n/fr.js +143 -2
- package/dist/es2019/i18n/hu.js +143 -2
- package/dist/es2019/i18n/it.js +143 -2
- package/dist/es2019/i18n/ja.js +144 -2
- package/dist/es2019/i18n/ko.js +143 -2
- package/dist/es2019/i18n/nb.js +145 -2
- package/dist/es2019/i18n/nl.js +143 -2
- package/dist/es2019/i18n/pl.js +144 -2
- package/dist/es2019/i18n/pt_BR.js +141 -2
- package/dist/es2019/i18n/ru.js +145 -2
- package/dist/es2019/i18n/sv.js +143 -2
- package/dist/es2019/i18n/th.js +143 -2
- package/dist/es2019/i18n/tr.js +144 -2
- package/dist/es2019/i18n/uk.js +143 -2
- package/dist/es2019/i18n/vi.js +93 -2
- package/dist/es2019/i18n/zh.js +95 -2
- package/dist/es2019/i18n/zh_TW.js +93 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +166 -3
- package/dist/esm/i18n/da.js +143 -2
- package/dist/esm/i18n/de.js +166 -3
- package/dist/esm/i18n/en.js +143 -1
- package/dist/esm/i18n/en_GB.js +143 -1
- package/dist/esm/i18n/en_ZZ.js +143 -1
- package/dist/esm/i18n/es.js +143 -2
- package/dist/esm/i18n/fi.js +144 -2
- package/dist/esm/i18n/fr.js +143 -2
- package/dist/esm/i18n/hu.js +143 -2
- package/dist/esm/i18n/it.js +143 -2
- package/dist/esm/i18n/ja.js +144 -2
- package/dist/esm/i18n/ko.js +143 -2
- package/dist/esm/i18n/nb.js +145 -2
- package/dist/esm/i18n/nl.js +143 -2
- package/dist/esm/i18n/pl.js +144 -2
- package/dist/esm/i18n/pt_BR.js +141 -2
- package/dist/esm/i18n/ru.js +145 -2
- package/dist/esm/i18n/sv.js +143 -2
- package/dist/esm/i18n/th.js +143 -2
- package/dist/esm/i18n/tr.js +144 -2
- package/dist/esm/i18n/uk.js +143 -2
- package/dist/esm/i18n/vi.js +93 -2
- package/dist/esm/i18n/zh.js +95 -2
- package/dist/esm/i18n/zh_TW.js +93 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/list-events.d.ts +2 -2
- package/dist/types/analytics/types/table-events.d.ts +6 -6
- package/dist/types/analytics/types/utils.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +163 -0
- package/dist/types/i18n/da.d.ts +141 -0
- package/dist/types/i18n/de.d.ts +163 -0
- package/dist/types/i18n/en.d.ts +143 -1
- package/dist/types/i18n/en_GB.d.ts +143 -1
- package/dist/types/i18n/en_ZZ.d.ts +143 -1
- package/dist/types/i18n/es.d.ts +141 -0
- package/dist/types/i18n/fi.d.ts +142 -0
- package/dist/types/i18n/fr.d.ts +141 -0
- package/dist/types/i18n/hu.d.ts +141 -0
- package/dist/types/i18n/it.d.ts +141 -0
- package/dist/types/i18n/ja.d.ts +142 -0
- package/dist/types/i18n/ko.d.ts +141 -0
- package/dist/types/i18n/nb.d.ts +143 -0
- package/dist/types/i18n/nl.d.ts +141 -0
- package/dist/types/i18n/pl.d.ts +142 -0
- package/dist/types/i18n/pt_BR.d.ts +139 -0
- package/dist/types/i18n/ru.d.ts +143 -0
- package/dist/types/i18n/sv.d.ts +141 -0
- package/dist/types/i18n/th.d.ts +141 -0
- package/dist/types/i18n/tr.d.ts +142 -0
- package/dist/types/i18n/uk.d.ts +141 -0
- package/dist/types/i18n/vi.d.ts +91 -0
- package/dist/types/i18n/zh.d.ts +93 -0
- package/dist/types/i18n/zh_TW.d.ts +91 -0
- package/dist/types/types/feature-flags.d.ts +0 -41
- package/dist/types-ts4.5/analytics/types/list-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/table-events.d.ts +6 -6
- package/dist/types-ts4.5/analytics/types/utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +163 -0
- package/dist/types-ts4.5/i18n/da.d.ts +141 -0
- package/dist/types-ts4.5/i18n/de.d.ts +163 -0
- package/dist/types-ts4.5/i18n/en.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +143 -1
- package/dist/types-ts4.5/i18n/es.d.ts +141 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +142 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +141 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +141 -0
- package/dist/types-ts4.5/i18n/it.d.ts +141 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +142 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +141 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +143 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +141 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +142 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +139 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +143 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +141 -0
- package/dist/types-ts4.5/i18n/th.d.ts +141 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +142 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +141 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +91 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +93 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +91 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -41
- package/package.json +3 -3
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -15,8 +15,10 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Tehtävä',
|
|
17
17
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
18
|
+
'fabric.editor.addAltText': 'Vaihtoehtoinen teksti',
|
|
18
19
|
'fabric.editor.addColumnLeft': 'Lisää sarake vasemmalle',
|
|
19
20
|
'fabric.editor.addColumnRight': 'Lisää sarake oikealle',
|
|
21
|
+
'fabric.editor.addImageBorder': 'Lisää reuna',
|
|
20
22
|
'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
|
|
21
23
|
'fabric.editor.addRowAbove': 'Lisää rivi yläpuolelle',
|
|
22
24
|
'fabric.editor.addRowBelow': 'Lisää rivi alapuolelle',
|
|
@@ -26,7 +28,11 @@ var _default = exports.default = {
|
|
|
26
28
|
'fabric.editor.alignImageRight': 'Tasaa oikealle',
|
|
27
29
|
'fabric.editor.alignLeft': 'Tasaa vasemmalle',
|
|
28
30
|
'fabric.editor.alignRight': 'Tasaa oikealle',
|
|
31
|
+
'fabric.editor.alignment': 'Tekstin tasaus',
|
|
32
|
+
'fabric.editor.altText': 'Alt-teksti',
|
|
33
|
+
'fabric.editor.alttext.validation': 'Poista erikoismerkit vaihtoehtoisesta tekstistä.',
|
|
29
34
|
'fabric.editor.annotationToolbar': 'Huomautuspalkki',
|
|
35
|
+
'fabric.editor.backLink': 'Siirry takaisin',
|
|
30
36
|
'fabric.editor.backgroundColor': 'Taustaväri',
|
|
31
37
|
'fabric.editor.blockCardUnavailable': 'Sisäelementtilinkki on solmun {node} sisällä, eikä sen näkymää voi muuttaa',
|
|
32
38
|
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
@@ -42,10 +48,15 @@ var _default = exports.default = {
|
|
|
42
48
|
'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
|
|
43
49
|
'fabric.editor.cellBackground': 'Solun tausta',
|
|
44
50
|
'fabric.editor.cellOptions': 'Soluvalinnat',
|
|
51
|
+
'fabric.editor.checkUncheckActionItem': 'Vaihda tehtävä',
|
|
52
|
+
'fabric.editor.clearAltTextEdit': 'Tyhjennä vaihtoehtoinen teksti',
|
|
45
53
|
'fabric.editor.clearCells': '{0, plural, one {Tyhjennä solu} other {Tyhjennä solua}}',
|
|
46
54
|
'fabric.editor.clearFormatting': 'Tyhjennä muotoilu',
|
|
47
55
|
'fabric.editor.clearLink': 'Tyhjennä linkki',
|
|
48
56
|
'fabric.editor.clearLinkText': 'Tyhjennä teksti',
|
|
57
|
+
'fabric.editor.closeAltTextEdit': 'Takaisin',
|
|
58
|
+
'fabric.editor.closeFindReplaceDialog': 'Sulje',
|
|
59
|
+
'fabric.editor.closeHelpDialog': 'Sulje apudialogi',
|
|
49
60
|
'fabric.editor.code': 'Koodi',
|
|
50
61
|
'fabric.editor.code.on': '{textFormattingOff}, koodinmuokkaus käytössä',
|
|
51
62
|
'fabric.editor.codeBidiWarningLabel': 'Kaksisuuntaiset merkit muuttavat tekstin renderöintijärjestystä. Tätä voidaan hyödyntää haitallisen koodin peittämisessä.',
|
|
@@ -60,6 +71,25 @@ var _default = exports.default = {
|
|
|
60
71
|
'fabric.editor.columnDragHandle': 'Sarakeasetukset',
|
|
61
72
|
'fabric.editor.columns': 'Asettelut',
|
|
62
73
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
74
|
+
'fabric.editor.configFailedToLoad': 'Ei voitu ladata',
|
|
75
|
+
'fabric.editor.configPanel.cancel': 'Peruuta',
|
|
76
|
+
'fabric.editor.configPanel.close': 'Sulje',
|
|
77
|
+
'fabric.editor.configPanel.customSelect.createOption': 'Luo',
|
|
78
|
+
'fabric.editor.configPanel.dateRange.custom.from': 'Alkaen',
|
|
79
|
+
'fabric.editor.configPanel.dateRange.custom.to': 'Päättyen',
|
|
80
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Kutista',
|
|
81
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': 'Laajenna',
|
|
82
|
+
'fabric.editor.configPanel.dateRange.option.custom': 'Mukautettu',
|
|
83
|
+
'fabric.editor.configPanel.documentation': 'Dokumentaatio',
|
|
84
|
+
'fabric.editor.configPanel.errorBoundary.note': 'Tiimille on ilmoitettu. Voit edelleen muokata tätä sivua ja julkaista sen tai katsoa lisätietoja virhekonsolista.',
|
|
85
|
+
'fabric.editor.configPanel.errorBoundary.title': 'Jotain meni pieleen.',
|
|
86
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Ei voi yhdistää kohdetta isMultiple tyyliin: radio',
|
|
87
|
+
'fabric.editor.configPanel.formType.addField': 'Lisää kenttä',
|
|
88
|
+
'fabric.editor.configPanel.formType.removeField': 'Poista kenttä',
|
|
89
|
+
'fabric.editor.configPanel.help': 'Tarvitsetko apua?',
|
|
90
|
+
'fabric.editor.configPanel.invalid': 'Virheellinen kenttä',
|
|
91
|
+
'fabric.editor.configPanel.required': 'Pakollinen kenttä',
|
|
92
|
+
'fabric.editor.configPanel.submit': 'Lähetä',
|
|
63
93
|
'fabric.editor.copiedToClipboard': 'Kopioitu!',
|
|
64
94
|
'fabric.editor.copyToClipboard': 'Kopioi',
|
|
65
95
|
'fabric.editor.cornerControl': 'Korosta taulu',
|
|
@@ -71,12 +101,16 @@ var _default = exports.default = {
|
|
|
71
101
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
72
102
|
'fabric.editor.datasource.jiraIssue': 'Jira-asiat',
|
|
73
103
|
'fabric.editor.datasource.jiraIssue.description': 'Lisää Jira-asioita Jira Cloudista parannetulla haulla, suodatuksella ja määrityksellä.',
|
|
104
|
+
'fabric.editor.datasourceAppearanceTitle': 'Taulukko',
|
|
74
105
|
'fabric.editor.datasourceTitle': 'Muokkaa hakukyselyä',
|
|
75
106
|
'fabric.editor.date': 'Päivämäärä',
|
|
76
107
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
77
108
|
'fabric.editor.decision': 'Päätös',
|
|
78
109
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
110
|
+
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
111
|
+
'fabric.editor.decreaseSize': 'Pienennä kokoa',
|
|
79
112
|
'fabric.editor.defaultAltText': 'Listamerkintä',
|
|
113
|
+
'fabric.editor.description': 'Kuvaus',
|
|
80
114
|
'fabric.editor.displayBlock': 'Näytä kortti',
|
|
81
115
|
'fabric.editor.displayEmbed': 'Näytä upotus',
|
|
82
116
|
'fabric.editor.displayInline': 'Näytä sisäelementti',
|
|
@@ -84,19 +118,37 @@ var _default = exports.default = {
|
|
|
84
118
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tämä näyttövaihtoehto ei ole saatavana solmussa {node}',
|
|
85
119
|
'fabric.editor.displayText': 'Näytettävä teksti',
|
|
86
120
|
'fabric.editor.distributeColumns': 'Jaa sarakkeet',
|
|
121
|
+
'fabric.editor.dropPlaceholderLabel': 'Asiakirja',
|
|
87
122
|
'fabric.editor.ecombedDescription': 'Näytä linkin interaktiivinen esikatselu',
|
|
123
|
+
'fabric.editor.edit': 'Muokkaa',
|
|
88
124
|
'fabric.editor.edit.datasource': 'Muokkaa hakukyselyä',
|
|
125
|
+
'fabric.editor.editAltText': 'Muokkaa vaihtoehtoista tekstiä',
|
|
89
126
|
'fabric.editor.editDateText': 'Muokkaa päiväystä',
|
|
90
127
|
'fabric.editor.editLink': 'Muokkaa linkkiä',
|
|
91
128
|
'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
|
|
92
129
|
'fabric.editor.editStatusColor': 'Muokkaa tilaväriä',
|
|
93
130
|
'fabric.editor.editStatusText': 'Muokkaa tilaa',
|
|
94
131
|
'fabric.editor.editableContentLabel': 'Muokattava sisältö',
|
|
132
|
+
'fabric.editor.editorHelp': 'Muokkaimen ohje',
|
|
133
|
+
'fabric.editor.editors': 'Muokkaajat',
|
|
134
|
+
'fabric.editor.elementBrowser.help': 'Ohje',
|
|
135
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': 'Ylläpito',
|
|
136
|
+
'fabric.editor.elementbrowser.categorylist.category-all': 'Kaikki',
|
|
137
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': 'Viestintä',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-sisältö',
|
|
139
|
+
'fabric.editor.elementbrowser.categorylist.category-development': 'Kehittäminen',
|
|
140
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Ulkoinen sisältö',
|
|
141
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Muotoilu',
|
|
142
|
+
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
143
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Selaaminen',
|
|
144
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Raportointi',
|
|
145
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Grafiikka ja kuvat',
|
|
95
146
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ei hakutuloksia',
|
|
96
147
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hae käyttämällä eri termiä tai tutustu uusiin Atlassian-tuotteiden sovelluksiin.',
|
|
97
148
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Tutustu Atlassian Marketplaceen',
|
|
98
149
|
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Ei hakutuloksia',
|
|
99
150
|
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'ehdotus käytettävissä kirjoitetulle tekstille.',
|
|
151
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'ehdotusta käytettävissä kirjoitetulle tekstille.',
|
|
100
152
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Lisää',
|
|
101
153
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Haku',
|
|
102
154
|
'fabric.editor.elementbrowser.sidebar.heading': 'Selaa',
|
|
@@ -105,6 +157,7 @@ var _default = exports.default = {
|
|
|
105
157
|
'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
|
|
106
158
|
'fabric.editor.emptyLink': 'Anna linkki.',
|
|
107
159
|
'fabric.editor.epic': 'Eepos',
|
|
160
|
+
'fabric.editor.error': 'Virhe',
|
|
108
161
|
'fabric.editor.errorPanel': 'Virhepaneeli',
|
|
109
162
|
'fabric.editor.errorPanel.description': 'Paljasta virheet värillisessä paneelissa',
|
|
110
163
|
'fabric.editor.expand': 'Laajenna',
|
|
@@ -112,13 +165,29 @@ var _default = exports.default = {
|
|
|
112
165
|
'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
|
|
113
166
|
'fabric.editor.expandNode': 'Laajenna sisältöä',
|
|
114
167
|
'fabric.editor.expandPlaceholder': 'Anna tälle laajennukselle otsikko...',
|
|
168
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
|
|
115
169
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Poistetaan',
|
|
170
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Poista',
|
|
116
171
|
'fabric.editor.extension.deleteElementTitle': 'Poista elementti',
|
|
117
172
|
'fabric.editor.extension.sourceNoTitledName': 'tämä elementti',
|
|
173
|
+
'fabric.editor.extensions.config-panel.save-indicator': 'Kaikki muutokset tallennetaan aina automaattisesti',
|
|
118
174
|
'fabric.editor.failed_to_upload': 'Lataaminen epäonnistui',
|
|
119
175
|
'fabric.editor.feedbackDialog': 'Anna palautetta',
|
|
120
176
|
'fabric.editor.feedbackDialog.description': 'Kerro meille uuden muokkaajan käyttökokemuksestasi',
|
|
177
|
+
'fabric.editor.find': 'Etsi',
|
|
178
|
+
'fabric.editor.findNext': 'Etsi seuraava',
|
|
179
|
+
'fabric.editor.findPrevious': 'Etsi edellinen',
|
|
180
|
+
'fabric.editor.findReplaceToolbarButton': 'Etsi ja korvaa',
|
|
181
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'Peruuta',
|
|
121
182
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Poista myös liitetyt elementit',
|
|
183
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 liitetty elementti)} other {{name} (+{amount,number} liitettyä elementtiä)}}',
|
|
184
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': 'Oletko varma?',
|
|
185
|
+
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
186
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Kelluvan työkalupalkin valinnat on avattu',
|
|
187
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Kelluva työkalupalkki',
|
|
188
|
+
'fabric.editor.floatingToolbar.scrollLeft': 'Vieritä vasemmalle',
|
|
189
|
+
'fabric.editor.floatingToolbar.scrollRight': 'Vieritä oikealle',
|
|
190
|
+
'fabric.editor.focusTableResizeHandle': 'Fokustaulukon koonmuutoskahva',
|
|
122
191
|
'fabric.editor.headerColumn': 'Otsikkosarake',
|
|
123
192
|
'fabric.editor.headerRow': 'Otsikkorivi',
|
|
124
193
|
'fabric.editor.heading1': 'Otsikko 1',
|
|
@@ -141,6 +210,7 @@ var _default = exports.default = {
|
|
|
141
210
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tehtävä',
|
|
142
211
|
'fabric.editor.help': 'Ohje',
|
|
143
212
|
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
213
|
+
'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
|
|
144
214
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
145
215
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
146
216
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Liitä tai hae linkki',
|
|
@@ -149,20 +219,33 @@ var _default = exports.default = {
|
|
|
149
219
|
'fabric.editor.hyperlink.textVisibleLabel': 'Näytä teksti (valinnainen)',
|
|
150
220
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
|
|
151
221
|
'fabric.editor.image': 'Kuva',
|
|
222
|
+
'fabric.editor.image.fullWidthLabel': 'Täysi leveys',
|
|
223
|
+
'fabric.editor.imageBorderBold': 'Voimakas',
|
|
224
|
+
'fabric.editor.imageBorderColor': 'Väri',
|
|
225
|
+
'fabric.editor.imageBorderMedium': 'Keskikokoinen',
|
|
226
|
+
'fabric.editor.imageBorderOptions': 'Reunan asetukset',
|
|
227
|
+
'fabric.editor.imageBorderSize': 'Koko',
|
|
228
|
+
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
152
229
|
'fabric.editor.improvement': 'Parannus',
|
|
230
|
+
'fabric.editor.increaseSize': 'Suurenna kokoa',
|
|
153
231
|
'fabric.editor.indent': 'Sisennys',
|
|
232
|
+
'fabric.editor.info': 'Tietoja',
|
|
154
233
|
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
155
234
|
'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
|
|
156
235
|
'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
|
|
157
236
|
'fabric.editor.inlineOverlay': 'Muokkaa',
|
|
158
237
|
'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
|
|
238
|
+
'fabric.editor.inputQueryAssistiveTxt': 'Kun automaattitäydennyksen tuloksia on saatavilla, selaa niiden välillä ylös- ja alas-nuolilla ja valitse painamalla Enter. Kosketuslaitteilla selaa tuloksia koskettamalla tai pyyhkäisyllä.',
|
|
159
239
|
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
160
240
|
'fabric.editor.insertColumnDrag': 'Lisää sarake',
|
|
161
|
-
'fabric.editor.insertMenu': 'Lisää',
|
|
241
|
+
'fabric.editor.insertMenu': 'Lisää elementtejä',
|
|
162
242
|
'fabric.editor.insertRow': 'Lisää rivi alle',
|
|
163
243
|
'fabric.editor.insertRowDrag': 'Lisää rivi',
|
|
244
|
+
'fabric.editor.invalidDateError': 'Anna käypä päiväys',
|
|
164
245
|
'fabric.editor.invalidLink': 'Anna käypä linkki.',
|
|
246
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Kutsu tiimikaveri tuotteeseen {productName}} trusted {Kutsu tiimikaveri tuotteeseen {productName}} other {Lisää tiimikaveri tuotteeseen {productName}}}',
|
|
165
247
|
'fabric.editor.italic': 'Kursivoitu',
|
|
248
|
+
'fabric.editor.keyboardShortcuts': 'Pikanäppäimet',
|
|
166
249
|
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
167
250
|
'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
|
|
168
251
|
'fabric.editor.layoutWide': 'Levennä',
|
|
@@ -172,12 +255,32 @@ var _default = exports.default = {
|
|
|
172
255
|
'fabric.editor.linkAddress': 'Linkitä osoite',
|
|
173
256
|
'fabric.editor.linkPlaceholder': 'Liimaa linkki',
|
|
174
257
|
'fabric.editor.lists': 'Luettelot',
|
|
258
|
+
'fabric.editor.markdown': 'Markdown-merkintäkieli',
|
|
259
|
+
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
260
|
+
'fabric.editor.media.MediaWidthIsMin': 'Media pienennettiin vähimmäiskokoon',
|
|
261
|
+
'fabric.editor.media.decreased': 'pienennetty',
|
|
262
|
+
'fabric.editor.media.increased': 'suurennettu',
|
|
263
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media suurennettiin enimmäiskokoon',
|
|
264
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'korkeuden arvo',
|
|
265
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Korkeus',
|
|
266
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Enimmäisleveys {maxWidth} pikseliä',
|
|
267
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Enimmäisleveys {maxWidth} pikseliä',
|
|
268
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Muunna pikseleiksi',
|
|
269
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Siirry prosenteista kiinteisiin pikselikokoihin',
|
|
270
|
+
'fabric.editor.media.pixelEntry.submitButtonText': 'Lähetä',
|
|
271
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Leveyden vahvistus epäonnistui',
|
|
175
272
|
'fabric.editor.mediaAddLink': 'Lisää linkki',
|
|
176
273
|
'fabric.editor.mediaFiles': 'Kuva, video tai tiedosto',
|
|
177
274
|
'fabric.editor.mediaFiles.description': 'Lisää kuvia ja muita tiedostoja sivullesi',
|
|
275
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Poista',
|
|
276
|
+
'fabric.editor.media_change_mediainline_caption_warn': 'Sisäelementti (kuvateksti poistetaan)',
|
|
277
|
+
'fabric.editor.media_change_mediainline_default': 'Tekstiin sitoutuva',
|
|
178
278
|
'fabric.editor.media_change_mediasingle': 'Alkuperäinen koko',
|
|
179
279
|
'fabric.editor.mention': 'Maininta',
|
|
180
280
|
'fabric.editor.mention.description': 'Merkitse joku henkilö lähettääksesi hänelle ilmoituksen',
|
|
281
|
+
'fabric.editor.mentionNode.label': 'Merkitty käyttäjä',
|
|
282
|
+
'fabric.editor.mentionsAddLabel': 'lisää-kuvake',
|
|
283
|
+
'fabric.editor.mentionsIconLabel': 'Maininta',
|
|
181
284
|
'fabric.editor.mergeCells': 'Yhdistä solut',
|
|
182
285
|
'fabric.editor.moreFormatting': 'Lisää muotoilua',
|
|
183
286
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Siirrä sarake vasemmalle} other {Siirrä sarakkeet vasemmalle}}',
|
|
@@ -186,7 +289,10 @@ var _default = exports.default = {
|
|
|
186
289
|
'fabric.editor.moveRowUp': '{0, plural, one {Siirrä rivi ylös} other {Siirrä rivit ylös}}',
|
|
187
290
|
'fabric.editor.navigate.toolbar.editor': 'Siirry editorin työkalupalkkiin',
|
|
188
291
|
'fabric.editor.navigate.toolbar.floating': 'Siirry kelluvaan työkalupalkkiin',
|
|
292
|
+
'fabric.editor.noResultsFound': 'Ei tuloksia',
|
|
293
|
+
'fabric.editor.noSearchResults': 'Ei hakutuloksia',
|
|
189
294
|
'fabric.editor.normal': 'Normaali teksti',
|
|
295
|
+
'fabric.editor.note': 'Huomautus',
|
|
190
296
|
'fabric.editor.notePanel': 'Huomautuspaneeli',
|
|
191
297
|
'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
|
|
192
298
|
'fabric.editor.numberedColumn': 'Numeroitu sarake',
|
|
@@ -198,20 +304,39 @@ var _default = exports.default = {
|
|
|
198
304
|
'fabric.editor.other': 'Muut...',
|
|
199
305
|
'fabric.editor.outdent': 'Ulonnus',
|
|
200
306
|
'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
|
|
307
|
+
'fabric.editor.panel.backgroundColor': 'Taustaväri',
|
|
308
|
+
'fabric.editor.panel.emoji': 'Lisää emoji',
|
|
309
|
+
'fabric.editor.pasteOptions': 'Liittämisasetusten kelluvat ohjaimet',
|
|
310
|
+
'fabric.editor.pastePlainText': 'Liimaa tavallinen teksti',
|
|
311
|
+
'fabric.editor.placeholderAltText': 'Kuvaile tätä kuvaa vaihtoehtoisella tekstillä',
|
|
201
312
|
'fabric.editor.placeholderText': 'Paikkamerkin teksti',
|
|
202
313
|
'fabric.editor.placeholderText.description': 'Aseta tekstin paikkamerkki sivulle',
|
|
314
|
+
'fabric.editor.placeholderTextPlaceholder': 'Lisää paikkamerkin teksti',
|
|
315
|
+
'fabric.editor.plainText': 'Käytä perustekstiä',
|
|
316
|
+
'fabric.editor.quickInsert': 'Pikalisäys',
|
|
203
317
|
'fabric.editor.recordVideo': 'Tallenna video',
|
|
204
318
|
'fabric.editor.recordVideo.description': 'Tallenna video Loomin avulla',
|
|
205
319
|
'fabric.editor.redo': 'Tee uudelleen',
|
|
206
320
|
'fabric.editor.remove': 'Poista',
|
|
207
321
|
'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
|
|
208
322
|
'fabric.editor.removeEmoji': 'Poista emoji',
|
|
323
|
+
'fabric.editor.removeImageBorder': 'Poista reuna',
|
|
209
324
|
'fabric.editor.removeRows': '{0, plural, one {Poista rivi} other {Poista rivit}}',
|
|
325
|
+
'fabric.editor.replace': 'Korvaa',
|
|
326
|
+
'fabric.editor.replaceAll': 'Korvaa kaikki',
|
|
327
|
+
'fabric.editor.replaceWith': 'Korvaa kohteella',
|
|
328
|
+
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
329
|
+
'fabric.editor.richText': 'Käytä rikastettua tekstiä',
|
|
210
330
|
'fabric.editor.rightSidebar': 'Oikea sivupalkki',
|
|
211
331
|
'fabric.editor.rowControl': 'Korosta rivi',
|
|
212
332
|
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
213
333
|
'fabric.editor.saveButton': 'Tallenna',
|
|
334
|
+
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} hakutulos saatavilla. Selaa vaihtoehtoja nuoli ylös- ja nuoli alas ‑näppäimillä. Valitse vaihtoehto painamalla Enter-näppäintä.} other {{itemsLength,number} hakutulosta saatavilla. Selaa vaihtoehtoja nuoli ylös- ja nuoli alas ‑näppäimillä. Valitse vaihtoehto painamalla Enter-näppäintä.}}',
|
|
335
|
+
'fabric.editor.selectLanguage': 'Valitse kieli',
|
|
336
|
+
'fabric.editor.selectTableColumn': 'Valitse taulukkosarake',
|
|
337
|
+
'fabric.editor.selectTableRow': 'Valitse taulukkorivi',
|
|
214
338
|
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
339
|
+
'fabric.editor.shortcut': 'Tekstipikalinkki',
|
|
215
340
|
'fabric.editor.single': 'Yksittäinen sarake',
|
|
216
341
|
'fabric.editor.sortColumnASC': 'Lajittele sarake nousevassa järjestyksessä',
|
|
217
342
|
'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
|
|
@@ -226,10 +351,12 @@ var _default = exports.default = {
|
|
|
226
351
|
'fabric.editor.subTask': 'Alitehtävä',
|
|
227
352
|
'fabric.editor.subscript': 'Alaindeksi',
|
|
228
353
|
'fabric.editor.subscript.off.superscript.on': 'Alaindeksi pois käytöstä, yläindeksi käytössä',
|
|
354
|
+
'fabric.editor.success': 'Onnistunut',
|
|
229
355
|
'fabric.editor.successPanel': 'Onnistumispaneeli',
|
|
230
356
|
'fabric.editor.successPanel.description': 'Lisää vinkkejä värillisessä paneelissa',
|
|
231
357
|
'fabric.editor.superscript': 'Yläindeksi',
|
|
232
358
|
'fabric.editor.superscript.off.subscript.on': 'Yläindeksi pois käytöstä, alaindeksi käytössä',
|
|
359
|
+
'fabric.editor.supportAltText': 'Vaihtoehtoinen teksti on hyödyllinen niille, jotka käyttävät näytönlukuohjelmia näkörajoitteen vuoksi.',
|
|
233
360
|
'fabric.editor.table': 'Taulu',
|
|
234
361
|
'fabric.editor.table.description': 'Lisää taulukko',
|
|
235
362
|
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
@@ -244,14 +371,17 @@ var _default = exports.default = {
|
|
|
244
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista',
|
|
245
372
|
'fabric.editor.tables.resizeTable': 'Muuta taulukon kokoa',
|
|
246
373
|
'fabric.editor.task': 'Tehtävä',
|
|
374
|
+
'fabric.editor.taskPlaceholder': "Kirjoita toimintasi, käytä '@'-merkkiä määrätäksesi sen jollekin henkilölle.",
|
|
247
375
|
'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
|
|
376
|
+
'fabric.editor.textColor': 'Tekstin väri',
|
|
248
377
|
'fabric.editor.textStyles': 'Tekstityylit',
|
|
249
378
|
'fabric.editor.threeColumns': 'Kolme saraketta',
|
|
250
379
|
'fabric.editor.threeColumnsWithSidebars': 'Kolme saraketta sivupalkkien kanssa',
|
|
251
380
|
'fabric.editor.time.ago': 'sitten',
|
|
252
381
|
'fabric.editor.time.updated': 'Päivitetty',
|
|
253
382
|
'fabric.editor.time.viewed': 'Katseltu',
|
|
254
|
-
'fabric.editor.toolbarLabel': '
|
|
383
|
+
'fabric.editor.toolbarLabel': 'Editori',
|
|
384
|
+
'fabric.editor.toolbarMediaTitle': 'Lisää kuva, video tai tiedosto',
|
|
255
385
|
'fabric.editor.tooltip.blockPanel': 'paneeli',
|
|
256
386
|
'fabric.editor.tooltip.bulletList': 'luettelo',
|
|
257
387
|
'fabric.editor.tooltip.decisionList': 'päätösluettelo',
|
|
@@ -259,6 +389,15 @@ var _default = exports.default = {
|
|
|
259
389
|
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
260
390
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
261
391
|
'fabric.editor.twoColumns': 'Kaksi saraketta',
|
|
392
|
+
'fabric.editor.typeAhead.popupLabel': 'Kirjoituksen täydentämisen tulokset',
|
|
393
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi pikanäppäinvalintoja',
|
|
394
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Pikanäppäimet lisäyksille ja muotoilulle',
|
|
395
|
+
'fabric.editor.typeahead.emojiInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi emojivalintoja',
|
|
396
|
+
'fabric.editor.typeahead.emojiListItemLabel': 'Emojin {name} pikanäppäimen {shortcut} teksti',
|
|
397
|
+
'fabric.editor.typeahead.emojiPopupLabel': 'Emojipikanäppäimet',
|
|
398
|
+
'fabric.editor.typeahead.mentionInputLabel': 'Aloita kirjoittaminen hakeaksesi käyttäjiä, joita voit merkitä',
|
|
399
|
+
'fabric.editor.typeahead.mentionPopupLabel': 'Käyttäjät, joita voit merkitä',
|
|
400
|
+
'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
|
|
262
401
|
'fabric.editor.unableToLoadContent': 'Tätä sisältöä ei voitu ladata',
|
|
263
402
|
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
264
403
|
'fabric.editor.underline': 'Alleviivaus',
|
|
@@ -272,12 +411,15 @@ var _default = exports.default = {
|
|
|
272
411
|
'fabric.editor.url': 'Näytä URL-osoite',
|
|
273
412
|
'fabric.editor.urlDescription': 'Näytä linkki URL-osoitteena',
|
|
274
413
|
'fabric.editor.urlTitle': 'URL-osoite',
|
|
414
|
+
'fabric.editor.useMarkdown': 'Käytä Markdownia',
|
|
275
415
|
'fabric.editor.viewMore': 'Näytä lisää',
|
|
276
416
|
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
417
|
+
'fabric.editor.warning': 'Varoitus',
|
|
277
418
|
'fabric.editor.warningPanel': 'Varoituspaneeli',
|
|
278
419
|
'fabric.editor.warningPanel.description': 'Lisää varoitus värillisessä paneelissa',
|
|
279
420
|
'fabric.editor.wrapLeft': 'Rivitä vasemmalle',
|
|
280
421
|
'fabric.editor.wrapRight': 'Rivitä oikealle',
|
|
422
|
+
'fabric.emoji.label': 'Emoji',
|
|
281
423
|
'fabric.theme.blue': 'Sininen',
|
|
282
424
|
'fabric.theme.bold-blue': 'Tummansininen',
|
|
283
425
|
'fabric.theme.bold-gray': 'Tummanharmaa',
|