mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Auto commit for release 'develop' on 2024-04-01
This commit is contained in:
parent
fab1c68569
commit
0c824e21c8
12
composer.lock
generated
12
composer.lock
generated
@ -8897,16 +8897,16 @@
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "barryvdh/laravel-debugbar",
|
||||
"version": "v3.12.2",
|
||||
"version": "v3.12.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/barryvdh/laravel-debugbar.git",
|
||||
"reference": "43555503052443964ce2c1c1f3b0378e58219eb8"
|
||||
"reference": "aac8f08b73af8c5d2ab6595c8823ddb26d1453f1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/43555503052443964ce2c1c1f3b0378e58219eb8",
|
||||
"reference": "43555503052443964ce2c1c1f3b0378e58219eb8",
|
||||
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/aac8f08b73af8c5d2ab6595c8823ddb26d1453f1",
|
||||
"reference": "aac8f08b73af8c5d2ab6595c8823ddb26d1453f1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8965,7 +8965,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
|
||||
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.12.2"
|
||||
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.12.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -8977,7 +8977,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-03-13T09:50:34+00:00"
|
||||
"time": "2024-03-31T18:35:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "barryvdh/laravel-ide-helper",
|
||||
|
@ -117,7 +117,7 @@ return [
|
||||
'expression_engine' => false,
|
||||
// see cer.php for exchange rates feature flag.
|
||||
],
|
||||
'version' => 'develop/2024-03-31',
|
||||
'version' => 'develop/2024-04-01',
|
||||
'api_version' => '2.0.13',
|
||||
'db_version' => 23,
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"config": {
|
||||
"html_language": "hu",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss",
|
||||
"month_and_day_fns": "MMMM d, y",
|
||||
"month_and_day_fns": "HHHH n, \u00e9",
|
||||
"date_time_fns_short": "MMMM do, yyyy @ HH:mm"
|
||||
},
|
||||
"validation": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"config": {
|
||||
"html_language": "hu",
|
||||
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss",
|
||||
"month_and_day_fns": "MMMM d, y",
|
||||
"month_and_day_fns": "HHHH n, \u00e9",
|
||||
"date_time_fns_short": "MMMM do, yyyy @ HH:mm"
|
||||
},
|
||||
"validation": {
|
||||
|
@ -41,7 +41,7 @@ return [
|
||||
|
||||
// 'month_and_day' => '%B %e, %Y',
|
||||
'month_and_day_moment_js' => 'YYYY. MMM. D.',
|
||||
'month_and_day_fns' => 'MMMM d, y',
|
||||
'month_and_day_fns' => 'HHHH n, é',
|
||||
'month_and_day_js' => 'YYYY. MMMM DD.',
|
||||
|
||||
// 'month_and_date_day' => '%A %B %e, %Y',
|
||||
|
@ -1419,28 +1419,28 @@ return [
|
||||
// Financial administrations
|
||||
'administration_index' => 'Finančna administracija',
|
||||
'administrations_index_menu' => 'Finančna administracija',
|
||||
'administrations_breadcrumb' => 'Financial administrations',
|
||||
'administrations_page_title' => 'Financial administrations',
|
||||
'administrations_page_sub_title' => 'Overview',
|
||||
'administrations_breadcrumb' => 'Finančna administracija',
|
||||
'administrations_page_title' => 'Finančna administracija',
|
||||
'administrations_page_sub_title' => 'Pregled',
|
||||
'create_administration' => 'Create new administration',
|
||||
'administration_owner' => 'Administration owner: {{email}}',
|
||||
'administration_you' => 'Your role: {{role}}',
|
||||
'administration_you' => 'Vaša vloga: {{role}}',
|
||||
'other_users_in_admin' => 'Other users in this administration',
|
||||
|
||||
// roles
|
||||
'administration_role_owner' => 'Owner',
|
||||
'administration_role_ro' => 'Read-only',
|
||||
'administration_role_owner' => 'Lastnik',
|
||||
'administration_role_ro' => 'Samo za branje',
|
||||
'administration_role_mng_trx' => 'Manage transactions',
|
||||
'administration_role_mng_meta' => 'Manage classification and meta-data',
|
||||
'administration_role_mng_budgets' => 'Manage budgets',
|
||||
'administration_role_mng_piggies' => 'Manage piggy banks',
|
||||
'administration_role_mng_subscriptions' => 'Manage subscriptions',
|
||||
'administration_role_mng_rules' => 'Manage rules',
|
||||
'administration_role_mng_recurring' => 'Manage recurring transactions ',
|
||||
'administration_role_mng_subscriptions' => 'Upravljanje naročnin',
|
||||
'administration_role_mng_rules' => 'Upravljaj pravila',
|
||||
'administration_role_mng_recurring' => 'Upravljaj ponavljajoče transakcije',
|
||||
'administration_role_mng_webhooks' => 'Manage webhooks',
|
||||
'administration_role_mng_currencies' => 'Manage currencies',
|
||||
'administration_role_view_reports' => 'View reports',
|
||||
'administration_role_full' => 'Full access',
|
||||
'administration_role_mng_currencies' => 'Upravljanje valut',
|
||||
'administration_role_view_reports' => 'Prikaz poročil',
|
||||
'administration_role_full' => 'Neomejen dostop',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Čiščenje podatkov iz Firefly III',
|
||||
|
@ -1015,7 +1015,7 @@ return [
|
||||
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
|
||||
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
|
||||
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
|
||||
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
|
||||
'rule_trigger_has_no_attachments_choice' => 'Har inga bilagor',
|
||||
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
|
||||
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
|
||||
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
|
||||
@ -1424,22 +1424,22 @@ return [
|
||||
'administrations_page_sub_title' => 'Overview',
|
||||
'create_administration' => 'Create new administration',
|
||||
'administration_owner' => 'Administration owner: {{email}}',
|
||||
'administration_you' => 'Your role: {{role}}',
|
||||
'administration_you' => 'Din roll: {{role}}',
|
||||
'other_users_in_admin' => 'Other users in this administration',
|
||||
|
||||
// roles
|
||||
'administration_role_owner' => 'Owner',
|
||||
'administration_role_ro' => 'Read-only',
|
||||
'administration_role_mng_trx' => 'Manage transactions',
|
||||
'administration_role_mng_trx' => 'Hantera transaktioner',
|
||||
'administration_role_mng_meta' => 'Manage classification and meta-data',
|
||||
'administration_role_mng_budgets' => 'Manage budgets',
|
||||
'administration_role_mng_piggies' => 'Manage piggy banks',
|
||||
'administration_role_mng_subscriptions' => 'Manage subscriptions',
|
||||
'administration_role_mng_rules' => 'Manage rules',
|
||||
'administration_role_mng_recurring' => 'Manage recurring transactions ',
|
||||
'administration_role_mng_piggies' => 'Hantera spargrisar',
|
||||
'administration_role_mng_subscriptions' => 'Hantera prenumerationer',
|
||||
'administration_role_mng_rules' => 'Hantera regler',
|
||||
'administration_role_mng_recurring' => 'Hantera återkommande transaktioner ',
|
||||
'administration_role_mng_webhooks' => 'Manage webhooks',
|
||||
'administration_role_mng_currencies' => 'Manage currencies',
|
||||
'administration_role_view_reports' => 'View reports',
|
||||
'administration_role_mng_currencies' => 'Hantera valutor',
|
||||
'administration_role_view_reports' => 'Visa rapporter',
|
||||
'administration_role_full' => 'Full access',
|
||||
|
||||
// profile:
|
||||
@ -1453,7 +1453,7 @@ return [
|
||||
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
|
||||
'other_sessions_logged_out' => 'Alla dina andra sessioner har loggats ut.',
|
||||
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
|
||||
'delete_all_unused_accounts' => 'Delete unused accounts',
|
||||
'delete_all_unused_accounts' => 'Radera oanvända konton',
|
||||
'deleted_all_unused_accounts' => 'All unused accounts are deleted',
|
||||
'delete_all_budgets' => 'Ta bort ALLA dina budgetar',
|
||||
'delete_all_categories' => 'Ta bort ALLA dina kategorier',
|
||||
@ -1663,8 +1663,8 @@ return [
|
||||
'create_new_revenue' => 'Skapa ett nytt intäktskonto',
|
||||
'create_new_piggy_bank' => 'Skapa en ny spargris',
|
||||
'create_new_bill' => 'Skapa en ny nota',
|
||||
'create_new_subscription' => 'Create new subscription',
|
||||
'create_new_rule' => 'Create new rule',
|
||||
'create_new_subscription' => 'Skapa ny prenumeration',
|
||||
'create_new_rule' => 'Skapa ny regel',
|
||||
|
||||
// currencies:
|
||||
'create_currency' => 'Skapa en ny valuta',
|
||||
@ -1773,7 +1773,7 @@ return [
|
||||
'remove_budgeted_amount' => 'Ta bort budgeterat belopp i :currency',
|
||||
|
||||
// bills:
|
||||
'subscription' => 'Subscription',
|
||||
'subscription' => 'Prenumeration',
|
||||
'not_expected_period' => 'Inte väntat denna period',
|
||||
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||
@ -1831,7 +1831,7 @@ return [
|
||||
'bill_repeats_half-year_skip' => 'Upprepas varje {skip} halvår',
|
||||
'bill_repeats_yearly_skip' => 'Upprepas varje {skip} år',
|
||||
'subscriptions' => 'Prenumerationer',
|
||||
'go_to_subscriptions' => 'Go to your subscriptions',
|
||||
'go_to_subscriptions' => 'Gå till dina prenumerationer',
|
||||
'forever' => 'För alltid',
|
||||
'extension_date_is' => 'Tillägg datum är {date}',
|
||||
|
||||
@ -2455,7 +2455,7 @@ return [
|
||||
'invite_is_deleted' => 'Inbjudan till ":address" har tagits bort.',
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
|
||||
'invited_user_mail' => 'Email address',
|
||||
'invited_user_mail' => 'E-postadress',
|
||||
'invite_user' => 'Invite user',
|
||||
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
|
||||
'administration' => 'Administration',
|
||||
@ -2508,7 +2508,7 @@ return [
|
||||
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
|
||||
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
|
||||
'all_invited_users' => 'All invited users',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'save_notification_settings' => 'Spara inställningar',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
'split_transaction_title' => 'Beskrivning av delad transaktion',
|
||||
@ -2792,8 +2792,8 @@ return [
|
||||
'ale_action_update_transaction_type' => 'Changed transaction type',
|
||||
'ale_action_update_notes' => 'Changed notes',
|
||||
'ale_action_update_description' => 'Changed description',
|
||||
'ale_action_add_to_piggy' => 'Piggy bank',
|
||||
'ale_action_remove_from_piggy' => 'Piggy bank',
|
||||
'ale_action_add_to_piggy' => 'Spargris',
|
||||
'ale_action_remove_from_piggy' => 'Spargris',
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
'ale_action_update_amount' => 'Updated amount',
|
||||
|
||||
|
@ -219,7 +219,7 @@ return [
|
||||
'login_name' => 'Logga in',
|
||||
'is_owner' => 'Admin?',
|
||||
'url' => 'Länk',
|
||||
'bill_end_date' => 'End date',
|
||||
'bill_end_date' => 'Slutdatum',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Tillämpa regler',
|
||||
|
Loading…
Reference in New Issue
Block a user