akaunting/resources/lang/ru-RU/notifications.php
2021-03-18 15:51:37 +00:00

28 lines
919 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'whoops' => 'Упс!',
'hello' => 'Привет!',
'salutation' => 'С уважением,<br>:company_name',
'subcopy' => 'Если у вас возникли проблемы c нажатием на кнопку ":text", скопируйте и вставьте следующий URL-адрес в ваш браузер: [:url](:url)',
'update' => [
'mail' => [
'subject' => '⚠️ Ошибка обновления :domain',
'message' => 'Обновление :alias с :current_version до :new_version было прекращено из-за ошибки на шаге <strong>:step</strong> со следующим сообщением: :error_message',
],
'slack' => [
'message' => '⚠️ Ошибка обновления :domain',
],
],
];