mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
New translations.
This commit is contained in:
@@ -26,17 +26,17 @@ return [
|
||||
'html_language' => 'es',
|
||||
'locale' => 'es, Spanish, es_ES.utf8, es_ES.UTF-8',
|
||||
'month' => '%B %Y',
|
||||
'month_and_day' => '%B %e, %Y',
|
||||
'month_and_date_day' => '%A %B %e, %Y',
|
||||
'month_and_day_no_year' => '%B %e',
|
||||
'date_time' => '%B %e, %Y, @ %T',
|
||||
'month_and_day' => '%e de %B %Y',
|
||||
'month_and_date_day' => '%A %e de %B %Y',
|
||||
'month_and_day_no_year' => '%e %B',
|
||||
'date_time' => '%e de %B %Y a las %T',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'Semana %W, %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
'month_and_day_js' => 'MMMM Do, YYYY',
|
||||
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
|
||||
'month_and_day_js' => 'D MMM YYYY',
|
||||
'date_time_js' => 'D MMMM YYYY, HH:mm:ss',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] w, YYYY',
|
||||
'year_js' => 'YYYY',
|
||||
|
Reference in New Issue
Block a user