File tree Expand file tree Collapse file tree 22 files changed +23
-0
lines changed
Expand file tree Collapse file tree 22 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ STRINGTABLE
7070 IDS_INVALID_LENGTH "Array længde skal være et endeligt positivt heltal"
7171 IDS_ARRAY_EXPECTED "Array objekt forventet"
7272 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
73+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7374 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7475 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7576 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ STRINGTABLE
6969 IDS_INVALID_LENGTH "Größe des Array muss eine endliche, positive Ganzzahl sein"
7070 IDS_ARRAY_EXPECTED "Array-Objekt erwartet"
7171 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
72+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7273 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7374 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7475 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ STRINGTABLE
6969 IDS_INVALID_LENGTH "Array length must be a finite positive integer"
7070 IDS_ARRAY_EXPECTED "Array object expected"
7171 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
72+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7273 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7374 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7475 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ STRINGTABLE
6969 IDS_INVALID_LENGTH "La longitud del arreglo debe ser un entero positivo finito"
7070 IDS_ARRAY_EXPECTED "Objeto Arreglo esperado"
7171 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
72+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7273 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7374 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7475 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ STRINGTABLE
7171 IDS_INVALID_LENGTH "La longueur d'un tableau doit être un entier positif"
7272 IDS_ARRAY_EXPECTED "Objet tableau attendu"
7373 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
74+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7475 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7576 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7677 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ STRINGTABLE
7171 IDS_INVALID_LENGTH "Array length must be a finite positive integer"
7272 IDS_ARRAY_EXPECTED "אובייקט מערך היה צפוי"
7373 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
74+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7475 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7576 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7677 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ STRINGTABLE
6969 IDS_INVALID_LENGTH "A tömb hosszának egy véges pozitív egész számnak kell lennie"
7070 IDS_ARRAY_EXPECTED "Tömb objektumot vártam"
7171 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
72+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7273 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7374 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7475 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ STRINGTABLE
7070 IDS_INVALID_LENGTH "La lunghezza dell'array deve essere un intero finito e positivo"
7171 IDS_ARRAY_EXPECTED "Richiesto un oggetto array"
7272 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
73+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7374 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7475 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7576 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ STRINGTABLE
7070 IDS_INVALID_LENGTH "配列の長さは有限の正整数でなければなりません"
7171 IDS_ARRAY_EXPECTED "配列オブジェクトを期待していました"
7272 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
73+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7374 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7475 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7576 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ STRINGTABLE
7070 IDS_INVALID_LENGTH "배열 길이는 반드시 한정된 양의 정수이어야 합니다"
7171 IDS_ARRAY_EXPECTED "배열 객체가 필요합니다"
7272 IDS_INVALID_WRITABLE_PROP_DESC "'writable' attribute on the property descriptor cannot be set to 'true' on this object"
73+ IDS_OBJECT_NONEXTENSIBLE "Cannot define property '|': object is not extensible"
7374 IDS_NONCONFIGURABLE_REDEFINED "Cannot redefine non-configurable property '|'"
7475 IDS_NONWRITABLE_MODIFIED "Cannot modify non-writable property '|'"
7576 IDS_PROP_DESC_MISMATCH "Property cannot have both accessors and a value"
You can’t perform that action at this time.
0 commit comments