@atlaskit/editor-core 158.0.1 → 160.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 +19 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/plugins/table/ui/LayoutButton/index.js +46 -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/plugins/table/ui/LayoutButton/index.js +40 -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/plugins/table/ui/LayoutButton/index.js +42 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/package.json +6 -6
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//French (France)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Tâche',
|
|
17
17
|
'fabric.editor.action.description': 'Créer et assigner des tâches',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': "Barre d'outils d'annotation",
|
|
30
30
|
'fabric.editor.backLink': 'Retour',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
32
|
+
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
33
|
+
'fabric.editor.blockTitle': 'Carte',
|
|
32
34
|
'fabric.editor.blockquote': 'une citation',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Insérer une citation',
|
|
34
36
|
'fabric.editor.blockquote2': 'Citation',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Options de carte',
|
|
41
43
|
'fabric.editor.cellBackground': 'Arrière-plan de la cellule',
|
|
42
44
|
'fabric.editor.cellOptions': 'Options de la cellule',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Saisissez quelque chose…',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Effacer le texte alternatif',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Effacer la cellule} other {Effacer les cellules}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Effacer la mise en forme',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Fermer',
|
|
50
53
|
'fabric.editor.closeHelpDialog': "Fermer la boîte de dialogue d'aide",
|
|
51
54
|
'fabric.editor.code': 'Code',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, code activé',
|
|
52
56
|
'fabric.editor.codeblock': 'Extrait de code (snippet)',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Insérer du code avec coloration syntaxique',
|
|
54
58
|
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Copier',
|
|
76
80
|
'fabric.editor.createComment': 'Commenter',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Vous pouvez uniquement commenter du texte et des titres',
|
|
82
|
+
'fabric.editor.customPanel': 'Volet personnalisé',
|
|
83
|
+
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
|
78
84
|
'fabric.editor.date': 'Date',
|
|
79
85
|
'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
|
|
80
86
|
'fabric.editor.decision': 'Décision',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': "Cette option d'affichage n'est pas disponible dans {node}",
|
|
89
95
|
'fabric.editor.displayText': 'Texte à afficher',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Répartir entre les colonnes',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
98
|
+
'fabric.editor.ecombedDescription': "Affichez un aperçu interactif d'un lien",
|
|
91
99
|
'fabric.editor.edit': 'Modifier',
|
|
92
100
|
'fabric.editor.editAltText': 'Modifier le texte alternatif',
|
|
93
101
|
'fabric.editor.editDateText': 'Modifier la date',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter à modifier',
|
|
96
104
|
'fabric.editor.editStatusColor': "Modifier la couleur de l'état",
|
|
97
105
|
'fabric.editor.editStatusText': "Modifier l'état",
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Contenu éditable',
|
|
98
107
|
'fabric.editor.editorHelp': "Aide pour l'éditeur",
|
|
108
|
+
'fabric.editor.editors': 'Éditeurs',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Aide',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Toutes',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Essayez de rechercher un autre terme ou découvrez de nouvelles apps pour les produits Atlassian.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorer Atlassian Marketplace',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Parcourir',
|
|
125
|
+
'fabric.editor.embedTitle': 'Intégrer',
|
|
115
126
|
'fabric.editor.emoji': 'Émoticône',
|
|
116
127
|
'fabric.editor.emoji.description': 'Ajouter des émoticônes pour exprimer vos idées 🎉 et vos émotions 😄',
|
|
117
128
|
'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuler',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Voulez-vous vraiment continuer ?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': "Les commandes de la barre d'outils flottante sont ouvertes",
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': "Barre d'outils flottante",
|
|
136
149
|
'fabric.editor.headerColumn': "Colonne de l'en-tête",
|
|
137
150
|
'fabric.editor.headerRow': "Ligne d'en-tête",
|
|
138
151
|
'fabric.editor.heading1': 'En-tête 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Utilisez ceci pour regrouper des éléments de liste',
|
|
148
161
|
'fabric.editor.heading6': 'En-tête 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'Utilisez ceci pour définir un sous-titre',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tâche',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide",
|
|
150
170
|
'fabric.editor.help': 'Aide',
|
|
151
171
|
'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Étiquette de lien',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Les suggestions apparaîtront au fur et à mesure que vous saisissez du texte dans le champ',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {aucun résultat} one {{count,number} résultat trouvé} other {{count,number} résultats trouvés}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Informations',
|
|
161
182
|
'fabric.editor.infoPanel': "Volet d'informations",
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Sur la même ligne',
|
|
163
186
|
'fabric.editor.insertColumn': 'Insérer une colonne à droite',
|
|
164
187
|
'fabric.editor.insertMenu': 'Insertion',
|
|
165
188
|
'fabric.editor.insertRow': 'Insérer une ligne en dessous',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'Respecter la casse',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Supprimer',
|
|
183
207
|
'fabric.editor.mention': 'Mention',
|
|
184
208
|
'fabric.editor.mention.description': 'Mentionner une personne pour lui envoyer une notification',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'icône-ajout',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
185
211
|
'fabric.editor.mergeCells': 'Fusionner les cellules',
|
|
186
212
|
'fabric.editor.moreFormatting': 'Plus de formatage',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Aucun résultat',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Panneau de notes',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Ajouter une note dans un cadre coloré',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Colonne numérotée',
|
|
219
|
+
'fabric.editor.off': '{formattingType} désactivé(e)',
|
|
220
|
+
'fabric.editor.on': '{formattingType} activé',
|
|
193
221
|
'fabric.editor.orderedList': 'Liste numérotée',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
|
|
195
223
|
'fabric.editor.other': 'Autres…',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Actions de page',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
|
|
197
226
|
'fabric.editor.panel.emoji': 'Ajouter une émoticône',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Coller le texte brut',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Rétablir',
|
|
205
234
|
'fabric.editor.remove': 'Supprimer',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Supprimer la colonne} other {Supprimer les colonnes}}',
|
|
236
|
+
'fabric.editor.removeEmoji': "Supprimer l'émoticône",
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Supprimer la ligne} other {Supprimer les lignes}}',
|
|
208
238
|
'fabric.editor.replace': 'Remplacer',
|
|
209
239
|
'fabric.editor.replaceAll': 'Remplacer tout',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Barre latérale de droite',
|
|
213
243
|
'fabric.editor.saveButton': 'Enregistrer',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Sélectionner le langage',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Colonne unique',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Trier la colonne de A à Z',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
|
|
218
248
|
'fabric.editor.splitCell': 'Partager la cellule',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Barrer',
|
|
224
254
|
'fabric.editor.subTask': 'Sous-tâche',
|
|
225
255
|
'fabric.editor.subscript': 'Indice',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Indice désactivé, exposant activé',
|
|
226
257
|
'fabric.editor.success': 'Opération réussie',
|
|
227
258
|
'fabric.editor.successPanel': 'Panneau de réussite',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Ajouter des astuces dans un cadre coloré',
|
|
229
260
|
'fabric.editor.superscript': 'Exposant',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Exposant désactivé, indice activé',
|
|
230
262
|
'fabric.editor.supportAltText': "Le texte alternatif est utile pour les personnes utilisant des lecteurs d'écran en raison d'une déficience visuelle.",
|
|
231
263
|
'fabric.editor.table': 'Tableau',
|
|
232
264
|
'fabric.editor.table.description': 'Insérer un tableau',
|
|
233
265
|
'fabric.editor.tableOptions': 'Options du tableau',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'La suppression de ce tableau
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'La suppression de ce tableau va rompre tous les graphiques qui y sont connectés.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer le tableau et les données',
|
|
236
268
|
'fabric.editor.task': 'Tâche',
|
|
237
269
|
'fabric.editor.taskPlaceholder': "Saisissez votre action, utilisez « @ » pour l'assigner à quelqu'un.",
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Mise en forme du texte désactivée',
|
|
238
271
|
'fabric.editor.textColor': 'Couleur du texte',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Moins de couleurs',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Plus de couleurs',
|
|
241
272
|
'fabric.editor.textStyles': 'Styles de texte',
|
|
242
273
|
'fabric.editor.threeColumns': 'Trois colonnes',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Trois colonnes avec barres latérales',
|
|
244
275
|
'fabric.editor.time.ago': 'Il y a',
|
|
245
276
|
'fabric.editor.time.updated': 'Mise à jour',
|
|
246
277
|
'fabric.editor.time.viewed': 'Consultation',
|
|
278
|
+
'fabric.editor.toolbarLabel': "Barre d'outils de l'éditeur",
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Fichiers et images',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'un panneau',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'une liste',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'une liste de décisions',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'une mesure',
|
|
253
286
|
'fabric.editor.twoColumns': 'Deux colonnes',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Résultats de la saisie semi-automatique',
|
|
254
288
|
'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
|
|
255
289
|
'fabric.editor.underline': 'Souligner',
|
|
256
290
|
'fabric.editor.undo': 'Annuler',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Liste à puces',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Créer une liste non ordonnée',
|
|
260
294
|
'fabric.editor.url': "Afficher l'URL",
|
|
295
|
+
'fabric.editor.urlDescription': "Affichez le lien sous forme d'URL",
|
|
296
|
+
'fabric.editor.urlTitle': 'URL',
|
|
261
297
|
'fabric.editor.viewMore': 'Voir plus',
|
|
262
298
|
'fabric.editor.visit': 'Ouvrir le lien dans une nouvelle fenêtre',
|
|
263
299
|
'fabric.editor.warning': 'Avertissement',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -8,20 +8,20 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Hungarian
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Teendő',
|
|
17
17
|
'fabric.editor.action.description': 'Műveleti elemek létrehozása és hozzárendelése',
|
|
18
18
|
'fabric.editor.addAltText': 'Alternatív szöveg',
|
|
19
|
-
'fabric.editor.alignCenter': '
|
|
19
|
+
'fabric.editor.alignCenter': 'None',
|
|
20
20
|
'fabric.editor.alignImageCenter': 'Középre igazítás',
|
|
21
21
|
'fabric.editor.alignImageLeft': 'Balra igazítás',
|
|
22
22
|
'fabric.editor.alignImageRight': 'Jobbra igazítás',
|
|
23
23
|
'fabric.editor.alignLeft': 'Balra igazítás',
|
|
24
|
-
'fabric.editor.alignRight': '
|
|
24
|
+
'fabric.editor.alignRight': 'None',
|
|
25
25
|
'fabric.editor.alignment': 'Szöveg igazítása',
|
|
26
26
|
'fabric.editor.altText': 'Képleírás szövege',
|
|
27
27
|
'fabric.editor.alttext.validation': 'Távolíts el minden speciális karaktert az alternatív szövegből.',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'Jegyzeteszköztár',
|
|
30
30
|
'fabric.editor.backLink': 'Vissza',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'A beillesztett link a(z) {node} csomóponton belül található, és nem módosítható a nézete',
|
|
32
|
+
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
33
|
+
'fabric.editor.blockTitle': 'Kártya',
|
|
32
34
|
'fabric.editor.blockquote': 'Idézet',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Idézet beszúrása',
|
|
34
36
|
'fabric.editor.blockquote2': 'Idézőjel',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Kártya beállításai',
|
|
41
43
|
'fabric.editor.cellBackground': 'Cella háttere',
|
|
42
44
|
'fabric.editor.cellOptions': 'Cellabeállítások',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Írj be valamit…',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Alternatív szöveg eltávolítása',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Cella tartalmának törlése} other {Cellák tartalmának törlése}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Formázás törlése',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Bezárás',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'Súgóablak bezárása',
|
|
51
54
|
'fabric.editor.code': 'Kód',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, kódformázás bekapcsolva',
|
|
52
56
|
'fabric.editor.codeblock': 'Kódrészlet',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Kód megjelenítése szintaxiskiemeléssel',
|
|
54
58
|
'fabric.editor.collapseTable': 'Táblázat összecsukása',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Másolás',
|
|
76
80
|
'fabric.editor.createComment': 'Megjegyzés',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
|
|
82
|
+
'fabric.editor.customPanel': 'Egyéni panel',
|
|
83
|
+
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
|
78
84
|
'fabric.editor.date': 'Dátum',
|
|
79
85
|
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
80
86
|
'fabric.editor.decision': 'Döntés',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Ez a megjelenítési lehetőség nem érhető el itt: {node}',
|
|
89
95
|
'fabric.editor.displayText': 'Megjelenítendő szöveg',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Oszlopok felosztása',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokumentum',
|
|
98
|
+
'fabric.editor.ecombedDescription': 'Link interaktív előnézetének megjelenítése',
|
|
91
99
|
'fabric.editor.edit': 'Szerkesztés',
|
|
92
100
|
'fabric.editor.editAltText': 'Alternatív szöveg szerkesztése',
|
|
93
101
|
'fabric.editor.editDateText': 'Dátum szerkesztése',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Meghívás szerkesztésre',
|
|
96
104
|
'fabric.editor.editStatusColor': 'Állapotszín szerkesztése',
|
|
97
105
|
'fabric.editor.editStatusText': 'Állapot szerkesztése',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Szerkeszthető tartalom',
|
|
98
107
|
'fabric.editor.editorHelp': 'Szerkesztő súgója',
|
|
108
|
+
'fabric.editor.editors': 'Szerkesztők',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Súgó',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Felügyelet',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Mind',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Próbálj más kifejezésre keresni, vagy fedezz fel új alkalmazásokat az Atlassian termékekhez.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace felfedezése',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Böngészés',
|
|
125
|
+
'fabric.editor.embedTitle': 'Beágyazás',
|
|
115
126
|
'fabric.editor.emoji': 'Emoji',
|
|
116
127
|
'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
|
|
117
128
|
'fabric.editor.emptyLink': 'Adj meg egy linket.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Mégse',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Biztos vagy benne?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Megnyitottad a lebegő eszköztárvezérlőket',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Lebegő eszköztár',
|
|
136
149
|
'fabric.editor.headerColumn': 'Fejlécoszlop',
|
|
137
150
|
'fabric.editor.headerRow': 'Fejlécsor',
|
|
138
151
|
'fabric.editor.heading1': '1. szintű címsor',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Használja ezt listaelemek csoportosításához',
|
|
148
161
|
'fabric.editor.heading6': '6. szintű címsor',
|
|
149
162
|
'fabric.editor.heading6Description': 'Használja ezt alacsony szintű címsorokhoz',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Hiba',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ügy',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Oldal',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Sztori',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Feladat',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása',
|
|
150
170
|
'fabric.editor.help': 'Súgó',
|
|
151
171
|
'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link címkéje',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'A rendszer a beírt szövegnek megfelelően jeleníti meg lent a javaslatokat',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nincs találat} one {{count,number} találat} other {{count,number} találat}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Információ',
|
|
161
182
|
'fabric.editor.infoPanel': 'Információs panel',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Link megjelenítése beágyazott szövegként',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Beágyazott',
|
|
163
186
|
'fabric.editor.insertColumn': 'Oszlop beszúrása jobbra',
|
|
164
187
|
'fabric.editor.insertMenu': 'Beszúrás',
|
|
165
188
|
'fabric.editor.insertRow': 'Sor beszúrása alább',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'Kis- és nagybetűk megkülönböztetése',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Hivatkozás hozzáadása',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Törlés',
|
|
183
207
|
'fabric.editor.mention': 'Említés',
|
|
184
208
|
'fabric.editor.mention.description': 'A kívánt személy említése értesítés küldéséhez',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'Hozzáadás ikon',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Említés',
|
|
185
211
|
'fabric.editor.mergeCells': 'Cellák egyesítése',
|
|
186
212
|
'fabric.editor.moreFormatting': 'További formázási lehetőségek',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Nincs találat',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Megjegyzés panel',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Számozott oszlop',
|
|
219
|
+
'fabric.editor.off': '{formattingType} kikapcsolva',
|
|
220
|
+
'fabric.editor.on': '{formattingType} bekapcsolva',
|
|
193
221
|
'fabric.editor.orderedList': 'Számozott lista',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Sorrendbe állított lista létrehozása',
|
|
195
223
|
'fabric.editor.other': 'Egyebek...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Oldalműveletek',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'Háttérszín',
|
|
197
226
|
'fabric.editor.panel.emoji': 'Emoji hozzáadása',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Egyszerű szöveg beillesztése',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Ismét',
|
|
205
234
|
'fabric.editor.remove': 'Eltávolítás',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Oszlop törlése} other {Oszlopok törlése}}',
|
|
236
|
+
'fabric.editor.removeEmoji': 'Emoji eltávolítása',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Sor törlése} other {Sorok törlése}}',
|
|
208
238
|
'fabric.editor.replace': 'Csere',
|
|
209
239
|
'fabric.editor.replaceAll': 'Az összes cseréje',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Jobb oldali oldalsáv',
|
|
213
243
|
'fabric.editor.saveButton': 'Mentés',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Programozási nyelv kiválasztása',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Egy oszlop',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Oszlop rendezése: A → Z',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Oszlop rendezése: Z → A',
|
|
218
248
|
'fabric.editor.splitCell': 'Cella felosztása',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Áthúzott',
|
|
224
254
|
'fabric.editor.subTask': 'Alfeladat',
|
|
225
255
|
'fabric.editor.subscript': 'Alsó index',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Alsó index kikapcsolva, felső index bekapcsolva',
|
|
226
257
|
'fabric.editor.success': 'Sikerült',
|
|
227
258
|
'fabric.editor.successPanel': 'Sikerült panel',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Tippek hozzáadása színes panelen',
|
|
229
260
|
'fabric.editor.superscript': 'Felső index',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Felső index kikapcsolva, alsó index bekapcsolva',
|
|
230
262
|
'fabric.editor.supportAltText': 'Az alternatív szöveg a látássérült felhasználók számára hasznos, akik képernyőolvasót használnak.',
|
|
231
263
|
'fabric.editor.table': 'Táblázat',
|
|
232
264
|
'fabric.editor.table.description': 'Táblázat beszúrása',
|
|
233
265
|
'fabric.editor.tableOptions': 'Táblázatbeállítások',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A táblázat
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A táblázat törlése károsítani fogja a hozzá kapcsolódó diagramokat is.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Táblázat és adatok eltávolítása',
|
|
236
268
|
'fabric.editor.task': 'Feladat',
|
|
237
269
|
'fabric.editor.taskPlaceholder': 'Írja be a műveletet. Az „@” jellel hozzárendelheti valakihez.',
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Szövegformázás kikapcsolva',
|
|
238
271
|
'fabric.editor.textColor': 'Szövegszín',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Kevesebb szín',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Több szín',
|
|
241
272
|
'fabric.editor.textStyles': 'Szövegstílusok',
|
|
242
273
|
'fabric.editor.threeColumns': 'Három oszlop',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Három oszlop oldalsávval',
|
|
244
275
|
'fabric.editor.time.ago': 'ezelőtt',
|
|
245
276
|
'fabric.editor.time.updated': 'Frissítve',
|
|
246
277
|
'fabric.editor.time.viewed': 'Megtekintve',
|
|
278
|
+
'fabric.editor.toolbarLabel': 'Szerkesztő eszköztár',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Fájlok és képek',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'egy lista',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'döntési lista',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'műveleti elem',
|
|
253
286
|
'fabric.editor.twoColumns': 'Két oszlop',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Előregépelési eredmények',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'Nem lehet megnyitni ezt a linket',
|
|
255
289
|
'fabric.editor.underline': 'Aláhúzott',
|
|
256
290
|
'fabric.editor.undo': 'Visszavonás',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Listajeles lista',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Sorrend nélküli lista létrehozása',
|
|
260
294
|
'fabric.editor.url': 'URL megjelenítése',
|
|
295
|
+
'fabric.editor.urlDescription': 'Link megjelenítése URL-ként',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL-cím',
|
|
261
297
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
|
262
298
|
'fabric.editor.visit': 'Hivatkozás megnyitása új ablakban',
|
|
263
299
|
'fabric.editor.warning': 'Figyelmeztetés',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Italian (Italy)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Attività',
|
|
17
17
|
'fabric.editor.action.description': 'Crea e assegna elementi di azione',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'Barra degli strumenti di annotazione',
|
|
30
30
|
'fabric.editor.backLink': 'Torna indietro',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': "Il collegamento inline è all'interno di {node} e non è possibile modificare la relativa visualizzazione",
|
|
32
|
+
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
33
|
+
'fabric.editor.blockTitle': 'Scheda',
|
|
32
34
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Inserisci citazione',
|
|
34
36
|
'fabric.editor.blockquote2': 'Citazione',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Opzioni scheda',
|
|
41
43
|
'fabric.editor.cellBackground': 'Sfondo cella',
|
|
42
44
|
'fabric.editor.cellOptions': 'Opzioni cella',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Scrivi qualcosa…',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Cancella testo alternativo',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Cancella cella} other {Cancella celle}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Elimina formattazione',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Chiudi',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'Chiudi la finestra della guida',
|
|
51
54
|
'fabric.editor.code': 'Codice',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, codice attivato',
|
|
52
56
|
'fabric.editor.codeblock': 'Frammento di codice',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
|
|
54
58
|
'fabric.editor.collapseTable': 'Comprimi tabella',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Copia',
|
|
76
80
|
'fabric.editor.createComment': 'Commento',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
|
|
82
|
+
'fabric.editor.customPanel': 'Pannello personalizzato',
|
|
83
|
+
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
78
84
|
'fabric.editor.date': 'Data',
|
|
79
85
|
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
80
86
|
'fabric.editor.decision': 'Decisione',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': "Questa opzione di visualizzazione non è disponibile all'interno di {node}",
|
|
89
95
|
'fabric.editor.displayText': 'Testo da mostrare',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Distribuisci colonne',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Documento',
|
|
98
|
+
'fabric.editor.ecombedDescription': "Visualizza un'anteprima interattiva di un link",
|
|
91
99
|
'fabric.editor.edit': 'Modifica',
|
|
92
100
|
'fabric.editor.editAltText': 'Modifica testo alternativo',
|
|
93
101
|
'fabric.editor.editDateText': 'Modifica data',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invita a modificare',
|
|
96
104
|
'fabric.editor.editStatusColor': 'Modifica colore stato',
|
|
97
105
|
'fabric.editor.editStatusText': 'Modifica stato',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Contenuto modificabile',
|
|
98
107
|
'fabric.editor.editorHelp': "Guida dell'editor",
|
|
108
|
+
'fabric.editor.editors': 'Editor',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Guida',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Amministrazione',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Tutto',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prova a ripetere la ricerca con un termine diverso o scopri nuove app per i prodotti Atlassian.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': "Esplora l'Atlassian Marketplace",
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Sfoglia',
|
|
125
|
+
'fabric.editor.embedTitle': 'Incorpora',
|
|
115
126
|
'fabric.editor.emoji': 'Emoji',
|
|
116
127
|
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
117
128
|
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annulla',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Confermi?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Sono stati aperti i controlli della barra degli strumenti mobile',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra degli strumenti mobile',
|
|
136
149
|
'fabric.editor.headerColumn': 'Colonna di intestazione',
|
|
137
150
|
'fabric.editor.headerRow': 'Riga di intestazione',
|
|
138
151
|
'fabric.editor.heading1': 'Titolo 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Per le voci degli elenchi',
|
|
148
161
|
'fabric.editor.heading6': 'Titolo 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Pagina',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
|
|
150
170
|
'fabric.editor.help': 'Guida',
|
|
151
171
|
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Etichetta link',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'I suggerimenti vengono visualizzati durante la digitazione nel campo',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nessun risultato trovato} one {{count,number} risultato trovato} other {{count,number} risultati trovati}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Info',
|
|
161
182
|
'fabric.editor.infoPanel': 'Pannello informazioni',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Visualizza il link come testo in linea',
|
|
185
|
+
'fabric.editor.inlineTitle': 'In linea',
|
|
163
186
|
'fabric.editor.insertColumn': 'Inserisci colonna a destra',
|
|
164
187
|
'fabric.editor.insertMenu': 'Inserisci',
|
|
165
188
|
'fabric.editor.insertRow': 'Inserisci riga sotto',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'Maiuscole/Minuscole',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Aggiungi link',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Elimina',
|
|
183
207
|
'fabric.editor.mention': 'Menziona',
|
|
184
208
|
'fabric.editor.mention.description': 'Menziona qualcuno per inviargli una notifica',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'icona aggiungi',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Menziona',
|
|
185
211
|
'fabric.editor.mergeCells': 'Unisci celle',
|
|
186
212
|
'fabric.editor.moreFormatting': 'Formattazione aggiuntiva',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Nessun risultato',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Pannello note',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Colonna numerata',
|
|
219
|
+
'fabric.editor.off': '{formattingType} disattiva',
|
|
220
|
+
'fabric.editor.on': '{formattingType} attiva',
|
|
193
221
|
'fabric.editor.orderedList': 'Elenco numerato',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Crea una lista ordinata',
|
|
195
223
|
'fabric.editor.other': 'Altri...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Azioni sulla pagina',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
197
226
|
'fabric.editor.panel.emoji': 'Aggiungi emoji',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Incolla testo non formattato',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Ripeti',
|
|
205
234
|
'fabric.editor.remove': 'Rimuovi',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Elimina colonna} other {Elimina colonne}}',
|
|
236
|
+
'fabric.editor.removeEmoji': 'Rimuovi emoji',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Elimina riga} other {Elimina righe}}',
|
|
208
238
|
'fabric.editor.replace': 'Sostituisci',
|
|
209
239
|
'fabric.editor.replaceAll': 'Sostituisci tutto',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Barra laterale destra',
|
|
213
243
|
'fabric.editor.saveButton': 'Salva',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Seleziona linguaggio',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Colonna singola',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Ordina colonna A → Z',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Ordina colonna Z → A',
|
|
218
248
|
'fabric.editor.splitCell': 'Dividi celle',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Barrato',
|
|
224
254
|
'fabric.editor.subTask': 'Sottotask',
|
|
225
255
|
'fabric.editor.subscript': 'Pedice',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Pedice disattivato, Apice attivato',
|
|
226
257
|
'fabric.editor.success': 'Operazione riuscita',
|
|
227
258
|
'fabric.editor.successPanel': 'Pannello operazioni completate',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Aggiungi consigli in un pannello colorato',
|
|
229
260
|
'fabric.editor.superscript': 'Apice',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Apice disattivato, Pedice attivato',
|
|
230
262
|
'fabric.editor.supportAltText': 'Il testo alternativo è utile agli utenti con problemi di vista che utilizzano utilità per la lettura dello schermo.',
|
|
231
263
|
'fabric.editor.table': 'Tabella',
|
|
232
264
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
233
265
|
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage':
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': "La rimozione di questa tabella comporterà l'interruzione di tutti i grafici ad essa collegati.",
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Rimuovi tabella e dati',
|
|
236
268
|
'fabric.editor.task': 'Task',
|
|
237
269
|
'fabric.editor.taskPlaceholder': 'Digita la tua azione e usa “@” per assegnarla a qualcuno.',
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Formattazione del test disattivata',
|
|
238
271
|
'fabric.editor.textColor': 'Colore del testo',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Meno colori',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Più colori',
|
|
241
272
|
'fabric.editor.textStyles': 'Stili del testo',
|
|
242
273
|
'fabric.editor.threeColumns': 'Tre colonne',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Tre colonne con barre laterali',
|
|
244
275
|
'fabric.editor.time.ago': 'fa',
|
|
245
276
|
'fabric.editor.time.updated': 'Aggiornato',
|
|
246
277
|
'fabric.editor.time.viewed': 'Visualizzato',
|
|
278
|
+
'fabric.editor.toolbarLabel': "Barra degli strumenti dell'editor",
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'File e immagini',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'un pannello',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'un elenco',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'un elenco di decisioni',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
253
286
|
'fabric.editor.twoColumns': 'Due colonne',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Risultati completamento automatico',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
255
289
|
'fabric.editor.underline': 'Sottolineato',
|
|
256
290
|
'fabric.editor.undo': 'Annulla',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Elenco puntato',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Crea un elenco non ordinato',
|
|
260
294
|
'fabric.editor.url': 'Visualizza URL',
|
|
295
|
+
'fabric.editor.urlDescription': 'Visualizza il link come URL',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL',
|
|
261
297
|
'fabric.editor.viewMore': 'Visualizza altro',
|
|
262
298
|
'fabric.editor.visit': 'Apri il link in una nuova finestra',
|
|
263
299
|
'fabric.editor.warning': 'Attenzione',
|