mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Dev kodermax translate (#1580)
* add russian translate for alfresco-login * add russian translate for documentlist * add russian translate for alfresco-upload
This commit is contained in:
25
ng2-components/ng2-alfresco-upload/src/i18n/ru.json
Normal file
25
ng2-components/ng2-alfresco-upload/src/i18n/ru.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"FILE_UPLOAD": {
|
||||
"BUTTON": {
|
||||
"UPLOAD_FILE": "Загрузить файл",
|
||||
"UPLOAD_FOLDER": "Загрузить папку",
|
||||
"CANCEL": "ОТМЕНА"
|
||||
},
|
||||
"MESSAGES": {
|
||||
"SINGLE_COMPLETED": "файл загружен",
|
||||
"COMPLETED": "файлы загружены",
|
||||
"PROGRESS": "Идет загрузка...",
|
||||
"FOLDER_ALREADY_EXIST": "Папка {0} уже существует",
|
||||
"FOLDER_NOT_SUPPORTED": "Данный браузер не поддерживает загрузку папки"
|
||||
},
|
||||
"FILE_INFO": {
|
||||
"NAME": "Имя файла",
|
||||
"PROGRESS": "File progress",
|
||||
"SIZE": "Размер",
|
||||
"ACTION": "Действие"
|
||||
},
|
||||
"ACTION": {
|
||||
"UNDO": "Отменить"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user