diff --git a/js/tamarin/core/AvmDebugUnix.cpp b/js/tamarin/core/AvmDebugUnix.cpp index f7818a208a6..e69de29bb2d 100644 --- a/js/tamarin/core/AvmDebugUnix.cpp +++ b/js/tamarin/core/AvmDebugUnix.cpp @@ -1,43 +0,0 @@ -/* - * AvmDebugUnix.cpp - * - * Copyright (C) 2005 Macromedia, Inc. All rights reserved. - * - * This source file is part of the Macromedia Garbage Collector (avmplus) - * - */ - -#include "avmplus.h" - -#include - -/*************************************************************************/ -/******************************* Debugging *******************************/ -/*************************************************************************/ - -namespace avmplus -{ - void AvmDebugMsg(bool debuggerBreak, const char *format, ...) - { -#ifdef _DEBUG - va_list args; - va_start(args, format); - vfprintf(stderr, format, args); - va_end(args); -#endif - } - - void AvmDebugMsg(const char* msg, bool debugBreak) - { -#ifdef _DEBUG - fprintf( stderr, "%s", msg ); -#endif - } - - void AvmDebugMsg(const wchar* msg, bool debugBreak) - { -#ifdef _DEBUG - fprintf( stderr, "%s", msg ); -#endif - } -} diff --git a/js/tamarin/localization/lang/ja/ErrorConstants.xml b/js/tamarin/localization/lang/ja/ErrorConstants.xml index 7d6d99dfc81..e69de29bb2d 100644 --- a/js/tamarin/localization/lang/ja/ErrorConstants.xml +++ b/js/tamarin/localization/lang/ja/ErrorConstants.xml @@ -1,742 +0,0 @@ - - - - - この表には、主要な AVMplus により生成されたすべてのエラーメッセージが含まれています。この表は、ローカリゼーションを容易にするためにリソース表と置き換えられる可能性があります。%o = ScriptObject* %t = Traits* %m = AbstractFunction* %n = Multiname (name portion only) %N = Multiname (namespace portion only) %a = Atom %d = int %f = double %S = Stringp %s = char* - - システムのメモリ不足です。 - - - メソッド %1 は実装されていません。 - - 精度の引数には %2 ~ %3 の値を指定してください。%1 は不正な値です。 - - - - 基数の引数には 2 ~ 36 の値を指定してください。%1 は不正な値です。 - - - - メソッド %1 が対応していないオブジェクトで呼び出されました。 - - - - 配列インデックスが正の整数 (%1) ではありません。 - - - - %1 は関数ではありません。 - big instead - of blg): - -
var blg:String = "foo";
-var big:Sprite = new Sprite();
-var error:int = big.length(); 
- ]]>
-
- コンストラクタ以外にインスタンス化が試行されました。 - %1 があいまいです。一致するバインディングが複数見つかりました。 - - null のオブジェクト参照のプロパティまたはメソッドにアクセスすることはできません。 - addChild() method of a DisplayObjectContainer object), then its stage - property is set to null. Thus, the example generates this error because Sprite object's stage property - cannot have any properties: - -
import flash.display.Sprite;
-var sprite1:Sprite = new Sprite();
-var q:String = sprite1.stage.quality;
- ]]>
-
- - 条件は未定義であり、プロパティがありません。 - var obj:Object = new Object(); -obj.a = "foo"; -trace(obj.b.prop); - -

You can also see this error because of a misspelling, for example in the following, where - mc represents a MovieClip object on the display list, and the stage - property is misspelled with a capital S (it should be stage):

- -
trace(mc.Stage.quality);
- - - ]]>
-
- - メソッド %1 に無効な opcode %2 (オフセット %3 内) が含まれています。 - note at the bottom of this table. * - ]]> - - - 最後の命令がコードサイズを超えました。 - note at the bottom of this table. * - ]]> - - - scopeDepth が 0 である場合、OP_findproperty を呼び出すことはできません。 - note at the bottom of this table. * - ]]> - - クラス %1 が見つかりません。 - - メソッド %1 はデフォルトの xml 名前空間を設定できません - note at the bottom of this table. * - ]]> - - Descendants 演算子 (..) は型 %1 でサポートされていません。 - - スコープのスタックオーバーフローが発生しました。 - note at the bottom of this table. * - ]]> - - - スコープのスタックアンダーフローが発生しました。 - note at the bottom of this table. * - ]]> - - - Getscopeobject %1 が境界外です。 - note at the bottom of this table. * - ]]> - - - コードがメソッドの末尾からはみ出すことはできません。 - note at the bottom of this table. * - ]]> - - - 最低 1 つのブランチターゲットがメソッドの有効な命令を反映していません。 - note at the bottom of this table. * - ]]> - - - Void 型は、関数の戻り型としてのみ使用できます。 - note at the bottom of this table. * - ]]> - - - スタックオーバーフローが発生しました。 - note at the bottom of this table. * - ]]> - - - スタックアンダーフローが発生しました。 - note at the bottom of this table. * - ]]> - - - 無効なレジスタ %1 がアクセスされました。 - note at the bottom of this table. * - ]]> - - - スロット %1 が %3 の slotCount=%2 を超えています。 - note at the bottom of this table. * - ]]> - - - Method_info %1 が method_count=%2 を超えています。 - note at the bottom of this table. * - ]]> - - - Disp_id %1 が %3 の max_disp_id=%2 を超えています。 - note at the bottom of this table. * - ]]> - - - Disp_id %1 が %2 に対して未定義です。 - note at the bottom of this table. * - ]]> - - - スタックの深さがアンバランスです。%1 != %2。 - note at the bottom of this table. * - ]]> - - - スコープの深さがアンバランスです。%1 != %2。 - note at the bottom of this table. * - ]]> - - - Cpool のインデックス %1 が %2 の範囲外です。 - note at the bottom of this table. * - ]]> - - Cpool のエントリ %1 の型が正しくありません。 - 強制型変換に失敗しました。%1 を %2 に変換できません。 - - メソッド %1 で無効な super 式が見つかりました。 - note at the bottom of this table. * - ]]> - - - %2 のメソッド %1 に代入できません。 - note at the bottom of this table. * - ]]> - - - %1 は定義済みです。 - for loops - in the same function definition) are considered to be in the same scope. - See the note at the bottom of this table. * - ]]> - - - メソッドは参照されるまで検証できません。 - note at the bottom of this table. * - ]]> - - - instanceof の右側はクラスまたは関数でなければなりません。 - instanceof operator must be a class or function. - ]]> - - - 演算子の右側はクラスでなければなりません。 - instanceof operator must be a class. - ]]> - - - ABC ファイルではありません。major_version=%1 minor_version=%2 です。 - - - - code_length=%1 が無効です。 - note at the bottom of this table. * - ]]> - - - MethodInfo-%1 サポートされていないフラグ =%2。 - note at the bottom of this table. * - ]]> - - - サポートされていない種類の機能 =%1。 - note at the bottom of this table. * - ]]> - - - MethodInfo-%1 が定義の前に参照されています。 - note at the bottom of this table. * - ]]> - - - エントリポイントが見つかりませんでした。 - note at the bottom of this table. * - ]]> - - - プロトタイプオブジェクトはバニラオブジェクトでなければなりません。 - note at the bottom of this table. * - ]]> - - - %1 をプリミティブに変換できません。 - note at the bottom of this table. * - ]]> - - - %1 へのアーリーバインディングアクセスが無効です。 - note at the bottom of this table. * - ]]> - - - 無効な URI が %1 関数に渡されました。 - note at the bottom of this table. * - ]]> - - - %2 の %1 のオーバーライドが無効です。 - note at the bottom of this table. * - ]]> - - - 例外ハンドラの範囲またはターゲットオフセットが無効です。 - note at the bottom of this table. * - ]]> - - - %2 のプロパティ %1 を作成できません。 - - - - %1 はメソッドしか含むことができません。 - note at the bottom of this table. * - ]]> - - - 無効なオペランド型 :%1 は %2 でなければなりません。 - note at the bottom of this table. * - ]]> - - - ClassInfo-%1 が定義の前に参照されています。 - note at the bottom of this table. * - ]]> - - - ClassInfo %1 が class_count=%2 を超えています。 - note at the bottom of this table. * - ]]> - - - 値 %1 を %2 に変換すると精度が失われます。 - int. - -

This error also appears for out-of-range assignments, such as the following:

- -
var m0:int = 2147483648; // int.MAX_VALUE == 2147483647
-

You can also see this error when using the bitwise left shift operator (<<). - For example, consider the following code:

- -
var m0:uint = 0xFF;
-var m1:uint = m0<<24;
- -

The result of left shift operator (<<) is interpreted as a 32-bit two's complement number - with sign. In the example, the result is a negative value, which causes the error when assigned - to the uint typed property. A workaround is the following:

- -
var m0:uint = 0xFF;
-var m1:uint = uint(m0<<24);
- - ]]>
-
- %1 の引数の数が一致していません。%2 が必要ですが、%3 が指定されました。 - - メソッド %1 をコンストラクタとして呼び出すことはできません。 - f() in Class A: -
class A {
-	   function f() {}
-	}
- In the following code, extracting the function causes no error. However, creating - a new instance of the function causes an error. -
var a = new A()
-	var m = a.f // extract f, don't call it
-	m() // same as a.f()
-	new m() // causes this error
- - ]]>
-
- - 変数 %1 は定義されていません。 - print(x) generates an error because x is undefined. However, the - statement print(y) doesn't generate an error because y is defined: -
print("hello world")
-	print(x) // x is undefined
-	var y
-	print(y) // No error, y is defined.
- ]]>
-
- - function('function body') という書式はサポートされていません。 - eval() and - function(). Thus, calling these as a constructor in ActionScript 3.0 generates this error. - ]]> - - - ネイティブメソッド %1 のメソッドボディが無効です。 - note at the bottom of this table. * - ]]> - - - %1 と %2 は共有できません。 - note at the bottom of this table. * - ]]> - - - %2 にプロパティ %1 が見つからず、デフォルト値もありません。 - x, which is not defined and cannot be created dynamically: -
class A {} // sealed class, not dynamic
-	print(new A().x) // no property x defined on A, and A is not dynamic
- ]]>
-
- - %2 にメソッド %1 が見つかりません。 - super statement to call a function, but the function doesn't exist in the super class. - For example, the following code generates the error:
class A() {}
-class B extends A {
-  function f() { print(super.f()); } // error 1070, there is no f on A
-}
- ]]>
-
- 関数 %1 は %2 にバインド済みです。 - - Disp_id 0 が無効です。 - note at the bottom of this table. * - ]]> - - - disp_id %2 が重複しているために、非オーバーライドメソッド %1 が置換されました。 - note at the bottom of this table. * - ]]> - - %2 の読み取り専用プロパティ %1 へは書き込みできません。 - - Math は関数ではありません。 - math() as a function, but math is a class with static methods. - ]]> - - - Math はコンストラクタではありません。 - - - %2 の書き込み専用プロパティ %1 の読み込みは無効です。 - - オプコードとマルチネームの組み合わせが無効です :%1<%2>。 - note at the bottom of this table. * - ]]> - - - 読み込まれたコードではネイティブメソッドを使用できません。 - note at the bottom of this table. * - ]]> - - - 名前空間の値が無効です。 - note at the bottom of this table. * - ]]> - - %2 にプロパティ %1 が見つからず、デフォルト値もありません。 - - デフォルトの名前空間が設定されていません。 - note at the bottom of this table. * - ]]> - - - エレメント "%2" の接頭辞 "%1" がバインドされていません。 - foo - namespace to match foo:x:
<foo:x xmlns:clowns='http://circuscenter.com'>
- ]]>
-
- - エレメントまたは属性 ("%1") が QName プロダクションと一致しません : QName::=(NCName':')?NCName。 - foo: or :foo as an element or attribute name, but there is nothing - on the other side of the colon. - ]]> - - エレメント型 "%1" は対応する終了タグ "</%2>" で終了する必要があります。 - - %1 メソッドは、単一のアイテムを含むリストに対してのみ使用できます。 - addNamespace, appendChild, childIndex, - inScopeNamespaces, insertChildAfter, insertChildBefore, - name, namespace, localName, namespaceDeclarations, - nodeKind, prependChild, removeNamespace, replace, - setChildren, setLocalName, setName, and setNamespace. - - ]]> - - インデックス付きの XML への代入は許可されません。 - - ルートエレメントに続くドキュメントのマークアップは整形式でなければなりません。 - -
  • Parsing an XMLList style object such as as XML
  • -
  • Misbalanced strings such as
  • - - ]]>
    -
    - 複数のアイテムを含むリストへの代入はサポートされていません。 - - XML パーサエラー :エレメントの形式が正しくありません。 - >
    is missing: - -
    <a/><b></b
    ]]> - - XML パーサエラー :CDATA セクションが終了していません。 - XML パーサエラー :XML 宣言が終了していません。 - XML パーサエラー :DOCTYPE 宣言が終了していません。 - XML パーサエラー :コメントが終了していません。 - XML パーサエラー :属性が終了していません。 - XML パーサエラー :エレメントが終了していません。 - XML パーサエラー :処理命令が終了していません。 - - no namespace の接頭辞 %1 が無効です。 - ns = new Namespace ("prefix", ""); - ]]> - - - RegExp から別の RegExp を構築する際にフラグを渡すことはできません。 - new operator and set the flags as desired. For example, this statement - creates a regular expression and specifies flag settings: - var re:RegExp = new RegExp("ali", /s) - Alternatively, this statement creates a regular expression that has the same flags as re: -
    var re2:RegExp = new RegExp(re, ...)
    ]]>
    -
    - - 不明なスコープを持つメソッド %1 を検証できません。 - note at the bottom of this table. * - ]]> - - - 型 %1 のデフォルト値が無効です。 - note at the bottom of this table. * - ]]> - - - クラス %1 は、final 基本クラスを拡張できません。 - note at the bottom of this table. * - ]]> - - 属性 "%1" (エレメント "%2") は既に指定されています。 - - ABC データは破損しているため、境界外の読み取りが試行されました。 - note at the bottom of this table. * - ]]> - - - OP_newclass オプコードが不正な基本クラスで使用されました。 - note at the bottom of this table. * - ]]> - - - 結合されていない関数 %1 をメソッド %2 から直接呼び出そうとしました。 - note at the bottom of this table. * - ]]> - - - %1 は %2 を拡張できません。 - note at the bottom of this table. * - ]]> - - - %1 は %2 を実装できません。 - note at the bottom of this table. * - ]]> - - クラスの型変換に指定された引数の数が不正です。1 個必要ですが、%1 個指定されました。 - - OP_newactivation が NEED_ACTIVATION フラグなしでメソッドで使用されました。 - note at the bottom of this table. * - ]]> - - - グローバルスコープなしで OP_getglobalslot または OP_setglobalslot が使用されました。 - note at the bottom of this table. * - ]]> - - %1 はコンストラクタではありません。 - Function.prototype.apply の 2 番目の引数は配列でなければなりません。 - 無効な XML 名 : %1。 - ノード間に不正な周期的なループがあります。 - Delete 演算子はオペランド型 %1 でサポートされていません。 - %2 のプロパティ %1 を削除できません。 - メソッド %1 のメソッドボディが重複しています。 - インターフェイスメソッド %1 のメソッドボディが無効です。 - Filter 演算子は型 %1 でサポートされていません。 - OP_hasnext2 を明示的に登録するには、オブジェクトとインデックスが必要です。 - ファイル %1 を開く際にエラーが発生しました。 - - ファイル %1 に書き込む際にエラーが発生しました。 - - - - スクリプトがデフォルトのタイムアウト時間の 15 秒を超えて実行されました。 - - - - スクリプトが 30 秒後の終了に失敗したため、強制終了しました。 - - - - ファイルの終端です。 - - - 文字列インデックス %1 が境界外です。%2 ~ %3 の範囲内である必要があります。 - - 指定した範囲は無効です。 - start parameter is greater than its end parameter. - ]]> - - 引数 %1 は null にすることができません。 - - 引数 %1 に指定した値は無効です。 - public function doSomething(const:int):void { - } - this ["doSomething"] ("str") - generates an error at runtime because doSomething is cast as an int data type. ]]> - - - 圧縮データの解凍時にエラーが発生しました。 - - - 強制型変換に失敗しました。%1 を %2 に変換できません。 - コールバック引数がクラスのメソッドのとき、任意指定の引数 'this' は null でなければなりません。 -
    diff --git a/js/tamarin/localization/lang/ja/build.xml b/js/tamarin/localization/lang/ja/build.xml index c91e0e28814..e69de29bb2d 100644 --- a/js/tamarin/localization/lang/ja/build.xml +++ b/js/tamarin/localization/lang/ja/build.xml @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/js/tamarin/localization/lang/ko/ErrorConstants.xml b/js/tamarin/localization/lang/ko/ErrorConstants.xml index 7fb0d159d8f..e69de29bb2d 100644 --- a/js/tamarin/localization/lang/ko/ErrorConstants.xml +++ b/js/tamarin/localization/lang/ko/ErrorConstants.xml @@ -1,742 +0,0 @@ - - - - - This table contains all of the error messages generated by core avmplus. This will likely be replaced by a resource table for easy localization. %o = ScriptObject* %t = Traits* %m = AbstractFunction* %n = Multiname (name portion only) %N = Multiname (namespace portion only) %a = Atom %d = int %f = double %S = Stringp %s = char* - - 시스템의 메모리가 부족합니다. - - - 메서드 %1이(가) 구현되지 않습니다. - - 정밀도 인수는 %2과 %3 사이의 값이어야 합니다. %1은(는) 유효하지 않습니다. - - - - 기수 인수는 2와 36 사이의 값이어야 하지만 %1입니다. - - - - 호환되지 않는 객체에서 메서드 %1을(를) 호출했습니다. - - - - 배열 인덱스가 양의 정수(%1)가 아닙니다. - - - - %1은(는) 함수가 아닙니다. - big instead - of blg): - -
    var blg:String = "foo";
    -var big:Sprite = new Sprite();
    -var error:int = big.length(); 
    - ]]>
    -
    - 비생성자에서 인스턴스화를 시도했습니다. - %1은(는) 모호합니다. 일치하는 바인딩이 두 개 이상 있습니다. - - null 객체 참조의 속성이나 메서드에 액세스할 수 없습니다. - addChild() method of a DisplayObjectContainer object), then its stage - property is set to null. Thus, the example generates this error because Sprite object's stage property - cannot have any properties: - -
    import flash.display.Sprite;
    -var sprite1:Sprite = new Sprite();
    -var q:String = sprite1.stage.quality;
    - ]]>
    -
    - - 정의되지 않은 용어이며 속성이 없습니다. - var obj:Object = new Object(); -obj.a = "foo"; -trace(obj.b.prop); - -

    You can also see this error because of a misspelling, for example in the following, where - mc represents a MovieClip object on the display list, and the stage - property is misspelled with a capital S (it should be stage):

    - -
    trace(mc.Stage.quality);
    - - - ]]>
    -
    - - 메서드 %1은(는) 잘못된 opcode %2을(를) 포함하고 있습니다(오프셋 %3에 있음). - note at the bottom of this table. * - ]]> - - - 마지막 명령이 코드 크기를 초과했습니다. - note at the bottom of this table. * - ]]> - - - scopeDepth가 0이면 OP_findproperty를 호출할 수 없습니다. - note at the bottom of this table. * - ]]> - - 클래스 %1을(를) 찾을 수 없습니다. - - 메서드 %1은(는) 기본 xml 네임스페이스를 설정할 수 없습니다. - note at the bottom of this table. * - ]]> - - 하위 연산자(..)는 %1 유형에서 지원되지 않습니다. - - 범위 스택 오버플로가 발생했습니다. - note at the bottom of this table. * - ]]> - - - 범위 스택 언더플로가 발생했습니다. - note at the bottom of this table. * - ]]> - - - Getscopeobject %1이(가) 범위를 벗어났습니다. - note at the bottom of this table. * - ]]> - - - 코드는 메서드 끝 부분을 벗어날 수 없습니다. - note at the bottom of this table. * - ]]> - - - 적어도 하나의 분기 대상이 메서드의 유효한 명령에 있지 않습니다. - note at the bottom of this table. * - ]]> - - - void 형식은 함수 반환 형식으로만 사용할 수 있습니다. - note at the bottom of this table. * - ]]> - - - 스택 오버플로가 발생했습니다. - note at the bottom of this table. * - ]]> - - - 스택 언더플로가 발생했습니다. - note at the bottom of this table. * - ]]> - - - 유효하지 않은 레지스터 %1을(를) 액세스했습니다. - note at the bottom of this table. * - ]]> - - - 슬롯 %1이(가) %3의 slotCount=%2을(를) 초과했습니다. - note at the bottom of this table. * - ]]> - - - Method_info %1이(가) method_count=%2을(를) 초과했습니다. - note at the bottom of this table. * - ]]> - - - Disp_id %1이(가) %3의 max_disp_id=%2을(를) 초과했습니다. - note at the bottom of this table. * - ]]> - - - Disp_id %1이(가) %2에 정의되어 있지 않습니다. - note at the bottom of this table. * - ]]> - - - 스택 깊이의 균형이 맞지 않습니다. %1 != %2 - note at the bottom of this table. * - ]]> - - - 범위 심도의 균형이 맞지 않습니다. %1 != %2 - note at the bottom of this table. * - ]]> - - - Cpool 인덱스 %1이(가) 범위 %2을(를) 벗어났습니다. - note at the bottom of this table. * - ]]> - - Cpool 항목 %1은(는) 잘못된 유형입니다. - 유형 강제 변환에 실패했습니다. %1을(를) %2(으)로 변환할 수 없습니다. - - 메서드 %1에 잘못된 super 표현식이 있습니다. - note at the bottom of this table. * - ]]> - - - %2의 메서드 %1에 할당할 수 없습니다. - note at the bottom of this table. * - ]]> - - - %1이(가) 이미 정의되어 있습니다. - for loops - in the same function definition) are considered to be in the same scope. - See the note at the bottom of this table. * - ]]> - - - 참조할 때까지 메서드를 확인할 수 없습니다. - note at the bottom of this table. * - ]]> - - - instanceof의 오른쪽은 클래스 또는 함수여야 합니다. - instanceof operator must be a class or function. - ]]> - - - 연산자의 오른쪽은 클래스여야 합니다. - instanceof operator must be a class. - ]]> - - - ABC 파일이 아닙니다. major_version=%1 minor_version=%2 - - - - code_length=%1이(가) 유효하지 않습니다. - note at the bottom of this table. * - ]]> - - - flags=%1을(를) 지원하지 않는 MethodInfo-%2입니다. - note at the bottom of this table. * - ]]> - - - traits kind=%1을(를) 지원하지 않습니다. - note at the bottom of this table. * - ]]> - - - 정의하기 전에 MethodInfo-%1을(를) 참조합니다. - note at the bottom of this table. * - ]]> - - - 진입점을 찾을 수 없습니다. - note at the bottom of this table. * - ]]> - - - 프로토타입 객체는 vanilla 객체여야 합니다. - note at the bottom of this table. * - ]]> - - - %1을(를) 원시 값으로 변환할 수 없습니다. - note at the bottom of this table. * - ]]> - - - %1에 대한 초기 바인딩 액세스가 잘못되었습니다. - note at the bottom of this table. * - ]]> - - - %1 함수에 유효하지 않은 URI가 전달되었습니다. - note at the bottom of this table. * - ]]> - - - %2의 %1에 대한 재정의가 잘못되었습니다. - note at the bottom of this table. * - ]]> - - - 예외 핸들러의 범위 또는 대상 오프셋이 잘못되었습니다. - note at the bottom of this table. * - ]]> - - - %2에 속성 %1을(를) 만들 수 없습니다. - - - - %1은(는) 메서드만 포함할 수 있습니다. - note at the bottom of this table. * - ]]> - - - 피연산자 유형이 잘못되었습니다. %1은(는) %2이어야 합니다. - note at the bottom of this table. * - ]]> - - - 정의하기 전에 ClassInfo-%1을(를) 참조합니다. - note at the bottom of this table. * - ]]> - - - ClassInfo %1이(가) class_count=%2을(를) 초과했습니다. - note at the bottom of this table. * - ]]> - - - 정밀도의 손상 없이는 값 %1을(를) %2(으)로 변환할 수 없습니다. - int. - -

    This error also appears for out-of-range assignments, such as the following:

    - -
    var m0:int = 2147483648; // int.MAX_VALUE == 2147483647
    -

    You can also see this error when using the bitwise left shift operator (<<). - For example, consider the following code:

    - -
    var m0:uint = 0xFF;
    -var m1:uint = m0<<24;
    - -

    The result of left shift operator (<<) is interpreted as a 32-bit two's complement number - with sign. In the example, the result is a negative value, which causes the error when assigned - to the uint typed property. A workaround is the following:

    - -
    var m0:uint = 0xFF;
    -var m1:uint = uint(m0<<24);
    - - ]]>
    -
    - %1에서 인수 개수가 일치하지 않습니다. %2개가 필요하지만 %3개가 있습니다. - - 메서드 %1을(를) 생성자로 호출할 수 없습니다. - f() in Class A: -
    class A {
    -	   function f() {}
    -	}
    - In the following code, extracting the function causes no error. However, creating - a new instance of the function causes an error. -
    var a = new A()
    -	var m = a.f // extract f, don't call it
    -	m() // same as a.f()
    -	new m() // causes this error
    - - ]]>
    -
    - - 변수 %1이(가) 정의되어 있지 않습니다. - print(x) generates an error because x is undefined. However, the - statement print(y) doesn't generate an error because y is defined: -
    print("hello world")
    -	print(x) // x is undefined
    -	var y
    -	print(y) // No error, y is defined.
    - ]]>
    -
    - - 양식 함수('함수 본문')는 지원되지 않습니다. - eval() and - function(). Thus, calling these as a constructor in ActionScript 3.0 generates this error. - ]]> - - - 기본 메서드 %1의 메서드 본문이 잘못되었습니다. - note at the bottom of this table. * - ]]> - - - %1과(와) %2을(를) 조정할 수 없습니다. - note at the bottom of this table. * - ]]> - - - %2에서 속성 %1을(를) 찾을 수 없습니다. 기본값이 없습니다. - x, which is not defined and cannot be created dynamically: -
    class A {} // sealed class, not dynamic
    -	print(new A().x) // no property x defined on A, and A is not dynamic
    - ]]>
    -
    - - %2에서 메서드 %1을(를) 찾을 수 없습니다. - super statement to call a function, but the function doesn't exist in the super class. - For example, the following code generates the error:
    class A() {}
    -class B extends A {
    -  function f() { print(super.f()); } // error 1070, there is no f on A
    -}
    - ]]>
    -
    - 함수 %1이(가) 이미 %2에 바인딩되었습니다. - - Disp_id 0이 잘못되었습니다. - note at the bottom of this table. * - ]]> - - - 복제된 disp_id %2(으)로 인해 재정의되지 않은 메서드 %1이(가) 대체되었습니다. - note at the bottom of this table. * - ]]> - - %2의 읽기 전용 속성 %1에는 쓸 수 없습니다. - - Math는 함수가 아닙니다. - math() as a function, but math is a class with static methods. - ]]> - - - Math는 생성자가 아닙니다. - - - %2의 쓰기 전용 속성 %1은(는) 읽을 수 없습니다. - - 잘못된 opcode/multiname 조합입니다. %1<%2>. - note at the bottom of this table. * - ]]> - - - 로드된 코드에는 기본 메서드를 사용할 수 없습니다. - note at the bottom of this table. * - ]]> - - - 네임스페이스의 값이 잘못되었습니다. - note at the bottom of this table. * - ]]> - - 속성 %1을(를) %2에서 찾을 수 없습니다. 기본값이 없습니다. - - 기본 네임스페이스가 설정되지 않았습니다. - note at the bottom of this table. * - ]]> - - - 요소 "%2"에 대한 접두어 "%1"이(가) 바인딩되지 않았습니다. - foo - namespace to match foo:x:
    <foo:x xmlns:clowns='http://circuscenter.com'>
    - ]]>
    -
    - - 요소 또는 속성("%1")이 QName 생성 규칙과 일치하지 않습니다. QName::=(NCName':')?NCName - foo: or :foo as an element or attribute name, but there is nothing - on the other side of the colon. - ]]> - - 요소 유형 "%1"은(는) 일치하는 끝 태그 "</%2>"(으)로 끝나야 합니다. - - %1 메서드는 항목 하나를 포함한 목록에서만 작동합니다. - addNamespace, appendChild, childIndex, - inScopeNamespaces, insertChildAfter, insertChildBefore, - name, namespace, localName, namespaceDeclarations, - nodeKind, prependChild, removeNamespace, replace, - setChildren, setLocalName, setName, and setNamespace. - - ]]> - - 인덱싱된 XML에 할당할 수 없습니다. - - 루트 요소 다음에 나오는 문서 내의 태그는 올바른 형식이어야 합니다. - -
  • Parsing an XMLList style object such as as XML
  • -
  • Misbalanced strings such as
  • - - ]]>
    -
    - 둘 이상의 항목이 있는 목록에 할당이 지원되지 않습니다. - - XML 파서 실패: 요소가 잘못되었습니다. - >
    is missing: - -
    <a/><b></b
    ]]> - - XML 파서 실패: CDATA 섹션이 종결되지 않았습니다. - XML 파서 실패: XML 선언이 종결되지 않았습니다. - XML 파서 실패: DOCTYPE 선언이 종결되지 않았습니다. - XML 파서 실패: 주석이 종결되지 않았습니다. - XML 파서 실패: 속성이 종결되지 않았습니다. - XML 파서 실패: 요소가 종결되지 않았습니다. - XML 파서 실패: 처리 명령이 종결되지 않았습니다. - - 네임스페이스 없음에 대한 접두어 %1이(가) 잘못되었습니다. - ns = new Namespace ("prefix", ""); - ]]> - - - 다른 RegExp로부터 하나의 RegExp를 만드는 경우 플래그를 제공할 수 없습니다. - new operator and set the flags as desired. For example, this statement - creates a regular expression and specifies flag settings: - var re:RegExp = new RegExp("ali", /s) - Alternatively, this statement creates a regular expression that has the same flags as re: -
    var re2:RegExp = new RegExp(re, ...)
    ]]>
    -
    - - 범위를 알 수 없는 메서드 %1은(는) 확인할 수 없습니다. - note at the bottom of this table. * - ]]> - - - 유형 %1의 기본값이 잘못되었습니다. - note at the bottom of this table. * - ]]> - - - 클래스 %1은(는) 최종 기본 클래스를 확장할 수 없습니다. - note at the bottom of this table. * - ]]> - - 속성 "%1"이(가) 요소 "%2"에 대해 이미 지정되었습니다. - - ABC 데이터가 손상되었으며 범위를 벗어나는 읽기를 시도합니다. - note at the bottom of this table. * - ]]> - - - OP_newclass opcode가 잘못된 기본 클래스에서 사용되었습니다. - note at the bottom of this table. * - ]]> - - - 언바운드 함수 %1을(를) 메서드 %2(으)로부터 직접 호출하려고 시도합니다. - note at the bottom of this table. * - ]]> - - - %1은(는) %2을(를) 확장할 수 없습니다. - note at the bottom of this table. * - ]]> - - - %1은(는) %2을(를) 구현할 수 없습니다. - note at the bottom of this table. * - ]]> - - 인수 개수가 클래스 강제 변환 시 일치하지 않습니다. 1개가 필요하지만 %1개가 있습니다. - - NEED_ACTIVATION 플래그가 없는 메서드에 OP_newactivation이 사용되었습니다. - note at the bottom of this table. * - ]]> - - - 전역 범위 없이 OP_getglobalslot 또는 OP_setglobalslot이 사용되었습니다. - note at the bottom of this table. * - ]]> - - %1은(는) 생성자가 아닙니다. - Function.prototype.apply의 두 번째 인수는 배열이어야 합니다. - 잘못된 XML 이름: %1 - 노드 사이의 순환 루프가 잘못되었습니다. - 유형 %1의 피연산자에 대해서는 Delete 연산자가 지원되지 않습니다. - %2의 속성 %1을(를) 삭제할 수 없습니다. - 메서드 %1에 복제된 메서드 본문이 있습니다. - 인터페이스 메서드 %1에 잘못된 메서드 본문이 있습니다. - 유형 %1에서는 필터 연산자가 지원되지 않습니다. - OP_hasnext2는 개별 레지스터가 되려면 객체 및 인덱스가 있어야 합니다. - 파일 %1을(를) 여는 동안 오류가 발생했습니다. - - 파일 %1에 쓰는 동안 오류가 발생했습니다. - - - - 스크립트 실행 시간이 기본 제한 시간인 15초를 초과했습니다. - - - - 스크립트가 30초 후에도 끝나지 않아 종료했습니다. - - - - 파일의 끝입니다. - - - 문자열 인덱스 %1이(가) 범위를 벗어났습니다. %2와 %3 사이의 범위에 있어야 합니다. - - 유효하지 않은 범위가 지정되었습니다. - start parameter is greater than its end parameter. - ]]> - - 인수 %1은(는) null일 수 없습니다. - - 인수 %1에 지정된 값이 유효하지 않습니다. - public function doSomething(const:int):void { - } - this ["doSomething"] ("str") - generates an error at runtime because doSomething is cast as an int data type. ]]> - - - 데이터의 압축을 푸는 동안 오류가 발생했습니다. - - - 유형 강제 변환에 실패했습니다. %1을(를) %2(으)로 변환할 수 없습니다. - 콜백 인수가 클래스의 메서드인 경우 선택적 인수 'this'는 null이어야 합니다. -
    diff --git a/js/tamarin/localization/lang/ko/build.xml b/js/tamarin/localization/lang/ko/build.xml index c91e0e28814..e69de29bb2d 100644 --- a/js/tamarin/localization/lang/ko/build.xml +++ b/js/tamarin/localization/lang/ko/build.xml @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/js/tamarin/localization/lang/zh_CN/ErrorConstants.xml b/js/tamarin/localization/lang/zh_CN/ErrorConstants.xml index 8caf0bd9add..e69de29bb2d 100644 --- a/js/tamarin/localization/lang/zh_CN/ErrorConstants.xml +++ b/js/tamarin/localization/lang/zh_CN/ErrorConstants.xml @@ -1,742 +0,0 @@ - - - - - 此表中包含由核心 avmplus 生成的所有错误信息。可能会用资源表替换此表,以便于进行本地化。%o = ScriptObject* %t = Traits* %m = AbstractFunction* %n = Multiname (仅用于名称部分) %N = Multiname (仅用于命名空间部分) %a = Atom %d = int %f = double %S = Stringp %s = char* - - 系统内存不足。 - - - 未实现 %1 方法。 - - 精度参数必须介于 %2 到 %3 之间;%1 无效。 - - - - 基数参数必须介于 2 到 36 之间;当前值为 %1。 - - - - 对不兼容的对象调用了方法 %1。 - - - - 数组索引不是正整数 (%1)。 - - - - %1 不是函数。 - big instead - of blg): - -
    var blg:String = "foo";
    -var big:Sprite = new Sprite();
    -var error:int = big.length(); 
    - ]]>
    -
    - 尝试实例化的函数不是构造函数。 - %1 有歧义;找到多个匹配的绑定。 - - 无法访问空对象引用的属性或方法。 - addChild() method of a DisplayObjectContainer object), then its stage - property is set to null. Thus, the example generates this error because Sprite object's stage property - cannot have any properties: - -
    import flash.display.Sprite;
    -var sprite1:Sprite = new Sprite();
    -var q:String = sprite1.stage.quality;
    - ]]>
    -
    - - 术语尚未定义,并且无任何属性。 - var obj:Object = new Object(); -obj.a = "foo"; -trace(obj.b.prop); - -

    You can also see this error because of a misspelling, for example in the following, where - mc represents a MovieClip object on the display list, and the stage - property is misspelled with a capital S (it should be stage):

    - -
    trace(mc.Stage.quality);
    - - - ]]>
    -
    - - 方法 %1 包含非法 opcode %2 (偏移量为 %3)。 - note at the bottom of this table. * - ]]> - - - 最后一条指令超出代码大小。 - note at the bottom of this table. * - ]]> - - - 当 scopeDepth 为 0 时,无法调用 OP_findproperty。 - note at the bottom of this table. * - ]]> - - 无法找到类 %1。 - - 方法 %1 无法设置默认 XML 命名空间 - note at the bottom of this table. * - ]]> - - 类型 %1 不支持后代运算符 (..)。 - - 发生范围堆栈上溢。 - note at the bottom of this table. * - ]]> - - - 发生范围堆栈下溢。 - note at the bottom of this table. * - ]]> - - - Getscopeobject %1 超出范围。 - note at the bottom of this table. * - ]]> - - - 代码不能超出方法结尾。 - note at the bottom of this table. * - ]]> - - - 至少一个分支目标不是方法中的有效指令。 - note at the bottom of this table. * - ]]> - - - void 类型只能用作函数返回类型。 - note at the bottom of this table. * - ]]> - - - 发生堆栈上溢。 - note at the bottom of this table. * - ]]> - - - 发生堆栈下溢。 - note at the bottom of this table. * - ]]> - - - 访问了无效的注册 %1。 - note at the bottom of this table. * - ]]> - - - Slot %1 超出 %3 中 slotCount=%2 的限制。 - note at the bottom of this table. * - ]]> - - - Method_info %1 超出 method_count=%2 的限制。 - note at the bottom of this table. * - ]]> - - - Disp_id %1 超出 %3 中 max_disp_id=%2 的限制。 - note at the bottom of this table. * - ]]> - - - Disp_id %1 在 %2 上未定义。 - note at the bottom of this table. * - ]]> - - - 堆栈深度不对称。%1 != %2。 - note at the bottom of this table. * - ]]> - - - 范围深度不对称。%1 != %2。 - note at the bottom of this table. * - ]]> - - - Cpool 索引 %1 超出范围 %2。 - note at the bottom of this table. * - ]]> - - Cpool 项 %1 类型错误。 - 强制转换类型失败:无法将 %1 转换为 %2。 - - 发现方法 %1 中存在非法的 super 表达式。 - note at the bottom of this table. * - ]]> - - - 无法在 %2 上为方法 %1 赋值。 - note at the bottom of this table. * - ]]> - - - %1 已定义。 - for loops - in the same function definition) are considered to be in the same scope. - See the note at the bottom of this table. * - ]]> - - - 在方法被引用之前无法对其进行验证。 - note at the bottom of this table. * - ]]> - - - instanceof 的右侧必须是类或函数。 - instanceof operator must be a class or function. - ]]> - - - 运算符的右侧必须是类。 - instanceof operator must be a class. - ]]> - - - 不是 ABC 文件。major_version=%1 minor_version=%2。 - - - - code_length=%1 无效。 - note at the bottom of this table. * - ]]> - - - MethodInfo-%1 不支持 flags=%2。 - note at the bottom of this table. * - ]]> - - - 不支持 trait kind=%1。 - note at the bottom of this table. * - ]]> - - - MethodInfo-%1 被引用时未定义。 - note at the bottom of this table. * - ]]> - - - 未找到入口点。 - note at the bottom of this table. * - ]]> - - - 原型对象必须是 vanilla 对象。 - note at the bottom of this table. * - ]]> - - - 无法将 %1 转换为原始类型。 - note at the bottom of this table. * - ]]> - - - 对 %1 的早期绑定访问是非法的。 - note at the bottom of this table. * - ]]> - - - 传递给 %1 函数的 URI 无效。 - note at the bottom of this table. * - ]]> - - - 在 %2 中非法覆盖 %1。 - note at the bottom of this table. * - ]]> - - - 异常处理函数中存在非法的范围或目标偏移量。 - note at the bottom of this table. * - ]]> - - - 无法为 %2 创建属性 %1。 - - - - %1 只能包含方法。 - note at the bottom of this table. * - ]]> - - - 非法的操作数类型: %1 必须是 %2。 - note at the bottom of this table. * - ]]> - - - ClassInfo-%1 被引用时未定义。 - note at the bottom of this table. * - ]]> - - - ClassInfo %1 超出 class_count=%2 的限制。 - note at the bottom of this table. * - ]]> - - - 无法在不损失精度的情况下将值 %1 转换为 %2。 - int. - -

    This error also appears for out-of-range assignments, such as the following:

    - -
    var m0:int = 2147483648; // int.MAX_VALUE == 2147483647
    -

    You can also see this error when using the bitwise left shift operator (<<). - For example, consider the following code:

    - -
    var m0:uint = 0xFF;
    -var m1:uint = m0<<24;
    - -

    The result of left shift operator (<<) is interpreted as a 32-bit two's complement number - with sign. In the example, the result is a negative value, which causes the error when assigned - to the uint typed property. A workaround is the following:

    - -
    var m0:uint = 0xFF;
    -var m1:uint = uint(m0<<24);
    - - ]]>
    -
    - %1 的参数数量不匹配。应该有 %2 个,当前为 %3 个。 - - 无法将方法 %1 作为构造函数调用。 - f() in Class A: -
    class A {
    -	   function f() {}
    -	}
    - In the following code, extracting the function causes no error. However, creating - a new instance of the function causes an error. -
    var a = new A()
    -	var m = a.f // extract f, don't call it
    -	m() // same as a.f()
    -	new m() // causes this error
    - - ]]>
    -
    - - 变量 %1 未定义。 - print(x) generates an error because x is undefined. However, the - statement print(y) doesn't generate an error because y is defined: -
    print("hello world")
    -	print(x) // x is undefined
    -	var y
    -	print(y) // No error, y is defined.
    - ]]>
    -
    - - 不支持 function('function body') 形式。 - eval() and - function(). Thus, calling these as a constructor in ActionScript 3.0 generates this error. - ]]> - - - 内置方法 %1 含有非法的方法正文。 - note at the bottom of this table. * - ]]> - - - %1 和 %2 无法协调一致。 - note at the bottom of this table. * - ]]> - - - 在 %2 上找不到属性 %1,且没有默认值。 - x, which is not defined and cannot be created dynamically: -
    class A {} // sealed class, not dynamic
    -	print(new A().x) // no property x defined on A, and A is not dynamic
    - ]]>
    -
    - - 在 %2 上找不到方法 %1 - super statement to call a function, but the function doesn't exist in the super class. - For example, the following code generates the error:
    class A() {}
    -class B extends A {
    -  function f() { print(super.f()); } // error 1070, there is no f on A
    -}
    - ]]>
    -
    - 函数 %1 已被绑定到 %2。 - - Disp_id 0 是非法的。 - note at the bottom of this table. * - ]]> - - - 由于 disp_id %2 的重复,非覆盖方法 %1 已被替换。 - note at the bottom of this table. * - ]]> - - %2 上存在对只读属性 %1 的非法写入。 - - Math 不是函数。 - math() as a function, but math is a class with static methods. - ]]> - - - Math 不是构造函数。 - - - %2 上存在对只写属性 %1 的非法读取。 - - 非法的 opcode/multiname 组合: %1<%2>。 - note at the bottom of this table. * - ]]> - - - 载入代码中不允许使用内置方法。 - note at the bottom of this table. * - ]]> - - - 非法的命名空间值。 - note at the bottom of this table. * - ]]> - - 在 %2 上找不到属性 %1,且没有默认值。 - - 未设置默认的命名空间。 - note at the bottom of this table. * - ]]> - - - 元素“%2”的前缀“%1”未绑定。 - foo - namespace to match foo:x:
    <foo:x xmlns:clowns='http://circuscenter.com'>
    - ]]>
    -
    - - 元素或属性 (“%1”) 与 QName 定义不匹配: QName::=(NCName':')?NCName。 - foo: or :foo as an element or attribute name, but there is nothing - on the other side of the colon. - ]]> - - 元素类型“%1”必须以匹配的结束标记“</%2>”结束。 - - %1 方法只能用于包含单一项目的列表。 - addNamespace, appendChild, childIndex, - inScopeNamespaces, insertChildAfter, insertChildBefore, - name, namespace, localName, namespaceDeclarations, - nodeKind, prependChild, removeNamespace, replace, - setChildren, setLocalName, setName, and setNamespace. - - ]]> - - 不允许对索引 XML 进行赋值。 - - 文档中根元素后面的标记格式必须正确。 - -
  • Parsing an XMLList style object such as as XML
  • -
  • Misbalanced strings such as
  • - - ]]>
    -
    - 不支持对包含多个项目的列表进行赋值。 - - XML 分析器失败: 元素格式不正确。 - >
    is missing: - -
    <a/><b></b
    ]]> - - XML 分析器失败: CDATA 部分未结束。 - XML 分析器失败: XML 声明未结束。 - XML 分析器失败: DOCTYPE 声明未结束。 - XML 分析器失败: 注释未结束。 - XML 分析器失败: 属性未结束。 - XML 分析器失败: 元素未结束。 - XML 分析器失败: 正在处理的指令未结束。 - - no namespace 带有非法前缀 %1。 - ns = new Namespace ("prefix", ""); - ]]> - - - 在由一个 RegExp 构建另一个的过程中无法提供标志。 - new operator and set the flags as desired. For example, this statement - creates a regular expression and specifies flag settings: - var re:RegExp = new RegExp("ali", /s) - Alternatively, this statement creates a regular expression that has the same flags as re: -
    var re2:RegExp = new RegExp(re, ...)
    ]]>
    -
    - - 无法验证具有未知范围的方法 %1。 - note at the bottom of this table. * - ]]> - - - 类型 %1 的默认值非法。 - note at the bottom of this table. * - ]]> - - - 类 %1 不能扩展最终基类。 - note at the bottom of this table. * - ]]> - - 已指定属性“%1”(针对元素“%2”)。 - - ABC 数据已损坏,尝试的读取操作超出范围。 - note at the bottom of this table. * - ]]> - - - OP_newclass opcode 使用的基类不正确。 - note at the bottom of this table. * - ]]> - - - 尝试直接调用非绑定函数 %1 (从方法 %2 中调用)。 - note at the bottom of this table. * - ]]> - - - %1 无法扩展 %2。 - note at the bottom of this table. * - ]]> - - - %1 无法实现 %2。 - note at the bottom of this table. * - ]]> - - 类强制转换的参数数量不匹配。应为 1 个,当前为 %1 个。 - - 方法中使用的 OP_newactivation 没有 NEED_ACTIVATION 标志。 - note at the bottom of this table. * - ]]> - - - 使用的 OP_getglobalslot 或 OP_setglobalslot 不具有全局范围。 - note at the bottom of this table. * - ]]> - - %1 不是构造函数。 - Function.prototype.apply 的第二个参数必须是数组。 - XML 名称无效: %1。 - 节点间存在非法循环。 - 类型 %1 的操作数不支持删除运算符。 - 无法为 %2 删除属性 %1。 - 方法 %1 具有重复的方法正文。 - 接口方法 %1 含有非法的方法正文。 - 类型 %1 不支持过滤运算符。 - OP_hasnext2 要求对象和索引位于不同的寄存器。 - 打开文件 %1 时出错。 - - 写入文件 %1 时出错。 - - - - 脚本的执行时间已经超过了 15 秒的默认超时设置。 - - - - 脚本未能在 30 秒后退出而被终止。 - - - - 文件结尾。 - - - 字符串索引 %1 超出范围;必须在 %2 到 %3 的范围内。 - - 指定的范围无效。 - start parameter is greater than its end parameter. - ]]> - - 参数 %1 不能为空。 - - 为参数 %1 指定的值无效。 - public function doSomething(const:int):void { - } - this ["doSomething"] ("str") - generates an error at runtime because doSomething is cast as an int data type. ]]> - - - 解压缩数据时出错。 - - - 强制转换类型失败:无法将 %1 转换为 %2。 - 如果回调参数是某个类的方法,则可选参数“this”必须为空。 -
    diff --git a/js/tamarin/localization/lang/zh_CN/build.xml b/js/tamarin/localization/lang/zh_CN/build.xml index c91e0e28814..e69de29bb2d 100644 --- a/js/tamarin/localization/lang/zh_CN/build.xml +++ b/js/tamarin/localization/lang/zh_CN/build.xml @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/js/tamarin/localization/lang/zh_TW/ErrorConstants.xml b/js/tamarin/localization/lang/zh_TW/ErrorConstants.xml index 3b4d96c4816..e69de29bb2d 100644 --- a/js/tamarin/localization/lang/zh_TW/ErrorConstants.xml +++ b/js/tamarin/localization/lang/zh_TW/ErrorConstants.xml @@ -1,742 +0,0 @@ - - - - - 這個表格包含所有 core avmplus 產生的錯誤訊息。這很可能會由資源清單代替,以方便中文化。%o = ScriptObject* %t = Traits* %m = AbstractFunction* %n = Multiname (name portion only) %N = Multiname (namespace portion only) %a = Atom %d = int %f = double %S = Stringp %s = char* - - 系統記憶體不足。 - - - 未實作方法 %1。 - - 精確度引數必須介於 %2 和 %3 之間;%1 無效。 - - - - 基數引數必須介於 2 和 36 之間;目前引數為 %1。 - - - - 在不相容的物件上呼叫了 %1 方法。 - - - - 陣列索引不是正整數 (%1)。 - - - - %1 不是函數。 - big instead - of blg): - -
    var blg:String = "foo";
    -var big:Sprite = new Sprite();
    -var error:int = big.length(); 
    - ]]>
    -
    - 嘗試個體化非建構函式。 - %1 出現模稜兩可的情況;找到一個以上的相符繫結。 - - 無法存取 Null 物件參考的屬性或方法。 - addChild() method of a DisplayObjectContainer object), then its stage - property is set to null. Thus, the example generates this error because Sprite object's stage property - cannot have any properties: - -
    import flash.display.Sprite;
    -var sprite1:Sprite = new Sprite();
    -var q:String = sprite1.stage.quality;
    - ]]>
    -
    - - 詞彙未定義且沒有屬性。 - var obj:Object = new Object(); -obj.a = "foo"; -trace(obj.b.prop); - -

    You can also see this error because of a misspelling, for example in the following, where - mc represents a MovieClip object on the display list, and the stage - property is misspelled with a capital S (it should be stage):

    - -
    trace(mc.Stage.quality);
    - - - ]]>
    -
    - - 方法 %1 包含不合法的 Opcode %2 (在位移 %3)。 - note at the bottom of this table. * - ]]> - - - 最後的指令超過程式碼大小。 - note at the bottom of this table. * - ]]> - - - 當 scopeDepth 是 0 時,無法呼叫 OP_findproperty。 - note at the bottom of this table. * - ]]> - - 找不到類別 %1。 - - 方法 %1 無法設定預設的 xml 名稱空間 - note at the bottom of this table. * - ]]> - - 類型 %1 不支援子系運算子 (..)。 - - 發生範圍堆疊溢位。 - note at the bottom of this table. * - ]]> - - - 發生範圍堆疊反向溢位。 - note at the bottom of this table. * - ]]> - - - Getscopeobject %1 超出範圍。 - note at the bottom of this table. * - ]]> - - - 程式碼不能在方法的結尾之外。 - note at the bottom of this table. * - ]]> - - - 至少有一個分支目標不在方法中的有效指令上。 - note at the bottom of this table. * - ]]> - - - 類型 void 只能用來做為函數傳回類型。 - note at the bottom of this table. * - ]]> - - - 發生堆疊溢位。 - note at the bottom of this table. * - ]]> - - - 發生堆疊反向溢位。 - note at the bottom of this table. * - ]]> - - - 存取無效的註冊項目 %1。 - note at the bottom of this table. * - ]]> - - - 位置 %1 超過 %3 的 slotCount= %2。 - note at the bottom of this table. * - ]]> - - - Method_info %1 超過 method_count=%2。 - note at the bottom of this table. * - ]]> - - - Disp_id %1 超過 %3 的 max_disp_id=%2。 - note at the bottom of this table. * - ]]> - - - Disp_id %1 沒有定義於 %2。 - note at the bottom of this table. * - ]]> - - - 堆疊深度不對稱。%1 != %2。 - note at the bottom of this table. * - ]]> - - - 範圍深度不對稱。%1 != %2。 - note at the bottom of this table. * - ]]> - - - Cpool 索引 %1 超出範圍 %2。 - note at the bottom of this table. * - ]]> - - Cpool 項目 %1 類型錯誤。 - 強制轉型失敗: 無法將 %1 轉換成 %2。 - - 方法 %1 中有不合法的 super 陳述式。 - note at the bottom of this table. * - ]]> - - - 無法指定給 %2 上的方法 %1。 - note at the bottom of this table. * - ]]> - - - %1 已定義。 - for loops - in the same function definition) are considered to be in the same scope. - See the note at the bottom of this table. * - ]]> - - - 方法被參考後才能進行驗證。 - note at the bottom of this table. * - ]]> - - - instanceof 的右邊必須是類別或函式。 - instanceof operator must be a class or function. - ]]> - - - 運算子的右邊必須是類別。 - instanceof operator must be a class. - ]]> - - - 不是 ABC 檔案。major_version=%1 minor_version=%2。 - - - - 無效的 code_length=%1。 - note at the bottom of this table. * - ]]> - - - MethodInfo-%1 不支援的旗標=%2。 - note at the bottom of this table. * - ]]> - - - 不支援的 traits 類型=%1。 - note at the bottom of this table. * - ]]> - - - MethodInfo-%1 在定義之前被參考。 - note at the bottom of this table. * - ]]> - - - 找不到進入點。 - note at the bottom of this table. * - ]]> - - - 原型物件必須是 Vanilla 物件。 - note at the bottom of this table. * - ]]> - - - 無法將 %1 轉換成基本類型。 - note at the bottom of this table. * - ]]> - - - 不合法的早期繫結存取 %1。 - note at the bottom of this table. * - ]]> - - - 傳遞給 %1 函數的 URI 無效。 - note at the bottom of this table. * - ]]> - - - 不合法覆寫 %2 中的 %1。 - note at the bottom of this table. * - ]]> - - - 例外處理常式中出現不合法的範圍或目標位移。 - note at the bottom of this table. * - ]]> - - - 無法在 %2 上建立屬性 %1。 - - - - %1 只能包含方法。 - note at the bottom of this table. * - ]]> - - - 運算元類型不合法:%1 必須是 %2。 - note at the bottom of this table. * - ]]> - - - ClassInfo-%1 在定義之前被參考。 - note at the bottom of this table. * - ]]> - - - ClassInfo %1 超過 class_count=%2。 - note at the bottom of this table. * - ]]> - - - 值 %1 在轉換成 %2 後會有誤差。 - int. - -

    This error also appears for out-of-range assignments, such as the following:

    - -
    var m0:int = 2147483648; // int.MAX_VALUE == 2147483647
    -

    You can also see this error when using the bitwise left shift operator (<<). - For example, consider the following code:

    - -
    var m0:uint = 0xFF;
    -var m1:uint = m0<<24;
    - -

    The result of left shift operator (<<) is interpreted as a 32-bit two's complement number - with sign. In the example, the result is a negative value, which causes the error when assigned - to the uint typed property. A workaround is the following:

    - -
    var m0:uint = 0xFF;
    -var m1:uint = uint(m0<<24);
    - - ]]>
    -
    - %1 上的引數個數不相符。需要 %2 個,目前為 %3 個。 - - 無法將方法 %1 當作建構函式呼叫。 - f() in Class A: -
    class A {
    -	   function f() {}
    -	}
    - In the following code, extracting the function causes no error. However, creating - a new instance of the function causes an error. -
    var a = new A()
    -	var m = a.f // extract f, don't call it
    -	m() // same as a.f()
    -	new m() // causes this error
    - - ]]>
    -
    - - 變數 %1 未定義。 - print(x) generates an error because x is undefined. However, the - statement print(y) doesn't generate an error because y is defined: -
    print("hello world")
    -	print(x) // x is undefined
    -	var y
    -	print(y) // No error, y is defined.
    - ]]>
    -
    - - 不支援表單 function('function body')。 - eval() and - function(). Thus, calling these as a constructor in ActionScript 3.0 generates this error. - ]]> - - - 原生方法 %1 包含不合法的方法主體。 - note at the bottom of this table. * - ]]> - - - %1 和 %2 無法調解。 - note at the bottom of this table. * - ]]> - - - %2 上找不到屬性 %1,而且沒有預設值。 - x, which is not defined and cannot be created dynamically: -
    class A {} // sealed class, not dynamic
    -	print(new A().x) // no property x defined on A, and A is not dynamic
    - ]]>
    -
    - - %2 上找不到方法 %1 - super statement to call a function, but the function doesn't exist in the super class. - For example, the following code generates the error:
    class A() {}
    -class B extends A {
    -  function f() { print(super.f()); } // error 1070, there is no f on A
    -}
    - ]]>
    -
    - 函數 %1 已繫結至 %2。 - - Disp_id 0 不合法。 - note at the bottom of this table. * - ]]> - - - 由於 disp_id %2 重複,非 Override 方法 %1 已被代換。 - note at the bottom of this table. * - ]]> - - 不合法的寫入 %2 上的唯讀屬性 %1。 - - Math 不是函數。 - math() as a function, but math is a class with static methods. - ]]> - - - Math 不是建構函式。 - - - 不合法的讀取 %2 上的唯寫屬性 %1。 - - 不合法的 Opcode/Multiname 組合:%1<%2>。 - note at the bottom of this table. * - ]]> - - - 載入的程式碼中不允許使用原生方法。 - note at the bottom of this table. * - ]]> - - - 不合法的名稱空間值。 - note at the bottom of this table. * - ]]> - - %2 上找不到屬性 %1,且沒有預設值。 - - 未設定預設的名稱空間。 - note at the bottom of this table. * - ]]> - - - 未繫結元素 "%2" 的前置詞 "%1"。 - foo - namespace to match foo:x:
    <foo:x xmlns:clowns='http://circuscenter.com'>
    - ]]>
    -
    - - 元素或屬性 ("%1") 與 QName Production 不相符:QName::=(NCName':')?NCName。 - foo: or :foo as an element or attribute name, but there is nothing - on the other side of the colon. - ]]> - - 元素類型 '%1' 必須以相符的結束標籤 '</%2>' 結束。 - - %1 方法只有在包含一個項目的清單上才有作用。 - addNamespace, appendChild, childIndex, - inScopeNamespaces, insertChildAfter, insertChildBefore, - name, namespace, localName, namespaceDeclarations, - nodeKind, prependChild, removeNamespace, replace, - setChildren, setLocalName, setName, and setNamespace. - - ]]> - - 不允許索引 XML 的指定。 - - 文件中根元素之後的標記必須使用正確格式。 - -
  • Parsing an XMLList style object such as as XML
  • -
  • Misbalanced strings such as
  • - - ]]>
    -
    - 無法指定給包含多個項目的清單。 - - XML 剖析器失敗:元素格式錯誤。 - >
    is missing: - -
    <a/><b></b
    ]]> - - XML 剖析器失敗:未結束的 CDATA 區段。 - XML 剖析器失敗:未結束的 XML 宣告。 - XML 剖析器失敗:未結束的 DOCTYPE 宣告。 - XML 剖析器失敗:未結束的註解。 - XML 剖析器失敗:未結束的屬性。 - XML 剖析器失敗:未結束的元素。 - XML 剖析器失敗:未結束的處理指令。 - - no namespace 的前置詞 %1 不合法。 - ns = new Namespace ("prefix", ""); - ]]> - - - 從另一個 RegExp 建構 RegExp 時無法提供旗標。 - new operator and set the flags as desired. For example, this statement - creates a regular expression and specifies flag settings: - var re:RegExp = new RegExp("ali", /s) - Alternatively, this statement creates a regular expression that has the same flags as re: -
    var re2:RegExp = new RegExp(re, ...)
    ]]>
    -
    - - 無法以未知的範圍檢查方法 %1。 - note at the bottom of this table. * - ]]> - - - 類型 %1 的預設值不合法。 - note at the bottom of this table. * - ]]> - - - 類別 %1 無法擴充最後的基底類別。 - note at the bottom of this table. * - ]]> - - 屬性 "%1" 已經指定給元素 "%2"。 - - ABC 資料已經損毀,嘗試讀取超出範圍。 - note at the bottom of this table. * - ]]> - - - OP_newclass Opcode 使用於不正確的基底類別。 - note at the bottom of this table. * - ]]> - - - 嘗試直接從方法 %1 呼叫未繫結的函式 %2。 - note at the bottom of this table. * - ]]> - - - %1 無法擴充 %2。 - note at the bottom of this table. * - ]]> - - - %1 無法實作 %2。 - note at the bottom of this table. * - ]]> - - 強制類別上的引數個數不相符。需要 1 個,目前為 %1 個。 - - 方法中使用 OP_newactivation,未搭配 NEED_ACTIVATION 指標。 - note at the bottom of this table. * - ]]> - - - 在非全域範圍下使用 OP_getglobalslot 或 OP_setglobalslot。 - note at the bottom of this table. * - ]]> - - %1 不是建構函式。 - Function.prototype.apply 的第二個引數必須是陣列。 - 無效的 XML 名稱:%1。 - 節點之間的循環迴圈不合法。 - 類型 %1 的運算元不支援刪除運算子。 - 無法刪除 %2 上的屬性 %1。 - 方法 %1 包含重複的方法主體。 - Interface 方法 %1 包含不合法的方法主體。 - 類型 %1 不支援篩選運算子。 - OP_hasnext2 要求物件及索引為可辨識的登錄。 - 開啟檔案 %1 時發生錯誤。 - - 寫入檔案 %1 時發生錯誤。 - - - - script 已經執行超過預設的 15 秒逾時時段。 - - - - Script 並未在 30 秒後結束,已經被終止。 - - - - 檔案結尾。 - - - 字串索引 %1 超出範圍;範圍必須介於 %2 到 %3。 - - 指定的範圍無效。 - start parameter is greater than its end parameter. - ]]> - - 引數 %1 不能是 null。 - - 指定給引數 %1 的值無效。 - public function doSomething(const:int):void { - } - this ["doSomething"] ("str") - generates an error at runtime because doSomething is cast as an int data type. ]]> - - - 解壓縮資料時發生錯誤。 - - - 強制轉型失敗: 無法將 %1 轉換成 %2。 - 若回呼引數是 Class 的方法,選擇性的引數 'this' 必須是 null。 -
    diff --git a/js/tamarin/localization/lang/zh_TW/build.xml b/js/tamarin/localization/lang/zh_TW/build.xml index c91e0e28814..e69de29bb2d 100644 --- a/js/tamarin/localization/lang/zh_TW/build.xml +++ b/js/tamarin/localization/lang/zh_TW/build.xml @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -