New translations.

This commit is contained in:
James Cole
2020-06-06 06:40:44 +02:00
parent 946e3fb540
commit af4a006192
48 changed files with 317 additions and 254 deletions

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Štítek je „:trigger_value“',
'rule_trigger_currency_is_choice' => 'Měna transakce je…',
'rule_trigger_currency_is' => 'Měna transakce je „:trigger_value“',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Má alespoň tolik příloh',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Kdy je transakce vytvořena',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Shody',
'strict' => 'Striktní režim',
'repeat_freq' => 'Opakuje se',
'object_group' => 'Group',
'location' => 'Údaje o poloze',
'update_channel' => 'Update channel',
'currency_id' => 'Měna',

View File

@@ -24,73 +24,73 @@ 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.',
'greeting' => 'Hallo,',
'closing' => 'Piep piep,',
'signature' => 'Der Firefly III Mail-Roboter',
'footer_ps' => 'PS: Diese Nachricht wurde wegen einer Anfrage durch die IP-Adresse :ipAddress versendet.',
// 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.',
'admin_test_subject' => 'Eine Textnachricht von Ihrer Firefly III Installation',
'admin_test_body' => 'Dies ist eine Testnachricht von Ihrer Firefly III-Instanz. Sie wurde an :email gesendet.',
// 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.',
'access_token_created_subject' => 'Ein neuer Zugriffstoken wurde erstellt',
'access_token_created_body' => 'Jemand (hoffentlich Sie) hat gerade einen neuen Firefly III API Zugangstoken für Ihr Benutzerkonto erstellt.',
'access_token_created_explanation' => 'Mit diesem Token haben sie Zugriff auf <strong>alle</strong> Ihre Finanzdaten über die Firefly III API.',
'access_token_created_revoke' => 'Wenn Sie das nicht waren, widerrufen Sie bitte dieses Token so bald wie möglich unter :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_subject' => 'Willkommen bei Firefly III!',
'registered_welcome' => 'Willkommen bei <a style="color:#337ab7" href=":address">Firefly III</a>. Ihre Registrierung ist abgeschlossen und diese E-Mail ist hier, um es zu bestätigen. Juhu!',
'registered_pw' => 'Wenn Sie Ihr Passwort bereits vergessen haben, setzen Sie es bitte über <a style="color:#337ab7" href=":address/password/reset">das Passwort-Reset Tool</a> zurück.',
'registered_help' => 'Es gibt ein Hilfe-Icon in der oberen rechten Ecke jeder Seite. Wenn Sie Hilfe benötigen, klicken Sie dort drauf!',
'registered_doc_html' => 'Wenn Sie es noch nicht getan haben, lesen Sie bitte die <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">Großtheorie</a>.',
'registered_doc_text' => 'Wenn Sie dies noch nicht getan haben, lesen Sie bitte die Anleitung zu den ersten Schritten und die vollständige Beschreibung.',
'registered_closing' => 'Viel Spaß!',
'registered_firefly_iii_link' => 'Firefly III:',
'registered_pw_reset_link' => 'Password reset:',
'registered_doc_link' => 'Documentation:',
'registered_pw_reset_link' => 'Passwort zurücksetzen:',
'registered_doc_link' => 'Dokumentation:',
// 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:',
'email_change_subject' => 'Ihre Firefly III E-Mail-Adresse hat sich geändert',
'email_change_body_to_new' => 'Sie oder jemand mit Zugriff auf Ihr Firefly III-Konto hat Ihre E-Mail-Adresse geändert. Wenn Sie diese Nachricht nicht erwartet haben, bitte ignorieren und löschen Sie sie.',
'email_change_body_to_old' => 'Sie oder jemand mit Zugriff auf Ihr Firefly III-Konto hat Ihre E-Mail-Adresse geändert. Falls Sie dies nicht erwarten <strong>müssen</strong> Sie dem "Rückgängig"-Link unten folgen, um Ihr Konto zu schützen!',
'email_change_ignore' => 'Wenn Sie diese Änderung initiiert haben, können Sie diese Nachricht ignorieren.',
'email_change_old' => 'Die alte E-Mail-Adresse war: :email',
'email_change_old_strong' => 'Die alte E-Mail-Adresse war: <strong>:email</strong>',
'email_change_new' => 'Die neue E-Mail-Adresse ist: :email',
'email_change_new_strong' => 'Die neue E-Mail-Adresse ist: <strong>:email</strong>',
'email_change_instructions' => 'Sie können Firefly III erst verwenden, wenn Sie diese Änderung bestätigen. Bitte folgen Sie dem unten stehenden Link, um dies zu tun.',
'email_change_undo_link' => 'Um die Änderung rückgängig zu machen, folgen Sie diesem 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.',
'oauth_created_subject' => 'Ein neuer OAuth Client wurde erstellt',
'oauth_created_body' => 'Jemand (hoffentlich Sie) hat gerade einen neuen Firefly III API OAuth Client für Ihr Benutzerkonto erstellt. Es wird als ":name" bezeichnet und hat die Callback URL <span style="font-family: monospace;">:url</span>.',
'oauth_created_explanation' => 'Mit diesem Client können sie <strong>alle</strong> Ihre Finanzdaten über die Firefly III API abrufen.',
'oauth_created_undo' => 'Wenn dies nicht Sie waren, widerrufen Sie bitte diesen Client so bald wie möglich unter :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!',
'reset_pw_subject' => 'Anfrage zum Zurücksetzen des Passworts',
'reset_pw_instructions' => 'Jemand hat versucht, Ihr Passwort zurückzusetzen. Wenn Sie es waren, folgen Sie bitte dem untenstehenden Link.',
'reset_pw_warning' => '<strong>BITTE</strong> überprüfen, ob der Link tatsächlich an die Firefly III-Instanz geht, die Sie erwarten!',
// 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:',
'error_subject' => 'Fehler in Firefly III gefunden',
'error_intro' => 'Firefly III v:version ist auf einen Fehler gestoßen: <span style="font-family: monospace;">:errorMessage</span>.',
'error_type' => 'Der Fehler war vom Typ ":class".',
'error_timestamp' => 'Der Fehler trat auf: :time.',
'error_location' => 'Dieser Fehler ist in der Datei "<span style="font-family: monospace;">:file</span>" in Zeile :line mit dem Code :code aufgetreten.',
'error_user' => 'Der Fehler ist bei Benutzer #:id, <a href="mailto::email">:email</a> aufgetreten.',
'error_no_user' => 'Es war kein Benutzer für diesen Fehler eingeloggt oder es wurde kein Benutzer erkannt.',
'error_ip' => 'Die IP-Adresse bezogen auf diesen Fehler lautet: :ip',
'error_url' => 'URL ist: :url',
'error_user_agent' => 'User Agent: :userAgent',
'error_stacktrace' => 'Der vollständige Stacktrace ist unten. Wenn Sie denken, dass dies ein Fehler in Firefly III ist, können Sie diese Nachricht an <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii weiterleiten. rg</a>. Dies kann helfen, den Fehler zu beheben, den Sie gerade gefunden haben.',
'error_github_html' => 'Wenn Sie es bevorzugen, können Sie auch einen Fehlerbericht auf <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> eröffnen.',
'error_github_text' => 'Wenn Sie es bevorzugen, können Sie auch einen Fehlerbericht auf https://github.com/firefly-iii/firefly-iii/issues eröffnen.',
'error_stacktrace_below' => 'Der vollständige Stacktrace ist unten:',
// 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:',
'new_journals_subject' => 'Firefly III hat eine neue Transaktion erstellt|Firefly III hat :count neue Transaktionen erstellt',
'new_journals_header' => 'Firefly III hat eine Transaktion für Sie erstellt. Sie finden sie in Ihrer Firefly III Installation:|Firefly III hat :count Transaktionen für Sie erstellt. Sie können sie in Ihrer Firefly III Installation finden:',
];

View File

@@ -23,29 +23,29 @@
declare(strict_types=1);
return [
'404_header' => 'Firefly III cannot find this page.',
'404_page_does_not_exist' => 'The page you have requested does not exist. Please check that you have not entered the wrong URL. Did you make a typo perhaps?',
'404_send_error' => 'If you were redirected to this page automatically, please accept my apologies. There is a mention of this error in your log files and I would be grateful if you sent me the error to me.',
'404_github_link' => 'If you are sure this page should exist, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Whoops',
'fatal_error' => 'There was a fatal error. Please check the log files in "storage/logs" or use "docker logs -f [container]" to see what\'s going on.',
'maintenance_mode' => 'Firefly III is in maintenance mode.',
'be_right_back' => 'Be right back!',
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second.',
'error_occurred' => 'Whoops! An error occurred.',
'error_not_recoverable' => 'Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:',
'error' => 'Error',
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
'stacktrace' => 'Stack trace',
'more_info' => 'More information',
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
'github_help' => 'Get help on GitHub',
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
'use_search' => 'Use the search!',
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
'tell_more' => 'Tell us more than "it says Whoops!"',
'include_logs' => 'Include error logs (see above).',
'what_did_you_do' => 'Tell us what you were doing.',
'404_header' => 'Firefly III kann diese Seite nicht finden.',
'404_page_does_not_exist' => 'Die angeforderte Seite existiert nicht. Bitte überprüfen Sie, ob Sie nicht die falsche URL eingegeben haben. Haben Sie vielleicht einen Tippfehler gemacht?',
'404_send_error' => 'Wenn Sie automatisch auf diese Seite weitergeleitet wurden, nehmen Sie bitte meine Entschuldigung an. Es gibt einen Hinweis auf diesen Fehler in Ihren Logdateien, und ich wäre Ihnen dankbar, wenn Sie mir den Fehler schicken würden.',
'404_github_link' => 'Wenn Sie sicher sind, dass diese Seite existieren soll, öffnen Sie bitte ein Ticket auf <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Hoppla',
'fatal_error' => 'Es gab einen fatalen Fehler. Bitte überprüfen Sie die Logdateien in "storage/logs" oder verwenden Sie "docker logs -f [container]", um zu sehen, was vor sich geht.',
'maintenance_mode' => 'Firefly III ist im Wartungsmodus.',
'be_right_back' => 'Gleich wieder zurück!',
'check_back' => 'Firefly III ist für eine notwendige Wartung nicht verfügbar. Bitte versuchen Sie es in einer Sekunde noch einmal.',
'error_occurred' => 'Hoppla! Ein Fehler ist aufgetreten.',
'error_not_recoverable' => 'Leider konnte dieser Fehler nicht wiederhergestellt werden :(. Firefly III ist kaputt. Der Fehler ist:',
'error' => 'Fehler',
'error_location' => 'Dieser Fehler ist in der Datei <span style="font-family: monospace;">:file</span> in Zeile :line mit dem Code :code aufgetreten.',
'stacktrace' => 'Stack-Trace',
'more_info' => 'Weitere Informationen',
'collect_info' => 'Bitte sammeln Sie weitere Informationen im Verzeichnis <code>storage/logs</code> wo Sie Logdateien finden können. Wenn Sie Docker verwenden, verwenden Sie <code>docker logs -f [container]</code>.',
'collect_info_more' => 'Lesen Sie mehr über das Sammeln von Fehlerinformationen in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">der FAQ</a>.',
'github_help' => 'Hilfe auf GitHub erhalten',
'github_instructions' => 'Sie sind herzlich eingeladen, ein neues Ticket <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">auf GitHub</a></strong> zu öffnen.',
'use_search' => 'Benutzen Sie die Suche!',
'include_info' => 'Fügen Sie die Informationen <a href=":link">von dieser Debug-Seite</a> ein.',
'tell_more' => 'Sagen Sie uns mehr als "Da steht Hoppla!"',
'include_logs' => 'Fehlerprotokolle einschließen (siehe oben).',
'what_did_you_do' => 'Teilen Sie uns mit, was Sie getan haben.',
];

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Ein Schlagwort ist ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Buchungswährung ist …',
'rule_trigger_currency_is' => 'Buchungswährung ist „:trigger_value”',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Hat mindestens so viele Anhänge',
'rule_trigger_has_attachments' => 'Hat mindestens :count Anhang|Hat mindestens :count Anhänge',
'rule_trigger_store_journal' => 'Wenn eine Buchung erstellt wird',
@@ -671,15 +673,15 @@ return [
'profile_revoke' => 'Widerrufen',
'profile_personal_access_tokens' => 'Persönliche Zugangs-Tokens',
'profile_personal_access_token' => 'Persönlicher Zugangs-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.',
'profile_personal_access_token_explanation' => 'Hier ist Ihr neues persönlicher Zugangsschlüssel. Dies ist das einzige Mal, dass er angezeigt wird, also verlieren Sie ihn nicht! Sie können dieses Token jetzt verwenden, um API-Anfragen zu stellen.',
'profile_no_personal_access_token' => 'Sie haben keine persönlichen Zugangsschlüssel erstellt.',
'profile_create_new_token' => 'Neuen Schlüssel erstellen',
'profile_create_token' => 'Schlüssel erstellen',
'profile_create' => 'Erstellen',
'profile_save_changes' => 'Änderungen speichern',
'profile_whoops' => 'Huch!',
'profile_something_wrong' => 'Ein Problem ist aufgetreten!',
'profile_try_again' => 'Ein Problem ist aufgetreten. Bitte versuchen Sie es erneut.',
// export data:
'import_and_export_menu' => 'Im- und Export',
@@ -737,9 +739,9 @@ return [
'convert_expl_w_d' => 'Bei der Umwandlung von einer Auszahlung in eine Einzahlung wird das Geld auf das angezeigte Zielkonto eingezahlt, anstatt davon abgebucht zu werden.|Bei der Umwandlung von einer Auszahlung in eine Einzahlung wird das Geld auf die angezeigten Zielkonten eingezahlt, anstatt von diesem abgebucht zu werden.',
'convert_expl_w_t' => 'Bei der Umwandlung einer Ausgabe in eine Überweisung wird das Geld vom Quellkonto auf ein anderes Vermögens- oder Verbindlichkeitskonto überwiesen, anstatt auf das ursprüngliche Ausgabenkonto gebucht zu werden.|Bei der Umwandlung einer Ausgabe in eine Überweisung, wird das Geld von den Quellkonten auf andere Vermögens- oder Verbindlichkeitskonten überwiesen, anstatt auf die ursprünglichen Ausgabenkonten gebucht zu werden.',
'convert_expl_d_w' => 'Wenn eine Einzahlung in eine Auszahlungumgewandelt wird, wird das Geld von den angezeigten Quellkonten abgehoben, anstatt auf diese eingezahlt zu werden.|Wenn eine Einzahlung in eine Abhebung umgewandelt wird, wird das Geld von den angezeigten Quellkonten abgehoben, anstatt auf diese eingezahlt zu werden.',
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account from any of your asset or liability account.|When you convert a deposit into a transfer, the money will be deposited into the listed destination accounts from any of your asset or liability accounts.',
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account you set here, instead of being transferred away.|When you convert a transfer into a withdrawal, the money will be spent on the destination accounts you set here, instead of being transferred away.',
'convert_expl_t_d' => 'When you convert a transfer into a deposit, the money will be deposited into the destination account you see here, instead of being transferred into it.|When you convert a transfer into a deposit, the money will be deposited into the destination accounts you see here, instead of being transferred into them.',
'convert_expl_d_t' => 'Wenn Sie eine Einzahlung in einen Überweisung umwandeln, wird das Geld von einem Ihrer Aktiv- oder Passivkonten auf das aufgelistete Zielkonto eingezahlt.| Wenn Sie eine Einzahlung in einen Überweisung umwandeln, wird das Geld von einem Ihrer Aktiv- oder Passivkonten auf das aufgelistete Zielkonto eingezahlt.',
'convert_expl_t_w' => 'Wenn Sie eine Überweisung in eine Abhebung umwandeln, wird das Geld auf dem hier angegebenen Zielkonto ausgegeben, anstatt überwiesen zu werden.| Wenn Sie eine Überweisung in eine Abhebung umwandeln, wird das Geld auf dem hier angegebenen Zielkonto ausgegeben, anstatt überwiesen zu werden.',
'convert_expl_t_d' => 'Wenn Sie eine Überweisung in eine Einzahlung umwandeln, wird das Geld auf das hier angegebene Zielkonto eingezahlt und nicht auf dieses überwiesen.| Wenn Sie eine Überweisung in eine Einzahlung umwandeln, wird das Geld auf das hier angegebene Zielkonto eingezahlt und nicht auf dieses überwiesen.',
'convert_select_sources' => 'Um die Umwandlung abzuschließen, wählen Sie bitte unten das neue Quellkonto aus.|Um die Umwandlung abzuschließen, wählen Sie bitte die neuen Quellkonten aus.',
'convert_select_destinations' => 'Um die Umwandlung abzuschließen, wählen Sie bitte unten das neue Zielkonto aus.|Um die Umwandlung abzuschließen, wählen Sie bitte die neuen Zielkonten aus.',
'converted_to_Withdrawal' => 'Die Buchung wurde in eine Ausgabe konvertiert',
@@ -815,7 +817,7 @@ return [
'ab_basic_modal_explain' => 'Verwenden Sie dieses Formular, um anzugeben, wie viel Sie erwarten, dass Sie im angegebenen Zeitraum vorsehen (insgesamt, in :currency) können.',
'createBudget' => 'Neues Budget',
'invalid_currency' => 'Ungültige Währung angegeben',
'invalid_amount' => 'Please enter an amount',
'invalid_amount' => 'Bitte einen Betrag eingeben',
'set_ab' => 'Der verfügbare Budgetbetrag wurde festgelegt',
'updated_ab' => 'Der verfügbare Budgetbetrag wurde aktualisiert',
'deleted_ab' => 'Der verfügbare Budgetbetrag wurde gelöscht',
@@ -1087,7 +1089,7 @@ return [
'attachment_not_found' => 'Der Anhang konnte nicht gefunden werden.',
'journal_link_bill' => 'Diese Buchung ist mit der Rechnung <a href=":route">:name</a> verknüpft. Um diese Verbindung aufzuheben, deaktivieren Sie das Kontrollkästchen. Verwenden Sie Regeln, um es mit einer anderen Rechnung zu verbinden.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">Buchung #{ID} ("{title}")</a> wurde gespeichert.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been stored.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Buchung #{ID}</a> wurde gespeichert.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Buchung#{ID}</a> wurde aktualisiert.',
// new user:

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Reagiert auf',
'strict' => 'Strenger Modus',
'repeat_freq' => 'Wiederholungen',
'object_group' => 'Group',
'location' => 'Herkunft',
'update_channel' => 'Aktualisierungskanal',
'currency_id' => 'Währung',

View File

@@ -102,7 +102,7 @@ return [
'sum_withdrawals' => 'Summe der Ausgaben',
'sum_deposits' => 'Summe der Einzahlungen',
'sum_transfers' => 'Summe der Umbuchungen',
'sum_reconciliations' => 'Sum of reconciliations',
'sum_reconciliations' => 'Summe der Kontenabgleiche',
'reconcile' => 'Abgleichen',
'account_on_spectre' => 'Konto (Spectre)',
'account_on_ynab' => 'Konto (YNAB)',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Μία ετικέτα είναι ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Το νόμισμα της συναλλαγής είναι..',
'rule_trigger_currency_is' => 'Το νόμισμα της συναλλαγής είναι ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Έχει τουλάχιστον τόσα συνημμένα',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Όταν δημιουργείται μια συναλλαγή',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Αντιστοιχίες στις',
'strict' => 'Αυστηρή λειτουργία',
'repeat_freq' => 'Επαναλήψεις',
'object_group' => 'Group',
'location' => 'Τοποθεσία',
'update_channel' => 'Κανάλι ενημερώσεων',
'currency_id' => 'Νόμισμα',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'A tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transaction currency is..',
'rule_trigger_currency_is' => 'Transaction currency is ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Has at least this many attachments',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'When a transaction is created',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Matches on',
'strict' => 'Strict mode',
'repeat_freq' => 'Repeats',
'object_group' => 'Group',
'location' => 'Location',
'update_channel' => 'Update channel',
'currency_id' => 'Currency',

View File

@@ -24,73 +24,73 @@ 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.',
'greeting' => 'Hola,',
'closing' => 'Bip bop,',
'signature' => 'El Robot de Correo de Firefly III',
'footer_ps' => 'PD: Este mensaje fue enviado porque una solicitud de IP :ipAddress lo activó.',
// 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.',
'admin_test_subject' => 'Un mensaje de prueba de su instalación de Firefly III',
'admin_test_body' => 'Este es un mensaje de prueba de tu instancia de Firefly III. Fue enviado a :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.',
'access_token_created_subject' => 'Se ha creado un nuevo token de acceso',
'access_token_created_body' => 'Alguien (esperemos que usted) acaba de crear un nuevo token de acceso a la API de Firefly III para tu cuenta de usuario.',
'access_token_created_explanation' => 'Con este token, pueden acceder a <strong>todos</strong> sus registros financieros a través de la API de Firefly III.',
'access_token_created_revoke' => 'Si no fue usted, por favor revoca este token tan pronto como sea posible en :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_subject' => 'Bienvenido a Firefly III!',
'registered_welcome' => 'Bienvenido a <a style="color:#337ab7" href=":address">Firefly III</a>. Se ha hecho su registro, y este correo electrónico está aquí para confirmarlo. ¡Si!',
'registered_pw' => 'Si ya ha olvidado su contraseña, por favor restáurela usando <a style="color:#337ab7" href=":address/password/reset">la herramienta de restablecimiento de contraseña</a>.',
'registered_help' => 'Hay un icono de ayuda en la esquina superior derecha de cada página. Si necesita ayuda, ¡Haga clic en él!',
'registered_doc_html' => 'Si aún no lo ha hecho, por favor lea la <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">gran teoría</a>.',
'registered_doc_text' => 'Si aún no lo ha hecho, por favor lea la primera guía de uso y la descripción completa.',
'registered_closing' => '¡Disfrute!',
'registered_firefly_iii_link' => 'Firefly III:',
'registered_pw_reset_link' => 'Password reset:',
'registered_doc_link' => 'Documentation:',
'registered_pw_reset_link' => 'Restablecer contraseña:',
'registered_doc_link' => 'Documentación:',
// 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:',
'email_change_subject' => 'Se cambió su dirección de email de Firefly III',
'email_change_body_to_new' => 'Usted o alguien con acceso a su cuenta de Firefly III ha cambiado su dirección de correo electrónico. Si no esperabas este mensaje, por favor ignórelo y elimínelo.',
'email_change_body_to_old' => 'Usted o alguien con acceso a su cuenta de Firefly III ha cambiado su dirección de correo electrónico. Si no esperaba que esto suceda, <strong>debe</strong> seguir el enlace "deshacer" para proteger tu cuenta.',
'email_change_ignore' => 'Si inició este cambio, puede ignorar este mensaje de forma segura.',
'email_change_old' => 'La antigua dirección de correo electrónico era: :email',
'email_change_old_strong' => 'La antigua dirección de correo electrónico era: <strong>:email</strong>',
'email_change_new' => 'La nueva dirección de correo es: :email',
'email_change_new_strong' => 'La nueva dirección de correo electrónico es: <strong>:email</strong>',
'email_change_instructions' => 'No puede usar Firefly III hasta que confirme este cambio. Por favor, siga el enlace de abajo para hacerlo.',
'email_change_undo_link' => 'Para deshacer el cambio, siga este enlace:',
// 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.',
'oauth_created_subject' => 'Se ha creado un nuevo cliente OAuth',
'oauth_created_body' => 'Alguien (esperemos que usted) acaba de crear un nuevo cliente API OAuth de Firefly III para su cuenta de usuario. Está etiquetado como ":name" y tiene la URL de devolución de llamada <span style="font-family: monospace;">:url</span>.',
'oauth_created_explanation' => 'Con este cliente, puede acceder a <strong>todos</strong> sus registros financieros a través de la API de Firefly III.',
'oauth_created_undo' => 'Si no fue usted, por favor revoca este cliente tan pronto como sea posible en :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!',
'reset_pw_subject' => 'Su solicitud de restablecimiento de contraseña',
'reset_pw_instructions' => 'Alguien intentó restablecer su contraseña. Si fue usted, por favor siga el enlace de abajo para hacerlo.',
'reset_pw_warning' => '<strong>¡POR FAVOR</strong> verifique que el enlace vaya a Firefly III que espera que vaya!',
// 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:',
'error_subject' => 'Ocurrió un error en Firefly III',
'error_intro' => 'Firefly III v:version tuvo un error: <span style="font-family: monospace;">:errorMessage</span>.',
'error_type' => 'El error fue de tipo ":class".',
'error_timestamp' => 'El error ocurrió el: :time.',
'error_location' => 'Este error ocurrió en el archivo "<span style="font-family: monospace;">:file</span>" en línea :line con código :code.',
'error_user' => 'El error fue encontrado por el usuario #:id, <a href="mailto::email">:email</a>.',
'error_no_user' => 'No había ningún usuario conectado para este error o no se detectó ningún usuario.',
'error_ip' => 'La dirección IP relacionada con este error es: :ip',
'error_url' => 'La URL es: :url',
'error_user_agent' => 'Agente de usuario: :userAgent',
'error_stacktrace' => 'El stacktrace completo está a continuación. Si cree que esto es un error en Firefly III, puede reenviar este mensaje a <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii. rg</a>. Esto puede ayudar a solucionar el error que acaba de encontrar.',
'error_github_html' => 'Si prefiere, también puede abrir un nuevo issue en <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'Si prefiere, también puedes abrir un nuevo problema en https://github.com/firefly-iiii/firefly-iiii/issues.',
'error_stacktrace_below' => 'El stacktrace completo está a continuación:',
// 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:',
'new_journals_subject' => 'Firefly III ha creado una nueva transacción|Firefly III ha creado :count nuevas transacciones',
'new_journals_header' => 'Firefly III ha creado una transacción para usted. La puede encontrar en su instalación de Firefly III:|Firefly III ha creado :count transacciones para usted. Las puede encontrar en su instalación de Firefly III:',
];

View File

@@ -23,29 +23,29 @@
declare(strict_types=1);
return [
'404_header' => 'Firefly III cannot find this page.',
'404_page_does_not_exist' => 'The page you have requested does not exist. Please check that you have not entered the wrong URL. Did you make a typo perhaps?',
'404_send_error' => 'If you were redirected to this page automatically, please accept my apologies. There is a mention of this error in your log files and I would be grateful if you sent me the error to me.',
'404_github_link' => 'If you are sure this page should exist, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Whoops',
'fatal_error' => 'There was a fatal error. Please check the log files in "storage/logs" or use "docker logs -f [container]" to see what\'s going on.',
'maintenance_mode' => 'Firefly III is in maintenance mode.',
'be_right_back' => 'Be right back!',
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second.',
'error_occurred' => 'Whoops! An error occurred.',
'error_not_recoverable' => 'Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:',
'404_header' => 'Firefly III no puede encontrar esta página.',
'404_page_does_not_exist' => 'La página que ha solicitado no existe. Por favor, compruebe que no ha introducido la URL incorrecta. ¿Ha cometido un error tipográfico?',
'404_send_error' => 'Si fue redirigido a esta página automáticamente, por favor acepte mis disculpas. Hay una mención de este error en sus archivos de registro y le agradecería que me enviara el error.',
'404_github_link' => 'Si está seguro de que esta página debería existir, abra un ticket en <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Ups',
'fatal_error' => 'Hubo un error fatal. Por favor, compruebe los archivos de registro en "almacenamiento/registro" o use "docker logs -f [container]" para ver lo que está sucediendo.',
'maintenance_mode' => 'Firefly III está en modo mantenimiento.',
'be_right_back' => '¡Enseguida vuelvo!',
'check_back' => 'Firefly III está apagado para el mantenimiento necesario. Por favor, vuelva en un segundo.',
'error_occurred' => '¡Uy! un error ha ocurrido.',
'error_not_recoverable' => 'Desafortunadamente, este error no se pudo recuperar :(. Firefly III se rompió. El error es:',
'error' => 'Error',
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
'stacktrace' => 'Stack trace',
'more_info' => 'More information',
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
'github_help' => 'Get help on GitHub',
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
'use_search' => 'Use the search!',
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
'tell_more' => 'Tell us more than "it says Whoops!"',
'include_logs' => 'Include error logs (see above).',
'what_did_you_do' => 'Tell us what you were doing.',
'error_location' => 'Este error ocurrió en el archivo "<span style="font-family: monospace;">:file</span>" en línea :line con código :code.',
'stacktrace' => 'Seguimiento de la pila',
'more_info' => 'Más información',
'collect_info' => 'Por favor, recopile más información en el directorio <code>storage/logs</code> donde encontrará los archivos de registro. Si está ejecutando Docker, use <code>registros docker -f [container]</code>.',
'collect_info_more' => 'Puede leer más sobre la recolección de información de errores en <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">las Preguntas Frecuentes</a>.',
'github_help' => 'Obtener ayuda en GitHub',
'github_instructions' => 'Es bienvenido a abrir un nuevo issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">en GitHub</a></strong>.',
'use_search' => '¡Use la búsqueda!',
'include_info' => 'Incluya la información <a href=":link">de esta página de depuración</a>.',
'tell_more' => 'Cuéntenos más que "Dice: Ups"',
'include_logs' => 'Incluye registros de errores (ver arriba).',
'what_did_you_do' => 'Cuéntenos lo que estaba haciendo.',
];

View File

@@ -53,7 +53,7 @@ return [
'create_new_stuff' => 'Crear nueva etiqueta',
'new_withdrawal' => 'Nuevo retiro',
'create_new_transaction' => 'Crear una nueva transacción',
'sidebar_frontpage_create' => 'Create',
'sidebar_frontpage_create' => 'Crear',
'new_transaction' => 'Nueva transacción',
'no_rules_for_bill' => 'Esta factura no tiene reglas asociadas a ella.',
'go_to_asset_accounts' => 'Ver tus cuentas de activos',
@@ -99,7 +99,7 @@ return [
'two_factor_lost_fix_owner' => 'De lo contrario, comuníquese por mail con el dueño del sitio, <a href="mailto::site_owner">:site_owner</a> y pídale que restablezca su autenticación de dos pasos.',
'mfa_backup_code' => 'Has usado un código de respaldo para iniciar sesión en Firefly III. No se puede usar de nuevo, así que táchalo de tu lista.',
'pref_two_factor_new_backup_codes' => 'Obtener nuevos códigos de copia de seguridad',
'pref_two_factor_backup_code_count' => 'You have :count valid backup code.|You have :count valid backup codes.',
'pref_two_factor_backup_code_count' => 'Tiene :count código de copia de seguridad válido. |Tiene :count códigos de copia de seguridad válidos.',
'2fa_i_have_them' => '¡Los he guardado!',
'warning_much_data' => ':days días de datos pueden tomar tiempo en cargarse.',
'registered' => '¡Te has registrado con éxito!',
@@ -107,8 +107,8 @@ return [
'no_budget_pointer' => 'Parece que aún no tiene presupuestos. Debe crear algunos en la página <a href="/budgets">presupuestos</a>. Los presupuestos pueden ayudarle a realizar un seguimiento de los gastos.',
'Savings account' => 'Cuenta de ahorros',
'Credit card' => 'Tarjeta de crédito',
'source_accounts' => 'Source account|Source accounts',
'destination_accounts' => 'Destination account|Destination accounts',
'source_accounts' => 'Cuenta origen|Cuentas de origen',
'destination_accounts' => 'Cuenta de destino|Cuentas de destino',
'user_id_is' => 'Tu id de usuario es <strong>:user</strong>',
'field_supports_markdown' => 'Este campo admite <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
'need_more_help' => 'Si necesita más ayuda con Firefly III, por favor <a href="https://github.com/firefly-iii/firefly-iii/issues">abre un ticket en Github</a>.',
@@ -125,8 +125,8 @@ return [
'sum_of_income' => 'Total ingresos',
'liabilities' => 'Pasivos',
'spent_in_specific_budget' => 'Gastado en el presupuesto ":budget"',
'spent_in_specific_double' => 'Spent in account ":account"',
'earned_in_specific_double' => 'Earned in account ":account"',
'spent_in_specific_double' => 'Gastado en cuenta ":account"',
'earned_in_specific_double' => 'Ganado en cuenta ":account"',
'source_account' => 'Cuenta origen',
'source_account_reconciliation' => 'No puede editar la cuenta de origen de una transacción de reconciliación.',
'destination_account' => 'Cuenta destino',
@@ -199,14 +199,14 @@ return [
'forgot_pw_page_title' => 'Olvidó su contraseña para Firefly III',
'reset_pw_page_title' => 'Restablecer contraseña para Firefly III',
'cannot_reset_demo_user' => 'No puedes restablecer la contraseña del usuario demo.',
'no_att_demo_user' => 'The demo user can\'t upload attachments.',
'no_att_demo_user' => 'El usuario de demostración no puede subir archivos adjuntos.',
'button_register' => 'Registrarse',
'authorization' => 'Autorización',
'active_bills_only' => 'sólo facturas activas',
'active_exp_bills_only' => 'sólo facturas activas y esperadas',
'average_per_bill' => 'promedio por cuenta',
'expected_total' => 'total esperado',
'reconciliation_account_name' => ':name reconciliation (:currency)',
'reconciliation_account_name' => ':name reconciliación (:currency)',
// API access
'authorization_request' => 'Firefly III v:version Solicitud de autorización',
'authorization_request_intro' => '<strong>:client</strong> está solicitando permiso para acceder a su administración financiera. ¿Desea autorizar a <strong>:client</strong> para acceder a estos registros?',
@@ -241,7 +241,7 @@ return [
'update_check_error' => 'Se ha producido un error al buscar actualizaciones: :error',
'unknown_error' => 'Error desconocido. Lo sentimos.',
'just_new_release' => '¡Una nueva versión está disponible! La versión :version ha sido liberada :date. Esta versión es muy fresca. Espere unos días a que la nueva versión se estabilice.',
'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' => 'Ha desactivado la comprobación de actualizaciones. Así que no olvide comprobar las actualizaciones usted mismo de vez en cuando. ¡Gracias!',
'admin_update_channel_title' => 'Canal de actualizaciones',
'admin_update_channel_explain' => 'Firefly III tiene tres "canales" de actualización que determinan cuán por delante está en términos de características, mejoras y errores. Use el canal "beta" si es aventurero y el "alfa" cuando quiera vivir la vida peligrosamente.',
'update_channel_stable' => 'Estable. Todo debería funcionar como se espera.',
@@ -251,8 +251,8 @@ return [
// search
'search' => 'Buscar',
'search_query' => 'Consulta',
'search_found_transactions' => 'Firefly III found :count transaction in :time seconds.|Firefly III found :count transactions in :time seconds.',
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
'search_found_transactions' => 'Firefly III encontrado :count transacción en :time segundos.|Firefly III encontrado :count transacciones en :time segundos.',
'search_found_more_transactions' => 'Firefly III encontró más de :count transacciones en :time segundos.',
'search_for_query' => 'Firefly III está buscando transacciones que contengan todas estas palabras: <span class="text-info">:query</span>',
'search_modifier_amount_is' => 'Cantidad es exactamente :value',
'search_modifier_amount' => 'Cantidad es exactamente :value',
@@ -319,7 +319,7 @@ return [
'no_rules_in_group' => 'No hay reglas en este grupo',
'move_rule_group_up' => 'Mover la regla hacia arriba',
'move_rule_group_down' => 'Mover el grupo de reglas hacia abajo',
'save_rules_by_moving' => 'Save this rule by moving it to another rule group:|Save these rules by moving them to another rule group:',
'save_rules_by_moving' => 'Guardar esta regla moviéndola a otro grupo de reglas:|Guardar estas reglas moviéndolas a otro grupo de reglas:',
'make_new_rule' => 'Crea una nueva regla en el grupo ":title"',
'make_new_rule_no_group' => 'Crea una nueva regla',
'instructions_rule_from_bill' => 'A fin de hacer coincidir las transacciones con su nueva cuenta ":name", Firefly III puede crear una regla que chequeará automáticamente todas las transacciones que guardes. Por favor, verifique los detalles debajo y guarde la regla para que Firefly III automáticamente haga coincidir las transacciones con su nueva cuenta.',
@@ -423,12 +423,12 @@ return [
'rule_trigger_description_is_choice' => 'Descripción es..',
'rule_trigger_description_is' => 'La descripción es ":trigger_value"',
'rule_trigger_date_is_choice' => 'Transaction date is..',
'rule_trigger_date_is' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Transaction date is before..',
'rule_trigger_date_before' => 'Transaction date is before ":trigger_value"',
'rule_trigger_date_after_choice' => 'Transaction date is after..',
'rule_trigger_date_after' => 'Transaction date is after ":trigger_value"',
'rule_trigger_date_is_choice' => 'Fecha de la transacción es..',
'rule_trigger_date_is' => 'La fecha de la transacción es ":trigger_value"',
'rule_trigger_date_before_choice' => 'La fecha de la transacción es anterior a..',
'rule_trigger_date_before' => 'La fecha de la transacción es anterior a ":trigger_value"',
'rule_trigger_date_after_choice' => 'La fecha de la transacción es después de..',
'rule_trigger_date_after' => 'La fecha de la transacción es después de ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Presupuesto es..',
'rule_trigger_budget_is' => 'Presupuesto es ":trigger_value"',
@@ -436,8 +436,10 @@ return [
'rule_trigger_tag_is' => 'Una etiqueta es ":trigger_value"',
'rule_trigger_currency_is_choice' => 'La moneda de la transacción es..',
'rule_trigger_currency_is' => 'La moneda de la transacción es ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Tiene al menos tantos archivos adjuntos',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_has_attachments' => 'Tiene al menos :count adjunto|Tiene al menos :count adjuntos',
'rule_trigger_store_journal' => 'Cuando la transacción es creada',
'rule_trigger_update_journal' => 'Cuando la transacción es actualizada',
'rule_trigger_has_no_category_choice' => 'No tiene categoría',
@@ -464,8 +466,8 @@ return [
'rule_trigger_notes_start' => 'Las notas comienzan con ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Las notas terminan con..',
'rule_trigger_notes_end' => 'Las notas terminan con ":trigger_value"',
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
'rule_action_delete_transaction' => 'DELETE transaction (!)',
'rule_action_delete_transaction_choice' => 'ELIMINAR transacción (!)',
'rule_action_delete_transaction' => 'ELIMINAR transacción (!)',
'rule_action_set_category' => 'Establecer categoría en ":action_value"',
'rule_action_clear_category' => 'Borrar categoría',
'rule_action_set_budget' => 'Establecer presupuesto en ":action_value "',
@@ -484,13 +486,13 @@ return [
'rule_action_remove_tag_choice' => 'Eliminar etiqueta..',
'rule_action_remove_all_tags_choice' => 'Eliminar todas las etiquetas',
'rule_action_set_description_choice' => 'Establecer descripción para..',
'rule_action_update_piggy_choice' => 'Add/remove transaction amount in piggy bank..',
'rule_action_update_piggy' => 'Add/remove transaction amount in piggy bank ":action_value"',
'rule_action_update_piggy_choice' => 'Añadir/quitar el monto de la transacción le la alcancía..',
'rule_action_update_piggy' => 'Añadir/quitar el monto de la transacción de la alcancía ":action_value"',
'rule_action_append_description_choice' => 'Adjuntar descripción con..',
'rule_action_prepend_description_choice' => 'Anteponer descripción con..',
'rule_action_set_source_account_choice' => 'Set source account to..',
'rule_action_set_source_account_choice' => 'Configurar cuenta de origen a..',
'rule_action_set_source_account' => 'Establecer cuenta de origen en :action_value',
'rule_action_set_destination_account_choice' => 'Set destination account to..',
'rule_action_set_destination_account_choice' => 'Establecer cuenta de destino a..',
'rule_action_set_destination_account' => 'Establecer cuenta de destino en :action_value',
'rule_action_append_notes_choice' => 'Anexar notas con..',
'rule_action_append_notes' => 'Anexar notas con ":action_value"',
@@ -537,7 +539,7 @@ return [
'clear_location' => 'Eliminar ubicación',
'delete_all_selected_tags' => 'Eliminar todas las etiquetas seleccionadas',
'select_tags_to_delete' => 'No olvide seleccionar algunas etiquetas.',
'deleted_x_tags' => 'Deleted :count tag.|Deleted :count tags.',
'deleted_x_tags' => 'Eliminado :count etiqueta.|Eliminado :count etiquetas.',
'create_rule_from_transaction' => 'Crear regla basada en la transacción',
@@ -559,7 +561,7 @@ return [
'pref_locale_help' => 'Firefly III le permite configurar otros ajustes locales, como cómo se da formato a las monedas, números y fechas. Las entradas en esta lista pueden no ser soportadas por su sistema. Firefly III no tiene los ajustes de fecha correctos para cada local; póngase en contacto conmigo para obtener mejoras.',
'pref_locale_no_windows' => 'Esta característica puede no funcionar en Windows.',
'pref_locale_no_docker' => 'La imagen de Docker sólo tiene un pequeño conjunto de locales instalados.',
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
'pref_locale_no_demo' => 'Esta característica no funcionará para el usuario demo.',
'pref_custom_fiscal_year' => 'Configuraciónes del año fiscal',
'pref_custom_fiscal_year_label' => 'Habilitado',
'pref_custom_fiscal_year_help' => 'En países que utilizan año fiscal diferente del 1 al 31 de diciembre, usted puede cambiarlo y especificar los días de inicio / y termino del año fiscal',
@@ -652,34 +654,34 @@ return [
'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_provider_local_only' => 'Esta acción no está disponible cuando se identifica a través de ":login_provider".',
'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.',
'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.",
'profile_oauth_clients' => 'Clientes de OAuth',
'profile_oauth_no_clients' => 'No ha creado ningún cliente OAuth.',
'profile_oauth_clients_header' => 'Clientes',
'profile_oauth_client_id' => 'ID del cliente',
'profile_oauth_client_name' => 'Nombre',
'profile_oauth_client_secret' => 'Secreto',
'profile_oauth_create_new_client' => 'Crear un Nuevo Cliente',
'profile_oauth_create_client' => 'Crear Cliente',
'profile_oauth_edit_client' => 'Editar Cliente',
'profile_oauth_name_help' => 'Algo que sus usuarios reconocerán y confiarán.',
'profile_oauth_redirect_url' => 'Redirigir URL',
'profile_oauth_redirect_url_help' => 'La URL de devolución de autorización de su aplicación.',
'profile_authorized_apps' => 'Aplicaciones autorizadas',
'profile_authorized_clients' => 'Clientes autorizados',
'profile_scopes' => 'Ámbitos',
'profile_revoke' => 'Revocar',
'profile_personal_access_tokens' => 'Tokens de acceso personal',
'profile_personal_access_token' => 'Token de acceso personal',
'profile_personal_access_token_explanation' => 'Aquí está su nuevo token de acceso personal. Esta es la única vez que se mostrará así que ¡no lo pierda! Ahora puede usar este token para hacer solicitudes de la API.',
'profile_no_personal_access_token' => 'No ha creado ningún token de acceso personal.',
'profile_create_new_token' => 'Crear nuevo token',
'profile_create_token' => 'Crear token',
'profile_create' => 'Crear',
'profile_save_changes' => 'Guardar cambios',
'profile_whoops' => '¡Ups!',
'profile_something_wrong' => '¡Algo salió mal!',
'profile_try_again' => 'Algo salió mal. Por favor, vuelva a intentarlo.',
// export data:
'import_and_export_menu' => 'Importar y exportar',
@@ -734,14 +736,14 @@ return [
'convert_please_set_asset_destination' => 'Por favor elija la cuenta de activos a donde el dinero se destinara.',
'convert_please_set_expense_destination' => 'Por favor elija la cuenta de gastos a la que ira el dinero.',
'convert_please_set_asset_source' => 'Por favor elija la cuenta de activos de donde vendrá el dinero.',
'convert_expl_w_d' => 'When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination account, instead of being withdrawn from it.|When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination accounts, instead of being withdrawn from them.',
'convert_expl_w_t' => 'When converting a withdrawal into a transfer, the money will be transferred away from the source account into other asset or liability account instead of being spent on the original expense account.|When converting a withdrawal into a transfer, the money will be transferred away from the source accounts into other asset or liability accounts instead of being spent on the original expense accounts.',
'convert_expl_d_w' => 'When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source account, instead of being deposited into it.|When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source accounts, instead of being deposited into them.',
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account from any of your asset or liability account.|When you convert a deposit into a transfer, the money will be deposited into the listed destination accounts from any of your asset or liability accounts.',
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account you set here, instead of being transferred away.|When you convert a transfer into a withdrawal, the money will be spent on the destination accounts you set here, instead of being transferred away.',
'convert_expl_t_d' => 'When you convert a transfer into a deposit, the money will be deposited into the destination account you see here, instead of being transferred into it.|When you convert a transfer into a deposit, the money will be deposited into the destination accounts you see here, instead of being transferred into them.',
'convert_select_sources' => 'To complete the conversion, please set the new source account below.|To complete the conversion, please set the new source accounts below.',
'convert_select_destinations' => 'To complete the conversion, please select the new destination account below.|To complete the conversion, please select the new destination accounts below.',
'convert_expl_w_d' => 'Al convertir de un retiro a un depósito, el dinero será depositado en la cuenta de destino indicada, en lugar de ser retirado de él. Cuando se convierte de un retiro a un depósito, el dinero será depositado en las cuentas de destino indicadas, en lugar de ser retirado de ellas.',
'convert_expl_w_t' => 'Al convertir un retiro en una transferencia, el dinero se transferirá fuera de la cuenta de origen a otra cuenta de activos o pasivos en lugar de ser gastado en la cuenta de gastos originales. Al convertir un retiro en una transferencia, el dinero se transferirá fuera de las cuentas de origen a otras cuentas de activos o pasivos en lugar de gastarse en las cuentas de gastos originales.',
'convert_expl_d_w' => 'Al convertir un depósito en retiro, el dinero será retirado de la cuenta de origen mostrada en lugar de ser depositado en ella. Al convertir un depósito en un retiro, el dinero se retirará de las cuentas de origen mostradas en lugar de depositarse en ellas.',
'convert_expl_d_t' => 'Cuando convierte un depósito en una transferencia, el dinero será depositado en la cuenta de destino listada desde cualquiera de sus cuentas de activos o pasivos. Cuando usted convierte un depósito en una transferencia, el dinero será depositado en las cuentas de destino listadas desde cualquiera de sus cuentas de activos o de responsabilidad.',
'convert_expl_t_w' => 'Cuando usted convierte una transferencia en un retiro, el dinero se gastará en la cuenta de destino que haya establecido aquí, en lugar de ser transferido.|Cuando usted convierte una transferencia en un retiro, el dinero se gastará en las cuentas de destino que haya establecido aquí, en lugar de ser transferido.',
'convert_expl_t_d' => 'Cuando usted convierte una transferencia en un depósito, el dinero será depositado en la cuenta de destino que usted ve aquí, en lugar de ser transferido a ella. |Cuando usted convierte una transferencia en un depósito, el dinero será depositado en las cuentas de destino que usted ve aquí, en lugar de ser transferido a ellas.',
'convert_select_sources' => 'Para completar la conversión, por favor establezca la nueva cuenta de origen a continuación.|Para completar la conversión, por favor configure las nuevas cuentas de origen a continuación.',
'convert_select_destinations' => 'Para completar la conversión, por favor establezca la nueva cuenta de origen a continuación.|Para completar la conversión, por favor configure las nuevas cuentas de origen a continuación.',
'converted_to_Withdrawal' => 'La transacción se convirtió en un retiro',
'converted_to_Deposit' => 'La transacción se ha convertido en un deposito',
'converted_to_Transfer' => 'La transacción se convirtió en transferencia',
@@ -799,7 +801,7 @@ return [
'options' => 'Opciones',
// budgets:
'budget_limit_not_in_range' => 'This amount applies from :start to :end.',
'budget_limit_not_in_range' => 'Esta cantidad se aplica de :start a :end.',
'total_available_budget' => 'Presupuesto total disponible (entre :start y :end)',
'total_available_budget_in_currency' => 'Presupuesto total disponible en :currency',
'see_below' => 'ver abajo',
@@ -815,7 +817,7 @@ return [
'ab_basic_modal_explain' => 'Utilice este formulario para indicar cuánto espera poder presupuestar (en total, en :currency) en el período indicado.',
'createBudget' => 'Nuevo presupuesto',
'invalid_currency' => 'Esta es una divisa no válida',
'invalid_amount' => 'Please enter an amount',
'invalid_amount' => 'Por favor, introduzca una cantidad',
'set_ab' => 'Se ha establecido el presupuesto disponible',
'updated_ab' => 'El presupuesto disponible ha sido actualizado',
'deleted_ab' => 'El presupuesto disponible ha sido eliminado',
@@ -873,7 +875,7 @@ return [
'store_new_bill' => 'Crear factura',
'stored_new_bill' => 'Factura ":name" creada',
'cannot_scan_inactive_bill' => 'Las facturas inactivas no pueden ser escaneadas.',
'rescanned_bill' => 'Rescanned everything, and linked :count transaction to the bill.|Rescanned everything, and linked :count transactions to the bill.',
'rescanned_bill' => 'Se volvió a escanear todo, y vinculó :count transacción a la factura. | Se volvió a escanear todo, y vinculó :count transacciones a la factura.',
'average_bill_amount_year' => 'Cantidad media de la factura (:year)',
'average_bill_amount_overall' => 'Cantidad media de las facturas (total)',
'bill_is_active' => 'Bill esta activo',
@@ -882,10 +884,10 @@ return [
'skips_over' => 'salta sobre',
'bill_store_error' => 'Se ha producido un error inesperado mientras se almacenaba su nueva factura. Por favor, compruebe los archivos de registro',
'list_inactive_rule' => 'regla inactiva',
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
'bill_edit_rules' => 'Firefly III también intentará editar la regla relacionada con esta factura. Sin embargo, si ha editado esta regla usted mismo, Firefly III no cambiará nada.|Firefly III intentará editar también las :count reglas relacionadas con esta factura. Sin embargo, si ha editado estas reglas usted mismo, Firefly III no cambiará nada.',
// accounts:
'inactive_account_link' => 'You have :count inactive (archived) account, which you can view on this separate page.|You have :count inactive (archived) accounts, which you can view on this separate page.',
'inactive_account_link' => 'Tiene :count cuenta inactiva (archivada), que puedes ver en esta página separada.|Tienes cuentas :count inactivas (archivadas), que puedes ver en esta página separada.',
'all_accounts_inactive' => 'Estas son sus cuentas inactivas.',
'active_account_link' => 'Este enlace se regresa a sus cuentas activas.',
'account_missing_transaction' => 'Cuenta #:id (":name") no puede ser vista directamente, Firefly perdió información de redirección.',
@@ -947,7 +949,7 @@ return [
'cash' => 'efectivo',
'cant_find_redirect_account' => 'Firefly III le intentó redirigir pero no pudo. Lo sentimos. Volver al índice.',
'account_type' => 'Tipo de cuenta',
'save_transactions_by_moving' => 'Save this transaction by moving it to another account:|Save these transactions by moving them to another account:',
'save_transactions_by_moving' => 'Guardar esta transacción moviéndola a otra cuenta:|Guardar estas transacciones moviéndolas a otra cuenta:',
'stored_new_account' => 'Nueva cuenta ":name" almacenada!',
'updated_account' => 'Cuenta actualizada ":name"',
'credit_card_options' => 'Opciones de tarjeta de crédito',
@@ -973,8 +975,8 @@ return [
'reconciliation_transaction_title' => 'Reconciliación (:from a :to)',
'sum_of_reconciliation' => 'Suma de reconciliación',
'reconcile_this_account' => 'Reconciliar esta cuenta',
'reconcile' => 'Reconcile',
'show' => 'Show',
'reconcile' => 'Reconciliar',
'show' => 'Mostrar',
'confirm_reconciliation' => 'Confirmar la reconciliacion',
'submitted_start_balance' => 'Balance final enviado',
'selected_transactions' => 'Transacciones seleccionadas (:count)',
@@ -1066,8 +1068,8 @@ return [
'tag' => 'Etiqueta',
'no_budget_squared' => '(sin presupuesto)',
'perm-delete-many' => 'Eliminar muchos elementos en una sola vez puede ser muy perturbador. Por favor, tenga cuidado. Puede eliminar parte de una transacción dividida de esta página, así que tenga cuidado.',
'mass_deleted_transactions_success' => 'Deleted :count transaction.|Deleted :count transactions.',
'mass_edited_transactions_success' => 'Updated :count transaction.|Updated :count transactions.',
'mass_deleted_transactions_success' => 'Eliminado :count transacción.|Eliminado :count transacciones.',
'mass_edited_transactions_success' => 'Actualizado :count transaction.|Actualizado :count transacciones.',
'opt_group_' => '(Sin tipo de cuenta)',
'opt_group_no_account_type' => '(Sin tipo de cuenta)',
'opt_group_defaultAsset' => 'Cuentas de activos por defecto',
@@ -1086,9 +1088,9 @@ return [
'unknown_journal_error' => 'No se pudo guardar la transacción. Por favor, revise los archivos de registro.',
'attachment_not_found' => 'No se pudo encontrar este adjunto.',
'journal_link_bill' => 'Esta transacción está vinculada a la factura <a href=":route">:name</a>. Para eliminar la conexión, desmarca la casilla de verificación. Usa reglas para conectarla a otra factura.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID} ("{title}")</a> has been stored.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been stored.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been updated.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">La transacción #{ID} ("{title}")</a> ha sido almacenada.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">La transacción #{ID}</a> ha sido guardada.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">La transacción #{ID}</a> ha sido actualizada.',
// new user:
'welcome' => 'Bienvenido a Firefly III!',
@@ -1392,10 +1394,10 @@ return [
'user_data_information' => 'Datos del usuario',
'user_information' => 'Información del usuario',
'total_size' => 'tamaño total',
'budget_or_budgets' => ':count budget|:count budgets',
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
'budget_or_budgets' => ':count presupuesto|:count presupuestos',
'budgets_with_limits' => ':count presupuesto con cantidad configurada|:count presupuestos con cantidad configurada',
'nr_of_rules_in_total_groups' => ':count_rules reglas en :count_groups grupo de reglas',
'tag_or_tags' => ':count tag|:count tags',
'tag_or_tags' => ':count etiqueta|:count etiquetas',
'configuration_updated' => 'La configuración ha sido actualizada',
'setting_is_demo_site' => 'Sitio de demostracion',
'setting_is_demo_site_explain' => 'Si usted chequea esta casilla, esta instalación se comportara como si fuera el sitio de demostración, que puede tener efectos secundarios extraños.',
@@ -1436,7 +1438,7 @@ return [
'link_type_help_name' => 'Ie "Duplicados"',
'link_type_help_inward' => 'Ie."duplicados"',
'link_type_help_outward' => 'Ie."esta duplicado por"',
'save_connections_by_moving' => 'Save the link between these transactions by moving them to another link type:',
'save_connections_by_moving' => 'Guarde el enlace entre estas transacciones moviéndolas a otro tipo de enlace:',
'do_not_save_connection' => '(no guarde la conexión)',
'link_transaction' => 'Enlazar transacción',
'link_to_other_transaction' => 'Enlazar esta transacción con otra',
@@ -1563,7 +1565,7 @@ return [
// recurring transactions
'recurrences' => 'Transacciones Recurrentes',
'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.',
'repeat_until_in_past' => 'Esta transacción recurrente dejó de repetirse el :date.',
'recurring_calendar_view' => 'Calendario',
'no_recurring_title_default' => 'Vamos a crear una transacción recurrente!',
'no_recurring_intro_default' => 'Usted no tiene transacciones recurrentes aún. Puede usar esto para hacer que Firefly III cree transacciones por usted.',
@@ -1611,7 +1613,7 @@ return [
'edit_recurrence' => 'Editar transacción recurrente ":title"',
'recurring_repeats_until' => 'Repetir hasta :date',
'recurring_repeats_forever' => 'Repetir por siempre',
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
'recurring_repeats_x_times' => 'Repetir :count vez|Repetir :count veces',
'update_recurrence' => 'Actualizar transacción recurrente',
'updated_recurrence' => 'Transacción recurrente ":title" actualizada',
'recurrence_is_inactive' => 'Esta transacción recurrente no está activa y no generará nuevas transacciones.',
@@ -1656,8 +1658,8 @@ return [
'telemetry_back_to_index' => 'Volver al índice de telemetría',
'not_yet_submitted' => 'No enviada',
'telemetry_type_feature' => 'Marca de características',
'telemetry_type_string' => 'Text',
'telemetry_type_recurring' => 'Recurring',
'telemetry_type_string' => 'Texto',
'telemetry_type_recurring' => 'Recurrente',
'telemetry_submit_all' => 'Enviar registros',
'telemetry_delete_submitted_records' => 'Eliminar los registros enviados',
'telemetry_submission_executed' => 'Los registros han sido enviados. Revise sus archivos de registro para más información.',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Encuentros en',
'strict' => 'Modo estricto',
'repeat_freq' => 'Repetición',
'object_group' => 'Group',
'location' => 'Ubicación',
'update_channel' => 'Canal de actualizaciones',
'currency_id' => 'Divisa',

View File

@@ -60,7 +60,7 @@ return [
'due_date' => 'Fecha de vencimiento',
'payment_date' => 'Fecha de pago',
'invoice_date' => 'Fecha de facturación',
'internal_reference' => 'Internal reference',
'internal_reference' => 'Referencia interna',
'notes' => 'Notas',
'from' => 'Desde',
'piggy_bank' => 'Alcancilla',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Tägi on ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Tapahtuman valuutta on ...',
'rule_trigger_currency_is' => 'Tapahtuman valuutta on ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Tapahtumalla on vähintään näin monta liitettä',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Kun tapahtuma luodaan',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Täsmää',
'strict' => 'Tarkka vertailu',
'repeat_freq' => 'Toistot',
'object_group' => 'Group',
'location' => 'Sijainti',
'update_channel' => 'Päivityskanava',
'currency_id' => 'Valuutta',

View File

@@ -436,6 +436,8 @@ return [
'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' => 'La devise de l\'opération est ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'A au moins autant de pièces jointes',
'rule_trigger_has_attachments' => 'A au moins :count pièce jointe|A au moins :count pièces jointes',
'rule_trigger_store_journal' => 'Lorsquune opération est créée',
@@ -815,7 +817,7 @@ return [
'ab_basic_modal_explain' => 'Utilisez ce formulaire pour indiquer combien vous vous attendez à pouvoir budgéter (au total, en :currency) dans la période indiquée.',
'createBudget' => 'Nouveau budget',
'invalid_currency' => 'Ceci est une devise invalide',
'invalid_amount' => 'Please enter an amount',
'invalid_amount' => 'Veuillez saisir un montant',
'set_ab' => 'Le montant du budget disponible a été fixé',
'updated_ab' => 'Le montant du budget disponible a été mis à jour',
'deleted_ab' => 'Le montant du budget disponible a été supprimé',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Correspondre à',
'strict' => 'Mode strict',
'repeat_freq' => 'Répétitions',
'object_group' => 'Group',
'location' => 'Emplacement',
'update_channel' => 'Canal de mise à jour',
'currency_id' => 'Devise',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Címke: ":trigger_value"',
'rule_trigger_currency_is_choice' => 'A tranzakció pénzneme..',
'rule_trigger_currency_is' => 'A tranzakció pénzneme: ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Legalább ennyi melléklete van',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Tranzakció létrehozásakor',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Találatok',
'strict' => 'Szigorú mód',
'repeat_freq' => 'Ismétlődések',
'object_group' => 'Group',
'location' => 'Hely',
'update_channel' => 'Frissítési csatorna',
'currency_id' => 'Pénznem',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Tag adalah ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transaction currency is..',
'rule_trigger_currency_is' => 'Transaction currency is ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Paling tidak banyak keterikatan ini',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Saat transaksi dibuat',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Cocok di',
'strict' => 'Strict mode',
'repeat_freq' => 'Berulang',
'object_group' => 'Group',
'location' => 'Location',
'update_channel' => 'Update channel',
'currency_id' => 'Mata uang',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Una etichetta è ":trigger_value"',
'rule_trigger_currency_is_choice' => 'La valuta della transazione è...',
'rule_trigger_currency_is' => 'La valuta della transazione è ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Ha almeno così tanti allegati',
'rule_trigger_has_attachments' => 'Ha almeno :count allegato|Ha almeno :count allegati',
'rule_trigger_store_journal' => 'Quando una transazione viene creata',
@@ -815,7 +817,7 @@ return [
'ab_basic_modal_explain' => 'Usa questo modulo per indicare quanto ti aspetti di mettere a budget (in totale, in :currency) nel periodo indicato.',
'createBudget' => 'Nuovo budget',
'invalid_currency' => 'Questa non è una valuta valida',
'invalid_amount' => 'Please enter an amount',
'invalid_amount' => 'Inserisci un importo',
'set_ab' => 'L\'importo del budget disponibile è stato impostato',
'updated_ab' => 'L\'importo del budget disponibile è stato aggiornato',
'deleted_ab' => 'L\'importo del budget disponibile è stato eliminato',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Abbina con',
'strict' => 'Modalità severa',
'repeat_freq' => 'Si ripete',
'object_group' => 'Group',
'location' => 'Posizione',
'update_channel' => 'Canale di aggiornamento',
'currency_id' => 'Valuta',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'En tagg er ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transaksjonsvaluta er..',
'rule_trigger_currency_is' => 'Transaksjonsvaluta er ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Har minst så mange vedlegg',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Når en transaksjon er opprettet',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Treff på',
'strict' => 'Streng modus',
'repeat_freq' => 'Gjentas',
'object_group' => 'Group',
'location' => 'Location',
'update_channel' => 'Update channel',
'currency_id' => 'Valuta',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Een tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transactievaluta is..',
'rule_trigger_currency_is' => 'Transactievaluta is ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Heeft minstens zoveel bijlagen',
'rule_trigger_has_attachments' => 'Heeft minstens :count bijlage|Heeft minstens :count bijlagen',
'rule_trigger_store_journal' => 'Als een transactie wordt gemaakt',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Reageert op',
'strict' => 'Strikte modus',
'repeat_freq' => 'Herhaling',
'object_group' => 'Group',
'location' => 'Locatie',
'update_channel' => 'Updatekanaal',
'currency_id' => 'Valuta',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Tag to ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Waluta transakcji to..',
'rule_trigger_currency_is' => 'Waluta transakcji to ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Ma co najmniej podaną liczbę załączników',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Po utworzeniu transakcji',
@@ -815,7 +817,7 @@ return [
'ab_basic_modal_explain' => 'Użyj tego formularza aby wskazać, ile jesteś w stanie zabudżetować (w sumie, w :currency) we skazanym okresie.',
'createBudget' => 'Nowy budżet',
'invalid_currency' => 'To jest niewłaściwa waluta',
'invalid_amount' => 'Please enter an amount',
'invalid_amount' => 'Proszę podać kwotę',
'set_ab' => 'Dostępna kwota budżetu została ustalona',
'updated_ab' => 'Dostępna kwota budżetu została zaktualizowana',
'deleted_ab' => 'The available budget amount has been deleted',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Dopasowanie',
'strict' => 'Tryb ścisły',
'repeat_freq' => 'Powtarza się',
'object_group' => 'Group',
'location' => 'Lokalizacja',
'update_channel' => 'Kanał aktualizacji',
'currency_id' => 'Waluta',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'A tag é ":trigger_value"',
'rule_trigger_currency_is_choice' => 'A moeda da transação é..',
'rule_trigger_currency_is' => 'A moeda da transação é ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Tem pelo menos essa quantidade de anexos',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Quando uma transação é criada',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Corresponde em',
'strict' => 'Modo estrito',
'repeat_freq' => 'Repetições',
'object_group' => 'Group',
'location' => 'Location',
'update_channel' => 'Update channel',
'currency_id' => 'Moeda',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'O etichetă este ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Moneda tranzacției este..',
'rule_trigger_currency_is' => 'Moneda tranzacției este ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Are cel puțin atâtea atașamente',
'rule_trigger_has_attachments' => 'Are cel puțin :count atașamente | Are cel puțin :count atașamente',
'rule_trigger_store_journal' => 'Când este o tranzacție creată',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Se potrivește',
'strict' => 'Modul strict',
'repeat_freq' => 'Repetă',
'object_group' => 'Group',
'location' => 'Locație',
'update_channel' => 'Actualizare canal',
'currency_id' => 'Monedă',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Метка = ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Валюта операции - ',
'rule_trigger_currency_is' => 'Валюта транзакции = ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Содержит несколько вложений',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Когда создается транзакция',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Ключи для связи',
'strict' => 'Строгий режим',
'repeat_freq' => 'Повторы',
'object_group' => 'Group',
'location' => 'Location',
'update_channel' => 'Канал обновлений',
'currency_id' => 'Валюта',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'En etikett är ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transaktionsvalutan är..',
'rule_trigger_currency_is' => 'Transaktionsvalutan är ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Har minst så många bilagor',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'När en transaktion skapas',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Träffar på',
'strict' => 'Strikt läge',
'repeat_freq' => 'Upprepningar',
'object_group' => 'Group',
'location' => 'Location',
'update_channel' => 'Uppdateringskanal',
'currency_id' => 'Valuta',

View File

@@ -438,6 +438,8 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'rule_trigger_tag_is' => 'Bir etiket ":trigger_value"',
'rule_trigger_currency_is_choice' => 'İşlem dövizi..',
'rule_trigger_currency_is' => 'İşlem dövizi ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'En son bir çok eklentileri var',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => 'Bir işlem oluşturulduğunda',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Eşleşti',
'strict' => 'Sıkı mod',
'repeat_freq' => 'Tekrarlar',
'object_group' => 'Group',
'location' => 'Location',
'update_channel' => 'Update channel',
'currency_id' => 'Para birimi',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => 'Nhãn là ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Tiền tệ giao dịch là..',
'rule_trigger_currency_is' => 'Tiền tệ giao dịch là ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Có ít nhất nhiều tệp đính kèm này',
'rule_trigger_has_attachments' => 'Có ít nhất: :count tệp đính kèm | Có ít nhất: :count tệp đính kèm',
'rule_trigger_store_journal' => 'Khi một giao dịch được tạo',

View File

@@ -38,6 +38,7 @@ return [
'match' => 'Giống',
'strict' => 'Chế độ nghiêm ngặt',
'repeat_freq' => 'Lặp lại',
'object_group' => 'Group',
'location' => 'Vị trí',
'update_channel' => 'Cập nhật kênh',
'currency_id' => 'Tiền tệ',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => '一个标签为 ":trigger_value"',
'rule_trigger_currency_is_choice' => '转帐货币为…',
'rule_trigger_currency_is' => '转帐货币为 ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => '至少有这麽多附加档案',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => '当建立一笔交易',

View File

@@ -38,6 +38,7 @@ return [
'match' => '配对于',
'strict' => '精确模式',
'repeat_freq' => '重复',
'object_group' => 'Group',
'location' => '位置',
'update_channel' => '更新频道',
'currency_id' => '货币',

View File

@@ -436,6 +436,8 @@ return [
'rule_trigger_tag_is' => '一個標籤為 ":trigger_value"',
'rule_trigger_currency_is_choice' => '轉帳貨幣為…',
'rule_trigger_currency_is' => '轉帳貨幣為 ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => '至少有這麼多附加檔案',
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
'rule_trigger_store_journal' => '當建立一筆交易',

View File

@@ -38,6 +38,7 @@ return [
'match' => '配對於',
'strict' => '嚴謹模式',
'repeat_freq' => '重複',
'object_group' => 'Group',
'location' => 'Location',
'update_channel' => 'Update channel',
'currency_id' => '貨幣',