mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add warning to files.
This commit is contained in:
		| @@ -20,7 +20,17 @@ | ||||
|  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
| declare(strict_types=1); | ||||
|  | ||||
| @@ -81,7 +91,17 @@ return [ | ||||
|     'unique_object_for_user'         => 'Dieser Name wird bereits verwendet.', | ||||
|     'unique_account_for_user'        => 'Dieser Kontoname wird bereits verwendet.', | ||||
|  | ||||
|     // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
|     'between.numeric'                => ':attribute muss zwischen :min und :max liegen.', | ||||
|     'between.file'                   => ':attribute muss zwischen :min und :max Kilobytes groß sein.', | ||||
| @@ -151,7 +171,17 @@ return [ | ||||
|     'same_account_type'              => 'Beide Konten müssen vom selben Kontotyp sein', | ||||
|     'same_account_currency'          => 'Beiden Konten muss die gleiche Währung zugeordnet sein', | ||||
|  | ||||
|     // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
|     'secure_password'             => 'Dies ist ein unsicheres Passwort. Bitte versuchen Sie es erneut. Weitere Informationen finden Sie unter https://github.com/firefly-iii/help/wiki/Secure-password', | ||||
|     'valid_recurrence_rep_type'   => 'Ungültige Wiederholungsart für Daueraufträge.', | ||||
| @@ -211,7 +241,17 @@ return [ | ||||
|     'deposit_dest_bad_data'    => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Zielkonto gefunden werden.', | ||||
|     'deposit_dest_wrong_type'  => 'Das übermittelte Zielkonto entspricht nicht dem geforderten Typ.', | ||||
|  | ||||
|     // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
|     'transfer_source_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Quellkontenkennung und/oder einen gültigen Quellkontonamen.', | ||||
|     'transfer_source_bad_data'  => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.', | ||||
| @@ -242,4 +282,14 @@ return [ | ||||
|     'auto_budget_period_mandatory'    => 'Der Zeitraum für das automatische Budget ist ein Pflichtfeld.', | ||||
| ]; | ||||
|  | ||||
| // Ignore this comment | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user