mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-24 15:26:33 -06:00
Update language configuration.
This commit is contained in:
parent
90b3bce361
commit
17c8be37f5
@ -308,7 +308,11 @@ return [
|
|||||||
'Debt' => 'debt',
|
'Debt' => 'debt',
|
||||||
'Mortgage' => 'mortgage',
|
'Mortgage' => 'mortgage',
|
||||||
],
|
],
|
||||||
|
/**
|
||||||
|
* Languages configuration
|
||||||
|
*/
|
||||||
'languages' => [
|
'languages' => [
|
||||||
|
// currently enabled languages
|
||||||
'en_US' => ['name_locale' => 'English', 'name_english' => 'English'],
|
'en_US' => ['name_locale' => 'English', 'name_english' => 'English'],
|
||||||
'cs_CZ' => ['name_locale' => 'Czech', 'name_english' => 'Czech'],
|
'cs_CZ' => ['name_locale' => 'Czech', 'name_english' => 'Czech'],
|
||||||
'es_ES' => ['name_locale' => 'Español', 'name_english' => 'Spanish'],
|
'es_ES' => ['name_locale' => 'Español', 'name_english' => 'Spanish'],
|
||||||
@ -325,19 +329,23 @@ return [
|
|||||||
'zh_CN' => ['name_locale' => 'Chinese Simplified', 'name_english' => 'Chinese Simplified'],
|
'zh_CN' => ['name_locale' => 'Chinese Simplified', 'name_english' => 'Chinese Simplified'],
|
||||||
'hu_HU' => ['name_locale' => 'Hungarian', 'name_english' => 'Hungarian'],
|
'hu_HU' => ['name_locale' => 'Hungarian', 'name_english' => 'Hungarian'],
|
||||||
'sv_SE' => ['name_locale' => 'Svenska', 'name_english' => 'Swedish'],
|
'sv_SE' => ['name_locale' => 'Svenska', 'name_english' => 'Swedish'],
|
||||||
//'el_GR' => ['name_locale' => 'Ελληνικά', 'name_english' => 'Greek'], // dropped to 65%
|
|
||||||
|
|
||||||
|
// currently disabled languages:
|
||||||
|
// 'bg_BG' => ['name_locale' => 'Bulgarian', 'name_english' => 'Bulgarian'],
|
||||||
|
// 'ca_ES' => ['name_locale' => 'Catalan', 'name_english' => 'Catalan'],
|
||||||
|
// 'da_DK' => ['name_locale' => 'Danish', 'name_english' => 'Danish'],
|
||||||
|
// 'et_EE' => ['name_locale' => 'Estonian', 'name_english' => 'Estonian'],
|
||||||
|
// 'fi_FI' => ['name_locale' => 'Finnish', 'name_english' => 'Finnish'],
|
||||||
|
// 'he_IL' => ['name_locale' => 'Hebrew', 'name_english' => 'Hebrew'],
|
||||||
// 'id_ID' => ['name_locale' => 'Bahasa Indonesia', 'name_english' => 'Indonesian'],
|
// 'id_ID' => ['name_locale' => 'Bahasa Indonesia', 'name_english' => 'Indonesian'],
|
||||||
//'tr_TR' => ['name_locale' => 'Türkçe', 'name_english' => 'Turkish'], // 71%
|
// 'ja_JA' => ['name_locale' => 'Japanese', 'name_english' => 'Japanese'],
|
||||||
//'ca_ES' => ['name_locale' => 'Catalan', 'name_english' => 'Catalan'], // 0%
|
// 'pt_PT' => ['name_locale' => 'Portuguese', 'name_english' => 'Portuguese'],
|
||||||
//'ja_JA' => ['name_locale' => 'Japanese', 'name_english' => 'Japanese'], // 0%
|
// 'sl_SI' => ['name_locale' => 'Slovenian', 'name_english' => 'Slovenian'],
|
||||||
//'he_IL' => ['name_locale' => 'Hebrew', 'name_english' => 'Hebrew'], // 2%
|
// 'tlh_AA' => ['name_locale' => 'tlhIngan Hol', 'name_english' => 'Klingon'],
|
||||||
//
|
// 'el_GR' => ['name_locale' => 'Ελληνικά', 'name_english' => 'Greek'],
|
||||||
//'sr_CS' => ['name_locale' => 'Serbian (Latin)', 'name_english' => 'Serbian (Latin)'], // 0%
|
// 'tr_TR' => ['name_locale' => 'Türkçe', 'name_english' => 'Turkish'],
|
||||||
//'sl_SI' => ['name_locale' => 'Slovenian', 'name_english' => 'Slovenian'], // 10%
|
// 'sr_CS' => ['name_locale' => 'Serbian (Latin)', 'name_english' => 'Serbian (Latin)'],
|
||||||
//'uk_UA' => ['name_locale' => 'Ukranian', 'name_english' => 'Ukranian'], // 4%
|
// 'uk_UA' => ['name_locale' => 'Ukranian', 'name_english' => 'Ukranian'],
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
'transactionTypesByWhat' => [
|
'transactionTypesByWhat' => [
|
||||||
'expenses' => ['Withdrawal'],
|
'expenses' => ['Withdrawal'],
|
||||||
|
2
resources/lang/.gitignore
vendored
2
resources/lang/.gitignore
vendored
@ -8,3 +8,5 @@ uk_UA
|
|||||||
sr_CS
|
sr_CS
|
||||||
et_EE
|
et_EE
|
||||||
fi_FI
|
fi_FI
|
||||||
|
bg_BG
|
||||||
|
tlh_AA
|
||||||
|
@ -32,7 +32,7 @@ return [
|
|||||||
'month_and_day_no_year' => '%e %B',
|
'month_and_day_no_year' => '%e %B',
|
||||||
'date_time' => '%B %e %Y @ %T',
|
'date_time' => '%B %e %Y @ %T',
|
||||||
'specific_day' => '%e %B %Y',
|
'specific_day' => '%e %B %Y',
|
||||||
'week_in_year' => 'Week %V, %G',
|
'week_in_year' => 'Semaine %V, %G',
|
||||||
'year' => '%Y',
|
'year' => '%Y',
|
||||||
'half_year' => '%B %Y',
|
'half_year' => '%B %Y',
|
||||||
'month_js' => 'MMMM YYYY',
|
'month_js' => 'MMMM YYYY',
|
||||||
|
@ -197,7 +197,7 @@ return [
|
|||||||
'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.',
|
'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.',
|
||||||
|
|
||||||
'gte.numeric' => 'La valeur de :attribute doit être supérieure ou égale à :value.',
|
'gte.numeric' => 'La valeur de :attribute doit être supérieure ou égale à :value.',
|
||||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
'gte.file' => 'L\'attribut :attribute doit contenir au moins :value kilo-octets.',
|
||||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
'gte.string' => 'Le texte :attribute doit contenir au moins :value caractères.',
|
||||||
'gte.array' => 'The :attribute must have :value items or more.',
|
'gte.array' => 'L\'attribut :attribute doit avoir :value éléments ou plus.',
|
||||||
];
|
];
|
||||||
|
@ -32,7 +32,7 @@ return [
|
|||||||
'month_and_day_no_year' => '%B %e',
|
'month_and_day_no_year' => '%B %e',
|
||||||
'date_time' => '%e %B %Y, @ %T',
|
'date_time' => '%e %B %Y, @ %T',
|
||||||
'specific_day' => '%e %B %Y',
|
'specific_day' => '%e %B %Y',
|
||||||
'week_in_year' => 'Week %V, %G',
|
'week_in_year' => 'Settimana %V, %G',
|
||||||
'year' => '%Y',
|
'year' => '%Y',
|
||||||
'half_year' => '%B %Y',
|
'half_year' => '%B %Y',
|
||||||
'month_js' => 'MMMM AAAA',
|
'month_js' => 'MMMM AAAA',
|
||||||
|
Loading…
Reference in New Issue
Block a user