mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
826 lines
52 KiB
Go
826 lines
52 KiB
Go
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
|
||
|
||
package locales
|
||
|
||
import (
|
||
"golang.org/x/text/language"
|
||
|
||
"golang.org/x/text/message/catalog"
|
||
)
|
||
|
||
type dictionary struct {
|
||
index []uint32
|
||
data string
|
||
}
|
||
|
||
func (d *dictionary) Lookup(key string) (data string, ok bool) {
|
||
p, ok := messageKeyToIndex[key]
|
||
if !ok {
|
||
return "", false
|
||
}
|
||
start, end := d.index[p], d.index[p+1]
|
||
if start == end {
|
||
return "", false
|
||
}
|
||
return d.data[start:end], true
|
||
}
|
||
|
||
var Catalog catalog.Catalog
|
||
|
||
func init() {
|
||
dict := map[string]catalog.Dictionary{
|
||
"en_US": &dictionary{index: en_USIndex, data: en_USData},
|
||
"zh_CN": &dictionary{index: zh_CNIndex, data: zh_CNData},
|
||
}
|
||
fallback := language.MustParse("en-US")
|
||
cat, err := catalog.NewFromMap(dict, catalog.Fallback(fallback))
|
||
if err != nil {
|
||
panic(err)
|
||
}
|
||
|
||
Catalog = cat
|
||
|
||
}
|
||
|
||
var messageKeyToIndex = map[string]int{
|
||
"%s %s %s not found": 111,
|
||
"%s %s not found": 238,
|
||
"%s allow %s %s not found": 117,
|
||
"%s answer is incorrect": 23,
|
||
"%s method not found": 89,
|
||
"%s method params length not match, expected %d, input %d": 90,
|
||
"%s not allow to %s %s": 118,
|
||
"%s not allow to get property %s": 108,
|
||
"%s not allow to get spec %s": 112,
|
||
"%s(%s) not allow to delete": 121,
|
||
"Account disabled": 280,
|
||
"Action %s not found": 129,
|
||
"ActionNotFoundError": 199,
|
||
"BadGateway": 192,
|
||
"BadRequestError": 214,
|
||
"ConflictError": 222,
|
||
"Default quota %s not allow to delete": 137,
|
||
"Duplicate ID %s %s": 241,
|
||
"Duplicate name %s %s": 240,
|
||
"DuplicateIdError": 185,
|
||
"DuplicateNameError": 220,
|
||
"DuplicateResourceError": 221,
|
||
"EmptyRequestError": 215,
|
||
"FetchCustomizeColumns return incorrect number of results": 101,
|
||
"FetchCustomizeColumns returns incorrect results": 105,
|
||
"ForbiddenError": 218,
|
||
"General error: general error for %q: %s": 169,
|
||
"Handler not found": 83,
|
||
"Image %s not found": 237,
|
||
"ImageNotFoundError": 196,
|
||
"IncorrectUsernameOrPassword": 236,
|
||
"InformerBackend not init": 163,
|
||
"InputParameterError": 203,
|
||
"Insert shared resource failed %s": 150,
|
||
"InsufficientResourceError": 206,
|
||
"Internal server error": 81,
|
||
"Internal server error: %s": 80,
|
||
"InternalServerError": 193,
|
||
"Invald %s return value": 107,
|
||
"Invald CustomizeDelete return value": 99,
|
||
"Invald ListItemFilter return value count %d": 92,
|
||
"Invald OrderByExtraFields return value count %d": 93,
|
||
"Invald ValidateCreateData return value": 91,
|
||
"Invald ValidateUpdateData return value": 98,
|
||
"Invalid FetchCustomizeColumns return value count %d": 95,
|
||
"Invalid FetchCustomizeColumns return value type, not a slice!": 96,
|
||
"Invalid FetchCustomizeColumns return value, inconsistent obj count: input %d != output %d": 97,
|
||
"Invalid GetExtraDetails return value count %d": 94,
|
||
"Invalid choice error: invalid %q, want %s, got %s": 171,
|
||
"Invalid data JSONObject": 119,
|
||
"Invalid handler %s": 82,
|
||
"Invalid length error: %q too long, got %d, max %d": 173,
|
||
"Invalid length error: %q too short, got %d, min %d": 172,
|
||
"Invalid request header: %v": 85,
|
||
"Invalid type error: expecting %s type for %q: %s": 170,
|
||
"Invalid value error: invalid %q: ": 177,
|
||
"Invalid value error: invalid %q: %s": 175,
|
||
"Invalid value error: invalid %q: %v": 176,
|
||
"InvalidCredentialError": 217,
|
||
"InvalidFormatError": 202,
|
||
"InvalidProvider": 190,
|
||
"InvalidStatusError": 186,
|
||
"InvalidToken": 342,
|
||
"Missing key error: missing %q": 168,
|
||
"Missing name or generate_name": 115,
|
||
"Missing parameter %s": 45,
|
||
"MissingParameterError": 205,
|
||
"Model manager error: failed getting model manager for %q": 178,
|
||
"Model not found error: cannot find %q with id/name %q": 179,
|
||
"Model not found error: cannot find %q with id/name %q: %s": 180,
|
||
"Name %s not found": 343,
|
||
"No context manager": 102,
|
||
"No idlist found": 66,
|
||
"No login key: %s": 358,
|
||
"No login secret found": 344,
|
||
"No password found": 348,
|
||
"No request key: %s": 84,
|
||
"No return value, so why query?": 109,
|
||
"No ssh password: %s": 349,
|
||
"No such context %s(%s)": 103,
|
||
"No token in header": 62,
|
||
"No token in header: %v": 44,
|
||
"NoBalancePermission": 191,
|
||
"NoProjectError": 226,
|
||
"Not Implemented GetProvider": 183,
|
||
"Not allow empty records": 87,
|
||
"Not allow set scope to domain %s": 148,
|
||
"Not allow set scope to project %s": 149,
|
||
"Not allow set scope to system": 147,
|
||
"Not allow to attach": 122,
|
||
"Not allow to create item": 113,
|
||
"Not allow to get details": 110,
|
||
"Not allow to update item": 120,
|
||
"Not find executor for data source": 363,
|
||
"Not found key in query: %v": 360,
|
||
"Not found kind in query: %v": 359,
|
||
"Not in range error: invalid %q: %d, want [%d,%d]": 174,
|
||
"Not support resource %s tag filter": 128,
|
||
"NotAcceptableError": 219,
|
||
"NotEmptyError": 213,
|
||
"NotFoundError": 184,
|
||
"NotImplementedError": 188,
|
||
"NotSufficientPrivilegeError": 211,
|
||
"NotSupportedError": 189,
|
||
"Object %s %s has attached %s %s": 123,
|
||
"OutOfLimit": 210,
|
||
"OutOfQuotaError": 208,
|
||
"OutOfRange": 209,
|
||
"OutOfResource": 207,
|
||
"Parse query: %v": 43,
|
||
"PaymentError": 195,
|
||
"PolicyDefinitionError": 231,
|
||
"ProtectedResourceError": 225,
|
||
"Query database error %s": 132,
|
||
"Quota %s not found": 136,
|
||
"Records limit exceeded.": 88,
|
||
"RequireLicenseError": 224,
|
||
"ResourceBusyError": 223,
|
||
"ResourceNotFoundError": 197,
|
||
"ResourceNotReadyError": 194,
|
||
"ServerStatusError": 201,
|
||
"SpecNotFoundError": 198,
|
||
"TOTP recovery questions do not exist": 21,
|
||
"TenantNotFoundError": 200,
|
||
"The user has been disabled, please contact the administrator": 7,
|
||
"The user has been locked, please contact the administrator": 6,
|
||
"TimeoutError": 187,
|
||
"Token expired": 64,
|
||
"Token in header invalid": 63,
|
||
"TooLargeEntity": 227,
|
||
"TooManyFailedAttempts": 228,
|
||
"TooManyRequests": 229,
|
||
"Unauthorized": 341,
|
||
"UnauthorizedError": 216,
|
||
"UnsupportOperationError": 212,
|
||
"Unsupported action %s": 46,
|
||
"UnsupportedProtocol": 230,
|
||
"UserDisabled": 234,
|
||
"UserLocked": 233,
|
||
"UserNotFound": 232,
|
||
"Virtual resource freezed, can't do %s": 159,
|
||
"WeakPasswordError": 204,
|
||
"Wrong content type %s, required application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": 47,
|
||
"WrongPassword": 235,
|
||
"body is empty": 10,
|
||
"body is not a json?": 114,
|
||
"can't get string field": 130,
|
||
"can't open file": 48,
|
||
"can't parse file": 49,
|
||
"cannot alter name of role": 298,
|
||
"cannot alter sysadmin user name": 309,
|
||
"cannot alter system project name": 295,
|
||
"cannot delete default SQL identity provider": 281,
|
||
"cannot delete default domain": 257,
|
||
"cannot delete enabled idp": 282,
|
||
"cannot delete enabled policy": 290,
|
||
"cannot delete non-local user": 311,
|
||
"cannot delete system project": 291,
|
||
"cannot delete system role": 299,
|
||
"cannot delete system user": 313,
|
||
"cannot join read-only group": 315,
|
||
"cannot join user and group in differnt domain": 314,
|
||
"cannot leave read-only group": 316,
|
||
"cannot remove current user from current project": 250,
|
||
"cannot update config when enabled and connected": 273,
|
||
"cannot update config when not idle": 274,
|
||
"cannot update in sync status": 285,
|
||
"check name duplication error: %s": 126,
|
||
"default domain is protected": 266,
|
||
"disabled user": 247,
|
||
"domain contains external resources": 264,
|
||
"domain is disabled": 286,
|
||
"domain is enabled": 258,
|
||
"domain is in use by policy": 263,
|
||
"domain is in use by project": 261,
|
||
"domain is in use by role": 262,
|
||
"domain is in use by user": 259,
|
||
"driver %s already exists": 279,
|
||
"driver %s not supported": 278,
|
||
"duplicate route cidr %s": 79,
|
||
"duplicate username": 331,
|
||
"empty DN": 244,
|
||
"empty auth request": 324,
|
||
"empty external user id": 37,
|
||
"empty file": 52,
|
||
"empty file content": 51,
|
||
"empty id": 245,
|
||
"empty idp_id or idp_entity_id": 38,
|
||
"empty name": 246,
|
||
"enabled domain %s cannot be deleted": 284,
|
||
"encrypt error %s": 255,
|
||
"endpoint is enabled": 268,
|
||
"expired access key": 327,
|
||
"expired token": 320,
|
||
"fail to decode body": 135,
|
||
"fail to decode policy data": 289,
|
||
"fail to decode request body": 330,
|
||
"fail to get http response writer from context": 104,
|
||
"failed parsing url %q: %v": 364,
|
||
"failed to change project": 1,
|
||
"fetch formdata error: %s": 34,
|
||
"fetch json for request: %v": 9,
|
||
"fetchAuthInfo fail %s": 24,
|
||
"fetchAuthInfo fail: %s": 13,
|
||
"field %s is readonly": 267,
|
||
"forbidden": 157,
|
||
"generate totp qrcode failed": 18,
|
||
"get admin credential is nil": 29,
|
||
"get password in body": 2,
|
||
"get sensitive config requires admin priviliges": 272,
|
||
"global-settings not found": 362,
|
||
"group is in use by group": 260,
|
||
"identity provider with projects": 283,
|
||
"illegal region %s, please contact admin": 31,
|
||
"inconsistent domain for project and roles": 304,
|
||
"inconsistent export keys and texts": 68,
|
||
"incorrect username or password": 5,
|
||
"input key too long > %d": 154,
|
||
"input parameter error": 20,
|
||
"input value too long > %d": 155,
|
||
"internal server error": 57,
|
||
"internal server error %s": 335,
|
||
"invalid CannedAction %s ": 70,
|
||
"invalid Effect %s ": 71,
|
||
"invalid access key id": 326,
|
||
"invalid auth methods": 322,
|
||
"invalid cert pubkey algorithm: %s, want %s": 181,
|
||
"invalid characters %s": 366,
|
||
"invalid content_length %s": 61,
|
||
"invalid credential": 8,
|
||
"invalid domain": 336,
|
||
"invalid domain %s for CNAME record": 78,
|
||
"invalid domain %s for MX record": 75,
|
||
"invalid fernet token": 321,
|
||
"invalid form": 39,
|
||
"invalid format": 164,
|
||
"invalid image size": 42,
|
||
"invalid input format": 167,
|
||
"invalid ipv4 %s ": 72,
|
||
"invalid ipv4 %s for A record": 76,
|
||
"invalid ipv6 %s for AAAA record": 77,
|
||
"invalid joint resources %s": 100,
|
||
"invalid multipart form": 60,
|
||
"invalid passcode": 17,
|
||
"invalid passcode: %v": 26,
|
||
"invalid password: %s": 310,
|
||
"invalid project": 334,
|
||
"invalid request": 36,
|
||
"invalid resources format": 350,
|
||
"invalid scope %s": 145,
|
||
"invalid share_mode %s": 73,
|
||
"invalid template": 276,
|
||
"invalid token": 338,
|
||
"invalid token %s": 339,
|
||
"invalid user": 333,
|
||
"join group into project of default domain or identical domain": 251,
|
||
"join user into project of default domain or identical domain": 248,
|
||
"missing credential": 4,
|
||
"missing driver": 277,
|
||
"missing export keys": 67,
|
||
"missing id": 12,
|
||
"missing image name": 40,
|
||
"missing image size": 41,
|
||
"missing input feild type": 253,
|
||
"missing input field blob": 254,
|
||
"missing input field id": 297,
|
||
"missing input field interface": 269,
|
||
"missing input field service/service_id": 270,
|
||
"missing input field type": 288,
|
||
"missing new domain": 125,
|
||
"missing new project/tenant": 162,
|
||
"missing pid in pids": 354,
|
||
"missing pids": 353,
|
||
"missing rid": 356,
|
||
"missing rid in pids": 355,
|
||
"missing uid": 352,
|
||
"model has no field %s": 131,
|
||
"mx_priority range limited to [1,50]": 74,
|
||
"name longer than %d": 152,
|
||
"name starts with letter, and contains letter, number and - only": 133,
|
||
"name starts with letter, and contains letter, number and ._@- only": 151,
|
||
"new password mismatch": 14,
|
||
"no recovery secrets for %s": 346,
|
||
"no revocery questions.": 27,
|
||
"no such driver": 243,
|
||
"no such provider": 182,
|
||
"no totp for %s": 345,
|
||
"no usable regions, please contact admin": 30,
|
||
"non-admin user not allowed to create system object": 158,
|
||
"not allow create %s in scope %s": 146,
|
||
"not allow to auth": 337,
|
||
"not allow to delete log": 134,
|
||
"not allow to get usage": 340,
|
||
"not allow to list domain quotas": 139,
|
||
"not allow to list project quotas": 141,
|
||
"not allow to perform %s": 116,
|
||
"not allow to set system key, please remove the underscore at the beginning": 153,
|
||
"not enough privilege": 242,
|
||
"not enough privilege (require:%s,allow:%s)": 144,
|
||
"not enough privilege (require:%s,allow:%s,query:%s)": 127,
|
||
"not enough privilege (require:%s,allow:%s:resource:%s)": 143,
|
||
"not enough privilleges": 138,
|
||
"not found": 56,
|
||
"not found cert %s": 271,
|
||
"not found tenantId in body": 0,
|
||
"not support reset user password": 15,
|
||
"not supported secondary update context %s": 305,
|
||
"not supported update context": 302,
|
||
"not supported update context %s": 303,
|
||
"operation not allowed": 165,
|
||
"out of privileges": 140,
|
||
"parse form data error: %s": 35,
|
||
"parse query string error: %s": 33,
|
||
"passcode is a 6-digits string": 25,
|
||
"password must be 12 chars of at least one digit, letter, uppercase letter and punctuate": 239,
|
||
"policy %s not found: %s": 166,
|
||
"project contains external resources": 292,
|
||
"project contains group": 294,
|
||
"project contains user": 293,
|
||
"project disabled": 318,
|
||
"project in non-default domain is prohibited": 124,
|
||
"project is not found": 357,
|
||
"query error %s": 252,
|
||
"query quotas %s": 142,
|
||
"questions not found": 22,
|
||
"readonly": 265,
|
||
"recv invalid data": 69,
|
||
"reflect call %s fail %s": 106,
|
||
"region contains endpoints": 296,
|
||
"request body is empty": 11,
|
||
"request body is too large.": 59,
|
||
"request process timeout": 86,
|
||
"resource %s module not exists": 65,
|
||
"resource is enabled": 287,
|
||
"role is being assigned to group": 301,
|
||
"role is being assigned to user": 300,
|
||
"row %d domain is empty": 54,
|
||
"row %d duplicate name %s": 55,
|
||
"row %d name is empty": 53,
|
||
"saveConfig fail %s": 275,
|
||
"service %s not found error: %v": 351,
|
||
"service contains endpoints": 306,
|
||
"service is enabled": 307,
|
||
"session expires, missing %s": 32,
|
||
"sysadmin is protected": 249,
|
||
"template file is invalid.please check.": 50,
|
||
"template not found %s": 58,
|
||
"totp secret exists": 347,
|
||
"uid is empty": 19,
|
||
"unauthorized %s": 329,
|
||
"unmarshal StandaloneResourceCreateInput fail %s": 256,
|
||
"unmarshal input fail %s": 365,
|
||
"unmarshal questions: %v": 28,
|
||
"unrecognized input %s": 328,
|
||
"unsupported action %s": 361,
|
||
"update config version fail %s": 308,
|
||
"user %s not found": 156,
|
||
"user contains external resources": 312,
|
||
"user disabled": 319,
|
||
"user not found": 323,
|
||
"user not found or not enabled": 332,
|
||
"user not in project": 325,
|
||
"username or password is empty": 3,
|
||
"version mismatch": 317,
|
||
"virtual resource already freezed": 160,
|
||
"virtual resource not freezed": 161,
|
||
"密码错误": 16,
|
||
}
|
||
|
||
var en_USIndex = []uint32{ // 368 elements
|
||
// Entry 0 - 1F
|
||
0x00000000, 0x0000001b, 0x00000034, 0x00000049,
|
||
0x00000067, 0x0000007a, 0x00000099, 0x000000d4,
|
||
0x00000111, 0x00000124, 0x0000013f, 0x0000014d,
|
||
0x00000163, 0x0000016e, 0x00000185, 0x0000019b,
|
||
0x000001bb, 0x000001c8, 0x000001d9, 0x000001f5,
|
||
0x00000202, 0x00000218, 0x0000023d, 0x00000251,
|
||
0x00000268, 0x0000027e, 0x0000029c, 0x000002b1,
|
||
0x000002c8, 0x000002e0, 0x000002fc, 0x00000324,
|
||
// Entry 20 - 3F
|
||
0x0000034c, 0x00000368, 0x00000385, 0x0000039e,
|
||
0x000003b8, 0x000003c8, 0x000003df, 0x000003fd,
|
||
0x0000040a, 0x0000041d, 0x00000430, 0x00000443,
|
||
0x00000453, 0x0000046a, 0x0000047f, 0x00000495,
|
||
0x000004f7, 0x00000507, 0x00000518, 0x0000053f,
|
||
0x00000552, 0x0000055d, 0x00000572, 0x00000589,
|
||
0x000005a2, 0x000005ac, 0x000005c2, 0x000005d8,
|
||
0x000005f3, 0x0000060a, 0x00000624, 0x00000637,
|
||
// Entry 40 - 5F
|
||
0x0000064f, 0x0000065d, 0x0000067b, 0x0000068b,
|
||
0x0000069f, 0x000006c2, 0x000006d4, 0x000006f2,
|
||
0x0000070a, 0x00000720, 0x00000736, 0x0000075a,
|
||
0x0000077a, 0x00000797, 0x000007b7, 0x000007da,
|
||
0x000007f2, 0x0000080c, 0x00000822, 0x00000835,
|
||
0x00000847, 0x0000085a, 0x00000875, 0x0000088d,
|
||
0x000008a5, 0x000008bd, 0x000008d1, 0x0000090a,
|
||
0x00000931, 0x0000095d, 0x0000098d, 0x000009bb,
|
||
// Entry 60 - 7F
|
||
0x000009ef, 0x00000a2d, 0x00000a87, 0x00000aae,
|
||
0x00000ad2, 0x00000aed, 0x00000b26, 0x00000b39,
|
||
0x00000b50, 0x00000b7e, 0x00000bae, 0x00000bc6,
|
||
0x00000bdd, 0x00000bfd, 0x00000c1c, 0x00000c35,
|
||
0x00000c48, 0x00000c64, 0x00000c7d, 0x00000c91,
|
||
0x00000caf, 0x00000cc7, 0x00000ce0, 0x00000cf6,
|
||
0x00000d0e, 0x00000d27, 0x00000d42, 0x00000d56,
|
||
0x00000d76, 0x00000da2, 0x00000db5, 0x00000dd6,
|
||
// Entry 80 - 9F
|
||
0x00000e0a, 0x00000e2d, 0x00000e41, 0x00000e58,
|
||
0x00000e6e, 0x00000e86, 0x00000ec6, 0x00000ede,
|
||
0x00000ef2, 0x00000f05, 0x00000f2a, 0x00000f41,
|
||
0x00000f61, 0x00000f73, 0x00000f94, 0x00000fa4,
|
||
0x00000fdb, 0x00001006, 0x00001017, 0x00001037,
|
||
0x00001055, 0x00001076, 0x00001098, 0x000010b9,
|
||
0x000010fc, 0x00001110, 0x0000115b, 0x00001173,
|
||
0x0000118d, 0x0000119f, 0x000011a9, 0x000011dc,
|
||
// Entry A0 - BF
|
||
0x00001202, 0x00001223, 0x00001240, 0x0000125b,
|
||
0x00001274, 0x00001283, 0x00001299, 0x000012b1,
|
||
0x000012c6, 0x000012e4, 0x0000130c, 0x0000133d,
|
||
0x0000136f, 0x000013a2, 0x000013d4, 0x00001405,
|
||
0x00001429, 0x0000144d, 0x00001474, 0x000014ad,
|
||
0x000014e3, 0x0000151d, 0x00001548, 0x00001559,
|
||
0x00001575, 0x00001583, 0x00001594, 0x000015a7,
|
||
0x000015b4, 0x000015c8, 0x000015da, 0x000015ea,
|
||
// Entry C0 - DF
|
||
0x000015fe, 0x00001609, 0x0000161d, 0x00001633,
|
||
0x00001640, 0x00001653, 0x00001669, 0x0000167b,
|
||
0x0000168f, 0x000016a3, 0x000016b5, 0x000016c8,
|
||
0x000016dc, 0x000016ee, 0x00001704, 0x0000171e,
|
||
0x0000172c, 0x0000173c, 0x00001747, 0x00001752,
|
||
0x0000176e, 0x00001786, 0x00001794, 0x000017a4,
|
||
0x000017b6, 0x000017c8, 0x000017df, 0x000017ee,
|
||
0x00001801, 0x00001814, 0x0000182b, 0x00001839,
|
||
// Entry E0 - FF
|
||
0x0000184b, 0x0000185f, 0x00001876, 0x00001885,
|
||
0x00001894, 0x000018aa, 0x000018ba, 0x000018ce,
|
||
0x000018e4, 0x000018f1, 0x000018fc, 0x00001909,
|
||
0x00001917, 0x00001933, 0x00001946, 0x00001956,
|
||
0x000019ae, 0x000019c3, 0x000019d6, 0x000019eb,
|
||
0x000019fa, 0x00001a03, 0x00001a0c, 0x00001a17,
|
||
0x00001a25, 0x00001a62, 0x00001a78, 0x00001aa8,
|
||
0x00001ae6, 0x00001af5, 0x00001b0e, 0x00001b27,
|
||
// Entry 100 - 11F
|
||
0x00001b38, 0x00001b68, 0x00001b85, 0x00001b97,
|
||
0x00001bb0, 0x00001bc9, 0x00001be5, 0x00001bfe,
|
||
0x00001c19, 0x00001c3c, 0x00001c45, 0x00001c61,
|
||
0x00001c76, 0x00001c8a, 0x00001ca8, 0x00001ccf,
|
||
0x00001ce1, 0x00001d10, 0x00001d40, 0x00001d63,
|
||
0x00001d76, 0x00001d87, 0x00001d96, 0x00001dae,
|
||
0x00001dc7, 0x00001dd8, 0x00001e04, 0x00001e1e,
|
||
0x00001e3e, 0x00001e62, 0x00001e7f, 0x00001e92,
|
||
// Entry 120 - 13F
|
||
0x00001ea6, 0x00001ebf, 0x00001eda, 0x00001ef7,
|
||
0x00001f14, 0x00001f38, 0x00001f4e, 0x00001f65,
|
||
0x00001f86, 0x00001fa0, 0x00001fb7, 0x00001fd1,
|
||
0x00001feb, 0x0000200a, 0x0000202a, 0x00002047,
|
||
0x00002067, 0x00002091, 0x000020bb, 0x000020d6,
|
||
0x000020e9, 0x00002107, 0x00002127, 0x0000213c,
|
||
0x00002159, 0x0000217a, 0x00002194, 0x000021c2,
|
||
0x000021de, 0x000021fb, 0x0000220c, 0x0000221d,
|
||
// Entry 140 - 15F
|
||
0x0000222b, 0x00002239, 0x0000224e, 0x00002263,
|
||
0x00002272, 0x00002285, 0x00002299, 0x000022af,
|
||
0x000022c2, 0x000022d8, 0x000022e8, 0x00002304,
|
||
0x00002317, 0x00002335, 0x00002342, 0x00002352,
|
||
0x0000236b, 0x0000237a, 0x0000238c, 0x0000239a,
|
||
0x000023ab, 0x000023c2, 0x000023cf, 0x000023dc,
|
||
0x000023ee, 0x00002404, 0x00002413, 0x0000242e,
|
||
0x00002441, 0x00002453, 0x00002467, 0x00002480,
|
||
// Entry 160 - 17F
|
||
0x0000249f, 0x000024ab, 0x000024b8, 0x000024cc,
|
||
0x000024e0, 0x000024ec, 0x00002501, 0x00002512,
|
||
0x0000252e, 0x00002549, 0x0000255f, 0x00002579,
|
||
0x0000259b, 0x000025b5, 0x000025cd, 0x000025e3,
|
||
} // Size: 1496 bytes
|
||
|
||
const en_USData string = "" + // Size: 9699 bytes
|
||
"\x02not found tenantId in body\x02failed to change project\x02get passwo" +
|
||
"rd in body\x02username or password is empty\x02missing credential\x02inc" +
|
||
"orrect username or password\x02The user has been locked, please contact " +
|
||
"the administrator\x02The user has been disabled, please contact the admi" +
|
||
"nistrator\x02invalid credential\x02fetch json for request: %v\x02body is" +
|
||
" empty\x02request body is empty\x02missing id\x02fetchAuthInfo fail: %s" +
|
||
"\x02new password mismatch\x02not support reset user password\x02密码错误\x02" +
|
||
"invalid passcode\x02generate totp qrcode failed\x02uid is empty\x02input" +
|
||
" parameter error\x02TOTP recovery questions do not exist\x02questions no" +
|
||
"t found\x02%s answer is incorrect\x02fetchAuthInfo fail %s\x02passcode i" +
|
||
"s a 6-digits string\x02invalid passcode: %v\x02no revocery questions." +
|
||
"\x02unmarshal questions: %v\x02get admin credential is nil\x02no usable " +
|
||
"regions, please contact admin\x02illegal region %s, please contact admin" +
|
||
"\x02session expires, missing %s\x02parse query string error: %s\x02fetch" +
|
||
" formdata error: %s\x02parse form data error: %s\x02invalid request\x02e" +
|
||
"mpty external user id\x02empty idp_id or idp_entity_id\x02invalid form" +
|
||
"\x02missing image name\x02missing image size\x02invalid image size\x02Pa" +
|
||
"rse query: %v\x02No token in header: %v\x02Missing parameter %s\x02Unsup" +
|
||
"ported action %s\x02Wrong content type %s, required application/vnd.open" +
|
||
"xmlformats-officedocument.spreadsheetml.sheet\x02can't open file\x02can'" +
|
||
"t parse file\x02template file is invalid.please check.\x02empty file con" +
|
||
"tent\x02empty file\x02row %d name is empty\x02row %d domain is empty\x02" +
|
||
"row %d duplicate name %s\x02not found\x02internal server error\x02templa" +
|
||
"te not found %s\x02request body is too large.\x02invalid multipart form" +
|
||
"\x02invalid content_length %s\x02No token in header\x02Token in header i" +
|
||
"nvalid\x02Token expired\x02resource %s module not exists\x02No idlist fo" +
|
||
"und\x02missing export keys\x02inconsistent export keys and texts\x02recv" +
|
||
" invalid data\x04\x00\x01 \x19\x02invalid CannedAction %s \x04\x00\x01 " +
|
||
"\x13\x02invalid Effect %s \x04\x00\x01 \x11\x02invalid ipv4 %s \x02inval" +
|
||
"id share_mode %s\x02mx_priority range limited to [1,50]\x02invalid domai" +
|
||
"n %s for MX record\x02invalid ipv4 %s for A record\x02invalid ipv6 %s fo" +
|
||
"r AAAA record\x02invalid domain %s for CNAME record\x02duplicate route c" +
|
||
"idr %s\x02Internal server error: %s\x02Internal server error\x02Invalid " +
|
||
"handler %s\x02Handler not found\x02No request key: %s\x02Invalid request" +
|
||
" header: %v\x02request process timeout\x02Not allow empty records\x02Rec" +
|
||
"ords limit exceeded.\x02%s method not found\x02%s method params length n" +
|
||
"ot match, expected %d, input %d\x02Invald ValidateCreateData return valu" +
|
||
"e\x02Invald ListItemFilter return value count %d\x02Invald OrderByExtraF" +
|
||
"ields return value count %d\x02Invalid GetExtraDetails return value coun" +
|
||
"t %d\x02Invalid FetchCustomizeColumns return value count %d\x02Invalid F" +
|
||
"etchCustomizeColumns return value type, not a slice!\x02Invalid FetchCus" +
|
||
"tomizeColumns return value, inconsistent obj count: input %d != output %" +
|
||
"d\x02Invald ValidateUpdateData return value\x02Invald CustomizeDelete re" +
|
||
"turn value\x02invalid joint resources %s\x02FetchCustomizeColumns return" +
|
||
" incorrect number of results\x02No context manager\x02No such context %s" +
|
||
"(%s)\x02fail to get http response writer from context\x02FetchCustomizeC" +
|
||
"olumns returns incorrect results\x02reflect call %s fail %s\x02Invald %s" +
|
||
" return value\x02%s not allow to get property %s\x02No return value, so " +
|
||
"why query?\x02Not allow to get details\x02%s %s %s not found\x02%s not a" +
|
||
"llow to get spec %s\x02Not allow to create item\x02body is not a json?" +
|
||
"\x02Missing name or generate_name\x02not allow to perform %s\x02%s allow" +
|
||
" %s %s not found\x02%s not allow to %s %s\x02Invalid data JSONObject\x02" +
|
||
"Not allow to update item\x02%s(%s) not allow to delete\x02Not allow to a" +
|
||
"ttach\x02Object %s %s has attached %s %s\x02project in non-default domai" +
|
||
"n is prohibited\x02missing new domain\x02check name duplication error: %" +
|
||
"s\x02not enough privilege (require:%s,allow:%s,query:%s)\x02Not support " +
|
||
"resource %s tag filter\x02Action %s not found\x02can't get string field" +
|
||
"\x02model has no field %s\x02Query database error %s\x02name starts with" +
|
||
" letter, and contains letter, number and - only\x02not allow to delete l" +
|
||
"og\x02fail to decode body\x02Quota %s not found\x02Default quota %s not " +
|
||
"allow to delete\x02not enough privilleges\x02not allow to list domain qu" +
|
||
"otas\x02out of privileges\x02not allow to list project quotas\x02query q" +
|
||
"uotas %s\x02not enough privilege (require:%s,allow:%s:resource:%s)\x02no" +
|
||
"t enough privilege (require:%s,allow:%s)\x02invalid scope %s\x02not allo" +
|
||
"w create %s in scope %s\x02Not allow set scope to system\x02Not allow se" +
|
||
"t scope to domain %s\x02Not allow set scope to project %s\x02Insert shar" +
|
||
"ed resource failed %s\x02name starts with letter, and contains letter, n" +
|
||
"umber and ._@- only\x02name longer than %d\x02not allow to set system ke" +
|
||
"y, please remove the underscore at the beginning\x02input key too long >" +
|
||
" %d\x02input value too long > %d\x02user %s not found\x02forbidden\x02no" +
|
||
"n-admin user not allowed to create system object\x02Virtual resource fre" +
|
||
"ezed, can't do %s\x02virtual resource already freezed\x02virtual resourc" +
|
||
"e not freezed\x02missing new project/tenant\x02InformerBackend not init" +
|
||
"\x02invalid format\x02operation not allowed\x02policy %s not found: %s" +
|
||
"\x02invalid input format\x02Missing key error: missing %q\x02General err" +
|
||
"or: general error for %q: %s\x02Invalid type error: expecting %s type fo" +
|
||
"r %q: %s\x02Invalid choice error: invalid %q, want %s, got %s\x02Invalid" +
|
||
" length error: %q too short, got %d, min %d\x02Invalid length error: %q " +
|
||
"too long, got %d, max %d\x02Not in range error: invalid %q: %d, want [%d" +
|
||
",%d]\x02Invalid value error: invalid %q: %s\x02Invalid value error: inva" +
|
||
"lid %q: %v\x04\x00\x01 \x22\x02Invalid value error: invalid %q: \x02Mode" +
|
||
"l manager error: failed getting model manager for %q\x02Model not found " +
|
||
"error: cannot find %q with id/name %q\x02Model not found error: cannot f" +
|
||
"ind %q with id/name %q: %s\x02invalid cert pubkey algorithm: %s, want %s" +
|
||
"\x02no such provider\x02Not Implemented GetProvider\x02NotFoundError\x02" +
|
||
"DuplicateIdError\x02InvalidStatusError\x02TimeoutError\x02NotImplemented" +
|
||
"Error\x02NotSupportedError\x02InvalidProvider\x02NoBalancePermission\x02" +
|
||
"BadGateway\x02InternalServerError\x02ResourceNotReadyError\x02PaymentErr" +
|
||
"or\x02ImageNotFoundError\x02ResourceNotFoundError\x02SpecNotFoundError" +
|
||
"\x02ActionNotFoundError\x02TenantNotFoundError\x02ServerStatusError\x02I" +
|
||
"nvalidFormatError\x02InputParameterError\x02WeakPasswordError\x02Missing" +
|
||
"ParameterError\x02InsufficientResourceError\x02OutOfResource\x02OutOfQuo" +
|
||
"taError\x02OutOfRange\x02OutOfLimit\x02NotSufficientPrivilegeError\x02Un" +
|
||
"supportOperationError\x02NotEmptyError\x02BadRequestError\x02EmptyReques" +
|
||
"tError\x02UnauthorizedError\x02InvalidCredentialError\x02ForbiddenError" +
|
||
"\x02NotAcceptableError\x02DuplicateNameError\x02DuplicateResourceError" +
|
||
"\x02ConflictError\x02ResourceBusyError\x02RequireLicenseError\x02Protect" +
|
||
"edResourceError\x02NoProjectError\x02TooLargeEntity\x02TooManyFailedAtte" +
|
||
"mpts\x02TooManyRequests\x02UnsupportedProtocol\x02PolicyDefinitionError" +
|
||
"\x02UserNotFound\x02UserLocked\x02UserDisabled\x02WrongPassword\x02Incor" +
|
||
"rectUsernameOrPassword\x02Image %s not found\x02%s %s not found\x02passw" +
|
||
"ord must be 12 chars of at least one digit, letter, uppercase letter and" +
|
||
" punctuate\x02Duplicate name %s %s\x02Duplicate ID %s %s\x02not enough p" +
|
||
"rivilege\x02no such driver\x02empty DN\x02empty id\x02empty name\x02disa" +
|
||
"bled user\x02join user into project of default domain or identical domai" +
|
||
"n\x02sysadmin is protected\x02cannot remove current user from current pr" +
|
||
"oject\x02join group into project of default domain or identical domain" +
|
||
"\x02query error %s\x02missing input feild type\x02missing input field bl" +
|
||
"ob\x02encrypt error %s\x02unmarshal StandaloneResourceCreateInput fail %" +
|
||
"s\x02cannot delete default domain\x02domain is enabled\x02domain is in u" +
|
||
"se by user\x02group is in use by group\x02domain is in use by project" +
|
||
"\x02domain is in use by role\x02domain is in use by policy\x02domain con" +
|
||
"tains external resources\x02readonly\x02default domain is protected\x02f" +
|
||
"ield %s is readonly\x02endpoint is enabled\x02missing input field interf" +
|
||
"ace\x02missing input field service/service_id\x02not found cert %s\x02ge" +
|
||
"t sensitive config requires admin priviliges\x02cannot update config whe" +
|
||
"n enabled and connected\x02cannot update config when not idle\x02saveCon" +
|
||
"fig fail %s\x02invalid template\x02missing driver\x02driver %s not suppo" +
|
||
"rted\x02driver %s already exists\x02Account disabled\x02cannot delete de" +
|
||
"fault SQL identity provider\x02cannot delete enabled idp\x02identity pro" +
|
||
"vider with projects\x02enabled domain %s cannot be deleted\x02cannot upd" +
|
||
"ate in sync status\x02domain is disabled\x02resource is enabled\x02missi" +
|
||
"ng input field type\x02fail to decode policy data\x02cannot delete enabl" +
|
||
"ed policy\x02cannot delete system project\x02project contains external r" +
|
||
"esources\x02project contains user\x02project contains group\x02cannot al" +
|
||
"ter system project name\x02region contains endpoints\x02missing input fi" +
|
||
"eld id\x02cannot alter name of role\x02cannot delete system role\x02role" +
|
||
" is being assigned to user\x02role is being assigned to group\x02not sup" +
|
||
"ported update context\x02not supported update context %s\x02inconsistent" +
|
||
" domain for project and roles\x02not supported secondary update context " +
|
||
"%s\x02service contains endpoints\x02service is enabled\x02update config " +
|
||
"version fail %s\x02cannot alter sysadmin user name\x02invalid password: " +
|
||
"%s\x02cannot delete non-local user\x02user contains external resources" +
|
||
"\x02cannot delete system user\x02cannot join user and group in differnt " +
|
||
"domain\x02cannot join read-only group\x02cannot leave read-only group" +
|
||
"\x02version mismatch\x02project disabled\x02user disabled\x02expired tok" +
|
||
"en\x02invalid fernet token\x02invalid auth methods\x02user not found\x02" +
|
||
"empty auth request\x02user not in project\x02invalid access key id\x02ex" +
|
||
"pired access key\x02unrecognized input %s\x02unauthorized %s\x02fail to " +
|
||
"decode request body\x02duplicate username\x02user not found or not enabl" +
|
||
"ed\x02invalid user\x02invalid project\x02internal server error %s\x02inv" +
|
||
"alid domain\x02not allow to auth\x02invalid token\x02invalid token %s" +
|
||
"\x02not allow to get usage\x02Unauthorized\x02InvalidToken\x02Name %s no" +
|
||
"t found\x02No login secret found\x02no totp for %s\x02no recovery secret" +
|
||
"s for %s\x02totp secret exists\x02No password found\x02No ssh password: " +
|
||
"%s\x02invalid resources format\x02service %s not found error: %v\x02miss" +
|
||
"ing uid\x02missing pids\x02missing pid in pids\x02missing rid in pids" +
|
||
"\x02missing rid\x02project is not found\x02No login key: %s\x02Not found" +
|
||
" kind in query: %v\x02Not found key in query: %v\x02unsupported action %" +
|
||
"s\x02global-settings not found\x02Not find executor for data source\x02f" +
|
||
"ailed parsing url %q: %v\x02unmarshal input fail %s\x02invalid character" +
|
||
"s %s"
|
||
|
||
var zh_CNIndex = []uint32{ // 368 elements
|
||
// Entry 0 - 1F
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
// Entry 20 - 3F
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000000, 0x00000000,
|
||
0x00000000, 0x00000000, 0x00000012, 0x00000012,
|
||
0x00000012, 0x00000012, 0x00000012, 0x00000012,
|
||
0x00000012, 0x00000012, 0x00000012, 0x00000012,
|
||
0x00000012, 0x00000012, 0x00000012, 0x00000012,
|
||
0x00000012, 0x00000012, 0x00000012, 0x00000012,
|
||
// Entry 40 - 5F
|
||
0x00000012, 0x00000012, 0x00000012, 0x00000012,
|
||
0x00000012, 0x00000012, 0x00000012, 0x00000012,
|
||
0x00000012, 0x00000012, 0x0000002a, 0x00000048,
|
||
0x0000006e, 0x00000097, 0x000000c3, 0x000000ec,
|
||
0x00000103, 0x0000011e, 0x00000134, 0x0000014a,
|
||
0x0000015b, 0x00000176, 0x00000191, 0x000001a4,
|
||
0x000001c0, 0x000001d6, 0x000001e8, 0x0000021f,
|
||
0x00000244, 0x0000026a, 0x00000294, 0x000002bb,
|
||
// Entry 60 - 7F
|
||
0x000002e8, 0x00000321, 0x00000374, 0x00000396,
|
||
0x000003b5, 0x000003cd, 0x000003fe, 0x0000041a,
|
||
0x00000433, 0x0000045f, 0x00000487, 0x000004a1,
|
||
0x000004b3, 0x000004cd, 0x000004dd, 0x000004f3,
|
||
0x00000505, 0x00000519, 0x0000052f, 0x0000054c,
|
||
0x0000056d, 0x0000057f, 0x0000059d, 0x000005ae,
|
||
0x000005c2, 0x000005d8, 0x000005ee, 0x000005fe,
|
||
0x00000615, 0x0000063d, 0x0000064d, 0x0000066e,
|
||
// Entry 80 - 9F
|
||
0x0000069f, 0x000006c3, 0x000006d5, 0x000006f1,
|
||
0x00000706, 0x00000721, 0x00000770, 0x00000786,
|
||
0x0000079c, 0x000007ae, 0x000007cc, 0x000007d9,
|
||
0x000007f2, 0x000007ff, 0x0000081b, 0x0000082d,
|
||
0x00000867, 0x00000893, 0x000008a2, 0x000008bf,
|
||
0x000008e4, 0x00000908, 0x0000092f, 0x0000094d,
|
||
0x0000098e, 0x000009a3, 0x000009e6, 0x00000a01,
|
||
0x00000a1c, 0x00000a2e, 0x00000a35, 0x00000a63,
|
||
// Entry A0 - BF
|
||
0x00000a8f, 0x00000aa8, 0x00000abe, 0x00000ace,
|
||
0x00000ae9, 0x00000af9, 0x00000b09, 0x00000b09,
|
||
0x00000b1f, 0x00000b37, 0x00000b4e, 0x00000b85,
|
||
0x00000bb3, 0x00000bd5, 0x00000bf7, 0x00000c1e,
|
||
0x00000c32, 0x00000c49, 0x00000c60, 0x00000c87,
|
||
0x00000caf, 0x00000cdc, 0x00000d05, 0x00000d17,
|
||
0x00000d2c, 0x00000d36, 0x00000d3f, 0x00000d4f,
|
||
0x00000d56, 0x00000d60, 0x00000d6a, 0x00000d7c,
|
||
// Entry C0 - DF
|
||
0x00000d98, 0x00000da5, 0x00000dbb, 0x00000dd4,
|
||
0x00000de4, 0x00000df4, 0x00000e04, 0x00000e12,
|
||
0x00000e22, 0x00000e32, 0x00000e48, 0x00000e58,
|
||
0x00000e6b, 0x00000e75, 0x00000e85, 0x00000e92,
|
||
0x00000e9f, 0x00000eac, 0x00000eb9, 0x00000ec6,
|
||
0x00000ed3, 0x00000ee6, 0x00000ef3, 0x00000f03,
|
||
0x00000f10, 0x00000f1a, 0x00000f2a, 0x00000f31,
|
||
0x00000f3e, 0x00000f4b, 0x00000f58, 0x00000f5f,
|
||
// Entry E0 - FF
|
||
0x00000f69, 0x00000f77, 0x00000f8a, 0x00000f97,
|
||
0x00000fa4, 0x00000fbd, 0x00000fcd, 0x00000fe0,
|
||
0x00000ff3, 0x00000ff3, 0x00000ff3, 0x00000ff3,
|
||
0x00000ff3, 0x00000ff3, 0x00001005, 0x00001019,
|
||
0x00001019, 0x0000102d, 0x00001043, 0x00001050,
|
||
0x00001050, 0x00001050, 0x00001050, 0x00001050,
|
||
0x00001050, 0x00001050, 0x00001050, 0x00001050,
|
||
0x00001050, 0x00001050, 0x00001050, 0x00001050,
|
||
// Entry 100 - 11F
|
||
0x00001050, 0x00001083, 0x00001083, 0x00001083,
|
||
0x00001083, 0x00001083, 0x00001083, 0x00001083,
|
||
0x00001083, 0x00001083, 0x00001083, 0x00001083,
|
||
0x00001083, 0x00001083, 0x00001083, 0x00001083,
|
||
0x00001083, 0x00001083, 0x00001083, 0x00001083,
|
||
0x00001083, 0x00001083, 0x00001083, 0x00001083,
|
||
0x00001083, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
// Entry 120 - 13F
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
// Entry 140 - 15F
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x00001093, 0x00001093,
|
||
0x00001093, 0x00001093, 0x0000109d, 0x000010ac,
|
||
0x000010be, 0x000010da, 0x000010f3, 0x00001114,
|
||
0x00001128, 0x00001138, 0x00001150, 0x00001166,
|
||
// Entry 160 - 17F
|
||
0x0000117d, 0x0000118a, 0x00001198, 0x000011ac,
|
||
0x000011c0, 0x000011cd, 0x000011dd, 0x000011f6,
|
||
0x00001212, 0x0000122d, 0x00001242, 0x00001242,
|
||
0x00001267, 0x0000127f, 0x0000127f, 0x00001295,
|
||
} // Size: 1496 bytes
|
||
|
||
const zh_CNData string = "" + // Size: 4757 bytes
|
||
"\x02找不到参数%s\x02无效的shared_mode %s\x02mx_priority应在[1,50]范围\x02无效的MX记录:无效的" +
|
||
"域名%s\x02无效的A记录:无效的IPv4地址%s\x02无效的AAAA记录:无效的IPv6地址%s\x02无效的CNAME记录:无效的域" +
|
||
"名%s\x02无效的路由CIDR %s\x02服务器内部错误:%s\x02服务器内部错误\x02无效的handler:%s\x02未找到ha" +
|
||
"ndler\x02找不到请求的键:%s\x02无效的请求头部:%v\x02请求处理超时\x02不允许记录列表为空\x02记录条目数过多\x02找" +
|
||
"不到%s方法\x02%s方法参数长度不匹配,期望数%d,实际%d\x02无效的ValidateCreateData返回值\x02ListIt" +
|
||
"emFilter返回无效的计数%d\x02OrderByExtraFields返回无效的计数%d\x02GetExtraDetails返回无效的" +
|
||
"计数%d\x02FetchCustomizeColumns返回无效的计数%d\x02FetchCustomizeColumns返回类型无数(" +
|
||
"不是slice)\x02FetchCustomizeColumns返回值无效,对象数目不匹配,输入%d,输出%d\x02ValidateUp" +
|
||
"dateData返回值无效\x02CustomizeDelete返回值无效\x02无效的联合资源%s\x02FetchCustomizeColu" +
|
||
"mns返回的结果数不正确\x02找不到上下文管理器\x02没有此上下文%s(%s)\x02从上下文中获取HTTP响应Writer失败\x02Fe" +
|
||
"tchCustomizeColumns返回值不正确\x02反射调用%s出错:%s\x02%s返回值无效\x02%s不允许获取%s属性\x02没有" +
|
||
"返回值\x02不允许获取详情\x02%s %s %s找不到\x02%s不允许获取%s\x02不允许创建对象\x02请求体不是JSON对象?" +
|
||
"\x02未指定name或者generate_name\x02不允许执行%s\x02找不到%s Allow %s %s方法\x02%s不允许%s " +
|
||
"%s\x02无效的JSON对象\x02不允许更新对象\x02不允许删除%s(%s)\x02不允许绑定\x02%s %s已与%s %s绑定\x02" +
|
||
"非默认域中的项目是被禁止的\x02新域未指定\x02检查名称重复时出错:%s\x02权限不足(要求%s,允许%s,实际%s)\x02不支持%" +
|
||
"s资源使用标签过滤\x02找不到动作%s\x02无法获取字符串字段\x02模型没有%s字段\x02数据库查询出错:%s\x02名称必须以字母开头" +
|
||
",内容仅包含字母、数字或英语破折号\x02不允许删除日志\x02请求体解析失败\x02找不到%s配额\x02%s默认配额不允许删除\x02权" +
|
||
"限不足\x02不允许列出域配额\x02权限不足\x02不允许列出项目配额\x02查询配额:%s\x02权限不足(要求:%s,允许:%s:资源" +
|
||
":%s)\x02权限不足(要求:%s,允许:%s)\x02无效范围%s\x02不允许创建%s,范围%s\x02不允许设置范围为整个系统" +
|
||
"\x02不允许设置范围为整个%s域\x02不允许设置范围为整个%s项目\x02插入共享资源出错:%s\x02名称需以字母开头,包含字母、数字,或" +
|
||
"“._@-”\x02名字长度超过%d\x02不允许使用系统保留键,请移除键名起始的下划线\x02输入键名长度超过%d\x02输入键值长度超过" +
|
||
"%d\x02找不到用户%s\x02禁止\x02非管理员不允许创建系统级别资源\x02该资源被锁定,无法执行 %s 操作\x02该资源已经被锁定" +
|
||
"\x02该资源未被锁定\x02未指定项目\x02Informer后端未初始化\x02无效的格式\x02操作不允许\x02无效的输入格式\x02缺" +
|
||
"少输入参数:%q\x02%q:常规错误:%s\x02类型错误:期望类型%s,%q的实际类型为%s\x02%q:错误的枚举值:期望%s,实际%" +
|
||
"s\x02%q:长度%d太短,最小为%d\x02%q:长度%d太长,最长为%d\x02%q:%d不在范围内,应为[%d,%d]\x02%q:无效" +
|
||
"的值%s\x02%q:无效的值:%v\x04\x00\x01 \x12\x02%q:无效的值\x02无法找到%q对应的模型管理器\x02无法" +
|
||
"通过名称或ID找到%q(%q)\x02无法通过名称或ID找到%q(%q):%s\x02无效的证书算法:%s,要求为%s\x02找不到prov" +
|
||
"ider\x02未实现GetProvider\x02未找到\x02Id重复\x02无效的状态\x02超时\x02未实现\x02不支持\x02无效" +
|
||
"的Provider\x02没有查询余额的权限\x02无效网关\x02服务器内部错误\x02资源不在可用状态\x02支付类错误\x02镜像未找" +
|
||
"到\x02找不到资源\x02找不到Spec\x02找不到动作\x02找不到租户\x02服务器状态错误\x02无效的格式\x02输入参数错误" +
|
||
"\x02弱密码\x02参数不存在\x02资源不足\x02资源不足\x02配置不足\x02超出范围\x02超出上限\x02权限不足\x02不支持的" +
|
||
"操作\x02内容非空\x02无效的请求\x02空的请求\x02未授权\x02无效的凭证\x02禁止\x02不可接受\x02名称重复\x02资" +
|
||
"源重复\x02冲突\x02资源忙\x02需要License\x02被保护的资源\x02没有项目\x02实体太大\x02尝试失败次数过多" +
|
||
"\x02请求数过多\x02不支持的协议\x02策略定义错误\x02找不到镜像%s\x02找不到%s资源%s\x02%s资源重名:%s\x02%s" +
|
||
"资源id重复:%s\x02权限不足\x02unmarshal StandaloneResourceCreateInput失败:%s\x02账" +
|
||
"号已禁用\x02未授权\x02无效的Token\x02找不到名字%s\x02找不到登录密文信息\x02找不到%s的TOTP信息\x02找不到" +
|
||
"%s的密文恢复信息\x02TOTP密文已存在\x02找不到密码\x02找不到SSH密码:%s\x02无效的资源格式\x02服务%s找不到:%v" +
|
||
"\x02未指定uid\x02未指定pids\x02pids中未指定pid\x02pids中未指定rid\x02未指定rid\x02找不到项目" +
|
||
"\x02找不到登录login_key\x02查询中找不到kind:%v\x02查询中找不到key:%v\x02不支持的动作%s\x02找不到数据" +
|
||
"源对应的执行器\x02解析URL %q出错:%v\x02不支持的字符 %s"
|
||
|
||
// Total table size 17448 bytes (17KiB); checksum: 7B173A9B
|