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