mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 04:16:16 +02:00
Fixed missing #
Added a # to a translation to fetch correct number of days until expiring.
This commit is contained in:
parent
6442665f6c
commit
f05ad56db6
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'Stock overview' => 'Lageröversikt',
|
'Stock overview' => 'Lageröversikt',
|
||||||
'#1 products expiring within the next #2 days' => '#1 produkter som löper ut inom 2 dagar',
|
'#1 products expiring within the next #2 days' => '#1 produkter som löper ut inom #2 dagar',
|
||||||
'#1 products are already expired' => '#1 produkter är redan utgått',
|
'#1 products are already expired' => '#1 produkter är redan utgått',
|
||||||
'#1 products are below defined min. stock amount' => '#1 produkter är under definierade min. lagerbelopp',
|
'#1 products are below defined min. stock amount' => '#1 produkter är under definierade min. lagerbelopp',
|
||||||
'Product' => 'Produkt',
|
'Product' => 'Produkt',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user