mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
19 lines
627 B
PHP
19 lines
627 B
PHP
<?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',
|
|
],
|
|
];
|