Merge pull request #573 from firefly-iii/l10n_develop

New Crowdin translations
This commit is contained in:
James Cole 2017-02-16 22:42:35 +01:00 committed by GitHub
commit 1d979778e8
20 changed files with 90 additions and 30 deletions

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'de, Deutsch, de_DE.utf8', 'locale' => 'de, Deutsch, de_DE, de_DE.utf8, de_DE.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e. %B %Y', 'month_and_day' => '%e. %B %Y',
'date_time' => '%e %B %Y, @ %T', 'date_time' => '%e %B %Y, @ %T',

View File

@ -555,6 +555,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'select_more_than_one_account' => 'Bitte mehr als ein Konto wählen', 'select_more_than_one_account' => 'Bitte mehr als ein Konto wählen',
'select_more_than_one_category' => 'Bitte mehr als eine Kategorie wählen', 'select_more_than_one_category' => 'Bitte mehr als eine Kategorie wählen',
'select_more_than_one_budget' => 'Bitte mehr als ein Budget wählen', 'select_more_than_one_budget' => 'Bitte mehr als ein Budget wählen',
'select_more_than_one_tag' => 'Please select more than one tag',
'from_to' => 'Von :start bis :end', 'from_to' => 'Von :start bis :end',
// categories: // categories:
@ -712,6 +713,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'report_type_audit' => 'Übersicht der Transaktionen (Prüfung)', 'report_type_audit' => 'Übersicht der Transaktionen (Prüfung)',
'report_type_category' => 'Kategorie-Bericht', 'report_type_category' => 'Kategorie-Bericht',
'report_type_budget' => 'Budgetbericht', 'report_type_budget' => 'Budgetbericht',
'report_type_tag' => 'Tag report',
'report_type_meta-history' => 'Übersicht über Kategorien, Budgets und Rechnungen', 'report_type_meta-history' => 'Übersicht über Kategorien, Budgets und Rechnungen',
'more_info_help' => 'Weitere Informationen über diese Art von Berichten finden Sie in der Hilfe. Drücken Sie hierfür das (?)-Symbol in der oberen rechten Ecke.', 'more_info_help' => 'Weitere Informationen über diese Art von Berichten finden Sie in der Hilfe. Drücken Sie hierfür das (?)-Symbol in der oberen rechten Ecke.',
'report_included_accounts' => 'Eingezogene Konten', 'report_included_accounts' => 'Eingezogene Konten',
@ -730,8 +732,9 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'report_has_no_extra_options' => 'Dieser Bericht hat keine zusätzliche Optionen', 'report_has_no_extra_options' => 'Dieser Bericht hat keine zusätzliche Optionen',
'reports_submit' => 'Zeige Bericht', 'reports_submit' => 'Zeige Bericht',
'end_after_start_date' => 'Enddatum des Berichts muss nach dem Startdatum liegen.', 'end_after_start_date' => 'Enddatum des Berichts muss nach dem Startdatum liegen.',
'select_category' => 'Wählen Sie eine oder mehrere Kategorien aus.', 'select_category' => 'Select category(ies)',
'select_budget' => 'Wählen Sie ein oder mehrere Budgets aus.', 'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Einnahmen pro Kategorie', 'income_per_category' => 'Einnahmen pro Kategorie',
'expense_per_category' => 'Ausgaben pro Kategorie', 'expense_per_category' => 'Ausgaben pro Kategorie',
'expense_per_budget' => 'Ausgaben pro Budget', 'expense_per_budget' => 'Ausgaben pro Budget',
@ -960,4 +963,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
]; ];

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'en, English, en_US, en_US.utf8', 'locale' => 'es, Spanish, es_ES, es_ES.utf8, es_ES.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%B %e, %Y', 'month_and_day' => '%B %e, %Y',
'date_time' => '%B %e, %Y, @ %T', 'date_time' => '%B %e, %Y, @ %T',

View File

@ -554,6 +554,7 @@ return [
'select_more_than_one_account' => 'Please select more than one account', 'select_more_than_one_account' => 'Please select more than one account',
'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_category' => 'Please select more than one category',
'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_budget' => 'Please select more than one budget',
'select_more_than_one_tag' => 'Please select more than one tag',
'from_to' => 'From :start to :end', 'from_to' => 'From :start to :end',
// categories: // categories:
@ -711,6 +712,7 @@ return [
'report_type_audit' => 'Transaction history overview (audit)', 'report_type_audit' => 'Transaction history overview (audit)',
'report_type_category' => 'Category report', 'report_type_category' => 'Category report',
'report_type_budget' => 'Budget report', 'report_type_budget' => 'Budget report',
'report_type_tag' => 'Tag report',
'report_type_meta-history' => 'Categories, budgets and bills overview', 'report_type_meta-history' => 'Categories, budgets and bills overview',
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
'report_included_accounts' => 'Included accounts', 'report_included_accounts' => 'Included accounts',
@ -729,8 +731,9 @@ return [
'report_has_no_extra_options' => 'This report has no extra options', 'report_has_no_extra_options' => 'This report has no extra options',
'reports_submit' => 'View report', 'reports_submit' => 'View report',
'end_after_start_date' => 'End date of report must be after start date.', 'end_after_start_date' => 'End date of report must be after start date.',
'select_category' => 'Select one or more categories.', 'select_category' => 'Select category(ies)',
'select_budget' => 'Select one or more budgets.', 'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Income per category', 'income_per_category' => 'Income per category',
'expense_per_category' => 'Expense per category', 'expense_per_category' => 'Expense per category',
'expense_per_budget' => 'Expense per budget', 'expense_per_budget' => 'Expense per budget',
@ -959,4 +962,7 @@ return [
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
]; ];

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'fr, French, fr_FR, fr_FR.utf8', 'locale' => 'fr, French, fr_FR, fr_FR.utf8, fr_FR.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'date_time' => '%B %e %Y @ %T', 'date_time' => '%B %e %Y @ %T',

View File

@ -554,6 +554,7 @@ return [
'select_more_than_one_account' => 'Please select more than one account', 'select_more_than_one_account' => 'Please select more than one account',
'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_category' => 'Please select more than one category',
'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_budget' => 'Please select more than one budget',
'select_more_than_one_tag' => 'Please select more than one tag',
'from_to' => 'From :start to :end', 'from_to' => 'From :start to :end',
// categories: // categories:
@ -711,6 +712,7 @@ return [
'report_type_audit' => 'Historique des transactions', 'report_type_audit' => 'Historique des transactions',
'report_type_category' => 'Category report', 'report_type_category' => 'Category report',
'report_type_budget' => 'Budget report', 'report_type_budget' => 'Budget report',
'report_type_tag' => 'Tag report',
'report_type_meta-history' => 'Vue densemble des budgets, des catégories et des factures', 'report_type_meta-history' => 'Vue densemble des budgets, des catégories et des factures',
'more_info_help' => 'Plus dinformations sur ces types de rapports se trouvent dans les pages daide. Appuyez sur licône ( ?) dans le coin supérieur droit.', 'more_info_help' => 'Plus dinformations sur ces types de rapports se trouvent dans les pages daide. Appuyez sur licône ( ?) dans le coin supérieur droit.',
'report_included_accounts' => 'Comptes inclus', 'report_included_accounts' => 'Comptes inclus',
@ -729,8 +731,9 @@ return [
'report_has_no_extra_options' => 'This report has no extra options', 'report_has_no_extra_options' => 'This report has no extra options',
'reports_submit' => 'View report', 'reports_submit' => 'View report',
'end_after_start_date' => 'End date of report must be after start date.', 'end_after_start_date' => 'End date of report must be after start date.',
'select_category' => 'Select one or more categories.', 'select_category' => 'Select category(ies)',
'select_budget' => 'Select one or more budgets.', 'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Income per category', 'income_per_category' => 'Income per category',
'expense_per_category' => 'Expense per category', 'expense_per_category' => 'Expense per category',
'expense_per_budget' => 'Expense per budget', 'expense_per_budget' => 'Expense per budget',
@ -959,4 +962,7 @@ return [
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
]; ];

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'hr, Croatian, hr_HR, hr_HR.utf8', 'locale' => 'hr, Croatian, hr_HR, hr_HR.utf8, hr_HR.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'date_time' => '%e %B %Y, @ %T', 'date_time' => '%e %B %Y, @ %T',

View File

@ -554,6 +554,7 @@ return [
'select_more_than_one_account' => 'Please select more than one account', 'select_more_than_one_account' => 'Please select more than one account',
'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_category' => 'Please select more than one category',
'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_budget' => 'Please select more than one budget',
'select_more_than_one_tag' => 'Please select more than one tag',
'from_to' => 'From :start to :end', 'from_to' => 'From :start to :end',
// categories: // categories:
@ -711,6 +712,7 @@ return [
'report_type_audit' => 'Transaction history overview (audit)', 'report_type_audit' => 'Transaction history overview (audit)',
'report_type_category' => 'Category report', 'report_type_category' => 'Category report',
'report_type_budget' => 'Budget report', 'report_type_budget' => 'Budget report',
'report_type_tag' => 'Tag report',
'report_type_meta-history' => 'Categories, budgets and bills overview', 'report_type_meta-history' => 'Categories, budgets and bills overview',
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
'report_included_accounts' => 'Included accounts', 'report_included_accounts' => 'Included accounts',
@ -729,8 +731,9 @@ return [
'report_has_no_extra_options' => 'This report has no extra options', 'report_has_no_extra_options' => 'This report has no extra options',
'reports_submit' => 'View report', 'reports_submit' => 'View report',
'end_after_start_date' => 'End date of report must be after start date.', 'end_after_start_date' => 'End date of report must be after start date.',
'select_category' => 'Select one or more categories.', 'select_category' => 'Select category(ies)',
'select_budget' => 'Select one or more budgets.', 'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Income per category', 'income_per_category' => 'Income per category',
'expense_per_category' => 'Expense per category', 'expense_per_category' => 'Expense per category',
'expense_per_budget' => 'Expense per budget', 'expense_per_budget' => 'Expense per budget',
@ -959,4 +962,7 @@ return [
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
]; ];

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8', 'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8, nl_NL.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'date_time' => '%e %B %Y, @ %T', 'date_time' => '%e %B %Y, @ %T',

View File

@ -554,6 +554,7 @@ return [
'select_more_than_one_account' => 'Selecteer meer dan één rekening', 'select_more_than_one_account' => 'Selecteer meer dan één rekening',
'select_more_than_one_category' => 'Selecteer meer dan één categorie', 'select_more_than_one_category' => 'Selecteer meer dan één categorie',
'select_more_than_one_budget' => 'Selecteer meer dan één budget', 'select_more_than_one_budget' => 'Selecteer meer dan één budget',
'select_more_than_one_tag' => 'Selecteer meer dan één tag',
'from_to' => 'Van :start tot en met :end', 'from_to' => 'Van :start tot en met :end',
// categories: // categories:
@ -711,6 +712,7 @@ return [
'report_type_audit' => 'Transactiehistorie-overzicht (audit)', 'report_type_audit' => 'Transactiehistorie-overzicht (audit)',
'report_type_category' => 'Categorierapport', 'report_type_category' => 'Categorierapport',
'report_type_budget' => 'Budgetrapport', 'report_type_budget' => 'Budgetrapport',
'report_type_tag' => 'Tagrapport',
'report_type_meta-history' => 'Overzicht van categorieën, budgetten en contracten', 'report_type_meta-history' => 'Overzicht van categorieën, budgetten en contracten',
'more_info_help' => 'Meer informatie over deze rapporten vind je in de hulppagina\'s. Klik daarvoor op het (?) icoontje rechtsboven.', 'more_info_help' => 'Meer informatie over deze rapporten vind je in de hulppagina\'s. Klik daarvoor op het (?) icoontje rechtsboven.',
'report_included_accounts' => 'Accounts in rapport', 'report_included_accounts' => 'Accounts in rapport',
@ -729,8 +731,9 @@ return [
'report_has_no_extra_options' => 'Er zijn geen extra opties voor dit overzicht', 'report_has_no_extra_options' => 'Er zijn geen extra opties voor dit overzicht',
'reports_submit' => 'Bekijk overzicht', 'reports_submit' => 'Bekijk overzicht',
'end_after_start_date' => 'Einddatum moet na begindatum liggen.', 'end_after_start_date' => 'Einddatum moet na begindatum liggen.',
'select_category' => 'Selecteer minstens één categorie.', 'select_category' => 'Selecteer categorie(ën)',
'select_budget' => 'Selecteer minstens één budget.', 'select_budget' => 'Selecteer budget(ten).',
'select_tag' => 'Selecteer tag(s).',
'income_per_category' => 'Inkomen per categorie', 'income_per_category' => 'Inkomen per categorie',
'expense_per_category' => 'Uitgaven per categorie', 'expense_per_category' => 'Uitgaven per categorie',
'expense_per_budget' => 'Uitgaven per budget', 'expense_per_budget' => 'Uitgaven per budget',
@ -959,4 +962,7 @@ return [
'import_finished_intro' => 'De import is klaar! Je kan de transacties nu terugvinden in Firefly.', 'import_finished_intro' => 'De import is klaar! Je kan de transacties nu terugvinden in Firefly.',
'import_finished_text_without_link' => 'Er is geen tag die al je transacties bevat. Kijk links in het menu onder "Transacties" en zoek daar je nieuwe transacties op.', 'import_finished_text_without_link' => 'Er is geen tag die al je transacties bevat. Kijk links in het menu onder "Transacties" en zoek daar je nieuwe transacties op.',
'import_finished_text_with_link' => 'Je kan je geïmporteerde transacties <a href="tags/show/:tag">op deze pagina</a> terug vinden.', 'import_finished_text_with_link' => 'Je kan je geïmporteerde transacties <a href="tags/show/:tag">op deze pagina</a> terug vinden.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Deze functie werkt niet als je Firefly III gebruikt in combinatie met Sandstorm.IO.',
]; ];

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'pl, Polski, pl_PL, pl_PL.utf8', 'locale' => 'pl, Polish, polski, pl_PL, pl_PL.utf8, pl_PL.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e %B %Y', 'month_and_day' => '%e %B %Y',
'date_time' => '%B %e, %Y, @ %T', 'date_time' => '%B %e, %Y, @ %T',

View File

@ -554,6 +554,7 @@ return [
'select_more_than_one_account' => 'Proszę wybierz więcej niż jedno konto', 'select_more_than_one_account' => 'Proszę wybierz więcej niż jedno konto',
'select_more_than_one_category' => 'Proszę wybierz więcej niż jedną kategorię', 'select_more_than_one_category' => 'Proszę wybierz więcej niż jedną kategorię',
'select_more_than_one_budget' => 'Proszę wybierz więcej niż jeden budżet', 'select_more_than_one_budget' => 'Proszę wybierz więcej niż jeden budżet',
'select_more_than_one_tag' => 'Please select more than one tag',
'from_to' => 'Od :start do :end', 'from_to' => 'Od :start do :end',
// categories: // categories:
@ -711,6 +712,7 @@ return [
'report_type_audit' => 'Przegląd historii transakcji (audyt)', 'report_type_audit' => 'Przegląd historii transakcji (audyt)',
'report_type_category' => 'Raport kategorii', 'report_type_category' => 'Raport kategorii',
'report_type_budget' => 'Raport budżetów', 'report_type_budget' => 'Raport budżetów',
'report_type_tag' => 'Tag report',
'report_type_meta-history' => 'Przegląd kategorii, budżetów i rachunków', 'report_type_meta-history' => 'Przegląd kategorii, budżetów i rachunków',
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
'report_included_accounts' => 'Uwzględnione konta', 'report_included_accounts' => 'Uwzględnione konta',
@ -729,8 +731,9 @@ return [
'report_has_no_extra_options' => 'Ten raport nie ma dodatkowych opcji', 'report_has_no_extra_options' => 'Ten raport nie ma dodatkowych opcji',
'reports_submit' => 'Zobacz raport', 'reports_submit' => 'Zobacz raport',
'end_after_start_date' => 'Data zakończenia raportu musi być po dacie rozpoczęcia.', 'end_after_start_date' => 'Data zakończenia raportu musi być po dacie rozpoczęcia.',
'select_category' => 'Wybierz jedną lub więcej kategorii.', 'select_category' => 'Select category(ies)',
'select_budget' => 'Wybierz jeden lub więcej budżetów.', 'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Dochód wg kategorii', 'income_per_category' => 'Dochód wg kategorii',
'expense_per_category' => 'Wydatek wg kategorii', 'expense_per_category' => 'Wydatek wg kategorii',
'expense_per_budget' => 'Wydatek wg budżetu', 'expense_per_budget' => 'Wydatek wg budżetu',
@ -959,4 +962,7 @@ return [
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
]; ];

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'pt_BR, pt_BR.utf8', 'locale' => 'pt-br, pt_BR, pt_BR.utf8, pt_BR.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%e de %B de %Y', 'month_and_day' => '%e de %B de %Y',
'date_time' => '%B %e, %Y, @ %T', 'date_time' => '%B %e, %Y, @ %T',

View File

@ -554,6 +554,7 @@ return [
'select_more_than_one_account' => 'Por favor, selecione mais de uma conta', 'select_more_than_one_account' => 'Por favor, selecione mais de uma conta',
'select_more_than_one_category' => 'Por favor, selecione mais de uma categoria', 'select_more_than_one_category' => 'Por favor, selecione mais de uma categoria',
'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_budget' => 'Please select more than one budget',
'select_more_than_one_tag' => 'Please select more than one tag',
'from_to' => 'From :start to :end', 'from_to' => 'From :start to :end',
// categories: // categories:
@ -711,6 +712,7 @@ return [
'report_type_audit' => 'Visão geral do histórico de transação (auditoria)', 'report_type_audit' => 'Visão geral do histórico de transação (auditoria)',
'report_type_category' => 'Relatório por Categorias', 'report_type_category' => 'Relatório por Categorias',
'report_type_budget' => 'Budget report', 'report_type_budget' => 'Budget report',
'report_type_tag' => 'Tag report',
'report_type_meta-history' => 'Visão geral de categorias, orçamentos e faturas', 'report_type_meta-history' => 'Visão geral de categorias, orçamentos e faturas',
'more_info_help' => 'Mais informações sobre esses tipos de relatórios podem ser encontradas nas páginas de ajuda. Pressione o ícone (?) no canto superior direito.', 'more_info_help' => 'Mais informações sobre esses tipos de relatórios podem ser encontradas nas páginas de ajuda. Pressione o ícone (?) no canto superior direito.',
'report_included_accounts' => 'Contas incluídas', 'report_included_accounts' => 'Contas incluídas',
@ -729,8 +731,9 @@ return [
'report_has_no_extra_options' => 'Este relatório não tem mais opções', 'report_has_no_extra_options' => 'Este relatório não tem mais opções',
'reports_submit' => 'Visualizar relatório', 'reports_submit' => 'Visualizar relatório',
'end_after_start_date' => 'Data de término do relatório deve ser depois da data de início.', 'end_after_start_date' => 'Data de término do relatório deve ser depois da data de início.',
'select_category' => 'Selecione uma ou mais categorias.', 'select_category' => 'Select category(ies)',
'select_budget' => 'Select one or more budgets.', 'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Receitas por categoria', 'income_per_category' => 'Receitas por categoria',
'expense_per_category' => 'Despesa por categoria', 'expense_per_category' => 'Despesa por categoria',
'expense_per_budget' => 'Expense per budget', 'expense_per_budget' => 'Expense per budget',
@ -959,4 +962,7 @@ return [
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
]; ];

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'ru, Russian, ru_RU, ru_RU.utf8', 'locale' => 'ru, Russian, ru_RU, ru_RU.utf8, ru_RU.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%B %e, %Y', 'month_and_day' => '%B %e, %Y',
'date_time' => '%B %e, %Y, @ %T', 'date_time' => '%B %e, %Y, @ %T',

View File

@ -554,6 +554,7 @@ return [
'select_more_than_one_account' => 'Please select more than one account', 'select_more_than_one_account' => 'Please select more than one account',
'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_category' => 'Please select more than one category',
'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_budget' => 'Please select more than one budget',
'select_more_than_one_tag' => 'Please select more than one tag',
'from_to' => 'From :start to :end', 'from_to' => 'From :start to :end',
// categories: // categories:
@ -711,6 +712,7 @@ return [
'report_type_audit' => 'Transaction history overview (audit)', 'report_type_audit' => 'Transaction history overview (audit)',
'report_type_category' => 'Category report', 'report_type_category' => 'Category report',
'report_type_budget' => 'Budget report', 'report_type_budget' => 'Budget report',
'report_type_tag' => 'Tag report',
'report_type_meta-history' => 'Categories, budgets and bills overview', 'report_type_meta-history' => 'Categories, budgets and bills overview',
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
'report_included_accounts' => 'Included accounts', 'report_included_accounts' => 'Included accounts',
@ -729,8 +731,9 @@ return [
'report_has_no_extra_options' => 'This report has no extra options', 'report_has_no_extra_options' => 'This report has no extra options',
'reports_submit' => 'View report', 'reports_submit' => 'View report',
'end_after_start_date' => 'End date of report must be after start date.', 'end_after_start_date' => 'End date of report must be after start date.',
'select_category' => 'Select one or more categories.', 'select_category' => 'Select category(ies)',
'select_budget' => 'Select one or more budgets.', 'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Income per category', 'income_per_category' => 'Income per category',
'expense_per_category' => 'Expense per category', 'expense_per_category' => 'Expense per category',
'expense_per_budget' => 'Expense per budget', 'expense_per_budget' => 'Expense per budget',
@ -959,4 +962,7 @@ return [
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
]; ];

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'en, English, en_US, en_US.utf8', 'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%B %e, %Y', 'month_and_day' => '%B %e, %Y',
'date_time' => '%B %e, %Y, @ %T', 'date_time' => '%B %e, %Y, @ %T',

View File

@ -554,6 +554,7 @@ return [
'select_more_than_one_account' => 'Please select more than one account', 'select_more_than_one_account' => 'Please select more than one account',
'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_category' => 'Please select more than one category',
'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_budget' => 'Please select more than one budget',
'select_more_than_one_tag' => 'Please select more than one tag',
'from_to' => 'From :start to :end', 'from_to' => 'From :start to :end',
// categories: // categories:
@ -711,6 +712,7 @@ return [
'report_type_audit' => 'Transaction history overview (audit)', 'report_type_audit' => 'Transaction history overview (audit)',
'report_type_category' => 'Category report', 'report_type_category' => 'Category report',
'report_type_budget' => 'Budget report', 'report_type_budget' => 'Budget report',
'report_type_tag' => 'Tag report',
'report_type_meta-history' => 'Categories, budgets and bills overview', 'report_type_meta-history' => 'Categories, budgets and bills overview',
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
'report_included_accounts' => 'Included accounts', 'report_included_accounts' => 'Included accounts',
@ -729,8 +731,9 @@ return [
'report_has_no_extra_options' => 'This report has no extra options', 'report_has_no_extra_options' => 'This report has no extra options',
'reports_submit' => 'View report', 'reports_submit' => 'View report',
'end_after_start_date' => 'End date of report must be after start date.', 'end_after_start_date' => 'End date of report must be after start date.',
'select_category' => 'Select one or more categories.', 'select_category' => 'Select category(ies)',
'select_budget' => 'Select one or more budgets.', 'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Income per category', 'income_per_category' => 'Income per category',
'expense_per_category' => 'Expense per category', 'expense_per_category' => 'Expense per category',
'expense_per_budget' => 'Expense per budget', 'expense_per_budget' => 'Expense per budget',
@ -959,4 +962,7 @@ return [
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
]; ];

View File

@ -10,7 +10,7 @@
*/ */
return [ return [
'locale' => 'en, English, en_US, en_US.utf8 test', 'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
'month' => '%B %Y', 'month' => '%B %Y',
'month_and_day' => '%B %e, %Y', 'month_and_day' => '%B %e, %Y',
'date_time' => '%B %e, %Y, @ %T', 'date_time' => '%B %e, %Y, @ %T',

View File

@ -554,6 +554,7 @@ return [
'select_more_than_one_account' => 'Please select more than one account', 'select_more_than_one_account' => 'Please select more than one account',
'select_more_than_one_category' => 'Please select more than one category', 'select_more_than_one_category' => 'Please select more than one category',
'select_more_than_one_budget' => 'Please select more than one budget', 'select_more_than_one_budget' => 'Please select more than one budget',
'select_more_than_one_tag' => 'Please select more than one tag',
'from_to' => 'From :start to :end', 'from_to' => 'From :start to :end',
// categories: // categories:
@ -711,6 +712,7 @@ return [
'report_type_audit' => 'Transaction history overview (audit)', 'report_type_audit' => 'Transaction history overview (audit)',
'report_type_category' => 'Category report', 'report_type_category' => 'Category report',
'report_type_budget' => 'Budget report', 'report_type_budget' => 'Budget report',
'report_type_tag' => 'Tag report',
'report_type_meta-history' => '類別、 預算與賬單的概覽', 'report_type_meta-history' => '類別、 預算與賬單的概覽',
'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.', 'more_info_help' => 'More information about these types of reports can be found in the help pages. Press the (?) icon in the top right corner.',
'report_included_accounts' => 'Included accounts', 'report_included_accounts' => 'Included accounts',
@ -729,8 +731,9 @@ return [
'report_has_no_extra_options' => 'This report has no extra options', 'report_has_no_extra_options' => 'This report has no extra options',
'reports_submit' => 'View report', 'reports_submit' => 'View report',
'end_after_start_date' => 'End date of report must be after start date.', 'end_after_start_date' => 'End date of report must be after start date.',
'select_category' => 'Select one or more categories.', 'select_category' => 'Select category(ies)',
'select_budget' => 'Select one or more budgets.', 'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Income per category', 'income_per_category' => 'Income per category',
'expense_per_category' => 'Expense per category', 'expense_per_category' => 'Expense per category',
'expense_per_budget' => 'Expense per budget', 'expense_per_budget' => 'Expense per budget',
@ -959,4 +962,7 @@ return [
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.', 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
]; ];