svoboder/svoboda/negotiator/system/localizations/russian.php

27 lines
1.0 KiB
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
// Exit (success)
return [
// Система
'svoboda' => 'Свобода',
// Настройки
'settings_language_title' => 'Язык',
'settings_language_add' => 'Добавить язык',
'settings_language_update_success' => 'Язык заменён:',
'settings_language_update_fail' => 'Не удалось заменить язык',
// Авторизация
'not_authorized_system' => 'У тебя нет доступа к системе',
'not_authorized_contact' => 'У тебя нет доступа к коммуникации с организацией',
'not_authorized_request' => 'У тебя нет доступа к отправке запросов в организацию',
'not_authorized_settings' => 'У тебя нет доступа к настройкам',
'not_authorized_system_settings' => 'У тебя нет доступа к системным настройкам',
// Ошибки
'not_initialized_account' => '',
// Прочее
'why_so_shroomious' => 'почему такой грибъёзный',
];