nextcloud/apps/workflowengine/l10n/en_GB.json

64 lines
2.9 KiB
JSON
Raw Normal View History

2017-05-25 03:08:04 +03:00
{ "translations": {
2019-09-17 15:33:26 +03:00
"The given operator is invalid" : "The given operator is invalid",
"The given regular expression is invalid" : "The given regular expression is invalid",
"The given file size is invalid" : "The given file size is invalid",
"The given tag id is invalid" : "The given tag id is invalid",
"The given IP range is invalid" : "The given IP range is invalid",
"The given IP range is not valid for IPv4" : "The given IP range is not valid for IPv4",
"The given IP range is not valid for IPv6" : "The given IP range is not valid for IPv6",
"The given time span is invalid" : "The given time span is invalid",
"The given start time is invalid" : "The given start time is invalid",
"The given end time is invalid" : "The given end time is invalid",
"The given group does not exist" : "The given group does not exist",
2019-12-22 05:28:34 +03:00
"File" : "File",
2019-09-17 15:33:26 +03:00
"Operation #%s does not exist" : "Operation #%s does not exist",
"Operation %s does not exist" : "Operation %s does not exist",
"Operation %s is invalid" : "Operation %s is invalid",
"Check %s does not exist" : "Check %s does not exist",
"Check %s is invalid" : "Check %s is invalid",
"Check #%s does not exist" : "Check #%s does not exist",
"Check %s is invalid or does not exist" : "Check %s is invalid or does not exist",
2020-02-22 05:18:42 +03:00
"Folder" : "Folder",
2019-12-22 05:28:34 +03:00
"Images" : "Images",
"No results" : "No results",
"%s (invisible)" : "%s (invisible)",
"%s (restricted)" : "%s (restricted)",
2019-09-17 15:33:26 +03:00
"Predefined URLs" : "Predefined URLs",
"Files WebDAV" : "Files WebDAV",
"Android client" : "Android client",
"iOS client" : "iOS client",
"Desktop client" : "Desktop client",
"Thunderbird & Outlook addons" : "Thunderbird & Outlook addons",
2019-12-22 05:28:34 +03:00
"Cancel" : "Cancel",
"Delete" : "Delete",
2019-11-28 05:16:54 +03:00
"Save" : "Save",
2019-12-22 05:28:34 +03:00
"Browse the app store" : "Browse the app store",
2017-05-25 03:08:04 +03:00
"matches" : "matches",
"does not match" : "does not match",
2019-12-20 05:26:28 +03:00
"is" : "is",
"is not" : "is not",
"File name" : "File name",
2019-09-17 15:33:26 +03:00
"File MIME type" : "File MIME type",
2017-05-25 03:08:04 +03:00
"File size (upload)" : "File size (upload)",
"less" : "less",
"less or equals" : "less or equals",
"greater or equals" : "greater or equals",
"greater" : "greater",
"Request remote address" : "Request remote address",
"matches IPv4" : "matches IPv4",
"does not match IPv4" : "does not match IPv4",
"matches IPv6" : "matches IPv6",
"does not match IPv6" : "does not match IPv6",
2019-09-17 15:33:26 +03:00
"File system tag" : "File system tag",
"is tagged with" : "is tagged with",
"is not tagged with" : "is not tagged with",
"Request URL" : "Request URL",
2017-05-25 03:08:04 +03:00
"Request time" : "Request time",
"between" : "between",
"not between" : "not between",
"Request user agent" : "Request user agent",
"User group membership" : "User group membership",
"is member of" : "is member of",
2020-10-13 22:33:40 +03:00
"is not member of" : "is not member of"
2017-05-25 03:08:04 +03:00
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}