New strings in all languages for #3404

This commit is contained in:
James Cole
2020-05-29 06:39:24 +02:00
parent 3dd3d2cabb
commit b64979e45a
50 changed files with 4258 additions and 1675 deletions

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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' => 'Εισαγωγή / Εξαγωγή',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -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"',
@@ -651,7 +651,34 @@ return [
'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',
@@ -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.',

View 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:',
];

View File

@@ -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' => 'Lorsquune opération est créée', 'rule_trigger_store_journal' => 'Lorsquune opération est créée',
'rule_trigger_update_journal' => 'Lorsquune opération est mise à jour', 'rule_trigger_update_journal' => 'Lorsquune opération est mise à jour',
@@ -544,7 +544,7 @@ return [
'equal_to_language' => '(égal à la langue)', 'equal_to_language' => '(égal à la langue)',
'pref_home_screen_accounts' => 'Comptes de lécran daccueil', 'pref_home_screen_accounts' => 'Comptes de lécran daccueil',
'pref_home_screen_accounts_help' => 'Quels sont les comptes à afficher sur la page daccueil ?', 'pref_home_screen_accounts_help' => 'Quels sont les comptes à afficher sur la page daccueil ?',
'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',
@@ -651,7 +651,34 @@ return [
'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 nest pas disponible lors de lauthentification par ":login_provider".', 'login_provider_local_only' => 'Cette action nest pas disponible lors de lauthentification 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',
@@ -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 dinformations sur ces différents types de rapports dans les pages daide. Appuyez sur licône (?) dans le coin supérieur droit.', 'more_info_help' => 'Vous trouverez plus dinformations sur ces différents types de rapports dans les pages daide. Appuyez sur licô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',

View File

@@ -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',

View File

@@ -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)

View File

@@ -46,7 +46,7 @@ return [
'require_repeat_until' => 'Besoin dun certain nombre de répétitions ou d\'une date de fin (repeat_until). Pas les deux.', 'require_repeat_until' => 'Besoin dun 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.',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View File

@@ -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',
]; ];

View File

@@ -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',

View 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:',
];

View File

@@ -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' => 'Crea',
'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ă',
@@ -538,10 +538,10 @@ return [
'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',
@@ -553,12 +553,12 @@ return [
'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',
@@ -651,7 +651,34 @@ return [
'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',
@@ -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.'
]; ];

View File

@@ -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'
]; ];

View File

@@ -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',

View File

@@ -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.',
]; ];

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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' => 'Импорт и экспорт',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -653,7 +653,34 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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' => '导入和导出',

View 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:',
];

View File

@@ -651,7 +651,34 @@ return [
'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',