mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Update languages and libraries.
This commit is contained in:
@@ -1,19 +1,21 @@
|
|||||||
en_US
|
|
||||||
cs_CZ
|
cs_CZ
|
||||||
es_ES
|
|
||||||
de_DE
|
de_DE
|
||||||
|
el_GR
|
||||||
|
en_GB
|
||||||
|
en_US
|
||||||
|
es_ES
|
||||||
|
fi_FI
|
||||||
fr_FR
|
fr_FR
|
||||||
|
hu_HU
|
||||||
it_IT
|
it_IT
|
||||||
|
lt_LT
|
||||||
nb_NO
|
nb_NO
|
||||||
nl_NL
|
nl_NL
|
||||||
pl_PL
|
pl_PL
|
||||||
pt_BR
|
pt_BR
|
||||||
ro_RO
|
ro_RO
|
||||||
ru_RU
|
ru_RU
|
||||||
hu_HU
|
|
||||||
el_GR
|
|
||||||
sv_SE
|
sv_SE
|
||||||
|
vi_VN
|
||||||
zh-hans_CN
|
zh-hans_CN
|
||||||
zh-hant_CN
|
zh-hant_CN
|
||||||
fi_FI
|
|
||||||
vi_VN
|
|
||||||
|
@@ -327,28 +327,27 @@ return [
|
|||||||
*/
|
*/
|
||||||
'languages' => [
|
'languages' => [
|
||||||
// currently enabled languages
|
// currently enabled languages
|
||||||
|
'cs_CZ' => ['name_locale' => 'Czech', 'name_english' => 'Czech'],
|
||||||
|
'de_DE' => ['name_locale' => 'Deutsch', 'name_english' => 'German'],
|
||||||
|
'el_GR' => ['name_locale' => 'Ελληνικά', 'name_english' => 'Greek'],
|
||||||
'en_US' => ['name_locale' => 'English (US)', 'name_english' => 'English (US)'],
|
'en_US' => ['name_locale' => 'English (US)', 'name_english' => 'English (US)'],
|
||||||
'en_GB' => ['name_locale' => 'English (GB)', 'name_english' => 'English (GB)'],
|
'en_GB' => ['name_locale' => 'English (GB)', 'name_english' => 'English (GB)'],
|
||||||
'cs_CZ' => ['name_locale' => 'Czech', 'name_english' => 'Czech'],
|
|
||||||
'el_GR' => ['name_locale' => 'Ελληνικά', 'name_english' => 'Greek'],
|
|
||||||
'es_ES' => ['name_locale' => 'Español', 'name_english' => 'Spanish'],
|
'es_ES' => ['name_locale' => 'Español', 'name_english' => 'Spanish'],
|
||||||
'de_DE' => ['name_locale' => 'Deutsch', 'name_english' => 'German'],
|
'fi_FI' => ['name_locale' => 'Suomi', 'name_english' => 'Finnish'],
|
||||||
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French'],
|
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French'],
|
||||||
|
'hu_HU' => ['name_locale' => 'Hungarian', 'name_english' => 'Hungarian'],
|
||||||
'it_IT' => ['name_locale' => 'Italiano', 'name_english' => 'Italian'],
|
'it_IT' => ['name_locale' => 'Italiano', 'name_english' => 'Italian'],
|
||||||
|
// 'lt_LT' => ['name_locale' => 'Lietuvių', 'name_english' => 'Lithuanian'],
|
||||||
'nb_NO' => ['name_locale' => 'Norsk', 'name_english' => 'Norwegian'],
|
'nb_NO' => ['name_locale' => 'Norsk', 'name_english' => 'Norwegian'],
|
||||||
'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch'],
|
'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch'],
|
||||||
'pl_PL' => ['name_locale' => 'Polski', 'name_english' => 'Polish '],
|
'pl_PL' => ['name_locale' => 'Polski', 'name_english' => 'Polish '],
|
||||||
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)'],
|
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)'],
|
||||||
'ro_RO' => ['name_locale' => 'Română', 'name_english' => 'Romanian'],
|
'ro_RO' => ['name_locale' => 'Română', 'name_english' => 'Romanian'],
|
||||||
'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'],
|
'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'],
|
||||||
|
'sv_SE' => ['name_locale' => 'Svenska', 'name_english' => 'Swedish'],
|
||||||
|
'vi_VN' => ['name_locale' => 'Tiếng Việt', 'name_english' => 'Vietnamese'],
|
||||||
'zh_TW' => ['name_locale' => 'Chinese Traditional', 'name_english' => 'Chinese Traditional'],
|
'zh_TW' => ['name_locale' => 'Chinese Traditional', 'name_english' => 'Chinese Traditional'],
|
||||||
'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'],
|
|
||||||
'sv_SE' => ['name_locale' => 'Svenska', 'name_english' => 'Swedish'],
|
|
||||||
'fi_FI' => ['name_locale' => 'Suomi', 'name_english' => 'Finnish'],
|
|
||||||
'vi_VN' => ['name_locale' => 'Tiếng Việt', 'name_english' => 'Vietnamese'],
|
|
||||||
|
|
||||||
//'lt_LT' => ['name_locale' => 'Lietuvių', 'name_english' => 'Lithuanian'],
|
|
||||||
|
|
||||||
// currently disabled languages:
|
// currently disabled languages:
|
||||||
// 'bg_BG' => ['name_locale' => 'Български', 'name_english' => 'Bulgarian'],
|
// 'bg_BG' => ['name_locale' => 'Български', 'name_english' => 'Bulgarian'],
|
||||||
|
2
frontend/public/js/vendor.js
vendored
2
frontend/public/js/vendor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -6,7 +6,7 @@
|
|||||||
"net_worth": "Net worth",
|
"net_worth": "Net worth",
|
||||||
"paid": "Paid",
|
"paid": "Paid",
|
||||||
"yourAccounts": "Your accounts",
|
"yourAccounts": "Your accounts",
|
||||||
"go_to_asset_accounts": "View your asset accounts",
|
"go_to_asset_accounts": "S\u0105skait\u0173 per\u017ei\u016bra",
|
||||||
"transaction_table_description": "A table containing your transactions",
|
"transaction_table_description": "A table containing your transactions",
|
||||||
"account": "Account",
|
"account": "Account",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
@@ -16,13 +16,13 @@
|
|||||||
"opposing_account": "Opposing account",
|
"opposing_account": "Opposing account",
|
||||||
"budgets": "Budgets",
|
"budgets": "Budgets",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"go_to_budgets": "Go to your budgets",
|
"go_to_budgets": "Pereiti \u012f biud\u017eet\u0105",
|
||||||
"income": "Revenue \/ income",
|
"income": "Revenue \/ income",
|
||||||
"go_to_deposits": "Go to deposits",
|
"go_to_deposits": "Go to deposits",
|
||||||
"go_to_categories": "Go to your categories",
|
"go_to_categories": "Pereiti \u012f kategorijas",
|
||||||
"expense_accounts": "Expense accounts",
|
"expense_accounts": "Expense accounts",
|
||||||
"go_to_expenses": "Go to expenses",
|
"go_to_expenses": "Go to expenses",
|
||||||
"go_to_bills": "Go to your bills",
|
"go_to_bills": "Pereiti \u012f s\u0105skaitas",
|
||||||
"bills": "Bills",
|
"bills": "Bills",
|
||||||
"go_to_piggies": "Go to your piggy banks",
|
"go_to_piggies": "Go to your piggy banks",
|
||||||
"saved": "Saved",
|
"saved": "Saved",
|
||||||
|
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/profile.js
vendored
2
public/v1/js/profile.js
vendored
File diff suppressed because one or more lines are too long
2
public/v2/js/vendor.js
vendored
2
public/v2/js/vendor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"firefly": {
|
"firefly": {
|
||||||
"welcome_back": "What's playing?",
|
"welcome_back": "Kas vyksta su mano finansais?",
|
||||||
"flash_error": "Error!",
|
"flash_error": "Error!",
|
||||||
"flash_success": "Success!",
|
"flash_success": "Success!",
|
||||||
"close": "Close",
|
"close": "U\u017edaryti",
|
||||||
"split_transaction_title": "Description of the split transaction",
|
"split_transaction_title": "Description of the split transaction",
|
||||||
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
|
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
|
||||||
"split": "Split",
|
"split": "Skaidyti",
|
||||||
"single_split": "Split",
|
"single_split": "Skaidyti",
|
||||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
|
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
|
||||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
|
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
|
||||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
|
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
|
||||||
@@ -46,8 +46,8 @@
|
|||||||
"you_create_withdrawal": "You're creating a withdrawal.",
|
"you_create_withdrawal": "You're creating a withdrawal.",
|
||||||
"you_create_transfer": "You're creating a transfer.",
|
"you_create_transfer": "You're creating a transfer.",
|
||||||
"you_create_deposit": "You're creating a deposit.",
|
"you_create_deposit": "You're creating a deposit.",
|
||||||
"edit": "Edit",
|
"edit": "Redaguoti",
|
||||||
"delete": "Delete",
|
"delete": "I\u0161trinti",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"profile_whoops": "Whoops!",
|
"profile_whoops": "Whoops!",
|
||||||
"profile_something_wrong": "Something went wrong!",
|
"profile_something_wrong": "Something went wrong!",
|
||||||
|
Reference in New Issue
Block a user