mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
translations added
This commit is contained in:
16
resources/lang/vendor/wireui/it/messages.php
vendored
Normal file
16
resources/lang/vendor/wireui/it/messages.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'Nessuna Opzione',
|
||||
'searchHere' => 'Cerca qui',
|
||||
'datePicker' => [
|
||||
'months' => "['Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre']",
|
||||
'days' => "['Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab']",
|
||||
'tomorrow' => 'Domani',
|
||||
'today' => 'Oggi',
|
||||
'yesterday' => 'Ieri',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Si sono verificati {errors} errori di validazione della form',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user