mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
remove weather
This commit is contained in:
18
resources/lang/vendor/wireui/bs/messages.php
vendored
Normal file
18
resources/lang/vendor/wireui/bs/messages.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'selectTime' => 'Izaberi vrijeme',
|
||||
'empty_options' => 'Očisti izbor',
|
||||
'loading' => 'Učitavanje...',
|
||||
'searchHere' => 'Potraži ovdje',
|
||||
'datePicker' => [
|
||||
'months' => "['januar', 'Februar', 'Mart', 'April', 'Maj', 'Jun', 'Jul', 'Avgust', 'Septembar', 'Oktobar', 'Novembar', 'Decembar']",
|
||||
'days' => "['Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub']",
|
||||
'tomorrow' => 'Sutra',
|
||||
'today' => 'Danas',
|
||||
'yesterday' => 'Juče',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Postoje {errors} greške u unosu',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user