Обновить ru_RU.ts
This commit is contained in:
parent
590235d77a
commit
0f44897948
1 changed files with 20 additions and 20 deletions
40
ru_RU.ts
40
ru_RU.ts
|
@ -143,24 +143,24 @@ export const msgs: Map<string, string> = Map({
|
||||||
"state.error": "Ошибка",
|
"state.error": "Ошибка",
|
||||||
usedSpace: "Используемое пространство",
|
usedSpace: "Используемое пространство",
|
||||||
resetUsedSpace: "Сбросить использованное пространство",
|
resetUsedSpace: "Сбросить использованное пространство",
|
||||||
"confirm.resetUsedSpace": "The operation may take some time, do you confirm?",
|
"confirm.resetUsedSpace": "Операция может занять некоторое время, вы подтверждаете?",
|
||||||
theme: "Theme",
|
theme: "Тема",
|
||||||
"theme.light": "Light",
|
"theme.light": "Светлая",
|
||||||
"theme.dark": "Dark",
|
"theme.dark": "Тёмная",
|
||||||
"siteSettings": "Site Settings",
|
"siteSettings": "Настройки сайта",
|
||||||
"siteName": "Site Name",
|
"siteName": "Название сайта",
|
||||||
"siteDesc": "Site Description",
|
"siteDesc": "Описание сайта",
|
||||||
"allowSetBg": "Allow user to customize background",
|
"allowSetBg": "Разрешить пользователю настраивать фон",
|
||||||
"autoTheme": "Enable auto theme switching",
|
"autoTheme": "Включить автоматическое переключение тем",
|
||||||
"term.enabled": "Enabled",
|
"term.enabled": "Включено",
|
||||||
"term.disabled": "Disabled",
|
"term.disabled": "Выключен",
|
||||||
"term.dropAnywhere": "Drop files anywhere",
|
"term.dropAnywhere": "Перетащите файлы любое место",
|
||||||
"term.search": "Search",
|
"term.search": "Поиск",
|
||||||
"term.results": "Results",
|
"term.results": "Результаты",
|
||||||
"term.noResult": "No result found",
|
"term.noResult": "Результат не найден",
|
||||||
"action.go": "Go",
|
"action.go": "Вперёд",
|
||||||
"hint.keywords": "Please input keyword(s), separated by spaces",
|
"hint.keywords": "Пожалуйста, введите ключевые слова, разделенные пробелами",
|
||||||
"action.reindex": "Reindex",
|
"action.reindex": "Переиндексация",
|
||||||
"action.reindex.desc": "Reconstruct the search index",
|
"action.reindex.desc": "Восстановить поисковый индекс",
|
||||||
"action.reindex.confirm": "If there are a lot of files and folders, rebuilding index may take some time.",
|
"action.reindex.confirm": "Если файлов и папок много, восстановление индекса может занять некоторое время.",
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue