diff --git a/README.md b/README.md index f62834f2..4743c967 100755 --- a/README.md +++ b/README.md @@ -59,22 +59,22 @@ diff 操作如下: | --- | --- | | argument | 实参 | | parameter | 形参 | -| associatedtype | 关联类型 | +| associated type | 关联类型 | | range | 区间 | | type property | 类型属性 | -| Unary operator | 一元运算符 | -| Binary operator | 二元运算符 | -| Ternary operator | 三元运算符 | -| Labeled Statement | 具名语句 | -| conform Protocol | 遵循协议 | +| unary operator | 一元运算符 | +| binary operator | 二元运算符 | +| ternary operator | 三元运算符 | +| labeled statement | 具名语句 | +| conform protocol | 遵循协议 | | availability-condition | 可用性条件 | | fallthrough | 贯穿 | -| Branch Statement | 分支语句 | -| Control Transfer Statement | 控制传递语句 | -| Type Annotation | 类型标注 | -| Type Identifier | 类型标识符 | -| Metatype Type | 元类型 | -| Protocol Composition Type | 复合协议类型 | +| branch statement | 分支语句 | +| control transfer statement | 控制传递语句 | +| type annotation | 类型注解 | +| type identifier | 类型标识符 | +| metatype type | 元类型 | +| protocol composition type | 复合协议类型 | | associated value | 关联值 | | raw value | 原始值 | | computed property | 计算属性 | @@ -87,21 +87,21 @@ diff 操作如下: | statement | 语句 | | expression | 表达式 | | optional | 可选 | -| Implicitly Unwrapped optional | 隐式解包可选值 | -| Optional Binding | 可选绑定 | +| implicitly unwrapped optional | 隐式解包可选值 | +| optional binding | 可选绑定 | | optional chaining | 可选链 | | collection | 集合 | | convention | 约定 | | iterate | 迭代 | | nest | 嵌套 | -| Inheritance | 继承 | +| inheritance | 继承 | | override | 重写 | | base class | 基类 | -| Designated Initializer | 指定构造器 | -| Convenience Initializer | 便利构造器 | -| Automatic Reference Counting | 自动引用计数 | +| designated initializer | 指定构造器 | +| convenience initializer | 便利构造器 | +| automatic reference counting | 自动引用计数 | | type inference | 类型推断 | -| Type Casting | 类型转换 | +| type casting | 类型转换 | | unwrapped | 解包 | | wrapped | 包装 | | note | 注意 | @@ -109,7 +109,7 @@ diff 操作如下: | tuple | 元组 | | first-class | 一等 | | deinitializer | 析构器 | -| Initializer | 构造器 | +| initializer | 构造器 | | initialization | 构造过程 | | deinitialization | 析构过程 | | getter | 不翻译 | @@ -118,15 +118,16 @@ diff 操作如下: | property | 属性 | | attribute | 特性或者属性,根据上下文 | | method | 方法 | -| Enumeration | 枚举 | -| Structure | 结构体 | -| Protocol | 协议 | -| Extension | 扩展 | -| Generic | 泛型 | +| enumeration | 枚举 | +| structure | 结构体 | +| protocol | 协议 | +| extension | 扩展 | +| generic | 泛型 | | literal value | 字面量 | | alias | 别名 | -| Assertion | 断言 | +| assertion | 断言 | | conditional compilation | 条件编译 | +| opaque type | 不透明类型| # 贡献者