mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
Livewire UI installed
This commit is contained in:
16
lang/vendor/wireui/ca/messages.php
vendored
Normal file
16
lang/vendor/wireui/ca/messages.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'Opcions buides',
|
||||
'searchHere' => 'Cerca aquí',
|
||||
'datePicker' => [
|
||||
'months' => "['gener', 'febrer', 'març', 'abril', 'maig', 'juny', 'juliol', 'agost', 'setembre', 'octubre', 'novembre', 'desembre']",
|
||||
'days' => "['dg', 'dl', 'dt', 'dc', 'dj', 'dv', 'ds']",
|
||||
'tomorrow' => 'Demà',
|
||||
'today' => 'Avui',
|
||||
'yesterday' => 'Ahir',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => "S'han trobat {errors} errors de validació",
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user