dragonbones-runtime
Version:
the tools to build dragonbones file for diffrent framework
83 lines (77 loc) • 5.89 kB
text/typescript
namespace egret {
$locale_strings = $locale_strings || {};
$locale_strings["en_US"] = $locale_strings["en_US"] || {};
let locale_strings = $locale_strings["en_US"];
//core 1000-1999
locale_strings[1001] = "Could not find Egret entry class: {0}。";
locale_strings[1002] = "Egret entry class '{0}' must inherit from egret.DisplayObject.";
locale_strings[1003] = "Parameter {0} must be non-null.";
locale_strings[1004] = "An object cannot be added as a child to one of it's children (or children's children, etc.).";
locale_strings[1005] = "An object cannot be added as a child of itself.";
locale_strings[1006] = "The supplied DisplayObject must be a child of the caller.";
locale_strings[1007] = "An index specified for a parameter was out of range.";
locale_strings[1008] = "Instantiate singleton error,singleton class {0} can not create multiple instances.";
locale_strings[1009] = "the Class {0} cannot use the property \"{1}\"";
locale_strings[1010] = "the property \"{1}\" of the Class \"{0}\" is readonly";
locale_strings[1011] = "Stream Error. URL: {0}";
locale_strings[1012] = "The type of parameter {0} must be Class.";
locale_strings[1013] = "Variable assignment is NaN, please see the code!";
locale_strings[1014] = "the constant \"{1}\" of the Class \"{0}\" is read-only";
locale_strings[1015] = "xml not found!";
locale_strings[1016] = "{0}has been obsoleted";
locale_strings[1017] = "The format of JSON file is incorrect: {0}\ndata: {1}";
locale_strings[1018] = "the scale9Grid is not correct";
locale_strings[1019] = "Network ab:{0}";
locale_strings[1020] = "Cannot initialize Shader";
locale_strings[1021] = "Current browser does not support webgl";
locale_strings[1022] = "{0} ArgumentError";
locale_strings[1023] = "This method is not available in the ScrollView!";
locale_strings[1025] = "end of the file";
locale_strings[1026] = "! EncodingError The code point {0} could not be encoded.";
locale_strings[1027] = "DecodingError";
locale_strings[1028] = ". called injection is not configured rule: {0}, please specify configuration during its initial years of injection rule, and then call the corresponding single case.";
locale_strings[1029] = "Function.prototype.bind - what is trying to be bound is not callable";
locale_strings[1033] = "Photos can not be used across domains toDataURL to convert base64";
locale_strings[1034] = "Music file decoding failed: \"{0}\", please use the standard conversion tool reconversion under mp3.";
locale_strings[1035] = "Native does not support this feature!";
locale_strings[1036] = "Sound has stopped, please recall Sound.play () to play the sound!";
locale_strings[1037] = "Non-load the correct blob!";
locale_strings[1038] = "XML format error!";
locale_strings[1039] = "Cross domains pictures can not get pixel information!";
locale_strings[1040] = "hitTestPoint can not detect crossOrigin images! Please check if the display object has crossOrigin elements.";
locale_strings[1041] = "{0} is deprecated, please use {1} replace";
locale_strings[1042] = "The parameters passed in the region needs is an integer in drawToTexture method. Otherwise, some browsers will draw abnormal.";
locale_strings[1043] = "Compile errors in {0}, the attribute name: {1}, the attribute value: {2}.";
locale_strings[1044] = "The current version of the Runtime does not support video playback, please use the latest version";
locale_strings[1045] = "The resource url is not found";
locale_strings[1046] = "BitmapText no corresponding characters: {0}, please check the configuration file";
locale_strings[1047] = "egret.localStorage.setItem save failed,key={0}&value={1}";
locale_strings[1048] = "Video loading failed";
locale_strings[1049] = "In the absence of sound is not allowed to play after loading";
locale_strings[1050] = "ExternalInterface calls the method without js registration: {0}";
//gui 3000-3099
locale_strings[3000] = "Theme configuration file failed to load: {0}";
locale_strings[3001] = "Cannot find the skin name which is configured in Theme: {0}";
locale_strings[3002] = "Index:\"{0}\" is out of the collection element index range";
locale_strings[3003] = "Cannot be available in this component. If this component is container, please continue to use";
locale_strings[3004] = "addChild(){0}addElement() replace";
locale_strings[3005] = "addChildAt(){0}addElementAt() replace";
locale_strings[3006] = "removeChild(){0}removeElement() replace";
locale_strings[3007] = "removeChildAt(){0}removeElementAt() replace";
locale_strings[3008] = "setChildIndex(){0}setElementIndex() replace";
locale_strings[3009] = "swapChildren(){0}swapElements() replace";
locale_strings[3010] = "swapChildrenAt(){0}swapElementsAt() replace";
locale_strings[3011] = "Index:\"{0}\" is out of the visual element index range";
locale_strings[3012] = "This method is not available in Scroller component!";
locale_strings[3013] = "UIStage is GUI root container, and only one such instant is in the display list!";
locale_strings[3014] = "set fullscreen error";
//socket 3100-3199
locale_strings[3100] = "Current browser does not support WebSocket";
locale_strings[3101] = "Please connect Socket firstly";
locale_strings[3102] = "Please set the type of binary type";
//db 4000-4299
locale_strings[4000] = "An Bone cannot be added as a child to itself or one of its children (or children's children, etc.)";
locale_strings[4001] = "Abstract class can not be instantiated!";
locale_strings[4002] = "Unnamed data!";
locale_strings[4003] = "Nonsupport version!";
}