-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add russian lang support (#255)
* feat: add russian lang support * fix: update translations in ru.json * fix: update translations in ru.json
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"title": "ChatGPT Exporter", | ||
"ExportHelper": "Export", | ||
"Setting": "Параметры", | ||
"Language": "Язык", | ||
"Copy Text": "Копировать текст", | ||
"Copied!": "Скопировано!", | ||
"Screenshot": "Скриншот", | ||
"Markdown": "Markdown", | ||
"HTML": "HTML", | ||
"JSON": "JSON", | ||
"Archive": "Архивировать", | ||
"Save": "Сохранить", | ||
"Delete": "Удалить", | ||
"Select All": "Выбрать все", | ||
"Export": "Экспорт", | ||
"Error": "Ошибка", | ||
"Loading": "Загрузка", | ||
"Preview": "Предпросмотр", | ||
"File Name": "Имя файла", | ||
"Export All": "Экспортировать все", | ||
"Exporter Settings": "Параметры экспорта", | ||
"Export Dialog Title": "Экспортировать беседы", | ||
"Invalid File Format": "Неверный формат файла", | ||
"Export from official export file": "Экспорт из официального файла", | ||
"Export from API": "Экспорт из API", | ||
"Available variables": "Доступные переменные", | ||
"Conversation Timestamp": "Временная метка разговора", | ||
"Conversation Timestamp Description": "Будет отображаться на странице.", | ||
"Enable on HTML": "Включить для HTML-файлов", | ||
"Enable on Markdown": "Включить для файлов Markdown", | ||
"Use 24-hour format": "Использовать 24-часовой формат (например, 23:59)", | ||
"Export Format": "Формат экспорта", | ||
"Export Metadata": "Экспорт метаданных", | ||
"Export Metadata Description": "Добавляйте метаданные в экспортированные файлы Markdown и HTML.", | ||
"OpenAI Official Format": "Официальный формат OpenAI", | ||
"Conversation Archive Alert": "Вы уверены, что хотите архивировать все выбранные разговоры?", | ||
"Conversation Archived Message": "Все выбранные разговоры были заархивированы. Пожалуйста, обновите страницу, чтобы увидеть изменения.", | ||
"Conversation Delete Alert": "Вы уверены, что хотите удалить все выбранные разговоры?", | ||
"Conversation Deleted Message": "Все выбранные разговоры были удалены. Пожалуйста, обновите страницу, чтобы увидеть изменения.", | ||
"Please start a conversation first": "Пожалуйста, начните разговор первым." | ||
} |