Modifications pour le document Translations

Modifié par Florent Charton le 2026/01/13 15:01

Depuis la version 3.1
modifié par Florent Charton
sur 2024/08/08 18:44
Commentaire de modification : Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/15.10.11]
À la version 6.1
modifié par Florent Charton
sur 2026/01/08 10:59
Commentaire de modification : Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/17.4.8]

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -20,6 +20,8 @@
20 20  ckeditor.plugin.link.queryString=Paramètres d'URL
21 21  ckeditor.plugin.link.defaultLabel=Saisir le label du lien
22 22  ckeditor.plugin.link.openInNewTab=Ouvrir le lien dans un nouvel onglet
23 +ckeditor.plugin.link.upload=Ajouter une pièce jointe
24 +ckeditor.plugin.link.uploadHint=Lien vers la pièce jointe récemment ajoutée.
23 23  ckeditor.plugin.list.listType.none=Aucun
24 24  ckeditor.plugin.macro.placeholder=macro : {0}
25 25  ckeditor.plugin.macro.buttonHint=Macro XWiki
... ... @@ -26,6 +26,9 @@
26 26  ckeditor.plugin.macro.editButtonHint=Modifier la Macro
27 27  ckeditor.plugin.macro.refreshFailed=La réactualisation du contenu édité a échoué.
28 28  ckeditor.plugin.macro.dedicatedInsertButtonHint=Insérer macro {0}
31 +ckeditor.plugin.macro.installPending=Installation {0} {1} ...
32 +ckeditor.plugin.macro.installSuccessful={0} installé avec succès {1}.
33 +### Missing: ckeditor.plugin.macro.installFailed=Failed to install {0} {1}.
29 29  ckeditor.plugin.office.importer.title=Importer un document Office
30 30  ckeditor.plugin.office.importer.filePath=Emplacement du fichier
31 31  ckeditor.plugin.office.importer.filePath.hint=Sélectionnez le fichier Office à importer. Ce fichier sera téléchargé, attaché à la page et son contenu ajouté comme contenu à la page.
... ... @@ -41,9 +41,11 @@
41 41  ckeditor.plugin.office.importer.noUploadURL=L'URL d'import du fichier n'est pas configurée.
42 42  ckeditor.plugin.office.importer.failedToLoadForm=Impossible d'afficher le formulaire.
43 43  ckeditor.plugin.resource.notSpecified=Le {0} n''est pas renseigné.
49 +ckeditor.plugin.resource.selectValue=Veuillez choisir une valeur pour l'emplacement du lien.
44 44  ckeditor.plugin.save.leaveConfirmationMessage=Il y a des modifications non sauvegardées. Voulez-vous les abandonner ?
45 45  ckeditor.plugin.save.failed=Impossible d’enregistrer le contenu en raison d’une erreur interne de CKEditor. Vous devriez essayer de copier vos modifications importantes avant d'actualiser l'éditeur.
46 46  ckeditor.plugin.source.conversionFailed=La conversion a échoué.
53 +ckeditor.plugin.selection.restoring=Restauration de la sélection en cours...
47 47  ckeditor.plugin.toolbar.basicStyles=Styles de base
48 48  ckeditor.plugin.toolbar.lists=Listes
49 49  ckeditor.plugin.toolbar.bulletedlist=Liste à puces
... ... @@ -56,7 +56,7 @@
56 56  ckeditor.plugin.toolbar.warningBox=Message d'avertissement
57 57  ckeditor.plugin.toolbar.errorBox=Message d'erreur
58 58  ckeditor.plugin.toolbar.toc=Table des matières
59 -ckeditor.plugin.toolbar.include=Inclure
66 +ckeditor.plugin.toolbar.include=Inclure une page
60 60  ckeditor.plugin.toolbar.code=Fragment de code
61 61  ckeditor.plugin.toolbar.otherMacros=Autres macros
62 62  ckeditor.plugin.syntax.update.inProgress=Mise à jour de l'éditeur WYSIWYG
... ... @@ -63,6 +63,8 @@
63 63  ckeditor.plugin.syntax.update.done=Éditeur WYSIWYG mis à jour
64 64  ckeditor.plugin.syntax.update.failed=Échec de la mise à jour de l'éditeur WYSIWYG
65 65  ckeditor.plugin.syntax.wysiwygModeUnsupported=L''édition WYSIWYG n''est pas supportée pour la syntaxe {0}.
73 +### Missing: ckeditor.plugin.icon.iconsFetchFailed=Failed to retrieve the icon list.
74 +### Missing: ckeditor.plugin.icon.iconThemesFetchFailed=Failed to retrieve the available icon themes.
66 66  ckeditor.plugin.image.imageEditor.standardTab.title=Standard
67 67  ckeditor.plugin.image.imageEditor.advancedTab.title=Avancé
68 68  ckeditor.plugin.image.imageEditor.standardTab.imageStyles.label=Styles de l'image
... ... @@ -85,7 +85,7 @@
85 85  ckeditor.plugin.image.imageEditor.advancedTab.alignment.option.center=Centré
86 86  ckeditor.plugin.image.imageEditor.advancedTab.alignment.option.end=A la fin
87 87  ckeditor.plugin.image.imageEditor.advancedTab.textWrap.label=Adaptation au texte
88 -ckeditor.plugin.image.imageEditor.advancedTab.textWrap.hint=Si coché, l'image est entourée par le texte.
97 +ckeditor.plugin.image.imageEditor.advancedTab.textWrap.hint=Si coché, le texte entoure l'image.
89 89  ckeditor.plugin.image.imageSelector.treeTab.title=Arborescence
90 90  ckeditor.plugin.image.imageSelector.uploadTab.title=Envoi
91 91  ckeditor.plugin.image.imageSelector.uploadTab.file.title=Fichier
... ... @@ -99,6 +99,110 @@
99 99  ckeditor.plugin.image.imageSelector.urlTab.url.title=Url
100 100  ckeditor.plugin.image.imageSelector.urlTab.url.hint=Url de l'image à afficher.
101 101  ckeditor.plugin.image.imageSelector.urlTab.url.placeholder=https://...
111 +ckeditor.plugin.image.slash.currentPageBadge=Cette page
112 +ckeditor.plugin.image.slash.externalBadge=Externe
113 +ckeditor.plugin.image.slash.loading=Chargement en cours…
114 +ckeditor.plugin.image.slash.upload=Ajouter une image
115 +ckeditor.plugin.slash.group.Layout=Disposition
116 +ckeditor.plugin.slash.group.Content=Contenu
117 +### Missing: ckeditor.plugin.slash.group.Formatting=Formatting
118 +### Missing: ckeditor.plugin.slash.group.Navigation=Navigation
119 +ckeditor.plugin.slash.group.Actions=Actions
120 +ckeditor.plugin.slash.group.Table=Tableau
121 +ckeditor.plugin.slash.group.Macro=Macro
122 +ckeditor.plugin.slash.action.h1.hint=Premier niveau de titre.
123 +ckeditor.plugin.slash.action.h2.hint=Second niveau de titre.
124 +ckeditor.plugin.slash.action.h3.hint=Troisième niveau de titre.
125 +ckeditor.plugin.slash.action.h4.hint=Quatrième niveau de titre.
126 +ckeditor.plugin.slash.action.h5.hint=Cinquième niveau de titre.
127 +ckeditor.plugin.slash.action.h6.hint=Sixième niveau de titre.
128 +ckeditor.plugin.slash.action.p.name=Paragraphe
129 +### Missing: ckeditor.plugin.slash.action.p.hint=Create a paragraph of plain text.
130 +### Missing: ckeditor.plugin.slash.action.ul.hint=Create a simple bulleted list.
131 +### Missing: ckeditor.plugin.slash.action.ol.hint=Create a list with numbering.
132 +### Missing: ckeditor.plugin.slash.action.table.hint=Add simple tabular content to your page.
133 +### Missing: ckeditor.plugin.slash.action.blockquote.name=Quote
134 +### Missing: ckeditor.plugin.slash.action.blockquote.hint=Mark a quotation.
135 +### Missing: ckeditor.plugin.slash.action.info.hint=Emphasize an important message.
136 +### Missing: ckeditor.plugin.slash.action.info.defaultContent=Type your information message here.
137 +### Missing: ckeditor.plugin.slash.action.success.hint=Mark work done.
138 +### Missing: ckeditor.plugin.slash.action.success.defaultContent=Type your success message here.
139 +### Missing: ckeditor.plugin.slash.action.warning.hint=Write a warning message.
140 +### Missing: ckeditor.plugin.slash.action.warning.defaultContent=Type your warning message here.
141 +### Missing: ckeditor.plugin.slash.action.error.hint=Write an error message.
142 +### Missing: ckeditor.plugin.slash.action.error.defaultContent=Type your error message here.
143 +### Missing: ckeditor.plugin.slash.action.hr.hint=Mark a thematic break between blocks of content: for example, a change of scene in a story, or a shift of topic within a section.
144 +### Missing: ckeditor.plugin.slash.action.a.hint=Create a link to another page.
145 +### Missing: ckeditor.plugin.slash.action.img.hint=Embed or upload an image.
146 +### Missing: ckeditor.plugin.slash.action.icon.name=Icon
147 +### Missing: ckeditor.plugin.slash.action.icon.hint=Embed an icon.
148 +### Missing: ckeditor.plugin.slash.action.mention.name=Mention
149 +### Missing: ckeditor.plugin.slash.action.mention.hint=Mention someone to send them a notification.
150 +### Missing: ckeditor.plugin.slash.action.emoji.name=Emoji
151 +### Missing: ckeditor.plugin.slash.action.emoji.hint=Pick an emoji to insert.
152 +### Missing: ckeditor.plugin.slash.action.code.hint=Write a snippet of code.
153 +### Missing: ckeditor.plugin.slash.action.toc.hint=Provide an overview of the content sections.
154 +### Missing: ckeditor.plugin.slash.action.include.hint=Include content from other pages.
155 +### Missing: ckeditor.plugin.slash.action.macros.name=Browse macros
156 +### Missing: ckeditor.plugin.slash.action.macros.hint=Find the macro you need.
157 +### Missing: ckeditor.plugin.slash.action.find.hint=Replace multiple occurrences of a given text.
158 +### Missing: ckeditor.plugin.slash.action.table_row_before.hint=Insert a new table row before the current one.
159 +### Missing: ckeditor.plugin.slash.action.table_row_after.hint=Insert a new table row after the current one.
160 +### Missing: ckeditor.plugin.slash.action.table_row_delete.name=Delete Row
161 +### Missing: ckeditor.plugin.slash.action.table_row_delete.hint=Remove the current table row.
162 +### Missing: ckeditor.plugin.slash.action.table_col_before.hint=Insert a new table column before the current one.
163 +### Missing: ckeditor.plugin.slash.action.table_col_after.hint=Insert a new table column after the current one.
164 +### Missing: ckeditor.plugin.slash.action.table_col_delete.name=Delete Column
165 +### Missing: ckeditor.plugin.slash.action.table_col_delete.hint=Remove the current table column.
166 +### Missing: ckeditor.plugin.slash.action.table_cell_split_horizontal.hint=Split the current table cell horizontally.
167 +### Missing: ckeditor.plugin.slash.action.table_cell_split_vertical.hint=Split the current table cell vertically.
168 +### Missing: ckeditor.plugin.slash.action.table_cell_merge_right.name=Merge Cell Right
169 +### Missing: ckeditor.plugin.slash.action.table_cell_merge_right.hint=Merge the current table cell with the next one.
170 +### Missing: ckeditor.plugin.slash.action.table_cell_merge_down.name=Merge Cell Down
171 +### Missing: ckeditor.plugin.slash.action.table_cell_merge_down.hint=Merge the current table cell with the one below.
172 +### Missing: ckeditor.plugin.slash.action.table_cell_before.hint=Insert a new table cell before the current one.
173 +### Missing: ckeditor.plugin.slash.action.table_cell_after.hint=Insert a new table cell after the current one.
174 +### Missing: ckeditor.plugin.slash.action.table_cell_delete.name=Delete Cell
175 +### Missing: ckeditor.plugin.slash.action.table_cell_delete.hint=Remove the current table cell.
176 +### Missing: ckeditor.plugin.slash.action.table_delete.hint=Remove the current table from the content.
177 +### Missing: ckeditor.plugin.slash.placeholder=Type / for quick actions...
178 +### Missing: ckeditor.plugin.slash.dropdown.hint=Select the item to autocomplete.
179 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.body=Body
180 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.address=Address
181 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.aside=Aside
182 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.footer=Footer
183 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.header=Header
184 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h1=Heading 1
185 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h2=Heading 2
186 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h3=Heading 3
187 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h4=Heading 4
188 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h5=Heading 5
189 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h6=Heading 6
190 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.main=Main content
191 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.nav=Navigation
192 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.section=Section
193 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.blockquote=Quote
194 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.dl=Definition list
195 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.dt=Definition entry
196 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.dd=Description
197 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.figcaption=Caption
198 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.figure=Figure
199 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.ol=Ordered list
200 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.ul=Unordered list
201 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.menu=Menu (unordered list)
202 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.li=List item
203 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.p=Paragraph
204 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.pre=Preformated
205 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.caption=Title
206 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.th=Header
207 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.td=Cell
208 +ckeditor.plugin.realtime.leavingCollaboration=Vous quittez la collaboration temps réel
209 +ckeditor.plugin.realtime.joiningCollaboration=Vous rejoignez la collaboration temps réel
210 +ckeditor.plugin.upload.downloadingPastedImages=Réception des images collées : {0} / {1}
211 +ckeditor.plugin.upload.imageDownloadFailed=Échec du téléchargement de {0} image(s) sur {1} collée(s)
212 +ckeditor.plugin.upload.starting=Début de l''envoi dans {0}s
213 +ckeditor.plugin.upload.uploadingPastedImages=Envoi des images collées : {0} / {1}
214 +ckeditor.plugin.upload.imageUploadFailed=Échec de l''envoi de {0} image(s) sur {1} collée(s)
102 102  ckeditor.inline.failedToInit=Échec de l'initialisation du CKEditor.
103 103  ckeditor.upload.error.csrf=Le jeton CSRF est manquant.
104 104  ckeditor.upload.error.emptyReturn=Erreur lors de l'envoi du fichier : sa taille doit dépasser la taille maximum autorisée.
... ... @@ -124,8 +124,11 @@
124 124  resource.user.placeholder=alias
125 125  resourcePicker.attach.hint=Sélectionnez une pièce jointe
126 126  resourcePicker.doc.hint=Sélectionnez une page
240 +resourcePicker.dropdown.toggle.title=Bascule l'affichage des types de ressources.
127 127  entityResourceSuggester.doc.placeholder=Trouver une page...
128 128  entityResourceSuggester.attach.placeholder=Trouver une pièce jointe...
243 +### Missing: entityResourceSuggester.create.resolvedInSpace=Create new page...
244 +### Missing: entityResourceSuggester.create.fullyResolvedInput=Create with exact reference...
129 129  entityResourcePicker.select=Sélectionner
130 130  entityResourcePicker.doc.title=Sélectionner la Page
131 131  entityResourcePicker.attach.title=Sélectionner la pièce jointe
... ... @@ -157,7 +157,9 @@
157 157  imageEditor.modal.loadFail.message=Impossible d'afficher le formulaire de modification de l'image.
158 158  imageEditor.modal.title=Modifier l'image
159 159  imageEditor.modal.insertButton=Insérer
276 +### Missing: imageEditor.modal.updateButton=Update
160 160  imageEditor.modal.initialization.fail=Impossible d'afficher le formulaire de sélection de l'image.
278 +### Missing: imageEditor.modal.outscaleWarning=One of the dimensions is larger than the original image ({0}). The result may be a reduction in the quality of the displayed image.
161 161  imageSelector.modal.title=Sélectionner l'image
162 162  imageSelector.modal.selectButton=Sélectionnez
163 163  imageSelector.modal.loadFail.message=Impossible d'afficher le formulaire de sélection de l'image.
... ... @@ -172,6 +172,16 @@
172 172  ## Deprecated since 14.10
173 173  imageEditor.modal.backToEditor.button=Retour
174 174  ckeditor.plugin.image.imageSelector.documentTreeTab.title=Arbre de document
293 +ckeditor.plugin.link.uploadProgress=Envoi en cours {0}...
294 +ckeditor.plugin.link.uploadSuccess=Envoyé avec succès {0}
295 +ckeditor.plugin.link.uploadError=Erreur lors de l''envoi {0}
296 +### Missing: ckeditor.plugin.image.slash.uploadProgress=Uploading {0}...
297 +### Missing: ckeditor.plugin.image.slash.uploadSuccess=Successfully uploaded {0}
298 +### Missing: ckeditor.plugin.image.slash.uploadError=Failed to upload {0}
299 +### Missing: ckeditor.plugin.realtime.notification.sourcearea.temporarilyLeftSession=Temporarily leaving the realtime session.
300 +### Missing: ckeditor.plugin.realtime.notification.sourcearea.rejoiningSession.noChanges=No changes were made. Re-joining the realtime session.
301 +### Missing: ckeditor.plugin.realtime.notification.sourcearea.rejoiningSession.alone=There are unsaved changes, but no one else is in the realtime session. Re-joining.
302 +### Missing: ckeditor.plugin.realtime.notification.sourcearea.notRejoiningSession=Could not rejoin the realtime session because there are unsaved changes.
175 175  
176 176  ## Used to indicate where deprecated keys end
177 177  #@deprecatedend