Add translations

This commit is contained in:
Vladislav Makhov 2020-12-17 15:20:51 +03:00
parent 61aa6ac875
commit 1e83731fbf
2 changed files with 10 additions and 2 deletions

View File

@ -4,5 +4,9 @@
"CopyOperation": "Copying",
"MoveToOperation": "Moving",
"Restore": "Restore",
"MoveToFolderMessage": "You cannot move the folder to its subfolder"
"MoveToFolderMessage": "You cannot move the folder to its subfolder",
"MoveItem": "<strong>{{title}}</strong> moved",
"MoveItems": "<strong>{{qty}}</strong> elements has been moved",
"CopyItem": "<strong>{{title}}</strong> copied",
"CopyItems": "<strong>{{qty}}</strong> elements copied"
}

View File

@ -4,5 +4,9 @@
"CopyOperation": "Копирование",
"MoveToOperation": "Перемещение",
"Restore": "Восстановить",
"MoveToFolderMessage": "Нельзя перенести папку в свою дочернюю папку"
"MoveToFolderMessage": "Нельзя перенести папку в свою дочернюю папку",
"MoveItem": "<strong>{{title}}</strong> перемещен",
"MoveItems": "Перемещено элементов: <strong>{{qty}}</strong>",
"CopyItem": "<strong>{{title}}</strong> скопирован",
"CopyItems": "Скопировано элементов: <strong>{{qty}}</strong>"
}