znt/module/index/lang/ru.php

35 lines
1.7 KiB
PHP
Raw Permalink 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
$lang->index->common = 'Home';
$lang->index->index = 'Home';
$lang->index->app = 'Home';
$lang->index->pleaseInput = 'Type to enter.';
$lang->index->search = 'Search';
$lang->index->dock = new stdClass();
$lang->index->dock->open = 'Open';
$lang->index->dock->reload = 'Reload';
$lang->index->dock->close = 'Close';
$lang->index->dock->sort = 'Sort';
$lang->index->dock->save = 'Exit Sorting';
$lang->index->dock->hide = 'Hide';
$lang->index->dock->add = 'Add';
$lang->index->dock->divider = 'Divider';
$lang->index->dock->restore = 'Reset to Default';
$lang->index->upgradeVersion = 'Available Update';
$lang->index->upgradeNow = 'Upgrade now';
$lang->index->upgrade = 'Upgrade';
$lang->index->log = 'View Release Notes';
$lang->index->detailed = 'Details';
$lang->index->website = 'Please visit our official website.';
$lang->index->tutorialTip = 'You are currently in tutorial mode. Would you like to continue?';
$lang->index->chat = new stdclass();
$lang->index->chat->chat = 'Chat';
$lang->index->chat->ai = 'AI';
$lang->index->chat->unconfiguredFormat = 'The %s feature has not been configured yet, %s.';
$lang->index->chat->goConfigureFormat = 'Click to navigate to <a class="text-primary configure-chat-button" href="%s">%s to set it up.</a>';
$lang->index->chat->contactAdminForHelp = 'Please contact an administrator for assistance.';
$lang->index->chat->unauthorized = 'You dont have permission to access the AI chat feature. Please contact your administrator to request access.';
$lang->index->chat->reloadTip = 'You may <a class="text-primary" id="reload-ai-chat">reload this page</a> if you believe that the configuration has been completed.';