Skip to content

Commit 650ffe6

Browse files
Minor zh-tw updates (#87)
1 parent ebe0ce0 commit 650ffe6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crowdin/translated/api.zh-tw.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"description": "Set up the log file header."
129129
},
130130
"log.set_labels.param-name.*labels": {
131-
"message": "*labels",
131+
"message": "標籤",
132132
"description": "(parameter name) Any number of positional arguments, each corresponding to an entry in the log header."
133133
},
134134
"log.set_labels.param-doc.*labels": {
@@ -152,7 +152,7 @@
152152
"description": "Add a data row to the log by passing a dictionary of headers and values."
153153
},
154154
"log.add-1.param-name.data_dictionary": {
155-
"message": "data dictionary",
155+
"message": "資料字典",
156156
"description": "(parameter name) The data to log as a dictionary with a key for each header."
157157
},
158158
"log.add-1.param-doc.data_dictionary": {

lang/zh-tw/typeshed/stdlib/log.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ present, it will generate a new header row with the additional columns.
2727
By default the first column contains a timestamp for each row. The time
2828
unit can be selected via the timestamp argument.
2929
30-
:param *labels: Any number of positional arguments, each corresponding to an entry in the log header.
30+
:param *labels: (標籤) Any number of positional arguments, each corresponding to an entry in the log header.
3131
:param timestamp: (時間戳記) Select the timestamp unit that will be automatically added as the first column in every row. Timestamp values can be one of ``log.MILLISECONDS``, ``log.SECONDS``, ``log.MINUTES``, ``log.HOURS``, ``log.DAYS`` or ``None`` to disable the timestamp. The default value is ``log.SECONDS``."""
3232
...
3333

@@ -46,7 +46,7 @@ to the log with the extra labels.
4646
Labels previously specified and not present in a call to this function will
4747
be skipped with an empty value in the log row.
4848
49-
:param data_dictionary: The data to log as a dictionary with a key for each header."""
49+
:param data_dictionary: (資料字典) The data to log as a dictionary with a key for each header."""
5050
...
5151

5252
@overload

0 commit comments

Comments
 (0)