mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Include new line at the end of the file.
This commit is contained in:
parent
b09a250a03
commit
dba92d73c4
@ -279,4 +279,4 @@ class MetaPieChart implements MetaPieChartInterface
|
||||
return $chartData;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,4 +79,4 @@ interface MetaPieChartInterface
|
||||
*/
|
||||
public function setUser(User $user): MetaPieChartInterface;
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -129,4 +129,4 @@ class JavascriptController extends Controller
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -30,4 +30,4 @@ interface ImportProcedureInterface
|
||||
*/
|
||||
public function runImport(ImportJob $job): Collection;
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -50,4 +50,4 @@ class LogServiceProvider extends LaravelLogServiceProvider
|
||||
$this->logLevel()
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
0
config/app.php
Executable file → Normal file
0
config/app.php
Executable file → Normal file
@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'Falscher Benutzername und/oder falsches Passwort.',
|
||||
'throttle' => 'Zu viele Login-Versuche. Bitte versuchen Sie es in :seconds Sekunde(n) erneut.',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Neuen Tag erstellen',
|
||||
'edit_tag' => 'Bearbeite Tag ":tag"',
|
||||
'delete_tag' => 'Lösche Tag ":tag"',
|
||||
];
|
||||
];
|
||||
|
@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tags (durch Leerzeichen getrennt)',
|
||||
'column_account-number' => 'Bestandskonto (Kontonr.)',
|
||||
'column_opposing-number' => 'Zielkonto (Kontonr.)',
|
||||
];
|
||||
];
|
||||
|
@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Natürlich kann eine CSV-Datei in Firefly III importiert werden ',
|
||||
'import-configure-security' => 'Aufgrund von Sicherheitsbedenken wurde der Upload mit einer lokalen Datei ersetzt.',
|
||||
'import-configure-configuration' => 'Die unten stehende Konfiguration für die lokale Datei ist korrekt.',
|
||||
];
|
||||
];
|
||||
|
@ -960,4 +960,4 @@ 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_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>.',
|
||||
];
|
||||
];
|
||||
|
@ -181,4 +181,4 @@ return [
|
||||
'payment_date' => 'Zahlungsdatum',
|
||||
'invoice_date' => 'Rechnungsdatum',
|
||||
'internal_reference' => 'Interner Verweis',
|
||||
];
|
||||
];
|
||||
|
@ -30,4 +30,4 @@ return [
|
||||
'main-content-end-text' => 'Denken Sie daran, dass jede Seite ein kleines Fragezeichen in der oberen rechten Ecke hat. Klicken Sie darauf um Hilfe zur aktuellen Seite zu erhalten.',
|
||||
'index' => 'index',
|
||||
'home' => 'home',
|
||||
];
|
||||
];
|
||||
|
@ -86,4 +86,4 @@ return [
|
||||
'budget_count' => 'Anzahl Budgets',
|
||||
'rule_and_groups_count' => 'Anzahl Regeln und Regelgruppen',
|
||||
'tags_count' => 'Anzahl Tags',
|
||||
];
|
||||
];
|
||||
|
@ -14,4 +14,4 @@ return [
|
||||
'previous' => '« Vorherige',
|
||||
'next' => 'Nächste »',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -16,4 +16,4 @@ return [
|
||||
'sent' => 'Wir haben Ihnen einen Link zum Zurücksetzen des Passworts zugesendet!',
|
||||
'reset' => 'Ihr Passwort wurde zurückgesetzt!',
|
||||
'blocked' => 'Netter Versuch.',
|
||||
];
|
||||
];
|
||||
|
@ -88,4 +88,4 @@ return [
|
||||
'in_array' => ':attribute existiert nicht in :other.',
|
||||
'present' => 'Das :attribute Feld muss vorhanden sein.',
|
||||
'amount_zero' => 'Der Gesamtbetrag darf nicht Null sein',
|
||||
];
|
||||
];
|
||||
|
0
resources/lang/en_US/auth.php
Executable file → Normal file
0
resources/lang/en_US/auth.php
Executable file → Normal file
@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
||||
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
||||
'import-configure-configuration' => 'The configuration you see below is correct for the local file.',
|
||||
];
|
||||
];
|
||||
|
0
resources/lang/en_US/pagination.php
Executable file → Normal file
0
resources/lang/en_US/pagination.php
Executable file → Normal file
0
resources/lang/en_US/passwords.php
Executable file → Normal file
0
resources/lang/en_US/passwords.php
Executable file → Normal file
@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Create new tag',
|
||||
'edit_tag' => 'Edit tag ":tag"',
|
||||
'delete_tag' => 'Delete tag ":tag"',
|
||||
];
|
||||
];
|
||||
|
@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tags (space separated)',
|
||||
'column_account-number' => 'Asset account (account number)',
|
||||
'column_opposing-number' => 'Opposing account (account number)',
|
||||
];
|
||||
];
|
||||
|
@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
||||
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
||||
'import-configure-configuration' => 'The configuration you see below is correct for the local file.',
|
||||
];
|
||||
];
|
||||
|
@ -959,4 +959,4 @@ return [
|
||||
'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_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>.',
|
||||
];
|
||||
];
|
||||
|
@ -181,4 +181,4 @@ return [
|
||||
'payment_date' => 'Payment date',
|
||||
'invoice_date' => 'Invoice date',
|
||||
'internal_reference' => 'Internal reference',
|
||||
];
|
||||
];
|
||||
|
@ -30,4 +30,4 @@ return [
|
||||
'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.',
|
||||
'index' => 'index',
|
||||
'home' => 'home',
|
||||
];
|
||||
];
|
||||
|
@ -86,4 +86,4 @@ return [
|
||||
'budget_count' => 'Number of budgets',
|
||||
'rule_and_groups_count' => 'Number of rules and rule groups',
|
||||
'tags_count' => 'Number of tags',
|
||||
];
|
||||
];
|
||||
|
@ -14,4 +14,4 @@ return [
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -16,4 +16,4 @@ return [
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'blocked' => 'Nice try though.',
|
||||
];
|
||||
];
|
||||
|
@ -88,4 +88,4 @@ return [
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'amount_zero' => 'The total amount cannot be zero',
|
||||
];
|
||||
];
|
||||
|
@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'Ces identifiants n\'ont aucune correspondance.',
|
||||
'throttle' => 'Trop de tentatives de connexion. Veuillez essayer à nouveau dans :seconds secondes.',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Créer un nouveau tag',
|
||||
'edit_tag' => 'Éditer le tag ":tag"',
|
||||
'delete_tag' => 'Supprimer le tag ":tag"',
|
||||
];
|
||||
];
|
||||
|
@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tags(séparé par des espaces)',
|
||||
'column_account-number' => 'Compte d’actif (numéro de compte)',
|
||||
'column_opposing-number' => 'Compte destination (numéro de compte)',
|
||||
];
|
||||
];
|
||||
|
@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
||||
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
||||
'import-configure-configuration' => 'The configuration you see below is correct for the local file.',
|
||||
];
|
||||
];
|
||||
|
@ -959,4 +959,4 @@ return [
|
||||
'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_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>.',
|
||||
];
|
||||
];
|
||||
|
@ -181,4 +181,4 @@ return [
|
||||
'payment_date' => 'Date de paiement',
|
||||
'invoice_date' => 'Date de facturation',
|
||||
'internal_reference' => 'Référence interne',
|
||||
];
|
||||
];
|
||||
|
@ -30,4 +30,4 @@ return [
|
||||
'main-content-end-text' => 'N\'oubliez pas que chaque page a un petit point d\'interrogation en haut à droite. Cliquez dessus pour obtenir de l\'aide concernant la page actuelle.',
|
||||
'index' => 'index',
|
||||
'home' => 'accueil',
|
||||
];
|
||||
];
|
||||
|
@ -86,4 +86,4 @@ return [
|
||||
'budget_count' => 'Number of budgets',
|
||||
'rule_and_groups_count' => 'Number of rules and rule groups',
|
||||
'tags_count' => 'Number of tags',
|
||||
];
|
||||
];
|
||||
|
@ -14,4 +14,4 @@ return [
|
||||
'previous' => '« Précédent',
|
||||
'next' => 'Suivant »',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -16,4 +16,4 @@ return [
|
||||
'sent' => 'Nous vous avons envoyé par e-mail un lien de réinitialisation de votre mot de passe !',
|
||||
'reset' => 'Votre mot de passe a été réinitialisé !',
|
||||
'blocked' => 'Bien essayé cependant.',
|
||||
];
|
||||
];
|
||||
|
@ -88,4 +88,4 @@ return [
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'amount_zero' => 'The total amount cannot be zero',
|
||||
];
|
||||
];
|
||||
|
@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Kreiraj novu oznaku',
|
||||
'edit_tag' => 'Uredi oznaku ":tag"',
|
||||
'delete_tag' => 'Obriši oznaku ":tag"',
|
||||
];
|
||||
];
|
||||
|
@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tags (space separated)',
|
||||
'column_account-number' => 'Asset account (account number)',
|
||||
'column_opposing-number' => 'Opposing account (account number)',
|
||||
];
|
||||
];
|
||||
|
@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
||||
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
||||
'import-configure-configuration' => 'The configuration you see below is correct for the local file.',
|
||||
];
|
||||
];
|
||||
|
@ -959,4 +959,4 @@ return [
|
||||
'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_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>.',
|
||||
];
|
||||
];
|
||||
|
@ -181,4 +181,4 @@ return [
|
||||
'payment_date' => 'Payment date',
|
||||
'invoice_date' => 'Invoice date',
|
||||
'internal_reference' => 'Internal reference',
|
||||
];
|
||||
];
|
||||
|
@ -30,4 +30,4 @@ return [
|
||||
'main-content-end-text' => 'Remember that every page has a small question mark at the right top. Click it to get help about the page you\'re on.',
|
||||
'index' => 'index',
|
||||
'home' => 'home',
|
||||
];
|
||||
];
|
||||
|
@ -86,4 +86,4 @@ return [
|
||||
'budget_count' => 'Number of budgets',
|
||||
'rule_and_groups_count' => 'Number of rules and rule groups',
|
||||
'tags_count' => 'Number of tags',
|
||||
];
|
||||
];
|
||||
|
@ -14,4 +14,4 @@ return [
|
||||
'previous' => '« Prethodna',
|
||||
'next' => 'Sljedeća »',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -16,4 +16,4 @@ return [
|
||||
'sent' => 'Na e-mail smo ti poslali poveznicu za promjenu lozinke!',
|
||||
'reset' => 'Tvoja lozinka je promijenjena!',
|
||||
'blocked' => 'Lijep pokušaj.',
|
||||
];
|
||||
];
|
||||
|
@ -88,4 +88,4 @@ return [
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'amount_zero' => 'The total amount cannot be zero',
|
||||
];
|
||||
];
|
||||
|
@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'Deze gegevens zijn niet correct.',
|
||||
'throttle' => 'Te veel inlogpogingen. Probeer opnieuw in: seconden seconden.',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Maak nieuwe tag',
|
||||
'edit_tag' => 'Wijzig tag ":tag"',
|
||||
'delete_tag' => 'Verwijder tag ":tag"',
|
||||
];
|
||||
];
|
||||
|
@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tags (spatiegescheiden)',
|
||||
'column_account-number' => 'Betaalrekening (rekeningnummer)',
|
||||
'column_opposing-number' => 'Tegenrekening (rekeningnummer)',
|
||||
];
|
||||
];
|
||||
|
@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
||||
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
||||
'import-configure-configuration' => 'The configuration you see below is correct for the local file.',
|
||||
];
|
||||
];
|
||||
|
@ -959,4 +959,4 @@ return [
|
||||
'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_with_link' => 'Je kan je geïmporteerde transacties <a href="tags/show/:tag">op deze pagina</a> terug vinden.',
|
||||
];
|
||||
];
|
||||
|
@ -181,4 +181,4 @@ return [
|
||||
'payment_date' => 'Betalingsdatum',
|
||||
'invoice_date' => 'Factuurdatum',
|
||||
'internal_reference' => 'Interne verwijzing',
|
||||
];
|
||||
];
|
||||
|
@ -30,4 +30,4 @@ return [
|
||||
'main-content-end-text' => 'Elke pagina heeft een vraagtekentje rechtsboven. Gebruik deze voor meer hulp. Veel plezier!',
|
||||
'index' => 'index',
|
||||
'home' => 'home',
|
||||
];
|
||||
];
|
||||
|
@ -86,4 +86,4 @@ return [
|
||||
'budget_count' => 'Aantal budgetten',
|
||||
'rule_and_groups_count' => 'Aantal regels en regelgroepen',
|
||||
'tags_count' => 'Aantal tags',
|
||||
];
|
||||
];
|
||||
|
@ -14,4 +14,4 @@ return [
|
||||
'previous' => '« Vorige',
|
||||
'next' => 'Volgende »',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -16,4 +16,4 @@ return [
|
||||
'sent' => 'Je krijgt een mailtje met een linkje om je wachtwoord te herstellen!',
|
||||
'reset' => 'Je wachtwoord is hersteld!',
|
||||
'blocked' => 'Leuk geprobeerd wel.',
|
||||
];
|
||||
];
|
||||
|
@ -88,4 +88,4 @@ return [
|
||||
'in_array' => 'Het :attribute veld bestaat niet in :other.',
|
||||
'present' => 'Het :attribute veld moet aanwezig zijn.',
|
||||
'amount_zero' => 'Het totaalbedrag kan niet nul zijn',
|
||||
];
|
||||
];
|
||||
|
@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'Te poświadczenia nie zgadzają się z naszymi danymi.',
|
||||
'throttle' => 'Zbyt wiele prób logowania. Spróbuj ponownie za :seconds sekund.',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Utwórz nowy tag',
|
||||
'edit_tag' => 'Modyfikuj tag ":tag"',
|
||||
'delete_tag' => 'Usuń tag ":tag"',
|
||||
];
|
||||
];
|
||||
|
@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tagi (oddzielone spacjami)',
|
||||
'column_account-number' => 'Konto aktywów (numer konta)',
|
||||
'column_opposing-number' => 'Opposing account (account number)',
|
||||
];
|
||||
];
|
||||
|
@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
||||
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
||||
'import-configure-configuration' => 'Konfiguracja, która widzisz poniżej jest prawidłowa dla lokalnego pliku.',
|
||||
];
|
||||
];
|
||||
|
@ -959,4 +959,4 @@ return [
|
||||
'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_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>.',
|
||||
];
|
||||
];
|
||||
|
@ -181,4 +181,4 @@ return [
|
||||
'payment_date' => 'Data płatności',
|
||||
'invoice_date' => 'Data faktury',
|
||||
'internal_reference' => 'Internal reference',
|
||||
];
|
||||
];
|
||||
|
@ -30,4 +30,4 @@ return [
|
||||
'main-content-end-text' => 'Pamiętaj, że każda strona ma małą ikonkę ze znakiem zapytania w prawym górnym rogu. Kliknij ją aby otrzymać dodatkowe informacje o stronie, na której się znajdujesz.',
|
||||
'index' => 'indeks',
|
||||
'home' => 'początek',
|
||||
];
|
||||
];
|
||||
|
@ -86,4 +86,4 @@ return [
|
||||
'budget_count' => 'Liczba budżetów',
|
||||
'rule_and_groups_count' => 'Liczba reguł i grup reguł',
|
||||
'tags_count' => 'Liczba tagów',
|
||||
];
|
||||
];
|
||||
|
@ -14,4 +14,4 @@ return [
|
||||
'previous' => '« Poprzednia',
|
||||
'next' => 'Następna »',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -16,4 +16,4 @@ return [
|
||||
'sent' => 'Wysłaliśmy link do resetowania hasła na twój adres email!',
|
||||
'reset' => 'Twoje hasło zostało zresetowane!',
|
||||
'blocked' => 'Przynajmniej próbowałeś.',
|
||||
];
|
||||
];
|
||||
|
@ -88,4 +88,4 @@ return [
|
||||
'in_array' => 'Pole :attribute nie istnieje w :other.',
|
||||
'present' => 'Pole :attribute musi być obecne.',
|
||||
'amount_zero' => 'Całkowita kwota nie może być zerem',
|
||||
];
|
||||
];
|
||||
|
@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'Essas credenciais não correspondem aos nossos registros.',
|
||||
'throttle' => 'Muitas tentativas de login. Por favor, tente novamente em :seconds segundos.',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Criar nova etiqueta',
|
||||
'edit_tag' => 'Editar etiqueta ":tag"',
|
||||
'delete_tag' => 'Apagar etiqueta ":tag"',
|
||||
];
|
||||
];
|
||||
|
@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tags (separadas por espaço)',
|
||||
'column_account-number' => 'Conta de ativo (número da conta)',
|
||||
'column_opposing-number' => 'Conta Contrária (número da conta)',
|
||||
];
|
||||
];
|
||||
|
@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Claro, qualquer arquivo .CSV pode ser importado em Firefly III ',
|
||||
'import-configure-security' => 'Por questões de segurança, seu upload foi substituído por um arquivo local.',
|
||||
'import-configure-configuration' => 'A configuração que você vê abaixo é a correta para o arquivo local.',
|
||||
];
|
||||
];
|
||||
|
@ -959,4 +959,4 @@ return [
|
||||
'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_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>.',
|
||||
];
|
||||
];
|
||||
|
@ -181,4 +181,4 @@ return [
|
||||
'payment_date' => 'Data de pagamento',
|
||||
'invoice_date' => 'Data da Fatura',
|
||||
'internal_reference' => 'Referência interna',
|
||||
];
|
||||
];
|
||||
|
@ -30,4 +30,4 @@ return [
|
||||
'main-content-end-text' => 'Lembre-se que cada página tem um pequeno ponto de interrogação na parte superior direita. Clique nele para obter ajuda sobre a página que você está.',
|
||||
'index' => 'índice',
|
||||
'home' => 'casa',
|
||||
];
|
||||
];
|
||||
|
@ -86,4 +86,4 @@ return [
|
||||
'budget_count' => 'Número de orçamentos',
|
||||
'rule_and_groups_count' => 'Número de regras e grupos de regras',
|
||||
'tags_count' => 'Número de tags',
|
||||
];
|
||||
];
|
||||
|
@ -14,4 +14,4 @@ return [
|
||||
'previous' => '« Anterior',
|
||||
'next' => 'Próximo »',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -16,4 +16,4 @@ return [
|
||||
'sent' => 'Nós te enviamos um email com um link para trocar a senha!',
|
||||
'reset' => 'Sua senha foi redefinida!',
|
||||
'blocked' => 'Boa tentativa.',
|
||||
];
|
||||
];
|
||||
|
@ -88,4 +88,4 @@ return [
|
||||
'in_array' => 'O campo :attribute não existe em :other.',
|
||||
'present' => 'O campo :attribute deve estar presente.',
|
||||
'amount_zero' => 'A quantidade total não pode ser zero',
|
||||
];
|
||||
];
|
||||
|
@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'Неправильный адрес электронной почты или пароль.',
|
||||
'throttle' => 'Слишком много попыток логина. Пожалуйста, попробуйте снова через :seconds секунд.',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Создать новый тег',
|
||||
'edit_tag' => 'Редактировать тег ":tag"',
|
||||
'delete_tag' => 'Удалить тег ":tag"',
|
||||
];
|
||||
];
|
||||
|
@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tags (space separated)',
|
||||
'column_account-number' => 'Asset account (account number)',
|
||||
'column_opposing-number' => 'Opposing account (account number)',
|
||||
];
|
||||
];
|
||||
|
@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
||||
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
||||
'import-configure-configuration' => 'The configuration you see below is correct for the local file.',
|
||||
];
|
||||
];
|
||||
|
@ -959,4 +959,4 @@ return [
|
||||
'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_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>.',
|
||||
];
|
||||
];
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user