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

Update Russian localization. Add missing keys. #173

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LM Studio localization
- Norwegian [@Exlo84](https://github.com/Exlo84)
- German [@marcelMaier](https://github.com/marcelMaier), [@Goekdeniz-Guelmez](https://github.com/Goekdeniz-Guelmez)
- Turkish [@progesor](https://github.com/progesor)
- Russian [@shelomitsky](https://github.com/shelomitsky), [@mlatysh](https://github.com/mlatysh), [@Adjacentai](https://github.com/Adjacentai)
- Russian [@versus666jzx](https://github.com/versus666jzx), [@shelomitsky](https://github.com/shelomitsky), [@mlatysh](https://github.com/mlatysh), [@Adjacentai](https://github.com/Adjacentai)
- Korean [@williamjeong2](https://github.com/williamjeong2)
- Polish [@danieltechdev](https://github.com/danieltechdev)
- Czech [@ladislavsulc](https://github.com/ladislavsulc)
Expand Down
20 changes: 19 additions & 1 deletion ru/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"notes/noteLabel": "Заметка",
"notes/copyContent": "Копировать содержание заметки",

"tokenCount": "Количество токенов",
"messageTokenCount": "Количество входных токенов",
"tokenCount/hint": "Количество токенов в сообщении. Подсчитывается с помощью токенизатора выбранной модели.\n\nТребует загрузки модели.",
"messageTokenCount/hint": "Количество токенов в сообщении. Подсчитывается с помощью токенизатора выбранной модели.\n\n**НЕ** включает оценку количества токенов во вложенных файлах.",

"actions/sendMessage/error": "Не удалось отправить сообщение",
"actions/loadModel/error": "🥲 Не удалось загрузить модель",
"actions/addFile": "[Экспериментально] Прикрепить файл к этому сообщению\n(.pdf, текст или .docx)",
Expand Down Expand Up @@ -71,6 +76,8 @@
"editMessageConfirm/discard": "Отменить изменения",
"tokenCount/totalNotAvailable": "Токенов: {{current}}",
"tokenCount/totalAvailable": "Токенов: {{current}}/{{total}}",
"tokenCount/totalAvailablePercentage": "Контекст заполнен на {{percentage}}%",
"tokenCount/contextOverflow": "Необработанный контекст превышает максимальный лимит токенов модели. В зависимости от политики переполнения контекста он может быть обрезан или сообщение может быть не отправлено.",
"modelLoader/manualLoadParams/label": "Выберите параметры загрузки модели вручную",
"modelLoader/manualLoadParams/hint/before": "(или удерживайте ",
"modelLoader/manualLoadParams/hint/after": ")",
Expand All @@ -96,6 +103,7 @@
"prediction/busyModel/title": "Модель занята",
"prediction/busyModel/message": "Пожалуйста, подождите, пока модель завершит работу, и попробуйте снова",
"prediction/noModel/title": "Модель не выбрана",
"prediction/modelLoading": "Сообщение в очереди, будет отправлено после загрузки модели",
"prediction/noModel/message": "Выберите модель для отправки сообщения",
"prediction/unloadModel/error": "Не удалось выгрузить модель",

Expand All @@ -111,5 +119,15 @@
"style/fontSize/label": "Размер шрифта",
"style/fontSize/medium": "По умолчанию",
"style/fontSize/large": "Большой",
"style/fontSize/small": "Маленький"
"style/fontSize/small": "Маленький",

"topBarActions/duplicateChat": "Дублировать чат",
"topBarActions/clearChat": "Очистить все сообщения",
"topBarActions/clearChatConfirmation": "Вы уверены, что хотите очистить все сообщения в этом чате?",
"topBarActions/clearChatCancel": "Отмена",
"topBarActions/clearChatDelete": "Очистить всё",

"noModels.indexing": "Индексация файлов модели... (это может занять некоторое время)",
"noModels.downloading": "Загрузка вашей первой LLM...",
"noModels": "Пока нет LLM! Скачайте одну, чтобы начать работу!"
}
Loading