mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Finalized next version
This commit is contained in:
parent
47a6260d27
commit
e693460894
@ -2,6 +2,7 @@
|
|||||||
- Recipe ingredient notes were not displayed
|
- Recipe ingredient notes were not displayed
|
||||||
- Edit/delete buttons on the equipment page had no icons
|
- Edit/delete buttons on the equipment page had no icons
|
||||||
- Improved the overview pages "action buttons column" (e. g. hide more rarely used actions behind a context/dropdown menu)
|
- Improved the overview pages "action buttons column" (e. g. hide more rarely used actions behind a context/dropdown menu)
|
||||||
|
- The "purchase to stock conversion factor" is now displayed on the purchase page when QU units are different (above the amount field)
|
||||||
- Some JS files were not loaded correctly on case sensitive file systems
|
- Some JS files were not loaded correctly on case sensitive file systems
|
||||||
- The changelog is now included as markdown files (in `/changelog` directory, one file per release with a filename in format `<ReleaseNumber>_<Version>_<ReleaseDateIso>.md`) and shown in the about dialog
|
- The changelog is now included as markdown files (in `/changelog` directory, one file per release with a filename in format `<ReleaseNumber>_<Version>_<ReleaseDateIso>.md`) and shown in the about dialog
|
||||||
- Please review your `CURRENCY` setting in `data/config.php`, see also `config-dist.php` - this should be the ISO 4217 code of the currency to properly work with the JS `toLocaleString` function
|
- Please review your `CURRENCY` setting in `data/config.php`, see also `config-dist.php` - this should be the ISO 4217 code of the currency to properly work with the JS `toLocaleString` function
|
||||||
|
@ -353,5 +353,6 @@ return array(
|
|||||||
'Show battery details' => 'Batteriedetails anzeigen',
|
'Show battery details' => 'Batteriedetails anzeigen',
|
||||||
'Journal for this battery' => 'Journal für diese Batterie',
|
'Journal for this battery' => 'Journal für diese Batterie',
|
||||||
'System info' => 'Systeminformationen',
|
'System info' => 'Systeminformationen',
|
||||||
'Changelog' => 'Änderungsprotokoll'
|
'Changelog' => 'Änderungsprotokoll',
|
||||||
|
'will be multiplied a factor of #1 to get #2' => 'wird mit dem Faktor #1 multipliziert um #2 zu erhalten'
|
||||||
);
|
);
|
||||||
|
@ -353,5 +353,6 @@ return array(
|
|||||||
'Show battery details' => 'Show battery details',
|
'Show battery details' => 'Show battery details',
|
||||||
'Journal for this battery' => 'Journal for this battery',
|
'Journal for this battery' => 'Journal for this battery',
|
||||||
'System info' => 'System info',
|
'System info' => 'System info',
|
||||||
'Changelog' => 'Changelog'
|
'Changelog' => 'Changelog',
|
||||||
|
'will be multiplied a factor of #1 to get #2' => 'will be multiplied a factor of #1 to get #2'
|
||||||
);
|
);
|
||||||
|
@ -353,5 +353,6 @@ return array(
|
|||||||
'Show battery details' => 'Show battery details',
|
'Show battery details' => 'Show battery details',
|
||||||
'Journal for this battery' => 'Journal for this battery',
|
'Journal for this battery' => 'Journal for this battery',
|
||||||
'System info' => 'System info',
|
'System info' => 'System info',
|
||||||
'Changelog' => 'Changelog'
|
'Changelog' => 'Changelog',
|
||||||
|
'will be multiplied a factor of #1 to get #2' => 'will be multiplied a factor of #1 to get #2'
|
||||||
);
|
);
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
return array(
|
return array(
|
||||||
'manually' => 'Handmatig',
|
'manually' => 'Handmatig',
|
||||||
'dynamic-regular' => 'Dynamic regular'
|
'dynamic-regular' => 'Dynamisch regelmatig'
|
||||||
);
|
);
|
||||||
|
@ -353,5 +353,6 @@ return array(
|
|||||||
'Show battery details' => 'Show battery details',
|
'Show battery details' => 'Show battery details',
|
||||||
'Journal for this battery' => 'Journal for this battery',
|
'Journal for this battery' => 'Journal for this battery',
|
||||||
'System info' => 'System info',
|
'System info' => 'System info',
|
||||||
'Changelog' => 'Changelog'
|
'Changelog' => 'Changelog',
|
||||||
|
'will be multiplied a factor of #1 to get #2' => 'will be multiplied a factor of #1 to get #2'
|
||||||
);
|
);
|
||||||
|
@ -354,5 +354,6 @@ return array(
|
|||||||
'Show battery details' => 'Show battery details',
|
'Show battery details' => 'Show battery details',
|
||||||
'Journal for this battery' => 'Journal for this battery',
|
'Journal for this battery' => 'Journal for this battery',
|
||||||
'System info' => 'System info',
|
'System info' => 'System info',
|
||||||
'Changelog' => 'Changelog'
|
'Changelog' => 'Changelog',
|
||||||
|
'will be multiplied a factor of #1 to get #2' => 'will be multiplied a factor of #1 to get #2'
|
||||||
);
|
);
|
||||||
|
@ -353,5 +353,6 @@ return array(
|
|||||||
'Show battery details' => 'Show battery details',
|
'Show battery details' => 'Show battery details',
|
||||||
'Journal for this battery' => 'Journal for this battery',
|
'Journal for this battery' => 'Journal for this battery',
|
||||||
'System info' => 'System info',
|
'System info' => 'System info',
|
||||||
'Changelog' => 'Changelog'
|
'Changelog' => 'Changelog',
|
||||||
|
'will be multiplied a factor of #1 to get #2' => 'will be multiplied a factor of #1 to get #2'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user