Wiki-Quellcode von Translations
Zuletzt geändert von Daniel Herrmann am 2025/06/22 19:09
Zeige letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| 1 | ### Missing: DateMacro.home.title=Date Macro | ||
| 2 | rendering.macro.date.name=Date | ||
| 3 | ### Missing: rendering.macro.date.description=Use the date macro to set and format due dates within task macros and more! | ||
| 4 | ### Missing: rendering.macro.date.parameter.value.name=Date value | ||
| 5 | ### Missing: rendering.macro.date.parameter.value.description=The value of the date. It should be written in the format specified as a parameter or in the format generated by the date picker. | ||
| 6 | ### Missing: rendering.macro.date.parameter.format.name=Date input format | ||
| 7 | rendering.macro.date.parameter.format.description=The format the `value` parameter should have, specified in the Java Date Format Standard. For example, if you want to input the value parameter in the following manner `01 jan 2024`, the format parameter should look like this `dd MMM yyyy`. | ||
| 8 | ### Missing: rendering.macro.date.parameter.displayFormat.name=Date display format | ||
| 9 | ### Missing: rendering.macro.date.parameter.displayFormat.description=The format that will be used to display the date. The format should be in the Java Date Format Standard. For example, if you want the macro to display the date in the following manner `Sunday, 22.01`, this parameter should have the following value `EEEEE, dd.MM`. | ||
| 10 | ### Missing: DateMacro.Code.ConfigurationClass_storageDateFormat=The format that will be used to store dates used in Task Manager. | ||
| 11 | ### Missing: DateMacro.Code.ConfigurationClass_storageDateFormat.hint=Changing this value will only affect the (date and task) macros created from this moment onwards. The macros created before will have their date properties stored in the previous format and will not display correctly anymore. Change this property if you want the date macro parameters to have a different storage format. | ||
| 12 | ### Missing: DateMacro.Code.ConfigurationClass_displayDateFormat=The format that will be used to display dates used in Task Manager. | ||
| 13 | ### Missing: DateMacro.Code.ConfigurationClass_displayDateFormat.hint=Changing this property will affect how the existing and newly created date macros will display. i.e. 'MMM YYYY' will display 'Jan 2025'. |