translations added

This commit is contained in:
Benjamin Takats
2022-12-17 20:28:14 +01:00
parent dfaf83199a
commit 1d7927607f
612 changed files with 539 additions and 2 deletions

View File

@@ -1,16 +0,0 @@
<?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ó",
],
];