-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some errors were fixed, the correct sorting from English to Ukrainian was made
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"grab_a_task": "Допомога у зборі даних", | ||
"create": "Створити", | ||
"dashboard": "Головна панель", | ||
"evaluate": "Оцінити", | ||
"go": "Почати", | ||
"grab_a_task": "Взяти задачу!", | ||
"label": "Класифікувати", | ||
"dashboard": "Головна панель", | ||
"go": "Почати", | ||
"welcome_message": { | ||
"label": "Ласкаво просимо, {{username}}!", | ||
"contributor": "Учасник", | ||
"description": "Open Assistant-це штучний інтелект-помічник з відкритим вихідним кодом, який використовує і навчає просунутим мовним моделям для розуміння людей і реагування на них.", | ||
"instruction": "Виконуйте завдання, щоб допомогти навчити модель, і заробляйте очки." | ||
"description": "Open Assistant - це асистент зі штучним інтелектом з відкритим кодом, який використовує та навчає передові мовні моделі, щоб розуміти та реагувати на мову людини.", | ||
"instruction": "Виконуйте завдання, щоб тренувати модель і заробляти бали." | ||
} | ||
} |