Wiki-Quellcode von Translations
Zuletzt geändert von Daniel Herrmann am 2026/02/07 23:24
Zeige letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| 1 | ## General | ||
| 2 | xwikipro.macro.empty=Empty [{0}] macro. Please specify the [{1}] parameter. | ||
| 3 | rendering.macros.confluence.missingcql=Please provide labels or a CQL expression. | ||
| 4 | |||
| 5 | confluencediagram.installRequired=In order to use this macro, the Diagram application needs to be installed. To install, {0}click here{1}. | ||
| 6 | confluencediagram.create=The above image is a preview of a diagram created in Confluence. If you want to modify it, click on the button below to convert it into an editable diagram. You can always go back to this preview. | ||
| 7 | confluencediagram.create.confirm=Convert | ||
| 8 | confluencediagram.create.success=The diagram has been converted. | ||
| 9 | confluencediagram.create.error=Could not convert the diagram. | ||
| 10 | confluencediagram.create.message=Converted diagram. | ||
| 11 | confluencediagram.delete=The above diagram was converted from a Confluence diagram. If you are not satisfied with the result, you can click on the button below to go back to the preview of the original diagram. | ||
| 12 | confluencediagram.delete.link=Revert diagram conversion | ||
| 13 | confluencediagram.modal.title=Back to Confluence diagram preview | ||
| 14 | confluencediagram.modal.text=Are you sure you want to revert the conversion of the diagram ? By confirming, you will delete the current editable diagram and the original preview of the diagram will be displayed. This action is irreversible. | ||
| 15 | confluencediagram.modal.btn.close=Close | ||
| 16 | confluencediagram.modal.btn.confirm=Confirm | ||
| 17 | confluencediagram.delete.success=The editable diagram was successfully deleted. | ||
| 18 | confluencediagram.delete.error=The diagram could not be deleted. | ||
| 19 | confluencediagram.warning.notfound=The diagram was not found. Please check that the reference is valid. | ||
| 20 | confluence.nonefound=None found | ||
| 21 | |||
| 22 | ## Section macro | ||
| 23 | rendering.macro.section.name=Confluence bridge for Section | ||
| 24 | rendering.macro.section.description=Confluence bridge for the Section macro. | ||
| 25 | rendering.macro.section.content.description=Add the Section content | ||
| 26 | rendering.macro.section.parameter.border.name=Show Border | ||
| 27 | rendering.macro.section.parameter.border.description=Select this option to draw a border around the section and columns. | ||
| 28 | |||
| 29 | ## Attachments macro | ||
| 30 | promacros.attachments.upload.title=Upload files to the associated page | ||
| 31 | |||
| 32 | ## Column macro | ||
| 33 | rendering.macro.column.name=Confluence bridge for Column | ||
| 34 | rendering.macro.column.description=Confluence bridge for the Column macro. | ||
| 35 | rendering.macro.column.content.description=Add the Column content | ||
| 36 | rendering.macro.column.parameter.width.name=Width | ||
| 37 | rendering.macro.column.parameter.width.description=The width of the column. Can be specified either in pixels (for example, 400px) or as a percentage of the available page width (for example, 50%). | ||
| 38 | |||
| 39 | ## Outgoing Links macro | ||
| 40 | rendering.macro.confluence_outgoinglinks.noresults=No outgoing links found | ||
| 41 | rendering.macro.confluence_outgoinglinks.noresults=No outgoing links found | ||
| 42 | |||
| 43 | ## Details Summary macro | ||
| 44 | rendering.macro.detailssummary.firstcolumn=Document | ||
| 45 | rendering.macro.detailssummary.lastModified=Last modified | ||
| 46 | rendering.macro.detailssummary.creator=Creator | ||
| 47 | rendering.macro.detailssummary.tags=Tags | ||
| 48 | rendering.macro.detailssummary.noresults=No results. | ||
| 49 | rendering.macro.confluence_detailssummary.name=Confluence bridge for Details Summary | ||
| 50 | rendering.macro.confluence_detailssummary.description=Confluence bridge for the Details Summary (Page Properties Report) macro to display properties attached to a page using the Details macro. | ||
| 51 | rendering.macro.confluence_detailssummary.parameter.label.name=Labels | ||
| 52 | rendering.macro.confluence_detailssummary.parameter.label.description=A list of tags to use, separated by a comma or a space. This value is ignored if the cql parameter is set. Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | ||
| 53 | rendering.macro.confluence_detailssummary.parameter.firstcolumn.name=First Column | ||
| 54 | rendering.macro.confluence_detailssummary.parameter.firstcolumn.description=A custom title for the document name column. | ||
| 55 | rendering.macro.confluence_detailssummary.parameter.showLastModified.name=Show Last Modified | ||
| 56 | rendering.macro.confluence_detailssummary.parameter.showLastModified.description=Show the last modified time of the page. | ||
| 57 | rendering.macro.confluence_detailssummary.parameter.showPageLabels.name=Show Page Labels | ||
| 58 | rendering.macro.confluence_detailssummary.parameter.showPageLabels.description=Show the tags of listed documents. | ||
| 59 | rendering.macro.confluence_detailssummary.parameter.showCreator.name=Show Creator | ||
| 60 | rendering.macro.confluence_detailssummary.parameter.showCreator.description=Show the initial author of the listed documents. | ||
| 61 | rendering.macro.confluence_detailssummary.parameter.operator.name=Operator | ||
| 62 | rendering.macro.confluence_detailssummary.parameter.operator.description=Whether all the tags should match (AND), or any (OR). This value is ignored if the cql parameter is set. Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | ||
| 63 | rendering.macro.confluence_detailssummary.parameter.max.name=Max | ||
| 64 | rendering.macro.confluence_detailssummary.parameter.max.description=Maximum number of results. Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | ||
| 65 | rendering.macro.confluence_detailssummary.parameter.sort.name=Sort | ||
| 66 | rendering.macro.confluence_detailssummary.parameter.sort.description=What to sort on. The only supported values are "modified", "creation" and "title" for now. Ignored if an order by clause is present in the cql parameter. Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | ||
| 67 | rendering.macro.confluence_detailssummary.parameter.reverse.name=Reverse | ||
| 68 | rendering.macro.confluence_detailssummary.parameter.reverse.description=Whether to reverse the sort. Note: this parameter doesn't exist in Confluence, it's an XWiki addition. | ||
| 69 | rendering.macro.confluence_detailssummary.parameter.sortBy.name=Sort By | ||
| 70 | rendering.macro.confluence_detailssummary.parameter.sortBy.description=What to sort on. | ||
| 71 | rendering.macro.confluence_detailssummary.parameter.reverseSort.name=Reverse Sort | ||
| 72 | rendering.macro.confluence_detailssummary.parameter.reverseSort.description=Whether to reverse the sort. | ||
| 73 | |||
| 74 | rendering.macro.confluence_detailssummary.parameter.cql.name=CQL | ||
| 75 | rendering.macro.confluence_detailssummary.parameter.cql.description=A query written in the Confluence Query Language (CQL) syntax defining the list of documents to show. | ||
| 76 | rendering.macro.confluence_detailssummary.parameter.headings.name=Headings | ||
| 77 | rendering.macro.confluence_detailssummary.parameter.headings.description=Which column of the page properties to show. By default, all columns are shown. Columns with comma in their names require being quoted. | ||
| 78 | rendering.macro.confluence_detailssummary.parameter.id.name=ID | ||
| 79 | rendering.macro.confluence_detailssummary.parameter.id.description=The group of properties to show. If empty, will show page properties without identifiers. | ||
| 80 | |||
| 81 | ## Metadata Overview macro | ||
| 82 | rendering.macro.metadataOverview.failedtogetproperties=Failed to get the properties of the metadata set {0} | ||
| 83 | rendering.macro.metadataOverview.failedtoparsecql=Failed to parse the CQL expression. Please double check it. | ||
| 84 | rendering.macro.metadataOverview.failedtoexecutecql=Failed to execute the CQL query | ||
| 85 | rendering.macro.metadataOverview.noresults=No results. | ||
| 86 | rendering.macro.metadataOverview.doc.title=Title | ||
| 87 | rendering.macro.metadataOverview.failedtofetchmetadataset=Failed to fetch the metadata set | ||
| 88 | rendering.macro.metadataOverview.unexpectedfilterfield=Unexpected filter field {0}. | ||
| 89 | rendering.macro.metadataOverview.emptyvalue=- | ||
| 90 | |||
| 91 | ## CQL Macros | ||
| 92 | rendering.macro.cqlmacro.queryerror=The CQL query failed. Please check that the query is correct and doesn't reference non-existing documents. Click for details. | ||
| 93 | |||
| 94 | # Children macro | ||
| 95 | rendering.macro.confluence_children.name=Confluence bridge for Children | ||
| 96 | rendering.macro.confluence_children.description=Confluence bridge for the Children macro using the XWiki document tree macro. | ||
| 97 | rendering.macro.confluence_children.parameter.page.name=Page | ||
| 98 | rendering.macro.confluence_children.parameter.page.description=The reference of the page whose children will be displayed. | ||
| 99 | rendering.macro.confluence_children.parameter.first.name=Number of children | ||
| 100 | rendering.macro.confluence_children.parameter.first.description=The number of children that will be displayed initially | ||
| 101 | |||
| 102 | ## Favpages macro | ||
| 103 | rendering.macro.confluence_favpages.installfavoritesapp=The favpages macro requires the Favorites Application, which is not installed. Please ask an administrator to install it. |