Обновить ru_RU.ts
This commit is contained in:
parent
67f64dcdd2
commit
590235d77a
1 changed files with 21 additions and 21 deletions
42
ru_RU.ts
42
ru_RU.ts
|
@ -120,29 +120,29 @@ export const msgs: Map<string, string> = Map({
|
||||||
"err.uploadMgr": "Ошибка менеджера загрузки",
|
"err.uploadMgr": "Ошибка менеджера загрузки",
|
||||||
"err.server": "Не удалось выполнить операцию на сервере",
|
"err.server": "Не удалось выполнить операцию на сервере",
|
||||||
"err.script.cors": "Ошибка сценария с CORS",
|
"err.script.cors": "Ошибка сценария с CORS",
|
||||||
"err.unknown": "unknown error",
|
"err.unknown": "Неизвестная ошибка",
|
||||||
"item.type": "Item Type",
|
"item.type": "Тип элемента",
|
||||||
"item.type.folder": "Folder",
|
"item.type.folder": "Папка",
|
||||||
"item.type.file": "File",
|
"item.type.file": "Фаил",
|
||||||
"item.name": "Item Name",
|
"item.name": "Название предмета",
|
||||||
"item.path": "Path",
|
"item.path": "Путь",
|
||||||
"item.modTime": "Mod Time",
|
"item.modTime": "Время мода",
|
||||||
"item.size": "Size",
|
"item.size": "Размер",
|
||||||
"item.progress": "Progress",
|
"item.progress": "Прогресс",
|
||||||
"item.downloadURL": "Download URL",
|
"item.downloadURL": "URL-адрес загрузки",
|
||||||
"error.report.title": "Error Report",
|
"error.report.title": "Отчет об ошибках",
|
||||||
"op.truncate": "Truncate",
|
"op.truncate": "Усечь",
|
||||||
"op.submit": "Submit",
|
"op.submit": "Представлять на рассмотрение",
|
||||||
"op.cancel": "Cancel",
|
"op.cancel": "Отмена",
|
||||||
"term.time": "Time",
|
"term.time": "Время",
|
||||||
"breadcrumb.loc": "Location",
|
"breadcrumb.loc": "Расположение",
|
||||||
endpoints: "Endpoints",
|
endpoints: "Конечные точки",
|
||||||
"endpoints.root": "Root",
|
"endpoints.root": "Root",
|
||||||
"endpoints.home": "Home",
|
"endpoints.home": "Home",
|
||||||
"state.stopped": "Stopped",
|
"state.stopped": "Остановлено",
|
||||||
"state.error": "Error",
|
"state.error": "Ошибка",
|
||||||
usedSpace: "Used Space",
|
usedSpace: "Используемое пространство",
|
||||||
resetUsedSpace: "Reset Used Space",
|
resetUsedSpace: "Сбросить использованное пространство",
|
||||||
"confirm.resetUsedSpace": "The operation may take some time, do you confirm?",
|
"confirm.resetUsedSpace": "The operation may take some time, do you confirm?",
|
||||||
theme: "Theme",
|
theme: "Theme",
|
||||||
"theme.light": "Light",
|
"theme.light": "Light",
|
||||||
|
|
Loading…
Reference in a new issue