diff --git a/state_of_js.yml b/state_of_js.yml index 767ce81..86bdce5 100644 --- a/state_of_js.yml +++ b/state_of_js.yml @@ -292,9 +292,9 @@ translations: t: パターンマッチ - key: options.currently_missing_from_js.pattern_matching.description t: オブジェクトのパターンマッチに使う新しい`match`キーワード。 - - key: options.currently_missing_from_js.pipe_operator + - key: options.currently_missing_from_js.js_pipeline_operator t: パイプ演算子 - - key: options.currently_missing_from_js.pipe_operator.description + - key: options.currently_missing_from_js.js_pipeline_operator.description t: 関数の結果を別の関数に渡す新しい`|>`演算子。 - key: options.currently_missing_from_js.decorators t: デコレータ @@ -329,10 +329,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 @@ -366,7 +366,7 @@ translations: t: Decorators - key: options.top_currently_missing_from_js.multithreading t: Multithreading - - key: options.top_currently_missing_from_js.pipe_operator + - key: options.top_currently_missing_from_js.js_pipeline_operator t: Pipe Operator - key: options.top_currently_missing_from_js.native_observables t: Native Observables @@ -583,7 +583,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