Änderungen von Dokument Translations

Zuletzt geändert von Daniel Herrmann am 2026/02/04 20:25

Von Version 1.1 Icon
bearbeitet von Daniel Herrmann
am 2025/06/22 18:48
Änderungskommentar: Install extension [com.xwiki.pro:xwiki-pro-macros-ui/1.26.20]
Auf Version Icon 2.1
bearbeitet von Daniel Herrmann
am 2026/02/04 20:25
Änderungskommentar: Install extension [com.xwiki.pro:xwiki-pro-macros-ui/1.29.1]

Zusammenfassung

Details

Icon Seiteneigenschaften
Inhalt
... ... @@ -288,10 +288,10 @@
288 288  ### Missing: rendering.macro.tab-group.parameter.height.name=Height
289 289  ### Missing: rendering.macro.tab-group.parameter.height.description=The height of the main element with the CSS unit
290 290  ### Missing: rendering.macro.tab-group.parameter.loopCards.name=Loop cards
291 -### Missing: rendering.macro.tab-group.parameter.loopCards.name=If true, the tab will loop back to the beginning from the last tab
291 +### Missing: rendering.macro.tab-group.parameter.loopCards.description=If true, the tab will loop back to the beginning from the last tab
292 292  ### Missing: rendering.macro.tab-group.parameter.nextAfter.name=Next after
293 293  ### Missing: rendering.macro.tab-group.parameter.nextAfter.description=The number of seconds this tab will stay visible before moving to the next one. If not set, no transition will be done automatically
294 -### Missing: rendering.macro.tab-group.parameter.width.name=Height
294 +### Missing: rendering.macro.tab-group.parameter.width.name=Width
295 295  ### Missing: rendering.macro.tab-group.parameter.width.description=The width of the main element with the CSS unit
296 296  
297 297  ## User Profile macro
... ... @@ -344,7 +344,6 @@
344 344  ### Missing: rendering.macro.recently-updated.parameter.showProfilePic.description=Specify "showProfilePic=true" to display the profile pictures of the users who updated the content.
345 345  ### Missing: rendering.macro.recently-updated.parameter.hideHeading.name=hideHeading
346 346  ### Missing: rendering.macro.recently-updated.parameter.hideHeading.description=Determines whether the macro hides or displays the text 'Recently Updated' as a title above the list of content. Only available in wikimarkup and storage format. Accepted values: "true" - Title is hidden, "false" - Title is shown.
347 -### Missing: rendering.macro.recently-updated.parameter.theme.description=Choose the display format of this macro.
348 348  ### Missing: rendering.macro.recently-updated.parameter.showProfilePic.description=Check this box to display the profile pictures of the users who updated the content.
349 349  ### Missing: rendering.macro.recently-updated.parameter.hideHeading.description=Check this box if you would like to hide the text 'Recently Updated' displayed by default as a title above the list of content.
350 350  ### Missing: com.xwiki.macros.internal.recentlyupdated.RecentlyUpdatedThemeEnum.concise=Title, username, time
... ... @@ -370,6 +370,12 @@
370 370  ### Missing: rendering.macro.view-file.parameter.height.description=The viewer height, accepts values in pixels. The default value is 1000.
371 371  ### Missing: rendering.macro.view-file.parameter.width.name=Width
372 372  ### Missing: rendering.macro.view-file.parameter.width.description=The viewer width, accepts values in pixels or in percentage. Default value set at 100%.
372 +### Missing: rendering.macro.view-file.parameter.csvFormat.name=CSV Format
373 +### Missing: rendering.macro.view-file.parameter.csvFormat.description=Which format to use when displaying a CSV file (possible values: Default, Excel, InformixUnload, InformixUnloadCsv, MongoDBCsv, MongoDBTsv, MySQL, Oracle, PostgreSQLCsv, PostgreSQLText, RFC4180, TDF)
374 +### Missing: rendering.macro.view-file.parameter.csvDelimiter.name=CSV Delimiter
375 +### Missing: rendering.macro.view-file.parameter.csvDelimiter.description=Which delimiter to use when displaying a CSV file. Overrides the CSV format if provided as well. If nothing is provided, ',' is used.
376 +### Missing: rendering.macro.view-file.parameter.csvFirstLineIsHeader.name=CSV first line is header
377 +### Missing: rendering.macro.view-file.parameter.csvFirstLineIsHeader.description=Whether the first line is to be considered the header when displaying a CSV file
373 373  ### Missing: rendering.macro.viewFile.modal.title=Content view
374 374  ### Missing: rendering.macro.viewFile.thumbnail.button.title=View file content
375 375  ### Missing: rendering.macro.viewFile.attachmentrequired=Please provide a file to show in the name parameter.