@@ -1774,11 +1774,11 @@ msgstr ""
1774
1774
msgid ""
1775
1775
"`map` applies a function to the value within, except it doesn't nothing "
1776
1776
"if result is `Err`."
1777
- msgstr "`map` 将函数应用于内部的值;如果结果是 `Err`,则不执行任何操作。 "
1777
+ msgstr "`map` 将函数应用于内部的值;如果结果是 `Err`,则不执行任何操作"
1778
1778
1779
1779
#: ../../language/error-handling.md:347
1780
1780
msgid "`map_err` does the opposite."
1781
- msgstr "`map_err` 则相反。 "
1781
+ msgstr "`map_err` 则相反"
1782
1782
1783
1783
#: ../../language/error-handling.md:349
1784
1784
msgid ""
@@ -1792,7 +1792,7 @@ msgstr ""
1792
1792
1793
1793
#: ../../language/error-handling.md:351
1794
1794
msgid "`to_option` converts a `Result` to `Option`."
1795
- msgstr "`to_option` 将 `Result` 转换为 `Option`。 "
1795
+ msgstr "`to_option` 将 `Result` 转换为 `Option`"
1796
1796
1797
1797
#: ../../language/error-handling.md:353
1798
1798
msgid ""
@@ -15173,9 +15173,9 @@ msgid ""
15173
15173
"the sequence. The former is called _external iterator_ (visible to user) "
15174
15174
"and the latter is called _internal iterator_ (invisible to user)."
15175
15175
msgstr ""
15176
- "迭代器是一个对象,它在遍历序列的同时提供对其元素的访问。传统的面向对象语言如 Java 的 `Iterator<T>` 使用 `next()` "
15176
+ "迭代器是一个对象,它在遍历序列的同时提供对其元素的访问。传统的面向对象语言如 Java 的 `Iterator<T>` 使用 `next()` 和 "
15177
15177
"`hasNext()` 来遍历迭代过程,而函数式语言(JavaScript 的 `forEach`,Lisp 的 "
15178
- "`mapcar`)提供了一个高阶函数,该函数接受一个操作和一个序列,然后使用该操作应用于序列。前者称为_外部迭代器_ (对用户可见),后者称为_内部迭代器_ (对用户不可见)。"
15178
+ "`mapcar`)提供了一个高阶函数,该函数接受一个操作和一个序列,然后使用该操作应用于序列。前者称为外部迭代器 (对用户可见),后者称为内部迭代器 (对用户不可见)。"
15179
15179
15180
15180
#: ../../language/fundamentals.md:813
15181
15181
msgid ""
@@ -15307,7 +15307,7 @@ msgstr "`IterEnd`: 标记迭代结束"
15307
15307
msgid ""
15308
15308
"`IterContinue`: marking the end of an iteration is yet to be reached, "
15309
15309
"implying the iteration will still continue at this state."
15310
- msgstr "`IterContinue`: 标记迭代结束尚未到达,暗示迭代将在此状态继续。 "
15310
+ msgstr "`IterContinue`: 标记迭代结束尚未到达,暗示迭代将在此状态继续"
15311
15311
15312
15312
#: ../../language/fundamentals.md:864
15313
15313
msgid ""
@@ -16741,7 +16741,7 @@ msgstr "算术、逻辑或比较操作"
16741
16741
msgid ""
16742
16742
"Accesses to array elements (e.g. `a[0]`), struct fields (e.g `r.x`), "
16743
16743
"tuple components (e.g. `t.0`), etc."
16744
- msgstr "访问数组元素(例如 `a[0]`),结构体字段(例如 `r.x`),元组组件(例如 `t.0`)等。 "
16744
+ msgstr "访问数组元素(例如 `a[0]`),结构体字段(例如 `r.x`),元组组件(例如 `t.0`)等"
16745
16745
16746
16746
#: ../../language/introduction.md:33
16747
16747
msgid "Variables and (capitalized) enum constructors"
0 commit comments