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); | ||||
|  | ||||
| @@ -65,7 +75,17 @@ return [ | ||||
|     'tagMode'                     => 'Režim štítku', | ||||
|     'virtual_balance'             => 'Virtuální zůstatek', | ||||
|  | ||||
|     // 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 | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
|     'targetamount'                => 'Cílová částka', | ||||
|     'account_role'                => 'Role účtu', | ||||
| @@ -159,7 +179,17 @@ return [ | ||||
|     'journal_areYouSure'          => 'Jste si jisti, že chcete odstranit transakci popsanou „:description“?', | ||||
|     'mass_journal_are_you_sure'   => 'Jste si jisti, že chcete odstranit tyto transakce?', | ||||
|  | ||||
|     // 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 | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
|     'tag_areYouSure'              => 'Jste si jisti, že chcete odstranit štítek „:tag“?', | ||||
|     'journal_link_areYouSure'     => 'Jste si jisti, že chcete odstranit provázání mezi <a href=":source_link">:source</a> a <a href=":destination_link">:destination</a>?', | ||||
| @@ -225,7 +255,17 @@ return [ | ||||
|     'fints_account'               => 'FinTS účet', | ||||
|     'local_account'               => 'Účet Firefly III', | ||||
|  | ||||
|     // 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 | ||||
|  *  | ||||
|  */ | ||||
|  | ||||
|  | ||||
|     'from_date'                   => 'Od data', | ||||
|     'to_date'                     => 'Do data', | ||||
| @@ -263,4 +303,14 @@ return [ | ||||
|     'webhook_response'            => 'Response', | ||||
|     'webhook_trigger'             => 'Trigger', | ||||
| ]; | ||||
| // 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