This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
/
en.json
106 lines (106 loc) · 4.38 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"en": {
"global": {
"select": "Select",
"copy": "Copy",
"cancel": "Cancel",
"save": "Save",
"open": "Open",
"upload": "Upload",
"pause": "Pause",
"resume": "Resume",
"poweredby": "Powered by Kloudless",
"error": "An error occurred. Please try again or contact Support.",
"chooserSuccess": "{number} item(s) selected.",
"saverSuccess": "{number} file(s) uploaded.",
"computerSuccess": "{number} file(s) uploaded.",
"ok":"OK"
},
"files": {
"name": "Name",
"size": "Size",
"updated": "Updated",
"noFilesFound": "No Files Found",
"untitledFolder": "Untitled Folder",
"search": "Search",
"sizes": {
"b": "{fileSize} B",
"kb": "{fileSize} KB",
"mb": "{fileSize} MB",
"gb": "{fileSize} GB"
},
"fileName": "File Name",
"folderName": "Folder Name",
"confirmOverwrite": "Files already exist with the same names as the ones being uploaded. Click OK to overwrite existing files with the same name or Cancel to proceed without overwriting.",
"noFileSelected": "No files selected. Please select a file.",
"error": "Error occurred. Please try again.",
"cannotCreateFolder": "Sorry! Folders cannot be created in this directory.",
"searchFail": "The search request was not successful.",
"cannotUploadFiles": "Files cannot be saved to this folder. Please choose again.",
"confirmCopyFolder": "Are you sure to copy the folder '{folderName}'?",
"confirmCopy": "You have selected {folderNum} folders and {fileNum} files. Are you sure to copy them?",
"forbidCopyRootFolder": "Copying all data at once is not allowed.",
"exceedMaxSize": "This file cannot be selected because it exceeds the max allowed size of {maxSize} bytes.",
"multiselectExceedMaxSize": "Some files were ignored because they exceed the max allowed size of {maxSize} bytes."
},
"accounts": {
"confirmRemove": "You will no longer be able to browse this account. Are you sure you would like to remove it? (Note that this does not log you out of the account on this browser)",
"connectedAccounts": "All Connected Accounts",
"logout": "Disconnect all accounts",
"manage": "Manage Accounts",
"chooseAccount": "Welcome! Please choose a service to connect",
"connectMore": "Add Another Account",
"upload": "Upload",
"uploadFromComputer": "My Device"
},
"selector": {
"myComputer": "My Device",
"accounts": "Manage Accounts",
"selectFrom": "Selecting files from",
"switchAccount": "Switch to another account"
},
"serviceNames": {
"cq5": "Adobe CQ5",
"dropbox": "Dropbox",
"gdrive": "Google Drive",
"box": "Box",
"evernote": "Evernote",
"skydrive": "OneDrive",
"sugarsync": "SugarSync",
"sharefile": "Citrix ShareFile",
"egnyte": "Egnyte",
"s3": "Amazon S3",
"sharepoint": "SharePoint Online",
"onedrivebiz": "OneDrive for Business",
"smb": "SMB",
"hubspot": "Hubspot Files",
"salesforce": "Salesforce Files",
"azure": "Azure Storage",
"cmis": "CMIS",
"alfresco": "Alfresco",
"alfresco_cloud": "Alfresco Cloud",
"jive": "Jive",
"webdav": "WebDAV",
"ftp": "FTP",
"computer": "My Device"
},
"dropzone": {
"message": "Drag and drop files here, or click to open the File Picker"
},
"computer": {
"noSupport": "Your browser doesn't have Flash, Silverlight or HTML5 support.",
"confirmClose": "Are you sure you want to close this tab? You have an upload in progress.",
"confirmCancel": "Are you sure you want to cancel? You have an upload in progress.",
"disconnect": "Uploading has been paused due to disconnection.",
"error": "Uploading has been paused due to errors when uploading the file '{file}'. Resume to retry.",
"uploadFail": "Failed to upload the file '{file}'. Please try again or contact Support.",
"pleaseUploadFilesOfTypes": "Please upload files of the following types: {types}.",
"exceedMaxSize": "'{file}' cannot be uploaded because it exceeds the max allowed size of {maxSize} bytes."
},
"addConfirm": {
"confirm": "Confirm account connection",
"clickBelow": "Click below to connect your {serviceName} account",
"connectAccount": "Connect"
}
}
}