mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update language strings.
This commit is contained in:
parent
dcf1609c61
commit
c526c4ae1a
2
public/v1/js/app.js
vendored
2
public/v1/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/app_vue.js
vendored
2
public/v1/js/app_vue.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/profile.js
vendored
2
public/v1/js/profile.js
vendored
File diff suppressed because one or more lines are too long
1
resources/assets/js/create_transaction.js
vendored
1
resources/assets/js/create_transaction.js
vendored
@ -74,6 +74,7 @@ const i18n = new vuei18n({
|
|||||||
'de': require('./locales/de.json'),
|
'de': require('./locales/de.json'),
|
||||||
'en': require('./locales/en.json'),
|
'en': require('./locales/en.json'),
|
||||||
'es': require('./locales/es.json'),
|
'es': require('./locales/es.json'),
|
||||||
|
'el': require('./locales/el.json'),
|
||||||
'fr': require('./locales/fr.json'),
|
'fr': require('./locales/fr.json'),
|
||||||
'hu': require('./locales/hu.json'),
|
'hu': require('./locales/hu.json'),
|
||||||
'id': require('./locales/id.json'),
|
'id': require('./locales/id.json'),
|
||||||
|
1
resources/assets/js/edit_transaction.js
vendored
1
resources/assets/js/edit_transaction.js
vendored
@ -73,6 +73,7 @@ const i18n = new vuei18n({
|
|||||||
'de': require('./locales/de.json'),
|
'de': require('./locales/de.json'),
|
||||||
'en': require('./locales/en.json'),
|
'en': require('./locales/en.json'),
|
||||||
'es': require('./locales/es.json'),
|
'es': require('./locales/es.json'),
|
||||||
|
'el': require('./locales/el.json'),
|
||||||
'fr': require('./locales/fr.json'),
|
'fr': require('./locales/fr.json'),
|
||||||
'hu': require('./locales/hu.json'),
|
'hu': require('./locales/hu.json'),
|
||||||
'id': require('./locales/id.json'),
|
'id': require('./locales/id.json'),
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Zapomněl(a) jsem si nástroj pro dvoufázové ověření.',
|
'two_factor_forgot' => 'Zapomněl(a) jsem si nástroj pro dvoufázové ověření.',
|
||||||
'two_factor_lost_header' => 'Ztratili jste své dvoufázové ověření?',
|
'two_factor_lost_header' => 'Ztratili jste své dvoufázové ověření?',
|
||||||
'two_factor_lost_intro' => 'Pokud jste ztratili i své záložní kódy, máte smůlu. Toto se pak už nedá napravit z webového rozhraní. Máte dvě možnosti:',
|
'two_factor_lost_intro' => 'Pokud jste ztratili i své záložní kódy, máte smůlu. Toto se pak už nedá napravit z webového rozhraní. Máte dvě možnosti:',
|
||||||
'two_factor_lost_fix_self' => 'Pokud si provozujete svou vlastní instanci Firefly III, vyhledejte si pokyny v záznamech událostí v <code>storage/logs</code>, nebo pro to stejné spusťte <code>docker logs <container_id></code> (a načtěte tuto stránku znovu).',
|
'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_owner' => 'V ostatních případech napište provozovateli, <a href="mailto::site_owner">:site_owner</a> a požádejte ho o resetování svého dvoufázového ověřování.',
|
'two_factor_lost_fix_owner' => 'V ostatních případech napište provozovateli, <a href="mailto::site_owner">:site_owner</a> a požádejte ho o resetování svého dvoufázového ověřování.',
|
||||||
'mfa_backup_code' => 'Použitím záložního kódu, umožňujícího přihlášení do Firefly III, platnost kódu zaniká. Takže kód, kterým jste se už přihlásili, už k ničemu není (není možné ho použít opakovaně) proto si ho ze seznamu vyškrtněte.',
|
'mfa_backup_code' => 'Použitím záložního kódu, umožňujícího přihlášení do Firefly III, platnost kódu zaniká. Takže kód, kterým jste se už přihlásili, už k ničemu není (není možné ho použít opakovaně) proto si ho ze seznamu vyškrtněte.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Získat nové záložní kódy',
|
'pref_two_factor_new_backup_codes' => 'Získat nové záložní kódy',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Naimportovat transakce do Firefly III',
|
'import_index_title' => 'Naimportovat transakce do Firefly III',
|
||||||
'import_data' => 'Importovat data',
|
'import_data' => 'Importovat data',
|
||||||
'import_transactions' => 'Importovat transakce',
|
'import_transactions' => 'Importovat transakce',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Tato funkce není k dispozici, když používáte Firefly III v prostředí Sandstorm.io.',
|
'sandstorm_not_available' => 'Tato funkce není k dispozici, když používáte Firefly III v prostředí Sandstorm.io.',
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ return [
|
|||||||
'month_and_day_no_year' => '%B %e',
|
'month_and_day_no_year' => '%B %e',
|
||||||
'date_time' => '%e %B %Y, @ %T',
|
'date_time' => '%e %B %Y, @ %T',
|
||||||
'specific_day' => '%e. %B %Y',
|
'specific_day' => '%e. %B %Y',
|
||||||
'week_in_year' => 'Week %V, %G',
|
'week_in_year' => 'Kalenderwoche %V, %G',
|
||||||
'year' => '%Y',
|
'year' => '%Y',
|
||||||
'half_year' => '%B %Y',
|
'half_year' => '%B %Y',
|
||||||
'month_js' => 'MMMM YYYY',
|
'month_js' => 'MMMM YYYY',
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Ich kann keine 2FA-Codes generieren.',
|
'two_factor_forgot' => 'Ich kann keine 2FA-Codes generieren.',
|
||||||
'two_factor_lost_header' => 'Haben Sie ihre Zwei-Faktor-Authentifizierung verloren?',
|
'two_factor_lost_header' => 'Haben Sie ihre Zwei-Faktor-Authentifizierung verloren?',
|
||||||
'two_factor_lost_intro' => 'Wenn Sie auch Ihre Sicherungsschlüssel verloren haben, haben Sie Pech. Dies ist nichts, was Sie über die Weboberfläche beheben können. Sie haben jedoch zwei Möglichkeiten.',
|
'two_factor_lost_intro' => 'Wenn Sie auch Ihre Sicherungsschlüssel verloren haben, haben Sie Pech. Dies ist nichts, was Sie über die Weboberfläche beheben können. Sie haben jedoch zwei Möglichkeiten.',
|
||||||
'two_factor_lost_fix_self' => 'Wenn Sie Ihre eigene Instanz von Firefly III ausführen, überprüfen Sie die Protokolle in <code>storage/logs</code> auf Anweisungen, oder führen Sie <code>docker logs <container_id></code> aus, um die Anweisungen zu lesen (aktualisieren Sie diese Seite).',
|
'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_owner' => 'Ansonsten, mailen Sie dem Inhaber der Website, <a href="mailto::site_owner">:site_owner</a> und bitten Sie ihn, Ihre Zwei-Faktor Authentifizierung zurückzusetzen.',
|
'two_factor_lost_fix_owner' => 'Ansonsten, mailen Sie dem Inhaber der Website, <a href="mailto::site_owner">:site_owner</a> und bitten Sie ihn, Ihre Zwei-Faktor Authentifizierung zurückzusetzen.',
|
||||||
'mfa_backup_code' => 'Sie haben sich mit einem Sicherungsschlüssel bei Firefly III angemeldet. Dieser kann nun nicht mehr verwendet werden, also streichen Sie ihn aus Ihrer Liste.',
|
'mfa_backup_code' => 'Sie haben sich mit einem Sicherungsschlüssel bei Firefly III angemeldet. Dieser kann nun nicht mehr verwendet werden, also streichen Sie ihn aus Ihrer Liste.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Neue Sicherungsschlüssel abrufen',
|
'pref_two_factor_new_backup_codes' => 'Neue Sicherungsschlüssel abrufen',
|
||||||
@ -393,7 +393,7 @@ return [
|
|||||||
'rule_trigger_to_account_nr_ends' => 'Zielkontonummer/IBAN endet auf „:trigger_value”',
|
'rule_trigger_to_account_nr_ends' => 'Zielkontonummer/IBAN endet auf „:trigger_value”',
|
||||||
'rule_trigger_to_account_nr_is_choice' => 'Zielkontonummer/IBAN ist …',
|
'rule_trigger_to_account_nr_is_choice' => 'Zielkontonummer/IBAN ist …',
|
||||||
'rule_trigger_to_account_nr_is' => 'Zielkontonummer/IBAN ist „:trigger_value”',
|
'rule_trigger_to_account_nr_is' => 'Zielkontonummer/IBAN ist „:trigger_value”',
|
||||||
'rule_trigger_to_account_nr_contains_choice' => 'Zielkontonummer/IBAN beginnt enthält …',
|
'rule_trigger_to_account_nr_contains_choice' => 'Zielkontonummer/IBAN enthält …',
|
||||||
'rule_trigger_to_account_nr_contains' => 'Zielkontonummer/IBAN enthält „:trigger_value”',
|
'rule_trigger_to_account_nr_contains' => 'Zielkontonummer/IBAN enthält „:trigger_value”',
|
||||||
|
|
||||||
'rule_trigger_transaction_type_choice' => 'Buchung ist vom Typ..',
|
'rule_trigger_transaction_type_choice' => 'Buchung ist vom Typ..',
|
||||||
@ -451,7 +451,7 @@ return [
|
|||||||
'rule_action_set_category' => 'Kategorie auf ":action_value" setzen',
|
'rule_action_set_category' => 'Kategorie auf ":action_value" setzen',
|
||||||
'rule_action_clear_category' => 'Kategorie entfernen',
|
'rule_action_clear_category' => 'Kategorie entfernen',
|
||||||
'rule_action_set_budget' => 'Budget auf „:action_value” setzen',
|
'rule_action_set_budget' => 'Budget auf „:action_value” setzen',
|
||||||
'rule_action_clear_budget' => 'Budget löschen',
|
'rule_action_clear_budget' => 'Budget leeren',
|
||||||
'rule_action_add_tag' => 'Schlagwort „:action_value” hinzufügen',
|
'rule_action_add_tag' => 'Schlagwort „:action_value” hinzufügen',
|
||||||
'rule_action_remove_tag' => 'Schlagwort „:action_value” entfernen',
|
'rule_action_remove_tag' => 'Schlagwort „:action_value” entfernen',
|
||||||
'rule_action_remove_all_tags' => 'Alle Schlüsselwörter entfernen',
|
'rule_action_remove_all_tags' => 'Alle Schlüsselwörter entfernen',
|
||||||
@ -585,10 +585,10 @@ return [
|
|||||||
|
|
||||||
// profile:
|
// profile:
|
||||||
'permanent_delete_stuff' => 'Seien Sie vorsichtig mit diesen Schaltflächen. Das Löschen kann nicht widerrufen werden.',
|
'permanent_delete_stuff' => 'Seien Sie vorsichtig mit diesen Schaltflächen. Das Löschen kann nicht widerrufen werden.',
|
||||||
'delete_all_budgets' => 'Alle Ihre Kostenrahmen löschen',
|
'delete_all_budgets' => 'ALLE Ihre Budgets löschen',
|
||||||
'delete_all_categories' => 'Alle Ihre Kategorien löschen',
|
'delete_all_categories' => 'Alle Ihre Kategorien löschen',
|
||||||
'delete_all_tags' => 'Alle Ihre Stichwörter löschen',
|
'delete_all_tags' => 'Alle Ihre Stichwörter löschen',
|
||||||
'deleted_all_budgets' => 'Alle Kostenrahmen wurden gelöscht',
|
'deleted_all_budgets' => 'Alle Budgets wurden gelöscht',
|
||||||
'deleted_all_categories' => 'Alle Kategorien wurden gelöscht',
|
'deleted_all_categories' => 'Alle Kategorien wurden gelöscht',
|
||||||
'deleted_all_tags' => 'Alle Schlagwörter wurden gelöscht',
|
'deleted_all_tags' => 'Alle Schlagwörter wurden gelöscht',
|
||||||
'change_your_password' => 'Passwort ändern',
|
'change_your_password' => 'Passwort ändern',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Buchungen in Firefly III importieren',
|
'import_index_title' => 'Buchungen in Firefly III importieren',
|
||||||
'import_data' => 'Daten importieren',
|
'import_data' => 'Daten importieren',
|
||||||
'import_transactions' => 'Buchungen importieren',
|
'import_transactions' => 'Buchungen importieren',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'tools_index_intro' => 'Es gibt mehrere Werkzeuge, um Daten in Firefly III zu importieren (Diese werden unten vorgestellt). Weitere Informationen finden Sie unter <a href="https://docs.firefly-iii.org/importing-data/introduction">hier auf dieser Seite</a>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV-Import',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III Bunq 🌈 importieren',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Diese Funktion ist nicht verfügbar, wenn Sie Firefly III in einer Sandstorm.io-Umgebung verwenden.',
|
'sandstorm_not_available' => 'Diese Funktion ist nicht verfügbar, wenn Sie Firefly III in einer Sandstorm.io-Umgebung verwenden.',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Ξέχασα τον παράγοντα ταυτοποίησης.',
|
'two_factor_forgot' => 'Ξέχασα τον παράγοντα ταυτοποίησης.',
|
||||||
'two_factor_lost_header' => 'Χάσατε την ταυτότητα δύο παραγόντων;',
|
'two_factor_lost_header' => 'Χάσατε την ταυτότητα δύο παραγόντων;',
|
||||||
'two_factor_lost_intro' => 'Εάν χάσατε τους εφεδρικούς κωδικούς σας επίσης, είστε άτυχοι. Αυτό δε μπορεί να διορθωθεί απευθείας. Έχετε δύο επιλογές.',
|
'two_factor_lost_intro' => 'Εάν χάσατε τους εφεδρικούς κωδικούς σας επίσης, είστε άτυχοι. Αυτό δε μπορεί να διορθωθεί απευθείας. Έχετε δύο επιλογές.',
|
||||||
'two_factor_lost_fix_self' => 'Εάν εκτελείτε μια δική σας εγκατάσταση του Firefly III, ελέγξτε τα αρχεία καταγραφής στο <code>storage/logs</code> για οδηγίες ή εκτελέστε τα<code>αρχεία καταγραφής του docker<container_id></code> για να δείτε τις οδηγίες (ανανεώστε αυτή τη σελίδα).',
|
'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_owner' => 'Ειδάλλως, στείλτε email στον ιδιοκτήτη του ιστότοπου, <a href="mailto::site_owner">:site_owner</a> και ζητήστε να σας επαναφέρει την ταυτότητα δύο παραγόντων.',
|
'two_factor_lost_fix_owner' => 'Ειδάλλως, στείλτε email στον ιδιοκτήτη του ιστότοπου, <a href="mailto::site_owner">:site_owner</a> και ζητήστε να σας επαναφέρει την ταυτότητα δύο παραγόντων.',
|
||||||
'mfa_backup_code' => 'Έχετε χρησιμοποιήσει ένα εφεδρικό κωδικό για να συνδεθείτε στο Firefly III. Δε μπορεί να χρησιμοποιηθεί ξανά, οπότε διαγράψτε το από τη λίστα σας.',
|
'mfa_backup_code' => 'Έχετε χρησιμοποιήσει ένα εφεδρικό κωδικό για να συνδεθείτε στο Firefly III. Δε μπορεί να χρησιμοποιηθεί ξανά, οπότε διαγράψτε το από τη λίστα σας.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Λάβετε νέους εφεδρικούς κωδικούς',
|
'pref_two_factor_new_backup_codes' => 'Λάβετε νέους εφεδρικούς κωδικούς',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Εισαγωγή συναλλαγών στο Firefly III',
|
'import_index_title' => 'Εισαγωγή συναλλαγών στο Firefly III',
|
||||||
'import_data' => 'Εισαγωγή δεδομένων',
|
'import_data' => 'Εισαγωγή δεδομένων',
|
||||||
'import_transactions' => 'Εισαγωγή συναλλαγών',
|
'import_transactions' => 'Εισαγωγή συναλλαγών',
|
||||||
|
'import_tools_title' => 'Εργαλεία εισαγωγής',
|
||||||
|
'tools_index_intro' => 'Υπάρχουν διάφορα εργαλεία για την εισαγωγή δεδομένων στο Firefly III. Δείτε τα παρακάτω. Για περισσότερες πληροφορίες, ανατρέξτε σε <a href="https://docs.firefly-iii.org/importing-data/introduction">αυτή τη σελίδα</a>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Εργαλείο εισαγωγής CSV στο Firefly III',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Εργαλείο εισαγωγής bunq 🌈 στο Firefly III',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Αυτή η λειτουργία δεν είναι διαθέσιμη όταν χρησιμοποιείτε το Firefly III σε περιβάλλον Sandstorm.io.',
|
'sandstorm_not_available' => 'Αυτή η λειτουργία δεν είναι διαθέσιμη όταν χρησιμοποιείτε το Firefly III σε περιβάλλον Sandstorm.io.',
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ return [
|
|||||||
'edit_journal' => 'Editar transacción ":description"',
|
'edit_journal' => 'Editar transacción ":description"',
|
||||||
'edit_reconciliation' => 'Editar ":description"',
|
'edit_reconciliation' => 'Editar ":description"',
|
||||||
'delete_journal' => 'Eliminar transacción ":description"',
|
'delete_journal' => 'Eliminar transacción ":description"',
|
||||||
'delete_group' => 'Delete transaction ":description"',
|
'delete_group' => 'Eliminar transacción ":description"',
|
||||||
'tags' => 'Etiquetas',
|
'tags' => 'Etiquetas',
|
||||||
'createTag' => 'Crear nueva etiqueta',
|
'createTag' => 'Crear nueva etiqueta',
|
||||||
'edit_tag' => 'Editar etiqueta ":tag"',
|
'edit_tag' => 'Editar etiqueta ":tag"',
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Olvidé mi cosa de dos factores.',
|
'two_factor_forgot' => 'Olvidé mi cosa de dos factores.',
|
||||||
'two_factor_lost_header' => '¿Perdiste tu autentificación de dos factores?',
|
'two_factor_lost_header' => '¿Perdiste tu autentificación de dos factores?',
|
||||||
'two_factor_lost_intro' => 'Si perdiste tus códigos de copia de seguridad también, tienes mala suerte. Esto no es algo que puedas arreglar desde la interfaz web. Tienes dos opciones.',
|
'two_factor_lost_intro' => 'Si perdiste tus códigos de copia de seguridad también, tienes mala suerte. Esto no es algo que puedas arreglar desde la interfaz web. Tienes dos opciones.',
|
||||||
'two_factor_lost_fix_self' => 'Si ejecutas tu propia instancia de Firefly III, revisa los registros en <code>almacenamiento/registros</code> para instrucciones, o ejecuta <code>docker logs <container_id></code> para ver las instrucciones (actualiza esta página).',
|
'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_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.',
|
'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.',
|
'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_new_backup_codes' => 'Obtener nuevos códigos de copia de seguridad',
|
||||||
@ -205,7 +205,7 @@ return [
|
|||||||
'active_exp_bills_only' => 'sólo facturas activas y esperadas',
|
'active_exp_bills_only' => 'sólo facturas activas y esperadas',
|
||||||
'average_per_bill' => 'promedio por cuenta',
|
'average_per_bill' => 'promedio por cuenta',
|
||||||
'expected_total' => 'total esperado',
|
'expected_total' => 'total esperado',
|
||||||
'reconciliation_account_name' => ':name reconciliation',
|
'reconciliation_account_name' => 'Reconciliación :name',
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version Solicitud de autorización',
|
'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?',
|
'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?',
|
||||||
@ -216,8 +216,8 @@ return [
|
|||||||
'name_in_currency' => ':name en :currency',
|
'name_in_currency' => ':name en :currency',
|
||||||
'paid_in_currency' => 'Pagado en :currency',
|
'paid_in_currency' => 'Pagado en :currency',
|
||||||
'unpaid_in_currency' => 'Impago en :currency',
|
'unpaid_in_currency' => 'Impago en :currency',
|
||||||
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
|
'is_alpha_warning' => 'Está ejecutando una versión ALPHA. Tenga cuidado con los errores y problemas.',
|
||||||
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
|
'is_beta_warning' => 'Está ejecutando una versión BETA. Tenga cuidado con los errores y problemas.',
|
||||||
|
|
||||||
// check for updates:
|
// check for updates:
|
||||||
'update_check_title' => 'Ver actualizaciones',
|
'update_check_title' => 'Ver actualizaciones',
|
||||||
@ -1394,13 +1394,13 @@ return [
|
|||||||
'(partially) refunds_outward' => '(parcialmente) reembolso',
|
'(partially) refunds_outward' => '(parcialmente) reembolso',
|
||||||
'(partially) pays for_outward' => '(parcialmente) paga por',
|
'(partially) pays for_outward' => '(parcialmente) paga por',
|
||||||
'(partially) reimburses_outward' => '(parcialmente) reembolsa',
|
'(partially) reimburses_outward' => '(parcialmente) reembolsa',
|
||||||
'is (partially) refunded by' => 'is (partially) refunded by',
|
'is (partially) refunded by' => 'es (parcialmente) devuelto por',
|
||||||
'is (partially) paid for by' => 'is (partially) paid for by',
|
'is (partially) paid for by' => 'es(parcialmente) pagado por',
|
||||||
'is (partially) reimbursed by' => 'is (partially) reimbursed by',
|
'is (partially) reimbursed by' => 'es(parcialmente) reembolsado por',
|
||||||
'relates to' => 'relates to',
|
'relates to' => 'relacionado con',
|
||||||
'(partially) refunds' => '(partially) refunds',
|
'(partially) refunds' => '(parcialmente) reembolsado',
|
||||||
'(partially) pays for' => '(partially) pays for',
|
'(partially) pays for' => 'paga (parcialmente) por',
|
||||||
'(partially) reimburses' => '(partially) reimburses',
|
'(partially) reimburses' => 'reembolsa (parcialmente)',
|
||||||
|
|
||||||
// split a transaction:
|
// split a transaction:
|
||||||
'splits' => 'Divisiones',
|
'splits' => 'Divisiones',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Importar transacciones a Firefly III',
|
'import_index_title' => 'Importar transacciones a Firefly III',
|
||||||
'import_data' => 'Importar datos',
|
'import_data' => 'Importar datos',
|
||||||
'import_transactions' => 'Importar transacciones',
|
'import_transactions' => 'Importar transacciones',
|
||||||
|
'import_tools_title' => 'Herramientas de importación',
|
||||||
|
'tools_index_intro' => 'Existen varias herramientas para importar datos en Firefly III. Reviselas a continuación. Para más información, consulte <a href="https://docs.firefly-iii.org/importing-data/introduction">esta página</a>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Importador CSV de Firefly III',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Importador de Firefly III bunq',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Esta función no esta disponible cuando usted esta utilizando Firefly III dentro de un ambiente Sandstorm.io.',
|
'sandstorm_not_available' => 'Esta función no esta disponible cuando usted esta utilizando Firefly III dentro de un ambiente Sandstorm.io.',
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ return [
|
|||||||
|
|
||||||
// notices about the CSV importer:
|
// notices about the CSV importer:
|
||||||
'deprecate_csv_import' => 'Como se describe en <a href="https://www.patreon.com/posts/future-updates-30012174">esta publicación de patreón</a>, la forma en que Firefly III administra los datos importados va a cambiar. Esto significa que el importador CSV se trasladará a una nueva herramienta separada. Ya puede probar esta herramienta si visita <a href="https://github.com/firefly-iii/csv-importer">este repositorio de GitHub</a>. Le agradecería que probara el nuevo importador y me hiciera saber lo que piensa.',
|
'deprecate_csv_import' => 'Como se describe en <a href="https://www.patreon.com/posts/future-updates-30012174">esta publicación de patreón</a>, la forma en que Firefly III administra los datos importados va a cambiar. Esto significa que el importador CSV se trasladará a una nueva herramienta separada. Ya puede probar esta herramienta si visita <a href="https://github.com/firefly-iii/csv-importer">este repositorio de GitHub</a>. Le agradecería que probara el nuevo importador y me hiciera saber lo que piensa.',
|
||||||
'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' => 'Como se describe en <a href="https://www.patreon.com/posts/future-updates-30012174">esta publicación de patreón</a>, la forma en que Firefly III administra la importación de datos va a cambiar. Esto significa que esta es la última versión de Firefly III que contará con un importador de CSV. Una herramienta separada está disponible que debería probar usted mismo: <a href="https://github.com/firefly-iii/csv-importer">el importador CSV III Firefly</a>. Le agradecería que probara el nuevo importador y me hiciera saber lo que piensa.',
|
||||||
|
|
||||||
// import provider strings (index):
|
// import provider strings (index):
|
||||||
'button_fake' => 'Simular una importación',
|
'button_fake' => 'Simular una importación',
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Unohdin kaksivaiheisen tunnistusjuttuni.',
|
'two_factor_forgot' => 'Unohdin kaksivaiheisen tunnistusjuttuni.',
|
||||||
'two_factor_lost_header' => 'Unohdit kaksivaiheisen tunnistuksen koodisi?',
|
'two_factor_lost_header' => 'Unohdit kaksivaiheisen tunnistuksen koodisi?',
|
||||||
'two_factor_lost_intro' => 'Jos olet hävittänyt myös varakoodisi, onnesi on kääntynyt. Tätä et ikävä kyllä pysty korjaamaan selaimella. Sinulla on nyt kaksi vaihtoehtoa.',
|
'two_factor_lost_intro' => 'Jos olet hävittänyt myös varakoodisi, onnesi on kääntynyt. Tätä et ikävä kyllä pysty korjaamaan selaimella. Sinulla on nyt kaksi vaihtoehtoa.',
|
||||||
'two_factor_lost_fix_self' => 'Jos Firefly III pyörii omalla serverilläsi, löydät ohjeet osoitteesta <code>storage/logs</code>, tai dockerista komennolla <code>docker logs <container_id></code>. (päivitä tämä sivu).',
|
'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_owner' => 'Muussa tapauksessa, ota yhteyttä ylläpitäjään, <a href="mailto::site_owner">:site_owner</a> ja pyydä että kaksivaiheinen tunnistautumisesi nollataan.',
|
'two_factor_lost_fix_owner' => 'Muussa tapauksessa, ota yhteyttä ylläpitäjään, <a href="mailto::site_owner">:site_owner</a> ja pyydä että kaksivaiheinen tunnistautumisesi nollataan.',
|
||||||
'mfa_backup_code' => 'Olet käyttänyt varakoodin kirjautuessasi Firefly III:een. Varakoodi on kertakäyttöinen, joten muista merkitä se käytetyksi.',
|
'mfa_backup_code' => 'Olet käyttänyt varakoodin kirjautuessasi Firefly III:een. Varakoodi on kertakäyttöinen, joten muista merkitä se käytetyksi.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Luo uudet varmistuskoodit',
|
'pref_two_factor_new_backup_codes' => 'Luo uudet varmistuskoodit',
|
||||||
@ -205,7 +205,7 @@ return [
|
|||||||
'active_exp_bills_only' => 'vain aktiiviset ja odotettavissa olevat laskut',
|
'active_exp_bills_only' => 'vain aktiiviset ja odotettavissa olevat laskut',
|
||||||
'average_per_bill' => 'keskiarvo laskuittain',
|
'average_per_bill' => 'keskiarvo laskuittain',
|
||||||
'expected_total' => 'odotettavissa yhteensä',
|
'expected_total' => 'odotettavissa yhteensä',
|
||||||
'reconciliation_account_name' => ':name reconciliation',
|
'reconciliation_account_name' => 'täsmäytetään :name',
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version Valtuutus Pyyntö',
|
'authorization_request' => 'Firefly III v:version Valtuutus Pyyntö',
|
||||||
'authorization_request_intro' => '<strong>:client</strong> pyytää valtuutustasi nähdäkseen sinun taloushallintosi. Haluatko antaa hänelle pääsyn näihin tietoihin?',
|
'authorization_request_intro' => '<strong>:client</strong> pyytää valtuutustasi nähdäkseen sinun taloushallintosi. Haluatko antaa hänelle pääsyn näihin tietoihin?',
|
||||||
@ -216,8 +216,8 @@ return [
|
|||||||
'name_in_currency' => ':name valuutassa :currency',
|
'name_in_currency' => ':name valuutassa :currency',
|
||||||
'paid_in_currency' => 'Maksettu valuutassa :currency',
|
'paid_in_currency' => 'Maksettu valuutassa :currency',
|
||||||
'unpaid_in_currency' => 'Maksamatta valuutassa :currency',
|
'unpaid_in_currency' => 'Maksamatta valuutassa :currency',
|
||||||
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
|
'is_alpha_warning' => 'Käytät ALPHA-versiota. Varaudu virheisiin ja ongelmiin.',
|
||||||
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
|
'is_beta_warning' => 'Käytät BETA-versiota. Varaudu virheisiin ja ongelmiin.',
|
||||||
|
|
||||||
// check for updates:
|
// check for updates:
|
||||||
'update_check_title' => 'Tarkista päivitykset',
|
'update_check_title' => 'Tarkista päivitykset',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Tuo tapahtumia Firefly III:een',
|
'import_index_title' => 'Tuo tapahtumia Firefly III:een',
|
||||||
'import_data' => 'Tuo tiedot',
|
'import_data' => 'Tuo tiedot',
|
||||||
'import_transactions' => 'Tuo tapahtumia',
|
'import_transactions' => 'Tuo tapahtumia',
|
||||||
|
'import_tools_title' => 'Tuontityökalut',
|
||||||
|
'tools_index_intro' => 'Tietojen tuomiseen Firefly III:een on olemassa useita työkaluja. Löydät ne alta. Lisätietoja on <a href="https://docs.firefly-iii.org/importing-data/introduction"> tällä sivulla </a>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV tuoja',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 tuoja',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Tätä toimintoa ei ole kun Firefly III on asennettu Sandstorm.io ympäristöön.',
|
'sandstorm_not_available' => 'Tätä toimintoa ei ole kun Firefly III on asennettu Sandstorm.io ympäristöön.',
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ return [
|
|||||||
|
|
||||||
// notices about the CSV importer:
|
// notices about the CSV importer:
|
||||||
'deprecate_csv_import' => 'Kuten <a href="https://www.patreon.com/posts/future-updates-30012174">tässä Patreon-artikkelissa</a> esitetään, Firefly III:n tuontitietojen hallintatapa muuttuu. Tämä tarkoittaa, että CSV-tuoja siirretään uuteen, erilliseen työkaluun. Tätä toimintoa voi jo testata vierailemalla <a href="https://github.com/firefly-iii/csv-importer">tässä GitHub-arkistossa</a>. Olisin kiitollinen, jos testaisit uutta työkalua ja kertoisit mielipiteesi siitä.',
|
'deprecate_csv_import' => 'Kuten <a href="https://www.patreon.com/posts/future-updates-30012174">tässä Patreon-artikkelissa</a> esitetään, Firefly III:n tuontitietojen hallintatapa muuttuu. Tämä tarkoittaa, että CSV-tuoja siirretään uuteen, erilliseen työkaluun. Tätä toimintoa voi jo testata vierailemalla <a href="https://github.com/firefly-iii/csv-importer">tässä GitHub-arkistossa</a>. Olisin kiitollinen, jos testaisit uutta työkalua ja kertoisit mielipiteesi siitä.',
|
||||||
'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' => 'Kuten <a href="https://www.patreon.com/posts/future-updates-30012174"> tässä Patreon-viestissä </a> kuvataan, Firefly III:n tietojen tuonnin hallintatapa muuttuu. Tämä tarkoittaa, että tämä on viimeinen versio Firefly III:sta, jossa on CSV-tuontityökalu. Sen sijaan saatavana on erillinen työkalu, jota sinun tulisi kokeilla itse: <a href="https://github.com/firefly-iii/csv-importer"> Firefly III CSV -tuontityökalu </a>. Olisin kiitollinen, jos testaisit uuden työkalun ja kerrot minulle mielipiteesi.',
|
||||||
|
|
||||||
// import provider strings (index):
|
// import provider strings (index):
|
||||||
'button_fake' => 'Tee harjoittelutuonti',
|
'button_fake' => 'Tee harjoittelutuonti',
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'J’ai oublié mon code d\'identification à deux facteurs.',
|
'two_factor_forgot' => 'J’ai oublié mon code d\'identification à deux facteurs.',
|
||||||
'two_factor_lost_header' => 'Perdu votre authentification à deux facteurs ?',
|
'two_factor_lost_header' => 'Perdu votre authentification à deux facteurs ?',
|
||||||
'two_factor_lost_intro' => 'Si vous avez aussi perdu vos codes de récupération, vous n\'avez pas de chance. Ce n\'est pas quelque chose que vous pouvez corriger depuis l\'interface web. Vous avez deux choix.',
|
'two_factor_lost_intro' => 'Si vous avez aussi perdu vos codes de récupération, vous n\'avez pas de chance. Ce n\'est pas quelque chose que vous pouvez corriger depuis l\'interface web. Vous avez deux choix.',
|
||||||
'two_factor_lost_fix_self' => 'Si vous éxecutez votre propre instance de Firefly III, vérifiez les logs de <code>storage/logs</code> pour obtenir des instructions, ou lancez <code>docker logs <container_id></code> pour voir les instructions (actualisez cette page).',
|
'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_owner' => 'Dans le cas contraire, contactez le propriétaire du site par courriel <a href="mailto::site_owner">:site_owner</a> et demandez-lui de réinitialiser votre authentification à deux facteurs.',
|
'two_factor_lost_fix_owner' => 'Dans le cas contraire, contactez le propriétaire du site par courriel <a href="mailto::site_owner">:site_owner</a> et demandez-lui de réinitialiser votre authentification à deux facteurs.',
|
||||||
'mfa_backup_code' => 'Vous avez utilisé un code de récupération pour vous connecter à Firefly III. Il ne peut être réutilisé, donc rayez-le de votre liste.',
|
'mfa_backup_code' => 'Vous avez utilisé un code de récupération pour vous connecter à Firefly III. Il ne peut être réutilisé, donc rayez-le de votre liste.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Obtenir de nouveaux codes de récupération',
|
'pref_two_factor_new_backup_codes' => 'Obtenir de nouveaux codes de récupération',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Importer des opérations dans Firefly III',
|
'import_index_title' => 'Importer des opérations dans Firefly III',
|
||||||
'import_data' => 'Importer des données',
|
'import_data' => 'Importer des données',
|
||||||
'import_transactions' => 'Importer des opérations',
|
'import_transactions' => 'Importer des opérations',
|
||||||
|
'import_tools_title' => 'Outils d\'importation',
|
||||||
|
'tools_index_intro' => 'Plusieurs outils permettent d\'importer des données dans Firefly III. Vous les retrouverez ci-dessous. Pour plus d\'informations, consultez <a href="https://docs.firefly-iii.org/importing-data/introduction">cette page</a> (en anglais).',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Importation CSV Firefly III',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Importation Bunq Firefly III',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Cette fonction n\'est pas disponible lorsque vous utilisez Firefly III dans un environnement Sandstorm.io.',
|
'sandstorm_not_available' => 'Cette fonction n\'est pas disponible lorsque vous utilisez Firefly III dans un environnement Sandstorm.io.',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Elfelejtett kétlépcsős azonosítás.',
|
'two_factor_forgot' => 'Elfelejtett kétlépcsős azonosítás.',
|
||||||
'two_factor_lost_header' => 'Elvesztett kétlépcsős hitelesítés?',
|
'two_factor_lost_header' => 'Elvesztett kétlépcsős hitelesítés?',
|
||||||
'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.',
|
'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.',
|
||||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, check the logs in <code>storage/logs</code> for instructions, or run <code>docker logs <container_id></code> to see the instructions (refresh this page).',
|
'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_owner' => 'Ellenkező esetben emailt kell küldeni a webhely tulajdonosának a <a href="mailto::site_owner">:site_owner</a> címre, és meg kell kérni, hogy állítsa vissza a kétfaktoros hitelesítést.',
|
'two_factor_lost_fix_owner' => 'Ellenkező esetben emailt kell küldeni a webhely tulajdonosának a <a href="mailto::site_owner">:site_owner</a> címre, és meg kell kérni, hogy állítsa vissza a kétfaktoros hitelesítést.',
|
||||||
'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' => 'Get new backup codes',
|
'pref_two_factor_new_backup_codes' => 'Get new backup codes',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Tranzakciók importálása a Firefly III-ba',
|
'import_index_title' => 'Tranzakciók importálása a Firefly III-ba',
|
||||||
'import_data' => 'Adatimport',
|
'import_data' => 'Adatimport',
|
||||||
'import_transactions' => 'Tranzakciók importálása',
|
'import_transactions' => 'Tranzakciók importálása',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Ez a funkció nem elérhető ha a Firefly III Sandstorm.io környezetben van használva.',
|
'sandstorm_not_available' => 'Ez a funkció nem elérhető ha a Firefly III Sandstorm.io környezetben van használva.',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Saya lupa dua faktor saya.',
|
'two_factor_forgot' => 'Saya lupa dua faktor saya.',
|
||||||
'two_factor_lost_header' => 'Kehilangan autentikasi dua faktor Anda?',
|
'two_factor_lost_header' => 'Kehilangan autentikasi dua faktor Anda?',
|
||||||
'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.',
|
'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.',
|
||||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, check the logs in <code>storage/logs</code> for instructions, or run <code>docker logs <container_id></code> to see the instructions (refresh this page).',
|
'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_owner' => 'Jika tidak, kirimkan email ke pemilik situs, <a href="mailto::site_owner">:site_owner</a> dan mintalah mereka untuk menyetel ulang autentikasi dua faktor Anda.',
|
'two_factor_lost_fix_owner' => 'Jika tidak, kirimkan email ke pemilik situs, <a href="mailto::site_owner">:site_owner</a> dan mintalah mereka untuk menyetel ulang autentikasi dua faktor Anda.',
|
||||||
'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' => 'Get new backup codes',
|
'pref_two_factor_new_backup_codes' => 'Get new backup codes',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Import transactions into Firefly III',
|
'import_index_title' => 'Import transactions into Firefly III',
|
||||||
'import_data' => 'Impor data',
|
'import_data' => 'Impor data',
|
||||||
'import_transactions' => 'Import transactions',
|
'import_transactions' => 'Import transactions',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Fungsi ini tidak tersedia saat Anda menggunakan Firefly III di dalam lingkungan Sandstorm.io.',
|
'sandstorm_not_available' => 'Fungsi ini tidak tersedia saat Anda menggunakan Firefly III di dalam lingkungan Sandstorm.io.',
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ return [
|
|||||||
'edit_journal' => 'Modifica transazione ":description"',
|
'edit_journal' => 'Modifica transazione ":description"',
|
||||||
'edit_reconciliation' => 'Modifica ":description"',
|
'edit_reconciliation' => 'Modifica ":description"',
|
||||||
'delete_journal' => 'Elimina transazione ":description"',
|
'delete_journal' => 'Elimina transazione ":description"',
|
||||||
'delete_group' => 'Delete transaction ":description"',
|
'delete_group' => 'Elimina transazione ":description"',
|
||||||
'tags' => 'Etichette',
|
'tags' => 'Etichette',
|
||||||
'createTag' => 'Crea nuova etichetta',
|
'createTag' => 'Crea nuova etichetta',
|
||||||
'edit_tag' => 'Modifica etichetta ":tag"',
|
'edit_tag' => 'Modifica etichetta ":tag"',
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Ho dimenticato la mia chiave a due fattori.',
|
'two_factor_forgot' => 'Ho dimenticato la mia chiave a due fattori.',
|
||||||
'two_factor_lost_header' => 'Hai perso l\'autenticazione a due fattori?',
|
'two_factor_lost_header' => 'Hai perso l\'autenticazione a due fattori?',
|
||||||
'two_factor_lost_intro' => 'Se hai perso anche i codici di recupero, sei sfortunato. Questo non è qualcosa che puoi risolvere tramite l\'interfaccia web. Hai due scelte.',
|
'two_factor_lost_intro' => 'Se hai perso anche i codici di recupero, sei sfortunato. Questo non è qualcosa che puoi risolvere tramite l\'interfaccia web. Hai due scelte.',
|
||||||
'two_factor_lost_fix_self' => 'Se gestisci tu l\'installazione di Firefly III, controlla i log in <code>storage/logs</code> per le istruzioni, o esegui <code>docker logs<id_container></code> per visualizzare le istruzioni (aggiorna questa pagina).',
|
'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_owner' => 'In caso contrario, invia un mail al proprietario del sito, <a href="mailto::site_owner">:site_owner</a>, e chiedi loro di resettare l\'autenticazione a due fattori.',
|
'two_factor_lost_fix_owner' => 'In caso contrario, invia un mail al proprietario del sito, <a href="mailto::site_owner">:site_owner</a>, e chiedi loro di resettare l\'autenticazione a due fattori.',
|
||||||
'mfa_backup_code' => 'Hai usato un codice di recupero per accedere a Firefly III. Questo codice non potrà essere utilizzato di nuovo, quindi cancellalo dalla lista.',
|
'mfa_backup_code' => 'Hai usato un codice di recupero per accedere a Firefly III. Questo codice non potrà essere utilizzato di nuovo, quindi cancellalo dalla lista.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Ottieni nuovi codici di recupero',
|
'pref_two_factor_new_backup_codes' => 'Ottieni nuovi codici di recupero',
|
||||||
@ -205,7 +205,7 @@ return [
|
|||||||
'active_exp_bills_only' => 'solo bollette attive e previste',
|
'active_exp_bills_only' => 'solo bollette attive e previste',
|
||||||
'average_per_bill' => 'media per bolletta',
|
'average_per_bill' => 'media per bolletta',
|
||||||
'expected_total' => 'totale previsto',
|
'expected_total' => 'totale previsto',
|
||||||
'reconciliation_account_name' => ':name reconciliation',
|
'reconciliation_account_name' => 'Riconciliazione di :name',
|
||||||
// API access
|
// API access
|
||||||
'authorization_request' => 'Firefly III v:version Richiesta Autorizzazione',
|
'authorization_request' => 'Firefly III v:version Richiesta Autorizzazione',
|
||||||
'authorization_request_intro' => '<strong>:client</strong> sta richiedendo l\'autorizzazione per accedere alla tua amministrazione finanziaria. Desideri autorizzare <strong>:client</strong> ad accedere a questi record?',
|
'authorization_request_intro' => '<strong>:client</strong> sta richiedendo l\'autorizzazione per accedere alla tua amministrazione finanziaria. Desideri autorizzare <strong>:client</strong> ad accedere a questi record?',
|
||||||
@ -216,8 +216,8 @@ return [
|
|||||||
'name_in_currency' => ':name in :currency',
|
'name_in_currency' => ':name in :currency',
|
||||||
'paid_in_currency' => 'Pagata in :currency',
|
'paid_in_currency' => 'Pagata in :currency',
|
||||||
'unpaid_in_currency' => 'Non pagata in :currency',
|
'unpaid_in_currency' => 'Non pagata in :currency',
|
||||||
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
|
'is_alpha_warning' => 'Stai eseguendo una versione ALHPA. Fai attenzione a bug e problemi.',
|
||||||
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
|
'is_beta_warning' => 'Stai eseguendo una versione BETA. Fai attenzione a bug e problemi.',
|
||||||
|
|
||||||
// check for updates:
|
// check for updates:
|
||||||
'update_check_title' => 'Controlla aggiornamenti',
|
'update_check_title' => 'Controlla aggiornamenti',
|
||||||
@ -1394,13 +1394,13 @@ return [
|
|||||||
'(partially) refunds_outward' => 'rimborsa (parzialmente)',
|
'(partially) refunds_outward' => 'rimborsa (parzialmente)',
|
||||||
'(partially) pays for_outward' => '(parzialmente) paga per',
|
'(partially) pays for_outward' => '(parzialmente) paga per',
|
||||||
'(partially) reimburses_outward' => '(parzialmente) rimborsa',
|
'(partially) reimburses_outward' => '(parzialmente) rimborsa',
|
||||||
'is (partially) refunded by' => 'is (partially) refunded by',
|
'is (partially) refunded by' => 'è (parzialmente) rimborsata da',
|
||||||
'is (partially) paid for by' => 'is (partially) paid for by',
|
'is (partially) paid for by' => 'è (parzialmente) pagata da',
|
||||||
'is (partially) reimbursed by' => 'is (partially) reimbursed by',
|
'is (partially) reimbursed by' => 'è (parzialmente) rimborsata da',
|
||||||
'relates to' => 'relates to',
|
'relates to' => 'inerente a',
|
||||||
'(partially) refunds' => '(partially) refunds',
|
'(partially) refunds' => 'rimborsa (parzialmente)',
|
||||||
'(partially) pays for' => '(partially) pays for',
|
'(partially) pays for' => '(parzialmente) paga per',
|
||||||
'(partially) reimburses' => '(partially) reimburses',
|
'(partially) reimburses' => '(parzialmente) rimborsa',
|
||||||
|
|
||||||
// split a transaction:
|
// split a transaction:
|
||||||
'splits' => 'Suddivisioni',
|
'splits' => 'Suddivisioni',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Importa le transazioni in Firefly III',
|
'import_index_title' => 'Importa le transazioni in Firefly III',
|
||||||
'import_data' => 'Importa dati',
|
'import_data' => 'Importa dati',
|
||||||
'import_transactions' => 'Importa transazioni',
|
'import_transactions' => 'Importa transazioni',
|
||||||
|
'import_tools_title' => 'Strumenti di importazione',
|
||||||
|
'tools_index_intro' => 'Esistono diversi strumenti per importare dati in Firefly III. Controlla quelli qui sotto. Per ulteriori informazioni, consulta <a href="https://docs.firefly-iii.org/importing-data/introduction">questa pagina</a>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Importatore CSV di Firefly III',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Importatore bunq🌈 di Firefly III',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Questa funzione non è disponibile quando si utilizza Firefly III in un ambiente Sandstorm.io.',
|
'sandstorm_not_available' => 'Questa funzione non è disponibile quando si utilizza Firefly III in un ambiente Sandstorm.io.',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Jeg har glemt/mistet min tofaktor-ting.',
|
'two_factor_forgot' => 'Jeg har glemt/mistet min tofaktor-ting.',
|
||||||
'two_factor_lost_header' => 'Mistet tofaktorautentisering?',
|
'two_factor_lost_header' => 'Mistet tofaktorautentisering?',
|
||||||
'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.',
|
'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.',
|
||||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, check the logs in <code>storage/logs</code> for instructions, or run <code>docker logs <container_id></code> to see the instructions (refresh this page).',
|
'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_owner' => 'Ellers sender du e-postadressen eieren, <a href="mailto::site_owner">:site_owner</a> og ber vedkommende om å tilbakestille tofaktorautentiseringen din.',
|
'two_factor_lost_fix_owner' => 'Ellers sender du e-postadressen eieren, <a href="mailto::site_owner">:site_owner</a> og ber vedkommende om å tilbakestille tofaktorautentiseringen din.',
|
||||||
'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' => 'Get new backup codes',
|
'pref_two_factor_new_backup_codes' => 'Get new backup codes',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Importer transaksjoner til Firefly III',
|
'import_index_title' => 'Importer transaksjoner til Firefly III',
|
||||||
'import_data' => 'Importer data',
|
'import_data' => 'Importer data',
|
||||||
'import_transactions' => 'Importer transaksjoner',
|
'import_transactions' => 'Importer transaksjoner',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Denne funksjonen er ikke tilgjengelig når du bruker Firefly III i et Sandstorm.io miljø.',
|
'sandstorm_not_available' => 'Denne funksjonen er ikke tilgjengelig når du bruker Firefly III i et Sandstorm.io miljø.',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Ik kan geen codes meer genereren.',
|
'two_factor_forgot' => 'Ik kan geen codes meer genereren.',
|
||||||
'two_factor_lost_header' => 'Kan je geen codes meer genereren?',
|
'two_factor_lost_header' => 'Kan je geen codes meer genereren?',
|
||||||
'two_factor_lost_intro' => 'Als je ook je backupcodes kwijt bent heb je pech gehad. Dit kan je niet via de web-interface fixen. Je kan kiezen.',
|
'two_factor_lost_intro' => 'Als je ook je backupcodes kwijt bent heb je pech gehad. Dit kan je niet via de web-interface fixen. Je kan kiezen.',
|
||||||
'two_factor_lost_fix_self' => 'Als je eigen installatie van Firefly III draait check je de logs in <code>storage/logs</code> voor instructies, of draai <code>docker logs <container_id></code> voor instructies (ververs de pagina).',
|
'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_owner' => 'Zo niet, stuur dan een e-mail naar <a href="mailto::site_owner">:site_owner</a> en vraag of ze je authenticatie in twee stappen willen resetten.',
|
'two_factor_lost_fix_owner' => 'Zo niet, stuur dan een e-mail naar <a href="mailto::site_owner">:site_owner</a> en vraag of ze je authenticatie in twee stappen willen resetten.',
|
||||||
'mfa_backup_code' => 'Je hebt een backupcode gebruikt om in te loggen op Firefly III. Deze kan je niet meer gebruiken dus streep hem weg.',
|
'mfa_backup_code' => 'Je hebt een backupcode gebruikt om in te loggen op Firefly III. Deze kan je niet meer gebruiken dus streep hem weg.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Nieuwe backupcodes genereren',
|
'pref_two_factor_new_backup_codes' => 'Nieuwe backupcodes genereren',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Transacties importeren in Firefly III',
|
'import_index_title' => 'Transacties importeren in Firefly III',
|
||||||
'import_data' => 'Importeer data',
|
'import_data' => 'Importeer data',
|
||||||
'import_transactions' => 'Importeer transacties',
|
'import_transactions' => 'Importeer transacties',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Deze functie werkt niet als je Firefly III gebruikt in combinatie met Sandstorm.IO.',
|
'sandstorm_not_available' => 'Deze functie werkt niet als je Firefly III gebruikt in combinatie met Sandstorm.IO.',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Zapomniałem mojego uwierzytelnienia dwuskładnikowego.',
|
'two_factor_forgot' => 'Zapomniałem mojego uwierzytelnienia dwuskładnikowego.',
|
||||||
'two_factor_lost_header' => 'Straciłeś uwierzytelnianie dwuskładnikowe?',
|
'two_factor_lost_header' => 'Straciłeś uwierzytelnianie dwuskładnikowe?',
|
||||||
'two_factor_lost_intro' => 'Jeżeli także nie masz kodów, to niestety nie masz szczęścia. To nie jest coś, co możemy naprawić z poziomu przeglądarki. Masz dwie opcje.',
|
'two_factor_lost_intro' => 'Jeżeli także nie masz kodów, to niestety nie masz szczęścia. To nie jest coś, co możemy naprawić z poziomu przeglądarki. Masz dwie opcje.',
|
||||||
'two_factor_lost_fix_self' => 'Jeśli masz własną instancję Firefly III, sprawdź logi w <code>storage/logs</code> po wskazówki, lub uruchom <code>docker logs <container_id></code> aby zobaczyć wskazówki (odśwież tę stronę).',
|
'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_owner' => 'W przeciwnym razie, powiadom właściciela strony, <a href="mailto::site_owner">:site_owner</a> i poproś go o zresetowanie Twojego uwierzytelnienia dwuskładnikowego.',
|
'two_factor_lost_fix_owner' => 'W przeciwnym razie, powiadom właściciela strony, <a href="mailto::site_owner">:site_owner</a> i poproś go o zresetowanie Twojego uwierzytelnienia dwuskładnikowego.',
|
||||||
'mfa_backup_code' => 'Użyłeś kodu zapasowego do zalogowania się do Firefly III. Nie możesz go użyć ponownie, więc wykreśl go z listy.',
|
'mfa_backup_code' => 'Użyłeś kodu zapasowego do zalogowania się do Firefly III. Nie możesz go użyć ponownie, więc wykreśl go z listy.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Wygeneruj nowe kody zapasowe',
|
'pref_two_factor_new_backup_codes' => 'Wygeneruj nowe kody zapasowe',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Importuj transakcje do Firefly III',
|
'import_index_title' => 'Importuj transakcje do Firefly III',
|
||||||
'import_data' => 'Importuj dane',
|
'import_data' => 'Importuj dane',
|
||||||
'import_transactions' => 'Importuj transakcje',
|
'import_transactions' => 'Importuj transakcje',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Ta funkcja nie jest dostępna, gdy używasz Firefly III w środowisku Sandstorm.io.',
|
'sandstorm_not_available' => 'Ta funkcja nie jest dostępna, gdy używasz Firefly III w środowisku Sandstorm.io.',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Esqueci minha autenticação em duas etapas.',
|
'two_factor_forgot' => 'Esqueci minha autenticação em duas etapas.',
|
||||||
'two_factor_lost_header' => 'Perdeu sua autenticação em duas etapas?',
|
'two_factor_lost_header' => 'Perdeu sua autenticação em duas etapas?',
|
||||||
'two_factor_lost_intro' => 'Se você perdeu seus códigos de backup também, você tem azar. Isso não é algo que você pode corrigir a partir da interface da web. Você tem duas escolhas.',
|
'two_factor_lost_intro' => 'Se você perdeu seus códigos de backup também, você tem azar. Isso não é algo que você pode corrigir a partir da interface da web. Você tem duas escolhas.',
|
||||||
'two_factor_lost_fix_self' => 'Se você executar sua própria instância de Firefly III, verifique os logs em <code>storage/logs</code> para instruções, ou execute <code>docker logs <container_id></code> para ver as instruções (atualize esta página).',
|
'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_owner' => 'Caso contrário, o proprietário do site <a href="mailto::site_owner">:site_owner</a> e peça para redefinir a sua autenticação de duas etapas.',
|
'two_factor_lost_fix_owner' => 'Caso contrário, o proprietário do site <a href="mailto::site_owner">:site_owner</a> e peça para redefinir a sua autenticação de duas etapas.',
|
||||||
'mfa_backup_code' => 'Você usou um código de backup para acessar o Firefly III. Não pode ser usado novamente, então cruze-o na sua lista.',
|
'mfa_backup_code' => 'Você usou um código de backup para acessar o Firefly III. Não pode ser usado novamente, então cruze-o na sua lista.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Obter novos códigos de backup',
|
'pref_two_factor_new_backup_codes' => 'Obter novos códigos de backup',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Importar transações para o Firefly III',
|
'import_index_title' => 'Importar transações para o Firefly III',
|
||||||
'import_data' => 'Importar dados',
|
'import_data' => 'Importar dados',
|
||||||
'import_transactions' => 'Importar transações',
|
'import_transactions' => 'Importar transações',
|
||||||
|
'import_tools_title' => 'Ferramentas de importação',
|
||||||
|
'tools_index_intro' => 'Existem várias ferramentas para importar dados para o Firefly III. Confira-as abaixo. Para obter mais informações, acesse <a href="https://docs.firefly-iii.org/importing-data/introduction">esta página</a>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Importador CSV Firefly III',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Importador Firefly III bunq 🌈',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Esta função não está disponível quando você está usando o Firefly III dentro de um ambiente Sandstorm.io.',
|
'sandstorm_not_available' => 'Esta função não está disponível quando você está usando o Firefly III dentro de um ambiente Sandstorm.io.',
|
||||||
|
|
||||||
|
@ -95,7 +95,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' => 'Dacă rulați propria instanță a Firefly III, verificați log-urile în <code>storage/logs</code> pentru instrucțiuni sau rulați <code>docker logs <container_id></code> pentru a vedea instrucțiunile (actualizați această pagină).',
|
'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_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ă',
|
||||||
@ -1425,7 +1425,11 @@ 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',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// 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.',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Я забыл свой ключ для двухфакторной авторизации.',
|
'two_factor_forgot' => 'Я забыл свой ключ для двухфакторной авторизации.',
|
||||||
'two_factor_lost_header' => 'Потеряли вашу двухфакторную аутентификацию?',
|
'two_factor_lost_header' => 'Потеряли вашу двухфакторную аутентификацию?',
|
||||||
'two_factor_lost_intro' => 'Если вы потеряли также и ваши резервные коды, вам не повезло. Эту проблему вы не сможете решить через веб-интерфейс. Теперь у вас есть два варианта.',
|
'two_factor_lost_intro' => 'Если вы потеряли также и ваши резервные коды, вам не повезло. Эту проблему вы не сможете решить через веб-интерфейс. Теперь у вас есть два варианта.',
|
||||||
'two_factor_lost_fix_self' => 'Если вы работаете с собственной инсталляцией Firefly III, проверьте логи в каталоге <code>storage/logs</code> для инструкций или запустите <code>docker logs <container_id></code>, чтобы увидеть инструкции (обновите эту страницу).',
|
'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_owner' => 'Иначе, свяжитесь по email с владельцем сайта <a href="mailto::site_owner">:site_owner</a> и попросите сбросить вашу двухфакторную аутентификацию.',
|
'two_factor_lost_fix_owner' => 'Иначе, свяжитесь по email с владельцем сайта <a href="mailto::site_owner">:site_owner</a> и попросите сбросить вашу двухфакторную аутентификацию.',
|
||||||
'mfa_backup_code' => 'Вы использовали резервный код для входа в Firefly III. Его нельзя использовать второй раз, поэтому вычеркните его из своего списка.',
|
'mfa_backup_code' => 'Вы использовали резервный код для входа в Firefly III. Его нельзя использовать второй раз, поэтому вычеркните его из своего списка.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Получить новые коды резервирования',
|
'pref_two_factor_new_backup_codes' => 'Получить новые коды резервирования',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Импорт транзакций в Firefly III',
|
'import_index_title' => 'Импорт транзакций в Firefly III',
|
||||||
'import_data' => 'Импорт данных',
|
'import_data' => 'Импорт данных',
|
||||||
'import_transactions' => 'Импорт транзакций',
|
'import_transactions' => 'Импорт транзакций',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Эта функция недоступна, если вы используете Firefly III в среде Sandstorm.io.',
|
'sandstorm_not_available' => 'Эта функция недоступна, если вы используете Firefly III в среде Sandstorm.io.',
|
||||||
|
|
||||||
|
@ -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' => 'Vecka %V, %G',
|
||||||
'year' => '%Y',
|
'year' => '%Y',
|
||||||
'half_year' => '%B %Y',
|
'half_year' => '%B %Y',
|
||||||
'month_js' => 'MMMM YYYY',
|
'month_js' => 'MMMM YYYY',
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => 'Jag har glömt min tvåfaktors-pryl.',
|
'two_factor_forgot' => 'Jag har glömt min tvåfaktors-pryl.',
|
||||||
'two_factor_lost_header' => 'Förlorad tvåfaktorsautentisering?',
|
'two_factor_lost_header' => 'Förlorad tvåfaktorsautentisering?',
|
||||||
'two_factor_lost_intro' => 'Om du har förlorat även dina backupkoder har du otur. Detta är inte något du kan fixa från webbgränssnittet. Du har två val.',
|
'two_factor_lost_intro' => 'Om du har förlorat även dina backupkoder har du otur. Detta är inte något du kan fixa från webbgränssnittet. Du har två val.',
|
||||||
'two_factor_lost_fix_self' => 'Om du kör din egen instans av Firefly III, kontrollera loggarna i <code>storage/logs</code> efter instruktioner, eller kör <code>docker logs <container_id></code> för att se instruktioner (ladda om den här sidan).',
|
'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_owner' => 'Annars, skicka epost till sajt-ägaren, <a href="mailto::site_owner">:site_owner</a> och be hen att återställa din tvåfaktorsautentisering.',
|
'two_factor_lost_fix_owner' => 'Annars, skicka epost till sajt-ägaren, <a href="mailto::site_owner">:site_owner</a> och be hen att återställa din tvåfaktorsautentisering.',
|
||||||
'mfa_backup_code' => 'Du har använt en engångskod för att logga in i Firefly III. Den kan inte användas igen, så stryk den från din lista.',
|
'mfa_backup_code' => 'Du har använt en engångskod för att logga in i Firefly III. Den kan inte användas igen, så stryk den från din lista.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Generera nya engångskoder',
|
'pref_two_factor_new_backup_codes' => 'Generera nya engångskoder',
|
||||||
@ -634,7 +634,7 @@ return [
|
|||||||
'export_data_bc' => 'Export data from Firefly III',
|
'export_data_bc' => 'Export data from Firefly III',
|
||||||
'export_data_main_title' => 'Export data from Firefly III',
|
'export_data_main_title' => 'Export data from Firefly III',
|
||||||
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
|
||||||
'export_data_all_transactions' => 'Export all transactions',
|
'export_data_all_transactions' => 'Exportera alla transaktioner',
|
||||||
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
|
||||||
|
|
||||||
// attachments
|
// attachments
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => 'Importera transaktioner till Firefly III',
|
'import_index_title' => 'Importera transaktioner till Firefly III',
|
||||||
'import_data' => 'Importera data',
|
'import_data' => 'Importera data',
|
||||||
'import_transactions' => 'Importera transaktioner',
|
'import_transactions' => 'Importera transaktioner',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Denna funktion är inte tillgänglig om Firefly III används i en Sandstorm.io miljö.',
|
'sandstorm_not_available' => 'Denna funktion är inte tillgänglig om Firefly III används i en Sandstorm.io miljö.',
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ return [
|
|||||||
'two_factor_forgot' => 'İki faktörlü kimlik doğrulama cihazını unuttum.',
|
'two_factor_forgot' => 'İki faktörlü kimlik doğrulama cihazını unuttum.',
|
||||||
'two_factor_lost_header' => 'İki faktörlü kimlik doğrulamanızı mı kaybettiniz?',
|
'two_factor_lost_header' => 'İki faktörlü kimlik doğrulamanızı mı kaybettiniz?',
|
||||||
'two_factor_lost_intro' => 'Eğer yedek kodlarınızı da kayıp ettiyseniz, şansınız kötü. Bu web arayüzünden düzeltebileceğiniz bir şey değil. İki seçeneğiniz var.',
|
'two_factor_lost_intro' => 'Eğer yedek kodlarınızı da kayıp ettiyseniz, şansınız kötü. Bu web arayüzünden düzeltebileceğiniz bir şey değil. İki seçeneğiniz var.',
|
||||||
'two_factor_lost_fix_self' => 'Eğer kendi Firefly III sunucunuz üzerinden kullanıyorsanız, <code>storage/logs</code> da bulunan talimatları, yada <code>docker logs <container_id></code> çalıştırarak talimatları kontrol ediniz. (bu sayfayı yenileyin).',
|
'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_owner' => 'Aksi takdirde, site sahibine (<a href="mailto::site_owner">:site_owner</a>) e-posta gönderin ve iki faktörlü kimlik doğrulamasını sıfırlamasını isteyin.',
|
'two_factor_lost_fix_owner' => 'Aksi takdirde, site sahibine (<a href="mailto::site_owner">:site_owner</a>) e-posta gönderin ve iki faktörlü kimlik doğrulamasını sıfırlamasını isteyin.',
|
||||||
'mfa_backup_code' => 'Firefly III giriş yapmak için yedek kullandınız. Bu kod tekrar kullanılamaz, o yüzden listenizden çıkartın.',
|
'mfa_backup_code' => 'Firefly III giriş yapmak için yedek kullandınız. Bu kod tekrar kullanılamaz, o yüzden listenizden çıkartın.',
|
||||||
'pref_two_factor_new_backup_codes' => 'Yeni yedek kodları alın',
|
'pref_two_factor_new_backup_codes' => 'Yeni yedek kodları alın',
|
||||||
@ -1427,7 +1427,11 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
|
|||||||
'import_index_title' => 'Firefly III\'e veri aktarma',
|
'import_index_title' => 'Firefly III\'e veri aktarma',
|
||||||
'import_data' => 'Veriyi içe aktar',
|
'import_data' => 'Veriyi içe aktar',
|
||||||
'import_transactions' => 'İşlemleri içe aktarma',
|
'import_transactions' => 'İşlemleri içe aktarma',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => 'Bir Sandstorm.io ortamında Firefly III kullanıyorsanız, bu işlev kullanılamaz.',
|
'sandstorm_not_available' => 'Bir Sandstorm.io ortamında Firefly III kullanıyorsanız, bu işlev kullanılamaz.',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => '我忘记了我的双重验。',
|
'two_factor_forgot' => '我忘记了我的双重验。',
|
||||||
'two_factor_lost_header' => '遗失了您的两步验证吗?',
|
'two_factor_lost_header' => '遗失了您的两步验证吗?',
|
||||||
'two_factor_lost_intro' => '如果您不幸丢失了备份代码。您不能通过网页节目修复。你有两个选择。',
|
'two_factor_lost_intro' => '如果您不幸丢失了备份代码。您不能通过网页节目修复。你有两个选择。',
|
||||||
'two_factor_lost_fix_self' => '如果你运行您自己的 Fireflus III 实例,请在 <code>存储/日志</code> 中检查日志,或者运行 <code>docker logs <container_id></code> 查看说明 (刷新此页面)。',
|
'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_owner' => '否则,请致信网站拥有者,<a href="mailto::site_owner">:site_owner</a> 并要求他们重置你的两步骤验证。',
|
'two_factor_lost_fix_owner' => '否则,请致信网站拥有者,<a href="mailto::site_owner">:site_owner</a> 并要求他们重置你的两步骤验证。',
|
||||||
'mfa_backup_code' => '您已使用备用代码登录到 Firefly III 。 您不能再使用它,因此请将其划掉。',
|
'mfa_backup_code' => '您已使用备用代码登录到 Firefly III 。 您不能再使用它,因此请将其划掉。',
|
||||||
'pref_two_factor_new_backup_codes' => '生成备份代码',
|
'pref_two_factor_new_backup_codes' => '生成备份代码',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => '将交易记录导入',
|
'import_index_title' => '将交易记录导入',
|
||||||
'import_data' => '导入资料',
|
'import_data' => '导入资料',
|
||||||
'import_transactions' => '导入交易',
|
'import_transactions' => '导入交易',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => '当您在 Sandstorm.io 环境使用 Firefly III 时,此功能不可用。',
|
'sandstorm_not_available' => '当您在 Sandstorm.io 环境使用 Firefly III 时,此功能不可用。',
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ return [
|
|||||||
'two_factor_forgot' => '啥兩步驟我忘了。',
|
'two_factor_forgot' => '啥兩步驟我忘了。',
|
||||||
'two_factor_lost_header' => '遺失您的兩步驟驗證嗎?',
|
'two_factor_lost_header' => '遺失您的兩步驟驗證嗎?',
|
||||||
'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.',
|
'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.',
|
||||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, check the logs in <code>storage/logs</code> for instructions, or run <code>docker logs <container_id></code> to see the instructions (refresh this page).',
|
'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_owner' => '否則,請寄送電子郵件至網站擁有者 <a href="mailto::site_owner">:site_owner</a> 要求重設您的兩步驟驗證。',
|
'two_factor_lost_fix_owner' => '否則,請寄送電子郵件至網站擁有者 <a href="mailto::site_owner">:site_owner</a> 要求重設您的兩步驟驗證。',
|
||||||
'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' => 'Get new backup codes',
|
'pref_two_factor_new_backup_codes' => 'Get new backup codes',
|
||||||
@ -1425,7 +1425,11 @@ return [
|
|||||||
'import_index_title' => '將交易記錄導入',
|
'import_index_title' => '將交易記錄導入',
|
||||||
'import_data' => '匯入資料',
|
'import_data' => '匯入資料',
|
||||||
'import_transactions' => '匯入交易',
|
'import_transactions' => '匯入交易',
|
||||||
|
'import_tools_title' => 'Import tools',
|
||||||
|
'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>.',
|
||||||
|
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
|
||||||
|
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
|
||||||
|
//
|
||||||
// sandstorm.io errors and messages:
|
// sandstorm.io errors and messages:
|
||||||
'sandstorm_not_available' => '當您在 Sandstorm.io 環境使用 Firefly III 時,此功能不可用。',
|
'sandstorm_not_available' => '當您在 Sandstorm.io 環境使用 Firefly III 時,此功能不可用。',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user