mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Some new translations
This commit is contained in:
0
resources/lang/fr_FR/breadcrumbs.php
Normal file → Executable file
0
resources/lang/fr_FR/breadcrumbs.php
Normal file → Executable file
0
resources/lang/fr_FR/config.php
Normal file → Executable file
0
resources/lang/fr_FR/config.php
Normal file → Executable file
28
resources/lang/fr_FR/firefly.php
Normal file → Executable file
28
resources/lang/fr_FR/firefly.php
Normal file → Executable file
@@ -38,6 +38,34 @@ return [
|
||||
'new_budget' => 'Nouveau budget',
|
||||
'new_bill' => 'Nouvelle facture',
|
||||
|
||||
// export data:
|
||||
'import_and_export' => 'Import and export',
|
||||
'export_data' => 'Export data',
|
||||
'export_data_intro' => 'For backup purposes, when migrating to another system or when migrating to another Firefly III installation.',
|
||||
'export_format' => 'Export format',
|
||||
'export_format_csv' => 'Comma separated values (CSV file)',
|
||||
'export_format_mt940' => 'MT940 compatible format',
|
||||
'export_included_accounts' => 'Export transactions from these accounts',
|
||||
'include_config_help' => 'For easy re-import into Firefly III',
|
||||
'include_old_uploads_help' => 'Firefly III does not throw away the original CSV files you have imported in the past. You can include them in your export.',
|
||||
'do_export' => 'Export',
|
||||
'export_status_make_exporter' => 'Creating exporter thing...',
|
||||
'export_status_collecting_journals' => 'Collecting your transactions...',
|
||||
'export_status_collected_journals' => 'Collected your transactions!',
|
||||
'export_status_converting_to_export_format' => 'Converting your transactions...',
|
||||
'export_status_converted_to_export_format' => 'Converted your transactions!',
|
||||
'export_status_creating_journal_file' => 'Creating the export file...',
|
||||
'export_status_created_journal_file' => 'Created the export file!',
|
||||
'export_status_collecting_attachments' => 'Collecting all your attachments...',
|
||||
'export_status_collected_attachments' => 'Collected all your attachments!',
|
||||
'export_status_collecting_old_uploads' => 'Collecting all your previous uploads...',
|
||||
'export_status_collected_old_uploads' => 'Collected all your previous uploads!',
|
||||
'export_status_creating_config_file' => 'Creating a configuration file...',
|
||||
'export_status_created_config_file' => 'Created a configuration file!',
|
||||
'export_status_creating_zip_file' => 'Creating a zip file...',
|
||||
'export_status_created_zip_file' => 'Created a zip file!',
|
||||
'export_status_finished' => 'Export has succesfully finished! Yay!',
|
||||
|
||||
// rules
|
||||
'rules' => 'Rules',
|
||||
'rules_explanation' => 'Here you can manage rules. Rules are triggered when a transaction is created or updated. Then, if the transaction has certain properties (called "triggers") Firefly will execute the "actions". Combined, you can make Firefly respond in a certain way to new transactions.',
|
||||
|
6
resources/lang/fr_FR/form.php
Normal file → Executable file
6
resources/lang/fr_FR/form.php
Normal file → Executable file
@@ -70,6 +70,12 @@ return [
|
||||
'size' => 'Size',
|
||||
'trigger' => 'Trigger',
|
||||
'stop_processing' => 'Stop processing',
|
||||
'start_date' => 'Start of export range',
|
||||
'end_date' => 'End of export range',
|
||||
'export_format' => 'File format',
|
||||
'include_attachments' => 'Include uploaded attachments',
|
||||
'include_config' => 'Include configuration file',
|
||||
'include_old_uploads' => 'Include imported data',
|
||||
|
||||
'csv_comma' => 'A comma (,)',
|
||||
'csv_semicolon' => 'A semicolon (;)',
|
||||
|
0
resources/lang/fr_FR/help.php
Normal file → Executable file
0
resources/lang/fr_FR/help.php
Normal file → Executable file
0
resources/lang/fr_FR/list.php
Normal file → Executable file
0
resources/lang/fr_FR/list.php
Normal file → Executable file
0
resources/lang/fr_FR/pagination.php
Normal file → Executable file
0
resources/lang/fr_FR/pagination.php
Normal file → Executable file
2
resources/lang/fr_FR/passwords.php
Normal file → Executable file
2
resources/lang/fr_FR/passwords.php
Normal file → Executable file
@@ -24,6 +24,6 @@ return [
|
||||
"token" => "Le jeton de réinitialisation de mot de passe est invalide.",
|
||||
"sent" => "Nous avons envoyé votre lien de réinitialisation de mot de passe!",
|
||||
"reset" => "Le mot de passe a été réinitialisé!",
|
||||
'blocked' => 'Nice try though.',
|
||||
'blocked' => 'Nice try though.'
|
||||
|
||||
];
|
||||
|
0
resources/lang/fr_FR/validation.php
Normal file → Executable file
0
resources/lang/fr_FR/validation.php
Normal file → Executable file
0
resources/lang/nl_NL/breadcrumbs.php
Normal file → Executable file
0
resources/lang/nl_NL/breadcrumbs.php
Normal file → Executable file
0
resources/lang/nl_NL/config.php
Normal file → Executable file
0
resources/lang/nl_NL/config.php
Normal file → Executable file
28
resources/lang/nl_NL/firefly.php
Normal file → Executable file
28
resources/lang/nl_NL/firefly.php
Normal file → Executable file
@@ -38,6 +38,34 @@ return [
|
||||
'new_budget' => 'Nieuw budget',
|
||||
'new_bill' => 'Nieuw contract',
|
||||
|
||||
// export data:
|
||||
'import_and_export' => 'Importeren en exporteren',
|
||||
'export_data' => 'Exporteren',
|
||||
'export_data_intro' => 'Om te backuppen, of wanneer je naar een ander systeem verhuist.',
|
||||
'export_format' => 'Exporteerformaat',
|
||||
'export_format_csv' => 'Komma-gescheiden bestand (CSV)',
|
||||
'export_format_mt940' => 'MT940 bestand',
|
||||
'export_included_accounts' => 'Exporteer transacties van deze rekeningen',
|
||||
'include_config_help' => 'Voor het makkelijk opnieuw importeren in Firefly III',
|
||||
'include_old_uploads_help' => 'Firefly III gooit je oude geïmporteerde CSV bestanden niet weg. Je kan ze meenemen in je exportbestand.',
|
||||
'do_export' => 'Exporteren',
|
||||
'export_status_make_exporter' => 'Exporteerding maken...',
|
||||
'export_status_collecting_journals' => 'Overboekingen verzamelen...',
|
||||
'export_status_collected_journals' => 'Overboekingen verzameld!',
|
||||
'export_status_converting_to_export_format' => 'Overboekingen overzetten...',
|
||||
'export_status_converted_to_export_format' => 'Overboekingen overgezet!',
|
||||
'export_status_creating_journal_file' => 'Exportbestand maken...',
|
||||
'export_status_created_journal_file' => 'Exportbestand gemaakt!',
|
||||
'export_status_collecting_attachments' => 'Bijlagen verzamelen...',
|
||||
'export_status_collected_attachments' => 'Bijlagen verzameld!',
|
||||
'export_status_collecting_old_uploads' => 'Oude uploads verzamelen...',
|
||||
'export_status_collected_old_uploads' => 'Oude uploads verzameld!',
|
||||
'export_status_creating_config_file' => 'Configuratiebestand maken...',
|
||||
'export_status_created_config_file' => 'Configuratiebestand gemaakt!',
|
||||
'export_status_creating_zip_file' => 'Zipbestand maken...',
|
||||
'export_status_created_zip_file' => 'Zipbestand gemaakt!',
|
||||
'export_status_finished' => 'Klaar met exportbestand! Hoera!',
|
||||
|
||||
// rules
|
||||
'rules' => 'Regels',
|
||||
'rules_explanation' => 'Hier kan je regels instellen. Regels worden in werking gesteld als je een bij-, afschrijving of overboeking maakt (of verandert). Als die transactie bepaalde eigenschappen heeft (zogenaamde "triggers") zal Firefly de bijbehorende "acties" uitvoeren. Gecombineerd kan je Firefly op een bepaalde manier laten reageren op nieuwe transacties.',
|
||||
|
6
resources/lang/nl_NL/form.php
Normal file → Executable file
6
resources/lang/nl_NL/form.php
Normal file → Executable file
@@ -70,6 +70,12 @@ return [
|
||||
'size' => 'Grootte',
|
||||
'trigger' => 'Trigger',
|
||||
'stop_processing' => 'Stop met verwerken',
|
||||
'start_date' => 'Start van exportbereik',
|
||||
'end_date' => 'Einde van exportbereik',
|
||||
'export_format' => 'Bestandsformaat',
|
||||
'include_attachments' => 'Sla ook geüploade bijlagen op',
|
||||
'include_config' => 'Sla ook een configuratiebestand ook',
|
||||
'include_old_uploads' => 'Sla ook geïmporteerde bestanden op',
|
||||
|
||||
'csv_comma' => 'Een komma (,)',
|
||||
'csv_semicolon' => 'Een puntkomma (;)',
|
||||
|
0
resources/lang/nl_NL/help.php
Normal file → Executable file
0
resources/lang/nl_NL/help.php
Normal file → Executable file
0
resources/lang/nl_NL/list.php
Normal file → Executable file
0
resources/lang/nl_NL/list.php
Normal file → Executable file
0
resources/lang/nl_NL/pagination.php
Normal file → Executable file
0
resources/lang/nl_NL/pagination.php
Normal file → Executable file
2
resources/lang/nl_NL/passwords.php
Normal file → Executable file
2
resources/lang/nl_NL/passwords.php
Normal file → Executable file
@@ -24,6 +24,6 @@ return [
|
||||
"token" => "Ongeldig token! Sorry",
|
||||
"sent" => "Je krijgt een mailtje met een linkje om je wachtwoord te herstellen!",
|
||||
"reset" => "Je wachtwoord is hersteld!",
|
||||
'blocked' => 'Leuk geprobeerd wel.',
|
||||
'blocked' => 'Leuk geprobeerd wel.'
|
||||
|
||||
];
|
||||
|
0
resources/lang/nl_NL/validation.php
Normal file → Executable file
0
resources/lang/nl_NL/validation.php
Normal file → Executable file
0
resources/lang/pt_BR/breadcrumbs.php
Normal file → Executable file
0
resources/lang/pt_BR/breadcrumbs.php
Normal file → Executable file
0
resources/lang/pt_BR/config.php
Normal file → Executable file
0
resources/lang/pt_BR/config.php
Normal file → Executable file
28
resources/lang/pt_BR/firefly.php
Normal file → Executable file
28
resources/lang/pt_BR/firefly.php
Normal file → Executable file
@@ -38,6 +38,34 @@ return [
|
||||
'new_budget' => 'Novo orçamento',
|
||||
'new_bill' => 'Nova fatura',
|
||||
|
||||
// export data:
|
||||
'import_and_export' => 'Import and export',
|
||||
'export_data' => 'Export data',
|
||||
'export_data_intro' => 'For backup purposes, when migrating to another system or when migrating to another Firefly III installation.',
|
||||
'export_format' => 'Export format',
|
||||
'export_format_csv' => 'Comma separated values (CSV file)',
|
||||
'export_format_mt940' => 'MT940 compatible format',
|
||||
'export_included_accounts' => 'Export transactions from these accounts',
|
||||
'include_config_help' => 'For easy re-import into Firefly III',
|
||||
'include_old_uploads_help' => 'Firefly III does not throw away the original CSV files you have imported in the past. You can include them in your export.',
|
||||
'do_export' => 'Export',
|
||||
'export_status_make_exporter' => 'Creating exporter thing...',
|
||||
'export_status_collecting_journals' => 'Collecting your transactions...',
|
||||
'export_status_collected_journals' => 'Collected your transactions!',
|
||||
'export_status_converting_to_export_format' => 'Converting your transactions...',
|
||||
'export_status_converted_to_export_format' => 'Converted your transactions!',
|
||||
'export_status_creating_journal_file' => 'Creating the export file...',
|
||||
'export_status_created_journal_file' => 'Created the export file!',
|
||||
'export_status_collecting_attachments' => 'Collecting all your attachments...',
|
||||
'export_status_collected_attachments' => 'Collected all your attachments!',
|
||||
'export_status_collecting_old_uploads' => 'Collecting all your previous uploads...',
|
||||
'export_status_collected_old_uploads' => 'Collected all your previous uploads!',
|
||||
'export_status_creating_config_file' => 'Creating a configuration file...',
|
||||
'export_status_created_config_file' => 'Created a configuration file!',
|
||||
'export_status_creating_zip_file' => 'Creating a zip file...',
|
||||
'export_status_created_zip_file' => 'Created a zip file!',
|
||||
'export_status_finished' => 'Export has succesfully finished! Yay!',
|
||||
|
||||
// rules
|
||||
'rules' => 'Rules',
|
||||
'rules_explanation' => 'Here you can manage rules. Rules are triggered when a transaction is created or updated. Then, if the transaction has certain properties (called "triggers") Firefly will execute the "actions". Combined, you can make Firefly respond in a certain way to new transactions.',
|
||||
|
6
resources/lang/pt_BR/form.php
Normal file → Executable file
6
resources/lang/pt_BR/form.php
Normal file → Executable file
@@ -70,6 +70,12 @@ return [
|
||||
'size' => 'Tamanho',
|
||||
'trigger' => 'Trigger',
|
||||
'stop_processing' => 'Stop processing',
|
||||
'start_date' => 'Start of export range',
|
||||
'end_date' => 'End of export range',
|
||||
'export_format' => 'File format',
|
||||
'include_attachments' => 'Include uploaded attachments',
|
||||
'include_config' => 'Include configuration file',
|
||||
'include_old_uploads' => 'Include imported data',
|
||||
|
||||
'csv_comma' => 'A comma (,)',
|
||||
'csv_semicolon' => 'A semicolon (;)',
|
||||
|
0
resources/lang/pt_BR/help.php
Normal file → Executable file
0
resources/lang/pt_BR/help.php
Normal file → Executable file
0
resources/lang/pt_BR/list.php
Normal file → Executable file
0
resources/lang/pt_BR/list.php
Normal file → Executable file
0
resources/lang/pt_BR/pagination.php
Normal file → Executable file
0
resources/lang/pt_BR/pagination.php
Normal file → Executable file
2
resources/lang/pt_BR/passwords.php
Normal file → Executable file
2
resources/lang/pt_BR/passwords.php
Normal file → Executable file
@@ -24,6 +24,6 @@ return [
|
||||
"token" => "Este token de redefinição de senha é inválido.",
|
||||
"sent" => "Nós te enviamos um email com um link para trocar a senha!",
|
||||
"reset" => "Sua senha foi redefinida!",
|
||||
'blocked' => 'Boa tentativa.',
|
||||
'blocked' => 'Boa tentativa.'
|
||||
|
||||
];
|
||||
|
0
resources/lang/pt_BR/validation.php
Normal file → Executable file
0
resources/lang/pt_BR/validation.php
Normal file → Executable file
Reference in New Issue
Block a user