wikijs-fork/server/locales/en/errors.json

31 lines
1.2 KiB
JSON
Raw Normal View History

2017-05-03 00:53:01 +00:00
{
"alreadyexists": "This entry already exists!",
"debugmsg": "Detailed debug trail",
2017-05-03 01:41:22 +00:00
"fileexists": "File {{path}} already exists.",
2017-05-03 00:53:01 +00:00
"forbidden": "Forbidden",
"forbiddendetail": "Sorry, you don't have the necessary permissions to access this page.",
"generic": "Oops, something went wrong",
2017-05-03 00:53:01 +00:00
"invalidaction": "Invalid Action.",
2017-05-03 01:41:22 +00:00
"invaliddestfolder": "Invalid Destination Folder!",
"invalidfiletype": "Invalid File Type.",
"invalidfolder": "Invalid Folder.",
2017-05-03 01:41:22 +00:00
"invalidoperation": "Invalid Operation!",
2017-05-03 00:53:01 +00:00
"invalidpath": "Invalid page path.",
"invaliduserid": "Invalid User Id",
"newpasswordtooshort": "New password is too short!",
2017-05-03 01:41:22 +00:00
"notexist": "Entry {{path}} does not exist!",
"notexistdetail": "Would you like to create this entry?",
2017-05-03 01:41:22 +00:00
"parentinvalid": "Parent entry is not a valid file.",
"parentisroot": "Parent entry is root.",
"remotetoolarge": "Remote file is too large!",
2017-05-03 00:53:01 +00:00
"reservedname": "You cannot create a document with this name as it is reserved by the system.",
2017-05-03 01:41:22 +00:00
"savefailed": "Failed to save document",
2017-05-03 00:53:01 +00:00
"starterfailed": "Could not load starter content!",
"unauthorized": "Unauthorized",
2017-05-03 00:53:01 +00:00
"actions": {
"create": "Create",
"gohome": "Go Home",
"loginas": "Login as..."
}
}