mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
New strings in all languages for #3404
This commit is contained in:
96
resources/lang/cs_CZ/email.php
Normal file
96
resources/lang/cs_CZ/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Všechny součty se vztahují na vybraný rozsah',
|
'sums_apply_to_range' => 'Všechny součty se vztahují na vybraný rozsah',
|
||||||
'mapbox_api_key' => 'Pro použití mapy, získejte klíč k aplikačnímu programovému rozhraní <a href="https://www.mapbox.com/">Mapbox</a>. Otevřete soubor <code>.env</code> a tento kód zadejte za <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'Pro použití mapy, získejte klíč k aplikačnímu programovému rozhraní <a href="https://www.mapbox.com/">Mapbox</a>. Otevřete soubor <code>.env</code> a tento kód zadejte za <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||||
'clear_location' => 'Vymazat umístění',
|
'clear_location' => 'Vymazat umístění',
|
||||||
'delete_all_selected_tags' => 'Delete all selected tags',
|
'delete_all_selected_tags' => 'Delete all selected tags',
|
||||||
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
||||||
'deleted_x_tags' => 'Deleted :count tag(s).',
|
'deleted_x_tags' => 'Deleted :count tag(s).',
|
||||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
'create_rule_from_transaction' => 'Create rule based on transaction',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(rovno jazyku)',
|
'equal_to_language' => '(rovno jazyku)',
|
||||||
'pref_home_screen_accounts' => 'Účty na domovské obrazovce',
|
'pref_home_screen_accounts' => 'Účty na domovské obrazovce',
|
||||||
'pref_home_screen_accounts_help' => 'Které účty zobrazit na domovské stránce?',
|
'pref_home_screen_accounts_help' => 'Které účty zobrazit na domovské stránce?',
|
||||||
'pref_view_range' => 'Zobrazit rozsah',
|
'pref_view_range' => 'Zobrazit rozsah',
|
||||||
'pref_view_range_help' => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?',
|
'pref_view_range_help' => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?',
|
||||||
'pref_1D' => 'Jeden den',
|
'pref_1D' => 'Jeden den',
|
||||||
'pref_1W' => 'Jeden týden',
|
'pref_1W' => 'Jeden týden',
|
||||||
'pref_1M' => 'Jeden měsíc',
|
'pref_1M' => 'Jeden měsíc',
|
||||||
'pref_3M' => 'Tři měsíce (čtvrtletí)',
|
'pref_3M' => 'Tři měsíce (čtvrtletí)',
|
||||||
'pref_6M' => 'Šest měsíců',
|
'pref_6M' => 'Šest měsíců',
|
||||||
'pref_1Y' => 'Jeden rok',
|
'pref_1Y' => 'Jeden rok',
|
||||||
'pref_languages' => 'Jazyky',
|
'pref_languages' => 'Jazyky',
|
||||||
'pref_locale' => 'Místní nastavení',
|
'pref_locale' => 'Místní nastavení',
|
||||||
'pref_languages_help' => 'Firefly III podporuje několik jazyků – ve kterém ho chcete používat?',
|
'pref_languages_help' => 'Firefly III podporuje několik jazyků – ve kterém ho chcete používat?',
|
||||||
'pref_locale_help' => 'Firefly III vám umožňuje nastavit další lokální nastavení, jako je formátování měn, čísel a dat. Položky v tomto seznamu nemusí být podporovány vaším systémem. Firefly III nemá správné nastavení data pro každé lokální místo. Pro vylepšení mě kontaktujte.',
|
'pref_locale_help' => 'Firefly III vám umožňuje nastavit další lokální nastavení, jako je formátování měn, čísel a dat. Položky v tomto seznamu nemusí být podporovány vaším systémem. Firefly III nemá správné nastavení data pro každé lokální místo. Pro vylepšení mě kontaktujte.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Nastavení fiskálního roku',
|
'pref_custom_fiscal_year' => 'Nastavení fiskálního roku',
|
||||||
'pref_custom_fiscal_year_label' => 'Zapnuto',
|
'pref_custom_fiscal_year_label' => 'Zapnuto',
|
||||||
'pref_custom_fiscal_year_help' => 'Pro země, ve kterých finanční rok nezačíná 1. ledna a tedy ani nekončí 31. prosince, je možné zapnutím tohoto určit den začátku a konce fiskálního roku',
|
'pref_custom_fiscal_year_help' => 'Pro země, ve kterých finanční rok nezačíná 1. ledna a tedy ani nekončí 31. prosince, je možné zapnutím tohoto určit den začátku a konce fiskálního roku',
|
||||||
'pref_fiscal_year_start_label' => 'Fiscal year start date',
|
'pref_fiscal_year_start_label' => 'Fiscal year start date',
|
||||||
'pref_two_factor_auth' => 'Dvoufázové ověření',
|
'pref_two_factor_auth' => 'Dvoufázové ověření',
|
||||||
'pref_two_factor_auth_help' => 'When you enable 2-step verification (also known as two-factor authentication), you add an extra layer of security to your account. You sign in with something you know (your password) and something you have (a verification code). Verification codes are generated by an application on your phone, such as Authy or Google Authenticator.',
|
'pref_two_factor_auth_help' => 'When you enable 2-step verification (also known as two-factor authentication), you add an extra layer of security to your account. You sign in with something you know (your password) and something you have (a verification code). Verification codes are generated by an application on your phone, such as Authy or Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Zapnout dvoufázové ověření',
|
'pref_enable_two_factor_auth' => 'Zapnout dvoufázové ověření',
|
||||||
'pref_two_factor_auth_disabled' => '2-step verification code removed and disabled',
|
'pref_two_factor_auth_disabled' => '2-step verification code removed and disabled',
|
||||||
'pref_two_factor_auth_remove_it' => 'Nezapomeňte účet odstranit z vaší ověřovací aplikace!',
|
'pref_two_factor_auth_remove_it' => 'Nezapomeňte účet odstranit z vaší ověřovací aplikace!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Heslo změněno.',
|
'password_changed' => 'Heslo změněno.',
|
||||||
'should_change' => 'Myšlenka je změnit si heslo.',
|
'should_change' => 'Myšlenka je změnit si heslo.',
|
||||||
'invalid_password' => 'Neplatné heslo.',
|
'invalid_password' => 'Neplatné heslo.',
|
||||||
'what_is_pw_security' => 'Co je „ověřit odolnost hesla“.',
|
'what_is_pw_security' => 'Co je „ověřit odolnost hesla“.',
|
||||||
'secure_pw_title' => 'Jak zvolit odolné heslo',
|
'secure_pw_title' => 'Jak zvolit odolné heslo',
|
||||||
'secure_pw_history' => 'Nemine týden, abychom neviděli zprávy o stránkách, ze kterých unikly hesla jejich uživatelů. Hackeři a zloději tato hesla používají pro pokus o ukradení vašich soukromých informací. Informace jsou cenné.',
|
'secure_pw_history' => 'Nemine týden, abychom neviděli zprávy o stránkách, ze kterých unikly hesla jejich uživatelů. Hackeři a zloději tato hesla používají pro pokus o ukradení vašich soukromých informací. Informace jsou cenné.',
|
||||||
'secure_pw_ff' => 'Používáte stejná hesla napříč webem? Pokud jedna ze stránek ztratí vaše heslo, hackeři mají přístup ke všem vašim datům. Firefly III spoléhá na to, že zvolíte silné a jinde nepoužívané heslo pro ochranu vašich finančních záznamů.',
|
'secure_pw_ff' => 'Používáte stejná hesla napříč webem? Pokud jedna ze stránek ztratí vaše heslo, hackeři mají přístup ke všem vašim datům. Firefly III spoléhá na to, že zvolíte silné a jinde nepoužívané heslo pro ochranu vašich finančních záznamů.',
|
||||||
'secure_pw_check_box' => 'Jako pomoc Firefly III může zkontrolovat heslo které chcete použít, zda v minulosti nebylo ukradeno (včetně jeho otisku). V takovém případě aplikace NEdoporučí používat takové heslo.',
|
'secure_pw_check_box' => 'Jako pomoc Firefly III může zkontrolovat heslo které chcete použít, zda v minulosti nebylo ukradeno (včetně jeho otisku). V takovém případě aplikace NEdoporučí používat takové heslo.',
|
||||||
'secure_pw_working_title' => 'Jak to funguje?',
|
'secure_pw_working_title' => 'Jak to funguje?',
|
||||||
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
||||||
'secure_pw_should' => 'Mám tuto kolonku zaškrtnout?',
|
'secure_pw_should' => 'Mám tuto kolonku zaškrtnout?',
|
||||||
'secure_pw_long_password' => 'Ano, vždy ověřit že je heslo bezpečné.',
|
'secure_pw_long_password' => 'Ano, vždy ověřit že je heslo bezpečné.',
|
||||||
'command_line_token' => 'Token pro příkazový řádek',
|
'command_line_token' => 'Token pro příkazový řádek',
|
||||||
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
||||||
'regenerate_command_line_token' => 'Regenerate command line token',
|
'regenerate_command_line_token' => 'Regenerate command line token',
|
||||||
'token_regenerated' => 'Byl vytvořen nový token pro příkazový řádek',
|
'token_regenerated' => 'Byl vytvořen nový token pro příkazový řádek',
|
||||||
'change_your_email' => 'Změna e-mailové adresy',
|
'change_your_email' => 'Změna e-mailové adresy',
|
||||||
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="/admin">Administration</a>.',
|
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="/admin">Administration</a>.',
|
||||||
'email_changed_logout' => 'Dokud neověříte svou emailovou adresu, nemůžete se přihlásit.',
|
'email_changed_logout' => 'Dokud neověříte svou emailovou adresu, nemůžete se přihlásit.',
|
||||||
'login_with_new_email' => 'Nyní se můžete přihlásit pomocí nové e-mailové adresy.',
|
'login_with_new_email' => 'Nyní se můžete přihlásit pomocí nové e-mailové adresy.',
|
||||||
'login_with_old_email' => 'Nyní se můžete přihlásit pomocí původní e-mailové adresy.',
|
'login_with_old_email' => 'Nyní se můžete přihlásit pomocí původní e-mailové adresy.',
|
||||||
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
|
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
|
||||||
'delete_local_info_only' => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import and export',
|
'import_and_export_menu' => 'Import and export',
|
||||||
'export_data_title' => 'Export data from Firefly III',
|
'export_data_title' => 'Export data from Firefly III',
|
||||||
'export_data_menu' => 'Export data',
|
'export_data_menu' => 'Export data',
|
||||||
'export_data_bc' => 'Export data from Firefly III',
|
'export_data_bc' => 'Export data from Firefly III',
|
||||||
'export_data_main_title' => 'Export data from Firefly III',
|
'export_data_main_title' => 'Export data from Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Export all transactions',
|
'export_data_all_transactions' => 'Export all transactions',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Jedna příloha|:count příloh',
|
'nr_of_attachments' => 'Jedna příloha|:count příloh',
|
||||||
'attachments' => 'Přílohy',
|
'attachments' => 'Přílohy',
|
||||||
'edit_attachment' => 'Upravit přílohu ":name"',
|
'edit_attachment' => 'Upravit přílohu ":name"',
|
||||||
'update_attachment' => 'Aktualizovat přílohu',
|
'update_attachment' => 'Aktualizovat přílohu',
|
||||||
'delete_attachment' => 'Smazat přílohu „:name“',
|
'delete_attachment' => 'Smazat přílohu „:name“',
|
||||||
'attachment_deleted' => 'Příloha „:name“ smazána',
|
'attachment_deleted' => 'Příloha „:name“ smazána',
|
||||||
'liabilities_deleted' => 'Smazán závazek „:name“',
|
'liabilities_deleted' => 'Smazán závazek „:name“',
|
||||||
'attachment_updated' => 'Příloha „:name“ smazána',
|
'attachment_updated' => 'Příloha „:name“ smazána',
|
||||||
'upload_max_file_size' => 'Nejvyšší umožněná velikost souboru: :size',
|
'upload_max_file_size' => 'Nejvyšší umožněná velikost souboru: :size',
|
||||||
'list_all_attachments' => 'Seznam všech příloh',
|
'list_all_attachments' => 'Seznam všech příloh',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Výdaje',
|
'title_expenses' => 'Výdaje',
|
||||||
'title_withdrawal' => 'Výdaje',
|
'title_withdrawal' => 'Výdaje',
|
||||||
'title_revenue' => 'Odměna/příjem',
|
'title_revenue' => 'Odměna/příjem',
|
||||||
'title_deposit' => 'Odměna/příjem',
|
'title_deposit' => 'Odměna/příjem',
|
||||||
'title_transfer' => 'Převody',
|
'title_transfer' => 'Převody',
|
||||||
'title_transfers' => 'Převody',
|
'title_transfers' => 'Převody',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Tato transakce už je výběrem',
|
'convert_is_already_type_Withdrawal' => 'Tato transakce už je výběrem',
|
||||||
|
96
resources/lang/de_DE/email.php
Normal file
96
resources/lang/de_DE/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Alle Summen beziehen sich auf den ausgewählten Bereich.',
|
'sums_apply_to_range' => 'Alle Summen beziehen sich auf den ausgewählten Bereich.',
|
||||||
'mapbox_api_key' => 'Um Karten zu verwenden, besorgen Sie sich einen API-Schlüssel von <a href="https://www.mapbox.com/">Mapbox</a>. Öffnen Sie Ihre Datei <code>.env</code> und geben Sie diesen Schlüssel nach <code>MAPBOX_API_KEY=</code> ein.',
|
'mapbox_api_key' => 'Um Karten zu verwenden, besorgen Sie sich einen API-Schlüssel von <a href="https://www.mapbox.com/">Mapbox</a>. Öffnen Sie Ihre Datei <code>.env</code> und geben Sie diesen Schlüssel nach <code>MAPBOX_API_KEY=</code> ein.',
|
||||||
'press_object_location' => 'Rechtsklick oder Anklicken und gedrückt halten, um die Position des Objekts festzulegen.',
|
'press_object_location' => 'Rechtsklick oder Anklicken und gedrückt halten, um die Position des Objekts festzulegen.',
|
||||||
'clear_location' => 'Ort leeren',
|
'clear_location' => 'Ort leeren',
|
||||||
'delete_all_selected_tags' => 'Alle markierten Stichwörter löschen',
|
'delete_all_selected_tags' => 'Alle markierten Stichwörter löschen',
|
||||||
'select_tags_to_delete' => 'Nicht vergessen, einige Schlagwörter auszuwählen.',
|
'select_tags_to_delete' => 'Nicht vergessen, einige Schlagwörter auszuwählen.',
|
||||||
'deleted_x_tags' => ':count Schlagwort/-wörter gelöscht.',
|
'deleted_x_tags' => ':count Schlagwort/-wörter gelöscht.',
|
||||||
'create_rule_from_transaction' => 'Regel auf Basis der Buchung erstellen',
|
'create_rule_from_transaction' => 'Regel auf Basis der Buchung erstellen',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(entsprechend der Sprache)',
|
'equal_to_language' => '(entsprechend der Sprache)',
|
||||||
'pref_home_screen_accounts' => 'Konten auf dem Startbildschirm',
|
'pref_home_screen_accounts' => 'Konten auf dem Startbildschirm',
|
||||||
'pref_home_screen_accounts_help' => 'Welche Konten sollen auf dem Startbildschirm angezeigt werden?',
|
'pref_home_screen_accounts_help' => 'Welche Konten sollen auf dem Startbildschirm angezeigt werden?',
|
||||||
'pref_view_range' => 'Sichtbarer Zeitraum',
|
'pref_view_range' => 'Sichtbarer Zeitraum',
|
||||||
'pref_view_range_help' => 'Einige Diagramme werden automatisch in Abschnitte aufgeteilt. Ihre Budgets werden ebenfalls in Abschnitte unterteilt. Welchen Zeitraum bevorzugen Sie?',
|
'pref_view_range_help' => 'Einige Diagramme werden automatisch in Abschnitte aufgeteilt. Ihre Budgets werden ebenfalls in Abschnitte unterteilt. Welchen Zeitraum bevorzugen Sie?',
|
||||||
'pref_1D' => 'Ein Tag',
|
'pref_1D' => 'Ein Tag',
|
||||||
'pref_1W' => 'Eine Woche',
|
'pref_1W' => 'Eine Woche',
|
||||||
'pref_1M' => 'Ein Monat',
|
'pref_1M' => 'Ein Monat',
|
||||||
'pref_3M' => 'Drei Monate (Quartal)',
|
'pref_3M' => 'Drei Monate (Quartal)',
|
||||||
'pref_6M' => 'Sechs Monate',
|
'pref_6M' => 'Sechs Monate',
|
||||||
'pref_1Y' => 'Ein Jahr',
|
'pref_1Y' => 'Ein Jahr',
|
||||||
'pref_languages' => 'Sprachen',
|
'pref_languages' => 'Sprachen',
|
||||||
'pref_locale' => 'Lokale Einstellungen',
|
'pref_locale' => 'Lokale Einstellungen',
|
||||||
'pref_languages_help' => 'Firefly III unterstützt mehrere Sprachen. Welche möchten Sie nutzen?',
|
'pref_languages_help' => 'Firefly III unterstützt mehrere Sprachen. Welche möchten Sie nutzen?',
|
||||||
'pref_locale_help' => 'Mit Firefly III können Sie weitere lokale Einstellungen vornehmen, z.B. wie Währungen, Zahlen und Daten formatiert werden sollen. Einträge in dieser Liste werden von Ihrem System möglicherweise nicht unterstützt. Firefly III enthält nicht die korrekten Datumseinstellungen für jedes Gebietsschema. Kontaktieren Sie uns für Verbesserungen.',
|
'pref_locale_help' => 'Mit Firefly III können Sie weitere lokale Einstellungen vornehmen, z.B. wie Währungen, Zahlen und Daten formatiert werden sollen. Einträge in dieser Liste werden von Ihrem System möglicherweise nicht unterstützt. Firefly III enthält nicht die korrekten Datumseinstellungen für jedes Gebietsschema. Kontaktieren Sie uns für Verbesserungen.',
|
||||||
'pref_locale_no_windows' => 'Diese Funktion funktioniert unter Windows möglicherweise nicht.',
|
'pref_locale_no_windows' => 'Diese Funktion funktioniert unter Windows möglicherweise nicht.',
|
||||||
'pref_locale_no_docker' => 'Das Docker-Abbild enthält nur einen kleinen Satz installierter Gebietsschemata.',
|
'pref_locale_no_docker' => 'Das Docker-Abbild enthält nur einen kleinen Satz installierter Gebietsschemata.',
|
||||||
'pref_locale_no_demo' => 'Diese Funktion kann von Demo-Nutzern nicht genutzt werden.',
|
'pref_locale_no_demo' => 'Diese Funktion kann von Demo-Nutzern nicht genutzt werden.',
|
||||||
'pref_custom_fiscal_year' => 'Einstellungen zum Geschäftsjahr',
|
'pref_custom_fiscal_year' => 'Einstellungen zum Geschäftsjahr',
|
||||||
'pref_custom_fiscal_year_label' => 'Aktiviert',
|
'pref_custom_fiscal_year_label' => 'Aktiviert',
|
||||||
'pref_custom_fiscal_year_help' => 'In Ländern, in denen ein Geschäftsjahr nicht vom 1. Januar bis 31. Dezember dauert, können Sie diese Option ändern und Start / Ende des Geschäftsjahres angeben',
|
'pref_custom_fiscal_year_help' => 'In Ländern, in denen ein Geschäftsjahr nicht vom 1. Januar bis 31. Dezember dauert, können Sie diese Option ändern und Start / Ende des Geschäftsjahres angeben',
|
||||||
'pref_fiscal_year_start_label' => 'Startdatum des Geschäftsjahres',
|
'pref_fiscal_year_start_label' => 'Startdatum des Geschäftsjahres',
|
||||||
'pref_two_factor_auth' => 'Zwei-Faktor-Authentifizierung',
|
'pref_two_factor_auth' => 'Zwei-Faktor-Authentifizierung',
|
||||||
'pref_two_factor_auth_help' => 'Wenn Sie die Zwei-Faktor-Authentifizierung aktivieren, fügen Sie ihrem Benutzerkonto eine zusätzliche Sicherheitsebene hinzu. Sie loggen sich ein mit etwas das Sie wissen (ihrem Passwort) und etwas das Sie besitzen (einem Bestätigungscode). Bestätigungscodes werden von Anwendungen auf ihrem Smartphone, wie Authy oder Google Authenticator, generiert.',
|
'pref_two_factor_auth_help' => 'Wenn Sie die Zwei-Faktor-Authentifizierung aktivieren, fügen Sie ihrem Benutzerkonto eine zusätzliche Sicherheitsebene hinzu. Sie loggen sich ein mit etwas das Sie wissen (ihrem Passwort) und etwas das Sie besitzen (einem Bestätigungscode). Bestätigungscodes werden von Anwendungen auf ihrem Smartphone, wie Authy oder Google Authenticator, generiert.',
|
||||||
'pref_enable_two_factor_auth' => 'Aktiviere Zwei-Faktor-Authentifizierung',
|
'pref_enable_two_factor_auth' => 'Aktiviere Zwei-Faktor-Authentifizierung',
|
||||||
'pref_two_factor_auth_disabled' => 'Der Code für die Zwei-Faktor-Authentifizierung wurde gelöscht und gesperrt',
|
'pref_two_factor_auth_disabled' => 'Der Code für die Zwei-Faktor-Authentifizierung wurde gelöscht und gesperrt',
|
||||||
'pref_two_factor_auth_remove_it' => 'Vergessen Sie nicht ihr Benutzerkonto aus ihrer Authentifizierungsapp zu entfernen!',
|
'pref_two_factor_auth_remove_it' => 'Vergessen Sie nicht ihr Benutzerkonto aus ihrer Authentifizierungsapp zu entfernen!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Passwort geändert!',
|
'password_changed' => 'Passwort geändert!',
|
||||||
'should_change' => 'Ziel ist es, ihr Passwort zu ändern.',
|
'should_change' => 'Ziel ist es, ihr Passwort zu ändern.',
|
||||||
'invalid_password' => 'Ungültiges Passwort!',
|
'invalid_password' => 'Ungültiges Passwort!',
|
||||||
'what_is_pw_security' => 'Was ist "Passwortsicherheit überprüfen"?',
|
'what_is_pw_security' => 'Was ist "Passwortsicherheit überprüfen"?',
|
||||||
'secure_pw_title' => 'So wählen Sie ein sicheres Passwort aus',
|
'secure_pw_title' => 'So wählen Sie ein sicheres Passwort aus',
|
||||||
'secure_pw_history' => 'Keine Woche vergeht, dass Sie in den Nachrichten über eine Website lesen, die die Passwörter ihrer Benutzer verliert. Hacker und Diebe verwenden diese Passwörter, um zu versuchen, Ihre persönlichen Daten zu stehlen. Diese Informationen sind wertvoll.',
|
'secure_pw_history' => 'Keine Woche vergeht, dass Sie in den Nachrichten über eine Website lesen, die die Passwörter ihrer Benutzer verliert. Hacker und Diebe verwenden diese Passwörter, um zu versuchen, Ihre persönlichen Daten zu stehlen. Diese Informationen sind wertvoll.',
|
||||||
'secure_pw_ff' => 'Verwenden Sie im gesamten Internet das gleiche Passwort? Wenn eine Website Ihr Passwort verliert, haben Hacker Zugriff auf alle Ihre Daten. Firefly III verlässt sich darauf, dass Sie ein sicheres und einzigartiges Passwort wählen, um Ihre Finanzdaten zu schützen.',
|
'secure_pw_ff' => 'Verwenden Sie im gesamten Internet das gleiche Passwort? Wenn eine Website Ihr Passwort verliert, haben Hacker Zugriff auf alle Ihre Daten. Firefly III verlässt sich darauf, dass Sie ein sicheres und einzigartiges Passwort wählen, um Ihre Finanzdaten zu schützen.',
|
||||||
'secure_pw_check_box' => 'Um Ihnen dabei zu helfen, kann Firefly III überprüfen, ob das von Ihnen gewünschte Passwort in der Vergangenheit gestohlen wurde. Wenn dies der Fall ist, rät Firefly III Ihnen, dieses Passwort NICHT zu verwenden.',
|
'secure_pw_check_box' => 'Um Ihnen dabei zu helfen, kann Firefly III überprüfen, ob das von Ihnen gewünschte Passwort in der Vergangenheit gestohlen wurde. Wenn dies der Fall ist, rät Firefly III Ihnen, dieses Passwort NICHT zu verwenden.',
|
||||||
'secure_pw_working_title' => 'Wie funktioniert es?',
|
'secure_pw_working_title' => 'Wie funktioniert es?',
|
||||||
'secure_pw_working' => 'Wenn Sie das Kontrollkästchen aktivieren, wird Firefly III den SHA1-Hash der ersten 5 Zeichen Ihres Passworts an <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">die Website von Troy Hunt</a> senden, um zu sehen, ob es auf der Liste steht. Dies verhindert, dass Sie unsichere Passwörter verwenden, was in der aktuellen <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST-Sonderveröffentlichung</a> zu diesem Thema empfohlen wird.',
|
'secure_pw_working' => 'Wenn Sie das Kontrollkästchen aktivieren, wird Firefly III den SHA1-Hash der ersten 5 Zeichen Ihres Passworts an <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">die Website von Troy Hunt</a> senden, um zu sehen, ob es auf der Liste steht. Dies verhindert, dass Sie unsichere Passwörter verwenden, was in der aktuellen <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST-Sonderveröffentlichung</a> zu diesem Thema empfohlen wird.',
|
||||||
'secure_pw_should' => 'Soll ich die Box ankreuzen?',
|
'secure_pw_should' => 'Soll ich die Box ankreuzen?',
|
||||||
'secure_pw_long_password' => 'Ja. Damit vergewissern Sie sich immer, dass ihr Passwort sicher ist.',
|
'secure_pw_long_password' => 'Ja. Damit vergewissern Sie sich immer, dass ihr Passwort sicher ist.',
|
||||||
'command_line_token' => 'Kommandozeilen-Authentifizierungsschlüssel',
|
'command_line_token' => 'Kommandozeilen-Authentifizierungsschlüssel',
|
||||||
'explain_command_line_token' => 'Sie benötigen dieses Token, um Kommandozeilenoptionen auszuführen, wie z. B. den Import oder Export von Daten. Ohne diese werden solche sensiblen Befehle nicht funktionieren. Teilen Sie Ihren Kommandozeilen-Authentifizierungsschlüssel nicht mit anderen. Niemand wird Sie um diesen Schlüssel bitten, nicht einmal ich. Wenn Sie befürchten, dass Sie diesen verloren haben, erneuern Sie den Schlüssel mit der Schaltfläche.',
|
'explain_command_line_token' => 'Sie benötigen dieses Token, um Kommandozeilenoptionen auszuführen, wie z. B. den Import oder Export von Daten. Ohne diese werden solche sensiblen Befehle nicht funktionieren. Teilen Sie Ihren Kommandozeilen-Authentifizierungsschlüssel nicht mit anderen. Niemand wird Sie um diesen Schlüssel bitten, nicht einmal ich. Wenn Sie befürchten, dass Sie diesen verloren haben, erneuern Sie den Schlüssel mit der Schaltfläche.',
|
||||||
'regenerate_command_line_token' => 'Kommandozeilen-Authentifizierungsschlüssel erneut generieren',
|
'regenerate_command_line_token' => 'Kommandozeilen-Authentifizierungsschlüssel erneut generieren',
|
||||||
'token_regenerated' => 'Ein neuer Kommandozeilen-Authentifizierungsschlüssel wurde generiert',
|
'token_regenerated' => 'Ein neuer Kommandozeilen-Authentifizierungsschlüssel wurde generiert',
|
||||||
'change_your_email' => 'E-Mail Adresse ändern',
|
'change_your_email' => 'E-Mail Adresse ändern',
|
||||||
'email_verification' => 'Eine E-Mail wird an Ihre alte UND neue E-Mail-Adresse gesendet. Aus Sicherheitsgründen können Sie sich erst anmelden, wenn Sie Ihre neue E-Mail-Adresse bestätigt haben. Wenn Sie sich nicht sicher sind, ob Ihre Firefly III-Installation E-Mails versenden kann, verwenden Sie bitte diese Funktion nicht. Wenn Sie Administrator sind, können Sie dies in der <a href="/admin">Administration</a> testen.',
|
'email_verification' => 'Eine E-Mail wird an Ihre alte UND neue E-Mail-Adresse gesendet. Aus Sicherheitsgründen können Sie sich erst anmelden, wenn Sie Ihre neue E-Mail-Adresse bestätigt haben. Wenn Sie sich nicht sicher sind, ob Ihre Firefly III-Installation E-Mails versenden kann, verwenden Sie bitte diese Funktion nicht. Wenn Sie Administrator sind, können Sie dies in der <a href="/admin">Administration</a> testen.',
|
||||||
'email_changed_logout' => 'Sie müssen Ihre E-Mail-Adresse bestätigen, um sich anmelden zu können.',
|
'email_changed_logout' => 'Sie müssen Ihre E-Mail-Adresse bestätigen, um sich anmelden zu können.',
|
||||||
'login_with_new_email' => 'Sie können sich jetzt mit Ihrer neuen E-Mail-Adresse anmelden.',
|
'login_with_new_email' => 'Sie können sich jetzt mit Ihrer neuen E-Mail-Adresse anmelden.',
|
||||||
'login_with_old_email' => 'Sie können sich jetzt wieder mit Ihrer alten E-Mail-Adresse anmelden.',
|
'login_with_old_email' => 'Sie können sich jetzt wieder mit Ihrer alten E-Mail-Adresse anmelden.',
|
||||||
'login_provider_local_only' => 'Diese Aktion ist bei der Authentifizierung durch ":login_provider" nicht verfügbar.',
|
'login_provider_local_only' => 'Diese Aktion ist bei der Authentifizierung durch ":login_provider" nicht verfügbar.',
|
||||||
'delete_local_info_only' => 'Dies wird nur lokale Firefly-III-Informationen löschen, da Sie durch ":login_provider" authentifiziert sind.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Im- und Export',
|
'import_and_export_menu' => 'Im- und Export',
|
||||||
'export_data_title' => 'Daten aus Firefly III exportieren',
|
'export_data_title' => 'Daten aus Firefly III exportieren',
|
||||||
'export_data_menu' => 'Daten exportieren',
|
'export_data_menu' => 'Daten exportieren',
|
||||||
'export_data_bc' => 'Daten aus Firefly III exportieren',
|
'export_data_bc' => 'Daten aus Firefly III exportieren',
|
||||||
'export_data_main_title' => 'Daten aus Firefly III exportieren',
|
'export_data_main_title' => 'Daten aus Firefly III exportieren',
|
||||||
'export_data_expl' => 'Dieser Link ermöglicht es Ihnen, alle Transaktionen und deren Metadaten aus Firefly III zu exportieren. Weitere Informationen zur Vorgehensweise entnehmen Sie bitte der Hilfe (oben rechts das ❔-Symbol).',
|
'export_data_expl' => 'Dieser Link ermöglicht es Ihnen, alle Transaktionen und deren Metadaten aus Firefly III zu exportieren. Weitere Informationen zur Vorgehensweise entnehmen Sie bitte der Hilfe (oben rechts das ❔-Symbol).',
|
||||||
'export_data_all_transactions' => 'Alle Buchungen exportieren',
|
'export_data_all_transactions' => 'Alle Buchungen exportieren',
|
||||||
'export_data_advanced_expl' => 'Wenn Sie eine erweiterte oder spezifische Art des Exports benötigen, lesen Sie die Hilfe zur Verwendung des Konsolenbefehls <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Wenn Sie eine erweiterte oder spezifische Art des Exports benötigen, lesen Sie die Hilfe zur Verwendung des Konsolenbefehls <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Ein Anhang |:count Anhänge',
|
'nr_of_attachments' => 'Ein Anhang |:count Anhänge',
|
||||||
'attachments' => 'Anhänge',
|
'attachments' => 'Anhänge',
|
||||||
'edit_attachment' => 'Anhang „:name” bearbeiten',
|
'edit_attachment' => 'Anhang „:name” bearbeiten',
|
||||||
'update_attachment' => 'Anhang aktualisieren',
|
'update_attachment' => 'Anhang aktualisieren',
|
||||||
'delete_attachment' => 'Anhang „:name” löschen',
|
'delete_attachment' => 'Anhang „:name” löschen',
|
||||||
'attachment_deleted' => 'Anhang „:name” gelöscht',
|
'attachment_deleted' => 'Anhang „:name” gelöscht',
|
||||||
'liabilities_deleted' => 'Verbindlichkeit „:name” gelöscht',
|
'liabilities_deleted' => 'Verbindlichkeit „:name” gelöscht',
|
||||||
'attachment_updated' => 'Anhang „:name” aktualisiert',
|
'attachment_updated' => 'Anhang „:name” aktualisiert',
|
||||||
'upload_max_file_size' => 'Maximale Dateigröße: :size',
|
'upload_max_file_size' => 'Maximale Dateigröße: :size',
|
||||||
'list_all_attachments' => 'Liste aller Anhänge',
|
'list_all_attachments' => 'Liste aller Anhänge',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Ausgaben',
|
'title_expenses' => 'Ausgaben',
|
||||||
'title_withdrawal' => 'Ausgaben',
|
'title_withdrawal' => 'Ausgaben',
|
||||||
'title_revenue' => 'Einnahmen / Einkommen',
|
'title_revenue' => 'Einnahmen / Einkommen',
|
||||||
'title_deposit' => 'Einnahmen / Einkommen',
|
'title_deposit' => 'Einnahmen / Einkommen',
|
||||||
'title_transfer' => 'Umbuchungen',
|
'title_transfer' => 'Umbuchungen',
|
||||||
'title_transfers' => 'Umbuchungen',
|
'title_transfers' => 'Umbuchungen',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Diese Buchung ist bereits eine Ausgabe',
|
'convert_is_already_type_Withdrawal' => 'Diese Buchung ist bereits eine Ausgabe',
|
||||||
|
96
resources/lang/el_GR/email.php
Normal file
96
resources/lang/el_GR/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Όλα τα σύνολα αφορούν το συγκεκριμένο εύρος',
|
'sums_apply_to_range' => 'Όλα τα σύνολα αφορούν το συγκεκριμένο εύρος',
|
||||||
'mapbox_api_key' => 'Για τη χρήση χάρτη, λάβετε ένα κλειδί API από <a href="https://www.mapbox.com/">Mapbox</a>. Ανοίξτε το <code>.env</code> αρχείο σας και εισάγετε αυτόν τον κωδικό στο <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'Για τη χρήση χάρτη, λάβετε ένα κλειδί API από <a href="https://www.mapbox.com/">Mapbox</a>. Ανοίξτε το <code>.env</code> αρχείο σας και εισάγετε αυτόν τον κωδικό στο <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Κάντε δεξί κλικ ή πιέστε παρατεταμένα για να ορίσετε την τοποθεσία του αντικειμένου.',
|
'press_object_location' => 'Κάντε δεξί κλικ ή πιέστε παρατεταμένα για να ορίσετε την τοποθεσία του αντικειμένου.',
|
||||||
'clear_location' => 'Εκκαθάριση τοποθεσίας',
|
'clear_location' => 'Εκκαθάριση τοποθεσίας',
|
||||||
'delete_all_selected_tags' => 'Διαγραφή όλων των επιλεγμένων ετικετών',
|
'delete_all_selected_tags' => 'Διαγραφή όλων των επιλεγμένων ετικετών',
|
||||||
'select_tags_to_delete' => 'Μην ξεχάσετε να επιλέξετε ορισμένες ετικέτες.',
|
'select_tags_to_delete' => 'Μην ξεχάσετε να επιλέξετε ορισμένες ετικέτες.',
|
||||||
'deleted_x_tags' => 'Διαγραφή :count ετικέτας(ων).',
|
'deleted_x_tags' => 'Διαγραφή :count ετικέτας(ων).',
|
||||||
'create_rule_from_transaction' => 'Δημιουργία κανόνα που βασίζεται σε συναλλαγή',
|
'create_rule_from_transaction' => 'Δημιουργία κανόνα που βασίζεται σε συναλλαγή',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(ίδιο με τη γλώσσα)',
|
'equal_to_language' => '(ίδιο με τη γλώσσα)',
|
||||||
'pref_home_screen_accounts' => 'Λογαριασμοί αρχικής οθόνης',
|
'pref_home_screen_accounts' => 'Λογαριασμοί αρχικής οθόνης',
|
||||||
'pref_home_screen_accounts_help' => 'Ποιοι λογαριασμοί θα πρέπει να εμφανίζονται στην αρχική σελίδα;',
|
'pref_home_screen_accounts_help' => 'Ποιοι λογαριασμοί θα πρέπει να εμφανίζονται στην αρχική σελίδα;',
|
||||||
'pref_view_range' => 'Εύρος εμφάνισης',
|
'pref_view_range' => 'Εύρος εμφάνισης',
|
||||||
'pref_view_range_help' => 'Κάποια διαγράμματα ομαδοποιούνται αυτόματα σε περιόδους. Οι προϋπολογισμοί σας θα ομαδοποιηθούν επίσης σε περιόδους. Ποιά περίοδο προτιμάτε;',
|
'pref_view_range_help' => 'Κάποια διαγράμματα ομαδοποιούνται αυτόματα σε περιόδους. Οι προϋπολογισμοί σας θα ομαδοποιηθούν επίσης σε περιόδους. Ποιά περίοδο προτιμάτε;',
|
||||||
'pref_1D' => 'Μία ημέρα',
|
'pref_1D' => 'Μία ημέρα',
|
||||||
'pref_1W' => 'Μία εβδομάδα',
|
'pref_1W' => 'Μία εβδομάδα',
|
||||||
'pref_1M' => 'Ένα μήνα',
|
'pref_1M' => 'Ένα μήνα',
|
||||||
'pref_3M' => 'Τρεις μήνες (τρίμηνο)',
|
'pref_3M' => 'Τρεις μήνες (τρίμηνο)',
|
||||||
'pref_6M' => 'Έξι μήνες (εξάμηνο)',
|
'pref_6M' => 'Έξι μήνες (εξάμηνο)',
|
||||||
'pref_1Y' => 'Ένα χρόνο',
|
'pref_1Y' => 'Ένα χρόνο',
|
||||||
'pref_languages' => 'Γλώσσες',
|
'pref_languages' => 'Γλώσσες',
|
||||||
'pref_locale' => 'Ρυθμίσεις τοποθεσίας',
|
'pref_locale' => 'Ρυθμίσεις τοποθεσίας',
|
||||||
'pref_languages_help' => 'Το Firefly III υποστηρίζει διάφορες γλώσσες. Ποιά προτιμάτε;',
|
'pref_languages_help' => 'Το Firefly III υποστηρίζει διάφορες γλώσσες. Ποιά προτιμάτε;',
|
||||||
'pref_locale_help' => 'Το Firefly III σας επιτρέπει να ορίσετε ορισμένες ρυθμίσεις τοποθεσίας, όπως τον τρόπο μορφοποίησης νομισμάτων, αριθμών και ημερομηνιών. Οι καταχωρήσεις σε αυτήν τη λίστα ενδέχεται να μην υποστηρίζονται από το σύστημά σας. Το Firefly III δεν έχει τις σωστές ρυθμίσεις ημερομηνίας για κάθε τοποθεσία. επικοινωνήστε μαζί μου για βελτιώσεις.',
|
'pref_locale_help' => 'Το Firefly III σας επιτρέπει να ορίσετε ορισμένες ρυθμίσεις τοποθεσίας, όπως τον τρόπο μορφοποίησης νομισμάτων, αριθμών και ημερομηνιών. Οι καταχωρήσεις σε αυτήν τη λίστα ενδέχεται να μην υποστηρίζονται από το σύστημά σας. Το Firefly III δεν έχει τις σωστές ρυθμίσεις ημερομηνίας για κάθε τοποθεσία. επικοινωνήστε μαζί μου για βελτιώσεις.',
|
||||||
'pref_locale_no_windows' => 'Αυτή η δυνατότητα ενδέχεται να μην λειτουργεί στα Windows.',
|
'pref_locale_no_windows' => 'Αυτή η δυνατότητα ενδέχεται να μην λειτουργεί στα Windows.',
|
||||||
'pref_locale_no_docker' => 'Η εικόνα Docker έχει μόνο ένα μικρό σύνολο εγκατεστημένων τοπικών ρυθμίσεων.',
|
'pref_locale_no_docker' => 'Η εικόνα Docker έχει μόνο ένα μικρό σύνολο εγκατεστημένων τοπικών ρυθμίσεων.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Ρυθμίσεις οικονομικού έτους',
|
'pref_custom_fiscal_year' => 'Ρυθμίσεις οικονομικού έτους',
|
||||||
'pref_custom_fiscal_year_label' => 'Ενεργοποιημένο',
|
'pref_custom_fiscal_year_label' => 'Ενεργοποιημένο',
|
||||||
'pref_custom_fiscal_year_help' => 'Σε χώρες που χρησιμοποιούν οικονομικό έτος διαφορετικό από 1 Ιανουαρίου εώς 31 Δεκεμβρίου, μπορείτε να ενεργοποιήσετε αυτή την επιλογή και να ορίσετε την αρχή και το τέλος του οικονομικού έτους',
|
'pref_custom_fiscal_year_help' => 'Σε χώρες που χρησιμοποιούν οικονομικό έτος διαφορετικό από 1 Ιανουαρίου εώς 31 Δεκεμβρίου, μπορείτε να ενεργοποιήσετε αυτή την επιλογή και να ορίσετε την αρχή και το τέλος του οικονομικού έτους',
|
||||||
'pref_fiscal_year_start_label' => 'Έναρξη οικονομικού έτους',
|
'pref_fiscal_year_start_label' => 'Έναρξη οικονομικού έτους',
|
||||||
'pref_two_factor_auth' => 'Επιβεβαίωση δύο βημάτων',
|
'pref_two_factor_auth' => 'Επιβεβαίωση δύο βημάτων',
|
||||||
'pref_two_factor_auth_help' => 'Όταν ενεργοποιήσετε την ταυτοποίηση 2 βημάτων (επίσης γνωστή και ως έλεγχος ταυτότητας δύο παραγόντων), προσθέτετε ένα ακόμη επίπεδο ασφάλειας στο λογαριασμό σας. Μπορείτε να συνδεθείτε με κάτι που ξέρετε (τον κωδικό σας) και κάτι που έχετε (έναν κωδικό επιβεβαίωσης). Οι κωδικοί επιβεβαίωσης δημιουργούνται αυτόματα από μία εφαρμογή στο τηλέφωνό σας, όπως το Authy ή το Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Όταν ενεργοποιήσετε την ταυτοποίηση 2 βημάτων (επίσης γνωστή και ως έλεγχος ταυτότητας δύο παραγόντων), προσθέτετε ένα ακόμη επίπεδο ασφάλειας στο λογαριασμό σας. Μπορείτε να συνδεθείτε με κάτι που ξέρετε (τον κωδικό σας) και κάτι που έχετε (έναν κωδικό επιβεβαίωσης). Οι κωδικοί επιβεβαίωσης δημιουργούνται αυτόματα από μία εφαρμογή στο τηλέφωνό σας, όπως το Authy ή το Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Ενεργοποίηση επιβεβαίωσης 2 βημάτων',
|
'pref_enable_two_factor_auth' => 'Ενεργοποίηση επιβεβαίωσης 2 βημάτων',
|
||||||
'pref_two_factor_auth_disabled' => 'Ο κωδικός επιβεβαίωσης 2 βημάτων αφαιρέθηκε και απενεργοποιήθηκε',
|
'pref_two_factor_auth_disabled' => 'Ο κωδικός επιβεβαίωσης 2 βημάτων αφαιρέθηκε και απενεργοποιήθηκε',
|
||||||
'pref_two_factor_auth_remove_it' => 'Μην ξεχάσετε να αφαιρέσετε το λογαριασμό από την εφαρμογή ταυτοποίησης στο κινητό σας!',
|
'pref_two_factor_auth_remove_it' => 'Μην ξεχάσετε να αφαιρέσετε το λογαριασμό από την εφαρμογή ταυτοποίησης στο κινητό σας!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Ο κωδικός έχει αλλάξει!',
|
'password_changed' => 'Ο κωδικός έχει αλλάξει!',
|
||||||
'should_change' => 'Θα ήταν καλό να αλλάξετε τον κωδικό σας.',
|
'should_change' => 'Θα ήταν καλό να αλλάξετε τον κωδικό σας.',
|
||||||
'invalid_password' => 'Άκυρος κωδικός!',
|
'invalid_password' => 'Άκυρος κωδικός!',
|
||||||
'what_is_pw_security' => 'Τι είναι η "επιβεβαίωση ασφάλειας κωδικού";',
|
'what_is_pw_security' => 'Τι είναι η "επιβεβαίωση ασφάλειας κωδικού";',
|
||||||
'secure_pw_title' => 'Πως να διαλέξετε έναν ασφαλές κωδικό πρόσβασης',
|
'secure_pw_title' => 'Πως να διαλέξετε έναν ασφαλές κωδικό πρόσβασης',
|
||||||
'secure_pw_history' => 'Δεν περνάει ούτε μία εβδομάδα χωρίς να διαβάσεις για ένα site που έχασε τους κωδικούς των χρηστών του. Οι χάκερς και οι κλέφτες χρησιμοποιούν αυτούς τους κωδικούς για να κλέψουν προσωπικές σας πληροφορίες. Οι πληροφορίες αυτές είναι πολύτιμες.',
|
'secure_pw_history' => 'Δεν περνάει ούτε μία εβδομάδα χωρίς να διαβάσεις για ένα site που έχασε τους κωδικούς των χρηστών του. Οι χάκερς και οι κλέφτες χρησιμοποιούν αυτούς τους κωδικούς για να κλέψουν προσωπικές σας πληροφορίες. Οι πληροφορίες αυτές είναι πολύτιμες.',
|
||||||
'secure_pw_ff' => 'Χρησιμοποιείτε τον ίδιο κωδικό πρόσβασης παντού στο internet; Εάν ένας ιστότοπος διαρρεύσει τον κωδικό σας, οι χάκερ θα έχουν πρόσβαση σε όλα τα δεδομένα σας. Το Firefly III βασίζεται σε εσάς για να διαλέξετε ένα δυνατό και μοναδικό κωδικό για την προστασία των οικονομικών σας αρχείων.',
|
'secure_pw_ff' => 'Χρησιμοποιείτε τον ίδιο κωδικό πρόσβασης παντού στο internet; Εάν ένας ιστότοπος διαρρεύσει τον κωδικό σας, οι χάκερ θα έχουν πρόσβαση σε όλα τα δεδομένα σας. Το Firefly III βασίζεται σε εσάς για να διαλέξετε ένα δυνατό και μοναδικό κωδικό για την προστασία των οικονομικών σας αρχείων.',
|
||||||
'secure_pw_check_box' => 'Για να βοηθήσει σε αυτό το Firefly III μπορεί να ελέγξει εάν ο κωδικός που θέλετε να χρησιμοποιήσετε έχει κλαπεί στο παρελθόν. Εάν ισχύει αυτό, τότε το Firefly III σας συμβουλεύει να μη χρησιμοποιήσετε αυτό τον κωδικό.',
|
'secure_pw_check_box' => 'Για να βοηθήσει σε αυτό το Firefly III μπορεί να ελέγξει εάν ο κωδικός που θέλετε να χρησιμοποιήσετε έχει κλαπεί στο παρελθόν. Εάν ισχύει αυτό, τότε το Firefly III σας συμβουλεύει να μη χρησιμοποιήσετε αυτό τον κωδικό.',
|
||||||
'secure_pw_working_title' => 'Πως λειτουργεί;',
|
'secure_pw_working_title' => 'Πως λειτουργεί;',
|
||||||
'secure_pw_working' => 'Τσεκάροντας αυτό το πλαίσιο, το Firefly III θα στείλει τους 5 πρώτους χαρακτήρες του SHA1 hash του κωδικού σας στον <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Ιστότοπο του Troy Hunt</a> για να δει εάν είναι στη λίστα. Αυτό θα σας εμποδίσει να χρησιμοποιήσετε ένα μη ασφαλές κωδικό όπως συνιστάται στη τελευταία <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ειδική Έκδοση NIST</a> πάνω στο θέμα αυτό.',
|
'secure_pw_working' => 'Τσεκάροντας αυτό το πλαίσιο, το Firefly III θα στείλει τους 5 πρώτους χαρακτήρες του SHA1 hash του κωδικού σας στον <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Ιστότοπο του Troy Hunt</a> για να δει εάν είναι στη λίστα. Αυτό θα σας εμποδίσει να χρησιμοποιήσετε ένα μη ασφαλές κωδικό όπως συνιστάται στη τελευταία <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ειδική Έκδοση NIST</a> πάνω στο θέμα αυτό.',
|
||||||
'secure_pw_should' => 'Θα πρέπει να τσεκάρω αυτό το πλαίσιο;',
|
'secure_pw_should' => 'Θα πρέπει να τσεκάρω αυτό το πλαίσιο;',
|
||||||
'secure_pw_long_password' => 'Ναι. Πάντα να επιβεβαιώνετε ότι ο κωδικός σας είναι ασφαλής.',
|
'secure_pw_long_password' => 'Ναι. Πάντα να επιβεβαιώνετε ότι ο κωδικός σας είναι ασφαλής.',
|
||||||
'command_line_token' => 'Τεκμήριο γραμμής εντολών',
|
'command_line_token' => 'Τεκμήριο γραμμής εντολών',
|
||||||
'explain_command_line_token' => 'Χρειάζεστε αυτό το τεκμήριο για να πραγματοποιήσετε επιλογές γραμμής εντολών, όπως την εισαγωγή ή εξαγωγή δεδομένων. Χωρίς αυτό, τέτοιες ευαίσθητες εντολές δε θα λειτουργήσουν. Μη γνωστοποιείτε σε κανέναν το τεκμήριο γραμμής εντολών. Κανένας δε θα σας στο ζητήσει, ούτε καν εγώ. Εάν φοβάστε ότι το χάσατε, ή είστε παρανοϊκός, αναδημιουργήστε αυτό το τεκμήριο χρησιμοποιώντας αυτό το κουμπί.',
|
'explain_command_line_token' => 'Χρειάζεστε αυτό το τεκμήριο για να πραγματοποιήσετε επιλογές γραμμής εντολών, όπως την εισαγωγή ή εξαγωγή δεδομένων. Χωρίς αυτό, τέτοιες ευαίσθητες εντολές δε θα λειτουργήσουν. Μη γνωστοποιείτε σε κανέναν το τεκμήριο γραμμής εντολών. Κανένας δε θα σας στο ζητήσει, ούτε καν εγώ. Εάν φοβάστε ότι το χάσατε, ή είστε παρανοϊκός, αναδημιουργήστε αυτό το τεκμήριο χρησιμοποιώντας αυτό το κουμπί.',
|
||||||
'regenerate_command_line_token' => 'Αναδημιουργία τεκμηρίου εντολής γραμμών',
|
'regenerate_command_line_token' => 'Αναδημιουργία τεκμηρίου εντολής γραμμών',
|
||||||
'token_regenerated' => 'Ένα νέο τεκμήριο γραμμής εντολών δημιουργήθηκε',
|
'token_regenerated' => 'Ένα νέο τεκμήριο γραμμής εντολών δημιουργήθηκε',
|
||||||
'change_your_email' => 'Αλλάξτε την διεύθυνση email σας',
|
'change_your_email' => 'Αλλάξτε την διεύθυνση email σας',
|
||||||
'email_verification' => 'Ένα μήνυμα email θα σταλεί στην παλιά ΚΑΙ στη νέα σας διεύθυνση email. Για λόγους ασφαλείας, δεν θα μπορέσετε να συνδεθείτε εώς ότου επιβεβαιώσετε τη νέα σας διεύθυνση email. Εάν δεν είστε σίγουροι ότι η δική σας εγκατάσταση Firefly III μπορεί να στείλει email, παρακαλώ μην χρησιμοποιήσετε αυτή τη δυνατότητα. Εάν είστε διαχειριστής μπορείτε να δοκιμάσετε αυτή τη λειτουργία στη <a href="/admin">Διαχείριση</a>.',
|
'email_verification' => 'Ένα μήνυμα email θα σταλεί στην παλιά ΚΑΙ στη νέα σας διεύθυνση email. Για λόγους ασφαλείας, δεν θα μπορέσετε να συνδεθείτε εώς ότου επιβεβαιώσετε τη νέα σας διεύθυνση email. Εάν δεν είστε σίγουροι ότι η δική σας εγκατάσταση Firefly III μπορεί να στείλει email, παρακαλώ μην χρησιμοποιήσετε αυτή τη δυνατότητα. Εάν είστε διαχειριστής μπορείτε να δοκιμάσετε αυτή τη λειτουργία στη <a href="/admin">Διαχείριση</a>.',
|
||||||
'email_changed_logout' => 'Μέχρι να επιβεβαιώσετε την διεύθυνση email σας, δεν μπορείτε να συνδεθείτε.',
|
'email_changed_logout' => 'Μέχρι να επιβεβαιώσετε την διεύθυνση email σας, δεν μπορείτε να συνδεθείτε.',
|
||||||
'login_with_new_email' => 'Τώρα μπορείτε να συνδεθείτε με τη νέα σας διεύθυνση email.',
|
'login_with_new_email' => 'Τώρα μπορείτε να συνδεθείτε με τη νέα σας διεύθυνση email.',
|
||||||
'login_with_old_email' => 'Τώρα μπορείτε να συνδεθείτε με το παλιό σας email ξανά.',
|
'login_with_old_email' => 'Τώρα μπορείτε να συνδεθείτε με το παλιό σας email ξανά.',
|
||||||
'login_provider_local_only' => 'Αυτή η λειτουργία δεν είναι διαθέσιμη όταν πιστοποιήστε μέσω ":login_provider".',
|
'login_provider_local_only' => 'Αυτή η λειτουργία δεν είναι διαθέσιμη όταν πιστοποιήστε μέσω ":login_provider".',
|
||||||
'delete_local_info_only' => 'Επειδή η ταυτοποίηση έγινε μέσω ":login_provider", αυτό θα διαγράφει μόνο πληροφορίες τοπικής εγκατάστασης του Firefly III.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Εισαγωγή / Εξαγωγή',
|
'import_and_export_menu' => 'Εισαγωγή / Εξαγωγή',
|
||||||
'export_data_title' => 'Εξαγωγή δεδομένων από το Firefly III',
|
'export_data_title' => 'Εξαγωγή δεδομένων από το Firefly III',
|
||||||
'export_data_menu' => 'Εξαγωγή δεδομένων',
|
'export_data_menu' => 'Εξαγωγή δεδομένων',
|
||||||
'export_data_bc' => 'Εξαγωγή δεδομένων από το Firefly III',
|
'export_data_bc' => 'Εξαγωγή δεδομένων από το Firefly III',
|
||||||
'export_data_main_title' => 'Εξαγωγή δεδομένων από το Firefly III',
|
'export_data_main_title' => 'Εξαγωγή δεδομένων από το Firefly III',
|
||||||
'export_data_expl' => 'Αυτός ο σύνδεσμος σας επιτρέπει να εξάγετε όλες τις συναλλαγές + μετα δεδομένα από το Firefly III. Παρακαλώ ανατρέξτε στη βοήθεια (εικονίδιο (?) επάνω δεξιά) για περισσότερες πληροφορίες για τη διαδικασία.',
|
'export_data_expl' => 'Αυτός ο σύνδεσμος σας επιτρέπει να εξάγετε όλες τις συναλλαγές + μετα δεδομένα από το Firefly III. Παρακαλώ ανατρέξτε στη βοήθεια (εικονίδιο (?) επάνω δεξιά) για περισσότερες πληροφορίες για τη διαδικασία.',
|
||||||
'export_data_all_transactions' => 'Εξαγωγή όλων των συναλλαγών',
|
'export_data_all_transactions' => 'Εξαγωγή όλων των συναλλαγών',
|
||||||
'export_data_advanced_expl' => 'Εάν χρειάζεστε έναν πιο εξειδικευμένο ή συγκεκριμένο τύπο εξαγωγής, διαβάστε τη βοήθεια για το πως να χρησιμοποιήσετε την κονσόλα εντολών <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Εάν χρειάζεστε έναν πιο εξειδικευμένο ή συγκεκριμένο τύπο εξαγωγής, διαβάστε τη βοήθεια για το πως να χρησιμοποιήσετε την κονσόλα εντολών <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Ένα συνημμένο|:count συνημμένα',
|
'nr_of_attachments' => 'Ένα συνημμένο|:count συνημμένα',
|
||||||
'attachments' => 'Συνημμένα',
|
'attachments' => 'Συνημμένα',
|
||||||
'edit_attachment' => 'Τροποποίηση συνημμένου ":name"',
|
'edit_attachment' => 'Τροποποίηση συνημμένου ":name"',
|
||||||
'update_attachment' => 'Ενημέρωση συνημμένου',
|
'update_attachment' => 'Ενημέρωση συνημμένου',
|
||||||
'delete_attachment' => 'Διαγραφή συνημμένου ":name"',
|
'delete_attachment' => 'Διαγραφή συνημμένου ":name"',
|
||||||
'attachment_deleted' => 'Διεγράφη το συνημμένο ":name"',
|
'attachment_deleted' => 'Διεγράφη το συνημμένο ":name"',
|
||||||
'liabilities_deleted' => 'Διεγράφη η υποχρέωση ":name"',
|
'liabilities_deleted' => 'Διεγράφη η υποχρέωση ":name"',
|
||||||
'attachment_updated' => 'Ενημερώθηκε το συνημμένο ":name"',
|
'attachment_updated' => 'Ενημερώθηκε το συνημμένο ":name"',
|
||||||
'upload_max_file_size' => 'Μέγιστο μέγεθος αρχείου: :size',
|
'upload_max_file_size' => 'Μέγιστο μέγεθος αρχείου: :size',
|
||||||
'list_all_attachments' => 'Λίστα όλων των συνημμένων',
|
'list_all_attachments' => 'Λίστα όλων των συνημμένων',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Δαπάνες',
|
'title_expenses' => 'Δαπάνες',
|
||||||
'title_withdrawal' => 'Δαπάνες',
|
'title_withdrawal' => 'Δαπάνες',
|
||||||
'title_revenue' => 'Έσοδα',
|
'title_revenue' => 'Έσοδα',
|
||||||
'title_deposit' => 'Έσοδα',
|
'title_deposit' => 'Έσοδα',
|
||||||
'title_transfer' => 'Μεταφορές',
|
'title_transfer' => 'Μεταφορές',
|
||||||
'title_transfers' => 'Μεταφορές',
|
'title_transfers' => 'Μεταφορές',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Αυτή η συναλλαγή είναι ήδη μία ανάληψη',
|
'convert_is_already_type_Withdrawal' => 'Αυτή η συναλλαγή είναι ήδη μία ανάληψη',
|
||||||
|
96
resources/lang/en_GB/email.php
Normal file
96
resources/lang/en_GB/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'All sums apply to the selected range',
|
'sums_apply_to_range' => 'All sums apply to the selected range',
|
||||||
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||||
'clear_location' => 'Clear location',
|
'clear_location' => 'Clear location',
|
||||||
'delete_all_selected_tags' => 'Delete all selected tags',
|
'delete_all_selected_tags' => 'Delete all selected tags',
|
||||||
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
||||||
'deleted_x_tags' => 'Deleted :count tag(s).',
|
'deleted_x_tags' => 'Deleted :count tag(s).',
|
||||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
'create_rule_from_transaction' => 'Create rule based on transaction',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(equal to language)',
|
||||||
'pref_home_screen_accounts' => 'Home screen accounts',
|
'pref_home_screen_accounts' => 'Home screen accounts',
|
||||||
'pref_home_screen_accounts_help' => 'Which accounts should be displayed on the home page?',
|
'pref_home_screen_accounts_help' => 'Which accounts should be displayed on the home page?',
|
||||||
'pref_view_range' => 'View range',
|
'pref_view_range' => 'View range',
|
||||||
'pref_view_range_help' => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?',
|
'pref_view_range_help' => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?',
|
||||||
'pref_1D' => 'One day',
|
'pref_1D' => 'One day',
|
||||||
'pref_1W' => 'One week',
|
'pref_1W' => 'One week',
|
||||||
'pref_1M' => 'One month',
|
'pref_1M' => 'One month',
|
||||||
'pref_3M' => 'Three months (quarter)',
|
'pref_3M' => 'Three months (quarter)',
|
||||||
'pref_6M' => 'Six months',
|
'pref_6M' => 'Six months',
|
||||||
'pref_1Y' => 'One year',
|
'pref_1Y' => 'One year',
|
||||||
'pref_languages' => 'Languages',
|
'pref_languages' => 'Languages',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Locale settings',
|
||||||
'pref_languages_help' => 'Firefly III supports several languages. Which one do you prefer?',
|
'pref_languages_help' => 'Firefly III supports several languages. Which one do you prefer?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Fiscal year settings',
|
'pref_custom_fiscal_year' => 'Fiscal year settings',
|
||||||
'pref_custom_fiscal_year_label' => 'Enabled',
|
'pref_custom_fiscal_year_label' => 'Enabled',
|
||||||
'pref_custom_fiscal_year_help' => 'In countries that use a financial year other than January 1 to December 31, you can switch this on and specify start / end days of the fiscal year',
|
'pref_custom_fiscal_year_help' => 'In countries that use a financial year other than January 1 to December 31, you can switch this on and specify start / end days of the fiscal year',
|
||||||
'pref_fiscal_year_start_label' => 'Fiscal year start date',
|
'pref_fiscal_year_start_label' => 'Fiscal year start date',
|
||||||
'pref_two_factor_auth' => '2-step verification',
|
'pref_two_factor_auth' => '2-step verification',
|
||||||
'pref_two_factor_auth_help' => 'When you enable 2-step verification (also known as two-factor authentication), you add an extra layer of security to your account. You sign in with something you know (your password) and something you have (a verification code). Verification codes are generated by an application on your phone, such as Authy or Google Authenticator.',
|
'pref_two_factor_auth_help' => 'When you enable 2-step verification (also known as two-factor authentication), you add an extra layer of security to your account. You sign in with something you know (your password) and something you have (a verification code). Verification codes are generated by an application on your phone, such as Authy or Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Enable 2-step verification',
|
'pref_enable_two_factor_auth' => 'Enable 2-step verification',
|
||||||
'pref_two_factor_auth_disabled' => '2-step verification code removed and disabled',
|
'pref_two_factor_auth_disabled' => '2-step verification code removed and disabled',
|
||||||
'pref_two_factor_auth_remove_it' => 'Don\'t forget to remove the account from your authentication app!',
|
'pref_two_factor_auth_remove_it' => 'Don\'t forget to remove the account from your authentication app!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Password changed!',
|
'password_changed' => 'Password changed!',
|
||||||
'should_change' => 'The idea is to change your password.',
|
'should_change' => 'The idea is to change your password.',
|
||||||
'invalid_password' => 'Invalid password!',
|
'invalid_password' => 'Invalid password!',
|
||||||
'what_is_pw_security' => 'What is "verify password security"?',
|
'what_is_pw_security' => 'What is "verify password security"?',
|
||||||
'secure_pw_title' => 'How to choose a secure password',
|
'secure_pw_title' => 'How to choose a secure password',
|
||||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||||
'secure_pw_working_title' => 'How does it work?',
|
'secure_pw_working_title' => 'How does it work?',
|
||||||
'secure_pw_working' => 'By ticking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
'secure_pw_working' => 'By ticking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
||||||
'secure_pw_should' => 'Should I tick the box?',
|
'secure_pw_should' => 'Should I tick the box?',
|
||||||
'secure_pw_long_password' => 'Yes. Always verify your password is safe.',
|
'secure_pw_long_password' => 'Yes. Always verify your password is safe.',
|
||||||
'command_line_token' => 'Command line token',
|
'command_line_token' => 'Command line token',
|
||||||
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
||||||
'regenerate_command_line_token' => 'Regenerate command line token',
|
'regenerate_command_line_token' => 'Regenerate command line token',
|
||||||
'token_regenerated' => 'A new command line token was generated',
|
'token_regenerated' => 'A new command line token was generated',
|
||||||
'change_your_email' => 'Change your email address',
|
'change_your_email' => 'Change your email address',
|
||||||
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="/admin">Administration</a>.',
|
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="/admin">Administration</a>.',
|
||||||
'email_changed_logout' => 'Until you verify your email address, you cannot login.',
|
'email_changed_logout' => 'Until you verify your email address, you cannot login.',
|
||||||
'login_with_new_email' => 'You can now login with your new email address.',
|
'login_with_new_email' => 'You can now login with your new email address.',
|
||||||
'login_with_old_email' => 'You can now login with your old email address again.',
|
'login_with_old_email' => 'You can now login with your old email address again.',
|
||||||
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
|
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
|
||||||
'delete_local_info_only' => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import and export',
|
'import_and_export_menu' => 'Import and export',
|
||||||
'export_data_title' => 'Export data from Firefly III',
|
'export_data_title' => 'Export data from Firefly III',
|
||||||
'export_data_menu' => 'Export data',
|
'export_data_menu' => 'Export data',
|
||||||
'export_data_bc' => 'Export data from Firefly III',
|
'export_data_bc' => 'Export data from Firefly III',
|
||||||
'export_data_main_title' => 'Export data from Firefly III',
|
'export_data_main_title' => 'Export data from Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Export all transactions',
|
'export_data_all_transactions' => 'Export all transactions',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'One attachment|:count attachments',
|
'nr_of_attachments' => 'One attachment|:count attachments',
|
||||||
'attachments' => 'Attachments',
|
'attachments' => 'Attachments',
|
||||||
'edit_attachment' => 'Edit attachment ":name"',
|
'edit_attachment' => 'Edit attachment ":name"',
|
||||||
'update_attachment' => 'Update attachment',
|
'update_attachment' => 'Update attachment',
|
||||||
'delete_attachment' => 'Delete attachment ":name"',
|
'delete_attachment' => 'Delete attachment ":name"',
|
||||||
'attachment_deleted' => 'Deleted attachment ":name"',
|
'attachment_deleted' => 'Deleted attachment ":name"',
|
||||||
'liabilities_deleted' => 'Deleted liability ":name"',
|
'liabilities_deleted' => 'Deleted liability ":name"',
|
||||||
'attachment_updated' => 'Updated attachment ":name"',
|
'attachment_updated' => 'Updated attachment ":name"',
|
||||||
'upload_max_file_size' => 'Maximum file size: :size',
|
'upload_max_file_size' => 'Maximum file size: :size',
|
||||||
'list_all_attachments' => 'List of all attachments',
|
'list_all_attachments' => 'List of all attachments',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Expenses',
|
'title_expenses' => 'Expenses',
|
||||||
'title_withdrawal' => 'Expenses',
|
'title_withdrawal' => 'Expenses',
|
||||||
'title_revenue' => 'Revenue / income',
|
'title_revenue' => 'Revenue / income',
|
||||||
'title_deposit' => 'Revenue / income',
|
'title_deposit' => 'Revenue / income',
|
||||||
'title_transfer' => 'Transfers',
|
'title_transfer' => 'Transfers',
|
||||||
'title_transfers' => 'Transfers',
|
'title_transfers' => 'Transfers',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'This transaction is already a withdrawal',
|
'convert_is_already_type_Withdrawal' => 'This transaction is already a withdrawal',
|
||||||
|
96
resources/lang/es_ES/email.php
Normal file
96
resources/lang/es_ES/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Todas las sumas aplican al rango seleccionado',
|
'sums_apply_to_range' => 'Todas las sumas aplican al rango seleccionado',
|
||||||
'mapbox_api_key' => 'Para usar el mapa, obtenga una clave API de <a href="https://www.mapbox.com/">Mapbox</a>Abra su<code>.env</code> y introduzca este código después de <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'Para usar el mapa, obtenga una clave API de <a href="https://www.mapbox.com/">Mapbox</a>Abra su<code>.env</code> y introduzca este código después de <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Haga clic o pulse de forma prolongada para definir la ubicación del objeto.',
|
'press_object_location' => 'Haga clic o pulse de forma prolongada para definir la ubicación del objeto.',
|
||||||
'clear_location' => 'Eliminar ubicación',
|
'clear_location' => 'Eliminar ubicación',
|
||||||
'delete_all_selected_tags' => 'Eliminar todas las etiquetas seleccionadas',
|
'delete_all_selected_tags' => 'Eliminar todas las etiquetas seleccionadas',
|
||||||
'select_tags_to_delete' => 'No olvide seleccionar algunas etiquetas.',
|
'select_tags_to_delete' => 'No olvide seleccionar algunas etiquetas.',
|
||||||
'deleted_x_tags' => ':count etiqueta(s) borrada(s).',
|
'deleted_x_tags' => ':count etiqueta(s) borrada(s).',
|
||||||
'create_rule_from_transaction' => 'Crear regla basada en la transacción',
|
'create_rule_from_transaction' => 'Crear regla basada en la transacción',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(igual al idioma)',
|
'equal_to_language' => '(igual al idioma)',
|
||||||
'pref_home_screen_accounts' => 'Cuentas de la pantalla de inicio',
|
'pref_home_screen_accounts' => 'Cuentas de la pantalla de inicio',
|
||||||
'pref_home_screen_accounts_help' => '¿Qué cuentas se deben mostrar en la página de inicio?',
|
'pref_home_screen_accounts_help' => '¿Qué cuentas se deben mostrar en la página de inicio?',
|
||||||
'pref_view_range' => 'Rango de vision',
|
'pref_view_range' => 'Rango de vision',
|
||||||
'pref_view_range_help' => 'Algunas gráficas se agrupan automáticamente en periodos. Sus presupuestos se agruparán también en períodos. ¿Qué período prefieres?',
|
'pref_view_range_help' => 'Algunas gráficas se agrupan automáticamente en periodos. Sus presupuestos se agruparán también en períodos. ¿Qué período prefieres?',
|
||||||
'pref_1D' => 'Un dia',
|
'pref_1D' => 'Un dia',
|
||||||
'pref_1W' => 'Una semana',
|
'pref_1W' => 'Una semana',
|
||||||
'pref_1M' => 'Un mes',
|
'pref_1M' => 'Un mes',
|
||||||
'pref_3M' => 'Tres meses (trimestre)',
|
'pref_3M' => 'Tres meses (trimestre)',
|
||||||
'pref_6M' => 'Seis meses',
|
'pref_6M' => 'Seis meses',
|
||||||
'pref_1Y' => 'Un año',
|
'pref_1Y' => 'Un año',
|
||||||
'pref_languages' => 'Idiomas',
|
'pref_languages' => 'Idiomas',
|
||||||
'pref_locale' => 'Configuración del idioma',
|
'pref_locale' => 'Configuración del idioma',
|
||||||
'pref_languages_help' => 'Firefly III apoya varios idiomas. cual usted prefiere?',
|
'pref_languages_help' => 'Firefly III apoya varios idiomas. cual usted prefiere?',
|
||||||
'pref_locale_help' => 'Firefly III le permite configurar otros ajustes locales, como cómo se da formato a las monedas, números y fechas. Las entradas en esta lista pueden no ser soportadas por su sistema. Firefly III no tiene los ajustes de fecha correctos para cada local; póngase en contacto conmigo para obtener mejoras.',
|
'pref_locale_help' => 'Firefly III le permite configurar otros ajustes locales, como cómo se da formato a las monedas, números y fechas. Las entradas en esta lista pueden no ser soportadas por su sistema. Firefly III no tiene los ajustes de fecha correctos para cada local; póngase en contacto conmigo para obtener mejoras.',
|
||||||
'pref_locale_no_windows' => 'Esta característica puede no funcionar en Windows.',
|
'pref_locale_no_windows' => 'Esta característica puede no funcionar en Windows.',
|
||||||
'pref_locale_no_docker' => 'La imagen de Docker sólo tiene un pequeño conjunto de locales instalados.',
|
'pref_locale_no_docker' => 'La imagen de Docker sólo tiene un pequeño conjunto de locales instalados.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Configuraciónes del año fiscal',
|
'pref_custom_fiscal_year' => 'Configuraciónes del año fiscal',
|
||||||
'pref_custom_fiscal_year_label' => 'Habilitado',
|
'pref_custom_fiscal_year_label' => 'Habilitado',
|
||||||
'pref_custom_fiscal_year_help' => 'En países que utilizan año fiscal diferente del 1 al 31 de diciembre, usted puede cambiarlo y especificar los días de inicio / y termino del año fiscal',
|
'pref_custom_fiscal_year_help' => 'En países que utilizan año fiscal diferente del 1 al 31 de diciembre, usted puede cambiarlo y especificar los días de inicio / y termino del año fiscal',
|
||||||
'pref_fiscal_year_start_label' => 'Fecha de inicio del año fiscal',
|
'pref_fiscal_year_start_label' => 'Fecha de inicio del año fiscal',
|
||||||
'pref_two_factor_auth' => 'Verificación en 2 pasos',
|
'pref_two_factor_auth' => 'Verificación en 2 pasos',
|
||||||
'pref_two_factor_auth_help' => 'Cuando usted habilita la verificación en 2 pasos ( también conocida como autenticacion de dos factores) usted agrega una capa adicional de seguridad a su cuenta. usted inicia la sesión que conoce (código de verificación). los códigos de generación son generados por una aplicación de su teléfono, tales como Authy o Google Authenticador.',
|
'pref_two_factor_auth_help' => 'Cuando usted habilita la verificación en 2 pasos ( también conocida como autenticacion de dos factores) usted agrega una capa adicional de seguridad a su cuenta. usted inicia la sesión que conoce (código de verificación). los códigos de generación son generados por una aplicación de su teléfono, tales como Authy o Google Authenticador.',
|
||||||
'pref_enable_two_factor_auth' => 'Permita la verificación de 2 pasos',
|
'pref_enable_two_factor_auth' => 'Permita la verificación de 2 pasos',
|
||||||
'pref_two_factor_auth_disabled' => 'Codigo de verificacion en 2 pasos removido y inabilitado',
|
'pref_two_factor_auth_disabled' => 'Codigo de verificacion en 2 pasos removido y inabilitado',
|
||||||
'pref_two_factor_auth_remove_it' => 'No olvide eliminar la cuenta de su aplicación de autenticacion!',
|
'pref_two_factor_auth_remove_it' => 'No olvide eliminar la cuenta de su aplicación de autenticacion!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Contraseña cambiada!',
|
'password_changed' => 'Contraseña cambiada!',
|
||||||
'should_change' => 'La idea es cambiar su contraseña.',
|
'should_change' => 'La idea es cambiar su contraseña.',
|
||||||
'invalid_password' => 'Contraseña invalida!',
|
'invalid_password' => 'Contraseña invalida!',
|
||||||
'what_is_pw_security' => '¿Que es "verificar la seguridad de contraseña?',
|
'what_is_pw_security' => '¿Que es "verificar la seguridad de contraseña?',
|
||||||
'secure_pw_title' => 'Como escoger una contraseña segura',
|
'secure_pw_title' => 'Como escoger una contraseña segura',
|
||||||
'secure_pw_history' => 'Cada semana leemos en las noticias sobre un sitio que pierde las contraseñas de sus usuarios. Hackers y ladrones utilizan estas contraseñas para intentar robar tu información privada. Esta información es valiosa.',
|
'secure_pw_history' => 'Cada semana leemos en las noticias sobre un sitio que pierde las contraseñas de sus usuarios. Hackers y ladrones utilizan estas contraseñas para intentar robar tu información privada. Esta información es valiosa.',
|
||||||
'secure_pw_ff' => '¿Utiliza la misma contraseña a través de Internet? Si un sitio pierde su contraseña, los hackers tienen acceso a todos sus datos. Firefly III depende de usted para elegir una contraseña fuerte y única para proteger sus registros financieros.',
|
'secure_pw_ff' => '¿Utiliza la misma contraseña a través de Internet? Si un sitio pierde su contraseña, los hackers tienen acceso a todos sus datos. Firefly III depende de usted para elegir una contraseña fuerte y única para proteger sus registros financieros.',
|
||||||
'secure_pw_check_box' => 'Para ayudarte a hacer eso Firefly III puede comprobar si la contraseña que quieres usar ha sido robada en el pasado. Si este es el caso, Firefly III te aconseja NO usar esa contraseña.',
|
'secure_pw_check_box' => 'Para ayudarte a hacer eso Firefly III puede comprobar si la contraseña que quieres usar ha sido robada en el pasado. Si este es el caso, Firefly III te aconseja NO usar esa contraseña.',
|
||||||
'secure_pw_working_title' => '¿Cómo funciona?',
|
'secure_pw_working_title' => '¿Cómo funciona?',
|
||||||
'secure_pw_working' => 'Marcando la casilla, Firefly III enviará los cinco primeros caracteres del hash SHA1 de su contraseña al <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">sitio web de Troy Hunt</a> para ver si esta en la lista. Esto le impedirá a usted usar contraseñas inseguras como se recomienda en la última <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Publicación Especial de NISH</a> sobre este tema.',
|
'secure_pw_working' => 'Marcando la casilla, Firefly III enviará los cinco primeros caracteres del hash SHA1 de su contraseña al <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">sitio web de Troy Hunt</a> para ver si esta en la lista. Esto le impedirá a usted usar contraseñas inseguras como se recomienda en la última <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Publicación Especial de NISH</a> sobre este tema.',
|
||||||
'secure_pw_should' => '¿Debo chequear la casilla?',
|
'secure_pw_should' => '¿Debo chequear la casilla?',
|
||||||
'secure_pw_long_password' => 'Sí. Verificar siempre que su contraseña es segura.',
|
'secure_pw_long_password' => 'Sí. Verificar siempre que su contraseña es segura.',
|
||||||
'command_line_token' => 'Token de linea de comando',
|
'command_line_token' => 'Token de linea de comando',
|
||||||
'explain_command_line_token' => 'Necesita este token para realizar opciones de línea de comando, como importar o exportar datos. Sin él, dichos comandos confidenciales no funcionarán. No compartas tu token de línea de comando. Nadie te lo pedirá, ni siquiera a nosotros. Si crees que lo has perdido, o si estás paranoico, regenera tu token pulsando el botón.',
|
'explain_command_line_token' => 'Necesita este token para realizar opciones de línea de comando, como importar o exportar datos. Sin él, dichos comandos confidenciales no funcionarán. No compartas tu token de línea de comando. Nadie te lo pedirá, ni siquiera a nosotros. Si crees que lo has perdido, o si estás paranoico, regenera tu token pulsando el botón.',
|
||||||
'regenerate_command_line_token' => 'Regenerar token de línea de comando',
|
'regenerate_command_line_token' => 'Regenerar token de línea de comando',
|
||||||
'token_regenerated' => 'Se generó un nuevo token de línea de comandos',
|
'token_regenerated' => 'Se generó un nuevo token de línea de comandos',
|
||||||
'change_your_email' => 'Cambie su dirección de correo',
|
'change_your_email' => 'Cambie su dirección de correo',
|
||||||
'email_verification' => 'Un mensaje de correo electrónico sera enviado a su nueva dirección de correo viejas y nuevas. por motivos de seguridad, usted no podrá iniciar sesión hasta que verifique su nueva dirección de correo electrónico. Si no esta seguro de si su instalación Firefly III puede enviar correos electrónicos, por favor no use esta función. Si usted es administrador, usted puede probar esto en la <a href="/admin">administracion</a>.',
|
'email_verification' => 'Un mensaje de correo electrónico sera enviado a su nueva dirección de correo viejas y nuevas. por motivos de seguridad, usted no podrá iniciar sesión hasta que verifique su nueva dirección de correo electrónico. Si no esta seguro de si su instalación Firefly III puede enviar correos electrónicos, por favor no use esta función. Si usted es administrador, usted puede probar esto en la <a href="/admin">administracion</a>.',
|
||||||
'email_changed_logout' => 'Hasta que usted verifique su dirección de correo electrónico, usted no puede iniciar sesión.',
|
'email_changed_logout' => 'Hasta que usted verifique su dirección de correo electrónico, usted no puede iniciar sesión.',
|
||||||
'login_with_new_email' => 'Usted puede ahora iniciar sesión con su nueva dirección de correo electrónico.',
|
'login_with_new_email' => 'Usted puede ahora iniciar sesión con su nueva dirección de correo electrónico.',
|
||||||
'login_with_old_email' => 'Usted puede ahora iniciar sesión con su vieja dirección de correo electrónico otra vez.',
|
'login_with_old_email' => 'Usted puede ahora iniciar sesión con su vieja dirección de correo electrónico otra vez.',
|
||||||
'login_provider_local_only' => 'Esta acción no está disponible cuando se identifica a través de ":login_provider".',
|
'login_provider_local_only' => 'Esta acción no está disponible cuando se identifica a través de ":login_provider".',
|
||||||
'delete_local_info_only' => 'Debido a que se identificado a través de ":login_provider", sólo se eliminará la información local de Firefly III.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Importar y exportar',
|
'import_and_export_menu' => 'Importar y exportar',
|
||||||
'export_data_title' => 'Exportar datos de Firefly III',
|
'export_data_title' => 'Exportar datos de Firefly III',
|
||||||
'export_data_menu' => 'Exportar datos',
|
'export_data_menu' => 'Exportar datos',
|
||||||
'export_data_bc' => 'Exportar datos de Firefly III',
|
'export_data_bc' => 'Exportar datos de Firefly III',
|
||||||
'export_data_main_title' => 'Exportar datos de Firefly III',
|
'export_data_main_title' => 'Exportar datos de Firefly III',
|
||||||
'export_data_expl' => 'Este enlace le permite exportar todas las transacciones + metadatos de Firefly III. Por favor, consulte la ayuda (icono (?) superior derecho) para obtener más información sobre el proceso.',
|
'export_data_expl' => 'Este enlace le permite exportar todas las transacciones + metadatos de Firefly III. Por favor, consulte la ayuda (icono (?) superior derecho) para obtener más información sobre el proceso.',
|
||||||
'export_data_all_transactions' => 'Exportar todas las transacciones',
|
'export_data_all_transactions' => 'Exportar todas las transacciones',
|
||||||
'export_data_advanced_expl' => 'Si necesita un tipo de exportación más avanzado o específico, lea la ayuda sobre cómo usar el comando de consola <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Si necesita un tipo de exportación más avanzado o específico, lea la ayuda sobre cómo usar el comando de consola <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Un archivo adjunto:count archivos adjuntos',
|
'nr_of_attachments' => 'Un archivo adjunto:count archivos adjuntos',
|
||||||
'attachments' => 'Archivos adjuntos',
|
'attachments' => 'Archivos adjuntos',
|
||||||
'edit_attachment' => 'Editar cuenta de archivos ":name"',
|
'edit_attachment' => 'Editar cuenta de archivos ":name"',
|
||||||
'update_attachment' => 'Actualizar archivo adjunto',
|
'update_attachment' => 'Actualizar archivo adjunto',
|
||||||
'delete_attachment' => 'Eliminar archivo adjunto ":name"',
|
'delete_attachment' => 'Eliminar archivo adjunto ":name"',
|
||||||
'attachment_deleted' => 'Eliminar archivo adjunto ":name"',
|
'attachment_deleted' => 'Eliminar archivo adjunto ":name"',
|
||||||
'liabilities_deleted' => 'Pasivo eliminado ":name"',
|
'liabilities_deleted' => 'Pasivo eliminado ":name"',
|
||||||
'attachment_updated' => 'Actualizar archivo adjunto ":name"',
|
'attachment_updated' => 'Actualizar archivo adjunto ":name"',
|
||||||
'upload_max_file_size' => 'Tamaño máximo de archivo::size',
|
'upload_max_file_size' => 'Tamaño máximo de archivo::size',
|
||||||
'list_all_attachments' => 'Listado de documentos adjuntos',
|
'list_all_attachments' => 'Listado de documentos adjuntos',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Gastos',
|
'title_expenses' => 'Gastos',
|
||||||
'title_withdrawal' => 'Gastos',
|
'title_withdrawal' => 'Gastos',
|
||||||
'title_revenue' => 'Ingresos / salarios',
|
'title_revenue' => 'Ingresos / salarios',
|
||||||
'title_deposit' => 'Ingresos / salarios',
|
'title_deposit' => 'Ingresos / salarios',
|
||||||
'title_transfer' => 'Transferencias',
|
'title_transfer' => 'Transferencias',
|
||||||
'title_transfers' => 'Transferencias',
|
'title_transfers' => 'Transferencias',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Esta transferencia ya es un retiro',
|
'convert_is_already_type_Withdrawal' => 'Esta transferencia ya es un retiro',
|
||||||
|
96
resources/lang/fi_FI/email.php
Normal file
96
resources/lang/fi_FI/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -54,7 +54,7 @@ return [
|
|||||||
'create_new_stuff' => 'Luo uusia juttuja',
|
'create_new_stuff' => 'Luo uusia juttuja',
|
||||||
'new_withdrawal' => 'Uusi nosto',
|
'new_withdrawal' => 'Uusi nosto',
|
||||||
'create_new_transaction' => 'Luo uusi tapahtuma',
|
'create_new_transaction' => 'Luo uusi tapahtuma',
|
||||||
'sidebar_frontpage_create' => 'Create',
|
'sidebar_frontpage_create' => 'Luo',
|
||||||
'new_transaction' => 'Uusi tapahtuma',
|
'new_transaction' => 'Uusi tapahtuma',
|
||||||
'no_rules_for_bill' => 'Tälle laskulle ei ole lisätty yhtään sääntöä.',
|
'no_rules_for_bill' => 'Tälle laskulle ei ole lisätty yhtään sääntöä.',
|
||||||
'go_to_asset_accounts' => 'Tarkastele omaisuustilejäsi',
|
'go_to_asset_accounts' => 'Tarkastele omaisuustilejäsi',
|
||||||
@@ -423,8 +423,8 @@ return [
|
|||||||
'rule_trigger_description_is_choice' => 'Kuvaus on ...',
|
'rule_trigger_description_is_choice' => 'Kuvaus on ...',
|
||||||
'rule_trigger_description_is' => 'Kuvaus on ":trigger_value"',
|
'rule_trigger_description_is' => 'Kuvaus on ":trigger_value"',
|
||||||
|
|
||||||
'rule_trigger_date_is_choice' => 'Transaction date is..',
|
'rule_trigger_date_is_choice' => 'Tapahtumapäivä on ...',
|
||||||
'rule_trigger_date_is' => 'Transaction date is ":trigger_value"',
|
'rule_trigger_date_is' => 'Tapahtumapäivä on ":trigger_value"',
|
||||||
'rule_trigger_date_before_choice' => 'Transaction date is before..',
|
'rule_trigger_date_before_choice' => 'Transaction date is before..',
|
||||||
'rule_trigger_date_before' => 'Transaction date is before ":trigger_value"',
|
'rule_trigger_date_before' => 'Transaction date is before ":trigger_value"',
|
||||||
'rule_trigger_date_after_choice' => 'Transaction date is after..',
|
'rule_trigger_date_after_choice' => 'Transaction date is after..',
|
||||||
@@ -488,9 +488,9 @@ return [
|
|||||||
'rule_action_update_piggy' => 'Add/remove transaction amount in piggy bank ":action_value"',
|
'rule_action_update_piggy' => 'Add/remove transaction amount in piggy bank ":action_value"',
|
||||||
'rule_action_append_description_choice' => 'Liitä kuvauksen loppuun teksti ...',
|
'rule_action_append_description_choice' => 'Liitä kuvauksen loppuun teksti ...',
|
||||||
'rule_action_prepend_description_choice' => 'Aloita kuvaus tekstillä ...',
|
'rule_action_prepend_description_choice' => 'Aloita kuvaus tekstillä ...',
|
||||||
'rule_action_set_source_account_choice' => 'Set source account to..',
|
'rule_action_set_source_account_choice' => 'Aseta lähdetiliksi ...',
|
||||||
'rule_action_set_source_account' => 'Aseta lähdetiliksi :action_value',
|
'rule_action_set_source_account' => 'Aseta lähdetiliksi :action_value',
|
||||||
'rule_action_set_destination_account_choice' => 'Set destination account to..',
|
'rule_action_set_destination_account_choice' => 'Aseta kohdetiliksi ...',
|
||||||
'rule_action_set_destination_account' => 'Aseta kohdetiliksi :action_value',
|
'rule_action_set_destination_account' => 'Aseta kohdetiliksi :action_value',
|
||||||
'rule_action_append_notes_choice' => 'Liitä muistiinpanon loppuun ...',
|
'rule_action_append_notes_choice' => 'Liitä muistiinpanon loppuun ...',
|
||||||
'rule_action_append_notes' => 'Liitä muistiinpanon loppuun teksti ":action_value"',
|
'rule_action_append_notes' => 'Liitä muistiinpanon loppuun teksti ":action_value"',
|
||||||
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Kaikki summat sisältyvät valittuun jaksoon',
|
'sums_apply_to_range' => 'Kaikki summat sisältyvät valittuun jaksoon',
|
||||||
'mapbox_api_key' => 'Käyttääksesi karttaa, hanki API-avain <a href="https://www.mapbox.com/">Mapboxilta</a>. Avaa <code>.env</code> tiedostosi ja lisää koodi <code>MAPBOX_API_KEY=</code> perään.',
|
'mapbox_api_key' => 'Käyttääksesi karttaa, hanki API-avain <a href="https://www.mapbox.com/">Mapboxilta</a>. Avaa <code>.env</code> tiedostosi ja lisää koodi <code>MAPBOX_API_KEY=</code> perään.',
|
||||||
'press_object_location' => 'Oikealla hiiren napilla (tai pitkä painallus) voit asettaa paikkatiedon.',
|
'press_object_location' => 'Oikealla hiiren napilla (tai pitkä painallus) voit asettaa paikkatiedon.',
|
||||||
'clear_location' => 'Tyhjennä sijainti',
|
'clear_location' => 'Tyhjennä sijainti',
|
||||||
'delete_all_selected_tags' => 'Poista kaikki valitut tägit',
|
'delete_all_selected_tags' => 'Poista kaikki valitut tägit',
|
||||||
'select_tags_to_delete' => 'Älä unohda valita tägejä.',
|
'select_tags_to_delete' => 'Älä unohda valita tägejä.',
|
||||||
'deleted_x_tags' => 'Poistettiin :count tägiä.',
|
'deleted_x_tags' => 'Poistettiin :count tägiä.',
|
||||||
'create_rule_from_transaction' => 'Luo tapahtumaan perustuva sääntö',
|
'create_rule_from_transaction' => 'Luo tapahtumaan perustuva sääntö',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(sama kuin kieli)',
|
'equal_to_language' => '(sama kuin kieli)',
|
||||||
'pref_home_screen_accounts' => 'Etusivun tilit',
|
'pref_home_screen_accounts' => 'Etusivun tilit',
|
||||||
'pref_home_screen_accounts_help' => 'Mitkä tilit näytetään etusivulla?',
|
'pref_home_screen_accounts_help' => 'Mitkä tilit näytetään etusivulla?',
|
||||||
'pref_view_range' => 'Tarkasteltava jakso',
|
'pref_view_range' => 'Tarkasteltava jakso',
|
||||||
'pref_view_range_help' => 'Osa kuvaajista ryhmitellään automaattisesti jaksoihin. Budjettisi ryhmitellään myös jaksoihin. Minkälaista jaksoa haluat käyttää?',
|
'pref_view_range_help' => 'Osa kuvaajista ryhmitellään automaattisesti jaksoihin. Budjettisi ryhmitellään myös jaksoihin. Minkälaista jaksoa haluat käyttää?',
|
||||||
'pref_1D' => 'Yksi päivä',
|
'pref_1D' => 'Yksi päivä',
|
||||||
'pref_1W' => 'Yksi viikko',
|
'pref_1W' => 'Yksi viikko',
|
||||||
'pref_1M' => 'Yksi kuukausi',
|
'pref_1M' => 'Yksi kuukausi',
|
||||||
'pref_3M' => 'Kolme kuukautta (vuosineljännes)',
|
'pref_3M' => 'Kolme kuukautta (vuosineljännes)',
|
||||||
'pref_6M' => 'Kuusi kuukautta',
|
'pref_6M' => 'Kuusi kuukautta',
|
||||||
'pref_1Y' => 'Yksi vuosi',
|
'pref_1Y' => 'Yksi vuosi',
|
||||||
'pref_languages' => 'Kielet',
|
'pref_languages' => 'Kielet',
|
||||||
'pref_locale' => 'Alueasetukset',
|
'pref_locale' => 'Alueasetukset',
|
||||||
'pref_languages_help' => 'Firefly III tukee useita kieliä. Mitä niistä haluat käyttää?',
|
'pref_languages_help' => 'Firefly III tukee useita kieliä. Mitä niistä haluat käyttää?',
|
||||||
'pref_locale_help' => 'Firefly III antaa sinun asettaa erikseen paikallisia asetuksia, kuten valuuttojen, numeroiden ja päivämäärien muotoilun. Järjestelmäsi ei ehkä tue kaikkia tämän luettelon alueasetuksia. Firefly III:lla ei ole oikeita päivämääräasetuksia jokaiselle alueelle; ota minuun yhteyttä saadaksesi parannuksia.',
|
'pref_locale_help' => 'Firefly III antaa sinun asettaa erikseen paikallisia asetuksia, kuten valuuttojen, numeroiden ja päivämäärien muotoilun. Järjestelmäsi ei ehkä tue kaikkia tämän luettelon alueasetuksia. Firefly III:lla ei ole oikeita päivämääräasetuksia jokaiselle alueelle; ota minuun yhteyttä saadaksesi parannuksia.',
|
||||||
'pref_locale_no_windows' => 'Tämä ominaisuus ei välttämättä toimi Windowsissa.',
|
'pref_locale_no_windows' => 'Tämä ominaisuus ei välttämättä toimi Windowsissa.',
|
||||||
'pref_locale_no_docker' => 'Docker imagessa on vain pieni määrä asennettuja lokalisaatioita.',
|
'pref_locale_no_docker' => 'Docker imagessa on vain pieni määrä asennettuja lokalisaatioita.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Tilikauden asetukset',
|
'pref_custom_fiscal_year' => 'Tilikauden asetukset',
|
||||||
'pref_custom_fiscal_year_label' => 'Käytössä',
|
'pref_custom_fiscal_year_label' => 'Käytössä',
|
||||||
'pref_custom_fiscal_year_help' => 'Maissa joiden tilikausi on jokin muu kuin Tammikuun 1:stä Joulukuun 31:seen päivään, voit valita tämän ja määrittää tilikauden aloitus- ja lopetuspäivän',
|
'pref_custom_fiscal_year_help' => 'Maissa joiden tilikausi on jokin muu kuin Tammikuun 1:stä Joulukuun 31:seen päivään, voit valita tämän ja määrittää tilikauden aloitus- ja lopetuspäivän',
|
||||||
'pref_fiscal_year_start_label' => 'Tilikauden aloituspäivä',
|
'pref_fiscal_year_start_label' => 'Tilikauden aloituspäivä',
|
||||||
'pref_two_factor_auth' => '2-vaiheinen tunnistus',
|
'pref_two_factor_auth' => '2-vaiheinen tunnistus',
|
||||||
'pref_two_factor_auth_help' => 'Kun aktivoit kaksivaiheisen tunnistuksen (tunnetaan myös kaksivaiheisena kirjautumisena), lisäät uuden turvallisuuskerroksen tilillesi. Kirjaudut sisään jollain minkä tiedät (salasanasi) ja jollain mitä sinulla on (vahvistuskoodi). Vahvistuskoodi luodaan puhelimesi tunnistusohjelmalla, vaihtoehtoina esimerkiksi Authy tai Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Kun aktivoit kaksivaiheisen tunnistuksen (tunnetaan myös kaksivaiheisena kirjautumisena), lisäät uuden turvallisuuskerroksen tilillesi. Kirjaudut sisään jollain minkä tiedät (salasanasi) ja jollain mitä sinulla on (vahvistuskoodi). Vahvistuskoodi luodaan puhelimesi tunnistusohjelmalla, vaihtoehtoina esimerkiksi Authy tai Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Ota kaksivaiheinen tunnistus käyttöön',
|
'pref_enable_two_factor_auth' => 'Ota kaksivaiheinen tunnistus käyttöön',
|
||||||
'pref_two_factor_auth_disabled' => 'Kaksivaiheisen tunnistuksen vahvistuskoodi mitätöity ja poistettu käytöstä',
|
'pref_two_factor_auth_disabled' => 'Kaksivaiheisen tunnistuksen vahvistuskoodi mitätöity ja poistettu käytöstä',
|
||||||
'pref_two_factor_auth_remove_it' => 'Älä unohda poistaa tiliä tunnistusohjelmastasi!',
|
'pref_two_factor_auth_remove_it' => 'Älä unohda poistaa tiliä tunnistusohjelmastasi!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Salasana vaihdettu!',
|
'password_changed' => 'Salasana vaihdettu!',
|
||||||
'should_change' => 'Tarkoituksena olisi vaihtaa salasanasi.',
|
'should_change' => 'Tarkoituksena olisi vaihtaa salasanasi.',
|
||||||
'invalid_password' => 'Virheellinen salasana!',
|
'invalid_password' => 'Virheellinen salasana!',
|
||||||
'what_is_pw_security' => 'Mikä on "varmista salasanan turvallisuus"?',
|
'what_is_pw_security' => 'Mikä on "varmista salasanan turvallisuus"?',
|
||||||
'secure_pw_title' => 'Turvallisen salasanan valitseminen',
|
'secure_pw_title' => 'Turvallisen salasanan valitseminen',
|
||||||
'secure_pw_history' => 'Yhtään viikkoa ei kulu ilman uutisia verkkosivustojen vuotaneista käyttäjien kirjautumistiedoista. Hakkerit ja varkaat käyttävät näitä salasanoja yrittäessään varastaa sinun yksityisiä tietoja. Tämä tieto on arvokasta.',
|
'secure_pw_history' => 'Yhtään viikkoa ei kulu ilman uutisia verkkosivustojen vuotaneista käyttäjien kirjautumistiedoista. Hakkerit ja varkaat käyttävät näitä salasanoja yrittäessään varastaa sinun yksityisiä tietoja. Tämä tieto on arvokasta.',
|
||||||
'secure_pw_ff' => 'Käytätkö samaa salasanaa kaikkialla internetissä? Jos yksi sivusto vuotaa sinun salasanasi, hakkereilla on pääsy kaikkiin sinun tietoihin. Firefly III luottaa, että sinä valitset vahvan ja yksilöllisen salasanan suojellaksesi taloudellisia tietojasi.',
|
'secure_pw_ff' => 'Käytätkö samaa salasanaa kaikkialla internetissä? Jos yksi sivusto vuotaa sinun salasanasi, hakkereilla on pääsy kaikkiin sinun tietoihin. Firefly III luottaa, että sinä valitset vahvan ja yksilöllisen salasanan suojellaksesi taloudellisia tietojasi.',
|
||||||
'secure_pw_check_box' => 'Auttaaksesi sinua tässä Firefly III voi tarkistaa onko ehdottamasi ja/tai käyttämäsi salasana jo aikaisemmin vuotaneiden joukossa. Jos näin on päässyt tapahtumaan, Firefly III neuvoo sinua olemaan käyttämättä valittua salasanaa.',
|
'secure_pw_check_box' => 'Auttaaksesi sinua tässä Firefly III voi tarkistaa onko ehdottamasi ja/tai käyttämäsi salasana jo aikaisemmin vuotaneiden joukossa. Jos näin on päässyt tapahtumaan, Firefly III neuvoo sinua olemaan käyttämättä valittua salasanaa.',
|
||||||
'secure_pw_working_title' => 'Kuinka se toimii?',
|
'secure_pw_working_title' => 'Kuinka se toimii?',
|
||||||
'secure_pw_working' => 'Kun valitset tämän valintaruudun, Firefly III lähettää ensimmäiset 5 kirjainta salasanasi SHA1 tarkisteesta <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Huntin verkkosivulle</a> vertailua varten. Jos listalta löytyy osumia, salasanasi saattaa olla vaarantunut. Tämä (toivottavasti) estää sinua käyttämästä vaarantuneita salasanoja kuten viimeisin <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Erikoisjulkaisukin</a> suosittelee.',
|
'secure_pw_working' => 'Kun valitset tämän valintaruudun, Firefly III lähettää ensimmäiset 5 kirjainta salasanasi SHA1 tarkisteesta <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Huntin verkkosivulle</a> vertailua varten. Jos listalta löytyy osumia, salasanasi saattaa olla vaarantunut. Tämä (toivottavasti) estää sinua käyttämästä vaarantuneita salasanoja kuten viimeisin <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Erikoisjulkaisukin</a> suosittelee.',
|
||||||
'secure_pw_should' => 'Pitäisikö minun valita tämä?',
|
'secure_pw_should' => 'Pitäisikö minun valita tämä?',
|
||||||
'secure_pw_long_password' => 'Kyllä. Varmista aina, että salasanasi on turvallinen.',
|
'secure_pw_long_password' => 'Kyllä. Varmista aina, että salasanasi on turvallinen.',
|
||||||
'command_line_token' => 'Komentorivin tunnus',
|
'command_line_token' => 'Komentorivin tunnus',
|
||||||
'explain_command_line_token' => 'Tarvitset tämän tunnuksen käyttääksesi komentorivikomentoja kuten tietojen tuonti ja vienti. Ilman sitä, nämä komennot eivät toimi. Älä koskaan kerro kenellekään sinun komentorivitunnustasi. Kukaan ei kysy sinulta sitä, en edes minä. Jos pelkäät kadottaneesi tunnuksen tai olet vähän edes epävarma, voit aina luoda uuden tunnuksen tällä napilla.',
|
'explain_command_line_token' => 'Tarvitset tämän tunnuksen käyttääksesi komentorivikomentoja kuten tietojen tuonti ja vienti. Ilman sitä, nämä komennot eivät toimi. Älä koskaan kerro kenellekään sinun komentorivitunnustasi. Kukaan ei kysy sinulta sitä, en edes minä. Jos pelkäät kadottaneesi tunnuksen tai olet vähän edes epävarma, voit aina luoda uuden tunnuksen tällä napilla.',
|
||||||
'regenerate_command_line_token' => 'Luo uusi komentorivitunnus',
|
'regenerate_command_line_token' => 'Luo uusi komentorivitunnus',
|
||||||
'token_regenerated' => 'Uusi komentorivitunnus luotiin',
|
'token_regenerated' => 'Uusi komentorivitunnus luotiin',
|
||||||
'change_your_email' => 'Muuta sähköpostiosoitetta',
|
'change_your_email' => 'Muuta sähköpostiosoitetta',
|
||||||
'email_verification' => 'Sähköpostiviesti lähetetään sekä vanhaan ETTÄ uuteen osoitteeseesi. Turvallisuussyistä et pysty kirjautumaan tilillesi ennen kuin vahvistat uuden sähköpostiosoitteesi. Jos et tiedä pystyykö tämä Firefly III instanssi lähettämään sähköpostia, älä käytä tätä toimintoa. Jos olet ylläpitäjä, voit testata sähköpostin lähetystä <a href="/admin">Ylläpito-sivulla</a>.',
|
'email_verification' => 'Sähköpostiviesti lähetetään sekä vanhaan ETTÄ uuteen osoitteeseesi. Turvallisuussyistä et pysty kirjautumaan tilillesi ennen kuin vahvistat uuden sähköpostiosoitteesi. Jos et tiedä pystyykö tämä Firefly III instanssi lähettämään sähköpostia, älä käytä tätä toimintoa. Jos olet ylläpitäjä, voit testata sähköpostin lähetystä <a href="/admin">Ylläpito-sivulla</a>.',
|
||||||
'email_changed_logout' => 'Et voi kirjautua sisään, ennen kuin olet vahvistanut sähköpostiosoitteesi.',
|
'email_changed_logout' => 'Et voi kirjautua sisään, ennen kuin olet vahvistanut sähköpostiosoitteesi.',
|
||||||
'login_with_new_email' => 'Voit nyt kirjautua uudella sähköpostiosoitteella.',
|
'login_with_new_email' => 'Voit nyt kirjautua uudella sähköpostiosoitteella.',
|
||||||
'login_with_old_email' => 'Voit kirjautua jälleen vanhalla sähköpostiosoitteellasi.',
|
'login_with_old_email' => 'Voit kirjautua jälleen vanhalla sähköpostiosoitteellasi.',
|
||||||
'login_provider_local_only' => 'Tämä toiminto ei ole käytettävissä käytettäessä palveluntarjoajaa ":login_provider" tunnistautumiseen.',
|
'login_provider_local_only' => 'Tämä toiminto ei ole käytettävissä käytettäessä palveluntarjoajaa ":login_provider" tunnistautumiseen.',
|
||||||
'delete_local_info_only' => 'Koska tunnistaudut palveluntarjoajan ":login_provider" avulla, tämä poistaa ainoastaan paikalliset Firefly III:n tiedot.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Tuo / Vie',
|
'import_and_export_menu' => 'Tuo / Vie',
|
||||||
'export_data_title' => 'Vie tietoja Firefly III:sta',
|
'export_data_title' => 'Vie tietoja Firefly III:sta',
|
||||||
'export_data_menu' => 'Vie tietoja',
|
'export_data_menu' => 'Vie tietoja',
|
||||||
'export_data_bc' => 'Vie tietoja Firefly III:sta',
|
'export_data_bc' => 'Vie tietoja Firefly III:sta',
|
||||||
'export_data_main_title' => 'Vie tietoja Firefly III:sta',
|
'export_data_main_title' => 'Vie tietoja Firefly III:sta',
|
||||||
'export_data_expl' => 'Tämän linkin avulla voit viedä kaikki tapahtumat ja metatiedot Firefly III:sta. Katso ohjeista (oikeassa yläkulmassa (?) - kuvake) saadaksesi lisätietoja prosessista.',
|
'export_data_expl' => 'Tämän linkin avulla voit viedä kaikki tapahtumat ja metatiedot Firefly III:sta. Katso ohjeista (oikeassa yläkulmassa (?) - kuvake) saadaksesi lisätietoja prosessista.',
|
||||||
'export_data_all_transactions' => 'Vie kaikki tapahtumat',
|
'export_data_all_transactions' => 'Vie kaikki tapahtumat',
|
||||||
'export_data_advanced_expl' => 'Jos tarvitset edistyneempää tai tietyn tyyppistä vientiä, lue ohjeet konsolikomennon käytöstä <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Jos tarvitset edistyneempää tai tietyn tyyppistä vientiä, lue ohjeet konsolikomennon käytöstä <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Yksi liite|:count liitettä',
|
'nr_of_attachments' => 'Yksi liite|:count liitettä',
|
||||||
'attachments' => 'Liitteet',
|
'attachments' => 'Liitteet',
|
||||||
'edit_attachment' => 'Muokkaa liitettä ":name"',
|
'edit_attachment' => 'Muokkaa liitettä ":name"',
|
||||||
'update_attachment' => 'Päivitä liite',
|
'update_attachment' => 'Päivitä liite',
|
||||||
'delete_attachment' => 'Poista liite ":name"',
|
'delete_attachment' => 'Poista liite ":name"',
|
||||||
'attachment_deleted' => 'Liite ":name" poistettu',
|
'attachment_deleted' => 'Liite ":name" poistettu',
|
||||||
'liabilities_deleted' => 'Vastuu ":name" poistettu',
|
'liabilities_deleted' => 'Vastuu ":name" poistettu',
|
||||||
'attachment_updated' => 'Liite ":name" päivitetty',
|
'attachment_updated' => 'Liite ":name" päivitetty',
|
||||||
'upload_max_file_size' => 'Tiedoston enimmäiskoko: :size',
|
'upload_max_file_size' => 'Tiedoston enimmäiskoko: :size',
|
||||||
'list_all_attachments' => 'Lista kaikista liitteistä',
|
'list_all_attachments' => 'Lista kaikista liitteistä',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Kustannukset',
|
'title_expenses' => 'Kustannukset',
|
||||||
'title_withdrawal' => 'Kustannukset',
|
'title_withdrawal' => 'Kustannukset',
|
||||||
'title_revenue' => 'Tuotto / ansio',
|
'title_revenue' => 'Tuotto / ansio',
|
||||||
'title_deposit' => 'Tuotto / ansio',
|
'title_deposit' => 'Tuotto / ansio',
|
||||||
'title_transfer' => 'Tilisiirrot',
|
'title_transfer' => 'Tilisiirrot',
|
||||||
'title_transfers' => 'Tilisiirrot',
|
'title_transfers' => 'Tilisiirrot',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Tämä tapahtuma on jo nosto',
|
'convert_is_already_type_Withdrawal' => 'Tämä tapahtuma on jo nosto',
|
||||||
@@ -942,8 +969,8 @@ return [
|
|||||||
'reconciliation_transaction_title' => 'Täsmäytys (:from - :to)',
|
'reconciliation_transaction_title' => 'Täsmäytys (:from - :to)',
|
||||||
'sum_of_reconciliation' => 'Täsmäytykset yhteensä',
|
'sum_of_reconciliation' => 'Täsmäytykset yhteensä',
|
||||||
'reconcile_this_account' => 'Täsmäytä tämä tili',
|
'reconcile_this_account' => 'Täsmäytä tämä tili',
|
||||||
'reconcile' => 'Reconcile',
|
'reconcile' => 'Täsmäytä',
|
||||||
'show' => 'Show',
|
'show' => 'Näytä',
|
||||||
'confirm_reconciliation' => 'Vahvista täsmäytys',
|
'confirm_reconciliation' => 'Vahvista täsmäytys',
|
||||||
'submitted_start_balance' => 'Annettu avaussaldo',
|
'submitted_start_balance' => 'Annettu avaussaldo',
|
||||||
'selected_transactions' => 'Valitut tapahtumat (:count)',
|
'selected_transactions' => 'Valitut tapahtumat (:count)',
|
||||||
@@ -1639,8 +1666,8 @@ return [
|
|||||||
'telemetry_back_to_index' => 'Takaisin käyttötietojen hakemistoon',
|
'telemetry_back_to_index' => 'Takaisin käyttötietojen hakemistoon',
|
||||||
'not_yet_submitted' => 'Ei vielä lähetetty',
|
'not_yet_submitted' => 'Ei vielä lähetetty',
|
||||||
'telemetry_type_feature' => 'Ominaisuusasetus',
|
'telemetry_type_feature' => 'Ominaisuusasetus',
|
||||||
'telemetry_type_string' => 'Text',
|
'telemetry_type_string' => 'Teksti',
|
||||||
'telemetry_type_recurring' => 'Recurring',
|
'telemetry_type_recurring' => 'Toistuva',
|
||||||
'telemetry_submit_all' => 'Lähetä tiedot',
|
'telemetry_submit_all' => 'Lähetä tiedot',
|
||||||
'telemetry_delete_submitted_records' => 'Poista lähetetyt tiedot',
|
'telemetry_delete_submitted_records' => 'Poista lähetetyt tiedot',
|
||||||
'telemetry_submission_executed' => 'Tiedot on lähetetty. Lokitiedostoistasi löydät lisätietoja.',
|
'telemetry_submission_executed' => 'Tiedot on lähetetty. Lokitiedostoistasi löydät lisätietoja.',
|
||||||
|
96
resources/lang/fr_FR/email.php
Normal file
96
resources/lang/fr_FR/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -36,7 +36,7 @@ return [
|
|||||||
'welcome_back' => 'Que se passe-t-il ?',
|
'welcome_back' => 'Que se passe-t-il ?',
|
||||||
'everything' => 'Tout',
|
'everything' => 'Tout',
|
||||||
'today' => 'aujourd\'hui',
|
'today' => 'aujourd\'hui',
|
||||||
'customRange' => 'Etendue personnalisée',
|
'customRange' => 'Intervalle personnalisé',
|
||||||
'apply' => 'Appliquer',
|
'apply' => 'Appliquer',
|
||||||
'select_date' => 'Sélectionner une date...',
|
'select_date' => 'Sélectionner une date...',
|
||||||
'cancel' => 'Annuler',
|
'cancel' => 'Annuler',
|
||||||
@@ -327,7 +327,7 @@ return [
|
|||||||
'rule_is_strict' => 'règle stricte',
|
'rule_is_strict' => 'règle stricte',
|
||||||
'rule_is_not_strict' => 'règle non stricte',
|
'rule_is_not_strict' => 'règle non stricte',
|
||||||
'rule_help_stop_processing' => 'Lorsque vous cochez cette case, les règles suivantes de ce groupe ne seront pas exécutées.',
|
'rule_help_stop_processing' => 'Lorsque vous cochez cette case, les règles suivantes de ce groupe ne seront pas exécutées.',
|
||||||
'rule_help_strict' => 'Dans les règles strictes, TOUS les déclencheurs doivent être activés pour les actions à exécuter. Dans les règles non strictes, N\'IMPORTE QUEL déclencheur est suffisant pour que l\'action soit exécutée.',
|
'rule_help_strict' => 'En mode strict, TOUS les déclencheurs doivent être activés pour que les actions s\'exécutent. Si décoché, N\'IMPORTE QUEL déclencheur est suffisant pour que les actions soit exécutées.',
|
||||||
'rule_help_active' => 'Les règles inactives ne se déclencheront jamais.',
|
'rule_help_active' => 'Les règles inactives ne se déclencheront jamais.',
|
||||||
'stored_new_rule' => 'Nouvelle règle créée avec le titre ":title"',
|
'stored_new_rule' => 'Nouvelle règle créée avec le titre ":title"',
|
||||||
'deleted_rule' => 'Règle supprimée avec le titre ":title"',
|
'deleted_rule' => 'Règle supprimée avec le titre ":title"',
|
||||||
@@ -436,7 +436,7 @@ return [
|
|||||||
'rule_trigger_tag_is' => 'Un tag est ":trigger_value"',
|
'rule_trigger_tag_is' => 'Un tag est ":trigger_value"',
|
||||||
'rule_trigger_currency_is_choice' => 'La devise de l\'opération est..',
|
'rule_trigger_currency_is_choice' => 'La devise de l\'opération est..',
|
||||||
'rule_trigger_currency_is' => 'La devise de l\'opération est ":trigger_value"',
|
'rule_trigger_currency_is' => 'La devise de l\'opération est ":trigger_value"',
|
||||||
'rule_trigger_has_attachments_choice' => 'À au moins autant de pièces jointes',
|
'rule_trigger_has_attachments_choice' => 'A au moins autant de pièces jointes',
|
||||||
'rule_trigger_has_attachments' => 'À au moins :trigger_value pièce(s) jointe(s)',
|
'rule_trigger_has_attachments' => 'À au moins :trigger_value pièce(s) jointe(s)',
|
||||||
'rule_trigger_store_journal' => 'Lorsqu’une opération est créée',
|
'rule_trigger_store_journal' => 'Lorsqu’une opération est créée',
|
||||||
'rule_trigger_update_journal' => 'Lorsqu’une opération est mise à jour',
|
'rule_trigger_update_journal' => 'Lorsqu’une opération est mise à jour',
|
||||||
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Toutes les sommes s\'appliquent à l\'ensemble sélectionné',
|
'sums_apply_to_range' => 'Toutes les sommes s\'appliquent à l\'ensemble sélectionné',
|
||||||
'mapbox_api_key' => 'Pour utiliser la carte, obtenez une clé d\'API auprès de <a href="https://www.mapbox.com/">Mapbox</a>. Ouvrez votre fichier <code>.env</code> et saisissez le code après <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'Pour utiliser la carte, obtenez une clé d\'API auprès de <a href="https://www.mapbox.com/">Mapbox</a>. Ouvrez votre fichier <code>.env</code> et saisissez le code après <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Faites un clic droit ou appuyez longuement pour définir l\'emplacement de l\'objet.',
|
'press_object_location' => 'Faites un clic droit ou appuyez longuement pour définir l\'emplacement de l\'objet.',
|
||||||
'clear_location' => 'Effacer la localisation',
|
'clear_location' => 'Effacer la localisation',
|
||||||
'delete_all_selected_tags' => 'Supprimer tous les tags sélectionnés',
|
'delete_all_selected_tags' => 'Supprimer tous les tags sélectionnés',
|
||||||
'select_tags_to_delete' => 'N\'oubliez pas de sélectionner des tags.',
|
'select_tags_to_delete' => 'N\'oubliez pas de sélectionner des tags.',
|
||||||
'deleted_x_tags' => ':count tag(s) supprimé(s).',
|
'deleted_x_tags' => ':count tag(s) supprimé(s).',
|
||||||
'create_rule_from_transaction' => 'Créer une règle basée sur une opération',
|
'create_rule_from_transaction' => 'Créer une règle basée sur une opération',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(égal à la langue)',
|
'equal_to_language' => '(égal à la langue)',
|
||||||
'pref_home_screen_accounts' => 'Comptes de l’écran d’accueil',
|
'pref_home_screen_accounts' => 'Comptes de l’écran d’accueil',
|
||||||
'pref_home_screen_accounts_help' => 'Quels sont les comptes à afficher sur la page d’accueil ?',
|
'pref_home_screen_accounts_help' => 'Quels sont les comptes à afficher sur la page d’accueil ?',
|
||||||
'pref_view_range' => 'Voir l\'étendue',
|
'pref_view_range' => 'Intervalle d\'affichage',
|
||||||
'pref_view_range_help' => 'Certains graphiques sont automatiquement regroupés par périodes. Vos budgets seront aussi organisés par périodes. Quelle période préférez-vous ?',
|
'pref_view_range_help' => 'Certains graphiques sont automatiquement regroupés par périodes. Vos budgets seront aussi organisés par périodes. Quelle période préférez-vous ?',
|
||||||
'pref_1D' => 'Un jour',
|
'pref_1D' => 'Un jour',
|
||||||
'pref_1W' => 'Une semaine',
|
'pref_1W' => 'Une semaine',
|
||||||
'pref_1M' => 'Un mois',
|
'pref_1M' => 'Un mois',
|
||||||
'pref_3M' => 'Trois mois (trimestre)',
|
'pref_3M' => 'Trois mois (trimestre)',
|
||||||
'pref_6M' => 'Six mois',
|
'pref_6M' => 'Six mois',
|
||||||
'pref_1Y' => 'Un an',
|
'pref_1Y' => 'Un an',
|
||||||
'pref_languages' => 'Langues',
|
'pref_languages' => 'Langues',
|
||||||
'pref_locale' => 'Paramètres régionaux',
|
'pref_locale' => 'Paramètres régionaux',
|
||||||
'pref_languages_help' => 'Firefly III prend en charge plusieurs langues. Laquelle préférez-vous ?',
|
'pref_languages_help' => 'Firefly III prend en charge plusieurs langues. Laquelle préférez-vous ?',
|
||||||
'pref_locale_help' => 'Firefly III vous permet de définir d\'autres paramètres locaux, comme la façon dont les devises, les nombres et les dates sont formatées. Les entrées dans cette liste peuvent ne pas être prises en charge par votre système. Firefly III n\'est pas paramétré correctement pour toutes les langues ; contactez-moi pour les améliorer.',
|
'pref_locale_help' => 'Firefly III vous permet de définir d\'autres paramètres locaux, comme la façon dont les devises, les nombres et les dates sont formatées. Les entrées dans cette liste peuvent ne pas être prises en charge par votre système. Firefly III n\'est pas paramétré correctement pour toutes les langues ; contactez-moi pour les améliorer.',
|
||||||
'pref_locale_no_windows' => 'Cette fonctionnalité peut ne pas fonctionner sous Windows.',
|
'pref_locale_no_windows' => 'Cette fonctionnalité peut ne pas fonctionner sous Windows.',
|
||||||
'pref_locale_no_docker' => 'L\'image Docker ne dispose que d\'un petit nombre de paramètres régionaux installés.',
|
'pref_locale_no_docker' => 'L\'image Docker ne dispose que d\'un petit nombre de paramètres régionaux installés.',
|
||||||
'pref_locale_no_demo' => 'Cette fonctionnalité ne fonctionnera pas pour l\'utilisateur de démonstration.',
|
'pref_locale_no_demo' => 'Cette fonctionnalité ne fonctionnera pas pour l\'utilisateur de démonstration.',
|
||||||
'pref_custom_fiscal_year' => 'Paramètres fiscaux de l\'année',
|
'pref_custom_fiscal_year' => 'Paramètres fiscaux de l\'année',
|
||||||
'pref_custom_fiscal_year_label' => 'Activé',
|
'pref_custom_fiscal_year_label' => 'Activé',
|
||||||
'pref_custom_fiscal_year_help' => 'Dans les pays qui utilisent une année financière autre que du 1er janvier au 31 décembre, vous pouvez la changer en spécifiant le jour de début et de fin de l\'année fiscale',
|
'pref_custom_fiscal_year_help' => 'Dans les pays qui utilisent une année financière autre que du 1er janvier au 31 décembre, vous pouvez la changer en spécifiant le jour de début et de fin de l\'année fiscale',
|
||||||
'pref_fiscal_year_start_label' => 'Date du début de l\'année fiscale',
|
'pref_fiscal_year_start_label' => 'Date du début de l\'année fiscale',
|
||||||
'pref_two_factor_auth' => 'Validation en 2 étapes',
|
'pref_two_factor_auth' => 'Validation en 2 étapes',
|
||||||
'pref_two_factor_auth_help' => 'Lorsque vous activez la validation en 2 étapes (également connu sous le nom de deux facteurs d’authentification), vous ajoutez une couche de sécurité supplémentaire à votre compte. Vous vous connectez avec quelque chose que vous connaissez (votre mot de passe) et quelque chose que vous avez (un code de vérification). Les codes de vérification sont générés par une application sur votre téléphone, comme par exemple Authy ou Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Lorsque vous activez la validation en 2 étapes (également connu sous le nom de deux facteurs d’authentification), vous ajoutez une couche de sécurité supplémentaire à votre compte. Vous vous connectez avec quelque chose que vous connaissez (votre mot de passe) et quelque chose que vous avez (un code de vérification). Les codes de vérification sont générés par une application sur votre téléphone, comme par exemple Authy ou Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Activez la validation en 2 étapes',
|
'pref_enable_two_factor_auth' => 'Activez la validation en 2 étapes',
|
||||||
'pref_two_factor_auth_disabled' => 'Le code de vérification en deux étapes a été enlevé et désactivé',
|
'pref_two_factor_auth_disabled' => 'Le code de vérification en deux étapes a été enlevé et désactivé',
|
||||||
'pref_two_factor_auth_remove_it' => 'N’oubliez pas de supprimer ce compte de votre application d’authentification !',
|
'pref_two_factor_auth_remove_it' => 'N’oubliez pas de supprimer ce compte de votre application d’authentification !',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Mot de passe modifié !',
|
'password_changed' => 'Mot de passe modifié !',
|
||||||
'should_change' => 'L’idée est de changer votre mot de passe.',
|
'should_change' => 'L’idée est de changer votre mot de passe.',
|
||||||
'invalid_password' => 'Mot de passe incorrect !',
|
'invalid_password' => 'Mot de passe incorrect !',
|
||||||
'what_is_pw_security' => 'Qu\'est-ce que "vérifier la sécurité du mot de passe" ?',
|
'what_is_pw_security' => 'Qu\'est-ce que "vérifier la sécurité du mot de passe" ?',
|
||||||
'secure_pw_title' => 'Comment choisir un mot de passe sécurisé',
|
'secure_pw_title' => 'Comment choisir un mot de passe sécurisé',
|
||||||
'secure_pw_history' => 'Pas une semaine ne se passe sans que vous lisiez dans la presse qu\'un site s\'est fait dérober les mots de passe de ses utilisateurs. Les pirates et les voleurs utilisent ces mots de passe pour tenter de voler vos informations personnelles. Cette information est précieuse.',
|
'secure_pw_history' => 'Pas une semaine ne se passe sans que vous lisiez dans la presse qu\'un site s\'est fait dérober les mots de passe de ses utilisateurs. Les pirates et les voleurs utilisent ces mots de passe pour tenter de voler vos informations personnelles. Cette information est précieuse.',
|
||||||
'secure_pw_ff' => 'Vous utilisez le même mot de passe partout sur Internet ? Si un seul site se fait dérober ce mot de passe, c\'est l\'ensemble de vos comptes et données qui sont exposées aux pirates. Firefly III compte sur vous pour choisir un mot de passe unique et fort pour protéger vos informations financières.',
|
'secure_pw_ff' => 'Vous utilisez le même mot de passe partout sur Internet ? Si un seul site se fait dérober ce mot de passe, c\'est l\'ensemble de vos comptes et données qui sont exposées aux pirates. Firefly III compte sur vous pour choisir un mot de passe unique et fort pour protéger vos informations financières.',
|
||||||
'secure_pw_check_box' => 'Pour vous y aider Firefly III peut vérifier que le mot de passe que vous souhaitez utiliser n\'a jamais été dérobé auparavant. Si c\'est le cas, Firefly III vous conseille de NE PAS utiliser ce mot de passe.',
|
'secure_pw_check_box' => 'Pour vous y aider Firefly III peut vérifier que le mot de passe que vous souhaitez utiliser n\'a jamais été dérobé auparavant. Si c\'est le cas, Firefly III vous conseille de NE PAS utiliser ce mot de passe.',
|
||||||
'secure_pw_working_title' => 'Comment est-ce que cela fonctionne ?',
|
'secure_pw_working_title' => 'Comment est-ce que cela fonctionne ?',
|
||||||
'secure_pw_working' => 'Si vous cochez l\'option, Firefly III enverra les 5 premiers caractères de l\'empreinte SHA1 de votre mot de passe au <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">site Web de Troy Hunt</a> pour contrôler si elle y apparait. Cela vous empêchera d\'utiliser des mots de passe non sûrs tel que recommandé par la dernière <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">publication spéciale NIST</a> sur le sujet.',
|
'secure_pw_working' => 'Si vous cochez l\'option, Firefly III enverra les 5 premiers caractères de l\'empreinte SHA1 de votre mot de passe au <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">site Web de Troy Hunt</a> pour contrôler si elle y apparait. Cela vous empêchera d\'utiliser des mots de passe non sûrs tel que recommandé par la dernière <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">publication spéciale NIST</a> sur le sujet.',
|
||||||
'secure_pw_should' => 'Dois-je cocher la case ?',
|
'secure_pw_should' => 'Dois-je cocher la case ?',
|
||||||
'secure_pw_long_password' => 'Oui. Toujours vérifier que votre mot de passe est sûr.',
|
'secure_pw_long_password' => 'Oui. Toujours vérifier que votre mot de passe est sûr.',
|
||||||
'command_line_token' => 'Jeton de ligne de commande',
|
'command_line_token' => 'Jeton de ligne de commande',
|
||||||
'explain_command_line_token' => 'Vous avez besoin de ce jeton pour exécuter des opérations optionnelles en ligne de commandes telles qu\'importer et exporter des données. Sans celui-ci, de telles commandes sensibles ne fonctionneront pas. Ne partagez jamais votre jeton. Personne ne vous le demandera, pas même moi. Si vous craignez de le perdre, ou si vous êtes parano, régénérez ce jeton à l\'aide du bouton.',
|
'explain_command_line_token' => 'Vous avez besoin de ce jeton pour exécuter des opérations optionnelles en ligne de commandes telles qu\'importer et exporter des données. Sans celui-ci, de telles commandes sensibles ne fonctionneront pas. Ne partagez jamais votre jeton. Personne ne vous le demandera, pas même moi. Si vous craignez de le perdre, ou si vous êtes parano, régénérez ce jeton à l\'aide du bouton.',
|
||||||
'regenerate_command_line_token' => 'Régénérer le jeton de ligne de commande',
|
'regenerate_command_line_token' => 'Régénérer le jeton de ligne de commande',
|
||||||
'token_regenerated' => 'Un nouveau jeton en ligne de commande a été généré',
|
'token_regenerated' => 'Un nouveau jeton en ligne de commande a été généré',
|
||||||
'change_your_email' => 'Changer votre adresse e-mail',
|
'change_your_email' => 'Changer votre adresse e-mail',
|
||||||
'email_verification' => 'Un e-mail sera envoyé à votre ancienne ET votre nouvelle adresse. Pour des raisons de sécurité, vous ne pourrez pas vous connecter jusqu\'à ce que vous ayez vérifié votre nouvelle adresse. Si vous n\'êtes pas certain que votre installation de Firefly III soit capable d\'envoyer un e-mail, n\'utilisez pas cette fonctionnalité. Si vous êtes un administrateur, vous pouvez tester l\'envoi des e-mails en allant dans le menu <a href="/admin">Administration</a>.',
|
'email_verification' => 'Un e-mail sera envoyé à votre ancienne ET votre nouvelle adresse. Pour des raisons de sécurité, vous ne pourrez pas vous connecter jusqu\'à ce que vous ayez vérifié votre nouvelle adresse. Si vous n\'êtes pas certain que votre installation de Firefly III soit capable d\'envoyer un e-mail, n\'utilisez pas cette fonctionnalité. Si vous êtes un administrateur, vous pouvez tester l\'envoi des e-mails en allant dans le menu <a href="/admin">Administration</a>.',
|
||||||
'email_changed_logout' => 'Vous ne pouvez pas vous connecter tant que vous n\'aurez pas vérifié votre adresse e-mail.',
|
'email_changed_logout' => 'Vous ne pouvez pas vous connecter tant que vous n\'aurez pas vérifié votre adresse e-mail.',
|
||||||
'login_with_new_email' => 'Vous pouvez désormais vous connecter avec votre nouvelle adresse e-mail.',
|
'login_with_new_email' => 'Vous pouvez désormais vous connecter avec votre nouvelle adresse e-mail.',
|
||||||
'login_with_old_email' => 'Vous pouvez à nouveau vous connecter à l\'aide de votre ancienne adresse e-mail.',
|
'login_with_old_email' => 'Vous pouvez à nouveau vous connecter à l\'aide de votre ancienne adresse e-mail.',
|
||||||
'login_provider_local_only' => 'Cette action n’est pas disponible lors de l’authentification par ":login_provider".',
|
'login_provider_local_only' => 'Cette action n’est pas disponible lors de l’authentification par ":login_provider".',
|
||||||
'delete_local_info_only' => 'Comme vous vous authentifiez via ":login_provider", cela ne supprimera que les informations locales de Firefly III.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import et export',
|
'import_and_export_menu' => 'Import et export',
|
||||||
'export_data_title' => 'Exporter des données depuis Firefly III',
|
'export_data_title' => 'Exporter des données depuis Firefly III',
|
||||||
'export_data_menu' => 'Exporter des données',
|
'export_data_menu' => 'Exporter des données',
|
||||||
'export_data_bc' => 'Exporter des données depuis Firefly III',
|
'export_data_bc' => 'Exporter des données depuis Firefly III',
|
||||||
'export_data_main_title' => 'Exporter des données depuis Firefly III',
|
'export_data_main_title' => 'Exporter des données depuis Firefly III',
|
||||||
'export_data_expl' => 'Ce lien vous permet d\'exporter toutes les opérations et métadonnées de Firefly III. Plus d\'informations dans l\'aide (icône (?) en haut à droite).',
|
'export_data_expl' => 'Ce lien vous permet d\'exporter toutes les opérations et métadonnées de Firefly III. Plus d\'informations dans l\'aide (icône (?) en haut à droite).',
|
||||||
'export_data_all_transactions' => 'Exporter toutes les opérations',
|
'export_data_all_transactions' => 'Exporter toutes les opérations',
|
||||||
'export_data_advanced_expl' => 'Si vous avez besoin d\'un type d\'exportation plus avancé ou plus spécifique, lisez l\'aide sur comment utiliser la commande <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Si vous avez besoin d\'un type d\'exportation plus avancé ou plus spécifique, lisez l\'aide sur comment utiliser la commande <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Une pièce jointe|:count pièces jointes',
|
'nr_of_attachments' => 'Une pièce jointe|:count pièces jointes',
|
||||||
'attachments' => 'Pièces jointes',
|
'attachments' => 'Pièces jointes',
|
||||||
'edit_attachment' => 'Modifier la pièce jointe ":name"',
|
'edit_attachment' => 'Modifier la pièce jointe ":name"',
|
||||||
'update_attachment' => 'Mettre à jour la pièce jointe',
|
'update_attachment' => 'Mettre à jour la pièce jointe',
|
||||||
'delete_attachment' => 'Supprimer la pièce jointe ":name"',
|
'delete_attachment' => 'Supprimer la pièce jointe ":name"',
|
||||||
'attachment_deleted' => 'Pièce jointe ":name" supprimée',
|
'attachment_deleted' => 'Pièce jointe ":name" supprimée',
|
||||||
'liabilities_deleted' => 'Passif ":name" supprimé',
|
'liabilities_deleted' => 'Passif ":name" supprimé',
|
||||||
'attachment_updated' => 'Pièce jointe ":name" mise à jour',
|
'attachment_updated' => 'Pièce jointe ":name" mise à jour',
|
||||||
'upload_max_file_size' => 'Taille maximum du fichier : :size',
|
'upload_max_file_size' => 'Taille maximum du fichier : :size',
|
||||||
'list_all_attachments' => 'Liste de toutes les pièces jointes',
|
'list_all_attachments' => 'Liste de toutes les pièces jointes',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Dépenses',
|
'title_expenses' => 'Dépenses',
|
||||||
'title_withdrawal' => 'Dépenses',
|
'title_withdrawal' => 'Dépenses',
|
||||||
'title_revenue' => 'Recette / revenu',
|
'title_revenue' => 'Recette / revenu',
|
||||||
'title_deposit' => 'Recette / revenu',
|
'title_deposit' => 'Recette / revenu',
|
||||||
'title_transfer' => 'Transferts',
|
'title_transfer' => 'Transferts',
|
||||||
'title_transfers' => 'Transferts',
|
'title_transfers' => 'Transferts',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Cette opération est déjà un retrait',
|
'convert_is_already_type_Withdrawal' => 'Cette opération est déjà un retrait',
|
||||||
@@ -902,15 +929,15 @@ return [
|
|||||||
'end_balance' => 'Solde de clôture',
|
'end_balance' => 'Solde de clôture',
|
||||||
'update_balance_dates_instruction' => 'Faites correspondre les montants et les dates ci-dessus à votre relevé bancaire et appuyez sur "Commencer le rapprochement"',
|
'update_balance_dates_instruction' => 'Faites correspondre les montants et les dates ci-dessus à votre relevé bancaire et appuyez sur "Commencer le rapprochement"',
|
||||||
'select_transactions_instruction' => 'Sélectionnez les opérations qui apparaissent sur votre relevé bancaire.',
|
'select_transactions_instruction' => 'Sélectionnez les opérations qui apparaissent sur votre relevé bancaire.',
|
||||||
'select_range_and_balance' => 'Vérifiez d\'abord la plage des dates et les soldes. Puis appuyez sur "Commencer le rapprochement"',
|
'select_range_and_balance' => 'Vérifiez d\'abord l\'intervalle de dates et les soldes. Puis appuyez sur "Commencer le rapprochement"',
|
||||||
'date_change_instruction' => 'Si vous modifiez la plage des dates maintenant, toute progression sera perdue.',
|
'date_change_instruction' => 'Si vous modifiez l\'intervalle de dates maintenant, toute progression sera perdue.',
|
||||||
'update_selection' => 'Mettre à jour la sélection',
|
'update_selection' => 'Mettre à jour la sélection',
|
||||||
'store_reconcile' => 'Stocker le rapprochement',
|
'store_reconcile' => 'Stocker le rapprochement',
|
||||||
'reconciliation_transaction' => 'Opération de régularisation',
|
'reconciliation_transaction' => 'Opération de régularisation',
|
||||||
'Reconciliation' => 'Rapprochement',
|
'Reconciliation' => 'Rapprochement',
|
||||||
'reconciliation' => 'Rapprochement',
|
'reconciliation' => 'Rapprochement',
|
||||||
'reconcile_options' => 'Options de rapprochement',
|
'reconcile_options' => 'Options de rapprochement',
|
||||||
'reconcile_range' => 'Plage de rapprochement',
|
'reconcile_range' => 'Intervalle de rapprochement',
|
||||||
'start_reconcile' => 'Commencer le rapprochement',
|
'start_reconcile' => 'Commencer le rapprochement',
|
||||||
'cash_account_type' => 'Espèces',
|
'cash_account_type' => 'Espèces',
|
||||||
'cash' => 'espèces',
|
'cash' => 'espèces',
|
||||||
@@ -1035,7 +1062,7 @@ return [
|
|||||||
'tag' => 'Mot-clé',
|
'tag' => 'Mot-clé',
|
||||||
'no_budget_squared' => '(pas de budget)',
|
'no_budget_squared' => '(pas de budget)',
|
||||||
'perm-delete-many' => 'Supprimer beaucoup d\'éléments d\'un coup peut être très perturbateur. Soyez prudent. Vous pouvez supprimer une partie d\'une opération scindée à partir de cette page, alors faites attention.',
|
'perm-delete-many' => 'Supprimer beaucoup d\'éléments d\'un coup peut être très perturbateur. Soyez prudent. Vous pouvez supprimer une partie d\'une opération scindée à partir de cette page, alors faites attention.',
|
||||||
'mass_deleted_transactions_success' => 'Montant des opérations supprimées : :amount.',
|
'mass_deleted_transactions_success' => ':amount opération(s) supprimé(e)s.',
|
||||||
'mass_edited_transactions_success' => 'Montant des opérations mises à jour : :amount',
|
'mass_edited_transactions_success' => 'Montant des opérations mises à jour : :amount',
|
||||||
'opt_group_' => '(aucun type de compte)',
|
'opt_group_' => '(aucun type de compte)',
|
||||||
'opt_group_no_account_type' => '(aucun type de compte)',
|
'opt_group_no_account_type' => '(aucun type de compte)',
|
||||||
@@ -1205,7 +1232,7 @@ return [
|
|||||||
'more_info_help' => 'Vous trouverez plus d’informations sur ces différents types de rapports dans les pages d’aide. Appuyez sur l’icône (?) dans le coin supérieur droit.',
|
'more_info_help' => 'Vous trouverez plus d’informations sur ces différents types de rapports dans les pages d’aide. Appuyez sur l’icône (?) dans le coin supérieur droit.',
|
||||||
'report_included_accounts' => 'Comptes inclus',
|
'report_included_accounts' => 'Comptes inclus',
|
||||||
'report_date_range' => 'Intervalle de dates',
|
'report_date_range' => 'Intervalle de dates',
|
||||||
'report_preset_ranges' => 'Étendues pré-configurées',
|
'report_preset_ranges' => 'Intervalles pré-configurés',
|
||||||
'shared' => 'Partagé',
|
'shared' => 'Partagé',
|
||||||
'fiscal_year' => 'Année fiscale',
|
'fiscal_year' => 'Année fiscale',
|
||||||
'income_entry' => 'Revenus du compte ":name" entre le :start et le :end',
|
'income_entry' => 'Revenus du compte ":name" entre le :start et le :end',
|
||||||
|
@@ -68,7 +68,7 @@ return [
|
|||||||
'budget_id' => 'Budget',
|
'budget_id' => 'Budget',
|
||||||
'opening_balance' => 'Solde initial',
|
'opening_balance' => 'Solde initial',
|
||||||
'tagMode' => 'Mode du tag',
|
'tagMode' => 'Mode du tag',
|
||||||
'tag_position' => 'Localisation du tag',
|
'tag_position' => 'Emplacement du tag',
|
||||||
'virtual_balance' => 'Solde virtuel',
|
'virtual_balance' => 'Solde virtuel',
|
||||||
'targetamount' => 'Montant cible',
|
'targetamount' => 'Montant cible',
|
||||||
'account_role' => 'Rôle du compte',
|
'account_role' => 'Rôle du compte',
|
||||||
|
@@ -72,7 +72,7 @@ return [
|
|||||||
'reports_index_intro' => 'Utilisez ces rapports pour obtenir des informations détaillées sur vos finances.',
|
'reports_index_intro' => 'Utilisez ces rapports pour obtenir des informations détaillées sur vos finances.',
|
||||||
'reports_index_inputReportType' => 'Choisissez un type de rapport. Consultez les pages d\'aide pour voir ce que vous présente chaque rapport.',
|
'reports_index_inputReportType' => 'Choisissez un type de rapport. Consultez les pages d\'aide pour voir ce que vous présente chaque rapport.',
|
||||||
'reports_index_inputAccountsSelect' => 'Vous pouvez exclure ou inclure les comptes d\'actifs comme bon vous semble.',
|
'reports_index_inputAccountsSelect' => 'Vous pouvez exclure ou inclure les comptes d\'actifs comme bon vous semble.',
|
||||||
'reports_index_inputDateRange' => 'La plage de dates sélectionnée est entièrement libre : de un jour à 10 ans.',
|
'reports_index_inputDateRange' => 'L\'intervalle de dates sélectionné est entièrement libre : de un jour à 10 ans.',
|
||||||
'reports_index_extra-options-box' => 'Selon le rapport que vous avez sélectionné, vous pouvez sélectionner des filtres et options supplémentaires ici. Regardez cette case lorsque vous modifiez les types de rapport.',
|
'reports_index_extra-options-box' => 'Selon le rapport que vous avez sélectionné, vous pouvez sélectionner des filtres et options supplémentaires ici. Regardez cette case lorsque vous modifiez les types de rapport.',
|
||||||
|
|
||||||
// reports (reports)
|
// reports (reports)
|
||||||
|
@@ -46,7 +46,7 @@ return [
|
|||||||
'require_repeat_until' => 'Besoin d’un certain nombre de répétitions ou d\'une date de fin (repeat_until). Pas les deux.',
|
'require_repeat_until' => 'Besoin d’un certain nombre de répétitions ou d\'une date de fin (repeat_until). Pas les deux.',
|
||||||
'require_currency_info' => 'Le contenu de ce champ n\'est pas valide sans informations sur la devise.',
|
'require_currency_info' => 'Le contenu de ce champ n\'est pas valide sans informations sur la devise.',
|
||||||
'not_transfer_account' => 'Ce compte n\'est pas un compte qui peut être utilisé pour les transferts.',
|
'not_transfer_account' => 'Ce compte n\'est pas un compte qui peut être utilisé pour les transferts.',
|
||||||
'require_currency_amount' => 'Le contenu de ce champ est invalide sans informations sur le montant étranger.',
|
'require_currency_amount' => 'Le contenu de ce champ est invalide sans informations sur le montant en devise étrangère.',
|
||||||
'equal_description' => 'La description de l\'opération ne doit pas être identique à la description globale.',
|
'equal_description' => 'La description de l\'opération ne doit pas être identique à la description globale.',
|
||||||
'file_invalid_mime' => 'Le fichier ":name" est du type ":mime" ce qui n\'est pas accepté pour un nouvel envoi.',
|
'file_invalid_mime' => 'Le fichier ":name" est du type ":mime" ce qui n\'est pas accepté pour un nouvel envoi.',
|
||||||
'file_too_large' => 'Le fichier ":name" est trop grand.',
|
'file_too_large' => 'Le fichier ":name" est trop grand.',
|
||||||
|
96
resources/lang/hu_HU/email.php
Normal file
96
resources/lang/hu_HU/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Minden összeg alkalmazása a kiválasztott tartományra',
|
'sums_apply_to_range' => 'Minden összeg alkalmazása a kiválasztott tartományra',
|
||||||
'mapbox_api_key' => 'A térkép használatához be kell szerezni egy API kulcsot a <a href="https://www.mapbox.com/">Mapbox</a> oldalról. A kódot a <code>.env</code> fájlba, a <code>MAPBOX_API_KEY = </code> után kell beírni.',
|
'mapbox_api_key' => 'A térkép használatához be kell szerezni egy API kulcsot a <a href="https://www.mapbox.com/">Mapbox</a> oldalról. A kódot a <code>.env</code> fájlba, a <code>MAPBOX_API_KEY = </code> után kell beírni.',
|
||||||
'press_object_location' => 'Jobb kattintással vagy az egérgomb hosszan nyomva tartásával lehet beállítani az objektum helyét.',
|
'press_object_location' => 'Jobb kattintással vagy az egérgomb hosszan nyomva tartásával lehet beállítani az objektum helyét.',
|
||||||
'clear_location' => 'Hely törlése',
|
'clear_location' => 'Hely törlése',
|
||||||
'delete_all_selected_tags' => 'Minden kiválasztott címke törlése',
|
'delete_all_selected_tags' => 'Minden kiválasztott címke törlése',
|
||||||
'select_tags_to_delete' => 'Ki kell választani néhány címkét.',
|
'select_tags_to_delete' => 'Ki kell választani néhány címkét.',
|
||||||
'deleted_x_tags' => ':count címke törölve.',
|
'deleted_x_tags' => ':count címke törölve.',
|
||||||
'create_rule_from_transaction' => 'Szabály létrehozása tranzakció alapján',
|
'create_rule_from_transaction' => 'Szabály létrehozása tranzakció alapján',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(nyelvvel megegyező)',
|
'equal_to_language' => '(nyelvvel megegyező)',
|
||||||
'pref_home_screen_accounts' => 'Kezdőoldali számlák',
|
'pref_home_screen_accounts' => 'Kezdőoldali számlák',
|
||||||
'pref_home_screen_accounts_help' => 'Melyik számlák legyenek megjelenítve a kezdőoldalon?',
|
'pref_home_screen_accounts_help' => 'Melyik számlák legyenek megjelenítve a kezdőoldalon?',
|
||||||
'pref_view_range' => 'Tartomány mutatása',
|
'pref_view_range' => 'Tartomány mutatása',
|
||||||
'pref_view_range_help' => 'Néhány diagram automatikusan időszakokba lesz csoportosítva. A költségkeretek szintén időszakokba lesznek csoportosítva. Milyen időszakot részesít előnyben?',
|
'pref_view_range_help' => 'Néhány diagram automatikusan időszakokba lesz csoportosítva. A költségkeretek szintén időszakokba lesznek csoportosítva. Milyen időszakot részesít előnyben?',
|
||||||
'pref_1D' => 'Egy nap',
|
'pref_1D' => 'Egy nap',
|
||||||
'pref_1W' => 'Egy hét',
|
'pref_1W' => 'Egy hét',
|
||||||
'pref_1M' => 'Egy hónap',
|
'pref_1M' => 'Egy hónap',
|
||||||
'pref_3M' => 'Három hónap (negyedév)',
|
'pref_3M' => 'Három hónap (negyedév)',
|
||||||
'pref_6M' => 'Hat hónap',
|
'pref_6M' => 'Hat hónap',
|
||||||
'pref_1Y' => 'Egy év',
|
'pref_1Y' => 'Egy év',
|
||||||
'pref_languages' => 'Nyelvek',
|
'pref_languages' => 'Nyelvek',
|
||||||
'pref_locale' => 'Területi beállítások',
|
'pref_locale' => 'Területi beállítások',
|
||||||
'pref_languages_help' => 'A Firefly III több nyelven is elérhető. Melyiket szeretné használni?',
|
'pref_languages_help' => 'A Firefly III több nyelven is elérhető. Melyiket szeretné használni?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'Lehet, hogy ez a szolgáltatás nem működik Windows rendszeren.',
|
'pref_locale_no_windows' => 'Lehet, hogy ez a szolgáltatás nem működik Windows rendszeren.',
|
||||||
'pref_locale_no_docker' => 'A Docker-képfájlnak kevés előretelepített regionális beállítása van.',
|
'pref_locale_no_docker' => 'A Docker-képfájlnak kevés előretelepített regionális beállítása van.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Költségvetési év beállításai',
|
'pref_custom_fiscal_year' => 'Költségvetési év beállításai',
|
||||||
'pref_custom_fiscal_year_label' => 'Engedélyezett',
|
'pref_custom_fiscal_year_label' => 'Engedélyezett',
|
||||||
'pref_custom_fiscal_year_help' => 'Azokban az országokban ahol a pénzügyi év nem Január 1 és December 31 közé esik, be lehet ezt kapcsolni és meg lehet adni a pénzügyi év kezdő- és végdátumát',
|
'pref_custom_fiscal_year_help' => 'Azokban az országokban ahol a pénzügyi év nem Január 1 és December 31 közé esik, be lehet ezt kapcsolni és meg lehet adni a pénzügyi év kezdő- és végdátumát',
|
||||||
'pref_fiscal_year_start_label' => 'Üzleti év kezdődátuma',
|
'pref_fiscal_year_start_label' => 'Üzleti év kezdődátuma',
|
||||||
'pref_two_factor_auth' => 'Kétlépcsős azonosítás',
|
'pref_two_factor_auth' => 'Kétlépcsős azonosítás',
|
||||||
'pref_two_factor_auth_help' => 'Ha a kétlépéses igazolás (más néven kétfaktoros hitelesítés) engedélyezett, egy extra réteg lesz hozzáadva a fiók biztonságához. A bejelentkezéshez kell valami ismert (a jelszó) és valami meglévő (egy ellenőrző kód). Az ellenőrző kódokat olyan telefonos alkalmazások generálják, mint az Authy vagy a Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Ha a kétlépéses igazolás (más néven kétfaktoros hitelesítés) engedélyezett, egy extra réteg lesz hozzáadva a fiók biztonságához. A bejelentkezéshez kell valami ismert (a jelszó) és valami meglévő (egy ellenőrző kód). Az ellenőrző kódokat olyan telefonos alkalmazások generálják, mint az Authy vagy a Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Kétlépcsős azonosítás engedélyezése',
|
'pref_enable_two_factor_auth' => 'Kétlépcsős azonosítás engedélyezése',
|
||||||
'pref_two_factor_auth_disabled' => '2 lépcsős azonosítási kód eltávolítva és letilva',
|
'pref_two_factor_auth_disabled' => '2 lépcsős azonosítási kód eltávolítva és letilva',
|
||||||
'pref_two_factor_auth_remove_it' => 'Ne felejtse el törölni a fiókot a hitelesítő alkalmazásából!',
|
'pref_two_factor_auth_remove_it' => 'Ne felejtse el törölni a fiókot a hitelesítő alkalmazásából!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Jelszó módosítva!',
|
'password_changed' => 'Jelszó módosítva!',
|
||||||
'should_change' => 'Az ötlet az, hogy megváltoztasd a jelszavad.',
|
'should_change' => 'Az ötlet az, hogy megváltoztasd a jelszavad.',
|
||||||
'invalid_password' => 'Érvénytelen jelszó!',
|
'invalid_password' => 'Érvénytelen jelszó!',
|
||||||
'what_is_pw_security' => 'Mit jelent a "jelszóbiztonság ellenőrzése"?',
|
'what_is_pw_security' => 'Mit jelent a "jelszóbiztonság ellenőrzése"?',
|
||||||
'secure_pw_title' => 'Hogyan válasszon biztonságos jelszót',
|
'secure_pw_title' => 'Hogyan válasszon biztonságos jelszót',
|
||||||
'secure_pw_history' => 'Nincs olyan hét, hogy a hírekben ne lehetne arról olvasni, hogy egy weboldal elvesztette a felhasználói jelszavait. A hekkerek és a tolvajok a privát információk ellopására használják ezeket az jelszavakat. Ezek az információk értékesek.',
|
'secure_pw_history' => 'Nincs olyan hét, hogy a hírekben ne lehetne arról olvasni, hogy egy weboldal elvesztette a felhasználói jelszavait. A hekkerek és a tolvajok a privát információk ellopására használják ezeket az jelszavakat. Ezek az információk értékesek.',
|
||||||
'secure_pw_ff' => 'Ugyanazt a jelszót használod az egész interneten? Ha egy weboldal elveszti a jelszavadat a hekkerek minden adatodhoz hozzá fognak férni. A Firefly III rád bízza, hogy erős és egyedi jelszót válassz a pénzügyi adataid védelméhez.',
|
'secure_pw_ff' => 'Ugyanazt a jelszót használod az egész interneten? Ha egy weboldal elveszti a jelszavadat a hekkerek minden adatodhoz hozzá fognak férni. A Firefly III rád bízza, hogy erős és egyedi jelszót válassz a pénzügyi adataid védelméhez.',
|
||||||
'secure_pw_check_box' => 'A Firefly III úgy segít ebben, hogy ellenőrzi nem lopták-e el a múltban a megadott jelszót. Ha ez történt a Firefly III javasolni fogja, hogy NE használd ezt a jelszót.',
|
'secure_pw_check_box' => 'A Firefly III úgy segít ebben, hogy ellenőrzi nem lopták-e el a múltban a megadott jelszót. Ha ez történt a Firefly III javasolni fogja, hogy NE használd ezt a jelszót.',
|
||||||
'secure_pw_working_title' => 'Hogyan működik?',
|
'secure_pw_working_title' => 'Hogyan működik?',
|
||||||
'secure_pw_working' => 'Bejelölve, a Firefly III elküldi a jelszó az SHA1 hashének első őt karakterét <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Hunt weboldalának</a>, hogy ellenőrizze szerepel-e a listában. Ez megakadályozza, hogy nem biztonságos jelszavakat használj ahogy az a legutolsó <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a>-ban javasolják.',
|
'secure_pw_working' => 'Bejelölve, a Firefly III elküldi a jelszó az SHA1 hashének első őt karakterét <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Hunt weboldalának</a>, hogy ellenőrizze szerepel-e a listában. Ez megakadályozza, hogy nem biztonságos jelszavakat használj ahogy az a legutolsó <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a>-ban javasolják.',
|
||||||
'secure_pw_should' => 'Kipipáljam a négyzetet?',
|
'secure_pw_should' => 'Kipipáljam a négyzetet?',
|
||||||
'secure_pw_long_password' => 'Igen. Mindig ellenőrizze, hogy a jelszavam biztonságos-e.',
|
'secure_pw_long_password' => 'Igen. Mindig ellenőrizze, hogy a jelszavam biztonságos-e.',
|
||||||
'command_line_token' => 'Parancssori token',
|
'command_line_token' => 'Parancssori token',
|
||||||
'explain_command_line_token' => 'Erre a vezérjelre parancssori lehetőségek végrehajtásához van szükség, mint például adatok importálása vagy exportálása. Enélkül néhány érzékeny parancs nem fog működni. Ezt a vezérjelet senki sem fogja kérni tőled, még én sem. Ha félsz, hogy elveszted vagy paranoid vagy, a gombbal újra lehet generálni a vezérjelet.',
|
'explain_command_line_token' => 'Erre a vezérjelre parancssori lehetőségek végrehajtásához van szükség, mint például adatok importálása vagy exportálása. Enélkül néhány érzékeny parancs nem fog működni. Ezt a vezérjelet senki sem fogja kérni tőled, még én sem. Ha félsz, hogy elveszted vagy paranoid vagy, a gombbal újra lehet generálni a vezérjelet.',
|
||||||
'regenerate_command_line_token' => 'Parancssori token újragenerálása',
|
'regenerate_command_line_token' => 'Parancssori token újragenerálása',
|
||||||
'token_regenerated' => 'Az új parancssori token generálódott',
|
'token_regenerated' => 'Az új parancssori token generálódott',
|
||||||
'change_your_email' => 'Email cím módosítása',
|
'change_your_email' => 'Email cím módosítása',
|
||||||
'email_verification' => 'Egy email üzenet lesz elküldve a régi ÉS az új email címre. Biztonsági okokból, nem lehet majd bejelentkezni amíg az új email cím nincs ellenőrizve. Ha nem biztos, hogy a Firefly III telepítés képes emaileket küldeni, nem szabad használni ezt a funkciót. Az adminisztrátor ellenőrizheti ezt az <a href="/admin">Adminisztráció</a> oldalon.',
|
'email_verification' => 'Egy email üzenet lesz elküldve a régi ÉS az új email címre. Biztonsági okokból, nem lehet majd bejelentkezni amíg az új email cím nincs ellenőrizve. Ha nem biztos, hogy a Firefly III telepítés képes emaileket küldeni, nem szabad használni ezt a funkciót. Az adminisztrátor ellenőrizheti ezt az <a href="/admin">Adminisztráció</a> oldalon.',
|
||||||
'email_changed_logout' => 'Amíg nem ellenőrizted az email címed addig nem tudsz bejelentkezni.',
|
'email_changed_logout' => 'Amíg nem ellenőrizted az email címed addig nem tudsz bejelentkezni.',
|
||||||
'login_with_new_email' => 'Most már bejelentkezhet az új email címével.',
|
'login_with_new_email' => 'Most már bejelentkezhet az új email címével.',
|
||||||
'login_with_old_email' => 'Most már bejelentkezhet újra a régi email címével.',
|
'login_with_old_email' => 'Most már bejelentkezhet újra a régi email címével.',
|
||||||
'login_provider_local_only' => 'Ez a művelet nem érhető el ":login_provider" általi hitelesítésekor.',
|
'login_provider_local_only' => 'Ez a művelet nem érhető el ":login_provider" általi hitelesítésekor.',
|
||||||
'delete_local_info_only' => 'Mivel ":login_provider" a hitelesítőd,ezért ez csak a helyi Firefly III információt törli.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Importálás és exportálás',
|
'import_and_export_menu' => 'Importálás és exportálás',
|
||||||
'export_data_title' => 'Adatok exportálása a Firefly III-ból',
|
'export_data_title' => 'Adatok exportálása a Firefly III-ból',
|
||||||
'export_data_menu' => 'Adat exportálása',
|
'export_data_menu' => 'Adat exportálása',
|
||||||
'export_data_bc' => 'Adatok exportálása a Firefly III-ból',
|
'export_data_bc' => 'Adatok exportálása a Firefly III-ból',
|
||||||
'export_data_main_title' => 'Adatok exportálása a Firefly III-ból',
|
'export_data_main_title' => 'Adatok exportálása a Firefly III-ból',
|
||||||
'export_data_expl' => 'Ezek a hivatkozások lehetővé teszik az összes tranzakció + a metaadatok exportálását a Firefly III-ból. A folyamatról további információ a súgóban ((?) ikon a jobb felső sarokban) található.',
|
'export_data_expl' => 'Ezek a hivatkozások lehetővé teszik az összes tranzakció + a metaadatok exportálását a Firefly III-ból. A folyamatról további információ a súgóban ((?) ikon a jobb felső sarokban) található.',
|
||||||
'export_data_all_transactions' => 'Összes tranzakció exportálása',
|
'export_data_all_transactions' => 'Összes tranzakció exportálása',
|
||||||
'export_data_advanced_expl' => 'Ha szükséged van speciális exportálásra, akkor olvass utána a következő parancssori parancsnak: <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Ha szükséged van speciális exportálásra, akkor olvass utána a következő parancssori parancsnak: <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Egy melléklet|:count melléklet',
|
'nr_of_attachments' => 'Egy melléklet|:count melléklet',
|
||||||
'attachments' => 'Mellékletek',
|
'attachments' => 'Mellékletek',
|
||||||
'edit_attachment' => 'Melléklet szerkesztése ":name"',
|
'edit_attachment' => 'Melléklet szerkesztése ":name"',
|
||||||
'update_attachment' => 'Melléklet frissítése',
|
'update_attachment' => 'Melléklet frissítése',
|
||||||
'delete_attachment' => '":name" melléklet törlése',
|
'delete_attachment' => '":name" melléklet törlése',
|
||||||
'attachment_deleted' => 'Törölt melléklet ":name"',
|
'attachment_deleted' => 'Törölt melléklet ":name"',
|
||||||
'liabilities_deleted' => '":name" kötelezettség törölve',
|
'liabilities_deleted' => '":name" kötelezettség törölve',
|
||||||
'attachment_updated' => 'Melléklet frissítve ":name"',
|
'attachment_updated' => 'Melléklet frissítve ":name"',
|
||||||
'upload_max_file_size' => 'Maximális fájlméret: :size',
|
'upload_max_file_size' => 'Maximális fájlméret: :size',
|
||||||
'list_all_attachments' => 'Mellékletek listája',
|
'list_all_attachments' => 'Mellékletek listája',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Költségek',
|
'title_expenses' => 'Költségek',
|
||||||
'title_withdrawal' => 'Költségek',
|
'title_withdrawal' => 'Költségek',
|
||||||
'title_revenue' => 'Jövedelem / bevétel',
|
'title_revenue' => 'Jövedelem / bevétel',
|
||||||
'title_deposit' => 'Jövedelem / bevétel',
|
'title_deposit' => 'Jövedelem / bevétel',
|
||||||
'title_transfer' => 'Átvezetések',
|
'title_transfer' => 'Átvezetések',
|
||||||
'title_transfers' => 'Átvezetések',
|
'title_transfers' => 'Átvezetések',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Ez a tranzakció már egy költség',
|
'convert_is_already_type_Withdrawal' => 'Ez a tranzakció már egy költség',
|
||||||
|
96
resources/lang/id_ID/email.php
Normal file
96
resources/lang/id_ID/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Semua jumlah berlaku untuk rentang yang dipilih',
|
'sums_apply_to_range' => 'Semua jumlah berlaku untuk rentang yang dipilih',
|
||||||
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||||
'clear_location' => 'Lokasi yang jelas',
|
'clear_location' => 'Lokasi yang jelas',
|
||||||
'delete_all_selected_tags' => 'Delete all selected tags',
|
'delete_all_selected_tags' => 'Delete all selected tags',
|
||||||
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
||||||
'deleted_x_tags' => 'Deleted :count tag(s).',
|
'deleted_x_tags' => 'Deleted :count tag(s).',
|
||||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
'create_rule_from_transaction' => 'Create rule based on transaction',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(equal to language)',
|
||||||
'pref_home_screen_accounts' => 'Akun layar utama',
|
'pref_home_screen_accounts' => 'Akun layar utama',
|
||||||
'pref_home_screen_accounts_help' => 'Akun mana yang harus ditampilkan di beranda?',
|
'pref_home_screen_accounts_help' => 'Akun mana yang harus ditampilkan di beranda?',
|
||||||
'pref_view_range' => 'Rentang tampilan',
|
'pref_view_range' => 'Rentang tampilan',
|
||||||
'pref_view_range_help' => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?',
|
'pref_view_range_help' => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?',
|
||||||
'pref_1D' => 'Suatu hari',
|
'pref_1D' => 'Suatu hari',
|
||||||
'pref_1W' => 'Satu minggu',
|
'pref_1W' => 'Satu minggu',
|
||||||
'pref_1M' => 'Satu bulan',
|
'pref_1M' => 'Satu bulan',
|
||||||
'pref_3M' => 'Tiga bulan (seperempat)',
|
'pref_3M' => 'Tiga bulan (seperempat)',
|
||||||
'pref_6M' => 'Enam bulan',
|
'pref_6M' => 'Enam bulan',
|
||||||
'pref_1Y' => 'Satu tahun',
|
'pref_1Y' => 'Satu tahun',
|
||||||
'pref_languages' => 'Bahasa',
|
'pref_languages' => 'Bahasa',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Locale settings',
|
||||||
'pref_languages_help' => 'Firefly III mendukung beberapa bahasa. Mana yang kamu suka?',
|
'pref_languages_help' => 'Firefly III mendukung beberapa bahasa. Mana yang kamu suka?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Pengaturan tahun fiskal',
|
'pref_custom_fiscal_year' => 'Pengaturan tahun fiskal',
|
||||||
'pref_custom_fiscal_year_label' => 'Diaktifkan',
|
'pref_custom_fiscal_year_label' => 'Diaktifkan',
|
||||||
'pref_custom_fiscal_year_help' => 'Di negara-negara yang menggunakan tahun keuangan selain 1 Januari sampai 31 Desember, Anda dapat mengaktifkannya dan menentukan hari-hari awal / akhir dari tahun fiskal',
|
'pref_custom_fiscal_year_help' => 'Di negara-negara yang menggunakan tahun keuangan selain 1 Januari sampai 31 Desember, Anda dapat mengaktifkannya dan menentukan hari-hari awal / akhir dari tahun fiskal',
|
||||||
'pref_fiscal_year_start_label' => 'Tahun anggaran mulai tanggal',
|
'pref_fiscal_year_start_label' => 'Tahun anggaran mulai tanggal',
|
||||||
'pref_two_factor_auth' => 'Verifikasi 2 langkah',
|
'pref_two_factor_auth' => 'Verifikasi 2 langkah',
|
||||||
'pref_two_factor_auth_help' => 'Bila Anda mengaktifkan verifikasi 2 langkah (juga dikenal sebagai autentikasi dua faktor), Anda menambahkan lapisan keamanan ekstra ke akun Anda. Anda masuk dengan sesuatu yang Anda tahu (kata sandi Anda) dan sesuatu yang Anda miliki (kode verifikasi). Kode verifikasi dihasilkan oleh aplikasi di ponsel Anda, seperti Authy atau Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Bila Anda mengaktifkan verifikasi 2 langkah (juga dikenal sebagai autentikasi dua faktor), Anda menambahkan lapisan keamanan ekstra ke akun Anda. Anda masuk dengan sesuatu yang Anda tahu (kata sandi Anda) dan sesuatu yang Anda miliki (kode verifikasi). Kode verifikasi dihasilkan oleh aplikasi di ponsel Anda, seperti Authy atau Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Aktifkan verifikasi 2 langkah',
|
'pref_enable_two_factor_auth' => 'Aktifkan verifikasi 2 langkah',
|
||||||
'pref_two_factor_auth_disabled' => 'Kode verifikasi 2 langkah dihapus dan dinonaktifkan',
|
'pref_two_factor_auth_disabled' => 'Kode verifikasi 2 langkah dihapus dan dinonaktifkan',
|
||||||
'pref_two_factor_auth_remove_it' => 'Jangan lupa menghapus akun dari aplikasi autentikasi Anda!',
|
'pref_two_factor_auth_remove_it' => 'Jangan lupa menghapus akun dari aplikasi autentikasi Anda!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Sandi berubah!',
|
'password_changed' => 'Sandi berubah!',
|
||||||
'should_change' => 'Idenya adalah untuk mengubah password Anda.',
|
'should_change' => 'Idenya adalah untuk mengubah password Anda.',
|
||||||
'invalid_password' => 'Kata sandi salah!',
|
'invalid_password' => 'Kata sandi salah!',
|
||||||
'what_is_pw_security' => 'Apa itu "memverifikasi keamanan password"?',
|
'what_is_pw_security' => 'Apa itu "memverifikasi keamanan password"?',
|
||||||
'secure_pw_title' => 'Bagaimana memilih sebuah password yang aman',
|
'secure_pw_title' => 'Bagaimana memilih sebuah password yang aman',
|
||||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||||
'secure_pw_working_title' => 'How does it work?',
|
'secure_pw_working_title' => 'How does it work?',
|
||||||
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
||||||
'secure_pw_should' => 'Haruskah saya mencentang kotaknya?',
|
'secure_pw_should' => 'Haruskah saya mencentang kotaknya?',
|
||||||
'secure_pw_long_password' => 'Yes. Always verify your password is safe.',
|
'secure_pw_long_password' => 'Yes. Always verify your password is safe.',
|
||||||
'command_line_token' => 'Command line token',
|
'command_line_token' => 'Command line token',
|
||||||
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
||||||
'regenerate_command_line_token' => 'Regenerate command line token',
|
'regenerate_command_line_token' => 'Regenerate command line token',
|
||||||
'token_regenerated' => 'A new command line token was generated',
|
'token_regenerated' => 'A new command line token was generated',
|
||||||
'change_your_email' => 'Ubah alamat email anda',
|
'change_your_email' => 'Ubah alamat email anda',
|
||||||
'email_verification' => 'Pesan email akan dikirim ke alamat email lama DAN baru Anda. Untuk tujuan keamanan, Anda tidak dapat masuk sampai Anda memverifikasi alamat email baru Anda. Jika Anda tidak yakin apakah instalasi Firefly III Anda bisa mengirim email, tolong jangan gunakan fitur ini. Jika Anda seorang administrator, Anda dapat mengujinya di <a href="/admin">Administrasi</a>.',
|
'email_verification' => 'Pesan email akan dikirim ke alamat email lama DAN baru Anda. Untuk tujuan keamanan, Anda tidak dapat masuk sampai Anda memverifikasi alamat email baru Anda. Jika Anda tidak yakin apakah instalasi Firefly III Anda bisa mengirim email, tolong jangan gunakan fitur ini. Jika Anda seorang administrator, Anda dapat mengujinya di <a href="/admin">Administrasi</a>.',
|
||||||
'email_changed_logout' => 'Sampai Anda memverifikasi alamat email Anda, Anda tidak dapat login.',
|
'email_changed_logout' => 'Sampai Anda memverifikasi alamat email Anda, Anda tidak dapat login.',
|
||||||
'login_with_new_email' => 'Anda sekarang bisa masuk dengan alamat email baru Anda.',
|
'login_with_new_email' => 'Anda sekarang bisa masuk dengan alamat email baru Anda.',
|
||||||
'login_with_old_email' => 'Anda sekarang dapat login dengan alamat email lama Anda lagi.',
|
'login_with_old_email' => 'Anda sekarang dapat login dengan alamat email lama Anda lagi.',
|
||||||
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
|
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
|
||||||
'delete_local_info_only' => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import and export',
|
'import_and_export_menu' => 'Import and export',
|
||||||
'export_data_title' => 'Export data from Firefly III',
|
'export_data_title' => 'Export data from Firefly III',
|
||||||
'export_data_menu' => 'Export data',
|
'export_data_menu' => 'Export data',
|
||||||
'export_data_bc' => 'Export data from Firefly III',
|
'export_data_bc' => 'Export data from Firefly III',
|
||||||
'export_data_main_title' => 'Export data from Firefly III',
|
'export_data_main_title' => 'Export data from Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Export all transactions',
|
'export_data_all_transactions' => 'Export all transactions',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Satu lampiran |:count lampiran',
|
'nr_of_attachments' => 'Satu lampiran |:count lampiran',
|
||||||
'attachments' => 'Lampiran',
|
'attachments' => 'Lampiran',
|
||||||
'edit_attachment' => 'Edit lampiran ":name"',
|
'edit_attachment' => 'Edit lampiran ":name"',
|
||||||
'update_attachment' => 'Perbarui lampiran',
|
'update_attachment' => 'Perbarui lampiran',
|
||||||
'delete_attachment' => 'Hapus lampiran ":name"',
|
'delete_attachment' => 'Hapus lampiran ":name"',
|
||||||
'attachment_deleted' => 'Lampiran yang dihapus ":name"',
|
'attachment_deleted' => 'Lampiran yang dihapus ":name"',
|
||||||
'liabilities_deleted' => 'Deleted liability ":name"',
|
'liabilities_deleted' => 'Deleted liability ":name"',
|
||||||
'attachment_updated' => 'Lampiran yang diperbarui ":name"',
|
'attachment_updated' => 'Lampiran yang diperbarui ":name"',
|
||||||
'upload_max_file_size' => 'Ukuran file maksimum: :size',
|
'upload_max_file_size' => 'Ukuran file maksimum: :size',
|
||||||
'list_all_attachments' => 'List of all attachments',
|
'list_all_attachments' => 'List of all attachments',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Beban',
|
'title_expenses' => 'Beban',
|
||||||
'title_withdrawal' => 'Beban',
|
'title_withdrawal' => 'Beban',
|
||||||
'title_revenue' => 'Pendapatan / penghasilan',
|
'title_revenue' => 'Pendapatan / penghasilan',
|
||||||
'title_deposit' => 'Pendapatan / penghasilan',
|
'title_deposit' => 'Pendapatan / penghasilan',
|
||||||
'title_transfer' => 'Transfer',
|
'title_transfer' => 'Transfer',
|
||||||
'title_transfers' => 'Transfer',
|
'title_transfers' => 'Transfer',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Transaksi ini sudah menjadi penarikan',
|
'convert_is_already_type_Withdrawal' => 'Transaksi ini sudah menjadi penarikan',
|
||||||
|
96
resources/lang/it_IT/email.php
Normal file
96
resources/lang/it_IT/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Tutte le somme si applicano all\'intervallo selezionato',
|
'sums_apply_to_range' => 'Tutte le somme si applicano all\'intervallo selezionato',
|
||||||
'mapbox_api_key' => 'Per utilizzare la mappa, ottieni una chiave API da <a href="https://www.mapbox.com/">Mapbox</a>. Apri il tuo file <code>.env</code> e inserisci questo codice dopo <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'Per utilizzare la mappa, ottieni una chiave API da <a href="https://www.mapbox.com/">Mapbox</a>. Apri il tuo file <code>.env</code> e inserisci questo codice dopo <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Clicca con il tasto destro o premi a lungo per impostare la posizione dell\'oggetto.',
|
'press_object_location' => 'Clicca con il tasto destro o premi a lungo per impostare la posizione dell\'oggetto.',
|
||||||
'clear_location' => 'Rimuovi dalla posizione',
|
'clear_location' => 'Rimuovi dalla posizione',
|
||||||
'delete_all_selected_tags' => 'Elimina tutte le etichette selezionate',
|
'delete_all_selected_tags' => 'Elimina tutte le etichette selezionate',
|
||||||
'select_tags_to_delete' => 'Non dimenticare di selezionare qualche etichetta.',
|
'select_tags_to_delete' => 'Non dimenticare di selezionare qualche etichetta.',
|
||||||
'deleted_x_tags' => ':count etichette eliminate.',
|
'deleted_x_tags' => ':count etichette eliminate.',
|
||||||
'create_rule_from_transaction' => 'Crea una regola basata sulla transazione',
|
'create_rule_from_transaction' => 'Crea una regola basata sulla transazione',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(uguale alla lingua)',
|
'equal_to_language' => '(uguale alla lingua)',
|
||||||
'pref_home_screen_accounts' => 'Conti nella pagina iniziale',
|
'pref_home_screen_accounts' => 'Conti nella pagina iniziale',
|
||||||
'pref_home_screen_accounts_help' => 'Quali conti vuoi che vengano visualizzati nella pagina iniziale?',
|
'pref_home_screen_accounts_help' => 'Quali conti vuoi che vengano visualizzati nella pagina iniziale?',
|
||||||
'pref_view_range' => 'Intervallo di visualizzazione',
|
'pref_view_range' => 'Intervallo di visualizzazione',
|
||||||
'pref_view_range_help' => 'Alcuni grafici vengono raggruppati automaticamente in periodi. Anche i tuoi budget saranno raggruppati in periodi. Quale periodo preferisci?',
|
'pref_view_range_help' => 'Alcuni grafici vengono raggruppati automaticamente in periodi. Anche i tuoi budget saranno raggruppati in periodi. Quale periodo preferisci?',
|
||||||
'pref_1D' => 'Un giorno',
|
'pref_1D' => 'Un giorno',
|
||||||
'pref_1W' => 'Una settimana',
|
'pref_1W' => 'Una settimana',
|
||||||
'pref_1M' => 'Un mese',
|
'pref_1M' => 'Un mese',
|
||||||
'pref_3M' => 'Tre mesi (trimestre)',
|
'pref_3M' => 'Tre mesi (trimestre)',
|
||||||
'pref_6M' => 'Sei mesi',
|
'pref_6M' => 'Sei mesi',
|
||||||
'pref_1Y' => 'Un anno',
|
'pref_1Y' => 'Un anno',
|
||||||
'pref_languages' => 'Lingue',
|
'pref_languages' => 'Lingue',
|
||||||
'pref_locale' => 'Impostazioni regionali',
|
'pref_locale' => 'Impostazioni regionali',
|
||||||
'pref_languages_help' => 'Firefly III supporta diverse lingue. Quale di queste preferisci?',
|
'pref_languages_help' => 'Firefly III supporta diverse lingue. Quale di queste preferisci?',
|
||||||
'pref_locale_help' => 'Firefly III ti permette di impostare altre impostazioni regionali, come la formattazione delle valute, dei numeri e delle date. Le voci in questa lista potrebbero non essere supportate dal tuo sistema. Firefly III non ha le corrette impostazioni di data per ogni regione; contattami per ulteriori miglioramenti.',
|
'pref_locale_help' => 'Firefly III ti permette di impostare altre impostazioni regionali, come la formattazione delle valute, dei numeri e delle date. Le voci in questa lista potrebbero non essere supportate dal tuo sistema. Firefly III non ha le corrette impostazioni di data per ogni regione; contattami per ulteriori miglioramenti.',
|
||||||
'pref_locale_no_windows' => 'Questa funzionalità potrebbe non funzionare su Windows.',
|
'pref_locale_no_windows' => 'Questa funzionalità potrebbe non funzionare su Windows.',
|
||||||
'pref_locale_no_docker' => 'L\'immagine Docker ha solo un piccolo insieme di localizzazioni installate.',
|
'pref_locale_no_docker' => 'L\'immagine Docker ha solo un piccolo insieme di localizzazioni installate.',
|
||||||
'pref_locale_no_demo' => 'Questa funzionalità non è disponibile per l\'utente demo.',
|
'pref_locale_no_demo' => 'Questa funzionalità non è disponibile per l\'utente demo.',
|
||||||
'pref_custom_fiscal_year' => 'Impostazioni anno fiscale',
|
'pref_custom_fiscal_year' => 'Impostazioni anno fiscale',
|
||||||
'pref_custom_fiscal_year_label' => 'Abilita',
|
'pref_custom_fiscal_year_label' => 'Abilita',
|
||||||
'pref_custom_fiscal_year_help' => 'Nei paesi che utilizzano un anno finanziario che non va dal 1 gennaio al 31 dicembre, è possibile attivare questa opzione e specificare i giorni di inizio / fine dell\'anno fiscale',
|
'pref_custom_fiscal_year_help' => 'Nei paesi che utilizzano un anno finanziario che non va dal 1 gennaio al 31 dicembre, è possibile attivare questa opzione e specificare i giorni di inizio / fine dell\'anno fiscale',
|
||||||
'pref_fiscal_year_start_label' => 'Data di inizio anno fiscale',
|
'pref_fiscal_year_start_label' => 'Data di inizio anno fiscale',
|
||||||
'pref_two_factor_auth' => 'Verifica in due passaggi',
|
'pref_two_factor_auth' => 'Verifica in due passaggi',
|
||||||
'pref_two_factor_auth_help' => 'Quando abiliti la verifica a due passaggi (nota anche come autenticazione a due fattori), aggiungi un ulteriore livello di sicurezza al tuo account. Accedi con qualcosa che conosci (la tua password) e qualcosa che hai (un codice di verifica). I codici di verifica sono generati da un\'applicazione sul telefono, come Authy o Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Quando abiliti la verifica a due passaggi (nota anche come autenticazione a due fattori), aggiungi un ulteriore livello di sicurezza al tuo account. Accedi con qualcosa che conosci (la tua password) e qualcosa che hai (un codice di verifica). I codici di verifica sono generati da un\'applicazione sul telefono, come Authy o Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Abilita la verifica in due passaggi',
|
'pref_enable_two_factor_auth' => 'Abilita la verifica in due passaggi',
|
||||||
'pref_two_factor_auth_disabled' => 'Codice di verifica in due passaggi rimosso e disabilitato',
|
'pref_two_factor_auth_disabled' => 'Codice di verifica in due passaggi rimosso e disabilitato',
|
||||||
'pref_two_factor_auth_remove_it' => 'Non dimenticare di rimuovere l\'account dalla tua app di autenticazione!',
|
'pref_two_factor_auth_remove_it' => 'Non dimenticare di rimuovere l\'account dalla tua app di autenticazione!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Password cambiata!',
|
'password_changed' => 'Password cambiata!',
|
||||||
'should_change' => 'L\'idea è di cambiare la tua password.',
|
'should_change' => 'L\'idea è di cambiare la tua password.',
|
||||||
'invalid_password' => 'Password non valida!',
|
'invalid_password' => 'Password non valida!',
|
||||||
'what_is_pw_security' => 'Che cos\'è "verifica la sicurezza della password"?',
|
'what_is_pw_security' => 'Che cos\'è "verifica la sicurezza della password"?',
|
||||||
'secure_pw_title' => 'Come scegliere una password sicura',
|
'secure_pw_title' => 'Come scegliere una password sicura',
|
||||||
'secure_pw_history' => 'Non passa una settimana senza leggere una notizia di un sito che perde le password dei suoi utenti. Gli hacker e i ladri usano queste password per cercare di rubare le tue informazioni personali. Queste informazioni sono preziose.',
|
'secure_pw_history' => 'Non passa una settimana senza leggere una notizia di un sito che perde le password dei suoi utenti. Gli hacker e i ladri usano queste password per cercare di rubare le tue informazioni personali. Queste informazioni sono preziose.',
|
||||||
'secure_pw_ff' => 'Utilizzi la stessa password ovunque in Internet? Se un sito perde la tua password, gli hacker hanno accesso a tutti i tuoi dati. Firefly III si affida a te nello scegliere una password robusta e unica per proteggere le tue informazioni finanziarie.',
|
'secure_pw_ff' => 'Utilizzi la stessa password ovunque in Internet? Se un sito perde la tua password, gli hacker hanno accesso a tutti i tuoi dati. Firefly III si affida a te nello scegliere una password robusta e unica per proteggere le tue informazioni finanziarie.',
|
||||||
'secure_pw_check_box' => 'Per aiutarti a fare ciò, Firefly III può controllare se la password che vuoi utilizzare è stata rubata in passato. In un caso del genere, Firefly III ti consiglia di NON utilizzare quella password.',
|
'secure_pw_check_box' => 'Per aiutarti a fare ciò, Firefly III può controllare se la password che vuoi utilizzare è stata rubata in passato. In un caso del genere, Firefly III ti consiglia di NON utilizzare quella password.',
|
||||||
'secure_pw_working_title' => 'Come funziona?',
|
'secure_pw_working_title' => 'Come funziona?',
|
||||||
'secure_pw_working' => 'Selezionando la casella, Firefly III invierà i primi cinque caratteri dell\'hash SHA1 della tua password al<a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">sito web di Troy Hunt</a> per vedere se è presente nell\'elenco. Questo ti impedirà di usare password non sicure come raccomandato nell\'ultima <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">pubblicazione speciale NIST</a> su questo argomento.',
|
'secure_pw_working' => 'Selezionando la casella, Firefly III invierà i primi cinque caratteri dell\'hash SHA1 della tua password al<a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">sito web di Troy Hunt</a> per vedere se è presente nell\'elenco. Questo ti impedirà di usare password non sicure come raccomandato nell\'ultima <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">pubblicazione speciale NIST</a> su questo argomento.',
|
||||||
'secure_pw_should' => 'Devo controllare la scatola?',
|
'secure_pw_should' => 'Devo controllare la scatola?',
|
||||||
'secure_pw_long_password' => 'Sì. Verifica sempre che la tua password sia sicura.',
|
'secure_pw_long_password' => 'Sì. Verifica sempre che la tua password sia sicura.',
|
||||||
'command_line_token' => 'Token della riga di comando',
|
'command_line_token' => 'Token della riga di comando',
|
||||||
'explain_command_line_token' => 'È necessario questo token per eseguire le opzioni dalla riga di comando, come l\'importazione o l\'esportazione di dati. Senza di esso tali comandi sensibili non funzioneranno. Non condividere il token della riga di comando. Nessuno ti chiederà questo token, nemmeno io. Se temi di averlo perso, o se sei paranoico, rigenera questo token usando il pulsante.',
|
'explain_command_line_token' => 'È necessario questo token per eseguire le opzioni dalla riga di comando, come l\'importazione o l\'esportazione di dati. Senza di esso tali comandi sensibili non funzioneranno. Non condividere il token della riga di comando. Nessuno ti chiederà questo token, nemmeno io. Se temi di averlo perso, o se sei paranoico, rigenera questo token usando il pulsante.',
|
||||||
'regenerate_command_line_token' => 'Rigenera il token della riga di comando',
|
'regenerate_command_line_token' => 'Rigenera il token della riga di comando',
|
||||||
'token_regenerated' => 'È stato generato un nuovo token della riga di comando',
|
'token_regenerated' => 'È stato generato un nuovo token della riga di comando',
|
||||||
'change_your_email' => 'Cambia il tuo indirizzo email',
|
'change_your_email' => 'Cambia il tuo indirizzo email',
|
||||||
'email_verification' => 'Un messaggio di posta elettronica verrà inviato al vecchio E al nuovo indirizzo email. Per motivi di sicurezza, non potrai accedere fino a quando non avrai verificato il tuo nuovo indirizzo email. Se non si è sicuri che l\'installazione di Firefly III sia in grado di inviare e-mail, si prega di non utilizzare questa funzione. Se sei un amministratore, puoi verificarlo in <a href="/admin">Amministrazione</a>.',
|
'email_verification' => 'Un messaggio di posta elettronica verrà inviato al vecchio E al nuovo indirizzo email. Per motivi di sicurezza, non potrai accedere fino a quando non avrai verificato il tuo nuovo indirizzo email. Se non si è sicuri che l\'installazione di Firefly III sia in grado di inviare e-mail, si prega di non utilizzare questa funzione. Se sei un amministratore, puoi verificarlo in <a href="/admin">Amministrazione</a>.',
|
||||||
'email_changed_logout' => 'Fino a quando non verifichi il tuo indirizzo email, non puoi effettuare il login.',
|
'email_changed_logout' => 'Fino a quando non verifichi il tuo indirizzo email, non puoi effettuare il login.',
|
||||||
'login_with_new_email' => 'Ora puoi accedere con il tuo nuovo indirizzo email.',
|
'login_with_new_email' => 'Ora puoi accedere con il tuo nuovo indirizzo email.',
|
||||||
'login_with_old_email' => 'Ora puoi accedere nuovamente con il tuo vecchio indirizzo email.',
|
'login_with_old_email' => 'Ora puoi accedere nuovamente con il tuo vecchio indirizzo email.',
|
||||||
'login_provider_local_only' => 'Questa azione non è disponibile quando ci si è autenticati con ":login_provider".',
|
'login_provider_local_only' => 'Questa azione non è disponibile quando ci si è autenticati con ":login_provider".',
|
||||||
'delete_local_info_only' => 'Poiché ti sei autenticato tramite ":login_provider", questo eliminerà solamente le informazioni locali di Firefly III.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Importa e esporta',
|
'import_and_export_menu' => 'Importa e esporta',
|
||||||
'export_data_title' => 'Esporta dati da Firefly III',
|
'export_data_title' => 'Esporta dati da Firefly III',
|
||||||
'export_data_menu' => 'Esporta dati',
|
'export_data_menu' => 'Esporta dati',
|
||||||
'export_data_bc' => 'Esporta dati da Firefly III',
|
'export_data_bc' => 'Esporta dati da Firefly III',
|
||||||
'export_data_main_title' => 'Esporta dati da Firefly III',
|
'export_data_main_title' => 'Esporta dati da Firefly III',
|
||||||
'export_data_expl' => 'Questo link ti consente di esportare tutte le transazioni e i meta dati da Firefly III. Fai riferimento alla guida (icona (?) in alto a destra) per ulteriori informazioni sul processo.',
|
'export_data_expl' => 'Questo link ti consente di esportare tutte le transazioni e i meta dati da Firefly III. Fai riferimento alla guida (icona (?) in alto a destra) per ulteriori informazioni sul processo.',
|
||||||
'export_data_all_transactions' => 'Esporta tutte le transazioni',
|
'export_data_all_transactions' => 'Esporta tutte le transazioni',
|
||||||
'export_data_advanced_expl' => 'Se hai bisogno di un tipo più avanzato o specifico di esportazione, leggi la guida su come usare il comando da terminale <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Se hai bisogno di un tipo più avanzato o specifico di esportazione, leggi la guida su come usare il comando da terminale <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Un allegato|:count allegati',
|
'nr_of_attachments' => 'Un allegato|:count allegati',
|
||||||
'attachments' => 'Allegati',
|
'attachments' => 'Allegati',
|
||||||
'edit_attachment' => 'Modifica allegato ":name"',
|
'edit_attachment' => 'Modifica allegato ":name"',
|
||||||
'update_attachment' => 'Aggiorna allegati',
|
'update_attachment' => 'Aggiorna allegati',
|
||||||
'delete_attachment' => 'Elimina allegato ":name"',
|
'delete_attachment' => 'Elimina allegato ":name"',
|
||||||
'attachment_deleted' => 'Allegato eliminato ":name"',
|
'attachment_deleted' => 'Allegato eliminato ":name"',
|
||||||
'liabilities_deleted' => 'Passività ":name" eliminata',
|
'liabilities_deleted' => 'Passività ":name" eliminata',
|
||||||
'attachment_updated' => 'Allegato ":name" aggiornato',
|
'attachment_updated' => 'Allegato ":name" aggiornato',
|
||||||
'upload_max_file_size' => 'Dimensione massima del file: :size',
|
'upload_max_file_size' => 'Dimensione massima del file: :size',
|
||||||
'list_all_attachments' => 'Lista di tutti gli allegati',
|
'list_all_attachments' => 'Lista di tutti gli allegati',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Spese',
|
'title_expenses' => 'Spese',
|
||||||
'title_withdrawal' => 'Spese',
|
'title_withdrawal' => 'Spese',
|
||||||
'title_revenue' => 'Entrate',
|
'title_revenue' => 'Entrate',
|
||||||
'title_deposit' => 'Redditi / entrate',
|
'title_deposit' => 'Redditi / entrate',
|
||||||
'title_transfer' => 'Trasferimenti',
|
'title_transfer' => 'Trasferimenti',
|
||||||
'title_transfers' => 'Trasferimenti',
|
'title_transfers' => 'Trasferimenti',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Questa transazione è già un\'uscita',
|
'convert_is_already_type_Withdrawal' => 'Questa transazione è già un\'uscita',
|
||||||
|
96
resources/lang/nb_NO/email.php
Normal file
96
resources/lang/nb_NO/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Alle beløp gjelder for det valgte området',
|
'sums_apply_to_range' => 'Alle beløp gjelder for det valgte området',
|
||||||
'mapbox_api_key' => 'For å bruke kart, få en API-nøkkel fra <a href="https://www.mapbox.com/">Mapbox</a>. Åpne <code>.env</code> filen og angi denne koden etter <code>MAPBOX_API_KEY =</code>.',
|
'mapbox_api_key' => 'For å bruke kart, få en API-nøkkel fra <a href="https://www.mapbox.com/">Mapbox</a>. Åpne <code>.env</code> filen og angi denne koden etter <code>MAPBOX_API_KEY =</code>.',
|
||||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||||
'clear_location' => 'Tøm lokasjon',
|
'clear_location' => 'Tøm lokasjon',
|
||||||
'delete_all_selected_tags' => 'Delete all selected tags',
|
'delete_all_selected_tags' => 'Delete all selected tags',
|
||||||
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
||||||
'deleted_x_tags' => 'Deleted :count tag(s).',
|
'deleted_x_tags' => 'Deleted :count tag(s).',
|
||||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
'create_rule_from_transaction' => 'Create rule based on transaction',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(equal to language)',
|
||||||
'pref_home_screen_accounts' => 'Startskjermkontoer',
|
'pref_home_screen_accounts' => 'Startskjermkontoer',
|
||||||
'pref_home_screen_accounts_help' => 'Hvilke kontoer skal vises på startsiden?',
|
'pref_home_screen_accounts_help' => 'Hvilke kontoer skal vises på startsiden?',
|
||||||
'pref_view_range' => 'Visningsgrense',
|
'pref_view_range' => 'Visningsgrense',
|
||||||
'pref_view_range_help' => 'Noen diagrammer er automatisk gruppert i perioder. Budsjettene grupperes også i perioder. Hvilken periode foretrekker du?',
|
'pref_view_range_help' => 'Noen diagrammer er automatisk gruppert i perioder. Budsjettene grupperes også i perioder. Hvilken periode foretrekker du?',
|
||||||
'pref_1D' => 'Én dag',
|
'pref_1D' => 'Én dag',
|
||||||
'pref_1W' => 'Én uke',
|
'pref_1W' => 'Én uke',
|
||||||
'pref_1M' => 'En måned',
|
'pref_1M' => 'En måned',
|
||||||
'pref_3M' => 'Tre måneder (kvartal)',
|
'pref_3M' => 'Tre måneder (kvartal)',
|
||||||
'pref_6M' => 'Seks måneder',
|
'pref_6M' => 'Seks måneder',
|
||||||
'pref_1Y' => 'Ett år',
|
'pref_1Y' => 'Ett år',
|
||||||
'pref_languages' => 'Språk',
|
'pref_languages' => 'Språk',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Locale settings',
|
||||||
'pref_languages_help' => 'Firefly III støtter flere språk. Hvilket foretrekker du?',
|
'pref_languages_help' => 'Firefly III støtter flere språk. Hvilket foretrekker du?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Innstillinger for regnskapsår',
|
'pref_custom_fiscal_year' => 'Innstillinger for regnskapsår',
|
||||||
'pref_custom_fiscal_year_label' => 'Aktivert',
|
'pref_custom_fiscal_year_label' => 'Aktivert',
|
||||||
'pref_custom_fiscal_year_help' => 'I land som bruker et annet regnskapsår enn 1. januar til 31. desember, kan du slå på dette og angi start- og sluttdager for regnskapsåret',
|
'pref_custom_fiscal_year_help' => 'I land som bruker et annet regnskapsår enn 1. januar til 31. desember, kan du slå på dette og angi start- og sluttdager for regnskapsåret',
|
||||||
'pref_fiscal_year_start_label' => 'Regnskapsårets startdato',
|
'pref_fiscal_year_start_label' => 'Regnskapsårets startdato',
|
||||||
'pref_two_factor_auth' => '2-trinnsverifisering',
|
'pref_two_factor_auth' => '2-trinnsverifisering',
|
||||||
'pref_two_factor_auth_help' => 'Når du aktiverer 2-trinnsverifisering (også kjent som tofaktorautentisering), legger du til et ekstra sikkerhetslag på kontoen din. Du logger deg på med noe du vet (ditt passord) og noe du har (en bekreftelseskode). Bekreftelseskoder genereres av et program på telefonen, for eksempel Authy eller Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Når du aktiverer 2-trinnsverifisering (også kjent som tofaktorautentisering), legger du til et ekstra sikkerhetslag på kontoen din. Du logger deg på med noe du vet (ditt passord) og noe du har (en bekreftelseskode). Bekreftelseskoder genereres av et program på telefonen, for eksempel Authy eller Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Skru på 2-trinnsverifisering',
|
'pref_enable_two_factor_auth' => 'Skru på 2-trinnsverifisering',
|
||||||
'pref_two_factor_auth_disabled' => '2-trinnsverifisering er fjernet og deaktivert',
|
'pref_two_factor_auth_disabled' => '2-trinnsverifisering er fjernet og deaktivert',
|
||||||
'pref_two_factor_auth_remove_it' => 'Ikke glem å fjerne kontoen fra godkjenningsappen din!',
|
'pref_two_factor_auth_remove_it' => 'Ikke glem å fjerne kontoen fra godkjenningsappen din!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Passord endret!',
|
'password_changed' => 'Passord endret!',
|
||||||
'should_change' => 'Tanken er å endre passordet ditt.',
|
'should_change' => 'Tanken er å endre passordet ditt.',
|
||||||
'invalid_password' => 'Ugyldig passord!',
|
'invalid_password' => 'Ugyldig passord!',
|
||||||
'what_is_pw_security' => 'Hva er "sjekk passordsikkerhet"?',
|
'what_is_pw_security' => 'Hva er "sjekk passordsikkerhet"?',
|
||||||
'secure_pw_title' => 'Hvordan velge et sikkert passord',
|
'secure_pw_title' => 'Hvordan velge et sikkert passord',
|
||||||
'secure_pw_history' => 'Ikke en uke går uten at du leser i nyhetene om et nettsted som har mistet passord for brukerne sine. Hackere og tyver bruker disse passordene for å prøve å stjele din private informasjon. Denne informasjonen er verdifull.',
|
'secure_pw_history' => 'Ikke en uke går uten at du leser i nyhetene om et nettsted som har mistet passord for brukerne sine. Hackere og tyver bruker disse passordene for å prøve å stjele din private informasjon. Denne informasjonen er verdifull.',
|
||||||
'secure_pw_ff' => 'Bruker du det samme passordet over alt på Internett? Hvis bare ett nettsted mister passordet, har hackere tilgang til alle dataene dine. Firefly III er avhengig av at du velger et sterkt og unikt passord for å beskytte dine finansielle data.',
|
'secure_pw_ff' => 'Bruker du det samme passordet over alt på Internett? Hvis bare ett nettsted mister passordet, har hackere tilgang til alle dataene dine. Firefly III er avhengig av at du velger et sterkt og unikt passord for å beskytte dine finansielle data.',
|
||||||
'secure_pw_check_box' => 'For å hjelpe deg kan Firefly III sjekke om passordet du vil bruke har blitt stjålet tidligere. Hvis dette er tilfelle, råder Firefly III deg til ikke å bruke dette passordet.',
|
'secure_pw_check_box' => 'For å hjelpe deg kan Firefly III sjekke om passordet du vil bruke har blitt stjålet tidligere. Hvis dette er tilfelle, råder Firefly III deg til ikke å bruke dette passordet.',
|
||||||
'secure_pw_working_title' => 'Hvordan virker det?',
|
'secure_pw_working_title' => 'Hvordan virker det?',
|
||||||
'secure_pw_working' => 'Ved å huke av denne boksen vil Firefly III sende de fem første tegnene til SHA1-hashen av passordet ditt til <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">nettsiden til Troy Hunt</a> for å se om det er på listen hans. Dette vil stoppe deg fra å bruke usikre passord som anbefalt i den siste <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">spesialpublikasjonen fra NIST</a> om dette emnet.',
|
'secure_pw_working' => 'Ved å huke av denne boksen vil Firefly III sende de fem første tegnene til SHA1-hashen av passordet ditt til <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">nettsiden til Troy Hunt</a> for å se om det er på listen hans. Dette vil stoppe deg fra å bruke usikre passord som anbefalt i den siste <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">spesialpublikasjonen fra NIST</a> om dette emnet.',
|
||||||
'secure_pw_should' => 'Bør jeg huke av boksen?',
|
'secure_pw_should' => 'Bør jeg huke av boksen?',
|
||||||
'secure_pw_long_password' => 'Ja. Alltid bekreft at passordet ditt er trygt.',
|
'secure_pw_long_password' => 'Ja. Alltid bekreft at passordet ditt er trygt.',
|
||||||
'command_line_token' => 'Kommandolinjenøkkel',
|
'command_line_token' => 'Kommandolinjenøkkel',
|
||||||
'explain_command_line_token' => 'Du trenger dette "token" for å utføre kommander på kommandolinje som f. eks. importere eller eksportere. Uten dette tegnet fungerer ikke kommandoene. Ikke del din kommandolinjen token. Ingen vil spørre deg om dette spesialtegnet, ikke engang meg. Hvis du frykter at du har mistet dette, eller ved paranoia, trykk på knappen for å generere et nytt "token".',
|
'explain_command_line_token' => 'Du trenger dette "token" for å utføre kommander på kommandolinje som f. eks. importere eller eksportere. Uten dette tegnet fungerer ikke kommandoene. Ikke del din kommandolinjen token. Ingen vil spørre deg om dette spesialtegnet, ikke engang meg. Hvis du frykter at du har mistet dette, eller ved paranoia, trykk på knappen for å generere et nytt "token".',
|
||||||
'regenerate_command_line_token' => 'Regenerer kommandolinjenøkkel',
|
'regenerate_command_line_token' => 'Regenerer kommandolinjenøkkel',
|
||||||
'token_regenerated' => 'En ny kommandolinjenøkkel ble generert',
|
'token_regenerated' => 'En ny kommandolinjenøkkel ble generert',
|
||||||
'change_your_email' => 'Endre din epostadresse',
|
'change_your_email' => 'Endre din epostadresse',
|
||||||
'email_verification' => 'En e-postmelding sendes til din gamle og nye e-postadresse. Av sikkerhetsgrunner, vil du ikke kunne logge inn før du bekrefter din nye epostadresse. Hvis du er usikker på om Firefly III installasjonen er i stand til å sende e-post, ikke bruk denne funksjonen. Hvis du er administrator, kan du teste dette i <a href="/admin">Administrasjon</a>.',
|
'email_verification' => 'En e-postmelding sendes til din gamle og nye e-postadresse. Av sikkerhetsgrunner, vil du ikke kunne logge inn før du bekrefter din nye epostadresse. Hvis du er usikker på om Firefly III installasjonen er i stand til å sende e-post, ikke bruk denne funksjonen. Hvis du er administrator, kan du teste dette i <a href="/admin">Administrasjon</a>.',
|
||||||
'email_changed_logout' => 'Inntil du bekrefter e-postadressen din, kan du ikke logge inn.',
|
'email_changed_logout' => 'Inntil du bekrefter e-postadressen din, kan du ikke logge inn.',
|
||||||
'login_with_new_email' => 'Du kan nå logge inn med din nye e-postadresse.',
|
'login_with_new_email' => 'Du kan nå logge inn med din nye e-postadresse.',
|
||||||
'login_with_old_email' => 'Du kan nå logge inn med din gamle e-postadresse igjen.',
|
'login_with_old_email' => 'Du kan nå logge inn med din gamle e-postadresse igjen.',
|
||||||
'login_provider_local_only' => 'Denne handlingen er ikke tilgjengelig ved godkjenning gjennom ":login_provider".',
|
'login_provider_local_only' => 'Denne handlingen er ikke tilgjengelig ved godkjenning gjennom ":login_provider".',
|
||||||
'delete_local_info_only' => 'Fordi du godkjenner gjennom ":login_provider", vil dette bare slette lokal informasjon i Firefly III.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import and export',
|
'import_and_export_menu' => 'Import and export',
|
||||||
'export_data_title' => 'Export data from Firefly III',
|
'export_data_title' => 'Export data from Firefly III',
|
||||||
'export_data_menu' => 'Export data',
|
'export_data_menu' => 'Export data',
|
||||||
'export_data_bc' => 'Export data from Firefly III',
|
'export_data_bc' => 'Export data from Firefly III',
|
||||||
'export_data_main_title' => 'Export data from Firefly III',
|
'export_data_main_title' => 'Export data from Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Export all transactions',
|
'export_data_all_transactions' => 'Export all transactions',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Ett vedlegg|:count vedlegg',
|
'nr_of_attachments' => 'Ett vedlegg|:count vedlegg',
|
||||||
'attachments' => 'Vedlegg',
|
'attachments' => 'Vedlegg',
|
||||||
'edit_attachment' => 'Rediger vedlegg ":name"',
|
'edit_attachment' => 'Rediger vedlegg ":name"',
|
||||||
'update_attachment' => 'Oppdater vedlegget',
|
'update_attachment' => 'Oppdater vedlegget',
|
||||||
'delete_attachment' => 'Slett vedlegg ":name"',
|
'delete_attachment' => 'Slett vedlegg ":name"',
|
||||||
'attachment_deleted' => 'Slettet vedlegg ":name"',
|
'attachment_deleted' => 'Slettet vedlegg ":name"',
|
||||||
'liabilities_deleted' => 'Deleted liability ":name"',
|
'liabilities_deleted' => 'Deleted liability ":name"',
|
||||||
'attachment_updated' => 'Oppdatert vedlegg ":name"',
|
'attachment_updated' => 'Oppdatert vedlegg ":name"',
|
||||||
'upload_max_file_size' => 'Maks filstørrelse: :size',
|
'upload_max_file_size' => 'Maks filstørrelse: :size',
|
||||||
'list_all_attachments' => 'Liste over alle vedlegg',
|
'list_all_attachments' => 'Liste over alle vedlegg',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Utgifter',
|
'title_expenses' => 'Utgifter',
|
||||||
'title_withdrawal' => 'Utgifter',
|
'title_withdrawal' => 'Utgifter',
|
||||||
'title_revenue' => 'Inntekt',
|
'title_revenue' => 'Inntekt',
|
||||||
'title_deposit' => 'Inntekt',
|
'title_deposit' => 'Inntekt',
|
||||||
'title_transfer' => 'Overføringer',
|
'title_transfer' => 'Overføringer',
|
||||||
'title_transfers' => 'Overføringer',
|
'title_transfers' => 'Overføringer',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Denne transaksjonen er allerede et uttak',
|
'convert_is_already_type_Withdrawal' => 'Denne transaksjonen er allerede et uttak',
|
||||||
|
96
resources/lang/nl_NL/email.php
Normal file
96
resources/lang/nl_NL/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Alle sommen gelden voor het geselecteerde bereik',
|
'sums_apply_to_range' => 'Alle sommen gelden voor het geselecteerde bereik',
|
||||||
'mapbox_api_key' => 'Om de kaart te gebruiken regel je een API-key bij <a href="https://www.mapbox.com/">Mapbox</a>. Open je <code>.env</code>-bestand en zet deze achter <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'Om de kaart te gebruiken regel je een API-key bij <a href="https://www.mapbox.com/">Mapbox</a>. Open je <code>.env</code>-bestand en zet deze achter <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Klik met de rechtermuisknop of druk lang om de locatie van het object in te stellen.',
|
'press_object_location' => 'Klik met de rechtermuisknop of druk lang om de locatie van het object in te stellen.',
|
||||||
'clear_location' => 'Wis locatie',
|
'clear_location' => 'Wis locatie',
|
||||||
'delete_all_selected_tags' => 'Alle geselecteerde tags verwijderen',
|
'delete_all_selected_tags' => 'Alle geselecteerde tags verwijderen',
|
||||||
'select_tags_to_delete' => 'Vergeet niet om tags te selecteren.',
|
'select_tags_to_delete' => 'Vergeet niet om tags te selecteren.',
|
||||||
'deleted_x_tags' => ':count tag(s) verwijderd.',
|
'deleted_x_tags' => ':count tag(s) verwijderd.',
|
||||||
'create_rule_from_transaction' => 'Regel aanmaken op basis van een transactie',
|
'create_rule_from_transaction' => 'Regel aanmaken op basis van een transactie',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(zelfde als taal)',
|
'equal_to_language' => '(zelfde als taal)',
|
||||||
'pref_home_screen_accounts' => 'Voorpaginarekeningen',
|
'pref_home_screen_accounts' => 'Voorpaginarekeningen',
|
||||||
'pref_home_screen_accounts_help' => 'Welke betaalrekeningen wil je op de voorpagina zien?',
|
'pref_home_screen_accounts_help' => 'Welke betaalrekeningen wil je op de voorpagina zien?',
|
||||||
'pref_view_range' => 'Bereik',
|
'pref_view_range' => 'Bereik',
|
||||||
'pref_view_range_help' => 'Sommige grafieken worden automagisch gegroepeerd in periodes. Ook je budgetten zullen standaard in deze periode verdeeld worden. Welke periode mag het zijn?',
|
'pref_view_range_help' => 'Sommige grafieken worden automagisch gegroepeerd in periodes. Ook je budgetten zullen standaard in deze periode verdeeld worden. Welke periode mag het zijn?',
|
||||||
'pref_1D' => 'Eén dag',
|
'pref_1D' => 'Eén dag',
|
||||||
'pref_1W' => 'Eén week',
|
'pref_1W' => 'Eén week',
|
||||||
'pref_1M' => 'Eén maand',
|
'pref_1M' => 'Eén maand',
|
||||||
'pref_3M' => 'Drie maanden (kwartaal)',
|
'pref_3M' => 'Drie maanden (kwartaal)',
|
||||||
'pref_6M' => 'Zes maanden',
|
'pref_6M' => 'Zes maanden',
|
||||||
'pref_1Y' => 'Eén jaar',
|
'pref_1Y' => 'Eén jaar',
|
||||||
'pref_languages' => 'Talen',
|
'pref_languages' => 'Talen',
|
||||||
'pref_locale' => 'Lokale instellingen',
|
'pref_locale' => 'Lokale instellingen',
|
||||||
'pref_languages_help' => 'Firefly III ondersteunt meerdere talen. Welke heeft jouw voorkeur?',
|
'pref_languages_help' => 'Firefly III ondersteunt meerdere talen. Welke heeft jouw voorkeur?',
|
||||||
'pref_locale_help' => 'Firefly III kan andere lokale instellingen gebruiken, die bepalen hoe valuta, nummers en datums worden weergegeven. De lijst hieronder is compleet maar niet alles wordt ondersteund door jouw systeem. Het kan zijn dat Firefly III bepaalde lokale instellingen niet lekker weergeeft; neem dan contact met me op.',
|
'pref_locale_help' => 'Firefly III kan andere lokale instellingen gebruiken, die bepalen hoe valuta, nummers en datums worden weergegeven. De lijst hieronder is compleet maar niet alles wordt ondersteund door jouw systeem. Het kan zijn dat Firefly III bepaalde lokale instellingen niet lekker weergeeft; neem dan contact met me op.',
|
||||||
'pref_locale_no_windows' => 'Deze functie werkt mogelijk niet op Windows.',
|
'pref_locale_no_windows' => 'Deze functie werkt mogelijk niet op Windows.',
|
||||||
'pref_locale_no_docker' => 'Het Docker image heeft maar een paar geïnstalleerde locales.',
|
'pref_locale_no_docker' => 'Het Docker image heeft maar een paar geïnstalleerde locales.',
|
||||||
'pref_locale_no_demo' => 'Deze functie werkt niet voor de demo-gebruiker.',
|
'pref_locale_no_demo' => 'Deze functie werkt niet voor de demo-gebruiker.',
|
||||||
'pref_custom_fiscal_year' => 'Instellingen voor boekjaar',
|
'pref_custom_fiscal_year' => 'Instellingen voor boekjaar',
|
||||||
'pref_custom_fiscal_year_label' => 'Ingeschakeld',
|
'pref_custom_fiscal_year_label' => 'Ingeschakeld',
|
||||||
'pref_custom_fiscal_year_help' => 'Voor in landen die een boekjaar gebruiken anders dan 1 januari tot 31 december',
|
'pref_custom_fiscal_year_help' => 'Voor in landen die een boekjaar gebruiken anders dan 1 januari tot 31 december',
|
||||||
'pref_fiscal_year_start_label' => 'Start van boekjaar',
|
'pref_fiscal_year_start_label' => 'Start van boekjaar',
|
||||||
'pref_two_factor_auth' => 'Authenticatie in twee stappen',
|
'pref_two_factor_auth' => 'Authenticatie in twee stappen',
|
||||||
'pref_two_factor_auth_help' => 'Als je authenticatie in twee stappen (ook wel twee-factor authenticatie genoemd) inschakelt voeg je een extra beveiligingslaag toe aan je account. Je logt in met iets dat je weet (je wachtwoord) en iets dat je hebt (een verificatiecode). Verificatiecodes worden gegeneerd door apps op je telefoon, zoals Authy en Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Als je authenticatie in twee stappen (ook wel twee-factor authenticatie genoemd) inschakelt voeg je een extra beveiligingslaag toe aan je account. Je logt in met iets dat je weet (je wachtwoord) en iets dat je hebt (een verificatiecode). Verificatiecodes worden gegeneerd door apps op je telefoon, zoals Authy en Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Authenticatie in twee stappen inschakelen',
|
'pref_enable_two_factor_auth' => 'Authenticatie in twee stappen inschakelen',
|
||||||
'pref_two_factor_auth_disabled' => 'Je verificatiecode voor authenticatie in twee stappen is verwijderd, en uitgeschakeld',
|
'pref_two_factor_auth_disabled' => 'Je verificatiecode voor authenticatie in twee stappen is verwijderd, en uitgeschakeld',
|
||||||
'pref_two_factor_auth_remove_it' => 'Vergeet niet om je Firefly III account uit je authenticatie appje te verwijderen!',
|
'pref_two_factor_auth_remove_it' => 'Vergeet niet om je Firefly III account uit je authenticatie appje te verwijderen!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Je wachtwoord is veranderd!',
|
'password_changed' => 'Je wachtwoord is veranderd!',
|
||||||
'should_change' => 'Vul ook echt een ander wachtwoord in.',
|
'should_change' => 'Vul ook echt een ander wachtwoord in.',
|
||||||
'invalid_password' => 'Ongeldig wachtwoord!',
|
'invalid_password' => 'Ongeldig wachtwoord!',
|
||||||
'what_is_pw_security' => 'Wat is "Bevestig wachtwoordsterkte"?',
|
'what_is_pw_security' => 'Wat is "Bevestig wachtwoordsterkte"?',
|
||||||
'secure_pw_title' => 'Hoe kies je een veilig wachtwoord',
|
'secure_pw_title' => 'Hoe kies je een veilig wachtwoord',
|
||||||
'secure_pw_history' => 'Elke week lees je wel hoe sites de wachtwoorden van hun gebruikers verliezen. Hackers en dieven gebruiken deze wachtwoorden om te kijken of ze je persoonsgegevens kunnen buitmaken. Deze gegevens zijn geld waard.',
|
'secure_pw_history' => 'Elke week lees je wel hoe sites de wachtwoorden van hun gebruikers verliezen. Hackers en dieven gebruiken deze wachtwoorden om te kijken of ze je persoonsgegevens kunnen buitmaken. Deze gegevens zijn geld waard.',
|
||||||
'secure_pw_ff' => 'Gebruik je overal hetzelfde wachtwoord? Als één site je wachtwoord kwijt raakt hebben hackers toegang tot al je data. Firefly III rekent er op dat je een sterk en uniek wachtwoord kiest om je financiële gegevens te beschermen.',
|
'secure_pw_ff' => 'Gebruik je overal hetzelfde wachtwoord? Als één site je wachtwoord kwijt raakt hebben hackers toegang tot al je data. Firefly III rekent er op dat je een sterk en uniek wachtwoord kiest om je financiële gegevens te beschermen.',
|
||||||
'secure_pw_check_box' => 'Om je daarbij te helpen kan Firefly III checken of het wachtwoord dat je wilt gebruiken is gestolen in het verleden. Als dat zo is, raadt Firefly III je aan om dat wachtwoord NIET te gebruiken.',
|
'secure_pw_check_box' => 'Om je daarbij te helpen kan Firefly III checken of het wachtwoord dat je wilt gebruiken is gestolen in het verleden. Als dat zo is, raadt Firefly III je aan om dat wachtwoord NIET te gebruiken.',
|
||||||
'secure_pw_working_title' => 'Hoe werkt het?',
|
'secure_pw_working_title' => 'Hoe werkt het?',
|
||||||
'secure_pw_working' => 'Als je het vinkje aanvinkt stuurt Firefly III de eerste vijf karakters van de SHA1-hash van je wachtwoord naar <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">de website van Troy Hunt</a> om te zien of-ie op de lijst staat. Dit voorkomt dat je een onveilig wachtwoord gebruikt, zoals is voorgeschreven in <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">een speciale publicatie van het NIST</a> over dit onderwerp.',
|
'secure_pw_working' => 'Als je het vinkje aanvinkt stuurt Firefly III de eerste vijf karakters van de SHA1-hash van je wachtwoord naar <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">de website van Troy Hunt</a> om te zien of-ie op de lijst staat. Dit voorkomt dat je een onveilig wachtwoord gebruikt, zoals is voorgeschreven in <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">een speciale publicatie van het NIST</a> over dit onderwerp.',
|
||||||
'secure_pw_should' => 'Vinkje zetten of niet?',
|
'secure_pw_should' => 'Vinkje zetten of niet?',
|
||||||
'secure_pw_long_password' => 'Ja. Controleer altijd of je wachtwoord is veilig.',
|
'secure_pw_long_password' => 'Ja. Controleer altijd of je wachtwoord is veilig.',
|
||||||
'command_line_token' => 'Opdrachtprompt-token',
|
'command_line_token' => 'Opdrachtprompt-token',
|
||||||
'explain_command_line_token' => 'Je hebt dit token nodig als je commando\'s op de commandline draait, zoals het invoeren of uitvoeren van data. Zonder dit token werken zulke gevoelige opdrachten niet. Deel je opdrachtprompt-token niet. Niemand zal hier naar vragen, zelfs ik niet. Als je bang bent dat-ie op straat ligt, genereer dan een nieuw token.',
|
'explain_command_line_token' => 'Je hebt dit token nodig als je commando\'s op de commandline draait, zoals het invoeren of uitvoeren van data. Zonder dit token werken zulke gevoelige opdrachten niet. Deel je opdrachtprompt-token niet. Niemand zal hier naar vragen, zelfs ik niet. Als je bang bent dat-ie op straat ligt, genereer dan een nieuw token.',
|
||||||
'regenerate_command_line_token' => 'Nieuw opdrachtprompt-token genereren',
|
'regenerate_command_line_token' => 'Nieuw opdrachtprompt-token genereren',
|
||||||
'token_regenerated' => 'Er is een nieuw opdrachtprompt-token gegenereerd',
|
'token_regenerated' => 'Er is een nieuw opdrachtprompt-token gegenereerd',
|
||||||
'change_your_email' => 'Verander je emailadres',
|
'change_your_email' => 'Verander je emailadres',
|
||||||
'email_verification' => 'Het systeem verstuurt een mailtje naar je oude EN nieuwe emailadres. Uit veiligheidsoverwegingen ben je zometeen uitgelogd en kan je pas weer inloggen als je je emailadres hebt bevestigd. Doe dit niet als je niet zeker weet of je Firefly III installatie wel mail kan versturen. Als je een admin bent, test dit dan eerst in de <a href="/admin">administratie</a>.',
|
'email_verification' => 'Het systeem verstuurt een mailtje naar je oude EN nieuwe emailadres. Uit veiligheidsoverwegingen ben je zometeen uitgelogd en kan je pas weer inloggen als je je emailadres hebt bevestigd. Doe dit niet als je niet zeker weet of je Firefly III installatie wel mail kan versturen. Als je een admin bent, test dit dan eerst in de <a href="/admin">administratie</a>.',
|
||||||
'email_changed_logout' => 'Je kan niet inloggen tot je je emailadres bevestigd.',
|
'email_changed_logout' => 'Je kan niet inloggen tot je je emailadres bevestigd.',
|
||||||
'login_with_new_email' => 'Je kan nu inloggen met je nieuwe emailadres.',
|
'login_with_new_email' => 'Je kan nu inloggen met je nieuwe emailadres.',
|
||||||
'login_with_old_email' => 'Je kan nu weer inloggen met je oude emailadres.',
|
'login_with_old_email' => 'Je kan nu weer inloggen met je oude emailadres.',
|
||||||
'login_provider_local_only' => 'Je kan dit niet doen als je inlogt via ":login_provider".',
|
'login_provider_local_only' => 'Je kan dit niet doen als je inlogt via ":login_provider".',
|
||||||
'delete_local_info_only' => 'Omdat je inlogt via ":login_provider" verwijder je alleen lokale Firefly III informatie.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import en export',
|
'import_and_export_menu' => 'Import en export',
|
||||||
'export_data_title' => 'Gegevens exporteren uit Firefly III',
|
'export_data_title' => 'Gegevens exporteren uit Firefly III',
|
||||||
'export_data_menu' => 'Exporteren',
|
'export_data_menu' => 'Exporteren',
|
||||||
'export_data_bc' => 'Gegevens exporteren uit Firefly III',
|
'export_data_bc' => 'Gegevens exporteren uit Firefly III',
|
||||||
'export_data_main_title' => 'Gegevens exporteren uit Firefly III',
|
'export_data_main_title' => 'Gegevens exporteren uit Firefly III',
|
||||||
'export_data_expl' => 'Met deze link kan je alle transacties + metadata uit Firefly III exporteren. Raadpleeg de help ((?)-pictogram) voor meer informatie over het proces.',
|
'export_data_expl' => 'Met deze link kan je alle transacties + metadata uit Firefly III exporteren. Raadpleeg de help ((?)-pictogram) voor meer informatie over het proces.',
|
||||||
'export_data_all_transactions' => 'Exporteer alle transacties',
|
'export_data_all_transactions' => 'Exporteer alle transacties',
|
||||||
'export_data_advanced_expl' => 'Als je een meer geavanceerde opties nodig hebt of specifieke data wilt exporteren, lees dan de hulp over het gebruik van het console commando <code>php artisan help firefly-iii:export -data</code>.',
|
'export_data_advanced_expl' => 'Als je een meer geavanceerde opties nodig hebt of specifieke data wilt exporteren, lees dan de hulp over het gebruik van het console commando <code>php artisan help firefly-iii:export -data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Eén bijlage|:count bijlagen',
|
'nr_of_attachments' => 'Eén bijlage|:count bijlagen',
|
||||||
'attachments' => 'Bijlagen',
|
'attachments' => 'Bijlagen',
|
||||||
'edit_attachment' => 'Wijzig bijlage ":name"',
|
'edit_attachment' => 'Wijzig bijlage ":name"',
|
||||||
'update_attachment' => 'Update bijlage',
|
'update_attachment' => 'Update bijlage',
|
||||||
'delete_attachment' => 'Verwijder bijlage ":name"',
|
'delete_attachment' => 'Verwijder bijlage ":name"',
|
||||||
'attachment_deleted' => 'Bijlage ":name" verwijderd',
|
'attachment_deleted' => 'Bijlage ":name" verwijderd',
|
||||||
'liabilities_deleted' => 'Passiva ":name" verwijderd',
|
'liabilities_deleted' => 'Passiva ":name" verwijderd',
|
||||||
'attachment_updated' => 'Attachment ":name" geüpdatet',
|
'attachment_updated' => 'Attachment ":name" geüpdatet',
|
||||||
'upload_max_file_size' => 'Maximale grootte: :size',
|
'upload_max_file_size' => 'Maximale grootte: :size',
|
||||||
'list_all_attachments' => 'Lijst van alle bijlagen',
|
'list_all_attachments' => 'Lijst van alle bijlagen',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Uitgaven',
|
'title_expenses' => 'Uitgaven',
|
||||||
'title_withdrawal' => 'Uitgaven',
|
'title_withdrawal' => 'Uitgaven',
|
||||||
'title_revenue' => 'Inkomsten',
|
'title_revenue' => 'Inkomsten',
|
||||||
'title_deposit' => 'Inkomsten',
|
'title_deposit' => 'Inkomsten',
|
||||||
'title_transfer' => 'Overschrijvingen',
|
'title_transfer' => 'Overschrijvingen',
|
||||||
'title_transfers' => 'Overschrijvingen',
|
'title_transfers' => 'Overschrijvingen',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Deze transactie is al een uitgave',
|
'convert_is_already_type_Withdrawal' => 'Deze transactie is al een uitgave',
|
||||||
|
96
resources/lang/pl_PL/email.php
Normal file
96
resources/lang/pl_PL/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Wszystkie sumy mają zastosowanie do wybranego zakresu',
|
'sums_apply_to_range' => 'Wszystkie sumy mają zastosowanie do wybranego zakresu',
|
||||||
'mapbox_api_key' => 'Aby użyć mapy, pobierz klucz API z <a href="https://www.mapbox.com/">Mapbox</a>. Otwórz plik <code>.env</code> i wprowadź ten kod po <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'Aby użyć mapy, pobierz klucz API z <a href="https://www.mapbox.com/">Mapbox</a>. Otwórz plik <code>.env</code> i wprowadź ten kod po <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Kliknij prawym przyciskiem myszy lub naciśnij i przytrzymaj aby ustawić lokalizację obiektu.',
|
'press_object_location' => 'Kliknij prawym przyciskiem myszy lub naciśnij i przytrzymaj aby ustawić lokalizację obiektu.',
|
||||||
'clear_location' => 'Wyczyść lokalizację',
|
'clear_location' => 'Wyczyść lokalizację',
|
||||||
'delete_all_selected_tags' => 'Usuń wszystkie zaznaczone tagi',
|
'delete_all_selected_tags' => 'Usuń wszystkie zaznaczone tagi',
|
||||||
'select_tags_to_delete' => 'Nie zapomnij wybrać tagów.',
|
'select_tags_to_delete' => 'Nie zapomnij wybrać tagów.',
|
||||||
'deleted_x_tags' => 'Usunięto :count tag(ów).',
|
'deleted_x_tags' => 'Usunięto :count tag(ów).',
|
||||||
'create_rule_from_transaction' => 'Utwórz regułę na podstawie transakcji',
|
'create_rule_from_transaction' => 'Utwórz regułę na podstawie transakcji',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(równe językowi)',
|
'equal_to_language' => '(równe językowi)',
|
||||||
'pref_home_screen_accounts' => 'Konta na stronie domowej',
|
'pref_home_screen_accounts' => 'Konta na stronie domowej',
|
||||||
'pref_home_screen_accounts_help' => 'Które konta powinny być wyświetlane na stronie głównej?',
|
'pref_home_screen_accounts_help' => 'Które konta powinny być wyświetlane na stronie głównej?',
|
||||||
'pref_view_range' => 'Zakres widzenia',
|
'pref_view_range' => 'Zakres widzenia',
|
||||||
'pref_view_range_help' => 'Niektóre wykresy są automatycznie grupowane w okresy. Twoje budżety będą również pogrupowane w okresy. Jaki okres wolisz?',
|
'pref_view_range_help' => 'Niektóre wykresy są automatycznie grupowane w okresy. Twoje budżety będą również pogrupowane w okresy. Jaki okres wolisz?',
|
||||||
'pref_1D' => 'Dzień',
|
'pref_1D' => 'Dzień',
|
||||||
'pref_1W' => 'Tydzień',
|
'pref_1W' => 'Tydzień',
|
||||||
'pref_1M' => 'Miesiąc',
|
'pref_1M' => 'Miesiąc',
|
||||||
'pref_3M' => 'Trzy miesiące (kwartał)',
|
'pref_3M' => 'Trzy miesiące (kwartał)',
|
||||||
'pref_6M' => 'Sześć miesięcy',
|
'pref_6M' => 'Sześć miesięcy',
|
||||||
'pref_1Y' => 'Rok',
|
'pref_1Y' => 'Rok',
|
||||||
'pref_languages' => 'Języki',
|
'pref_languages' => 'Języki',
|
||||||
'pref_locale' => 'Ustawienia regionalne',
|
'pref_locale' => 'Ustawienia regionalne',
|
||||||
'pref_languages_help' => 'Firefly III obsługuje kilka języków. Który wolisz?',
|
'pref_languages_help' => 'Firefly III obsługuje kilka języków. Który wolisz?',
|
||||||
'pref_locale_help' => 'Firefly III pozwala na ustawienie innych ustawień lokalnych, takich jak formatowanie walut, liczb i dat. Wpisy na tej liście mogą nie być obsługiwane przez Twój system. Firefly III nie ma poprawnych ustawień daty dla każdego miejsca; skontaktuj się ze mną, abym mógł to ulepszyć.',
|
'pref_locale_help' => 'Firefly III pozwala na ustawienie innych ustawień lokalnych, takich jak formatowanie walut, liczb i dat. Wpisy na tej liście mogą nie być obsługiwane przez Twój system. Firefly III nie ma poprawnych ustawień daty dla każdego miejsca; skontaktuj się ze mną, abym mógł to ulepszyć.',
|
||||||
'pref_locale_no_windows' => 'Ta funkcja może nie działać w systemie Windows.',
|
'pref_locale_no_windows' => 'Ta funkcja może nie działać w systemie Windows.',
|
||||||
'pref_locale_no_docker' => 'Obraz Dockera ma zainstalowany tylko mały zestaw wersji lokalnych.',
|
'pref_locale_no_docker' => 'Obraz Dockera ma zainstalowany tylko mały zestaw wersji lokalnych.',
|
||||||
'pref_locale_no_demo' => 'Ta funkcja nie zadziała dla użytkownika demonstracyjnego.',
|
'pref_locale_no_demo' => 'Ta funkcja nie zadziała dla użytkownika demonstracyjnego.',
|
||||||
'pref_custom_fiscal_year' => 'Ustawienia roku podatkowego',
|
'pref_custom_fiscal_year' => 'Ustawienia roku podatkowego',
|
||||||
'pref_custom_fiscal_year_label' => 'Włączone',
|
'pref_custom_fiscal_year_label' => 'Włączone',
|
||||||
'pref_custom_fiscal_year_help' => 'W krajach, w których rok podatkowy nie zaczyna się 1 stycznia i nie kończy 31 grudnia, możesz włączyć tą opcję oraz podać początek / koniec roku podatkowego',
|
'pref_custom_fiscal_year_help' => 'W krajach, w których rok podatkowy nie zaczyna się 1 stycznia i nie kończy 31 grudnia, możesz włączyć tą opcję oraz podać początek / koniec roku podatkowego',
|
||||||
'pref_fiscal_year_start_label' => 'Początek roku podatkowego',
|
'pref_fiscal_year_start_label' => 'Początek roku podatkowego',
|
||||||
'pref_two_factor_auth' => 'Weryfikacja dwuetapowa',
|
'pref_two_factor_auth' => 'Weryfikacja dwuetapowa',
|
||||||
'pref_two_factor_auth_help' => 'Po włączeniu weryfikacji dwuetapowej (znanej również jako uwierzytelnianie dwuskładnikowe) dodajesz dodatkową warstwę zabezpieczeń do swojego konta. Logujesz się czymś, co znasz (hasło) i czymś co masz (kod weryfikacyjny). Kody weryfikacyjne generowane są przez aplikację w telefonie, na przykład Authy lub Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Po włączeniu weryfikacji dwuetapowej (znanej również jako uwierzytelnianie dwuskładnikowe) dodajesz dodatkową warstwę zabezpieczeń do swojego konta. Logujesz się czymś, co znasz (hasło) i czymś co masz (kod weryfikacyjny). Kody weryfikacyjne generowane są przez aplikację w telefonie, na przykład Authy lub Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Włącz weryfikację dwuetapową',
|
'pref_enable_two_factor_auth' => 'Włącz weryfikację dwuetapową',
|
||||||
'pref_two_factor_auth_disabled' => 'Kod weryfikacji dwuetapowej został usunięty i wyłączony',
|
'pref_two_factor_auth_disabled' => 'Kod weryfikacji dwuetapowej został usunięty i wyłączony',
|
||||||
'pref_two_factor_auth_remove_it' => 'Nie zapomnij usunąć konta z aplikacji uwierzytelniajcej!',
|
'pref_two_factor_auth_remove_it' => 'Nie zapomnij usunąć konta z aplikacji uwierzytelniajcej!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Hasło zostało zmienione!',
|
'password_changed' => 'Hasło zostało zmienione!',
|
||||||
'should_change' => 'Chodzi o to, aby zmienić swoje hasło.',
|
'should_change' => 'Chodzi o to, aby zmienić swoje hasło.',
|
||||||
'invalid_password' => 'Nieprawidłowe hasło!',
|
'invalid_password' => 'Nieprawidłowe hasło!',
|
||||||
'what_is_pw_security' => 'Co to jest "Sprawdź bezpieczeństwo hasła"?',
|
'what_is_pw_security' => 'Co to jest "Sprawdź bezpieczeństwo hasła"?',
|
||||||
'secure_pw_title' => 'Jak wybrać bezpieczne hasło',
|
'secure_pw_title' => 'Jak wybrać bezpieczne hasło',
|
||||||
'secure_pw_history' => 'Nie ma tygodnia w którym nie czytalibyśmy w wiadomościach o stronie, która straciła hasła swoich użytkowników. Hakerzy i złodzieje używają tych haseł, aby wykraść twoje prywatne informacje. Te informacje są cenne.',
|
'secure_pw_history' => 'Nie ma tygodnia w którym nie czytalibyśmy w wiadomościach o stronie, która straciła hasła swoich użytkowników. Hakerzy i złodzieje używają tych haseł, aby wykraść twoje prywatne informacje. Te informacje są cenne.',
|
||||||
'secure_pw_ff' => 'Czy używasz tego samego hasła w całym Internecie? Jeśli jedna strona straci Twoje hasło, hakerzy będą mieli dostęp do wszystkich Twoich danych. Firefly III polega na Twoim wyborze silnego i unikatowego hasła w celu ochrony Twojej dokumentacji finansowej.',
|
'secure_pw_ff' => 'Czy używasz tego samego hasła w całym Internecie? Jeśli jedna strona straci Twoje hasło, hakerzy będą mieli dostęp do wszystkich Twoich danych. Firefly III polega na Twoim wyborze silnego i unikatowego hasła w celu ochrony Twojej dokumentacji finansowej.',
|
||||||
'secure_pw_check_box' => 'Aby Ci pomóc, Firefly III może sprawdzić, czy hasło, którego chcesz użyć, zostało w przeszłości skradzione. Jeśli okaże się to prawdą, Firefly III radzi NIE używać tego hasła.',
|
'secure_pw_check_box' => 'Aby Ci pomóc, Firefly III może sprawdzić, czy hasło, którego chcesz użyć, zostało w przeszłości skradzione. Jeśli okaże się to prawdą, Firefly III radzi NIE używać tego hasła.',
|
||||||
'secure_pw_working_title' => 'Jak to działa?',
|
'secure_pw_working_title' => 'Jak to działa?',
|
||||||
'secure_pw_working' => 'Zaznaczając to pole, Firefly III wyśle pierwsze pięć znaków skrótu SHA1 Twojego hasła do <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">strony internetowej Troy Hunt</a>, aby sprawdzić, czy znajduje się ono na liście haseł, które wyciekły. To powstrzyma Cię przed używaniem niebezpiecznych haseł, co jest zalecane w najnowszej <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">specjalnej publikacji Narodowy Instytut Standaryzacji i Technologii (NIST)</a> na ten temat.',
|
'secure_pw_working' => 'Zaznaczając to pole, Firefly III wyśle pierwsze pięć znaków skrótu SHA1 Twojego hasła do <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">strony internetowej Troy Hunt</a>, aby sprawdzić, czy znajduje się ono na liście haseł, które wyciekły. To powstrzyma Cię przed używaniem niebezpiecznych haseł, co jest zalecane w najnowszej <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">specjalnej publikacji Narodowy Instytut Standaryzacji i Technologii (NIST)</a> na ten temat.',
|
||||||
'secure_pw_should' => 'Czy powinienem zaznaczyć to pole?',
|
'secure_pw_should' => 'Czy powinienem zaznaczyć to pole?',
|
||||||
'secure_pw_long_password' => 'Tak. Zawsze sprawdź, czy hasło jest bezpieczne.',
|
'secure_pw_long_password' => 'Tak. Zawsze sprawdź, czy hasło jest bezpieczne.',
|
||||||
'command_line_token' => 'Token wiersza poleceń',
|
'command_line_token' => 'Token wiersza poleceń',
|
||||||
'explain_command_line_token' => 'Potrzebujesz tego tokenu aby wykonywać operacje (takie jak importowanie lub eksportowanie danych) za pomocą wiersza poleceń. Bez niego takie wrażliwe polecenia nie będą działać. Nie udostępniaj nikomu swojego tokenu. Nikt Cię o niego nie zapyta, nawet ja. Jeżeli obawiasz się, że straciłeś go lub jesteś paranoikiem, wygeneruj nowy token używając przycisku.',
|
'explain_command_line_token' => 'Potrzebujesz tego tokenu aby wykonywać operacje (takie jak importowanie lub eksportowanie danych) za pomocą wiersza poleceń. Bez niego takie wrażliwe polecenia nie będą działać. Nie udostępniaj nikomu swojego tokenu. Nikt Cię o niego nie zapyta, nawet ja. Jeżeli obawiasz się, że straciłeś go lub jesteś paranoikiem, wygeneruj nowy token używając przycisku.',
|
||||||
'regenerate_command_line_token' => 'Wygeneruj nowy token wiersza poleceń',
|
'regenerate_command_line_token' => 'Wygeneruj nowy token wiersza poleceń',
|
||||||
'token_regenerated' => 'Wygenerowano nowy token wiersza poleceń',
|
'token_regenerated' => 'Wygenerowano nowy token wiersza poleceń',
|
||||||
'change_your_email' => 'Zmień swój adres e-mail',
|
'change_your_email' => 'Zmień swój adres e-mail',
|
||||||
'email_verification' => 'Wiadomość e-mail zostanie wysłana na stary ORAZ nowy adres e-mail. Ze względów bezpieczeństwa, nie będziesz mógł się zalogować, dopóki nie zweryfikujesz nowego adresu e-mail. Jeśli nie masz pewności, czy twoja instalacja Firefly III umożliwia wysyłanie wiadomości e-mail, nie korzystaj z tej funkcji. Jeśli jesteś administratorem, możesz przetestować to w <a href="/admin">panelu administracyjnym</a>.',
|
'email_verification' => 'Wiadomość e-mail zostanie wysłana na stary ORAZ nowy adres e-mail. Ze względów bezpieczeństwa, nie będziesz mógł się zalogować, dopóki nie zweryfikujesz nowego adresu e-mail. Jeśli nie masz pewności, czy twoja instalacja Firefly III umożliwia wysyłanie wiadomości e-mail, nie korzystaj z tej funkcji. Jeśli jesteś administratorem, możesz przetestować to w <a href="/admin">panelu administracyjnym</a>.',
|
||||||
'email_changed_logout' => 'Dopóki nie zweryfikujesz swojego adresu e-mail, nie możesz się zalogować.',
|
'email_changed_logout' => 'Dopóki nie zweryfikujesz swojego adresu e-mail, nie możesz się zalogować.',
|
||||||
'login_with_new_email' => 'Teraz możesz logować się nowym adresem e-mail.',
|
'login_with_new_email' => 'Teraz możesz logować się nowym adresem e-mail.',
|
||||||
'login_with_old_email' => 'Teraz ponownie możesz logować się starym adresem e-mail.',
|
'login_with_old_email' => 'Teraz ponownie możesz logować się starym adresem e-mail.',
|
||||||
'login_provider_local_only' => 'Ta akcja nie jest dostępna gdy uwierzytelniasz się poprzez ":login_provider".',
|
'login_provider_local_only' => 'Ta akcja nie jest dostępna gdy uwierzytelniasz się poprzez ":login_provider".',
|
||||||
'delete_local_info_only' => 'Ponieważ uwierzytelniasz się poprzez ":login_provider", usunięte zostaną tylko lokalne dane Firefly III.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import i eksport',
|
'import_and_export_menu' => 'Import i eksport',
|
||||||
'export_data_title' => 'Eksportuj dane z Firefly III',
|
'export_data_title' => 'Eksportuj dane z Firefly III',
|
||||||
'export_data_menu' => 'Eksportuj dane',
|
'export_data_menu' => 'Eksportuj dane',
|
||||||
'export_data_bc' => 'Eksportuj dane z Firefly III',
|
'export_data_bc' => 'Eksportuj dane z Firefly III',
|
||||||
'export_data_main_title' => 'Eksportuj dane z Firefly III',
|
'export_data_main_title' => 'Eksportuj dane z Firefly III',
|
||||||
'export_data_expl' => 'Ten odnośnik pozwala wyeksportować wszystkie transakcje i metadane z Firefly III. Więcej informacji o procesie znajdziesz w pomocy (ikonka (?) w prawym górnym rogu).',
|
'export_data_expl' => 'Ten odnośnik pozwala wyeksportować wszystkie transakcje i metadane z Firefly III. Więcej informacji o procesie znajdziesz w pomocy (ikonka (?) w prawym górnym rogu).',
|
||||||
'export_data_all_transactions' => 'Eksportuj wszystkie transakcje',
|
'export_data_all_transactions' => 'Eksportuj wszystkie transakcje',
|
||||||
'export_data_advanced_expl' => 'Jeśli potrzebujesz bardziej zaawansowanego lub specyficznego rodzaju eksportu, przeczytaj pomoc, jak użyć polecenia konsoli <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Jeśli potrzebujesz bardziej zaawansowanego lub specyficznego rodzaju eksportu, przeczytaj pomoc, jak użyć polecenia konsoli <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Jeden załącznik |:count załączników',
|
'nr_of_attachments' => 'Jeden załącznik |:count załączników',
|
||||||
'attachments' => 'Załączniki',
|
'attachments' => 'Załączniki',
|
||||||
'edit_attachment' => 'Modyfikuj załącznik ":name"',
|
'edit_attachment' => 'Modyfikuj załącznik ":name"',
|
||||||
'update_attachment' => 'Aktualizuj załącznik',
|
'update_attachment' => 'Aktualizuj załącznik',
|
||||||
'delete_attachment' => 'Usuń załącznik ":name"',
|
'delete_attachment' => 'Usuń załącznik ":name"',
|
||||||
'attachment_deleted' => 'Usunięto załącznik ":name"',
|
'attachment_deleted' => 'Usunięto załącznik ":name"',
|
||||||
'liabilities_deleted' => 'Usunięto zobowiązanie ":name"',
|
'liabilities_deleted' => 'Usunięto zobowiązanie ":name"',
|
||||||
'attachment_updated' => 'Zmodyfikowano załącznik ":name"',
|
'attachment_updated' => 'Zmodyfikowano załącznik ":name"',
|
||||||
'upload_max_file_size' => 'Maksymalny rozmiar pliku to: :size',
|
'upload_max_file_size' => 'Maksymalny rozmiar pliku to: :size',
|
||||||
'list_all_attachments' => 'Lista wszystkich załączników',
|
'list_all_attachments' => 'Lista wszystkich załączników',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Wydatki',
|
'title_expenses' => 'Wydatki',
|
||||||
'title_withdrawal' => 'Wydatki',
|
'title_withdrawal' => 'Wydatki',
|
||||||
'title_revenue' => 'Przychód / dochód',
|
'title_revenue' => 'Przychód / dochód',
|
||||||
'title_deposit' => 'Przychód / dochód',
|
'title_deposit' => 'Przychód / dochód',
|
||||||
'title_transfer' => 'Transfery',
|
'title_transfer' => 'Transfery',
|
||||||
'title_transfers' => 'Transfery',
|
'title_transfers' => 'Transfery',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Ta transakcja jest już wypłatą',
|
'convert_is_already_type_Withdrawal' => 'Ta transakcja jest już wypłatą',
|
||||||
|
96
resources/lang/pt_BR/email.php
Normal file
96
resources/lang/pt_BR/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Todas as somas aplicam-se ao intervalo selecionado',
|
'sums_apply_to_range' => 'Todas as somas aplicam-se ao intervalo selecionado',
|
||||||
'mapbox_api_key' => 'Para usar o mapa, obtenha uma chave API do <a href="https://www.mapbox.com/">Mapbox</a>. Abra seu arquivo <code>.env</code> e insira este código <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'Para usar o mapa, obtenha uma chave API do <a href="https://www.mapbox.com/">Mapbox</a>. Abra seu arquivo <code>.env</code> e insira este código <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||||
'clear_location' => 'Limpar localização',
|
'clear_location' => 'Limpar localização',
|
||||||
'delete_all_selected_tags' => 'Excluir todas as tags selecionadas',
|
'delete_all_selected_tags' => 'Excluir todas as tags selecionadas',
|
||||||
'select_tags_to_delete' => 'Não se esqueça de selecionar algumas tags.',
|
'select_tags_to_delete' => 'Não se esqueça de selecionar algumas tags.',
|
||||||
'deleted_x_tags' => 'Excluída(s) :count tag(s).',
|
'deleted_x_tags' => 'Excluída(s) :count tag(s).',
|
||||||
'create_rule_from_transaction' => 'Criar regra baseada na transação',
|
'create_rule_from_transaction' => 'Criar regra baseada na transação',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(igual ao idioma)',
|
'equal_to_language' => '(igual ao idioma)',
|
||||||
'pref_home_screen_accounts' => 'Conta da tela inicial',
|
'pref_home_screen_accounts' => 'Conta da tela inicial',
|
||||||
'pref_home_screen_accounts_help' => 'Que conta deve ser exibida na tela inicial?',
|
'pref_home_screen_accounts_help' => 'Que conta deve ser exibida na tela inicial?',
|
||||||
'pref_view_range' => 'Ver intervalo',
|
'pref_view_range' => 'Ver intervalo',
|
||||||
'pref_view_range_help' => 'Algumas tabelas estão automaticamente agrupadas em períodos. Seus orçamentos também serão agrupados em períodos. Qual período você prefere?',
|
'pref_view_range_help' => 'Algumas tabelas estão automaticamente agrupadas em períodos. Seus orçamentos também serão agrupados em períodos. Qual período você prefere?',
|
||||||
'pref_1D' => 'Um dia',
|
'pref_1D' => 'Um dia',
|
||||||
'pref_1W' => 'Uma semana',
|
'pref_1W' => 'Uma semana',
|
||||||
'pref_1M' => 'Um mês',
|
'pref_1M' => 'Um mês',
|
||||||
'pref_3M' => 'Trimestral',
|
'pref_3M' => 'Trimestral',
|
||||||
'pref_6M' => 'Semestral',
|
'pref_6M' => 'Semestral',
|
||||||
'pref_1Y' => 'Um ano',
|
'pref_1Y' => 'Um ano',
|
||||||
'pref_languages' => 'Idiomas',
|
'pref_languages' => 'Idiomas',
|
||||||
'pref_locale' => 'Configurações regionais',
|
'pref_locale' => 'Configurações regionais',
|
||||||
'pref_languages_help' => 'Firefly III suporta muitos idiomas. Qual você prefere?',
|
'pref_languages_help' => 'Firefly III suporta muitos idiomas. Qual você prefere?',
|
||||||
'pref_locale_help' => 'Firefly III permite que você defina outras configurações locais, por exemplo, como moedas, números e datas são formatadas. Os itens nesta lista podem não ser suportadas pelo seu sistema. Firefly III não tem as corretas configurações de data para cada local; entre em contato para melhorias.',
|
'pref_locale_help' => 'Firefly III permite que você defina outras configurações locais, por exemplo, como moedas, números e datas são formatadas. Os itens nesta lista podem não ser suportadas pelo seu sistema. Firefly III não tem as corretas configurações de data para cada local; entre em contato para melhorias.',
|
||||||
'pref_locale_no_windows' => 'Esse recurso pode não funcionar no Windows.',
|
'pref_locale_no_windows' => 'Esse recurso pode não funcionar no Windows.',
|
||||||
'pref_locale_no_docker' => 'A imagem do Docker tem apenas um pequeno conjunto de localidades instaladas.',
|
'pref_locale_no_docker' => 'A imagem do Docker tem apenas um pequeno conjunto de localidades instaladas.',
|
||||||
'pref_locale_no_demo' => 'Este recurso não funcionará para o usuário de demonstração.',
|
'pref_locale_no_demo' => 'Este recurso não funcionará para o usuário de demonstração.',
|
||||||
'pref_custom_fiscal_year' => 'Configurações de ano fiscal',
|
'pref_custom_fiscal_year' => 'Configurações de ano fiscal',
|
||||||
'pref_custom_fiscal_year_label' => 'Habilitado',
|
'pref_custom_fiscal_year_label' => 'Habilitado',
|
||||||
'pref_custom_fiscal_year_help' => 'Nos países que usam um exercício diferente de 1 de Janeiro a 31 de Dezembro, você pode ativar isto e especificar início / fim do ano fiscal',
|
'pref_custom_fiscal_year_help' => 'Nos países que usam um exercício diferente de 1 de Janeiro a 31 de Dezembro, você pode ativar isto e especificar início / fim do ano fiscal',
|
||||||
'pref_fiscal_year_start_label' => 'Data de início de ano fiscal',
|
'pref_fiscal_year_start_label' => 'Data de início de ano fiscal',
|
||||||
'pref_two_factor_auth' => 'Verificação em duas etapas',
|
'pref_two_factor_auth' => 'Verificação em duas etapas',
|
||||||
'pref_two_factor_auth_help' => 'Quando você habilitar verificação em 2-passos (também conhecido como Two Factor Authentication), você adicionar uma camada extra de segurança para sua conta. Você entra com alguma coisa que você sabe (sua senha) e algo que você tem (um código de verificação). Os códigos de verificação são gerados por um aplicativo em seu telefone, como Authy ou Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Quando você habilitar verificação em 2-passos (também conhecido como Two Factor Authentication), você adicionar uma camada extra de segurança para sua conta. Você entra com alguma coisa que você sabe (sua senha) e algo que você tem (um código de verificação). Os códigos de verificação são gerados por um aplicativo em seu telefone, como Authy ou Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Habilitar a verificação de 2 etapas',
|
'pref_enable_two_factor_auth' => 'Habilitar a verificação de 2 etapas',
|
||||||
'pref_two_factor_auth_disabled' => 'código de verificação em 2 etapas removido e desativado',
|
'pref_two_factor_auth_disabled' => 'código de verificação em 2 etapas removido e desativado',
|
||||||
'pref_two_factor_auth_remove_it' => 'Não se esqueça de remover a conta de seu aplicativo de autenticação!',
|
'pref_two_factor_auth_remove_it' => 'Não se esqueça de remover a conta de seu aplicativo de autenticação!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Senha alterada!',
|
'password_changed' => 'Senha alterada!',
|
||||||
'should_change' => 'A idéia é alterar sua senha.',
|
'should_change' => 'A idéia é alterar sua senha.',
|
||||||
'invalid_password' => 'Senha inválida!',
|
'invalid_password' => 'Senha inválida!',
|
||||||
'what_is_pw_security' => 'O que é "verificar a segurança da senha"?',
|
'what_is_pw_security' => 'O que é "verificar a segurança da senha"?',
|
||||||
'secure_pw_title' => 'Como escolher uma senha segura',
|
'secure_pw_title' => 'Como escolher uma senha segura',
|
||||||
'secure_pw_history' => 'Não é toda semana que você lê notícias sobre site que perde as senhas de seus usuários. Hackers e ladrões usam essas senhas para tentar roubar suas informações privadas. Esta informação é valiosa.',
|
'secure_pw_history' => 'Não é toda semana que você lê notícias sobre site que perde as senhas de seus usuários. Hackers e ladrões usam essas senhas para tentar roubar suas informações privadas. Esta informação é valiosa.',
|
||||||
'secure_pw_ff' => 'Você usa a mesma senha em toda a internet? Se um site perder sua senha, os hackers terão acesso a todos os seus dados. O Firefly III depende de você para escolher uma senha forte e única para proteger seus registros financeiros.',
|
'secure_pw_ff' => 'Você usa a mesma senha em toda a internet? Se um site perder sua senha, os hackers terão acesso a todos os seus dados. O Firefly III depende de você para escolher uma senha forte e única para proteger seus registros financeiros.',
|
||||||
'secure_pw_check_box' => 'Para ajudá-lo o Firefly III pode verificar se a senha que você deseja usar foi roubada anteriormente. Se for esse o caso, o Firefly III aconselha a você NÃO utilizar essa senha.',
|
'secure_pw_check_box' => 'Para ajudá-lo o Firefly III pode verificar se a senha que você deseja usar foi roubada anteriormente. Se for esse o caso, o Firefly III aconselha a você NÃO utilizar essa senha.',
|
||||||
'secure_pw_working_title' => 'Como isso funciona?',
|
'secure_pw_working_title' => 'Como isso funciona?',
|
||||||
'secure_pw_working' => 'Ao marcar a caixa de seleção, o Firefly III enviará os cinco primeiros caracteres do hash SHA1 de sua senha <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">ao site Troy Hunt</a>, para verificar se ela está na lista. Isso impede que você use senhas inseguras, como recomendado na última <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">publicação NIST Special</a> sobre esse assunto.',
|
'secure_pw_working' => 'Ao marcar a caixa de seleção, o Firefly III enviará os cinco primeiros caracteres do hash SHA1 de sua senha <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">ao site Troy Hunt</a>, para verificar se ela está na lista. Isso impede que você use senhas inseguras, como recomendado na última <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">publicação NIST Special</a> sobre esse assunto.',
|
||||||
'secure_pw_should' => 'Devo verificar a caixa?',
|
'secure_pw_should' => 'Devo verificar a caixa?',
|
||||||
'secure_pw_long_password' => 'Sim. Sempre verificar se sua senha é segura.',
|
'secure_pw_long_password' => 'Sim. Sempre verificar se sua senha é segura.',
|
||||||
'command_line_token' => 'Token de linha de comando',
|
'command_line_token' => 'Token de linha de comando',
|
||||||
'explain_command_line_token' => 'Você precisa desse token para executar opções de linha de comando, como importar ou exportar dados. Sem isso, tais comandos sensíveis não funcionarão. Não compartilhe seu token de acesso. Ninguém pedirá por este token, nem mesmo eu. Se você tem medo de perder isso, ou quando você se preocupar, regenere esse token usando o botão.',
|
'explain_command_line_token' => 'Você precisa desse token para executar opções de linha de comando, como importar ou exportar dados. Sem isso, tais comandos sensíveis não funcionarão. Não compartilhe seu token de acesso. Ninguém pedirá por este token, nem mesmo eu. Se você tem medo de perder isso, ou quando você se preocupar, regenere esse token usando o botão.',
|
||||||
'regenerate_command_line_token' => 'Regenerar token de linha de comando',
|
'regenerate_command_line_token' => 'Regenerar token de linha de comando',
|
||||||
'token_regenerated' => 'Foi gerado um novo token de linha de comando',
|
'token_regenerated' => 'Foi gerado um novo token de linha de comando',
|
||||||
'change_your_email' => 'Altere seu endereço de email',
|
'change_your_email' => 'Altere seu endereço de email',
|
||||||
'email_verification' => 'Uma mensagem de e-mail será enviada para o seu antigo e novo endereço de e-mail. Por motivos de segurança, você não poderá fazer o login até verificar seu novo endereço de e-mail. Se você não tem certeza se a sua instalação do Firefly III é capaz de enviar e-mails, não use esse recurso. Se você é um administrador, você pode testar isso no <a href="/admin">Administração</a>.',
|
'email_verification' => 'Uma mensagem de e-mail será enviada para o seu antigo e novo endereço de e-mail. Por motivos de segurança, você não poderá fazer o login até verificar seu novo endereço de e-mail. Se você não tem certeza se a sua instalação do Firefly III é capaz de enviar e-mails, não use esse recurso. Se você é um administrador, você pode testar isso no <a href="/admin">Administração</a>.',
|
||||||
'email_changed_logout' => 'Até que você verifique seu endereço de e-mail, não pode iniciar sessão.',
|
'email_changed_logout' => 'Até que você verifique seu endereço de e-mail, não pode iniciar sessão.',
|
||||||
'login_with_new_email' => 'Agora você pode fazer login com seu novo endereço de e-mail.',
|
'login_with_new_email' => 'Agora você pode fazer login com seu novo endereço de e-mail.',
|
||||||
'login_with_old_email' => 'Agora você pode fazer login novamente com o seu endereço de e-mail antigo.',
|
'login_with_old_email' => 'Agora você pode fazer login novamente com o seu endereço de e-mail antigo.',
|
||||||
'login_provider_local_only' => 'Esta ação não está disponível durante a autenticação por meio de ":login_provider".',
|
'login_provider_local_only' => 'Esta ação não está disponível durante a autenticação por meio de ":login_provider".',
|
||||||
'delete_local_info_only' => 'Como você se autentica por meio de ":login_provider", isso irá apagar apenas informações locais do Firefly III.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Importar e exportar',
|
'import_and_export_menu' => 'Importar e exportar',
|
||||||
'export_data_title' => 'Exportar dados do Firefly III',
|
'export_data_title' => 'Exportar dados do Firefly III',
|
||||||
'export_data_menu' => 'Exportar dados',
|
'export_data_menu' => 'Exportar dados',
|
||||||
'export_data_bc' => 'Exportar dados do Firefly III',
|
'export_data_bc' => 'Exportar dados do Firefly III',
|
||||||
'export_data_main_title' => 'Exportar dados do Firefly III',
|
'export_data_main_title' => 'Exportar dados do Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Export all transactions',
|
'export_data_all_transactions' => 'Export all transactions',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Um anexo|:count anexos',
|
'nr_of_attachments' => 'Um anexo|:count anexos',
|
||||||
'attachments' => 'Anexos',
|
'attachments' => 'Anexos',
|
||||||
'edit_attachment' => 'Editar anexo ":name"',
|
'edit_attachment' => 'Editar anexo ":name"',
|
||||||
'update_attachment' => 'Atualizar anexo',
|
'update_attachment' => 'Atualizar anexo',
|
||||||
'delete_attachment' => 'Apagar anexo ":name"',
|
'delete_attachment' => 'Apagar anexo ":name"',
|
||||||
'attachment_deleted' => 'Anexo apagado ":name"',
|
'attachment_deleted' => 'Anexo apagado ":name"',
|
||||||
'liabilities_deleted' => 'Passivo excluído ":name"',
|
'liabilities_deleted' => 'Passivo excluído ":name"',
|
||||||
'attachment_updated' => 'Anexo atualizado ":name"',
|
'attachment_updated' => 'Anexo atualizado ":name"',
|
||||||
'upload_max_file_size' => 'Tamanho máximo do arquivo: :size',
|
'upload_max_file_size' => 'Tamanho máximo do arquivo: :size',
|
||||||
'list_all_attachments' => 'Lista de todos os anexos',
|
'list_all_attachments' => 'Lista de todos os anexos',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Despesas',
|
'title_expenses' => 'Despesas',
|
||||||
'title_withdrawal' => 'Despesas',
|
'title_withdrawal' => 'Despesas',
|
||||||
'title_revenue' => 'Receitas / Renda',
|
'title_revenue' => 'Receitas / Renda',
|
||||||
'title_deposit' => 'Receita / Renda',
|
'title_deposit' => 'Receita / Renda',
|
||||||
'title_transfer' => 'Transferências',
|
'title_transfer' => 'Transferências',
|
||||||
'title_transfers' => 'Transferências',
|
'title_transfers' => 'Transferências',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Esta transação é já uma retirada',
|
'convert_is_already_type_Withdrawal' => 'Esta transação é já uma retirada',
|
||||||
|
@@ -51,12 +51,12 @@ return [
|
|||||||
'edit_journal' => 'Editează tranzacția ":description"',
|
'edit_journal' => 'Editează tranzacția ":description"',
|
||||||
'edit_reconciliation' => 'Editează ":description"',
|
'edit_reconciliation' => 'Editează ":description"',
|
||||||
'delete_journal' => 'Șterge tranzacția ":description"',
|
'delete_journal' => 'Șterge tranzacția ":description"',
|
||||||
'delete_group' => 'Delete transaction ":description"',
|
'delete_group' => 'Șterge tranzacția ":description"',
|
||||||
'tags' => 'Etichete',
|
'tags' => 'Etichete',
|
||||||
'createTag' => 'Crează o etichetă nouă',
|
'createTag' => 'Crează o etichetă nouă',
|
||||||
'edit_tag' => 'Editează eticheta ":tag"',
|
'edit_tag' => 'Editează eticheta ":tag"',
|
||||||
'delete_tag' => 'Șterge eticheta ":tag"',
|
'delete_tag' => 'Șterge eticheta ":tag"',
|
||||||
'delete_journal_link' => 'Şterge legătura dintre tranzacţii',
|
'delete_journal_link' => 'Şterge legătura dintre tranzacţii',
|
||||||
'telemetry_index' => 'Telemetry',
|
'telemetry_index' => 'Telemetrie',
|
||||||
'telemetry_view' => 'View telemetry',
|
'telemetry_view' => 'Vizualizare telemetrie',
|
||||||
];
|
];
|
||||||
|
@@ -32,7 +32,7 @@ return [
|
|||||||
'month_and_day_no_year' => '%B %e',
|
'month_and_day_no_year' => '%B %e',
|
||||||
'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' => 'Săptămâna %V, %G',
|
||||||
'year' => '%Y',
|
'year' => '%Y',
|
||||||
'half_year' => '%B %Y',
|
'half_year' => '%B %Y',
|
||||||
'month_js' => 'MMMM YYYY',
|
'month_js' => 'MMMM YYYY',
|
||||||
|
96
resources/lang/ro_RO/email.php
Normal file
96
resources/lang/ro_RO/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -54,13 +54,13 @@ return [
|
|||||||
'create_new_stuff' => 'Creați lucruri noi',
|
'create_new_stuff' => 'Creați lucruri noi',
|
||||||
'new_withdrawal' => 'Tranzacție nouă',
|
'new_withdrawal' => 'Tranzacție nouă',
|
||||||
'create_new_transaction' => 'Creați o nouă tranzacție',
|
'create_new_transaction' => 'Creați o nouă tranzacție',
|
||||||
'sidebar_frontpage_create' => 'Create',
|
'sidebar_frontpage_create' => 'Crează',
|
||||||
'new_transaction' => 'Tranzacţie nouă',
|
'new_transaction' => 'Tranzacţie nouă',
|
||||||
'no_rules_for_bill' => 'Acestă factură nu are asociate reguli.',
|
'no_rules_for_bill' => 'Acestă factură nu are asociate reguli.',
|
||||||
'go_to_asset_accounts' => 'Vizualizați conturile de active',
|
'go_to_asset_accounts' => 'Vizualizați conturile de active',
|
||||||
'go_to_budgets' => 'Mergi la bugete',
|
'go_to_budgets' => 'Mergi la bugete',
|
||||||
'new_clone_instructions' => 'This button will automatically clone the transaction and set the date to today. Are you sure?',
|
'new_clone_instructions' => 'Acest buton va clona automat tranzacția și va seta data astăzi. Esti sigur?',
|
||||||
'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)',
|
'clones_journal_x' => 'Această tranzacție este o clonă a ":description" (#:id)',
|
||||||
'go_to_categories' => 'Mergi la categorii',
|
'go_to_categories' => 'Mergi la categorii',
|
||||||
'go_to_bills' => 'Mergi la facturi',
|
'go_to_bills' => 'Mergi la facturi',
|
||||||
'go_to_expense_accounts' => 'Vezi cheltuielile contabile',
|
'go_to_expense_accounts' => 'Vezi cheltuielile contabile',
|
||||||
@@ -96,7 +96,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Am uitat autentificarea cu doi factori.',
|
'two_factor_forgot' => 'Am uitat autentificarea cu doi factori.',
|
||||||
'two_factor_lost_header' => 'Ai uitat autentificarea cu doi factori?',
|
'two_factor_lost_header' => 'Ai uitat autentificarea cu doi factori?',
|
||||||
'two_factor_lost_intro' => 'Dacă ați pierdut și codurile de rezervă, aveți ghinion. Nu este un lucru pe care îl puteți remedia din interfața web. Aveți două opțiuni.',
|
'two_factor_lost_intro' => 'Dacă ați pierdut și codurile de rezervă, aveți ghinion. Nu este un lucru pe care îl puteți remedia din interfața web. Aveți două opțiuni.',
|
||||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">this entry in the FAQ</a> for instructions.',
|
'two_factor_lost_fix_self' => 'Dacă rulați propria dvs. instanță a Firefly III, citiți <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">această intrare în FAQ</a> pentru instrucțiuni.',
|
||||||
'two_factor_lost_fix_owner' => 'În caz contrar, trimiteți prin e-mail proprietarului site-ului <a href="mailto::site_owner">: proprietarul site-ului </a> și solicitați-i să reseteze autentificarea cu doi factori.',
|
'two_factor_lost_fix_owner' => 'În caz contrar, trimiteți prin e-mail proprietarului site-ului <a href="mailto::site_owner">: proprietarul site-ului </a> și solicitați-i să reseteze autentificarea cu doi factori.',
|
||||||
'mfa_backup_code' => 'You have used a backup code to login to Firefly III. It can\'t be used again, so cross it from your list.',
|
'mfa_backup_code' => 'You have used a backup code to login to Firefly III. It can\'t be used again, so cross it from your list.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Obțineți noi coduri de rezervă',
|
'pref_two_factor_new_backup_codes' => 'Obțineți noi coduri de rezervă',
|
||||||
@@ -105,7 +105,7 @@ return [
|
|||||||
'warning_much_data' => ':days zilele de date pot dura o perioadă până încărcare.',
|
'warning_much_data' => ':days zilele de date pot dura o perioadă până încărcare.',
|
||||||
'registered' => 'Te-ai inregistrat cu succes!',
|
'registered' => 'Te-ai inregistrat cu succes!',
|
||||||
'Default asset account' => 'Ccont de active implicit',
|
'Default asset account' => 'Ccont de active implicit',
|
||||||
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
|
'no_budget_pointer' => 'Se pare că nu aveți încă bugete. Ar trebui să creați câteva pe pagina <a href="/budgets">bugete</a>. Bugetele vă pot ajuta să țineți evidența cheltuielilor.',
|
||||||
'Savings account' => 'Cont de economii',
|
'Savings account' => 'Cont de economii',
|
||||||
'Credit card' => 'Card de credit',
|
'Credit card' => 'Card de credit',
|
||||||
'source_accounts' => 'Cont (uri) sursă',
|
'source_accounts' => 'Cont (uri) sursă',
|
||||||
@@ -200,14 +200,14 @@ return [
|
|||||||
'forgot_pw_page_title' => 'Am uitat parola',
|
'forgot_pw_page_title' => 'Am uitat parola',
|
||||||
'reset_pw_page_title' => 'Reseteaza parola',
|
'reset_pw_page_title' => 'Reseteaza parola',
|
||||||
'cannot_reset_demo_user' => 'Nu puteți reseta parola utilizatorului demo.',
|
'cannot_reset_demo_user' => 'Nu puteți reseta parola utilizatorului demo.',
|
||||||
'no_att_demo_user' => 'The demo user can\'t upload attachments.',
|
'no_att_demo_user' => 'Utilizatorul demo nu poate încărca atașamente.',
|
||||||
'button_register' => 'Înregistrare',
|
'button_register' => 'Înregistrare',
|
||||||
'authorization' => 'Autorizare',
|
'authorization' => 'Autorizare',
|
||||||
'active_bills_only' => 'numai facturi active',
|
'active_bills_only' => 'numai facturi active',
|
||||||
'active_exp_bills_only' => 'numai facturi active și așteptate',
|
'active_exp_bills_only' => 'numai facturi active și așteptate',
|
||||||
'average_per_bill' => 'media pe factură',
|
'average_per_bill' => 'media pe factură',
|
||||||
'expected_total' => 'total așteptat',
|
'expected_total' => 'total așteptat',
|
||||||
'reconciliation_account_name' => ':name reconciliation (:currency)',
|
'reconciliation_account_name' => ':name reconciliere (:currency)',
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'v: Solicitare de autorizare',
|
'authorization_request' => 'v: Solicitare de autorizare',
|
||||||
'authorization_request_intro' => '<strong> :client </ strong> solicită permisiunea de a accesa administrația financiară. Doriți să autorizați <strong> :client </ strong> pentru a accesa aceste înregistrări?',
|
'authorization_request_intro' => '<strong> :client </ strong> solicită permisiunea de a accesa administrația financiară. Doriți să autorizați <strong> :client </ strong> pentru a accesa aceste înregistrări?',
|
||||||
@@ -218,15 +218,15 @@ return [
|
|||||||
'name_in_currency' => ':name în :currency',
|
'name_in_currency' => ':name în :currency',
|
||||||
'paid_in_currency' => 'Plătit în :currency',
|
'paid_in_currency' => 'Plătit în :currency',
|
||||||
'unpaid_in_currency' => 'Neplătit în :currency',
|
'unpaid_in_currency' => 'Neplătit în :currency',
|
||||||
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
|
'is_alpha_warning' => 'Executaţi o versiune ALPHA. Fiţi atenţi la erori şi probleme.',
|
||||||
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
|
'is_beta_warning' => 'Executaţi o versiune BETA. Fiţi atenţi la erori şi probleme.',
|
||||||
'all_destination_accounts' => 'Destination accounts',
|
'all_destination_accounts' => 'Conturi de destinație',
|
||||||
'all_source_accounts' => 'Source accounts',
|
'all_source_accounts' => 'Conturi sursă',
|
||||||
|
|
||||||
// check for updates:
|
// check for updates:
|
||||||
'update_check_title' => 'Verifică actualizări',
|
'update_check_title' => 'Verifică actualizări',
|
||||||
'admin_update_check_title' => 'Verificați automat actualizarea',
|
'admin_update_check_title' => 'Verificați automat actualizarea',
|
||||||
'admin_update_check_explain' => 'Firefly III can check for updates automatically. When you enable this setting, it will contact the Firefly III update server to see if a new version of Firefly III is available. When it is, you will get a notification. You can test this notification using the button on the right. Please indicate below if you want Firefly III to check for updates.',
|
'admin_update_check_explain' => 'Firefly III poate căuta actualizări automat. Când activați această setare, acesta va contacta serverul de actualizare Firefly III pentru a vedea dacă este disponibilă o nouă versiune de Firefly III. Când este, veți primi o notificare. Puteți testa această notificare folosind butonul din dreapta. Vă rugăm să indicați mai jos dacă doriți ca Firefly III să verifice actualizările.',
|
||||||
'check_for_updates_permission' => 'Firefly III poate verifica actualizările, dar are nevoie de permisiunea dvs. pentru a face acest lucru. Accesați <a href=":link"> link-ul </a> pentru a indica dacă doriți ca această funcție să fie activată.',
|
'check_for_updates_permission' => 'Firefly III poate verifica actualizările, dar are nevoie de permisiunea dvs. pentru a face acest lucru. Accesați <a href=":link"> link-ul </a> pentru a indica dacă doriți ca această funcție să fie activată.',
|
||||||
'updates_ask_me_later' => 'Intreabă-mă mai târziu',
|
'updates_ask_me_later' => 'Intreabă-mă mai târziu',
|
||||||
'updates_do_not_check' => 'Nu verificați actualizările',
|
'updates_do_not_check' => 'Nu verificați actualizările',
|
||||||
@@ -239,10 +239,10 @@ return [
|
|||||||
'update_version_alpha' => 'Această versiune este o versiune ALFA. Este posibil să aveți probleme.',
|
'update_version_alpha' => 'Această versiune este o versiune ALFA. Este posibil să aveți probleme.',
|
||||||
'update_current_version_alert' => 'Aveți versiunea :version, care este ultima disponibilă.',
|
'update_current_version_alert' => 'Aveți versiunea :version, care este ultima disponibilă.',
|
||||||
'update_newer_version_alert' => 'Aveți versiunea :your_version, care este mai nouă decât cea mai recentă versiune, :new_version.',
|
'update_newer_version_alert' => 'Aveți versiunea :your_version, care este mai nouă decât cea mai recentă versiune, :new_version.',
|
||||||
'update_check_error' => 'An error occurred while checking for updates: :error',
|
'update_check_error' => 'A apărut o eroare la verificarea actualizărilor: :error',
|
||||||
'unknown_error' => 'Unknown error. Sorry about that.',
|
'unknown_error' => 'Eroare necunoscută. Ne pare rău pentru asta.',
|
||||||
'just_new_release' => 'A new version is available! Version :version was released :date. This release is very fresh. Wait a few days for the new release to stabilize.',
|
'just_new_release' => 'O nouă versiune este disponibilă! Versiunea :version a fost lansată :date. Această versiune este foarte proaspătă. Așteptați câteva zile pentru ca noua versiune să se stabilizeze.',
|
||||||
'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!',
|
'disabled_but_check' => 'Ai dezactivat verificarea actualizării. Așa că nu uita să verifici singur actualizările din când în când. Mulțumim!',
|
||||||
'admin_update_channel_title' => 'Actualizare canal',
|
'admin_update_channel_title' => 'Actualizare canal',
|
||||||
'admin_update_channel_explain' => 'Firefly III are trei "canale" de actualizare, care determină cât de avansați sunteți în termeni de caracteristici, îmbunătățiri și bug-uri. Folosiți canalul „beta” dacă sunteți aventuroși și „alfa” atunci când vă place să trăiți periculos viața.',
|
'admin_update_channel_explain' => 'Firefly III are trei "canale" de actualizare, care determină cât de avansați sunteți în termeni de caracteristici, îmbunătățiri și bug-uri. Folosiți canalul „beta” dacă sunteți aventuroși și „alfa” atunci când vă place să trăiți periculos viața.',
|
||||||
'update_channel_stable' => 'Stabil. Totul ar trebui să funcționeze așa cum este de așteptat.',
|
'update_channel_stable' => 'Stabil. Totul ar trebui să funcționeze așa cum este de așteptat.',
|
||||||
@@ -310,9 +310,9 @@ return [
|
|||||||
'created_new_rule_group' => 'Grup nou de reguli ":title" stocat!',
|
'created_new_rule_group' => 'Grup nou de reguli ":title" stocat!',
|
||||||
'updated_rule_group' => 'Grup de reguli actualizat cu succes ":title".',
|
'updated_rule_group' => 'Grup de reguli actualizat cu succes ":title".',
|
||||||
'edit_rule_group' => 'Editați grupul de reguli ":title"',
|
'edit_rule_group' => 'Editați grupul de reguli ":title"',
|
||||||
'duplicate_rule' => 'Duplicate rule ":title"',
|
'duplicate_rule' => 'Duplicați regula ":title"',
|
||||||
'rule_copy_of' => 'Copy of ":title"',
|
'rule_copy_of' => 'Copie a ":title"',
|
||||||
'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"',
|
'duplicated_rule' => 'Regulă ":title" duplicată în ":newTitle"',
|
||||||
'delete_rule_group' => 'Ștergeți grupul de reguli ":title"',
|
'delete_rule_group' => 'Ștergeți grupul de reguli ":title"',
|
||||||
'deleted_rule_group' => 'Grupul de reguli ":title" a fost șters',
|
'deleted_rule_group' => 'Grupul de reguli ":title" a fost șters',
|
||||||
'update_rule_group' => 'Actualizați grupul de reguli',
|
'update_rule_group' => 'Actualizați grupul de reguli',
|
||||||
@@ -323,7 +323,7 @@ return [
|
|||||||
'make_new_rule' => 'Creați o nouă regulă în grupul de reguli ":title"',
|
'make_new_rule' => 'Creați o nouă regulă în grupul de reguli ":title"',
|
||||||
'make_new_rule_no_group' => 'Creați o nouă regulă',
|
'make_new_rule_no_group' => 'Creați o nouă regulă',
|
||||||
'instructions_rule_from_bill' => 'Pentru a potrivi tranzacția cu noua factură ":name", Firefly III poate crea o regulă care va fi verificată automat împotriva tranzacțiilor pe care le stocați. Verificați detaliile de mai jos și păstrați regula pentru ca Firefly III să potrivească automat tranzacțiile cu factura nouă.',
|
'instructions_rule_from_bill' => 'Pentru a potrivi tranzacția cu noua factură ":name", Firefly III poate crea o regulă care va fi verificată automat împotriva tranzacțiilor pe care le stocați. Verificați detaliile de mai jos și păstrați regula pentru ca Firefly III să potrivească automat tranzacțiile cu factura nouă.',
|
||||||
'instructions_rule_from_journal' => 'Create a rule based on one of your transactions. Complement or submit the form below.',
|
'instructions_rule_from_journal' => 'Creați o regulă bazată pe una dintre tranzacțiile dvs. Completați sau trimiteți formularul de mai jos.',
|
||||||
'rule_is_strict' => 'regulă strictă',
|
'rule_is_strict' => 'regulă strictă',
|
||||||
'rule_is_not_strict' => 'regulă nestrictă',
|
'rule_is_not_strict' => 'regulă nestrictă',
|
||||||
'rule_help_stop_processing' => 'Când bifați această casetă, regulile ulterioare din acest grup nu vor fi executate.',
|
'rule_help_stop_processing' => 'Când bifați această casetă, regulile ulterioare din acest grup nu vor fi executate.',
|
||||||
@@ -423,12 +423,12 @@ return [
|
|||||||
'rule_trigger_description_is_choice' => 'Descrierea este..',
|
'rule_trigger_description_is_choice' => 'Descrierea este..',
|
||||||
'rule_trigger_description_is' => 'Descrierea este ":trigger_value"',
|
'rule_trigger_description_is' => 'Descrierea este ":trigger_value"',
|
||||||
|
|
||||||
'rule_trigger_date_is_choice' => 'Transaction date is..',
|
'rule_trigger_date_is_choice' => 'Data tranzacției este..',
|
||||||
'rule_trigger_date_is' => 'Transaction date is ":trigger_value"',
|
'rule_trigger_date_is' => 'Data tranzacției este ":trigger_value"',
|
||||||
'rule_trigger_date_before_choice' => 'Transaction date is before..',
|
'rule_trigger_date_before_choice' => 'Data tranzacției este dinainte..',
|
||||||
'rule_trigger_date_before' => 'Transaction date is before ":trigger_value"',
|
'rule_trigger_date_before' => 'Data tranzacției este înainte de ":trigger_value"',
|
||||||
'rule_trigger_date_after_choice' => 'Transaction date is after..',
|
'rule_trigger_date_after_choice' => 'Data tranzacției este după..',
|
||||||
'rule_trigger_date_after' => 'Transaction date is after ":trigger_value"',
|
'rule_trigger_date_after' => 'Data tranzacției este după ":trigger_value"',
|
||||||
|
|
||||||
'rule_trigger_budget_is_choice' => 'Bugetul este..',
|
'rule_trigger_budget_is_choice' => 'Bugetul este..',
|
||||||
'rule_trigger_budget_is' => 'Bugetul este ":trigger_value"',
|
'rule_trigger_budget_is' => 'Bugetul este ":trigger_value"',
|
||||||
@@ -464,8 +464,8 @@ return [
|
|||||||
'rule_trigger_notes_start' => 'Notele încep cu ":trigger_value"',
|
'rule_trigger_notes_start' => 'Notele încep cu ":trigger_value"',
|
||||||
'rule_trigger_notes_end_choice' => 'Notele se termină cu..',
|
'rule_trigger_notes_end_choice' => 'Notele se termină cu..',
|
||||||
'rule_trigger_notes_end' => 'Notele se termină cu ":trigger_value"',
|
'rule_trigger_notes_end' => 'Notele se termină cu ":trigger_value"',
|
||||||
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
|
'rule_action_delete_transaction_choice' => 'Șterge tranzacția (!)',
|
||||||
'rule_action_delete_transaction' => 'DELETE transaction (!)',
|
'rule_action_delete_transaction' => 'Șterge tranzacția (!)',
|
||||||
'rule_action_set_category' => 'Setați categoria la ":action_value"',
|
'rule_action_set_category' => 'Setați categoria la ":action_value"',
|
||||||
'rule_action_clear_category' => 'Șterge categorie',
|
'rule_action_clear_category' => 'Șterge categorie',
|
||||||
'rule_action_set_budget' => 'Setați bugetul la ":action_value"',
|
'rule_action_set_budget' => 'Setați bugetul la ":action_value"',
|
||||||
@@ -484,13 +484,13 @@ return [
|
|||||||
'rule_action_remove_tag_choice' => 'Eliminați eticheta..',
|
'rule_action_remove_tag_choice' => 'Eliminați eticheta..',
|
||||||
'rule_action_remove_all_tags_choice' => 'Eliminați toate etichetele',
|
'rule_action_remove_all_tags_choice' => 'Eliminați toate etichetele',
|
||||||
'rule_action_set_description_choice' => 'Setați descrierea la..',
|
'rule_action_set_description_choice' => 'Setați descrierea la..',
|
||||||
'rule_action_update_piggy_choice' => 'Add/remove transaction amount in piggy bank..',
|
'rule_action_update_piggy_choice' => 'Adaugă/elimină suma tranzacției în pușculița..',
|
||||||
'rule_action_update_piggy' => 'Add/remove transaction amount in piggy bank ":action_value"',
|
'rule_action_update_piggy' => 'Adaugă/elimină suma tranzacției în pușculița ":action_value"',
|
||||||
'rule_action_append_description_choice' => 'Adăugați descrierea cu..',
|
'rule_action_append_description_choice' => 'Adăugați descrierea cu..',
|
||||||
'rule_action_prepend_description_choice' => 'Prefixați descrierea cu..',
|
'rule_action_prepend_description_choice' => 'Prefixați descrierea cu..',
|
||||||
'rule_action_set_source_account_choice' => 'Set source account to..',
|
'rule_action_set_source_account_choice' => 'Setează contul sursă la..',
|
||||||
'rule_action_set_source_account' => 'Setați contul sursă la :action_value',
|
'rule_action_set_source_account' => 'Setați contul sursă la :action_value',
|
||||||
'rule_action_set_destination_account_choice' => 'Set destination account to..',
|
'rule_action_set_destination_account_choice' => 'Setează contul de destinație la..',
|
||||||
'rule_action_set_destination_account' => 'Setați contul de destinație la :action_value',
|
'rule_action_set_destination_account' => 'Setați contul de destinație la :action_value',
|
||||||
'rule_action_append_notes_choice' => 'Adăugați notițe cu..',
|
'rule_action_append_notes_choice' => 'Adăugați notițe cu..',
|
||||||
'rule_action_append_notes' => 'Adăugați notițe cu ":action_value"',
|
'rule_action_append_notes' => 'Adăugați notițe cu ":action_value"',
|
||||||
@@ -520,8 +520,8 @@ return [
|
|||||||
'new_rule_for_bill_title' => 'Regula privind factura ":name"',
|
'new_rule_for_bill_title' => 'Regula privind factura ":name"',
|
||||||
'new_rule_for_bill_description' => 'Această regulă marchează tranzacțiile pentru factura ":name".',
|
'new_rule_for_bill_description' => 'Această regulă marchează tranzacțiile pentru factura ":name".',
|
||||||
|
|
||||||
'new_rule_for_journal_title' => 'Rule based on transaction ":description"',
|
'new_rule_for_journal_title' => 'Regulă bazată pe tranzacția ":description"',
|
||||||
'new_rule_for_journal_description' => 'This rule is based on transaction ":description". It will match transactions that are exactly the same.',
|
'new_rule_for_journal_description' => 'Această regulă este bazată pe tranzacția ":description". Se va potrivi cu tranzacțiile care sunt exact la fel.',
|
||||||
|
|
||||||
// tags
|
// tags
|
||||||
'store_new_tag' => 'Salvați o nouă etichetă',
|
'store_new_tag' => 'Salvați o nouă etichetă',
|
||||||
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Toate sumele se aplică gamei selectate',
|
'sums_apply_to_range' => 'Toate sumele se aplică gamei selectate',
|
||||||
'mapbox_api_key' => 'Pentru a utiliza harta, obțineți o cheie API din <a href="https://www.mapbox.com/"> Mapbox </a>. Deschideți fișierul <code> .env </ code> și introduceți acest cod după <code> MAPBOX_API_KEY = </ code>.',
|
'mapbox_api_key' => 'Pentru a utiliza harta, obțineți o cheie API din <a href="https://www.mapbox.com/"> Mapbox </a>. Deschideți fișierul <code> .env </ code> și introduceți acest cod după <code> MAPBOX_API_KEY = </ code>.',
|
||||||
'press_object_location' => 'Faceți clic dreapta sau apăsați lung pentru a seta locația obiectului.',
|
'press_object_location' => 'Faceți clic dreapta sau apăsați lung pentru a seta locația obiectului.',
|
||||||
'clear_location' => 'Ștergeți locația',
|
'clear_location' => 'Ștergeți locația',
|
||||||
'delete_all_selected_tags' => 'Şterge toate etichetele selectate',
|
'delete_all_selected_tags' => 'Şterge toate etichetele selectate',
|
||||||
'select_tags_to_delete' => 'Nu uitați să selectați unele etichete.',
|
'select_tags_to_delete' => 'Nu uitați să selectați unele etichete.',
|
||||||
'deleted_x_tags' => ':count etichete șterse.',
|
'deleted_x_tags' => ':count etichete șterse.',
|
||||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
'create_rule_from_transaction' => 'Creați o regulă bazată pe tranzacție',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(egal cu limba)',
|
||||||
'pref_home_screen_accounts' => 'Ecranul de start al conturilor',
|
'pref_home_screen_accounts' => 'Ecranul de start al conturilor',
|
||||||
'pref_home_screen_accounts_help' => 'Ce conturi ar trebui afișate pe pagina de pornire?',
|
'pref_home_screen_accounts_help' => 'Ce conturi ar trebui afișate pe pagina de pornire?',
|
||||||
'pref_view_range' => 'Vedeți intervalul',
|
'pref_view_range' => 'Vedeți intervalul',
|
||||||
'pref_view_range_help' => 'Anumite grafice sunt grupate automat în perioade. Bugeturile dvs. vor fi, de asemenea, grupate în perioade. Ce perioadă ați prefera?',
|
'pref_view_range_help' => 'Anumite grafice sunt grupate automat în perioade. Bugeturile dvs. vor fi, de asemenea, grupate în perioade. Ce perioadă ați prefera?',
|
||||||
'pref_1D' => 'O zi',
|
'pref_1D' => 'O zi',
|
||||||
'pref_1W' => 'O saptamână',
|
'pref_1W' => 'O saptamână',
|
||||||
'pref_1M' => 'O lună',
|
'pref_1M' => 'O lună',
|
||||||
'pref_3M' => 'Trei luni (trimestru)',
|
'pref_3M' => 'Trei luni (trimestru)',
|
||||||
'pref_6M' => 'Șase luni',
|
'pref_6M' => 'Șase luni',
|
||||||
'pref_1Y' => 'Un an',
|
'pref_1Y' => 'Un an',
|
||||||
'pref_languages' => 'Limbi',
|
'pref_languages' => 'Limbi',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Setările locale',
|
||||||
'pref_languages_help' => 'Firefly III acceptă mai multe limbi. Pe care o preferați?',
|
'pref_languages_help' => 'Firefly III acceptă mai multe limbi. Pe care o preferați?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III vă permite să setați alte setări locale, cum ar fi modul în care valutele, numerele și datele sunt formatate. Este posibil ca intrările din această listă să nu fie acceptate de sistemul dumneavoastră. Firefly III nu are setările de date corecte pentru fiecare local; contactați-mă pentru îmbunătățiri.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'Este posibil ca această funcție să nu funcționeze pe Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'Imaginea Docker are doar un mic set de localizări instalate.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'Această funcție nu va funcționa pentru utilizatorul demo.',
|
||||||
'pref_custom_fiscal_year' => 'Setări an fiscal',
|
'pref_custom_fiscal_year' => 'Setări an fiscal',
|
||||||
'pref_custom_fiscal_year_label' => 'Activat',
|
'pref_custom_fiscal_year_label' => 'Activat',
|
||||||
'pref_custom_fiscal_year_help' => 'În țările care utilizează un exercițiu financiar, altul decât 1 ianuarie până la 31 decembrie, puteți să le activați și să specificați zilele de începere / sfârșit ale anului fiscal',
|
'pref_custom_fiscal_year_help' => 'În țările care utilizează un exercițiu financiar, altul decât 1 ianuarie până la 31 decembrie, puteți să le activați și să specificați zilele de începere / sfârșit ale anului fiscal',
|
||||||
'pref_fiscal_year_start_label' => 'Data de începere a anului fiscal',
|
'pref_fiscal_year_start_label' => 'Data de începere a anului fiscal',
|
||||||
'pref_two_factor_auth' => 'Verificarea în doi pași',
|
'pref_two_factor_auth' => 'Verificarea în doi pași',
|
||||||
'pref_two_factor_auth_help' => 'Când activați verificarea în doi pași (cunoscută și ca autentificare cu doi factori), adăugați un nivel suplimentar de securitate în contul dvs. Conectați-vă cu ceva ce știți (parola dvs.) și ceva ce aveți (un cod de verificare). Codurile de verificare sunt generate de o aplicație de pe telefon, cum ar fi Authy sau Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Când activați verificarea în doi pași (cunoscută și ca autentificare cu doi factori), adăugați un nivel suplimentar de securitate în contul dvs. Conectați-vă cu ceva ce știți (parola dvs.) și ceva ce aveți (un cod de verificare). Codurile de verificare sunt generate de o aplicație de pe telefon, cum ar fi Authy sau Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Activați verificarea în doi pași',
|
'pref_enable_two_factor_auth' => 'Activați verificarea în doi pași',
|
||||||
'pref_two_factor_auth_disabled' => 'Cod de verificare în doi pași eliminat și dezactivat',
|
'pref_two_factor_auth_disabled' => 'Cod de verificare în doi pași eliminat și dezactivat',
|
||||||
'pref_two_factor_auth_remove_it' => 'Nu uitați să eliminați contul din aplicația dvs. de autentificare!',
|
'pref_two_factor_auth_remove_it' => 'Nu uitați să eliminați contul din aplicația dvs. de autentificare!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Parolă schimbată!',
|
'password_changed' => 'Parolă schimbată!',
|
||||||
'should_change' => 'Ideea este să vă schimbați parola.',
|
'should_change' => 'Ideea este să vă schimbați parola.',
|
||||||
'invalid_password' => 'Parolă nevalidă!',
|
'invalid_password' => 'Parolă nevalidă!',
|
||||||
'what_is_pw_security' => 'Ce este "verificarea securității parolei"?',
|
'what_is_pw_security' => 'Ce este "verificarea securității parolei"?',
|
||||||
'secure_pw_title' => 'Cum alegeți o parolă sigură',
|
'secure_pw_title' => 'Cum alegeți o parolă sigură',
|
||||||
'secure_pw_history' => 'Nu trece nici săptămână și citiți în știri despre un site care pierde parolele utilizatorilor săi. Hackerii și hoții utilizează aceste parole pentru a încerca să vă fure informațiile private. Aceste informații sunt valoroase.',
|
'secure_pw_history' => 'Nu trece nici săptămână și citiți în știri despre un site care pierde parolele utilizatorilor săi. Hackerii și hoții utilizează aceste parole pentru a încerca să vă fure informațiile private. Aceste informații sunt valoroase.',
|
||||||
'secure_pw_ff' => 'Utilizați aceeași parolă pe tot internetul? Dacă un site pierde parola, hackerii au acces la toate datele. Firefly III se bazează pe dvs. pentru a alege o parolă puternică și unică pentru a vă proteja înregistrările financiare.',
|
'secure_pw_ff' => 'Utilizați aceeași parolă pe tot internetul? Dacă un site pierde parola, hackerii au acces la toate datele. Firefly III se bazează pe dvs. pentru a alege o parolă puternică și unică pentru a vă proteja înregistrările financiare.',
|
||||||
'secure_pw_check_box' => 'Pentru a vă ajuta să faceți acest lucru Firefly III poate verifica dacă parola pe care doriți să o utilizați a fost furată în trecut. Dacă este cazul, Firefly III vă sfătuiește NU să utilizați parola respectivă.',
|
'secure_pw_check_box' => 'Pentru a vă ajuta să faceți acest lucru Firefly III poate verifica dacă parola pe care doriți să o utilizați a fost furată în trecut. Dacă este cazul, Firefly III vă sfătuiește NU să utilizați parola respectivă.',
|
||||||
'secure_pw_working_title' => 'Cum funcționează?',
|
'secure_pw_working_title' => 'Cum funcționează?',
|
||||||
'secure_pw_working' => 'Dacă bifați caseta, Firefly III va trimite primele cinci caractere ale hash-ului SHA1 al parolei dvs. la <a href = "https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/ "> site-ul Troy Hunt </a> pentru a vedea dacă este în listă. Acest lucru vă va împiedica să utilizați parole nesigure, așa cum se recomandă în cele mai recente<a href="https://pages.nist.gov/800-63-3/sp800-63b.html"> articole de specialitate pe NIST </a> pe acest subiect.',
|
'secure_pw_working' => 'Dacă bifați caseta, Firefly III va trimite primele cinci caractere ale hash-ului SHA1 al parolei dvs. la <a href = "https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/ "> site-ul Troy Hunt </a> pentru a vedea dacă este în listă. Acest lucru vă va împiedica să utilizați parole nesigure, așa cum se recomandă în cele mai recente<a href="https://pages.nist.gov/800-63-3/sp800-63b.html"> articole de specialitate pe NIST </a> pe acest subiect.',
|
||||||
'secure_pw_should' => 'Ar trebui să bifez caseta??',
|
'secure_pw_should' => 'Ar trebui să bifez caseta??',
|
||||||
'secure_pw_long_password' => 'Da. Verificați întotdeauna că parola este sigură.',
|
'secure_pw_long_password' => 'Da. Verificați întotdeauna că parola este sigură.',
|
||||||
'command_line_token' => 'Token-ul liniei de comandă',
|
'command_line_token' => 'Token-ul liniei de comandă',
|
||||||
'explain_command_line_token' => 'Aveți nevoie de acest token pentru a efectua opțiunile din linie de comandă, cum ar fi importul sau exportul de date. Fără el, astfel de comenzi sensibile nu vor funcționa. Nu partajați token-ul. Nimeni nu vă va cere acest token, nici măcar această aplicație. Dacă vă temeți că ați pierdut acest lucru sau când sunteți paranoic, regenerați acest token folosind butonul.',
|
'explain_command_line_token' => 'Aveți nevoie de acest token pentru a efectua opțiunile din linie de comandă, cum ar fi importul sau exportul de date. Fără el, astfel de comenzi sensibile nu vor funcționa. Nu partajați token-ul. Nimeni nu vă va cere acest token, nici măcar această aplicație. Dacă vă temeți că ați pierdut acest lucru sau când sunteți paranoic, regenerați acest token folosind butonul.',
|
||||||
'regenerate_command_line_token' => 'Regenerați token-ul liniei de comandă',
|
'regenerate_command_line_token' => 'Regenerați token-ul liniei de comandă',
|
||||||
'token_regenerated' => 'A fost generat un nou token de linie de comandă',
|
'token_regenerated' => 'A fost generat un nou token de linie de comandă',
|
||||||
'change_your_email' => 'Schimbați adresa dvs. de e-mail',
|
'change_your_email' => 'Schimbați adresa dvs. de e-mail',
|
||||||
'email_verification' => 'Va fi trimis un email pe vechea si noua adresă de e-mail. Din motive de securitate, nu veți putea să vă conectați până când nu vă confirmați noua adresă de e-mail. Dacă nu sunteți sigur că instalarea dvs. Firefly III este capabilă să trimită e-mailuri, vă rugăm să nu utilizați această caracteristică. Dacă sunteți administrator, puteți testa acest lucru în <a href="/admin"> Admin </a>.',
|
'email_verification' => 'Va fi trimis un email pe vechea si noua adresă de e-mail. Din motive de securitate, nu veți putea să vă conectați până când nu vă confirmați noua adresă de e-mail. Dacă nu sunteți sigur că instalarea dvs. Firefly III este capabilă să trimită e-mailuri, vă rugăm să nu utilizați această caracteristică. Dacă sunteți administrator, puteți testa acest lucru în <a href="/admin"> Admin </a>.',
|
||||||
'email_changed_logout' => 'Până când nu vă confirmați adresa de e-mail, nu vă puteți conecta.',
|
'email_changed_logout' => 'Până când nu vă confirmați adresa de e-mail, nu vă puteți conecta.',
|
||||||
'login_with_new_email' => 'Acum vă puteți conecta cu noua dvs. adresă de e-mail.',
|
'login_with_new_email' => 'Acum vă puteți conecta cu noua dvs. adresă de e-mail.',
|
||||||
'login_with_old_email' => 'Acum puteți să vă conectați din nou cu vechea adresă de e-mail.',
|
'login_with_old_email' => 'Acum puteți să vă conectați din nou cu vechea adresă de e-mail.',
|
||||||
'login_provider_local_only' => 'Această acțiune nu este disponibilă când vă autentificați prin ":login_provider".',
|
'login_provider_local_only' => 'Această acțiune nu este disponibilă când vă autentificați prin ":login_provider".',
|
||||||
'delete_local_info_only' => 'Pentru că vă autentificați prin ":login_provider", acest lucru va șterge numai informațiile locale despre Firefly III.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import și export',
|
'import_and_export_menu' => 'Import și export',
|
||||||
'export_data_title' => 'Exportă date din Firefly III',
|
'export_data_title' => 'Exportă date din Firefly III',
|
||||||
'export_data_menu' => 'Exportă datele',
|
'export_data_menu' => 'Exportă datele',
|
||||||
'export_data_bc' => 'Exportă date din Firefly III',
|
'export_data_bc' => 'Exportă date din Firefly III',
|
||||||
'export_data_main_title' => 'Exportă date din Firefly III',
|
'export_data_main_title' => 'Exportă date din Firefly III',
|
||||||
'export_data_expl' => 'Acest link vă permite să exportați toate tranzacțiile + datele meta de la Firefly III. Vă rugăm să consultați ajutorul (pictograma din dreapta sus (?)) pentru mai multe informații despre proces.',
|
'export_data_expl' => 'Acest link vă permite să exportați toate tranzacțiile + datele meta de la Firefly III. Vă rugăm să consultați ajutorul (pictograma din dreapta sus (?)) pentru mai multe informații despre proces.',
|
||||||
'export_data_all_transactions' => 'Exportă toate tranzacțiile',
|
'export_data_all_transactions' => 'Exportă toate tranzacțiile',
|
||||||
'export_data_advanced_expl' => 'Dacă aveți nevoie de un tip de export mai avansat sau specific, citiți despre modul de utilizare a comenzii în consolă <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Dacă aveți nevoie de un tip de export mai avansat sau specific, citiți despre modul de utilizare a comenzii în consolă <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Un atașament|:count atașamente',
|
'nr_of_attachments' => 'Un atașament|:count atașamente',
|
||||||
'attachments' => 'Atașamente',
|
'attachments' => 'Atașamente',
|
||||||
'edit_attachment' => 'Editați attachment ":name"',
|
'edit_attachment' => 'Editați attachment ":name"',
|
||||||
'update_attachment' => 'Actualizați atașament',
|
'update_attachment' => 'Actualizați atașament',
|
||||||
'delete_attachment' => 'Șterge atașament ":name"',
|
'delete_attachment' => 'Șterge atașament ":name"',
|
||||||
'attachment_deleted' => 'Atașament ":name" șters',
|
'attachment_deleted' => 'Atașament ":name" șters',
|
||||||
'liabilities_deleted' => 'Provizionul ":name" a fost șters',
|
'liabilities_deleted' => 'Provizionul ":name" a fost șters',
|
||||||
'attachment_updated' => 'Atașament ":name" actualizat',
|
'attachment_updated' => 'Atașament ":name" actualizat',
|
||||||
'upload_max_file_size' => 'Dimensiunea maximă a fișierului: :size',
|
'upload_max_file_size' => 'Dimensiunea maximă a fișierului: :size',
|
||||||
'list_all_attachments' => 'Lista tuturor atașamentelor',
|
'list_all_attachments' => 'Lista tuturor atașamentelor',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Cheltuieli',
|
'title_expenses' => 'Cheltuieli',
|
||||||
'title_withdrawal' => 'Cheltuieli',
|
'title_withdrawal' => 'Cheltuieli',
|
||||||
'title_revenue' => 'Venituri',
|
'title_revenue' => 'Venituri',
|
||||||
'title_deposit' => 'Venituri',
|
'title_deposit' => 'Venituri',
|
||||||
'title_transfer' => 'Transferuri',
|
'title_transfer' => 'Transferuri',
|
||||||
'title_transfers' => 'Transferuri',
|
'title_transfers' => 'Transferuri',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Această tranzacție este deja o retragere',
|
'convert_is_already_type_Withdrawal' => 'Această tranzacție este deja o retragere',
|
||||||
@@ -737,7 +764,7 @@ return [
|
|||||||
'update_currency' => 'Actualizați monedă',
|
'update_currency' => 'Actualizați monedă',
|
||||||
'new_default_currency' => ':name este acum moneda implicită.',
|
'new_default_currency' => ':name este acum moneda implicită.',
|
||||||
'cannot_delete_currency' => 'Nu se poate șterge :nume deoarece este încă în uz.',
|
'cannot_delete_currency' => 'Nu se poate șterge :nume deoarece este încă în uz.',
|
||||||
'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.',
|
'cannot_delete_fallback_currency' => ':name este moneda de rezervă a sistemului și nu poate fi ștearsă.',
|
||||||
'cannot_disable_currency_journals' => 'Nu se poate dezactiva :name, deoarece tranzacțiile încă îl utilizează.',
|
'cannot_disable_currency_journals' => 'Nu se poate dezactiva :name, deoarece tranzacțiile încă îl utilizează.',
|
||||||
'cannot_disable_currency_last_left' => 'Nu se poate dezactiva :name, deoarece este ultima monedă activată.',
|
'cannot_disable_currency_last_left' => 'Nu se poate dezactiva :name, deoarece este ultima monedă activată.',
|
||||||
'cannot_disable_currency_account_meta' => 'Nu se poate dezactiva :name deoarece este utilizat în conturile de active.',
|
'cannot_disable_currency_account_meta' => 'Nu se poate dezactiva :name deoarece este utilizat în conturile de active.',
|
||||||
@@ -769,7 +796,7 @@ return [
|
|||||||
'options' => 'Opțiuni',
|
'options' => 'Opțiuni',
|
||||||
|
|
||||||
// budgets:
|
// budgets:
|
||||||
'budget_limit_not_in_range' => 'This amount applies from :start to :end.',
|
'budget_limit_not_in_range' => 'Această sumă se aplică de la :start la :end.',
|
||||||
'total_available_budget' => 'Buget total disponibil (între :start și :end)',
|
'total_available_budget' => 'Buget total disponibil (între :start și :end)',
|
||||||
'total_available_budget_in_currency' => 'Buget total disponibil în :currency',
|
'total_available_budget_in_currency' => 'Buget total disponibil în :currency',
|
||||||
'see_below' => 'vezi mai jos',
|
'see_below' => 'vezi mai jos',
|
||||||
@@ -810,18 +837,18 @@ return [
|
|||||||
'over_budget_warn' => '<i class="fa fa-money"></i> În mod normal bugetați aproximativ :amount pe zi. Acum este :over_amount pe zi. Sunteți sigur?',
|
'over_budget_warn' => '<i class="fa fa-money"></i> În mod normal bugetați aproximativ :amount pe zi. Acum este :over_amount pe zi. Sunteți sigur?',
|
||||||
'transferred_in' => 'Transferat (în)',
|
'transferred_in' => 'Transferat (în)',
|
||||||
'transferred_away' => 'Transferat (departe)',
|
'transferred_away' => 'Transferat (departe)',
|
||||||
'auto_budget_none' => 'No auto-budget',
|
'auto_budget_none' => 'Fără auto-buget',
|
||||||
'auto_budget_reset' => 'Set a fixed amount every period',
|
'auto_budget_reset' => 'Stabiliți o sumă fixă pentru fiecare perioadă',
|
||||||
'auto_budget_rollover' => 'Add an amount every period',
|
'auto_budget_rollover' => 'Adaugă o sumă în fiecare perioadă',
|
||||||
'auto_budget_period_daily' => 'Daily',
|
'auto_budget_period_daily' => 'Zilnic',
|
||||||
'auto_budget_period_weekly' => 'Weekly',
|
'auto_budget_period_weekly' => 'Săptămânal',
|
||||||
'auto_budget_period_monthly' => 'Monthly',
|
'auto_budget_period_monthly' => 'Lunar',
|
||||||
'auto_budget_period_quarterly' => 'Quarterly',
|
'auto_budget_period_quarterly' => 'Trimestrial',
|
||||||
'auto_budget_period_half_year' => 'Every half year',
|
'auto_budget_period_half_year' => 'Fiecare jumătate de an',
|
||||||
'auto_budget_period_yearly' => 'Yearly',
|
'auto_budget_period_yearly' => 'Anual',
|
||||||
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
|
'auto_budget_help' => 'Poți citi mai multe despre această caracteristică din ajutor. Apasă pe icoana din dreapta sus (?).',
|
||||||
'auto_budget_reset_icon' => 'This budget will be set periodically',
|
'auto_budget_reset_icon' => 'Acest buget va fi stabilit periodic',
|
||||||
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
|
'auto_budget_rollover_icon' => 'Suma bugetului va crește periodic',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
'match_between_amounts' => 'Factura se potrivește tranzacțiilor între :low și :high.',
|
'match_between_amounts' => 'Factura se potrivește tranzacțiilor între :low și :high.',
|
||||||
@@ -851,7 +878,7 @@ return [
|
|||||||
'skips_over' => 'sari peste',
|
'skips_over' => 'sari peste',
|
||||||
'bill_store_error' => 'A apărut o eroare neașteptată în timpul stocării facturii noi. Verificați log-urile',
|
'bill_store_error' => 'A apărut o eroare neașteptată în timpul stocării facturii noi. Verificați log-urile',
|
||||||
'list_inactive_rule' => 'regulă inactivă',
|
'list_inactive_rule' => 'regulă inactivă',
|
||||||
'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.',
|
'bill_edit_rules' => 'Firefly III va încerca să editeze și regulile :count legate de această factură. Dacă ați editat aceste reguli chiar dvs., Firefly III nu va schimba nimic.',
|
||||||
|
|
||||||
// accounts:
|
// accounts:
|
||||||
'inactive_account_link' => 'Aveți :count conturi inactive (arhivate), pe care le puteți vizualiza în această pagină separată.',
|
'inactive_account_link' => 'Aveți :count conturi inactive (arhivate), pe care le puteți vizualiza în această pagină separată.',
|
||||||
@@ -942,8 +969,8 @@ return [
|
|||||||
'reconciliation_transaction_title' => 'Reconciliere (:from la :to)',
|
'reconciliation_transaction_title' => 'Reconciliere (:from la :to)',
|
||||||
'sum_of_reconciliation' => 'Suma împăcărilor',
|
'sum_of_reconciliation' => 'Suma împăcărilor',
|
||||||
'reconcile_this_account' => 'Reconciliați acest cont',
|
'reconcile_this_account' => 'Reconciliați acest cont',
|
||||||
'reconcile' => 'Reconcile',
|
'reconcile' => 'Reconcilia',
|
||||||
'show' => 'Show',
|
'show' => 'Afișează',
|
||||||
'confirm_reconciliation' => 'Confirmați reconcilierea',
|
'confirm_reconciliation' => 'Confirmați reconcilierea',
|
||||||
'submitted_start_balance' => 'Balanța inițială afișată',
|
'submitted_start_balance' => 'Balanța inițială afișată',
|
||||||
'selected_transactions' => 'Tranzacții selectate (:count)',
|
'selected_transactions' => 'Tranzacții selectate (:count)',
|
||||||
@@ -986,7 +1013,7 @@ return [
|
|||||||
'deleted_withdrawal' => 'Retragerea ":description" ștearsă cu succes',
|
'deleted_withdrawal' => 'Retragerea ":description" ștearsă cu succes',
|
||||||
'deleted_deposit' => 'Depozitul ":description" șters cu succes',
|
'deleted_deposit' => 'Depozitul ":description" șters cu succes',
|
||||||
'deleted_transfer' => 'Transferul ":description" șters cu succes',
|
'deleted_transfer' => 'Transferul ":description" șters cu succes',
|
||||||
'deleted_reconciliation' => 'Successfully deleted reconciliation transaction ":description"',
|
'deleted_reconciliation' => 'Tranzacție de reconciliere ":description" a fost ștearsă cu succes',
|
||||||
'stored_journal' => 'A fost creată cu succes o tranzacție nouă ":description"',
|
'stored_journal' => 'A fost creată cu succes o tranzacție nouă ":description"',
|
||||||
'stored_journal_no_descr' => 'Tranzacția s-a creat cu succes',
|
'stored_journal_no_descr' => 'Tranzacția s-a creat cu succes',
|
||||||
'updated_journal_no_descr' => 'Tranzacția s-a actualizat cu succes',
|
'updated_journal_no_descr' => 'Tranzacția s-a actualizat cu succes',
|
||||||
@@ -1012,7 +1039,7 @@ return [
|
|||||||
'no_budget' => '(nici un buget)',
|
'no_budget' => '(nici un buget)',
|
||||||
'account_per_budget' => 'Cont pe buget',
|
'account_per_budget' => 'Cont pe buget',
|
||||||
'account_per_category' => 'Cont pe categorie',
|
'account_per_category' => 'Cont pe categorie',
|
||||||
'create_new_object' => 'Create',
|
'create_new_object' => 'Creează',
|
||||||
'empty' => '(gol)',
|
'empty' => '(gol)',
|
||||||
'all_other_budgets' => '(toate celelalte bugete)',
|
'all_other_budgets' => '(toate celelalte bugete)',
|
||||||
'all_other_accounts' => '(toate celelalte conturi)',
|
'all_other_accounts' => '(toate celelalte conturi)',
|
||||||
@@ -1055,9 +1082,9 @@ return [
|
|||||||
'unknown_journal_error' => 'Nu a putut fi stocată tranzacția. Te rog verifică log-urile.',
|
'unknown_journal_error' => 'Nu a putut fi stocată tranzacția. Te rog verifică log-urile.',
|
||||||
'attachment_not_found' => 'Acest atașament nu a putut fi găsit.',
|
'attachment_not_found' => 'Acest atașament nu a putut fi găsit.',
|
||||||
'journal_link_bill' => 'Această tranzacție este legată de factura <a href=":route">:nume </a>. Pentru a elimina conexiunea, debifați caseta de selectare. Utilizați regulile pentru conectarea la o altă factură.',
|
'journal_link_bill' => 'Această tranzacție este legată de factura <a href=":route">:nume </a>. Pentru a elimina conexiunea, debifați caseta de selectare. Utilizați regulile pentru conectarea la o altă factură.',
|
||||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID} ("{title}")</a> has been stored.',
|
'transaction_stored_link' => '<a href="transactions/show/{ID}">Tranzacția #{ID} ("{title}")</a> a fost stocată.',
|
||||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been stored.',
|
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Tranzacția #{ID}</a> a fost stocată.',
|
||||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been updated.',
|
'transaction_updated_link' => '<a href="transactions/show/{ID}">Tranzacția #{ID}</a> a fost actualizată.',
|
||||||
|
|
||||||
// new user:
|
// new user:
|
||||||
'welcome' => 'Bine ați venit!',
|
'welcome' => 'Bine ați venit!',
|
||||||
@@ -1150,15 +1177,15 @@ return [
|
|||||||
'errors' => 'Erori',
|
'errors' => 'Erori',
|
||||||
'debt_start_date' => 'Data de începere a datoriilor',
|
'debt_start_date' => 'Data de începere a datoriilor',
|
||||||
'debt_start_amount' => 'Valoarea inițială a datoriei',
|
'debt_start_amount' => 'Valoarea inițială a datoriei',
|
||||||
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
|
'debt_start_amount_help' => 'Este întotdeauna cel mai bine să setezi această valoare la o valoare negativă. Citește paginile de ajutor [iconița din dreapta sus (?)] pentru mai multe informații.',
|
||||||
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
|
'interest_period_help' => 'Acest câmp este pur cosmetic și nu va fi calculat pentru tine. Se pare că băncile sunt foarte deranjante așa că Firefly III nu reușește niciodată.',
|
||||||
'store_new_liabilities_account' => 'Salvați provizion nou',
|
'store_new_liabilities_account' => 'Salvați provizion nou',
|
||||||
'edit_liabilities_account' => 'Editați provizion ":name"',
|
'edit_liabilities_account' => 'Editați provizion ":name"',
|
||||||
'financial_control' => 'Financial control',
|
'financial_control' => 'Controlul financiar',
|
||||||
'accounting' => 'Accounting',
|
'accounting' => 'Contabilitate',
|
||||||
'automation' => 'Automation',
|
'automation' => 'Automatizare',
|
||||||
'others' => 'Others',
|
'others' => 'Altele',
|
||||||
'classification' => 'Classification',
|
'classification' => 'Clasificare',
|
||||||
|
|
||||||
// reports:
|
// reports:
|
||||||
'report_default' => 'Raportul financiar prestabilit între :start și :end',
|
'report_default' => 'Raportul financiar prestabilit între :start și :end',
|
||||||
@@ -1359,7 +1386,7 @@ return [
|
|||||||
'store_configuration' => 'Salvați configurarea',
|
'store_configuration' => 'Salvați configurarea',
|
||||||
'single_user_administration' => 'Administrare utilizator pentru :email',
|
'single_user_administration' => 'Administrare utilizator pentru :email',
|
||||||
'edit_user' => 'Editați user :email',
|
'edit_user' => 'Editați user :email',
|
||||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="/preferences">settings</a>.',
|
'hidden_fields_preferences' => 'Puteți activa mai multe opțiuni de tranzacție în <a href="/preferences">setările dvs</a>.',
|
||||||
'user_data_information' => 'Datele utilizatorului',
|
'user_data_information' => 'Datele utilizatorului',
|
||||||
'user_information' => 'Informații utilizator',
|
'user_information' => 'Informații utilizator',
|
||||||
'total_size' => 'marimea totală',
|
'total_size' => 'marimea totală',
|
||||||
@@ -1383,15 +1410,15 @@ return [
|
|||||||
'send_test_email_text' => 'Pentru a vedea dacă instalarea dvs. este capabilă să trimită un e-mail, vă rugăm să apăsați acest buton. Nu veți vedea o eroare aici (dacă există), <strong> log-urile vor reflecta orice eroare </ strong>. Puteți apăsa acest buton ori de câte ori doriți. Nu există niciun control spam. Mesajul va fi trimis la <code>:email</ code> și ar trebui să sosească în scurt timp.',
|
'send_test_email_text' => 'Pentru a vedea dacă instalarea dvs. este capabilă să trimită un e-mail, vă rugăm să apăsați acest buton. Nu veți vedea o eroare aici (dacă există), <strong> log-urile vor reflecta orice eroare </ strong>. Puteți apăsa acest buton ori de câte ori doriți. Nu există niciun control spam. Mesajul va fi trimis la <code>:email</ code> și ar trebui să sosească în scurt timp.',
|
||||||
'send_message' => 'Trimite mesaj',
|
'send_message' => 'Trimite mesaj',
|
||||||
'send_test_triggered' => 'Testul a fost declanșat. Verificați mesajele primite și log-urile.',
|
'send_test_triggered' => 'Testul a fost declanșat. Verificați mesajele primite și log-urile.',
|
||||||
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
|
'give_admin_careful' => 'Utilizatorii cărora li se acordă drepturi de administrator pot lua drepturile dvs. Fiți atenți.',
|
||||||
|
|
||||||
'split_transaction_title' => 'Descrierea tranzacției divizate',
|
'split_transaction_title' => 'Descrierea tranzacției divizate',
|
||||||
'split_transaction_title_help' => 'Dacă creați o tranzacție divizată, trebuie să existe o descriere globală pentru toate diviziunile tranzacției.',
|
'split_transaction_title_help' => 'Dacă creați o tranzacție divizată, trebuie să existe o descriere globală pentru toate diviziunile tranzacției.',
|
||||||
'split_title_help' => 'Dacă creați o tranzacție divizată, trebuie să existe o descriere globală pentru toate diviziunile tranzacției.',
|
'split_title_help' => 'Dacă creați o tranzacție divizată, trebuie să existe o descriere globală pentru toate diviziunile tranzacției.',
|
||||||
'transaction_information' => 'Informații despre tranzacții',
|
'transaction_information' => 'Informații despre tranzacții',
|
||||||
'you_create_transfer' => 'You\'re creating a transfer.',
|
'you_create_transfer' => 'Creezi un transfer.',
|
||||||
'you_create_withdrawal' => 'You\'re creating a withdrawal.',
|
'you_create_withdrawal' => 'Creezi o retragere.',
|
||||||
'you_create_deposit' => 'You\'re creating a deposit.',
|
'you_create_deposit' => 'Creezi un depozit.',
|
||||||
|
|
||||||
|
|
||||||
// links
|
// links
|
||||||
@@ -1448,13 +1475,13 @@ return [
|
|||||||
'(partially) refunds_outward' => '(parțial) restituiri',
|
'(partially) refunds_outward' => '(parțial) restituiri',
|
||||||
'(partially) pays for_outward' => '(parțial) plătește pentru',
|
'(partially) pays for_outward' => '(parțial) plătește pentru',
|
||||||
'(partially) reimburses_outward' => '(parțial) ramburseaza',
|
'(partially) reimburses_outward' => '(parțial) ramburseaza',
|
||||||
'is (partially) refunded by' => 'is (partially) refunded by',
|
'is (partially) refunded by' => 'este (parțial) rambursat de către',
|
||||||
'is (partially) paid for by' => 'is (partially) paid for by',
|
'is (partially) paid for by' => 'este (parțial) plătit de către',
|
||||||
'is (partially) reimbursed by' => 'is (partially) reimbursed by',
|
'is (partially) reimbursed by' => 'este (parțial) rambursat de către',
|
||||||
'relates to' => 'relates to',
|
'relates to' => 'asociat cu',
|
||||||
'(partially) refunds' => '(partially) refunds',
|
'(partially) refunds' => '(parțial) restituiri',
|
||||||
'(partially) pays for' => '(partially) pays for',
|
'(partially) pays for' => '(parțial) plătește pentru',
|
||||||
'(partially) reimburses' => '(partially) reimburses',
|
'(partially) reimburses' => '(parțial) ramburseaza',
|
||||||
|
|
||||||
// split a transaction:
|
// split a transaction:
|
||||||
'splits' => 'Desparte',
|
'splits' => 'Desparte',
|
||||||
@@ -1479,12 +1506,12 @@ return [
|
|||||||
'import_index_title' => 'Importă tranzacții în Firefly III',
|
'import_index_title' => 'Importă tranzacții în Firefly III',
|
||||||
'import_data' => 'Importă date',
|
'import_data' => 'Importă date',
|
||||||
'import_transactions' => 'Importă tranzacții',
|
'import_transactions' => 'Importă tranzacții',
|
||||||
'import_tools_title' => 'Import tools',
|
'import_tools_title' => 'Importă unelte',
|
||||||
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
|
'tools_index_intro' => 'Există mai multe instrumente pentru a importa date în Firefly III. Verificați-le mai jos. Pentru mai multe informații, consultați <a href="https://docs.firefly-iii.org/importing-data/introduction">această pagină</a>.',
|
||||||
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
'firefly_iii_csv_importer_name' => 'Importator CSV Firefly III',
|
||||||
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
'firefly_iii_bunq_importer_name' => 'Firefly III importator bunq 🌈',
|
||||||
'firefly_iii_ynab_importer_name' => 'Firefly III YNAB importer',
|
'firefly_iii_ynab_importer_name' => 'Firefly III importer YNAB',
|
||||||
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
|
'ludo_revolut_importer_name' => 'Importer Revolut de la Ludo444',
|
||||||
//
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Această funcție nu este disponibilă când utilizați Firefly III într-un mediu Sandstorm.io.',
|
'sandstorm_not_available' => 'Această funcție nu este disponibilă când utilizați Firefly III într-un mediu Sandstorm.io.',
|
||||||
@@ -1541,7 +1568,7 @@ return [
|
|||||||
|
|
||||||
// recurring transactions
|
// recurring transactions
|
||||||
'recurrences' => 'Tranzacții recurente',
|
'recurrences' => 'Tranzacții recurente',
|
||||||
'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.',
|
'repeat_until_in_past' => 'Această tranzacție recurentă a încetat să se mai repete la :date.',
|
||||||
'recurring_calendar_view' => 'Calendar',
|
'recurring_calendar_view' => 'Calendar',
|
||||||
'no_recurring_title_default' => 'Să cream o tranzacție recurentă!',
|
'no_recurring_title_default' => 'Să cream o tranzacție recurentă!',
|
||||||
'no_recurring_intro_default' => 'Nu ai încă nici o tranzacție recurentă. Puteți utiliza aceste pentru a face Firefly III să creeze automat tranzacții pentru dvs..',
|
'no_recurring_intro_default' => 'Nu ai încă nici o tranzacție recurentă. Puteți utiliza aceste pentru a face Firefly III să creeze automat tranzacții pentru dvs..',
|
||||||
@@ -1622,28 +1649,28 @@ return [
|
|||||||
'box_spend_per_day' => 'Rămas de cheltui pe zi: :amount',
|
'box_spend_per_day' => 'Rămas de cheltui pe zi: :amount',
|
||||||
|
|
||||||
// telemetry
|
// telemetry
|
||||||
'telemetry_admin_index' => 'Telemetry',
|
'telemetry_admin_index' => 'Telemetrie',
|
||||||
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
|
'telemetry_intro' => 'Firefly III acceptă colectarea și trimiterea telemetrului de utilizare. Aceasta înseamnă că Firefly III va încerca să colecteze informații despre modul în care utilizați Firefly III și să le trimită dezvoltatorului Firefly III. Acest lucru este întotdeauna opt-in, și este dezactivat în mod implicit. Firefly III nu va colecta și nu va trimite niciodată informații financiare. Firefly III nu va colecta sau trimite niciodată meta-informații financiare, cum ar fi sume sau calcule. Datele colectate nu vor fi niciodată accesibile publicului.',
|
||||||
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://docs.firefly-iii.org/support/telemetry">or visit the documentation page</a>.',
|
'telemetry_what_collected' => 'Ceea ce Firefly III colectează și trimite exact este diferit pentru fiecare versiune. Se execută versiunea :version. Ceea ce colectează Firefly III în versiunea :version este ceva ce poți citi în paginile de ajutor. Faceți clic pe pictograma (?)-din colțul din dreapta sus <a href="https://docs.firefly-iii.org/support/telemetry">sau vizitați pagina de documentare</a>.',
|
||||||
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
|
'telemetry_is_enabled_yes_no' => 'Este activată telemezia pentru Firefly III?',
|
||||||
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
|
'telemetry_disabled_no' => 'Telemetria NU este activată',
|
||||||
'telemetry_disabled_yes' => 'Telemetry is enabled',
|
'telemetry_disabled_yes' => 'Telemetria este activată',
|
||||||
'telemetry_enabled_now_what' => 'You can disable telemetry the same way you enabled it: in your .env file or in your Docker configuration.',
|
'telemetry_enabled_now_what' => 'Puteți dezactiva telemetria în același mod în care ați activat-o: în fișierul .env sau în configurația Docker.',
|
||||||
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
|
'telemetry_disabled_now_what' => 'Dacă vreți, puteți activa telemetria în fișierul dvs. .env sau în configurația Docker.',
|
||||||
'telemetry_collected_info' => 'Collected information',
|
'telemetry_collected_info' => 'Informații colectate',
|
||||||
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
|
'no_telemetry_present' => 'Firefly III a colectat zero înregistrări telemetrice.',
|
||||||
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
|
'records_telemetry_present' => 'Firefly III a colectat :count înregistrari telemetrice.',
|
||||||
'telemetry_button_view' => 'View telemetry',
|
'telemetry_button_view' => 'Vizualizare telemetrie',
|
||||||
'telemetry_button_delete' => 'Delete all telemetry',
|
'telemetry_button_delete' => 'Ştergeţi toate telemetria',
|
||||||
'telemetry_admin_overview' => 'Telemetry overview',
|
'telemetry_admin_overview' => 'Prezentare telemetrie',
|
||||||
'telemetry_back_to_index' => 'Back to telemetry index',
|
'telemetry_back_to_index' => 'Înapoi la indexul telemetriei',
|
||||||
'not_yet_submitted' => 'Not yet submitted',
|
'not_yet_submitted' => 'Nu a fost încă trimis',
|
||||||
'telemetry_type_feature' => 'Feature flag',
|
'telemetry_type_feature' => 'Semnalări ale funcției',
|
||||||
'telemetry_type_string' => 'Text',
|
'telemetry_type_string' => 'Text',
|
||||||
'telemetry_type_recurring' => 'Recurring',
|
'telemetry_type_recurring' => 'Recurentă',
|
||||||
'telemetry_submit_all' => 'Submit records',
|
'telemetry_submit_all' => 'Trimite inregistrari',
|
||||||
'telemetry_delete_submitted_records' => 'Delete submitted records',
|
'telemetry_delete_submitted_records' => 'Ștergeți înregistrările trimise',
|
||||||
'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.',
|
'telemetry_submission_executed' => 'Înregistrările au fost trimise. Verificaţi fişierele jurnal pentru mai multe informaţii.',
|
||||||
'telemetry_all_deleted' => 'All telemetry records have been deleted.',
|
'telemetry_all_deleted' => 'Toate înregistrările telemetrice au fost șterse.',
|
||||||
'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.'
|
'telemetry_submitted_deleted' => 'Toate înregistrările telemetrice transmise au fost șterse.'
|
||||||
];
|
];
|
||||||
|
@@ -43,7 +43,7 @@ return [
|
|||||||
'journal_currency_id' => 'Monedă',
|
'journal_currency_id' => 'Monedă',
|
||||||
'currency_id' => 'Monedă',
|
'currency_id' => 'Monedă',
|
||||||
'transaction_currency_id' => 'Monedă',
|
'transaction_currency_id' => 'Monedă',
|
||||||
'auto_budget_currency_id' => 'Currency',
|
'auto_budget_currency_id' => 'Monedă',
|
||||||
'external_ip' => 'IP-ul extern al serverului dvs.',
|
'external_ip' => 'IP-ul extern al serverului dvs.',
|
||||||
'attachments' => 'Fișiere atașate',
|
'attachments' => 'Fișiere atașate',
|
||||||
'journal_amount' => 'Suma',
|
'journal_amount' => 'Suma',
|
||||||
@@ -194,7 +194,7 @@ return [
|
|||||||
'blocked' => 'Este blocat?',
|
'blocked' => 'Este blocat?',
|
||||||
'blocked_code' => 'Motiv pentru blocare',
|
'blocked_code' => 'Motiv pentru blocare',
|
||||||
'login_name' => 'Logare',
|
'login_name' => 'Logare',
|
||||||
'is_owner' => 'Is admin?',
|
'is_owner' => 'Este administrator?',
|
||||||
|
|
||||||
// import
|
// import
|
||||||
'apply_rules' => 'Aplică reguli',
|
'apply_rules' => 'Aplică reguli',
|
||||||
@@ -262,14 +262,14 @@ return [
|
|||||||
'expected_on' => 'Așteptat pe',
|
'expected_on' => 'Așteptat pe',
|
||||||
'paid' => 'Plătit',
|
'paid' => 'Plătit',
|
||||||
|
|
||||||
'auto_budget_type' => 'Auto-budget',
|
'auto_budget_type' => 'Auto-buget',
|
||||||
'auto_budget_amount' => 'Auto-budget amount',
|
'auto_budget_amount' => 'Suma auto-bugetului',
|
||||||
'auto_budget_period' => 'Auto-budget period',
|
'auto_budget_period' => 'Perioadă auto-buget',
|
||||||
|
|
||||||
'collected' => 'Collected',
|
'collected' => 'Colectat',
|
||||||
'submitted' => 'Submitted',
|
'submitted' => 'Trimis',
|
||||||
'key' => 'Key',
|
'key' => 'Cheie',
|
||||||
'value' => 'Content of record'
|
'value' => 'Conținutul înregistrării'
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@@ -38,7 +38,7 @@ return [
|
|||||||
|
|
||||||
// notices about the CSV importer:
|
// notices about the CSV importer:
|
||||||
'deprecate_csv_import' => 'După cum s-a subliniat în <a href="https://www.patreon.com/posts/future-updates-30012174"> această postare Patreon </a>, modul în care Firefly III gestionează importul de date se va schimba. Aceasta înseamnă că importatorul CSV va fi mutat într-un instrument nou, separat. Puteți deja testa acest instrument dacă accesați <a href="https://github.com/firefly-iii/csv-importer"> acest repository de pe GitHub </a>. Aș aprecia dacă ați testa noul importator și ați anunța ce credeți.',
|
'deprecate_csv_import' => 'După cum s-a subliniat în <a href="https://www.patreon.com/posts/future-updates-30012174"> această postare Patreon </a>, modul în care Firefly III gestionează importul de date se va schimba. Aceasta înseamnă că importatorul CSV va fi mutat într-un instrument nou, separat. Puteți deja testa acest instrument dacă accesați <a href="https://github.com/firefly-iii/csv-importer"> acest repository de pe GitHub </a>. Aș aprecia dacă ați testa noul importator și ați anunța ce credeți.',
|
||||||
'final_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that this is the last version of Firefly III that will feature a CSV importer. A separated tool is available that you should try for yourself: <a href="https://github.com/firefly-iii/csv-importer">the Firefly III CSV importer</a>. I would appreciate it if you would test the new importer and let me know what you think.',
|
'final_csv_import' => 'După cum s-a subliniat în <a href="https://www.patreon.com/posts/future-updates-30012174"> această postare Patreon </a>, modul în care Firefly III gestionează importul de date se va schimba. Aceasta înseamnă că importatorul CSV va fi mutat într-un instrument nou, separat. Puteți deja testa acest instrument dacă accesați <a href="https://github.com/firefly-iii/csv-importer"> acest repository de pe GitHub </a>. Aș aprecia dacă ați testa noul importator și ați anunța ce credeți.',
|
||||||
|
|
||||||
// import provider strings (index):
|
// import provider strings (index):
|
||||||
'button_fake' => 'Simulează un import',
|
'button_fake' => 'Simulează un import',
|
||||||
|
@@ -202,7 +202,7 @@ return [
|
|||||||
'gte.string' => ':attribute trebuie să fie mai mare sau egal cu :value caractere.',
|
'gte.string' => ':attribute trebuie să fie mai mare sau egal cu :value caractere.',
|
||||||
'gte.array' => ':attribute trebuie sa aiba :value valori sau mai multe.',
|
'gte.array' => ':attribute trebuie sa aiba :value valori sau mai multe.',
|
||||||
|
|
||||||
'amount_required_for_auto_budget' => 'The amount is required.',
|
'amount_required_for_auto_budget' => 'Suma este necesară.',
|
||||||
'auto_budget_amount_positive' => 'The amount must be more than zero.',
|
'auto_budget_amount_positive' => 'Suma trebuie să fie mai mare decât zero.',
|
||||||
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
|
'auto_budget_period_mandatory' => 'Perioada de autobuget este un câmp obligatoriu.',
|
||||||
];
|
];
|
||||||
|
96
resources/lang/ru_RU/email.php
Normal file
96
resources/lang/ru_RU/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Все суммы относятся к выбранному диапазону',
|
'sums_apply_to_range' => 'Все суммы относятся к выбранному диапазону',
|
||||||
'mapbox_api_key' => 'Чтобы использовать карту, получите ключ API от сервиса <a href="https://www.mapbox.com/">Mapbox</a>. Откройте файл <code>.env</code> и введите этот код в строке <code>MAPBOX_API_KEY = </code>.',
|
'mapbox_api_key' => 'Чтобы использовать карту, получите ключ API от сервиса <a href="https://www.mapbox.com/">Mapbox</a>. Откройте файл <code>.env</code> и введите этот код в строке <code>MAPBOX_API_KEY = </code>.',
|
||||||
'press_object_location' => 'Щёлкните правой кнопкой мыши или надолго нажмите на сенсорный экран, чтобы установить местоположение объекта.',
|
'press_object_location' => 'Щёлкните правой кнопкой мыши или надолго нажмите на сенсорный экран, чтобы установить местоположение объекта.',
|
||||||
'clear_location' => 'Очистить местоположение',
|
'clear_location' => 'Очистить местоположение',
|
||||||
'delete_all_selected_tags' => 'Удалить все выбранные метки',
|
'delete_all_selected_tags' => 'Удалить все выбранные метки',
|
||||||
'select_tags_to_delete' => 'Не забудьте выбрать несколько меток.',
|
'select_tags_to_delete' => 'Не забудьте выбрать несколько меток.',
|
||||||
'deleted_x_tags' => 'Удалено :count меток.',
|
'deleted_x_tags' => 'Удалено :count меток.',
|
||||||
'create_rule_from_transaction' => 'Создать правило на основе транзакции',
|
'create_rule_from_transaction' => 'Создать правило на основе транзакции',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(equal to language)',
|
||||||
'pref_home_screen_accounts' => 'Счета, отображаемые в сводке',
|
'pref_home_screen_accounts' => 'Счета, отображаемые в сводке',
|
||||||
'pref_home_screen_accounts_help' => 'Какие счета нужно отображать в сводке на главной странице?',
|
'pref_home_screen_accounts_help' => 'Какие счета нужно отображать в сводке на главной странице?',
|
||||||
'pref_view_range' => 'Диапазон просмотра',
|
'pref_view_range' => 'Диапазон просмотра',
|
||||||
'pref_view_range_help' => 'Некоторые графики автоматически сгруппированы по периодам. Ваш бюджет также будет сгруппирован по периодам. Какой период вы предпочитаете?',
|
'pref_view_range_help' => 'Некоторые графики автоматически сгруппированы по периодам. Ваш бюджет также будет сгруппирован по периодам. Какой период вы предпочитаете?',
|
||||||
'pref_1D' => 'Один день',
|
'pref_1D' => 'Один день',
|
||||||
'pref_1W' => 'Одна неделя',
|
'pref_1W' => 'Одна неделя',
|
||||||
'pref_1M' => 'Один месяц',
|
'pref_1M' => 'Один месяц',
|
||||||
'pref_3M' => 'Три месяца (квартал)',
|
'pref_3M' => 'Три месяца (квартал)',
|
||||||
'pref_6M' => 'Шесть месяцев',
|
'pref_6M' => 'Шесть месяцев',
|
||||||
'pref_1Y' => 'Один год',
|
'pref_1Y' => 'Один год',
|
||||||
'pref_languages' => 'Языки',
|
'pref_languages' => 'Языки',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Locale settings',
|
||||||
'pref_languages_help' => 'Firefly III поддерживает несколько языков. Какой язык вы предпочитаете?',
|
'pref_languages_help' => 'Firefly III поддерживает несколько языков. Какой язык вы предпочитаете?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Параметры финансового года',
|
'pref_custom_fiscal_year' => 'Параметры финансового года',
|
||||||
'pref_custom_fiscal_year_label' => 'Включить',
|
'pref_custom_fiscal_year_label' => 'Включить',
|
||||||
'pref_custom_fiscal_year_help' => 'Для стран, в которых финансовый год начинается не 1 января, а заканчивается не 31 декабря, вы должны указать даты начала и окончания финансового года',
|
'pref_custom_fiscal_year_help' => 'Для стран, в которых финансовый год начинается не 1 января, а заканчивается не 31 декабря, вы должны указать даты начала и окончания финансового года',
|
||||||
'pref_fiscal_year_start_label' => 'Дата начала финансового года',
|
'pref_fiscal_year_start_label' => 'Дата начала финансового года',
|
||||||
'pref_two_factor_auth' => 'Двухэтапная аутентификация',
|
'pref_two_factor_auth' => 'Двухэтапная аутентификация',
|
||||||
'pref_two_factor_auth_help' => 'Когда вы включаете двухэтапную аутентификацию (также известную как двухфакторная аутентификация), вы добавляете дополнительный уровень безопасности в свою учётную запись. Вы входите в систему со своим паролем и ещё чем-то, что есть только у вас (код подтверждения). Коды подтверждения генерируются приложением на вашем телефоне, например, Authy или Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Когда вы включаете двухэтапную аутентификацию (также известную как двухфакторная аутентификация), вы добавляете дополнительный уровень безопасности в свою учётную запись. Вы входите в систему со своим паролем и ещё чем-то, что есть только у вас (код подтверждения). Коды подтверждения генерируются приложением на вашем телефоне, например, Authy или Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Включить двухэтапную аутентификацию',
|
'pref_enable_two_factor_auth' => 'Включить двухэтапную аутентификацию',
|
||||||
'pref_two_factor_auth_disabled' => 'Двухэтапную код подтверждения удалён и отключен',
|
'pref_two_factor_auth_disabled' => 'Двухэтапную код подтверждения удалён и отключен',
|
||||||
'pref_two_factor_auth_remove_it' => 'Не забудьте удалить учётную запись из своего приложения для аутентификации!',
|
'pref_two_factor_auth_remove_it' => 'Не забудьте удалить учётную запись из своего приложения для аутентификации!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Пароль изменён!',
|
'password_changed' => 'Пароль изменён!',
|
||||||
'should_change' => 'Кажется, нужно изменить пароль.',
|
'should_change' => 'Кажется, нужно изменить пароль.',
|
||||||
'invalid_password' => 'Неверный пароль!',
|
'invalid_password' => 'Неверный пароль!',
|
||||||
'what_is_pw_security' => 'Что такое «проверка безопасности паролей»?',
|
'what_is_pw_security' => 'Что такое «проверка безопасности паролей»?',
|
||||||
'secure_pw_title' => 'Как выбрать безопасный пароль',
|
'secure_pw_title' => 'Как выбрать безопасный пароль',
|
||||||
'secure_pw_history' => 'Каждую неделю вы читаете в новостях о сайтах, теряющих пароли своих пользователей. Хакеры и воры используют эти пароли, чтобы попытаться украсть вашу личную информацию. Эта информация является ценной.',
|
'secure_pw_history' => 'Каждую неделю вы читаете в новостях о сайтах, теряющих пароли своих пользователей. Хакеры и воры используют эти пароли, чтобы попытаться украсть вашу личную информацию. Эта информация является ценной.',
|
||||||
'secure_pw_ff' => 'Вы используете один и тот же пароль по всему Интернету? Если один сайт потеряет ваш пароль, хакеры получат полный доступ ко всем вашим данным. Firefly III надеется, что вы выберите хороший и уникальный пароль для защиты своих финансовых данных.',
|
'secure_pw_ff' => 'Вы используете один и тот же пароль по всему Интернету? Если один сайт потеряет ваш пароль, хакеры получат полный доступ ко всем вашим данным. Firefly III надеется, что вы выберите хороший и уникальный пароль для защиты своих финансовых данных.',
|
||||||
'secure_pw_check_box' => 'Чтобы помочь вам, Firefly III может проверить, был ли использован пароль, который вы хотите использовать, где-то ещё. Если это так, Firefly III советует вам НЕ использовать такой пароль.',
|
'secure_pw_check_box' => 'Чтобы помочь вам, Firefly III может проверить, был ли использован пароль, который вы хотите использовать, где-то ещё. Если это так, Firefly III советует вам НЕ использовать такой пароль.',
|
||||||
'secure_pw_working_title' => 'Как это работает?',
|
'secure_pw_working_title' => 'Как это работает?',
|
||||||
'secure_pw_working' => 'Если вы установите данный флажок, Firefly III отправит первые 5 символов SHA1-хэша вашего пароля на <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">сайт Troy Hunt</a>, чтобы узнать, есть ли он в списке. Согласно рекомендациям по данному вопросу, опубликованным недавно в <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a>, такая проверка защитит вас от использования небезопасных паролей.',
|
'secure_pw_working' => 'Если вы установите данный флажок, Firefly III отправит первые 5 символов SHA1-хэша вашего пароля на <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">сайт Troy Hunt</a>, чтобы узнать, есть ли он в списке. Согласно рекомендациям по данному вопросу, опубликованным недавно в <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a>, такая проверка защитит вас от использования небезопасных паролей.',
|
||||||
'secure_pw_should' => 'Должен ли я установить флажок?',
|
'secure_pw_should' => 'Должен ли я установить флажок?',
|
||||||
'secure_pw_long_password' => 'Да. Всегда проверять безопасность моего пароля.',
|
'secure_pw_long_password' => 'Да. Всегда проверять безопасность моего пароля.',
|
||||||
'command_line_token' => 'Токен командной строки',
|
'command_line_token' => 'Токен командной строки',
|
||||||
'explain_command_line_token' => 'Этот токен необходим для выполнения операций из командной строки (таких как импорт или экспорт данных). Без него такие чувствительные команды не будут работать. Не показывайте никому свой токен. Никто не попросит у вас эту информацию, даже я. Если вы боитесь, что потеряли этот токен, или у вас паранойя, вы можете сгенерировать новый токен с помощью этой кнопки.',
|
'explain_command_line_token' => 'Этот токен необходим для выполнения операций из командной строки (таких как импорт или экспорт данных). Без него такие чувствительные команды не будут работать. Не показывайте никому свой токен. Никто не попросит у вас эту информацию, даже я. Если вы боитесь, что потеряли этот токен, или у вас паранойя, вы можете сгенерировать новый токен с помощью этой кнопки.',
|
||||||
'regenerate_command_line_token' => 'Сгенерировать новый токен командной строки',
|
'regenerate_command_line_token' => 'Сгенерировать новый токен командной строки',
|
||||||
'token_regenerated' => 'Новый токен командной строки сгенерирован',
|
'token_regenerated' => 'Новый токен командной строки сгенерирован',
|
||||||
'change_your_email' => 'Изменить ваш адрес электронной почты',
|
'change_your_email' => 'Изменить ваш адрес электронной почты',
|
||||||
'email_verification' => 'Письмо будет отправлено на ваши адреса электронной почты: старый и новый. В целях безопасности, вы не сможете войти в систему, пока не подтвердите новый адрес электронной почты. Если вы не уверены, что ваша установка Firefly III может отправлять электронную почту, не используйте эту функцию. Если вы являетесь администратором, вы можете проверить это на странице <a href="/admin">Администрирование</a>.',
|
'email_verification' => 'Письмо будет отправлено на ваши адреса электронной почты: старый и новый. В целях безопасности, вы не сможете войти в систему, пока не подтвердите новый адрес электронной почты. Если вы не уверены, что ваша установка Firefly III может отправлять электронную почту, не используйте эту функцию. Если вы являетесь администратором, вы можете проверить это на странице <a href="/admin">Администрирование</a>.',
|
||||||
'email_changed_logout' => 'Пока вы не подтвердите свой адрес электронной почты, вы не сможете войти в систему.',
|
'email_changed_logout' => 'Пока вы не подтвердите свой адрес электронной почты, вы не сможете войти в систему.',
|
||||||
'login_with_new_email' => 'Теперь вы можете войти с новым адресом электронной почты.',
|
'login_with_new_email' => 'Теперь вы можете войти с новым адресом электронной почты.',
|
||||||
'login_with_old_email' => 'Теперь вы можете снова войти со своим старым адресом электронной почты.',
|
'login_with_old_email' => 'Теперь вы можете снова войти со своим старым адресом электронной почты.',
|
||||||
'login_provider_local_only' => 'Это действие недоступно при аутентификации через ":login_provider".',
|
'login_provider_local_only' => 'Это действие недоступно при аутентификации через ":login_provider".',
|
||||||
'delete_local_info_only' => 'Поскольку вы авторизовались через ":login_provider", это приведёт к удалению только локальной информации Firefly III.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Импорт и экспорт',
|
'import_and_export_menu' => 'Импорт и экспорт',
|
||||||
'export_data_title' => 'Экспорт данных из Firefly III',
|
'export_data_title' => 'Экспорт данных из Firefly III',
|
||||||
'export_data_menu' => 'Экспорт данных',
|
'export_data_menu' => 'Экспорт данных',
|
||||||
'export_data_bc' => 'Экспорт данных из Firefly III',
|
'export_data_bc' => 'Экспорт данных из Firefly III',
|
||||||
'export_data_main_title' => 'Экспорт данных из Firefly III',
|
'export_data_main_title' => 'Экспорт данных из Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Экспорт всех транзакций',
|
'export_data_all_transactions' => 'Экспорт всех транзакций',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Одно вложение |:count вложений',
|
'nr_of_attachments' => 'Одно вложение |:count вложений',
|
||||||
'attachments' => 'Вложения',
|
'attachments' => 'Вложения',
|
||||||
'edit_attachment' => 'Изменить вложение ":name"',
|
'edit_attachment' => 'Изменить вложение ":name"',
|
||||||
'update_attachment' => 'Обновить вложение',
|
'update_attachment' => 'Обновить вложение',
|
||||||
'delete_attachment' => 'Удалить вложение ":name"',
|
'delete_attachment' => 'Удалить вложение ":name"',
|
||||||
'attachment_deleted' => 'Вложение ":name" удалено',
|
'attachment_deleted' => 'Вложение ":name" удалено',
|
||||||
'liabilities_deleted' => 'Долговой счёт ":name" удалён',
|
'liabilities_deleted' => 'Долговой счёт ":name" удалён',
|
||||||
'attachment_updated' => 'Вложение ":name" обновлено',
|
'attachment_updated' => 'Вложение ":name" обновлено',
|
||||||
'upload_max_file_size' => 'Максимальный размер файла: :size',
|
'upload_max_file_size' => 'Максимальный размер файла: :size',
|
||||||
'list_all_attachments' => 'Список всех вложений',
|
'list_all_attachments' => 'Список всех вложений',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Расходы',
|
'title_expenses' => 'Расходы',
|
||||||
'title_withdrawal' => 'Расходы',
|
'title_withdrawal' => 'Расходы',
|
||||||
'title_revenue' => 'Доход',
|
'title_revenue' => 'Доход',
|
||||||
'title_deposit' => 'Доход',
|
'title_deposit' => 'Доход',
|
||||||
'title_transfer' => 'Переводы',
|
'title_transfer' => 'Переводы',
|
||||||
'title_transfers' => 'Переводы',
|
'title_transfers' => 'Переводы',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Эта транзакция уже является расходом',
|
'convert_is_already_type_Withdrawal' => 'Эта транзакция уже является расходом',
|
||||||
|
96
resources/lang/sv_SE/email.php
Normal file
96
resources/lang/sv_SE/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Alla summor gäller för valt intervall',
|
'sums_apply_to_range' => 'Alla summor gäller för valt intervall',
|
||||||
'mapbox_api_key' => 'För att använda karta, hämta en API nyckel från <a href="https://www.mapbox.com/">Mapbox</a>. Öppna din <code>.env</code> fil och ange koden efter <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'För att använda karta, hämta en API nyckel från <a href="https://www.mapbox.com/">Mapbox</a>. Öppna din <code>.env</code> fil och ange koden efter <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||||
'clear_location' => 'Rena plats',
|
'clear_location' => 'Rena plats',
|
||||||
'delete_all_selected_tags' => 'Delete all selected tags',
|
'delete_all_selected_tags' => 'Delete all selected tags',
|
||||||
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
||||||
'deleted_x_tags' => 'Deleted :count tag(s).',
|
'deleted_x_tags' => 'Deleted :count tag(s).',
|
||||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
'create_rule_from_transaction' => 'Create rule based on transaction',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(equal to language)',
|
||||||
'pref_home_screen_accounts' => 'Startskäm konton',
|
'pref_home_screen_accounts' => 'Startskäm konton',
|
||||||
'pref_home_screen_accounts_help' => 'Vilka konton ska visas på startskärmen?',
|
'pref_home_screen_accounts_help' => 'Vilka konton ska visas på startskärmen?',
|
||||||
'pref_view_range' => 'Visa intervall',
|
'pref_view_range' => 'Visa intervall',
|
||||||
'pref_view_range_help' => 'Vissa diagram grupperas automatiskt i perioder. Dina budgetar grupperas också i perioder. Vilken period föredrar du?',
|
'pref_view_range_help' => 'Vissa diagram grupperas automatiskt i perioder. Dina budgetar grupperas också i perioder. Vilken period föredrar du?',
|
||||||
'pref_1D' => 'En dag',
|
'pref_1D' => 'En dag',
|
||||||
'pref_1W' => 'En vecka',
|
'pref_1W' => 'En vecka',
|
||||||
'pref_1M' => 'En månad',
|
'pref_1M' => 'En månad',
|
||||||
'pref_3M' => 'Tre månader (kvartal)',
|
'pref_3M' => 'Tre månader (kvartal)',
|
||||||
'pref_6M' => 'Sex månader',
|
'pref_6M' => 'Sex månader',
|
||||||
'pref_1Y' => 'Ett år',
|
'pref_1Y' => 'Ett år',
|
||||||
'pref_languages' => 'Språk',
|
'pref_languages' => 'Språk',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Locale settings',
|
||||||
'pref_languages_help' => 'Firefly III stödjer flera språk. Vilket föredrar du?',
|
'pref_languages_help' => 'Firefly III stödjer flera språk. Vilket föredrar du?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Räkneskapsårs inställningar',
|
'pref_custom_fiscal_year' => 'Räkneskapsårs inställningar',
|
||||||
'pref_custom_fiscal_year_label' => 'Aktiverad',
|
'pref_custom_fiscal_year_label' => 'Aktiverad',
|
||||||
'pref_custom_fiscal_year_help' => 'I länder som använder räkneskapsår annat än 1a Januari till 31a December, går det att ändra detta och välja start / slut dagar för räkneskapsåret',
|
'pref_custom_fiscal_year_help' => 'I länder som använder räkneskapsår annat än 1a Januari till 31a December, går det att ändra detta och välja start / slut dagar för räkneskapsåret',
|
||||||
'pref_fiscal_year_start_label' => 'Startdatum för räkneskapsår',
|
'pref_fiscal_year_start_label' => 'Startdatum för räkneskapsår',
|
||||||
'pref_two_factor_auth' => 'Tvåstegsverifiering',
|
'pref_two_factor_auth' => 'Tvåstegsverifiering',
|
||||||
'pref_two_factor_auth_help' => 'När tvåstegsverifiering aktiveras (även känt som tvåfaktorautentisering), så lägger du på ytterligare lager säkerhet på ditt konto. Du kan logga in med något du vet (ditt lösenord) eller något du har (en verifieringskod). Verifieringskoder kan också genereras av en app på din telefon som till exempel, Authy eller Google Authenticator.',
|
'pref_two_factor_auth_help' => 'När tvåstegsverifiering aktiveras (även känt som tvåfaktorautentisering), så lägger du på ytterligare lager säkerhet på ditt konto. Du kan logga in med något du vet (ditt lösenord) eller något du har (en verifieringskod). Verifieringskoder kan också genereras av en app på din telefon som till exempel, Authy eller Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Aktivera tvåstegsverifiering',
|
'pref_enable_two_factor_auth' => 'Aktivera tvåstegsverifiering',
|
||||||
'pref_two_factor_auth_disabled' => '2-stegs verifieringskod har tagits bort och inaktiverats',
|
'pref_two_factor_auth_disabled' => '2-stegs verifieringskod har tagits bort och inaktiverats',
|
||||||
'pref_two_factor_auth_remove_it' => 'Glöm inte att ta bort kontot från din autentiseringsapp!',
|
'pref_two_factor_auth_remove_it' => 'Glöm inte att ta bort kontot från din autentiseringsapp!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Lösenordet har ändrats!',
|
'password_changed' => 'Lösenordet har ändrats!',
|
||||||
'should_change' => 'Tanken är att byta ditt lösenord.',
|
'should_change' => 'Tanken är att byta ditt lösenord.',
|
||||||
'invalid_password' => 'Ogiltigt lösenord!',
|
'invalid_password' => 'Ogiltigt lösenord!',
|
||||||
'what_is_pw_security' => 'Vad är "verifiera lösenordssäkerhet"?',
|
'what_is_pw_security' => 'Vad är "verifiera lösenordssäkerhet"?',
|
||||||
'secure_pw_title' => 'Hur man väljer ett säkert lösenord',
|
'secure_pw_title' => 'Hur man väljer ett säkert lösenord',
|
||||||
'secure_pw_history' => 'Det går inte en vecka utan att man läser i nyheterna om en sida som förlorat lösenord till sina användare. Hackare och tjuvar använder dessa lösenord för att stjäla din privata information. Denna information är värdefull.',
|
'secure_pw_history' => 'Det går inte en vecka utan att man läser i nyheterna om en sida som förlorat lösenord till sina användare. Hackare och tjuvar använder dessa lösenord för att stjäla din privata information. Denna information är värdefull.',
|
||||||
'secure_pw_ff' => 'Använder du samma lösenord överallt på internet? Om en av dessa sidor förlorar ditt lösenord, så har hackare åtkomst till all din data. Firefly III förlitar sig att du väljer ett starkt och unikt lösenord för att skydda dina ekonomiska uppgifter.',
|
'secure_pw_ff' => 'Använder du samma lösenord överallt på internet? Om en av dessa sidor förlorar ditt lösenord, så har hackare åtkomst till all din data. Firefly III förlitar sig att du väljer ett starkt och unikt lösenord för att skydda dina ekonomiska uppgifter.',
|
||||||
'secure_pw_check_box' => 'För att hjälpa dig så kan Firefly III kontrollera om lösenordet du vill använda blivit stulet tidigare. Om detta är fallet, kommer Firefly III råda dig att INTE använda det lösenordet.',
|
'secure_pw_check_box' => 'För att hjälpa dig så kan Firefly III kontrollera om lösenordet du vill använda blivit stulet tidigare. Om detta är fallet, kommer Firefly III råda dig att INTE använda det lösenordet.',
|
||||||
'secure_pw_working_title' => 'Hur fungerar det?',
|
'secure_pw_working_title' => 'Hur fungerar det?',
|
||||||
'secure_pw_working' => 'Kryssa i rutan, Firefly III kommer att skicka de fem första tecknen i SHA1 hash av ditt lösenord till <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">webbsidan av Troy Hunt</a> för att se om det finns med på listan. Detta kommer att stoppa dig från att använda osäkra lösenord vilket rekommenderas i den senaste <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> om ämnet.',
|
'secure_pw_working' => 'Kryssa i rutan, Firefly III kommer att skicka de fem första tecknen i SHA1 hash av ditt lösenord till <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">webbsidan av Troy Hunt</a> för att se om det finns med på listan. Detta kommer att stoppa dig från att använda osäkra lösenord vilket rekommenderas i den senaste <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> om ämnet.',
|
||||||
'secure_pw_should' => 'Borde jag kryssa i rutan?',
|
'secure_pw_should' => 'Borde jag kryssa i rutan?',
|
||||||
'secure_pw_long_password' => 'Ja. Verifiera alltid att ditt lösenord är säkert.',
|
'secure_pw_long_password' => 'Ja. Verifiera alltid att ditt lösenord är säkert.',
|
||||||
'command_line_token' => 'Kommandoradstoken',
|
'command_line_token' => 'Kommandoradstoken',
|
||||||
'explain_command_line_token' => 'Du behöver denna token för att kunna utföra kommandoprompt vla, som att importera och exportera data. Utan den fungerar inte känsliga kommandon. Dela inte med dig av din kommandoprompttoken. Ingen kommer att fråga efter den, inte ens jag. Om du är rädd att förlora den, eller om du är paranoid, återskapa denna token med denna knapp.',
|
'explain_command_line_token' => 'Du behöver denna token för att kunna utföra kommandoprompt vla, som att importera och exportera data. Utan den fungerar inte känsliga kommandon. Dela inte med dig av din kommandoprompttoken. Ingen kommer att fråga efter den, inte ens jag. Om du är rädd att förlora den, eller om du är paranoid, återskapa denna token med denna knapp.',
|
||||||
'regenerate_command_line_token' => 'Återskapa kommandoradstoken',
|
'regenerate_command_line_token' => 'Återskapa kommandoradstoken',
|
||||||
'token_regenerated' => 'En ny kommandoradstoken har skapats',
|
'token_regenerated' => 'En ny kommandoradstoken har skapats',
|
||||||
'change_your_email' => 'Ändra din e-postadress',
|
'change_your_email' => 'Ändra din e-postadress',
|
||||||
'email_verification' => 'Ett e-postmeddelande skickas till din gamla OCH nya e-postadress. För säkerhetsskull, så kan du inte logga in innan du verifierat den nya e-postadressen. Om du är osäker om din Firefly III installation kan skicka e-post, använd inte denna funktion. Om du är en administratör, testa detta under <a href="/admin">Administration</a>.',
|
'email_verification' => 'Ett e-postmeddelande skickas till din gamla OCH nya e-postadress. För säkerhetsskull, så kan du inte logga in innan du verifierat den nya e-postadressen. Om du är osäker om din Firefly III installation kan skicka e-post, använd inte denna funktion. Om du är en administratör, testa detta under <a href="/admin">Administration</a>.',
|
||||||
'email_changed_logout' => 'Tills e-postadress blivit verifierad, så kan du inte logga in.',
|
'email_changed_logout' => 'Tills e-postadress blivit verifierad, så kan du inte logga in.',
|
||||||
'login_with_new_email' => 'Du kan nu logga in med din nya epost-adress.',
|
'login_with_new_email' => 'Du kan nu logga in med din nya epost-adress.',
|
||||||
'login_with_old_email' => 'Du kan nu logga in med din gamla epost-adress igen.',
|
'login_with_old_email' => 'Du kan nu logga in med din gamla epost-adress igen.',
|
||||||
'login_provider_local_only' => 'Denna åtgärd är inte tillgänlig vid autentisiering genom ":login_provider".',
|
'login_provider_local_only' => 'Denna åtgärd är inte tillgänlig vid autentisiering genom ":login_provider".',
|
||||||
'delete_local_info_only' => 'Efter du autentisierat genom ":login_provider", så tar detta bara bort den lokala Firefly III informationen.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import and export',
|
'import_and_export_menu' => 'Import and export',
|
||||||
'export_data_title' => 'Export data from Firefly III',
|
'export_data_title' => 'Export data from Firefly III',
|
||||||
'export_data_menu' => 'Export data',
|
'export_data_menu' => 'Export data',
|
||||||
'export_data_bc' => 'Export data from Firefly III',
|
'export_data_bc' => 'Export data from Firefly III',
|
||||||
'export_data_main_title' => 'Export data from Firefly III',
|
'export_data_main_title' => 'Export data from Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Exportera alla transaktioner',
|
'export_data_all_transactions' => 'Exportera alla transaktioner',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'En bilaga|:count bilagor',
|
'nr_of_attachments' => 'En bilaga|:count bilagor',
|
||||||
'attachments' => 'Bilagor',
|
'attachments' => 'Bilagor',
|
||||||
'edit_attachment' => 'Ändra bilaga ":name"',
|
'edit_attachment' => 'Ändra bilaga ":name"',
|
||||||
'update_attachment' => 'Uppdatera bifogad fil',
|
'update_attachment' => 'Uppdatera bifogad fil',
|
||||||
'delete_attachment' => 'Ta bort bilaga ":name"',
|
'delete_attachment' => 'Ta bort bilaga ":name"',
|
||||||
'attachment_deleted' => 'Tog bort bilaga ":name"',
|
'attachment_deleted' => 'Tog bort bilaga ":name"',
|
||||||
'liabilities_deleted' => 'Raderat skuld ":name"',
|
'liabilities_deleted' => 'Raderat skuld ":name"',
|
||||||
'attachment_updated' => 'Uppdaterat bilaga ":name"',
|
'attachment_updated' => 'Uppdaterat bilaga ":name"',
|
||||||
'upload_max_file_size' => 'Maximal filstorlek är :size',
|
'upload_max_file_size' => 'Maximal filstorlek är :size',
|
||||||
'list_all_attachments' => 'Lista alla bilagor',
|
'list_all_attachments' => 'Lista alla bilagor',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Utgifter',
|
'title_expenses' => 'Utgifter',
|
||||||
'title_withdrawal' => 'Utgifter',
|
'title_withdrawal' => 'Utgifter',
|
||||||
'title_revenue' => 'Intäkter / inkomst',
|
'title_revenue' => 'Intäkter / inkomst',
|
||||||
'title_deposit' => 'Intäkter / inkomst',
|
'title_deposit' => 'Intäkter / inkomst',
|
||||||
'title_transfer' => 'Överföringar',
|
'title_transfer' => 'Överföringar',
|
||||||
'title_transfers' => 'Överföringar',
|
'title_transfers' => 'Överföringar',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Transaktionen är redan ett uttag',
|
'convert_is_already_type_Withdrawal' => 'Transaktionen är redan ett uttag',
|
||||||
|
96
resources/lang/tr_TR/email.php
Normal file
96
resources/lang/tr_TR/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -536,37 +536,37 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
|||||||
'sums_apply_to_range' => 'Tüm toplamlar seçili aralıkta geçerlidir',
|
'sums_apply_to_range' => 'Tüm toplamlar seçili aralıkta geçerlidir',
|
||||||
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||||
'clear_location' => 'Konumu temizle',
|
'clear_location' => 'Konumu temizle',
|
||||||
'delete_all_selected_tags' => 'Delete all selected tags',
|
'delete_all_selected_tags' => 'Delete all selected tags',
|
||||||
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
||||||
'deleted_x_tags' => 'Deleted :count tag(s).',
|
'deleted_x_tags' => 'Deleted :count tag(s).',
|
||||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
'create_rule_from_transaction' => 'Create rule based on transaction',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(equal to language)',
|
||||||
'pref_home_screen_accounts' => 'Ana ekran hesapları',
|
'pref_home_screen_accounts' => 'Ana ekran hesapları',
|
||||||
'pref_home_screen_accounts_help' => 'Giriş sayfasında hangi hesaplar görüntülensin?',
|
'pref_home_screen_accounts_help' => 'Giriş sayfasında hangi hesaplar görüntülensin?',
|
||||||
'pref_view_range' => 'Görüş Mesafesi',
|
'pref_view_range' => 'Görüş Mesafesi',
|
||||||
'pref_view_range_help' => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?',
|
'pref_view_range_help' => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?',
|
||||||
'pref_1D' => 'Bir gün',
|
'pref_1D' => 'Bir gün',
|
||||||
'pref_1W' => 'Bir hafta',
|
'pref_1W' => 'Bir hafta',
|
||||||
'pref_1M' => 'Bir ay',
|
'pref_1M' => 'Bir ay',
|
||||||
'pref_3M' => 'Üç ay (çeyrek)',
|
'pref_3M' => 'Üç ay (çeyrek)',
|
||||||
'pref_6M' => 'Altı ay',
|
'pref_6M' => 'Altı ay',
|
||||||
'pref_1Y' => 'Bir yıl',
|
'pref_1Y' => 'Bir yıl',
|
||||||
'pref_languages' => 'Diller',
|
'pref_languages' => 'Diller',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Locale settings',
|
||||||
'pref_languages_help' => 'Firefly III birçok dili destekliyor. Hangisini tercih edersiniz?',
|
'pref_languages_help' => 'Firefly III birçok dili destekliyor. Hangisini tercih edersiniz?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Mali yıl ayarları',
|
'pref_custom_fiscal_year' => 'Mali yıl ayarları',
|
||||||
'pref_custom_fiscal_year_label' => 'Etkin',
|
'pref_custom_fiscal_year_label' => 'Etkin',
|
||||||
'pref_custom_fiscal_year_help' => '1 Ocak - 31 Aralık arasındaki bir mali yılı kullanan ülkelerde bu ayarı açabilir ve mali yılın başlangıç / bitiş günlerini belirleyebilirsiniz',
|
'pref_custom_fiscal_year_help' => '1 Ocak - 31 Aralık arasındaki bir mali yılı kullanan ülkelerde bu ayarı açabilir ve mali yılın başlangıç / bitiş günlerini belirleyebilirsiniz',
|
||||||
'pref_fiscal_year_start_label' => 'Mali yıl başlangıç tarihi',
|
'pref_fiscal_year_start_label' => 'Mali yıl başlangıç tarihi',
|
||||||
'pref_two_factor_auth' => '2 adımlı doğrulama',
|
'pref_two_factor_auth' => '2 adımlı doğrulama',
|
||||||
'pref_two_factor_auth_help' => '2 adımlı doğrulamayı etkinleştirdiğinizde (iki faktörlü kimlik doğrulama olarak da bilinir) hesabınıza fazladan bir güvenlik katmanı eklersiniz. Bildiğiniz bir şeyle (şifreniz) ve sahip olduğunuz bir şeyle(doğrulama kodu) ile giriş yaparsınız. Doğrulama kodları telefonunuzda Authy ya da Google Authenticator gibi bir uygulama tarafından oluşturulur.',
|
'pref_two_factor_auth_help' => '2 adımlı doğrulamayı etkinleştirdiğinizde (iki faktörlü kimlik doğrulama olarak da bilinir) hesabınıza fazladan bir güvenlik katmanı eklersiniz. Bildiğiniz bir şeyle (şifreniz) ve sahip olduğunuz bir şeyle(doğrulama kodu) ile giriş yaparsınız. Doğrulama kodları telefonunuzda Authy ya da Google Authenticator gibi bir uygulama tarafından oluşturulur.',
|
||||||
'pref_enable_two_factor_auth' => '2 adımlı doğrulamayı etkinleştir',
|
'pref_enable_two_factor_auth' => '2 adımlı doğrulamayı etkinleştir',
|
||||||
'pref_two_factor_auth_disabled' => '2 adımlı doğrulama kodu kaldırıldı ve devre dışı bırakıldı',
|
'pref_two_factor_auth_disabled' => '2 adımlı doğrulama kodu kaldırıldı ve devre dışı bırakıldı',
|
||||||
'pref_two_factor_auth_remove_it' => 'Kimlik hesabı doğrulama uygulaması için çıkış yapmayı unutmayın!',
|
'pref_two_factor_auth_remove_it' => 'Kimlik hesabı doğrulama uygulaması için çıkış yapmayı unutmayın!',
|
||||||
@@ -634,56 +634,83 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
|||||||
'password_changed' => 'Şifre değiştirildi!',
|
'password_changed' => 'Şifre değiştirildi!',
|
||||||
'should_change' => 'Amaç, şifrenizi değiştirmenizdir.',
|
'should_change' => 'Amaç, şifrenizi değiştirmenizdir.',
|
||||||
'invalid_password' => 'Geçersiz şifre!',
|
'invalid_password' => 'Geçersiz şifre!',
|
||||||
'what_is_pw_security' => '\'\'Doğrulama şifresi güvenliği\'\' nedir?',
|
'what_is_pw_security' => '\'\'Doğrulama şifresi güvenliği\'\' nedir?',
|
||||||
'secure_pw_title' => 'Güvenli şifre nasıl seçilir?',
|
'secure_pw_title' => 'Güvenli şifre nasıl seçilir?',
|
||||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||||
'secure_pw_working_title' => 'How does it work?',
|
'secure_pw_working_title' => 'How does it work?',
|
||||||
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
||||||
'secure_pw_should' => 'Kutuyu kontrol etmeli miyim?',
|
'secure_pw_should' => 'Kutuyu kontrol etmeli miyim?',
|
||||||
'secure_pw_long_password' => 'Yes. Always verify your password is safe.',
|
'secure_pw_long_password' => 'Yes. Always verify your password is safe.',
|
||||||
'command_line_token' => 'Command line token',
|
'command_line_token' => 'Command line token',
|
||||||
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
||||||
'regenerate_command_line_token' => 'Regenerate command line token',
|
'regenerate_command_line_token' => 'Regenerate command line token',
|
||||||
'token_regenerated' => 'A new command line token was generated',
|
'token_regenerated' => 'A new command line token was generated',
|
||||||
'change_your_email' => 'E-posta adresini değiştir',
|
'change_your_email' => 'E-posta adresini değiştir',
|
||||||
'email_verification' => 'ESKİ ve yeni e-posta adreslerinize bir e-posta gönderilecektir. Güvenlik nedenlerinden ötürü email adreslerinizi onaylayana kadar giriş yapamayacaksınız. Eğer Fİrefly III yüklemenizin e-posta gönderebileceğinden emin değilseniz lütfen bu özelliği kullanmayınız. Eğer bir yöneticiyseniz bunu <a href="/admin">Yönetim</a> de test edebilirsiniz.',
|
'email_verification' => 'ESKİ ve yeni e-posta adreslerinize bir e-posta gönderilecektir. Güvenlik nedenlerinden ötürü email adreslerinizi onaylayana kadar giriş yapamayacaksınız. Eğer Fİrefly III yüklemenizin e-posta gönderebileceğinden emin değilseniz lütfen bu özelliği kullanmayınız. Eğer bir yöneticiyseniz bunu <a href="/admin">Yönetim</a> de test edebilirsiniz.',
|
||||||
'email_changed_logout' => 'E-posta adresinizi doğrulayana kadar giriş yapamazsınız.',
|
'email_changed_logout' => 'E-posta adresinizi doğrulayana kadar giriş yapamazsınız.',
|
||||||
'login_with_new_email' => 'Artık yeni e-posta adresinizle giriş yapabilirsiniz.',
|
'login_with_new_email' => 'Artık yeni e-posta adresinizle giriş yapabilirsiniz.',
|
||||||
'login_with_old_email' => 'Artık eski e-posta adresinizle yeniden giriş yapabilirsiniz.',
|
'login_with_old_email' => 'Artık eski e-posta adresinizle yeniden giriş yapabilirsiniz.',
|
||||||
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
|
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
|
||||||
'delete_local_info_only' => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import and export',
|
'import_and_export_menu' => 'Import and export',
|
||||||
'export_data_title' => 'Export data from Firefly III',
|
'export_data_title' => 'Export data from Firefly III',
|
||||||
'export_data_menu' => 'Export data',
|
'export_data_menu' => 'Export data',
|
||||||
'export_data_bc' => 'Export data from Firefly III',
|
'export_data_bc' => 'Export data from Firefly III',
|
||||||
'export_data_main_title' => 'Export data from Firefly III',
|
'export_data_main_title' => 'Export data from Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Export all transactions',
|
'export_data_all_transactions' => 'Export all transactions',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Bir eklenti |:count eklenti',
|
'nr_of_attachments' => 'Bir eklenti |:count eklenti',
|
||||||
'attachments' => 'Ekler',
|
'attachments' => 'Ekler',
|
||||||
'edit_attachment' => 'Ek ":name" düzenle',
|
'edit_attachment' => 'Ek ":name" düzenle',
|
||||||
'update_attachment' => 'Eki güncelle',
|
'update_attachment' => 'Eki güncelle',
|
||||||
'delete_attachment' => '":name" Eki sil',
|
'delete_attachment' => '":name" Eki sil',
|
||||||
'attachment_deleted' => '":name" eki silindi',
|
'attachment_deleted' => '":name" eki silindi',
|
||||||
'liabilities_deleted' => 'Deleted liability ":name"',
|
'liabilities_deleted' => 'Deleted liability ":name"',
|
||||||
'attachment_updated' => '":name" Ek güncellendi',
|
'attachment_updated' => '":name" Ek güncellendi',
|
||||||
'upload_max_file_size' => 'Maksimum dosya boyutu: :size',
|
'upload_max_file_size' => 'Maksimum dosya boyutu: :size',
|
||||||
'list_all_attachments' => 'List of all attachments',
|
'list_all_attachments' => 'List of all attachments',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Giderler',
|
'title_expenses' => 'Giderler',
|
||||||
'title_withdrawal' => 'Giderler',
|
'title_withdrawal' => 'Giderler',
|
||||||
'title_revenue' => 'Gelir / Gelir',
|
'title_revenue' => 'Gelir / Gelir',
|
||||||
'title_deposit' => 'Gelir / Gelir',
|
'title_deposit' => 'Gelir / Gelir',
|
||||||
'title_transfer' => 'Transferler',
|
'title_transfer' => 'Transferler',
|
||||||
'title_transfers' => 'Transferler',
|
'title_transfers' => 'Transferler',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Bu işlem zaten bir para çekme işlemidir',
|
'convert_is_already_type_Withdrawal' => 'Bu işlem zaten bir para çekme işlemidir',
|
||||||
|
96
resources/lang/vi_VN/email.php
Normal file
96
resources/lang/vi_VN/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => 'Tất cả các khoản tiền áp dụng cho phạm vi đã chọn',
|
'sums_apply_to_range' => 'Tất cả các khoản tiền áp dụng cho phạm vi đã chọn',
|
||||||
'mapbox_api_key' => 'Để sử dụng bản đồ, hãy lấy khóa API từ <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> tập tin và nhập mã này sau <code>MAPBOX_API_KEY=</code>.',
|
'mapbox_api_key' => 'Để sử dụng bản đồ, hãy lấy khóa API từ <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> tập tin và nhập mã này sau <code>MAPBOX_API_KEY=</code>.',
|
||||||
'press_object_location' => 'Nhấp chuột phải hoặc nhấn lâu để đặt vị trí của đối tượng.',
|
'press_object_location' => 'Nhấp chuột phải hoặc nhấn lâu để đặt vị trí của đối tượng.',
|
||||||
'clear_location' => 'Xóa vị trí',
|
'clear_location' => 'Xóa vị trí',
|
||||||
'delete_all_selected_tags' => 'Xóa tất cả các thẻ đã chọn',
|
'delete_all_selected_tags' => 'Xóa tất cả các thẻ đã chọn',
|
||||||
'select_tags_to_delete' => 'Đừng quên chọn một số thẻ.',
|
'select_tags_to_delete' => 'Đừng quên chọn một số thẻ.',
|
||||||
'deleted_x_tags' => 'Đã xóa: thẻ đếm.',
|
'deleted_x_tags' => 'Đã xóa: thẻ đếm.',
|
||||||
'create_rule_from_transaction' => 'Tạo quy tắc dựa trên giao dịch',
|
'create_rule_from_transaction' => 'Tạo quy tắc dựa trên giao dịch',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(equal to language)',
|
||||||
'pref_home_screen_accounts' => 'Tài khoản màn hình chính',
|
'pref_home_screen_accounts' => 'Tài khoản màn hình chính',
|
||||||
'pref_home_screen_accounts_help' => 'Những tài khoản nào sẽ được hiển thị trên trang chủ?',
|
'pref_home_screen_accounts_help' => 'Những tài khoản nào sẽ được hiển thị trên trang chủ?',
|
||||||
'pref_view_range' => 'Xem nhiều',
|
'pref_view_range' => 'Xem nhiều',
|
||||||
'pref_view_range_help' => 'Một số biểu đồ được tự động nhóm trong các giai đoạn. Ngân sách của bạn cũng sẽ được nhóm theo thời gian. Bạn thích thời gian nào?',
|
'pref_view_range_help' => 'Một số biểu đồ được tự động nhóm trong các giai đoạn. Ngân sách của bạn cũng sẽ được nhóm theo thời gian. Bạn thích thời gian nào?',
|
||||||
'pref_1D' => 'Một ngày',
|
'pref_1D' => 'Một ngày',
|
||||||
'pref_1W' => 'Một tuần',
|
'pref_1W' => 'Một tuần',
|
||||||
'pref_1M' => 'Một tháng',
|
'pref_1M' => 'Một tháng',
|
||||||
'pref_3M' => 'Ba tháng (quý)',
|
'pref_3M' => 'Ba tháng (quý)',
|
||||||
'pref_6M' => 'Sáu tháng',
|
'pref_6M' => 'Sáu tháng',
|
||||||
'pref_1Y' => 'Một năm',
|
'pref_1Y' => 'Một năm',
|
||||||
'pref_languages' => 'Ngôn ngữ',
|
'pref_languages' => 'Ngôn ngữ',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Locale settings',
|
||||||
'pref_languages_help' => 'Firefly III hỗ trợ một số ngôn ngữ. Bạn thích cái nào hơn?',
|
'pref_languages_help' => 'Firefly III hỗ trợ một số ngôn ngữ. Bạn thích cái nào hơn?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => 'Cài đặt năm tài chính',
|
'pref_custom_fiscal_year' => 'Cài đặt năm tài chính',
|
||||||
'pref_custom_fiscal_year_label' => 'Đã bật',
|
'pref_custom_fiscal_year_label' => 'Đã bật',
|
||||||
'pref_custom_fiscal_year_help' => 'Ở các quốc gia sử dụng năm tài chính khác từ ngày 1 tháng 1 đến ngày 31 tháng 12, bạn có thể bật tính năng này và chỉ định ngày bắt đầu / ngày kết thúc của năm tài chính',
|
'pref_custom_fiscal_year_help' => 'Ở các quốc gia sử dụng năm tài chính khác từ ngày 1 tháng 1 đến ngày 31 tháng 12, bạn có thể bật tính năng này và chỉ định ngày bắt đầu / ngày kết thúc của năm tài chính',
|
||||||
'pref_fiscal_year_start_label' => 'Ngày bắt đầu năm tài chính',
|
'pref_fiscal_year_start_label' => 'Ngày bắt đầu năm tài chính',
|
||||||
'pref_two_factor_auth' => 'Xác minh 2 bước',
|
'pref_two_factor_auth' => 'Xác minh 2 bước',
|
||||||
'pref_two_factor_auth_help' => 'Khi bạn bật xác minh 2 bước (còn được gọi là xác thực hai yếu tố), bạn sẽ thêm một lớp bảo mật bổ sung cho tài khoản của mình. Bạn đăng nhập bằng thứ gì đó bạn biết (mật khẩu của bạn) và thứ bạn có (mã xác minh). Mã xác minh được tạo bởi một ứng dụng trên điện thoại của bạn, chẳng hạn như Authy hoặc Google Authenticator.',
|
'pref_two_factor_auth_help' => 'Khi bạn bật xác minh 2 bước (còn được gọi là xác thực hai yếu tố), bạn sẽ thêm một lớp bảo mật bổ sung cho tài khoản của mình. Bạn đăng nhập bằng thứ gì đó bạn biết (mật khẩu của bạn) và thứ bạn có (mã xác minh). Mã xác minh được tạo bởi một ứng dụng trên điện thoại của bạn, chẳng hạn như Authy hoặc Google Authenticator.',
|
||||||
'pref_enable_two_factor_auth' => 'Cho phép xác minh 2 bước',
|
'pref_enable_two_factor_auth' => 'Cho phép xác minh 2 bước',
|
||||||
'pref_two_factor_auth_disabled' => 'Mã xác minh 2 bước đã bị xóa và vô hiệu hóa',
|
'pref_two_factor_auth_disabled' => 'Mã xác minh 2 bước đã bị xóa và vô hiệu hóa',
|
||||||
'pref_two_factor_auth_remove_it' => 'Đừng quên xóa tài khoản khỏi ứng dụng xác thực của bạn!',
|
'pref_two_factor_auth_remove_it' => 'Đừng quên xóa tài khoản khỏi ứng dụng xác thực của bạn!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => 'Mật khẩu đã được thay đổi!',
|
'password_changed' => 'Mật khẩu đã được thay đổi!',
|
||||||
'should_change' => 'Ý tưởng là thay đổi mật khẩu của bạn.',
|
'should_change' => 'Ý tưởng là thay đổi mật khẩu của bạn.',
|
||||||
'invalid_password' => 'Mật khẩu không hợp lệ!',
|
'invalid_password' => 'Mật khẩu không hợp lệ!',
|
||||||
'what_is_pw_security' => 'What is "verify password security"?',
|
'what_is_pw_security' => 'What is "verify password security"?',
|
||||||
'secure_pw_title' => 'Cách chọn mật khẩu an toàn',
|
'secure_pw_title' => 'Cách chọn mật khẩu an toàn',
|
||||||
'secure_pw_history' => 'Không có một tuần trôi qua mà bạn đọc trong tin tức về một trang web bị mất mật khẩu của người dùng. Tin tặc và kẻ trộm sử dụng các mật khẩu này để cố lấy cắp thông tin cá nhân của bạn. Thông tin này có giá trị.',
|
'secure_pw_history' => 'Không có một tuần trôi qua mà bạn đọc trong tin tức về một trang web bị mất mật khẩu của người dùng. Tin tặc và kẻ trộm sử dụng các mật khẩu này để cố lấy cắp thông tin cá nhân của bạn. Thông tin này có giá trị.',
|
||||||
'secure_pw_ff' => 'Bạn có sử dụng cùng một mật khẩu trên internet không? Nếu một trang web mất mật khẩu, tin tặc có quyền truy cập vào tất cả dữ liệu của bạn. Firefly III dựa vào bạn để chọn một mật khẩu mạnh và duy nhất để bảo vệ hồ sơ tài chính của bạn.',
|
'secure_pw_ff' => 'Bạn có sử dụng cùng một mật khẩu trên internet không? Nếu một trang web mất mật khẩu, tin tặc có quyền truy cập vào tất cả dữ liệu của bạn. Firefly III dựa vào bạn để chọn một mật khẩu mạnh và duy nhất để bảo vệ hồ sơ tài chính của bạn.',
|
||||||
'secure_pw_check_box' => 'Để giúp bạn làm điều đó, Firefly III có thể kiểm tra xem mật khẩu bạn muốn sử dụng có bị đánh cắp trong quá khứ không. Nếu đây là trường hợp, Firefly III khuyên bạn KHÔNG nên sử dụng mật khẩu đó.',
|
'secure_pw_check_box' => 'Để giúp bạn làm điều đó, Firefly III có thể kiểm tra xem mật khẩu bạn muốn sử dụng có bị đánh cắp trong quá khứ không. Nếu đây là trường hợp, Firefly III khuyên bạn KHÔNG nên sử dụng mật khẩu đó.',
|
||||||
'secure_pw_working_title' => 'Làm thế nào nó hoạt động?',
|
'secure_pw_working_title' => 'Làm thế nào nó hoạt động?',
|
||||||
'secure_pw_working' => 'Bằng cách chọn hộp, Firefly III sẽ gửi năm ký tự đầu tiên của hàm băm SHA1 của mật khẩu của bạn tới <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">trang web của Troy Hunt </a> để xem nó có trong danh sách không. Điều này sẽ ngăn bạn sử dụng mật khẩu không an toàn như được khuyến nghị trong phần mới nhất <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ấn phẩm đặc biệt của NIST</a> về chủ đề này.',
|
'secure_pw_working' => 'Bằng cách chọn hộp, Firefly III sẽ gửi năm ký tự đầu tiên của hàm băm SHA1 của mật khẩu của bạn tới <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">trang web của Troy Hunt </a> để xem nó có trong danh sách không. Điều này sẽ ngăn bạn sử dụng mật khẩu không an toàn như được khuyến nghị trong phần mới nhất <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Ấn phẩm đặc biệt của NIST</a> về chủ đề này.',
|
||||||
'secure_pw_should' => 'Tôi có nên check vào hộp không?',
|
'secure_pw_should' => 'Tôi có nên check vào hộp không?',
|
||||||
'secure_pw_long_password' => 'Đúng. Luôn xác minh mật khẩu của bạn an toàn.',
|
'secure_pw_long_password' => 'Đúng. Luôn xác minh mật khẩu của bạn an toàn.',
|
||||||
'command_line_token' => 'Mã thông báo dòng lệnh',
|
'command_line_token' => 'Mã thông báo dòng lệnh',
|
||||||
'explain_command_line_token' => 'Bạn cần mã thông báo này để thực hiện các tùy chọn dòng lệnh, chẳng hạn như nhập hoặc xuất dữ liệu. Không có nó, các lệnh nhạy cảm như vậy sẽ không hoạt động. Không chia sẻ mã thông báo dòng lệnh của bạn. Không ai sẽ yêu cầu bạn cho mã thông báo này, ngay cả tôi. Nếu bạn sợ bạn mất thứ này hoặc khi bạn bị hoang tưởng, hãy tạo lại mã thông báo này bằng nút.',
|
'explain_command_line_token' => 'Bạn cần mã thông báo này để thực hiện các tùy chọn dòng lệnh, chẳng hạn như nhập hoặc xuất dữ liệu. Không có nó, các lệnh nhạy cảm như vậy sẽ không hoạt động. Không chia sẻ mã thông báo dòng lệnh của bạn. Không ai sẽ yêu cầu bạn cho mã thông báo này, ngay cả tôi. Nếu bạn sợ bạn mất thứ này hoặc khi bạn bị hoang tưởng, hãy tạo lại mã thông báo này bằng nút.',
|
||||||
'regenerate_command_line_token' => 'Tạo lại mã thông báo dòng lệnh',
|
'regenerate_command_line_token' => 'Tạo lại mã thông báo dòng lệnh',
|
||||||
'token_regenerated' => 'Một mã thông báo dòng lệnh mới đã được tạo',
|
'token_regenerated' => 'Một mã thông báo dòng lệnh mới đã được tạo',
|
||||||
'change_your_email' => 'Thay đổi địa chỉ email của bạn',
|
'change_your_email' => 'Thay đổi địa chỉ email của bạn',
|
||||||
'email_verification' => 'Một thông điệp email sẽ được gửi đến địa chỉ email cũ VÀ mới của bạn. Vì mục đích bảo mật, bạn sẽ không thể đăng nhập cho đến khi bạn xác minh địa chỉ email mới của mình. Nếu bạn không chắc chắn liệu cài đặt Firefly III của bạn có khả năng gửi email hay không, vui lòng không sử dụng tính năng này. Nếu bạn là quản trị viên, bạn có thể kiểm tra điều này trong <a href="/admin">Administration</a>.',
|
'email_verification' => 'Một thông điệp email sẽ được gửi đến địa chỉ email cũ VÀ mới của bạn. Vì mục đích bảo mật, bạn sẽ không thể đăng nhập cho đến khi bạn xác minh địa chỉ email mới của mình. Nếu bạn không chắc chắn liệu cài đặt Firefly III của bạn có khả năng gửi email hay không, vui lòng không sử dụng tính năng này. Nếu bạn là quản trị viên, bạn có thể kiểm tra điều này trong <a href="/admin">Administration</a>.',
|
||||||
'email_changed_logout' => 'Cho đến khi bạn xác minh địa chỉ email của mình, bạn không thể đăng nhập.',
|
'email_changed_logout' => 'Cho đến khi bạn xác minh địa chỉ email của mình, bạn không thể đăng nhập.',
|
||||||
'login_with_new_email' => 'Bây giờ bạn có thể đăng nhập bằng địa chỉ email mới của bạn.',
|
'login_with_new_email' => 'Bây giờ bạn có thể đăng nhập bằng địa chỉ email mới của bạn.',
|
||||||
'login_with_old_email' => 'Bây giờ bạn có thể đăng nhập lại với địa chỉ email cũ của bạn.',
|
'login_with_old_email' => 'Bây giờ bạn có thể đăng nhập lại với địa chỉ email cũ của bạn.',
|
||||||
'login_provider_local_only' => 'Hành động này không khả dụng khi xác thực thông qua ": login_provider".',
|
'login_provider_local_only' => 'Hành động này không khả dụng khi xác thực thông qua ": login_provider".',
|
||||||
'delete_local_info_only' => 'Vì bạn xác thực thông qua ": login_provider", điều này sẽ chỉ xóa thông tin Firefly III cục bộ.',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Nhập và xuất',
|
'import_and_export_menu' => 'Nhập và xuất',
|
||||||
'export_data_title' => 'Xuất dữ liệu từ Firefly III',
|
'export_data_title' => 'Xuất dữ liệu từ Firefly III',
|
||||||
'export_data_menu' => 'Xuất dữ liệu',
|
'export_data_menu' => 'Xuất dữ liệu',
|
||||||
'export_data_bc' => 'Xuất dữ liệu từ Firefly III',
|
'export_data_bc' => 'Xuất dữ liệu từ Firefly III',
|
||||||
'export_data_main_title' => 'Xuất dữ liệu từ Firefly III',
|
'export_data_main_title' => 'Xuất dữ liệu từ Firefly III',
|
||||||
'export_data_expl' => 'Liên kết này cho phép bạn xuất tất cả các giao dịch + dữ liệu meta từ Firefly III. Vui lòng tham khảo trợ giúp (trên cùng bên phải (?) - biểu tượng) để biết thêm thông tin về quy trình.',
|
'export_data_expl' => 'Liên kết này cho phép bạn xuất tất cả các giao dịch + dữ liệu meta từ Firefly III. Vui lòng tham khảo trợ giúp (trên cùng bên phải (?) - biểu tượng) để biết thêm thông tin về quy trình.',
|
||||||
'export_data_all_transactions' => 'Xuất tất cả các giao dịch',
|
'export_data_all_transactions' => 'Xuất tất cả các giao dịch',
|
||||||
'export_data_advanced_expl' => 'Nếu bạn cần một kiểu xuất nâng cao hoặc cụ thể hơn, hãy đọc trợ giúp về cách sử dụng lệnh console <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'Nếu bạn cần một kiểu xuất nâng cao hoặc cụ thể hơn, hãy đọc trợ giúp về cách sử dụng lệnh console <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => 'Một tệp đính kèm |: đếm tệp đính kèm',
|
'nr_of_attachments' => 'Một tệp đính kèm |: đếm tệp đính kèm',
|
||||||
'attachments' => 'Tệp đính kèm',
|
'attachments' => 'Tệp đính kèm',
|
||||||
'edit_attachment' => 'Chỉnh sửa tập tin đính kèm ":name"',
|
'edit_attachment' => 'Chỉnh sửa tập tin đính kèm ":name"',
|
||||||
'update_attachment' => 'Cập nhật tệp đính kèm',
|
'update_attachment' => 'Cập nhật tệp đính kèm',
|
||||||
'delete_attachment' => 'Xóa tệp đính kèm ":name"',
|
'delete_attachment' => 'Xóa tệp đính kèm ":name"',
|
||||||
'attachment_deleted' => 'Đã xóa tệp đính kèm ":name"',
|
'attachment_deleted' => 'Đã xóa tệp đính kèm ":name"',
|
||||||
'liabilities_deleted' => 'Xóa nợ ":name"',
|
'liabilities_deleted' => 'Xóa nợ ":name"',
|
||||||
'attachment_updated' => 'Cập nhật tệp đính kèm ":name"',
|
'attachment_updated' => 'Cập nhật tệp đính kèm ":name"',
|
||||||
'upload_max_file_size' => 'Kích thước tệp tối đa: :size',
|
'upload_max_file_size' => 'Kích thước tệp tối đa: :size',
|
||||||
'list_all_attachments' => 'Danh sách tất cả các tệp đính kèm',
|
'list_all_attachments' => 'Danh sách tất cả các tệp đính kèm',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => 'Chi phí',
|
'title_expenses' => 'Chi phí',
|
||||||
'title_withdrawal' => 'Chi phí',
|
'title_withdrawal' => 'Chi phí',
|
||||||
'title_revenue' => 'Thu nhập doanh thu',
|
'title_revenue' => 'Thu nhập doanh thu',
|
||||||
'title_deposit' => 'Thu nhập doanh thu',
|
'title_deposit' => 'Thu nhập doanh thu',
|
||||||
'title_transfer' => 'Chuyển',
|
'title_transfer' => 'Chuyển',
|
||||||
'title_transfers' => 'Chuyển',
|
'title_transfers' => 'Chuyển',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => 'Giao dịch này đã được rút tiền',
|
'convert_is_already_type_Withdrawal' => 'Giao dịch này đã được rút tiền',
|
||||||
|
96
resources/lang/zh_CN/email.php
Normal file
96
resources/lang/zh_CN/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => '所有总和均套用至所选范围',
|
'sums_apply_to_range' => '所有总和均套用至所选范围',
|
||||||
'mapbox_api_key' => '若要使用地图,请自 <a href="https://www.mapbox.com/">Mapbox</a> 获得一组 API 金钥。开启您的 <code>.env</code> 档案并于 <code>MAPBOX_API_KEY=</code> 句后输入金钥代码。',
|
'mapbox_api_key' => '若要使用地图,请自 <a href="https://www.mapbox.com/">Mapbox</a> 获得一组 API 金钥。开启您的 <code>.env</code> 档案并于 <code>MAPBOX_API_KEY=</code> 句后输入金钥代码。',
|
||||||
'press_object_location' => '右键单击或长按设置对象的位置。',
|
'press_object_location' => '右键单击或长按设置对象的位置。',
|
||||||
'clear_location' => '清除位置',
|
'clear_location' => '清除位置',
|
||||||
'delete_all_selected_tags' => '删除所有选中的标签',
|
'delete_all_selected_tags' => '删除所有选中的标签',
|
||||||
'select_tags_to_delete' => '别忘了选择一些标签。',
|
'select_tags_to_delete' => '别忘了选择一些标签。',
|
||||||
'deleted_x_tags' => 'Deleted :count tag(s).',
|
'deleted_x_tags' => 'Deleted :count tag(s).',
|
||||||
'create_rule_from_transaction' => '基于交易创建规则',
|
'create_rule_from_transaction' => '基于交易创建规则',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(equal to language)',
|
||||||
'pref_home_screen_accounts' => '主画面帐户',
|
'pref_home_screen_accounts' => '主画面帐户',
|
||||||
'pref_home_screen_accounts_help' => '哪些帐户应该显示在主页面上?',
|
'pref_home_screen_accounts_help' => '哪些帐户应该显示在主页面上?',
|
||||||
'pref_view_range' => '检视范围',
|
'pref_view_range' => '检视范围',
|
||||||
'pref_view_range_help' => '部分图表在此区间为自动群组化,您的预算亦将在此区间群组化,您倾向的区间为何?',
|
'pref_view_range_help' => '部分图表在此区间为自动群组化,您的预算亦将在此区间群组化,您倾向的区间为何?',
|
||||||
'pref_1D' => '1 天',
|
'pref_1D' => '1 天',
|
||||||
'pref_1W' => '1 周',
|
'pref_1W' => '1 周',
|
||||||
'pref_1M' => '1 个月',
|
'pref_1M' => '1 个月',
|
||||||
'pref_3M' => '3个月 (季)',
|
'pref_3M' => '3个月 (季)',
|
||||||
'pref_6M' => '6个月',
|
'pref_6M' => '6个月',
|
||||||
'pref_1Y' => '1年',
|
'pref_1Y' => '1年',
|
||||||
'pref_languages' => '语言',
|
'pref_languages' => '语言',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Locale settings',
|
||||||
'pref_languages_help' => 'Firefly III 支援多种语言,您倾向使用何者?',
|
'pref_languages_help' => 'Firefly III 支援多种语言,您倾向使用何者?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => '财政年度设定',
|
'pref_custom_fiscal_year' => '财政年度设定',
|
||||||
'pref_custom_fiscal_year_label' => '已启用',
|
'pref_custom_fiscal_year_label' => '已启用',
|
||||||
'pref_custom_fiscal_year_help' => '在使用1月1日至12月31日以外作为会计年度的国家,您可开启此功能并指定财政年度的起迄日。',
|
'pref_custom_fiscal_year_help' => '在使用1月1日至12月31日以外作为会计年度的国家,您可开启此功能并指定财政年度的起迄日。',
|
||||||
'pref_fiscal_year_start_label' => '财政年度开始日期',
|
'pref_fiscal_year_start_label' => '财政年度开始日期',
|
||||||
'pref_two_factor_auth' => '两步验证',
|
'pref_two_factor_auth' => '两步验证',
|
||||||
'pref_two_factor_auth_help' => '当您启用两步验证 (亦称为双重验证),便为您的帐号增加了一层安全保护。您以已知的方式 (密码) 以及既有物 (认证码) 登入,认证码系由您的手机产生,如 Authy 或 Google 身份验证器。',
|
'pref_two_factor_auth_help' => '当您启用两步验证 (亦称为双重验证),便为您的帐号增加了一层安全保护。您以已知的方式 (密码) 以及既有物 (认证码) 登入,认证码系由您的手机产生,如 Authy 或 Google 身份验证器。',
|
||||||
'pref_enable_two_factor_auth' => '启用两步验证',
|
'pref_enable_two_factor_auth' => '启用两步验证',
|
||||||
'pref_two_factor_auth_disabled' => '两步验证码已删除且停用',
|
'pref_two_factor_auth_disabled' => '两步验证码已删除且停用',
|
||||||
'pref_two_factor_auth_remove_it' => '别忘记自您的验证应用程式上删除帐号!',
|
'pref_two_factor_auth_remove_it' => '别忘记自您的验证应用程式上删除帐号!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => '已变更密码!',
|
'password_changed' => '已变更密码!',
|
||||||
'should_change' => '我们的想法是更改您的密码。',
|
'should_change' => '我们的想法是更改您的密码。',
|
||||||
'invalid_password' => '无效密码!',
|
'invalid_password' => '无效密码!',
|
||||||
'what_is_pw_security' => '何谓 "验证密码安全"?',
|
'what_is_pw_security' => '何谓 "验证密码安全"?',
|
||||||
'secure_pw_title' => '如何选择安全密码',
|
'secure_pw_title' => '如何选择安全密码',
|
||||||
'secure_pw_history' => '每周无不见有关网站遗失使用者密码的相关新闻,骇客与窃贼使用这些帐号密码企图窃取您的个人资讯,这些资讯是很有价值的。',
|
'secure_pw_history' => '每周无不见有关网站遗失使用者密码的相关新闻,骇客与窃贼使用这些帐号密码企图窃取您的个人资讯,这些资讯是很有价值的。',
|
||||||
'secure_pw_ff' => '您在网路上都使用一样的密码吗?如果一个网站遗失您的密码,骇客将可通行您的所有资料。Firefly III 需要您选择强大且独特的密码以保护您的财务纪录。',
|
'secure_pw_ff' => '您在网路上都使用一样的密码吗?如果一个网站遗失您的密码,骇客将可通行您的所有资料。Firefly III 需要您选择强大且独特的密码以保护您的财务纪录。',
|
||||||
'secure_pw_check_box' => '为了协助您达成安全密码的目的,Firefly III 可自动检查您的密码过去是否已被盗用。若然,Firefly III 建议您避免使用此密码。',
|
'secure_pw_check_box' => '为了协助您达成安全密码的目的,Firefly III 可自动检查您的密码过去是否已被盗用。若然,Firefly III 建议您避免使用此密码。',
|
||||||
'secure_pw_working_title' => '它是如何运作的?',
|
'secure_pw_working_title' => '它是如何运作的?',
|
||||||
'secure_pw_working' => '藉由勾选此方块,Firefly III 会传送您密码产生的SHA1 hash 的前5字元至 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">特洛伊猎杀网站</a> 以检查是否上榜。如最新的 <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST 特殊刊物</a> 与此相关的主题所建议的,结果将制止您使用不安全的密码。',
|
'secure_pw_working' => '藉由勾选此方块,Firefly III 会传送您密码产生的SHA1 hash 的前5字元至 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">特洛伊猎杀网站</a> 以检查是否上榜。如最新的 <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST 特殊刊物</a> 与此相关的主题所建议的,结果将制止您使用不安全的密码。',
|
||||||
'secure_pw_should' => '我应该勾选这个方块吗?',
|
'secure_pw_should' => '我应该勾选这个方块吗?',
|
||||||
'secure_pw_long_password' => '是,永远验证您的密码是安全的。',
|
'secure_pw_long_password' => '是,永远验证您的密码是安全的。',
|
||||||
'command_line_token' => '指令列权杖',
|
'command_line_token' => '指令列权杖',
|
||||||
'explain_command_line_token' => '您需要此权杖以执行指令列选项,如导入或导出资料。若无Token,部分机敏指令则无法运行。请勿分享您的指令列Token,包括我,没有人会问你Token 是多少。如果您担心遗失或惊慌时,请使用按钮重新生成 Token。',
|
'explain_command_line_token' => '您需要此权杖以执行指令列选项,如导入或导出资料。若无Token,部分机敏指令则无法运行。请勿分享您的指令列Token,包括我,没有人会问你Token 是多少。如果您担心遗失或惊慌时,请使用按钮重新生成 Token。',
|
||||||
'regenerate_command_line_token' => '重新产生指令列权杖',
|
'regenerate_command_line_token' => '重新产生指令列权杖',
|
||||||
'token_regenerated' => '产生了新的指令列权杖',
|
'token_regenerated' => '产生了新的指令列权杖',
|
||||||
'change_your_email' => '更改您的电子邮件地址',
|
'change_your_email' => '更改您的电子邮件地址',
|
||||||
'email_verification' => '一封电子邮件将发送到您的旧的和新的电子邮件地址。出于安全考量,在验证新的电子邮件地址之前,您将无法登入。如果您不确定您的 Firefly III 安装是否能够发送电子邮件,请不要使用此功能。如果您是管理员,可以在 <a href="/admin">后台管理</a> 中对此进行测试。',
|
'email_verification' => '一封电子邮件将发送到您的旧的和新的电子邮件地址。出于安全考量,在验证新的电子邮件地址之前,您将无法登入。如果您不确定您的 Firefly III 安装是否能够发送电子邮件,请不要使用此功能。如果您是管理员,可以在 <a href="/admin">后台管理</a> 中对此进行测试。',
|
||||||
'email_changed_logout' => '在验证您的电子邮件地址之前,您无法登入。',
|
'email_changed_logout' => '在验证您的电子邮件地址之前,您无法登入。',
|
||||||
'login_with_new_email' => '现在,您可以使用新的电子邮件地址登入。',
|
'login_with_new_email' => '现在,您可以使用新的电子邮件地址登入。',
|
||||||
'login_with_old_email' => '现在,您可以再次使用旧的电子邮件地址登入。',
|
'login_with_old_email' => '现在,您可以再次使用旧的电子邮件地址登入。',
|
||||||
'login_provider_local_only' => '当藉由 ":login_provider" 验证时,此动作不可用。',
|
'login_provider_local_only' => '当藉由 ":login_provider" 验证时,此动作不可用。',
|
||||||
'delete_local_info_only' => '由于您以 ":login_provider" 验证,仅会删除本机 Firefly III 资讯。',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => '导入和导出',
|
'import_and_export_menu' => '导入和导出',
|
||||||
'export_data_title' => '从 Fifly III 导出数据',
|
'export_data_title' => '从 Fifly III 导出数据',
|
||||||
'export_data_menu' => '导出数据',
|
'export_data_menu' => '导出数据',
|
||||||
'export_data_bc' => '从 Fifly III 导出数据',
|
'export_data_bc' => '从 Fifly III 导出数据',
|
||||||
'export_data_main_title' => '从 Fifly III 导出数据',
|
'export_data_main_title' => '从 Fifly III 导出数据',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => '导出所有交易',
|
'export_data_all_transactions' => '导出所有交易',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => '1个附加档案|:count 个附加档案',
|
'nr_of_attachments' => '1个附加档案|:count 个附加档案',
|
||||||
'attachments' => '附加档案',
|
'attachments' => '附加档案',
|
||||||
'edit_attachment' => '编辑附加档案 ":name"',
|
'edit_attachment' => '编辑附加档案 ":name"',
|
||||||
'update_attachment' => '更新附加档案',
|
'update_attachment' => '更新附加档案',
|
||||||
'delete_attachment' => '删除附加档案 ":name"',
|
'delete_attachment' => '删除附加档案 ":name"',
|
||||||
'attachment_deleted' => '已删除附加档案 ":name"',
|
'attachment_deleted' => '已删除附加档案 ":name"',
|
||||||
'liabilities_deleted' => '已删除债务 ":name"',
|
'liabilities_deleted' => '已删除债务 ":name"',
|
||||||
'attachment_updated' => '已更新附加档案 ":name',
|
'attachment_updated' => '已更新附加档案 ":name',
|
||||||
'upload_max_file_size' => '最大档案尺寸: :size',
|
'upload_max_file_size' => '最大档案尺寸: :size',
|
||||||
'list_all_attachments' => '全部附加档案清单',
|
'list_all_attachments' => '全部附加档案清单',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => '支出',
|
'title_expenses' => '支出',
|
||||||
'title_withdrawal' => '支出',
|
'title_withdrawal' => '支出',
|
||||||
'title_revenue' => '收入',
|
'title_revenue' => '收入',
|
||||||
'title_deposit' => '收入',
|
'title_deposit' => '收入',
|
||||||
'title_transfer' => '转帐',
|
'title_transfer' => '转帐',
|
||||||
'title_transfers' => '转帐',
|
'title_transfers' => '转帐',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => '此交易已是一笔提款',
|
'convert_is_already_type_Withdrawal' => '此交易已是一笔提款',
|
||||||
|
96
resources/lang/zh_TW/email.php
Normal file
96
resources/lang/zh_TW/email.php
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* email.php
|
||||||
|
* Copyright (c) 2019 james@firefly-iii.org
|
||||||
|
*
|
||||||
|
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [
|
||||||
|
// common items
|
||||||
|
'greeting' => 'Hi there,',
|
||||||
|
'closing' => 'Beep boop,',
|
||||||
|
'signature' => 'The Firefly III Mail Robot',
|
||||||
|
'footer_ps' => 'PS: This message was sent because a request from IP :ipAddress triggered it.',
|
||||||
|
|
||||||
|
// admin test
|
||||||
|
'admin_test_subject' => 'A test message from your Firefly III installation',
|
||||||
|
'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.',
|
||||||
|
|
||||||
|
// access token created
|
||||||
|
'access_token_created_subject' => 'A new access token was created',
|
||||||
|
'access_token_created_body' => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.',
|
||||||
|
'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url.',
|
||||||
|
|
||||||
|
// registered
|
||||||
|
'registered_subject' => 'Welcome to Firefly III!',
|
||||||
|
'registered_welcome' => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!',
|
||||||
|
'registered_pw' => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.',
|
||||||
|
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||||
|
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.',
|
||||||
|
'registered_doc_text' => 'If you haven\'t already, please read the first use guide and the full description.',
|
||||||
|
'registered_closing' => 'Enjoy!',
|
||||||
|
'registered_firefly_iii_link' => 'Firefly III:',
|
||||||
|
'registered_pw_reset_link' => 'Password reset:',
|
||||||
|
'registered_doc_link' => 'Documentation:',
|
||||||
|
|
||||||
|
// email change
|
||||||
|
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||||
|
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||||
|
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||||
|
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||||
|
'email_change_old' => 'The old email address was: :email',
|
||||||
|
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||||
|
'email_change_new' => 'The new email address is: :email',
|
||||||
|
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||||
|
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||||
|
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||||
|
|
||||||
|
// OAuth token created
|
||||||
|
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||||
|
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||||
|
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||||
|
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||||
|
|
||||||
|
// reset password
|
||||||
|
'reset_pw_subject' => 'Your password reset request',
|
||||||
|
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||||
|
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||||
|
|
||||||
|
// error
|
||||||
|
'error_subject' => 'Caught an error in Firefly III',
|
||||||
|
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||||
|
'error_type' => 'The error was of type ":class".',
|
||||||
|
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||||
|
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||||
|
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||||
|
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||||
|
'error_ip' => 'The IP address related to this error is: :ip',
|
||||||
|
'error_url' => 'URL is: :url',
|
||||||
|
'error_user_agent' => 'User agent: :userAgent',
|
||||||
|
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
|
||||||
|
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||||
|
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
|
||||||
|
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||||
|
|
||||||
|
// report new journals
|
||||||
|
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||||
|
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||||
|
];
|
@@ -534,37 +534,37 @@ return [
|
|||||||
'sums_apply_to_range' => '所有總和均套用至所選範圍',
|
'sums_apply_to_range' => '所有總和均套用至所選範圍',
|
||||||
'mapbox_api_key' => '若要使用地圖,請自 <a href="https://www.mapbox.com/">Mapbox</a> 獲得一組 API 金鑰。開啟您的 <code>.env</code> 檔案並於 <code>MAPBOX_API_KEY=</code> 句後輸入金鑰代碼。',
|
'mapbox_api_key' => '若要使用地圖,請自 <a href="https://www.mapbox.com/">Mapbox</a> 獲得一組 API 金鑰。開啟您的 <code>.env</code> 檔案並於 <code>MAPBOX_API_KEY=</code> 句後輸入金鑰代碼。',
|
||||||
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
'press_object_location' => 'Right click or long press to set the object\'s location.',
|
||||||
'clear_location' => '清除位置',
|
'clear_location' => '清除位置',
|
||||||
'delete_all_selected_tags' => 'Delete all selected tags',
|
'delete_all_selected_tags' => 'Delete all selected tags',
|
||||||
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
|
||||||
'deleted_x_tags' => 'Deleted :count tag(s).',
|
'deleted_x_tags' => 'Deleted :count tag(s).',
|
||||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
'create_rule_from_transaction' => 'Create rule based on transaction',
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
'equal_to_language' => '(equal to language)',
|
'equal_to_language' => '(equal to language)',
|
||||||
'pref_home_screen_accounts' => '主畫面帳戶',
|
'pref_home_screen_accounts' => '主畫面帳戶',
|
||||||
'pref_home_screen_accounts_help' => '哪些帳戶應該顯示在主頁面上?',
|
'pref_home_screen_accounts_help' => '哪些帳戶應該顯示在主頁面上?',
|
||||||
'pref_view_range' => '檢視範圍',
|
'pref_view_range' => '檢視範圍',
|
||||||
'pref_view_range_help' => '部分圖表在此區間為自動群組化,您的預算亦將在此區間群組化,您傾向的區間為何?',
|
'pref_view_range_help' => '部分圖表在此區間為自動群組化,您的預算亦將在此區間群組化,您傾向的區間為何?',
|
||||||
'pref_1D' => '1 天',
|
'pref_1D' => '1 天',
|
||||||
'pref_1W' => '1 週',
|
'pref_1W' => '1 週',
|
||||||
'pref_1M' => '1 個月',
|
'pref_1M' => '1 個月',
|
||||||
'pref_3M' => '3個月 (季)',
|
'pref_3M' => '3個月 (季)',
|
||||||
'pref_6M' => '6個月',
|
'pref_6M' => '6個月',
|
||||||
'pref_1Y' => '1年',
|
'pref_1Y' => '1年',
|
||||||
'pref_languages' => '語言',
|
'pref_languages' => '語言',
|
||||||
'pref_locale' => 'Locale settings',
|
'pref_locale' => 'Locale settings',
|
||||||
'pref_languages_help' => 'Firefly III 支援多種語言,您想顯示哪一種?',
|
'pref_languages_help' => 'Firefly III 支援多種語言,您想顯示哪一種?',
|
||||||
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
|
||||||
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
'pref_locale_no_windows' => 'This feature may not work on Windows.',
|
||||||
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.',
|
||||||
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
|
||||||
'pref_custom_fiscal_year' => '財政年度設定',
|
'pref_custom_fiscal_year' => '財政年度設定',
|
||||||
'pref_custom_fiscal_year_label' => '已啟用',
|
'pref_custom_fiscal_year_label' => '已啟用',
|
||||||
'pref_custom_fiscal_year_help' => '有些國家/地區採用的會計年度有別於每年 1 月 1 日至 12 月 31 日,您可開啟此功能並指定財政年度的起迄日。',
|
'pref_custom_fiscal_year_help' => '有些國家/地區採用的會計年度有別於每年 1 月 1 日至 12 月 31 日,您可開啟此功能並指定財政年度的起迄日。',
|
||||||
'pref_fiscal_year_start_label' => '財政年度開始日期',
|
'pref_fiscal_year_start_label' => '財政年度開始日期',
|
||||||
'pref_two_factor_auth' => '兩步驟驗證',
|
'pref_two_factor_auth' => '兩步驟驗證',
|
||||||
'pref_two_factor_auth_help' => '啟用兩步驟驗證 (亦稱為雙重驗證) 可為您的帳號增添一重安全保障,登入時需憑您腦海的記憶 (密碼) 加上一個手持的憑證 (認證碼),認證碼由手機應用程式產生,例如 Authy 或 Google Authenticator。',
|
'pref_two_factor_auth_help' => '啟用兩步驟驗證 (亦稱為雙重驗證) 可為您的帳號增添一重安全保障,登入時需憑您腦海的記憶 (密碼) 加上一個手持的憑證 (認證碼),認證碼由手機應用程式產生,例如 Authy 或 Google Authenticator。',
|
||||||
'pref_enable_two_factor_auth' => '啟用兩步驟驗證',
|
'pref_enable_two_factor_auth' => '啟用兩步驟驗證',
|
||||||
'pref_two_factor_auth_disabled' => '兩步驟驗證碼已移除並停用',
|
'pref_two_factor_auth_disabled' => '兩步驟驗證碼已移除並停用',
|
||||||
'pref_two_factor_auth_remove_it' => '別忘記在您的驗證應用程式上刪除此帳號!',
|
'pref_two_factor_auth_remove_it' => '別忘記在您的驗證應用程式上刪除此帳號!',
|
||||||
@@ -632,56 +632,83 @@ return [
|
|||||||
'password_changed' => '已變更密碼!',
|
'password_changed' => '已變更密碼!',
|
||||||
'should_change' => '建議您變更密碼。',
|
'should_change' => '建議您變更密碼。',
|
||||||
'invalid_password' => '無效密碼!',
|
'invalid_password' => '無效密碼!',
|
||||||
'what_is_pw_security' => '何謂 "驗證密碼安全"?',
|
'what_is_pw_security' => '何謂 "驗證密碼安全"?',
|
||||||
'secure_pw_title' => '如何選擇安全的密碼',
|
'secure_pw_title' => '如何選擇安全的密碼',
|
||||||
'secure_pw_history' => '翻閱新聞,屢屢可見有網站遺失使用者密碼,駭客與竊賊利用這些密碼企圖竊取個人資料,這些資訊是有價的。',
|
'secure_pw_history' => '翻閱新聞,屢屢可見有網站遺失使用者密碼,駭客與竊賊利用這些密碼企圖竊取個人資料,這些資訊是有價的。',
|
||||||
'secure_pw_ff' => '您在網路上都用同一個密碼走天涯嗎?如果一個網站遺失您的密碼,駭客就可存取您所有的資料。Firefly III 倚賴您選擇一個強而獨特的密碼以保護您的財務紀錄。',
|
'secure_pw_ff' => '您在網路上都用同一個密碼走天涯嗎?如果一個網站遺失您的密碼,駭客就可存取您所有的資料。Firefly III 倚賴您選擇一個強而獨特的密碼以保護您的財務紀錄。',
|
||||||
'secure_pw_check_box' => '為此,Firefly III 可協助您檢查選用的密碼過去是否曾被竊取。若然如此,Firefly III 建議您<strong>避免</strong>使用此密碼。',
|
'secure_pw_check_box' => '為此,Firefly III 可協助您檢查選用的密碼過去是否曾被竊取。若然如此,Firefly III 建議您<strong>避免</strong>使用此密碼。',
|
||||||
'secure_pw_working_title' => '這是如何運作?',
|
'secure_pw_working_title' => '這是如何運作?',
|
||||||
'secure_pw_working' => '若您勾選此方塊,Firefly III 將以您的密碼產生一個 SHA1 湊合,並將首 5 個字元傳送到 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Hunt 的網站</a> 比對一個清單,避免您使用一些已知不安全的密碼,遵從最近 <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> 有關此課題的建議。',
|
'secure_pw_working' => '若您勾選此方塊,Firefly III 將以您的密碼產生一個 SHA1 湊合,並將首 5 個字元傳送到 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Hunt 的網站</a> 比對一個清單,避免您使用一些已知不安全的密碼,遵從最近 <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> 有關此課題的建議。',
|
||||||
'secure_pw_should' => '我該勾選此方塊嗎?',
|
'secure_pw_should' => '我該勾選此方塊嗎?',
|
||||||
'secure_pw_long_password' => '是,好以驗證您的密碼是安全的。',
|
'secure_pw_long_password' => '是,好以驗證您的密碼是安全的。',
|
||||||
'command_line_token' => '指令列權杖',
|
'command_line_token' => '指令列權杖',
|
||||||
'explain_command_line_token' => '您需要此權杖以執行指令列選項,如匯入或匯出資料。部分機敏指令若無此權仗將無法執行。切勿分享您的指令列權杖。沒有人 (包括我) 會向您索取權仗。若您擔心曾遺失權仗或感到不放心,可按一下此按鈕重新產生權杖。',
|
'explain_command_line_token' => '您需要此權杖以執行指令列選項,如匯入或匯出資料。部分機敏指令若無此權仗將無法執行。切勿分享您的指令列權杖。沒有人 (包括我) 會向您索取權仗。若您擔心曾遺失權仗或感到不放心,可按一下此按鈕重新產生權杖。',
|
||||||
'regenerate_command_line_token' => '重新產生指令列權杖',
|
'regenerate_command_line_token' => '重新產生指令列權杖',
|
||||||
'token_regenerated' => '產生了新的指令列權杖',
|
'token_regenerated' => '產生了新的指令列權杖',
|
||||||
'change_your_email' => '更改您的電子郵件地址',
|
'change_your_email' => '更改您的電子郵件地址',
|
||||||
'email_verification' => '將同時寄送一封電子郵件到您的舊<strong>和</strong>新的電子郵件地址。顧及安全考慮,在驗證新的電子郵件地址之前,您將無法登入。如果您不確定您的 Firefly III 安裝是否能夠發送電子郵件,請勿使用此功能。如果您是管理員,可以在 <a href="/admin">系統管理</a> 中對此進行測試。',
|
'email_verification' => '將同時寄送一封電子郵件到您的舊<strong>和</strong>新的電子郵件地址。顧及安全考慮,在驗證新的電子郵件地址之前,您將無法登入。如果您不確定您的 Firefly III 安裝是否能夠發送電子郵件,請勿使用此功能。如果您是管理員,可以在 <a href="/admin">系統管理</a> 中對此進行測試。',
|
||||||
'email_changed_logout' => '在驗證您的電子郵件地址之前,您將無法登入。',
|
'email_changed_logout' => '在驗證您的電子郵件地址之前,您將無法登入。',
|
||||||
'login_with_new_email' => '現在,您可以使用新的電子郵件地址登入。',
|
'login_with_new_email' => '現在,您可以使用新的電子郵件地址登入。',
|
||||||
'login_with_old_email' => '現在,您可以再次使用舊的電子郵件地址登入。',
|
'login_with_old_email' => '現在,您可以再次使用舊的電子郵件地址登入。',
|
||||||
'login_provider_local_only' => '當藉由 ":login_provider" 驗證時,此動作不可用。',
|
'login_provider_local_only' => '當藉由 ":login_provider" 驗證時,此動作不可用。',
|
||||||
'delete_local_info_only' => '由於您以 ":login_provider" 驗證,僅會刪除本機 Firefly III 資訊。',
|
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
|
||||||
|
'profile_oauth_clients' => 'OAuth Clients',
|
||||||
|
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
|
||||||
|
'profile_oauth_clients_header' => 'Clients',
|
||||||
|
'profile_oauth_client_id' => 'Client ID',
|
||||||
|
'profile_oauth_client_name' => 'Name',
|
||||||
|
'profile_oauth_client_secret' => 'Secret',
|
||||||
|
'profile_oauth_create_new_client' => 'Create New Client',
|
||||||
|
'profile_oauth_create_client' => 'Create Client',
|
||||||
|
'profile_oauth_edit_client' => 'Edit Client',
|
||||||
|
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
|
||||||
|
'profile_oauth_redirect_url' => 'Redirect URL',
|
||||||
|
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
|
||||||
|
'profile_authorized_apps' => 'Authorized applications',
|
||||||
|
'profile_authorized_clients' => 'Authorized clients',
|
||||||
|
'profile_scopes' => 'Scopes',
|
||||||
|
'profile_revoke' => 'Revoke',
|
||||||
|
'profile_personal_access_tokens' => 'Personal Access Tokens',
|
||||||
|
'profile_personal_access_token' => 'Personal Access Token',
|
||||||
|
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
|
||||||
|
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
|
||||||
|
'profile_create_new_token' => 'Create new token',
|
||||||
|
'profile_create_token' => 'Create token',
|
||||||
|
'profile_create' => 'Create',
|
||||||
|
'profile_save_changes' => 'Save changes',
|
||||||
|
'profile_whoops' => 'Whoops!',
|
||||||
|
'profile_something_wrong' => 'Something went wrong!',
|
||||||
|
'profile_try_again' => 'Something went wrong. Please try again.',
|
||||||
|
|
||||||
// export data:
|
// export data:
|
||||||
'import_and_export_menu' => 'Import and export',
|
'import_and_export_menu' => 'Import and export',
|
||||||
'export_data_title' => 'Export data from Firefly III',
|
'export_data_title' => 'Export data from Firefly III',
|
||||||
'export_data_menu' => 'Export data',
|
'export_data_menu' => 'Export data',
|
||||||
'export_data_bc' => 'Export data from Firefly III',
|
'export_data_bc' => 'Export data from Firefly III',
|
||||||
'export_data_main_title' => 'Export data from Firefly III',
|
'export_data_main_title' => 'Export data from Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Export all transactions',
|
'export_data_all_transactions' => 'Export all transactions',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
'nr_of_attachments' => '̇1 個附加檔案|:count 個附加檔案',
|
'nr_of_attachments' => '̇1 個附加檔案|:count 個附加檔案',
|
||||||
'attachments' => '附加檔案',
|
'attachments' => '附加檔案',
|
||||||
'edit_attachment' => '編輯附加檔案 ":name"',
|
'edit_attachment' => '編輯附加檔案 ":name"',
|
||||||
'update_attachment' => '更新附加檔案',
|
'update_attachment' => '更新附加檔案',
|
||||||
'delete_attachment' => '刪除附加檔案 ":name"',
|
'delete_attachment' => '刪除附加檔案 ":name"',
|
||||||
'attachment_deleted' => '已刪除附加檔案 ":name"',
|
'attachment_deleted' => '已刪除附加檔案 ":name"',
|
||||||
'liabilities_deleted' => 'Deleted liability ":name"',
|
'liabilities_deleted' => 'Deleted liability ":name"',
|
||||||
'attachment_updated' => '已更新附加檔案 ":name',
|
'attachment_updated' => '已更新附加檔案 ":name',
|
||||||
'upload_max_file_size' => '最大檔案大小: :size',
|
'upload_max_file_size' => '最大檔案大小: :size',
|
||||||
'list_all_attachments' => '全部附加檔案清單',
|
'list_all_attachments' => '全部附加檔案清單',
|
||||||
|
|
||||||
// transaction index
|
// transaction index
|
||||||
'title_expenses' => '支出',
|
'title_expenses' => '支出',
|
||||||
'title_withdrawal' => '支出',
|
'title_withdrawal' => '支出',
|
||||||
'title_revenue' => '收入',
|
'title_revenue' => '收入',
|
||||||
'title_deposit' => '收入',
|
'title_deposit' => '收入',
|
||||||
'title_transfer' => '轉帳',
|
'title_transfer' => '轉帳',
|
||||||
'title_transfers' => '轉帳',
|
'title_transfers' => '轉帳',
|
||||||
|
|
||||||
// convert stuff:
|
// convert stuff:
|
||||||
'convert_is_already_type_Withdrawal' => '此交易已是一筆提款',
|
'convert_is_already_type_Withdrawal' => '此交易已是一筆提款',
|
||||||
|
Reference in New Issue
Block a user