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 4.1
modifié par Florent Charton
sur 2025/07/04 23:28
Commentaire de modification : Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/16.10.9]

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -20,6 +20,11 @@
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.
25 +ckeditor.plugin.link.uploadProgress=Envoi en cours {0}...
26 +ckeditor.plugin.link.uploadSuccess=Envoyé avec succès {0}
27 +ckeditor.plugin.link.uploadError=Erreur lors de l''envoi {0}
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}
34 +ckeditor.plugin.macro.installPending=Installation {0} {1} ...
35 +ckeditor.plugin.macro.installSuccessful={0} installé avec succès {1}.
36 +### 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.
... ... @@ -44,6 +44,7 @@
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é.
55 +ckeditor.plugin.selection.restoring=Sélection en cours de restauration...
47 47  ckeditor.plugin.toolbar.basicStyles=Styles de base
48 48  ckeditor.plugin.toolbar.lists=Listes
49 49  ckeditor.plugin.toolbar.bulletedlist=Liste à puces
... ... @@ -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}.
75 +### Missing: ckeditor.plugin.icon.iconsFetchFailed=Failed to retrieve the icon list.
76 +### 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
... ... @@ -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://...
113 +ckeditor.plugin.image.slash.currentPageBadge=Cette page
114 +ckeditor.plugin.image.slash.externalBadge=Externe
115 +ckeditor.plugin.image.slash.loading=Chargement en cours…
116 +ckeditor.plugin.image.slash.upload=Ajouter une image
117 +### Missing: ckeditor.plugin.image.slash.uploadProgress=Uploading {0}...
118 +### Missing: ckeditor.plugin.image.slash.uploadSuccess=Successfully uploaded {0}
119 +### Missing: ckeditor.plugin.image.slash.uploadError=Failed to upload {0}
120 +ckeditor.plugin.slash.group.Layout=Disposition
121 +ckeditor.plugin.slash.group.Content=Contenu
122 +### Missing: ckeditor.plugin.slash.group.Formatting=Formatting
123 +### Missing: ckeditor.plugin.slash.group.Navigation=Navigation
124 +ckeditor.plugin.slash.group.Actions=Actions
125 +ckeditor.plugin.slash.group.Table=Tableau
126 +ckeditor.plugin.slash.group.Macro=Macro
127 +ckeditor.plugin.slash.action.h1.hint=Premier niveau de titre.
128 +ckeditor.plugin.slash.action.h2.hint=Second niveau de titre.
129 +ckeditor.plugin.slash.action.h3.hint=Troisième niveau de titre.
130 +ckeditor.plugin.slash.action.h4.hint=Quatrième niveau de titre.
131 +ckeditor.plugin.slash.action.h5.hint=Cinquième niveau de titre.
132 +ckeditor.plugin.slash.action.h6.hint=Sixième niveau de titre.
133 +ckeditor.plugin.slash.action.p.name=Paragraphe
134 +### Missing: ckeditor.plugin.slash.action.p.hint=Create a paragraph of plain text.
135 +### Missing: ckeditor.plugin.slash.action.ul.hint=Create a simple bulleted list.
136 +### Missing: ckeditor.plugin.slash.action.ol.hint=Create a list with numbering.
137 +### Missing: ckeditor.plugin.slash.action.table.hint=Add simple tabular content to your page.
138 +### Missing: ckeditor.plugin.slash.action.blockquote.name=Quote
139 +### Missing: ckeditor.plugin.slash.action.blockquote.hint=Mark a quotation.
140 +### Missing: ckeditor.plugin.slash.action.info.hint=Emphasize an important message.
141 +### Missing: ckeditor.plugin.slash.action.info.defaultContent=Type your information message here.
142 +### Missing: ckeditor.plugin.slash.action.success.hint=Mark work done.
143 +### Missing: ckeditor.plugin.slash.action.success.defaultContent=Type your success message here.
144 +### Missing: ckeditor.plugin.slash.action.warning.hint=Write a warning message.
145 +### Missing: ckeditor.plugin.slash.action.warning.defaultContent=Type your warning message here.
146 +### Missing: ckeditor.plugin.slash.action.error.hint=Write an error message.
147 +### Missing: ckeditor.plugin.slash.action.error.defaultContent=Type your error message here.
148 +### 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.
149 +### Missing: ckeditor.plugin.slash.action.a.hint=Create a link to another page.
150 +### Missing: ckeditor.plugin.slash.action.img.hint=Embed or upload an image.
151 +### Missing: ckeditor.plugin.slash.action.icon.name=Icon
152 +### Missing: ckeditor.plugin.slash.action.icon.hint=Embed an icon.
153 +### Missing: ckeditor.plugin.slash.action.mention.name=Mention
154 +### Missing: ckeditor.plugin.slash.action.mention.hint=Mention someone to send them a notification.
155 +### Missing: ckeditor.plugin.slash.action.emoji.name=Emoji
156 +### Missing: ckeditor.plugin.slash.action.emoji.hint=Pick an emoji to insert.
157 +### Missing: ckeditor.plugin.slash.action.code.hint=Write a snippet of code.
158 +### Missing: ckeditor.plugin.slash.action.toc.hint=Provide an overview of the content sections.
159 +### Missing: ckeditor.plugin.slash.action.include.hint=Include content from other pages.
160 +### Missing: ckeditor.plugin.slash.action.macros.name=Browse macros
161 +### Missing: ckeditor.plugin.slash.action.macros.hint=Find the macro you need.
162 +### Missing: ckeditor.plugin.slash.action.find.hint=Replace multiple occurrences of a given text.
163 +### Missing: ckeditor.plugin.slash.action.table_row_before.hint=Insert a new table row before the current one.
164 +### Missing: ckeditor.plugin.slash.action.table_row_after.hint=Insert a new table row after the current one.
165 +### Missing: ckeditor.plugin.slash.action.table_row_delete.name=Delete Row
166 +### Missing: ckeditor.plugin.slash.action.table_row_delete.hint=Remove the current table row.
167 +### Missing: ckeditor.plugin.slash.action.table_col_before.hint=Insert a new table column before the current one.
168 +### Missing: ckeditor.plugin.slash.action.table_col_after.hint=Insert a new table column after the current one.
169 +### Missing: ckeditor.plugin.slash.action.table_col_delete.name=Delete Column
170 +### Missing: ckeditor.plugin.slash.action.table_col_delete.hint=Remove the current table column.
171 +### Missing: ckeditor.plugin.slash.action.table_cell_split_horizontal.hint=Split the current table cell horizontally.
172 +### Missing: ckeditor.plugin.slash.action.table_cell_split_vertical.hint=Split the current table cell vertically.
173 +### Missing: ckeditor.plugin.slash.action.table_cell_merge_right.name=Merge Cell Right
174 +### Missing: ckeditor.plugin.slash.action.table_cell_merge_right.hint=Merge the current table cell with the next one.
175 +### Missing: ckeditor.plugin.slash.action.table_cell_merge_down.name=Merge Cell Down
176 +### Missing: ckeditor.plugin.slash.action.table_cell_merge_down.hint=Merge the current table cell with the one below.
177 +### Missing: ckeditor.plugin.slash.action.table_cell_before.hint=Insert a new table cell before the current one.
178 +### Missing: ckeditor.plugin.slash.action.table_cell_after.hint=Insert a new table cell after the current one.
179 +### Missing: ckeditor.plugin.slash.action.table_cell_delete.name=Delete Cell
180 +### Missing: ckeditor.plugin.slash.action.table_cell_delete.hint=Remove the current table cell.
181 +### Missing: ckeditor.plugin.slash.action.table_delete.hint=Remove the current table from the content.
182 +### Missing: ckeditor.plugin.slash.placeholder=Type / for quick actions...
183 +### Missing: ckeditor.plugin.slash.dropdown.hint=Select the item to autocomplete.
184 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.body=Body
185 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.address=Address
186 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.aside=Aside
187 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.footer=Footer
188 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.header=Header
189 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h1=Heading 1
190 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h2=Heading 2
191 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h3=Heading 3
192 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h4=Heading 4
193 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h5=Heading 5
194 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h6=Heading 6
195 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.main=Main content
196 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.nav=Navigation
197 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.section=Section
198 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.blockquote=Quote
199 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.dl=Definition list
200 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.dt=Definition entry
201 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.dd=Description
202 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.figcaption=Caption
203 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.figure=Figure
204 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.ol=Ordered list
205 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.ul=Unordered list
206 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.menu=Menu (unordered list)
207 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.li=List item
208 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.p=Paragraph
209 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.pre=Preformated
210 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.caption=Title
211 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.th=Header
212 +### Missing: ckeditor.plugin.focusedplaceholder.placeholder.td=Cell
213 +### Missing: ckeditor.plugin.realtime.notification.sourcearea.temporarilyLeftSession=Temporarily leaving the realtime session.
214 +### Missing: ckeditor.plugin.realtime.notification.sourcearea.rejoiningSession.noChanges=No changes were made. Re-joining the realtime session.
215 +### Missing: ckeditor.plugin.realtime.notification.sourcearea.rejoiningSession.alone=There are unsaved changes, but no one else is in the realtime session. Re-joining.
216 +### Missing: ckeditor.plugin.realtime.notification.sourcearea.notRejoiningSession=Could not rejoin the realtime session because there are unsaved changes.
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.
... ... @@ -126,6 +126,8 @@
126 126  resourcePicker.doc.hint=Sélectionnez une page
127 127  entityResourceSuggester.doc.placeholder=Trouver une page...
128 128  entityResourceSuggester.attach.placeholder=Trouver une pièce jointe...
244 +### Missing: entityResourceSuggester.create.resolvedInSpace=Create new page...
245 +### 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
277 +### Missing: imageEditor.modal.updateButton=Update
160 160  imageEditor.modal.initialization.fail=Impossible d'afficher le formulaire de sélection de l'image.
279 +### 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.