Files
huly-platform/plugins/drive-assets/lang/en.json
T
Anton AlexeyevandGitHub 764d963885 Backport plugin permissions in the workspace (#9966)
* Apply patch

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

* Fix merge errors

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

* Fix drive header

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

* Fix formatting

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

* Fix tests

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

---------

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
2025-09-30 09:55:39 +07:00

35 lines
916 B
JSON

{
"string": {
"Drive": "Drive",
"Drives": "Drives",
"Grid": "Grid",
"File": "File",
"Files": "Files",
"FileVersion": "File version",
"FileVersions": "File versions",
"Folder": "Folder",
"Folders": "Folders",
"Resource": "Resource",
"Name": "Name",
"Description": "Description",
"Parent": "Parent",
"Path": "Path",
"Version": "Version",
"Size": "Size",
"ContentType": "Content type",
"LastModified": "Last Modified",
"Download": "Download",
"Upload": "Upload",
"CreateDrive": "Create Drive",
"CreateFolder": "Create Folder",
"UploadFile": "Upload Files",
"EditDrive": "Edit Drive",
"Rename": "Rename",
"Restore": "Restore",
"RoleLabel": "Role",
"Root": "/",
"ForbidCreateDrivePermission": "Forbid create drive",
"ForbidCreateDrivePermissionDescription": "Forbid users creating new drives"
}
}