mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Update languages
This commit is contained in:
		| @@ -228,6 +228,17 @@ return [ | ||||
|  | ||||
|     // Webhooks | ||||
|     'webhooks'                             => 'Веб-хуки', | ||||
|     'webhooks_breadcrumb'                  => 'Webhooks', | ||||
|     'webhook_trigger_STORE_TRANSACTION'    => 'On transaction creation', | ||||
|     'webhook_trigger_UPDATE_TRANSACTION'   => 'On transaction update', | ||||
|     'webhook_trigger_DESTROY_TRANSACTION'  => 'On transaction delete', | ||||
|     'webhook_response_TRANSACTIONS'        => 'Account details', | ||||
|     'webhook_response_ACCOUNTS'            => 'Transaction details', | ||||
|     'webhook_response_none_NONE'           => 'No details', | ||||
|     'webhook_delivery_JSON'                => 'JSON', | ||||
|     'inspect'                              => 'Inspect', | ||||
|     'create_new_webhook'                   => 'Create new webhook', | ||||
|     'webhooks_create_breadcrumb'           => 'Create new webhook', | ||||
|  | ||||
|     // API access | ||||
|     'authorization_request'                => 'Запрос авторизации Firefly III v:version', | ||||
| @@ -247,7 +258,6 @@ return [ | ||||
|     'all_source_accounts'                  => 'Счета-источники', | ||||
|     'back_to_index'                        => 'Вернуться к содержанию', | ||||
|     'cant_logout_guard'                    => 'Firefly III не может выйти из системы.', | ||||
|     'external_url'                         => 'Внешний URL-адрес', | ||||
|     'internal_reference'                   => 'Внутренняя ссылка', | ||||
|  | ||||
|     // check for updates: | ||||
| @@ -1006,7 +1016,7 @@ return [ | ||||
|     'optional_field_meta_business'              => 'Бизнес', | ||||
|     'optional_field_attachments'                => 'Вложения', | ||||
|     'optional_field_meta_data'                  => 'Расширенные данные', | ||||
|     'external_url'                              => 'External URL', | ||||
|     'external_url'                              => 'Внешний URL-адрес', | ||||
|  | ||||
|     // profile: | ||||
|     'delete_stuff_header'                       => 'Удалить данные', | ||||
|   | ||||
| @@ -141,8 +141,8 @@ return [ | ||||
|     'unique_piggy_bank_for_user'     => 'Название копилки должно быть уникальным.', | ||||
|     'unique_object_group'            => 'Название группы должно быть уникальным', | ||||
|     'starts_with'                    => 'Значение должно начинаться с :values.', | ||||
|     'unique_webhook'                 => 'У вас уже есть webhook с таким именем.', | ||||
|     'unique_existing_webhook'        => 'У вас уже есть другой webhook с таким именем.', | ||||
|     'unique_webhook'                 => 'You already have a webhook with this combination of URL, trigger, response and delivery.', | ||||
|     'unique_existing_webhook'        => 'You already have another webhook this combination of URL, trigger, response and delivery.', | ||||
|     'same_account_type'              => 'Both accounts must be of the same account type', | ||||
|     'same_account_currency'          => 'Both accounts must have the same currency setting', | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user