mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-26 06:37:02 -04:00
25 lines
1.2 KiB
PHP
25 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'all_time' => 'Von Beginn weg',
|
|
'apply' => 'Ausführen',
|
|
'cancel' => 'Abbrechen',
|
|
'custom' => 'Benutzerdefiniert',
|
|
'from' => 'Von',
|
|
'last_30' => 'Letzte 30 Tage',
|
|
'last_7' => 'Letzte 7 Tage',
|
|
'last_financial_year' => 'Letztes Geschäftsjahr',
|
|
'last_month' => 'Letzter Monat',
|
|
'last_year' => 'Letztes Jahr',
|
|
'same_month_last_year' => 'Dieser Monat letzten Jahres',
|
|
'same_month_to_same_day_last_year' => 'Dieser Monat bis Heute letzten Jahres',
|
|
'this_financial_year' => 'Aktuelles Geschäftsjahr',
|
|
'this_month' => 'Dieser Monat',
|
|
'this_year' => 'Dieses Jahr',
|
|
'to' => 'Bis',
|
|
'today' => 'Heute',
|
|
'today_last_year' => 'Heute letzten Jahres',
|
|
'weekstart' => '1',
|
|
'yesterday' => 'Gestern',
|
|
];
|