Various code cleanup and fixed alignments.

This commit is contained in:
James Cole
2024-01-01 15:17:11 +01:00
parent 61c38f2a99
commit 956108399b
494 changed files with 68424 additions and 66802 deletions

View File

@@ -31,6 +31,7 @@
*
*/
declare(strict_types=1);
return [
@@ -44,7 +45,7 @@ return [
'admin_test_subject' => 'Ett testmeddelande från din Firefly III-installation',
'admin_test_body' => 'Detta är ett testmeddelande från din Firefly III-instans. Det skickades till :email.',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -55,6 +56,7 @@ return [
*
*/
// invite
'invitation_created_subject' => 'An invitation has been created',
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
@@ -90,7 +92,7 @@ return [
'registered_pw_reset_link' => 'Återställ lösenord:',
'registered_doc_link' => 'Dokumentation:',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -101,6 +103,7 @@ return [
*
*/
// new version
'new_version_email_subject' => 'A new Firefly III version is available',
@@ -144,7 +147,7 @@ return [
'error_stacktrace_below' => 'Komplett stacktrace nedan:',
'error_headers' => 'The following headers may also be relevant:',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -155,6 +158,7 @@ return [
*
*/
// report new journals
'new_journals_subject' => 'Firefly III har skapat en ny transaktion|Firefly III har skapat :count nya transaktioner',
'new_journals_header' => 'Firefly III har skapat en transaktion åt dig. Du hittar den i din Firefly III-installation:|Firefly III har skapat :count transaktioner åt dig. Du hittar dem i din Firefly III-installation:',
@@ -180,3 +184,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/