Skip to content

Commit 129cc2d

Browse files
authored
Update zh_CN translation of dataframes and working_with_strings (#516)
* Update zh_CN translation of dataframes and working_with_strings * cs
1 parent 382a1ed commit 129cc2d

File tree

4 files changed

+338
-115
lines changed

4 files changed

+338
-115
lines changed

book/dataframes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ dataframe you would get the next result
10221022
as you can see, the collect command executes the plan and creates a nushell
10231023
table for you.
10241024
1025-
All dataframes operations should work with eager or lazy dataframes. The are
1025+
All dataframes operations should work with eager or lazy dataframes. They are
10261026
converted in the background for compatibility. However, to take advantage of
10271027
lazy operations if is recommended to only use lazy operations with lazy
10281028
dataframes.
@@ -1060,7 +1060,7 @@ You can use the line buffer editor to format your queries (ctr + o) easily
10601060
10611061
This query uses the lazy reverse command to invert the dataframe and the
10621062
`with-column` command to create new two columns using `expressions`.
1063-
An `expression` is used to define and operation that is executed on the lazy
1063+
An `expression` is used to define an operation that is executed on the lazy
10641064
frame. When put together they create the whole set of instructions used by the
10651065
lazy commands to query the data. To list all the commands that generate an
10661066
expression you can use

i18n-meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{
103103
"name": "dataframes.md",
104104
"en": "Completed",
105-
"zh-CN": "b6c91cabfa@hustcer",
105+
"zh-CN": "382a1ed2e5@hustcer",
106106
"de": "-",
107107
"tr": "-",
108108
"ja": "-",
@@ -382,7 +382,7 @@
382382
{
383383
"name": "working_with_strings.md",
384384
"en": "Completed",
385-
"zh-CN": "b6c91cabfa@hustcer",
385+
"zh-CN": "5d093e293d@hustcer",
386386
"de": "0c788acfec@petrisch",
387387
"tr": "-",
388388
"ja": "-",

0 commit comments

Comments
 (0)