Translations by Kenet Jervet

Kenet Jervet has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

5166 of 66 results
183.
Circular base class dependency involving `{0}' and `{1}'
2010-11-30
出现关于`{0}'和`{1}'的循环基类依赖关系
191.
A static member `{0}' cannot be marked as override, virtual or abstract
2010-11-30
静态成员`{0}'不能指定为重写的(override)、虚的(virtual)或抽象的(abstract)
192.
A member `{0}' marked as override cannot be marked as new or virtual
2010-11-30
指定为重写的(override)的成员`{0}'不能再被指定为覆盖的(new)或虚的(virtual)
193.
`{0}' cannot be both extern and abstract
2010-11-30
`{0}'不能同时为外部的(extern)和抽象的(abstract)
194.
`{0}' cannot be both abstract and sealed
2010-11-30
`{0}'不能同时为抽象的(abstract)和封闭的(sealed)
195.
The abstract method `{0}' cannot be marked virtual
2010-11-30
抽象方法`{0}'不能被指定为虚的(virtual)
196.
`{0}' is abstract but it is declared in the non-abstract class `{1}'
2010-11-30
`{0}'是抽象的,但是它声明在一个非抽象类`{1}'中
197.
`{0}': virtual or abstract members cannot be private
2010-11-30
`{0}':虚成员和抽象成员不能为私有成员
198.
`{0}' cannot be sealed because it is not an override
2010-11-30
`{0}'不能为封闭的,因为它不是重写方法
199.
`{0}': containing type does not implement interface `{1}'
2010-11-30
`{0}':所包含的类型没有实现接口`{1}'
200.
Type parameter `{0}' has same name as containing type, or method
2010-11-30
类型参数`{0}'与包含的类型或方法重名
201.
`{0}': member names cannot be the same as their enclosing type
2010-11-30
`{0}':成员名不能与其封装类型重名
202.
The class System.Object cannot have a base class or implement an interface.
2010-11-30
System.Object类不能拥有基类或实现接口
203.
Attribute `{0}' is only valid on classes derived from System.Attribute
2010-11-30
标记`{0}'仅在继承自System.Attribute的类上有效
660.
`{0}': An anonymous type cannot have multiple properties with the same name
2010-11-15
`{0}':匿名类型不能包含具有相同名称的多个属性
685.
Cannot take the address of, get the size of, or declare a pointer to a managed type `{0}'
2010-11-30
无法取得托管类型“{0}”的地址、内存大小或声明指向该类型的指针。