@atlaskit/editor-common 94.12.1 → 94.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/afm-jira/tsconfig.json +158 -158
- package/afm-post-office/tsconfig.json +158 -158
- package/dist/cjs/extensibility/Extension.js +4 -2
- package/dist/cjs/extensibility/extensionNodeView.js +5 -3
- package/dist/cjs/i18n/cs.js +7 -2
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +7 -2
- package/dist/cjs/i18n/en.js +4 -0
- package/dist/cjs/i18n/en_GB.js +4 -0
- package/dist/cjs/i18n/en_ZZ.js +4 -0
- package/dist/cjs/i18n/es.js +7 -2
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +7 -2
- package/dist/cjs/i18n/hu.js +7 -2
- package/dist/cjs/i18n/it.js +7 -2
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +7 -2
- package/dist/cjs/i18n/pl.js +7 -2
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +7 -2
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +7 -2
- package/dist/cjs/i18n/tr.js +7 -2
- package/dist/cjs/i18n/uk.js +5 -0
- package/dist/cjs/i18n/vi.js +7 -2
- package/dist/cjs/i18n/zh.js +7 -2
- package/dist/cjs/i18n/zh_TW.js +7 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/annotation.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/cjs/utils/breakout.js +10 -1
- package/dist/cjs/utils/datasource.js +1 -1
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/extensibility/Extension.js +4 -2
- package/dist/es2019/extensibility/extensionNodeView.js +5 -3
- package/dist/es2019/i18n/cs.js +7 -2
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +7 -2
- package/dist/es2019/i18n/en.js +4 -0
- package/dist/es2019/i18n/en_GB.js +4 -0
- package/dist/es2019/i18n/en_ZZ.js +4 -0
- package/dist/es2019/i18n/es.js +7 -2
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +7 -2
- package/dist/es2019/i18n/hu.js +7 -2
- package/dist/es2019/i18n/it.js +7 -2
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +7 -2
- package/dist/es2019/i18n/pl.js +7 -2
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +7 -2
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +7 -2
- package/dist/es2019/i18n/tr.js +7 -2
- package/dist/es2019/i18n/uk.js +5 -0
- package/dist/es2019/i18n/vi.js +7 -2
- package/dist/es2019/i18n/zh.js +7 -2
- package/dist/es2019/i18n/zh_TW.js +7 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/annotation.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/es2019/utils/breakout.js +9 -0
- package/dist/es2019/utils/datasource.js +2 -2
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/extensibility/Extension.js +4 -2
- package/dist/esm/extensibility/extensionNodeView.js +5 -3
- package/dist/esm/i18n/cs.js +7 -2
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +7 -2
- package/dist/esm/i18n/en.js +4 -0
- package/dist/esm/i18n/en_GB.js +4 -0
- package/dist/esm/i18n/en_ZZ.js +4 -0
- package/dist/esm/i18n/es.js +7 -2
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +7 -2
- package/dist/esm/i18n/hu.js +7 -2
- package/dist/esm/i18n/it.js +7 -2
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +7 -2
- package/dist/esm/i18n/pl.js +7 -2
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +7 -2
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +7 -2
- package/dist/esm/i18n/tr.js +7 -2
- package/dist/esm/i18n/uk.js +5 -0
- package/dist/esm/i18n/vi.js +7 -2
- package/dist/esm/i18n/zh.js +7 -2
- package/dist/esm/i18n/zh_TW.js +7 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/annotation.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/esm/utils/breakout.js +9 -0
- package/dist/esm/utils/datasource.js +2 -2
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/extensibility/Extension.d.ts +1 -0
- package/dist/types/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types/extensibility/extensionNodeView.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +5 -0
- package/dist/types/i18n/da.d.ts +5 -0
- package/dist/types/i18n/de.d.ts +5 -0
- package/dist/types/i18n/en.d.ts +4 -0
- package/dist/types/i18n/en_GB.d.ts +4 -0
- package/dist/types/i18n/en_ZZ.d.ts +4 -0
- package/dist/types/i18n/es.d.ts +5 -0
- package/dist/types/i18n/fi.d.ts +5 -0
- package/dist/types/i18n/fr.d.ts +5 -0
- package/dist/types/i18n/hu.d.ts +5 -0
- package/dist/types/i18n/it.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +5 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +5 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +5 -0
- package/dist/types/i18n/uk.d.ts +5 -0
- package/dist/types/i18n/vi.d.ts +5 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types/types/feature-flags.d.ts +8 -0
- package/dist/types/utils/breakout.d.ts +1 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
- package/dist/types-ts4.5/i18n/da.d.ts +5 -0
- package/dist/types-ts4.5/i18n/de.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +4 -0
- package/dist/types-ts4.5/i18n/es.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +5 -0
- package/dist/types-ts4.5/i18n/it.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +5 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
- package/dist/types-ts4.5/i18n/th.d.ts +5 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +5 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +8 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +1 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +7 -7
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
60
60
|
'fabric.editor.cancelButton': 'Annuler',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Ajouter une légende',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Ajouter une légende : cliquez deux fois pour prévisualiser',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Options de carte',
|
|
63
64
|
'fabric.editor.cellBackground': 'Arrière-plan de la cellule',
|
|
64
65
|
'fabric.editor.cellOptions': 'Options de la cellule',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Commenter',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Vous ne pouvez commenter que le texte, les titres, les émoticônes, les dates, les mentions, les liens et les états.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Vous pouvez uniquement commenter du texte et des titres',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'OK',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Vous pouvez désormais laisser des commentaires sur des éléments contextuels tels que des liens, des dates, des états et des mentions.',
|
|
118
121
|
'fabric.editor.customPanel': 'Volet personnalisé',
|
|
119
122
|
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Suivant',
|
|
210
213
|
'fabric.editor.findPrevious': 'Précédent',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Rechercher et remplacer',
|
|
212
|
-
'fabric.editor.fiveColumns': 'Disposition en
|
|
215
|
+
'fabric.editor.fiveColumns': 'Disposition en cinq colonnes',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuler',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Supprimer également les éléments connectés',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 élément connecté)} other {{name} (+{amount,number} éléments connectés)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Faire défiler vers la gauche',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Faire défiler vers la droite',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Focus sur la poignée de redimensionnement des tableaux',
|
|
224
|
-
'fabric.editor.fourColumns': 'Disposition en
|
|
227
|
+
'fabric.editor.fourColumns': 'Disposition en quatre colonnes',
|
|
225
228
|
'fabric.editor.headerColumn': "Colonne de l'en-tête",
|
|
226
229
|
'fabric.editor.headerRow': "Ligne d'en-tête",
|
|
227
230
|
'fabric.editor.heading1': 'En-tête 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter un coéquipier à rejoindre {productName}} trusted {Inviter un coéquipier à rejoindre {productName}} other {Ajouter un coéquipier à {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Italique',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Raccourcis clavier',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {1 colonne} other {{count} colonnes}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Ajouter du contenu',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Centrer à nouveau',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Passer en mode pleine largeur',
|
|
298
303
|
'fabric.editor.layoutWide': 'Passer en mode élargi',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
60
60
|
'fabric.editor.cancelButton': 'Mégse',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Felirat hozzáadása – dupla kattintás az előnézethez',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Kártya beállításai',
|
|
63
64
|
'fabric.editor.cellBackground': 'Cella háttere',
|
|
64
65
|
'fabric.editor.cellOptions': 'Cellabeállítások',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Megjegyzés',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Csak szövegekhez, címsorokhoz, emojikhoz, dátumokhoz, említésekhez, linkekhez és állapotokhoz fűzhetsz megjegyzést.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Értettem',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Mostantól megjegyzéseket fűzhetsz olyan beágyazott elemekhez, mint például a linkek, a dátumok, az állapotok és az említések.',
|
|
118
121
|
'fabric.editor.customPanel': 'Egyéni panel',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Következő keresése',
|
|
210
213
|
'fabric.editor.findPrevious': 'Előző keresése',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Keresés és csere',
|
|
212
|
-
'fabric.editor.fiveColumns': '
|
|
215
|
+
'fabric.editor.fiveColumns': 'Ötoszlopos elrendezés',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Mégse',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'A kapcsolódó elemek is törlődjenek',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 kapcsolódó elem)} other {{name} (+{amount,number} kapcsolódó elem)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Görgetés balra',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Görgetés jobbra',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Táblázat méretét módosító kapcsoló',
|
|
224
|
-
'fabric.editor.fourColumns': '
|
|
227
|
+
'fabric.editor.fourColumns': 'Négyoszlopos elrendezés',
|
|
225
228
|
'fabric.editor.headerColumn': 'Fejlécoszlop',
|
|
226
229
|
'fabric.editor.headerRow': 'Fejlécsor',
|
|
227
230
|
'fabric.editor.heading1': '1. szintű címsor',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Csapattag meghívása a(z) {productName} termékbe} trusted {Csapattag meghívása a(z) {productName} termékbe} other {Csapattag hozzáadása a(z) {productName} termékhez}}',
|
|
294
297
|
'fabric.editor.italic': 'Dőlt',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Billentyűparancsok',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {oszlopos} other {{count} oszlopos}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Tartalom hozzáadása',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Vissza a középponthoz',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Teljes szélességű nézet',
|
|
298
303
|
'fabric.editor.layoutWide': 'Széles nézet',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
60
60
|
'fabric.editor.cancelButton': 'Annulla',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': "Aggiungi una didascalia (doppio clic per visualizzare l'anteprima)",
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Opzioni scheda',
|
|
63
64
|
'fabric.editor.cellBackground': 'Sfondo cella',
|
|
64
65
|
'fabric.editor.cellOptions': 'Opzioni cella',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Commento',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Puoi commentare solo testo, titoli, emoji, date, menzioni, link e stati.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Ho capito',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Ora puoi lasciare commenti su elementi in linea come link, date, stati e menzioni.',
|
|
118
121
|
'fabric.editor.customPanel': 'Pannello personalizzato',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Trova successivo',
|
|
210
213
|
'fabric.editor.findPrevious': 'Trova precedente',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Trova e sostituisci',
|
|
212
|
-
'fabric.editor.fiveColumns': 'Layout a
|
|
215
|
+
'fabric.editor.fiveColumns': 'Layout a cinque colonne',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annulla',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Elimina anche gli elementi collegati',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 elemento collegato)} other {{name} (+{amount,number} elementi collegati)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scorri a sinistra',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Scorri a destra',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Quadratino di ridimensionamento della tabella Focus',
|
|
224
|
-
'fabric.editor.fourColumns': 'Layout a
|
|
227
|
+
'fabric.editor.fourColumns': 'Layout a quattro colonne',
|
|
225
228
|
'fabric.editor.headerColumn': 'Colonna di intestazione',
|
|
226
229
|
'fabric.editor.headerRow': 'Riga di intestazione',
|
|
227
230
|
'fabric.editor.heading1': 'Titolo 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Corsivo',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Scelte rapide da tastiera',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-colonna} other {{count}-colonne}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Aggiungi contenuti',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
298
303
|
'fabric.editor.layoutWide': 'Allarga',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ 結合セルを含む表は並べ替えられません。',
|
|
60
60
|
'fabric.editor.cancelButton': 'キャンセル',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'キャプションを追加 - ダブルクリックしてプレビュー',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
63
64
|
'fabric.editor.cellBackground': 'セルの背景',
|
|
64
65
|
'fabric.editor.cellOptions': 'セルのオプション',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'コメント',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'テキスト、見出し、絵文字、日付、メンション、リンク、ステータスにのみコメントできます。',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'OK',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'リンク、日付、ステータス、メンションなどのインライン要素にコメントを残せるようになりました。',
|
|
118
121
|
'fabric.editor.customPanel': 'カスタム パネル',
|
|
119
122
|
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
294
297
|
'fabric.editor.italic': '斜体',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 列}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'コンテンツを追加',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
297
302
|
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
298
303
|
'fabric.editor.layoutWide': 'ワイド表示',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
60
60
|
'fabric.editor.cancelButton': '취소',
|
|
61
61
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': '캡션 추가 - 미리 보려면 두 번 클릭하세요',
|
|
62
63
|
'fabric.editor.cardFloatingControls': '카드 옵션',
|
|
63
64
|
'fabric.editor.cellBackground': '셀 배경',
|
|
64
65
|
'fabric.editor.cellOptions': '셀 옵션',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': '댓글',
|
|
116
117
|
'fabric.editor.createCommentDisabled': '텍스트, 제목, 이모지, 날짜, 멘션, 링크 및 상태에만 댓글을 추가할 수 있습니다.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': '확인',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': '이제 링크, 날짜, 상태 및 멘션 같은 인라인 요소에 댓글을 남길 수 있습니다.',
|
|
118
121
|
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
119
122
|
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
294
297
|
'fabric.editor.italic': '기울임꼴',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': '키보드 단축키',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count}개 열}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': '콘텐츠 추가',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
297
302
|
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
298
303
|
'fabric.editor.layoutWide': '넓게 표시',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Du kan ikke sortere en tabell med sammenslåtte celler',
|
|
60
60
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Legg til en bildetekst – dobbeltklikk for å forhåndsvise',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Kortalternativer',
|
|
63
64
|
'fabric.editor.cellBackground': 'Cellebakgrunn',
|
|
64
65
|
'fabric.editor.cellOptions': 'Cellealternativer',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Kommenter',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Du kan bare kommentere på tekst, overskrifter, emojier, datoer, omtaler, koblinger og statuser.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Skjønner',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Du kan nå legge igjen kommentarer på innebygde elementer som koblinger, datoer, statuser og omtaler.',
|
|
118
121
|
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Kursiv',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Tastatursnarveier',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {1 kolonne} other {{count} kolonner}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Legg til innhold',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Tilbake til midten',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Gå for full bredde',
|
|
298
303
|
'fabric.editor.layoutWide': 'Gå for bredere',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Je kan een tabel met samengevoegde cellen niet rangschikken',
|
|
60
60
|
'fabric.editor.cancelButton': 'Annuleren',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Bijschrift toevoegen',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Voeg een bijschrift toe - dubbelklik om een voorvertoning te zien',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Kaartopties',
|
|
63
64
|
'fabric.editor.cellBackground': 'Celachtergrond',
|
|
64
65
|
'fabric.editor.cellOptions': 'Celopties',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Opmerking maken',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Je kunt alleen opmerkingen plaatsen bij tekst, kopteksten, emoticons, datums, vermeldingen, links en statussen.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Begrepen',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Je kunt nu opmerkingen achterlaten op inline-elementen zoals links, datums, statussen en vermeldingen.',
|
|
118
121
|
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Volgende zoeken',
|
|
210
213
|
'fabric.editor.findPrevious': 'Vorige zoeken',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Zoeken en vervangen',
|
|
212
|
-
'fabric.editor.fiveColumns': 'Lay-out van
|
|
215
|
+
'fabric.editor.fiveColumns': 'Lay-out van vijf kolommen',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuleren',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Ook gekoppelde elementen verwijderen',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 gekoppeld element)} other {{name} (+{amount,number} gekoppelde elementen)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scrol naar links',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Scrol naar rechts',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Knop om grootte van focustabel te wijzigen',
|
|
224
|
-
'fabric.editor.fourColumns': 'Lay-out van
|
|
227
|
+
'fabric.editor.fourColumns': 'Lay-out van vier kolommen',
|
|
225
228
|
'fabric.editor.headerColumn': 'Header-kolom',
|
|
226
229
|
'fabric.editor.headerRow': 'Header-rij',
|
|
227
230
|
'fabric.editor.heading1': 'Koptekst 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Cursief',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Sneltoetsen',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-kolom} other {{count}-kolommen}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Inhoud toevoegen',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Terug naar midden',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Op volledige breedte weergeven',
|
|
298
303
|
'fabric.editor.layoutWide': 'Brede weergave',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Nie można sortować tabeli ze scalonymi komórkami',
|
|
60
60
|
'fabric.editor.cancelButton': 'Anuluj',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Dodaj podpis',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Dodaj podpis — kliknij dwukrotnie, aby wyświetlić podgląd',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Opcje kart',
|
|
63
64
|
'fabric.editor.cellBackground': 'Tło komórki',
|
|
64
65
|
'fabric.editor.cellOptions': 'Opcje komórki',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Komentarz',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Można komentować tylko tekst, nagłówki, emoji, daty, wzmianki, łącza i statusy.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Rozumiem',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Możesz teraz dodawać komentarze do elementów śródwierszowych, takich jak łącza, daty, statusy i wzmianki.',
|
|
118
121
|
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Wstawianie obiektów z Zasobów do Jira Service Management z wyszukiwaniem i filtrowaniem',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Znajdź następne',
|
|
210
213
|
'fabric.editor.findPrevious': 'Znajdź poprzednie',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Znajdź i zamień',
|
|
212
|
-
'fabric.editor.fiveColumns': 'Układ
|
|
215
|
+
'fabric.editor.fiveColumns': 'Układ pięciokolumnowy',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Anuluj',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Usuń także połączone elementy',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 połączony element)} few {{name} (+{amount,number} połączone elementy)} many {{name} (+{amount,number} połączonych elementów)} other {{name} (+{amount,number} połączonego elementu)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Przewiń w lewo',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Przewiń w prawo',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Koncentracja na uchwycie zmiany rozmiaru tabeli',
|
|
224
|
-
'fabric.editor.fourColumns': 'Układ
|
|
227
|
+
'fabric.editor.fourColumns': 'Układ czterokolumnowy',
|
|
225
228
|
'fabric.editor.headerColumn': 'Kolumna nagłówka',
|
|
226
229
|
'fabric.editor.headerRow': 'Wiersz nagłówka',
|
|
227
230
|
'fabric.editor.heading1': 'Nagłówek 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Zaproś członka zespołu do produktu {productName}} trusted {Zaproś członka zespołu do produktu {productName}} other {Dodaj członka zespołu do produktu {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Kursywa',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Skróty klawiszowe',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-kolumnowy} few {{count}-kolumnowy} many {{count}-kolumnowy} other {{count}-kolumnowy}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Dodaj treści',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Powrót do centrum',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Pełna szerokość',
|
|
298
303
|
'fabric.editor.layoutWide': 'Szeroki widok',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Você não pode ordenar uma tabela com células mescladas',
|
|
60
60
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Adicionar legenda',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Adicione uma legenda: clique duas vezes para pré-visualizar',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Opções de cartão',
|
|
63
64
|
'fabric.editor.cellBackground': 'Plano de fundo da célula',
|
|
64
65
|
'fabric.editor.cellOptions': 'Opções de célula',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Comentar',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Você só pode comentar em textos, títulos, emojis, datas, menções, links e status.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Você só pode comentar em texto e cabeçalhos',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Entendi',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Agora você pode deixar comentários em elementos integrados, como links, datas, status e menções.',
|
|
118
121
|
'fabric.editor.customPanel': 'Painel personalizado',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Insira objetos a partir de Recursos no Jira Service Management com ferramentas de pesquisa e filtro',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Convidar colega de equipe para {productName}} trusted {Convidar colega de equipe para {productName}} other {Adicionar colega de equipe para {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Itálico',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Atalhos de teclado',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-coluna} other {{count}-colunas}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Adicionar conteúdo',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Voltar ao centro',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Usar largura inteira',
|
|
298
303
|
'fabric.editor.layoutWide': 'Ampliar',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Невозможно отсортировать таблицу с объединением ячеек',
|
|
60
60
|
'fabric.editor.cancelButton': 'Отменить',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Добавьте подпись',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Добавьте подпись (нажмите дважды для предварительного просмотра)',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Параметры карточки',
|
|
63
64
|
'fabric.editor.cellBackground': 'Фон ячеек',
|
|
64
65
|
'fabric.editor.cellOptions': 'Параметры ячеек',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Комментировать',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Можно комментировать только текст, заголовки, эмодзи, даты, упоминания, ссылки и статусы.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Можно комментировать только текст и заголовки',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Понятно',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Теперь вы можете оставлять комментарии к встроенным элементам, таким как ссылки, даты, статусы и упоминания.',
|
|
118
121
|
'fabric.editor.customPanel': 'Пользовательская панель',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Добавьте примечание с эмодзи и цветным фоном',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Вставка объектов из Активов в Jira Service Management с помощью поиска и фильтрации',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Найти далее',
|
|
210
213
|
'fabric.editor.findPrevious': 'Найти ранее',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Найти и заменить',
|
|
212
|
-
'fabric.editor.fiveColumns': 'Макет с
|
|
215
|
+
'fabric.editor.fiveColumns': 'Макет с пятью колонками',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Отмена',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Также удалить подключенные элементы',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (и еще 1 подключенный элемент)} few {{name} (и еще {amount,number} подключенных элемента)} many {{name} (и еще {amount,number} подключенных элементов)} other {{name} (и еще {amount,number} подключенного элемента)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Прокрутить влево',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Прокрутить вправо',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Маркер для изменения размера активной таблицы',
|
|
224
|
-
'fabric.editor.fourColumns': 'Макет с
|
|
227
|
+
'fabric.editor.fourColumns': 'Макет с четырьмя колонками',
|
|
225
228
|
'fabric.editor.headerColumn': 'Столбец заголовков',
|
|
226
229
|
'fabric.editor.headerRow': 'Строка заголовков',
|
|
227
230
|
'fabric.editor.heading1': 'Заголовок 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Пригласить коллегу начать работу с {productName}} trusted {Пригласить коллегу начать работу с {productName}} other {Добавить коллегу для работы с {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Курсив',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Сочетания клавиш',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {{count} колонка} few {{count} колонки} many {{count} колонок} other {{count} колонки}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Добавить контент',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'По центру',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'В полную ширину',
|
|
298
303
|
'fabric.editor.layoutWide': 'Шире обычного',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Du kan inte sortera en panelvy med sammanslagna celler',
|
|
60
60
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Lägg till en bildtext',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Lägg till en bildtext – dubbelklicka för att förhandsgranska',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Kortalternativ',
|
|
63
64
|
'fabric.editor.cellBackground': 'Cellbakgrund',
|
|
64
65
|
'fabric.editor.cellOptions': 'Cellalternativ',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Kommentera',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Du kan bara kommentera text, rubriker, emojis, datum, omnämnanden, länkar och statusar.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Du kan bara kommentera på text och rubriker',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Jag förstår',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Nu kan nu lämna kommentarer i infogade delar som länkar, datum, statusar och omnämnanden.',
|
|
118
121
|
'fabric.editor.customPanel': 'Anpassad panel',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Lägg till en anteckning med en emoji och en färgad bakgrund',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Infoga objekt från Tillgångar i Jira Service Management med sökning och filtrering',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Bjud in teammedlem till {productName}} trusted {Bjud in teammedlem till {productName}} other {Lägg till teammedlem i {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Kursiv',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Kortkommandon',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {kolumn} other {{count} kolumner}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Lägg till innehåll',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Tillbaka till centrera',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Använd full bredd',
|
|
298
303
|
'fabric.editor.layoutWide': 'Använd bred',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ คุณไม่สามารถจัดเรียงตารางด้วยช่องข้อมูลที่ถูกรวมได้',
|
|
60
60
|
'fabric.editor.cancelButton': 'ยกเลิก',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'เพิ่มคำอธิบาย',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'เพิ่มคำบรรยาย - ดับเบิลคลิกเพื่อดูตัวอย่าง',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'ตัวเลือกการ์ด',
|
|
63
64
|
'fabric.editor.cellBackground': 'พื้นหลังช่องข้อมูล',
|
|
64
65
|
'fabric.editor.cellOptions': 'ตัวเลือกช่องข้อมูล',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'ความคิดเห็น',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'คุณสามารถแสดงความคิดเห็นได้เฉพาะกับข้อความ หัวเรื่อง เอโมจิ วันที่ การกล่าวถึง ลิงก์ และสถานะเท่านั้น',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'คุณสามารถแสดงความคิดเห็นได้เฉพาะบนข้อความและหัวข้อเท่านั้น',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'รับทราบ',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'คุณสามารถแสดงความคิดเห็นเกี่ยวกับองค์ประกอบแบบบรรทัดเดียวได้ เช่น ลิงก์ วันที่ สถานะ และการกล่าวถึง',
|
|
118
121
|
'fabric.editor.customPanel': 'แผงแบบกำหนดเอง',
|
|
119
122
|
'fabric.editor.customPanel.description': 'เพิ่มข้อความบันทึกพร้อมเอโมจิและพื้นหลังมีสีสัน',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'แทรกหัวเรื่อง Assets ใน Jira Service Management ด้วยการค้นหาและตัวกรอง',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'ค้นหาถัดไป',
|
|
210
213
|
'fabric.editor.findPrevious': 'ค้นหาก่อนหน้า',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'ค้นหาและแทนที่',
|
|
212
|
-
'fabric.editor.fiveColumns': '
|
|
215
|
+
'fabric.editor.fiveColumns': 'เค้าโครงห้าคอลัมน์',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'ยกเลิก',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'ลบองค์ประกอบที่เชื่อมต่อด้วย',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (องค์ประกอบที่เชื่อมต่อกว่า {amount,number} รายการ)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'เลื่อนไปทางซ้าย',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'เลื่อนไปทางขวา',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'การจัดการปรับขนาดตารางที่โฟกัส',
|
|
224
|
-
'fabric.editor.fourColumns': '
|
|
227
|
+
'fabric.editor.fourColumns': 'เค้าโครงสี่คอลัมน์',
|
|
225
228
|
'fabric.editor.headerColumn': 'คอลัมน์ส่วนหัว',
|
|
226
229
|
'fabric.editor.headerRow': 'แถวส่วนหัว',
|
|
227
230
|
'fabric.editor.heading1': 'หัวเรื่อง 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} trusted {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} other {เพิ่มเพื่อนร่วมทีมไปยัง {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'ตัวเอียง',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'ปุ่มลัด',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count}-คอลัมน์}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'เพิ่มเนื้อหา',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'แสดงแบบเต็มความกว้าง',
|
|
298
303
|
'fabric.editor.layoutWide': 'แสดงแบบกว้างขึ้น',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
|
|
60
60
|
'fabric.editor.cancelButton': 'İptal',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Açıklama yazısı ekleyin',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Başlık ekleyin, önizlemek için çift tıklayın',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Kart seçenekleri',
|
|
63
64
|
'fabric.editor.cellBackground': 'Hücre arka planı',
|
|
64
65
|
'fabric.editor.cellOptions': 'Hücre seçenekleri',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Yorum',
|
|
116
117
|
'fabric.editor.createCommentDisabled': "Yalnızca metinlere, başlıklara, emoji'lere, tarihlere, bahsetmelere, bağlantılara ve durumlara yorum ekleyebilirsiniz.",
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Yalnızca metin ve başlıklarda yorum yapabilirsiniz',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Anladım',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Artık bağlantılar, tarihler, durumlar ve bahsetmeler gibi satır içi öğelere yorum ekleyebilirsiniz.',
|
|
118
121
|
'fabric.editor.customPanel': 'Özel panel',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Emoji ve renkli arkaplan içeren bir not ekleyin',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': "Arama ve filtreleme ile Jira Service Management'taki Varlıklar'dan nesneleri ekleyin",
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Sonrakini bul',
|
|
210
213
|
'fabric.editor.findPrevious': 'Öncekini bul',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Bul ve değiştir',
|
|
212
|
-
'fabric.editor.fiveColumns': '
|
|
215
|
+
'fabric.editor.fiveColumns': 'Beş sütunlu yerleşim',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'İptal',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Bağlı öğeleri de sil',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 bağlı öğe)} other {{name} (+{amount,number} bağlı öğe)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Sola kaydır',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Sağa kaydır',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Odak tablosu yeniden boyutlandırma kolu',
|
|
224
|
-
'fabric.editor.fourColumns': '
|
|
227
|
+
'fabric.editor.fourColumns': 'Dört sütunlu yerleşim',
|
|
225
228
|
'fabric.editor.headerColumn': 'Başlık sütunu',
|
|
226
229
|
'fabric.editor.headerRow': 'Başlık satırı',
|
|
227
230
|
'fabric.editor.heading1': 'Başlık 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Takım arkadaşınızı {productName} ürününe davet edin} trusted {Takım arkadaşınızı {productName} ürününe davet edin} other {Takım arkadaşınızı {productName} ürününe ekleyin}}',
|
|
294
297
|
'fabric.editor.italic': 'İtalik',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Klavye kısayolları',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {sütunlu} other {{count} sütunlu}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'İçerik ekleyin',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Ortaya getir',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Tam genişliğe geç',
|
|
298
303
|
'fabric.editor.layoutWide': 'Genişlet',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Не можна сортувати таблицю, у якій є об’єднані клітинки',
|
|
60
60
|
'fabric.editor.cancelButton': 'Скасувати',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Додати підпис',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Додайте підпис: двічі натисніть, щоб попередньо переглянути',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Параметри картки',
|
|
63
64
|
'fabric.editor.cellBackground': 'Фон клітинки',
|
|
64
65
|
'fabric.editor.cellOptions': 'Параметри клітинки',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Додати коментар',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Ви можете коментувати лише текст, заголовки, емодзі, дати, згадування, посилання й стани.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Коментувати можна лише текст і заголовки',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Зрозуміло',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Тепер ви можете залишати коментарі до вбудованих елементів, як-от посилання, дати, статуси та згадування.',
|
|
118
121
|
'fabric.editor.customPanel': 'Користувацька панель',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Додайте примітку з емодзі та кольоровим фоном',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Вставляйте об’єкти з розділу «Ресурси» в Jira Service Management за допомогою пошуку й фільтрації',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Запрошення учасника команди до {productName}} trusted {Запрошення учасника команди до {productName}} other {Додавання учасника команди до {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Курсив',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Гарячі клавіші',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {{count}-стовп.} few {{count}-стовп.} many {{count}-стовп.} other {{count}-стовп.}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Додайте вміст',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Стандартне відображення',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Відобразити повну ширину',
|
|
298
303
|
'fabric.editor.layoutWide': 'Розширити',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Bạn không thể sắp xếp bảng có các ô đã hợp nhất',
|
|
60
60
|
'fabric.editor.cancelButton': 'Hủy',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Thêm chú thích',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Thêm chú thích - nhấp đúp để xem trước',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Tùy chọn thẻ',
|
|
63
64
|
'fabric.editor.cellBackground': 'Nền ô',
|
|
64
65
|
'fabric.editor.cellOptions': 'Tùy chọn ô',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Nhận xét',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Bạn chỉ có thể nhận xét về văn bản, tiêu đề, biểu tượng cảm xúc, ngày tháng, lượt nhắc đến, liên kết và trạng thái.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Bạn chỉ có thể bình luận về văn bản và tiêu đề',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Đã hiểu',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Hiện bạn có thể để lại bình luận trên các thành phần trong dòng như liên kết, ngày tháng, trạng thái và lượt nhắc đến.',
|
|
118
121
|
'fabric.editor.customPanel': 'Bảng tùy chỉnh',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Thêm ghi chú với biểu tượng cảm xúc và nền màu',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Chèn đối tượng từ Tài sản trong Jira Service Management bằng tính năng tìm kiếm và lọc',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Tìm tiếp theo',
|
|
210
213
|
'fabric.editor.findPrevious': 'Tìm trước đó',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Tìm kiếm và thay thế',
|
|
212
|
-
'fabric.editor.fiveColumns': 'Bố cục
|
|
215
|
+
'fabric.editor.fiveColumns': 'Bố cục năm cột',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Hủy',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Đồng thời xóa các thành phần được kết nối',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (+{amount,number} thành phần được kết nối)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Cuộn sang trái',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Cuộn sang phải',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Ô điều khiển thay đổi kích thước bảng tiêu điểm',
|
|
224
|
-
'fabric.editor.fourColumns': 'Bố cục
|
|
227
|
+
'fabric.editor.fourColumns': 'Bố cục bốn cột',
|
|
225
228
|
'fabric.editor.headerColumn': 'Cột tiêu đề',
|
|
226
229
|
'fabric.editor.headerRow': 'Hàng tiêu đề',
|
|
227
230
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Mời thành viên cùng nhóm vào {productName}} trusted {Mời thành viên cùng nhóm vào {productName}} other {Thêm thành viên cùng nhóm vào {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'In nghiêng',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Phím tắt bàn phím',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count} cột}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Thêm nội dung',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
|
|
298
303
|
'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
|