Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Nov 24, 2024
1 parent b2f5d0f commit 0fb3186
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions state_of_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ translations:
t: Khớp mẫu
- key: options.currently_missing_from_js.pattern_matching.description
t: Một từ khóa `match` mới để khớp mẫu các đối tượng.
- key: options.currently_missing_from_js.pipe_operator
- key: options.currently_missing_from_js.js_pipeline_operator
t: Toán tử ống
- key: options.currently_missing_from_js.pipe_operator.description
- key: options.currently_missing_from_js.js_pipeline_operator.description
t: Một toán tử `|>` mới để truyền kết quả của một hàm cho một hàm khác.
- key: options.currently_missing_from_js.decorators
t: Trang trí
Expand Down Expand Up @@ -315,10 +315,10 @@ translations:
aliasFor: options.currently_missing_from_js.pattern_matching
- key: options.top_currently_missing_from_js.pattern_matching.description
aliasFor: options.currently_missing_from_js.pattern_matching.description
- key: options.top_currently_missing_from_js.pipe_operator
aliasFor: options.currently_missing_from_js.pipe_operator
- key: options.top_currently_missing_from_js.pipe_operator.description
aliasFor: options.currently_missing_from_js.pipe_operator.description
- key: options.top_currently_missing_from_js.js_pipeline_operator
aliasFor: options.currently_missing_from_js.js_pipeline_operator
- key: options.top_currently_missing_from_js.js_pipeline_operator.description
aliasFor: options.currently_missing_from_js.js_pipeline_operator.description
- key: options.top_currently_missing_from_js.decorators
aliasFor: options.currently_missing_from_js.decorators
- key: options.top_currently_missing_from_js.decorators.description
Expand Down Expand Up @@ -352,7 +352,7 @@ translations:
t: Trang trí
- key: options.top_currently_missing_from_js.multithreading
t: Đa luồng
- key: options.top_currently_missing_from_js.pipe_operator
- key: options.top_currently_missing_from_js.js_pipeline_operator
t: Toán tử ống
- key: options.top_currently_missing_from_js.native_observables
t: Quan sát được tự nhiên
Expand Down Expand Up @@ -571,7 +571,7 @@ translations:
# - key: features.pattern_matching
# t: Pattern Matching

# - key: features.pipe_operator
# - key: features.js_pipeline_operator
# t: Pipe Operator

# - key: features.immutable_data_structures
Expand Down

0 comments on commit 0fb3186

Please sign in to comment.