-
Notifications
You must be signed in to change notification settings - Fork 20
/
en.json
28 lines (28 loc) · 1.32 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
{
"translation": {
"alphabet": "Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz",
"createNewDirectory": "create new directory",
"copyItemTitle": "Where do you want to copy '{{file}}' to?",
"copy": "Copy",
"delete": "Delete",
"deleteConfirmation": "Are you sure you want to delete '{{file}}'?",
"directoryName": "Directory name",
"download": "Download",
"dropFilesAnywhereToUpload": "Drop files anywhere to upload",
"failure": "{{method}} {{url}} failed: {{statusText}} ({{status}})",
"move": "Move",
"moveItemTitle": "Where do you want to move '{{file}}' to?",
"or": "or",
"overwriteFileConfirmation": "A file called '{{file}}' already exists, would you like to overwrite it?",
"pangram": "The quick brown fox jumps over the lazy dog.",
"rename": "Rename",
"successfullyCopied": "'{{from}}' successfully copied to '{{to}}'.",
"successfullyCreated": "'{{directoryName}}' has been created.",
"successfullyDeleted": "'{{file}}' has been deleted.",
"successfullyMoved": "'{{from}}' successfully moved to '{{to}}'.",
"successfullyRenamed": "'{{from}}' successfully renamed to '{{to}}'.",
"successfullyUploaded": "'{{file}}' has been successfully uploaded.",
"title": "{{path}} | WebDAV",
"uploadFiles": "upload files"
}
}