Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system translation #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions i18n/system.ru.language
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<language id="system" lang="ru">
<entry id="config.error"><![CDATA[Ошибка парсинга Config файла: %s %s]]></entry>
<entry id="listener.scan"><![CDATA[Сканирование слушателя: L[%s].]]></entry>
<entry id="listener.launch"><![CDATA[Запуск прослушивания: L[%s].]]></entry>
<entry id="host.link"><![CDATA[Хост связан с H[%s] на L[%s] Готово.]]></entry>
<entry id="logger.start"><![CDATA[Запуск логера...]]></entry>
<entry id="logger.protocolerror"><![CDATA[Лог регистрации неизвестен: %s.]]></entry>
<entry id="logger.statcalllinkerror"><![CDATA[Не удалось связать функцию вызова статистики: %s.]]></entry>
<entry id="logger.statcallnotfound"><![CDATA[Не удалось найти функцию вызова статистики: %s %s %s.]]></entry>
<entry id="logger.fileerror"><![CDATA[Не удалось открыть файл лога: %s %s %s.]]></entry>
<entry id="logger.explain"><![CDATA[Логгер связан с %s на %s]]></entry>
<entry id="config.errorconfigcomponent"><![CDATA[Ошибка: конфигурация внешнего компонента не является map[string]interface{} в хосте %s]]></entry>
<entry id="config.errorconfigenadled"><![CDATA[Ошибка: конфигурация внешнего компонента не содержит булевой записи 'enabled' в хосте %s]]></entry>
<entry id="compiler.builderror"><![CDATA[Ошибка при запуске go build:\n%s\n]]></entry>
</language>