Skip to content

Commit

Permalink
drive i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Feb 19, 2024
1 parent 5898c3f commit a918117
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 54 deletions.
37 changes: 35 additions & 2 deletions src/i18n/en-GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,39 @@ module.exports = {
"DRIVE.INSTALL":"Install App",
"DRIVE.DELETE.FILE":"Are you sure you want to delete",
"DRIVE.DELETE.FILE2":"and all its contents",
"DRIVE.":"",
"DRIVE.":"",
"DRIVE.DOWNLOAD.WARN":"Are you sure you want to download $NAME of size $SIZE MB?",
"DRIVE.ZIP.ERROR":"Download as Zip only available where Streaming supported (like Chrome)",
"DRIVE.EMPTY.FOLDER":"Folder: $NAME contains no files. Nothing to download",
"DRIVE.LARGE.FOLDER":"Download of a Folder greater than 4GiB in size is not supported",
"DRIVE.CONFIRM.DOWNLOAD.TITLE":"Are you sure you want to download selected items?",
"DRIVE.CONFIRM.DOWNLOAD.BODY":"Folder(s): $FOLDERS, File(s): $FILES, Total size: $SIZE",
"DRIVE.DOWNLOAD.FOLDERS":"Downloading selected folders",
"DRIVE.DOWNLOAD.FOLDER":"Downloading folder: $NAME",
"DRIVE.CONFIRM.DOWNLOAD.FOLDER.TITLE":"Are you sure you want to download folder: $NAME?",
"DRIVE.OFFLINE":"Client Offline!",
"DRIVE.UPLOAD.SPACE.ERROR":"File upload operation exceeds available space\nPlease free up $SPACE and try again",
"DRIVE.UPLOAD.TITLE":"Encrypting and uploading file(s)",
"DRIVE.UPLOAD.COMPLETE":"Completing upload and refreshing folder...",
"DRIVE.UPLOAD.ERROR":"Error Uploading files",
"DRIVE.UPLOAD.RESUME.TITLE":"Do you wish to resume failed file upload?",
"DRIVE.UPLOAD.RESUME.BODY":"File: $NAME, Folder: $PATH",
"DRIVE.UPLOAD.EMPTY":"Nothing to upload",
"DRIVE.UPLOAD.EXISTS":"File: $NAME already exists in this location. Do you wish to replace it?",
"DRIVE.MOVE.ERROR":"Error moving file: $NAME",
"DRIVE.COPY.ERROR":"Error copying file: $NAME",
"DRIVE.COPY.SPACE.ERROR":"File copy operation exceeds available space\nPlease free up $SPACE and try again",
"DRIVE.COPY.TOTAL.SPACE.ERROR":"File copy operation exceeds total space\n" + "Please upgrade to get more space",
"DRIVE.PASTE.LOCATION.SAME":"Destination folder is same as source folder",
"DRIVE.DOWNLOAD.MULTIPLE.STREAM.ERROR":"Downloading multiple files only available where Streaming supported (like Chrome)",
"DRIVE.APP.EXISTS":"App with name $NAME already exists!",
"DRIVE.APP.ERROR":"Error creating App",
"DRIVE.FILENAME":"Enter a file name",
"DRIVE.FILENAME.PLACEHOLDER":"File name",
"DRIVE.CREATE.ERROR":"Error creating file",
"DRIVE.RENAME":"Enter a new name",
"DRIVE.RENAME.PLACEHOLDER":"New name",
"DRIVE.RENAME.ERROR":"Error renaming $TYPE: $NAME",
"DRIVE.DELETE.ERROR":"Error deleting files",
"DRIVE.DELETE.CONFIRM":"Are you sure you want to delete $COUNT items?",
"DRIVE.DELETE.FILE.ERROR":"Error deleting file: $NAME: $MESSAGE",
}
Loading

0 comments on commit a918117

Please sign in to comment.