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
140.
Circular base class dependency involving `{0}' and `{1}'
2010-11-30
出现关于`{0}'和`{1}'的循环基类依赖关系
146.
A static member `{0}' cannot be marked as override, virtual or abstract
2010-11-30
静态成员`{0}'不能指定为重写的(override)、虚的(virtual)或抽象的(abstract)
147.
A member `{0}' marked as override cannot be marked as new or virtual
2010-11-30
指定为重写的(override)的成员`{0}'不能再被指定为覆盖的(new)或虚的(virtual)
148.
`{0}' cannot be both extern and abstract
2010-11-30
`{0}'不能同时为外部的(extern)和抽象的(abstract)
149.
`{0}' cannot be both abstract and sealed
2010-11-30
`{0}'不能同时为抽象的(abstract)和封闭的(sealed)
150.
The abstract method `{0}' cannot be marked virtual
2010-11-30
抽象方法`{0}'不能被指定为虚的(virtual)
151.
`{0}' is abstract but it is declared in the non-abstract class `{1}'
2010-11-30
`{0}'是抽象的,但是它声明在一个非抽象类`{1}'中
152.
`{0}': virtual or abstract members cannot be private
2010-11-30
`{0}':虚成员和抽象成员不能为私有成员
153.
`{0}' cannot be sealed because it is not an override
2010-11-30
`{0}'不能为封闭的,因为它不是重写方法
154.
`{0}': containing type does not implement interface `{1}'
2010-11-30
`{0}':所包含的类型没有实现接口`{1}'
155.
Type parameter `{0}' has same name as containing type, or method
2010-11-30
类型参数`{0}'与包含的类型或方法重名
156.
`{0}': member names cannot be the same as their enclosing type
2010-11-30
`{0}':成员名不能与其封装类型重名
159.
The class System.Object cannot have a base class or implement an interface.
2010-11-30
System.Object类不能拥有基类或实现接口
160.
Attribute `{0}' is only valid on classes derived from System.Attribute
2010-11-30
标记`{0}'仅在继承自System.Attribute的类上有效
501.
A member `{0}' is already defined. Rename this member or use different parameter types
2010-11-30
成员`{0}'已定义。重新命名该成员或使用不同的参数类型
665.
Cannot take the address of, get the size of, or declare a pointer to a managed type `{0}'
2010-11-30
无法取得托管类型“{0}”的地址、内存大小或声明指向该类型的指针。