Обновить ru_RU.ts
This commit is contained in:
parent
2ad0e1f8c0
commit
6ad3e56640
1 changed files with 32 additions and 31 deletions
63
ru_RU.ts
63
ru_RU.ts
|
@ -60,39 +60,40 @@ export const msgs: Map<string, string> = Map({
|
|||
"После удаления этой роли некоторые пользователи не смогут войти в систему.",
|
||||
"user.id": "ID пользователя",
|
||||
"user.add": "Добавить пользователя",
|
||||
"user.name": "User Name",
|
||||
"user.role": "User Role",
|
||||
"user.password": "User Password",
|
||||
add: "Add",
|
||||
"admin.users": "Users",
|
||||
"role.add": "Add Role",
|
||||
"role.name": "Role Name",
|
||||
"admin.roles": "Roles",
|
||||
"user.name": "Имя пользователя",
|
||||
"user.role": "Роль пользователя",
|
||||
"user.password": "Пароль пользователя",
|
||||
add: "Добавить",
|
||||
"admin.users": "Пользователи",
|
||||
"role.add": "Добавить роль",
|
||||
"role.name": "Имя роли",
|
||||
"admin.roles": "Роли",
|
||||
zhCN: "简体中文",
|
||||
enUS: "English (US)",
|
||||
"move.fail": "Failed to move",
|
||||
"share.404.title": "No folder is in sharing",
|
||||
"share.404.desc": "You can share a folder in the items tab",
|
||||
"upload.404.title": "No uploading is in the progress",
|
||||
"upload.404.desc": "You can upload a file in the items tab",
|
||||
detail: "Detail",
|
||||
refresh: "Refresh",
|
||||
"refresh-hint": "Please refresh later to see the result",
|
||||
"pane.login": "Login",
|
||||
"pane.admin": "Administration",
|
||||
"pane.settings": "Settings",
|
||||
"logout.confirm": "Are you going to logout?",
|
||||
unauthed: "Unauthorized action",
|
||||
"err.tooManyUploads": "Can not upload more than 1000 files at once",
|
||||
"user.profile": "User Profile",
|
||||
"user.downLimit": "Download Speed Limit",
|
||||
"user.upLimit": "Upload Speed Limit",
|
||||
"user.spaceLimit": "Space Limit",
|
||||
"cfg.siteName": "Site Name",
|
||||
"cfg.siteDesc": "Site Description",
|
||||
"cfg.bg": "Background",
|
||||
"cfg.bg.url": "Background URL",
|
||||
"cfg.bg.repeat": "Repeat",
|
||||
ruRU: "Russian (RU)"
|
||||
"move.fail": "Не удалось переместить",
|
||||
"share.404.title": "Ни одна папка не находится в общем доступе",
|
||||
"share.404.desc": "Вы можете поделиться папкой на вкладке «Элементы».",
|
||||
"upload.404.title": "Загрузка не выполняется",
|
||||
"upload.404.desc": "Вы можете загрузить файл во вкладке элементы",
|
||||
detail: "Деталь",
|
||||
refresh: "Обновить",
|
||||
"refresh-hint": "Пожалуйста, обновите страницу позже, чтобы увидеть результат.",
|
||||
"pane.login": "Авторизоваться",
|
||||
"pane.admin": "Администрация",
|
||||
"pane.settings": "Настройки",
|
||||
"logout.confirm": "Вы собираетесь выйти из системы?",
|
||||
unauthed: "Несанкционированное действие",
|
||||
"err.tooManyUploads": "Невозможно загрузить более 1000 файлов одновременно",
|
||||
"user.profile": "Профиль пользователя",
|
||||
"user.downLimit": "Ограничение скорости скачивания",
|
||||
"user.upLimit": "Ограничение скорости загрузки",
|
||||
"user.spaceLimit": "Лимит пространства",
|
||||
"cfg.siteName": "Название сайта",
|
||||
"cfg.siteDesc": "Описание сайта",
|
||||
"cfg.bg": "Фон",
|
||||
"cfg.bg.url": "Фон URL",
|
||||
"cfg.bg.repeat": "Повторить",
|
||||
"cfg.bg.pos": "Position",
|
||||
"cfg.bg.align": "Align",
|
||||
"cfg.bg.bgColor": "Background Color",
|
||||
|
|
Loading…
Reference in a new issue