Files
opensourcepos/app/Language/bs/Datepicker.php
objecttothis e90b5b87da Replace tabs with spaces (#4196)
Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-03-28 21:24:21 +04:00

24 lines
774 B
PHP

<?php
return [
"all_time" => "Sve",
"apply" => "Primjeni",
"cancel" => "Otkaži",
"custom" => "Slobodan izbor",
"from" => "Od",
"last_30" => "Zadnjih 30 dana",
"last_7" => "Zadnjih 7 dana",
"last_financial_year" => "Prošla fiskalna godina",
"last_month" => "Prošli mjesec",
"last_year" => "Prošla godina",
"same_month_last_year" => "Ovaj mjesec prošle godine",
"same_month_to_same_day_last_year" => "Prošle godine od istog mjeseca do istog dana",
"this_financial_year" => "Trenutna fiskalna godina",
"this_month" => "Ovaj mjesec",
"this_year" => "Ova godina",
"to" => "Do",
"today" => "Danas",
"today_last_year" => "Ovaj dan prošle godine",
"weekstart" => "1",
"yesterday" => "Juče",
];