mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
translations added
This commit is contained in:
18
resources/lang/vendor/wireui/en/messages.php
vendored
Normal file
18
resources/lang/vendor/wireui/en/messages.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'selectTime' => 'Select time',
|
||||
'empty_options' => 'Empty Options',
|
||||
'loading' => 'Loading...',
|
||||
'searchHere' => 'Search here',
|
||||
'datePicker' => [
|
||||
'months' => "['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']",
|
||||
'days' => "['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']",
|
||||
'tomorrow' => 'Tomorrow',
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'There were {errors} errors with your submission',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user