This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused deps. update async-watcher = "0.2.1" to async-watcher = "0.3.0"
- Loading branch information
Showing
2 changed files
with
23 additions
and
25 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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
intro = "MDM готов к работе!" | ||
intro = "MDM ready to work!" | ||
|
||
[downloader] | ||
calculate_hash = "Вычислить хэш..." | ||
delete_exist_version = "Удалить существующую версию!" | ||
doest_need_to_update = "Не нужно обновлять!" | ||
download_file = "Загрузить файл..." | ||
file_downloaded = "Файл загружен!" | ||
saving_file = "Сохранить файл..." | ||
write_to_lock = "Запись в замок!" | ||
done = "Выполнено!" | ||
calculate_hash = "Calculate hash..." | ||
delete_exist_version = "Delete exist version!" | ||
doest_need_to_update = "Does't need to update!" | ||
download_file = "Download file..." | ||
file_downloaded = "File downloaded!" | ||
saving_file = "Saving file..." | ||
write_to_lock = "Write to lock!" | ||
done = "Done!" | ||
|
||
[manager] | ||
waiting_new_iteration = "Ожидание новой итерации..." | ||
start_new_iteration = "Начать новую итерацию!" | ||
stop_iteration = "Остановить итерацию!" | ||
restart = "Перезапуск..." | ||
waiting_new_iteration = "Waiting new iteration..." | ||
start_new_iteration = "Start new iteration!" | ||
stop_iteration = "Stop iteration!" | ||
restart = "Restarting..." | ||
|
||
[config] | ||
find_changes_in_settings = "Найти изменения в настройках!" | ||
settings_changed = "Настройки изменены" | ||
settings_rewritten = "Настройки переписаны" | ||
settings_same = "Настройки прежние" | ||
find_changes_in_settings = "Find some changes in settings!" | ||
settings_changed = "Settings changed" | ||
settings_rewritten = "Settings rewritten" | ||
settings_same = "Settings same" | ||
|
||
[model] | ||
init_work = "Генерировать ссылку..." | ||
finding_version = "Поиск версии..." | ||
make_link = "Создание ссылки..." | ||
init_work = "Generating link..." | ||
finding_version = "Finding version..." | ||
make_link = "Making link..." | ||
|
||
[defunct] | ||
start_remove_defunct = "Начать удаление дефункции" | ||
remove_defunct = "Удалить пропущенное" | ||
start_remove_defunct = "Start remove defunct" | ||
remove_defunct = "Remove defunct" |