From b00b8aa3653b2fba434328919334154aefa6c460 Mon Sep 17 00:00:00 2001 From: QinShower Date: Sun, 20 Oct 2024 15:00:37 +0800 Subject: [PATCH] fix: add shortTitle column to Chinese readme (#3056) --- localization/zh/abstract-document/README.md | 1 + localization/zh/abstract-factory/README.md | 1 + localization/zh/active-object/README.md | 1 + localization/zh/acyclic-visitor/README.md | 1 + localization/zh/adapter/README.md | 1 + localization/zh/aggregator-microservices/README.md | 1 + localization/zh/ambassador/README.md | 1 + localization/zh/api-gateway/README.md | 1 + localization/zh/arrange-act-assert/README.md | 1 + localization/zh/async-method-invocation/README.md | 1 + localization/zh/balking/README.md | 1 + localization/zh/bridge/README.md | 1 + localization/zh/builder/README.md | 1 + localization/zh/business-delegate/README.md | 1 + localization/zh/bytecode/README.md | 1 + localization/zh/caching/README.md | 1 + localization/zh/callback/README.md | 1 + localization/zh/chain/README.md | 1 + localization/zh/circuit-breaker/README.md | 1 + localization/zh/cloud-static-content-hosting/README.md | 1 + localization/zh/collection-pipeline/README.md | 1 + localization/zh/combinator/README.md | 1 + localization/zh/command/README.md | 1 + localization/zh/commander/README.md | 1 + localization/zh/composite-entity/README.md | 1 + localization/zh/composite/README.md | 1 + localization/zh/converter/README.md | 1 + localization/zh/crtp/README.md | 1 + localization/zh/dao/README.md | 1 + localization/zh/data-bus/README.md | 1 + localization/zh/data-mapper/README.md | 1 + localization/zh/data-transfer-object/README.md | 1 + localization/zh/decorator/README.md | 1 + localization/zh/delegation/README.md | 1 + localization/zh/dependency-injection/README.md | 1 + localization/zh/dirty-flag/README.md | 1 + localization/zh/double-checked-locking/README.md | 1 + localization/zh/facade/README.md | 1 + localization/zh/factory-kit/README.md | 1 + localization/zh/factory-method/README.md | 1 + localization/zh/factory/README.md | 1 + localization/zh/interpreter/README.md | 1 + localization/zh/iterator/README.md | 1 + localization/zh/monitor/README.md | 1 + localization/zh/observer/README.md | 1 + localization/zh/private-class-data/README.md | 1 + localization/zh/producer-consumer/README.md | 1 + localization/zh/proxy/README.md | 1 + localization/zh/servant/README.md | 1 + localization/zh/sharding/README.md | 3 ++- localization/zh/singleton/README.md | 1 + localization/zh/state/README.md | 1 + localization/zh/step-builder/README.md | 1 + localization/zh/strategy/README.md | 1 + localization/zh/table-module/README.md | 1 + localization/zh/template-method/README.md | 1 + localization/zh/trampoline/README.md | 1 + localization/zh/unit-of-work/README.md | 1 + localization/zh/update-method/README.md | 1 + localization/zh/value-object/README.md | 1 + localization/zh/version-number/README.md | 1 + localization/zh/visitor/README.md | 1 + 62 files changed, 63 insertions(+), 1 deletion(-) diff --git a/localization/zh/abstract-document/README.md b/localization/zh/abstract-document/README.md index 95781a1c7..cf19dfcf8 100644 --- a/localization/zh/abstract-document/README.md +++ b/localization/zh/abstract-document/README.md @@ -1,5 +1,6 @@ --- title: Abstract Document +shortTitle: Abstract Document category: Structural language: zh tag: diff --git a/localization/zh/abstract-factory/README.md b/localization/zh/abstract-factory/README.md index 676b7f75e..eca9f0d1f 100644 --- a/localization/zh/abstract-factory/README.md +++ b/localization/zh/abstract-factory/README.md @@ -1,5 +1,6 @@ --- title: Abstract Factory +shortTitle: Abstract Factory category: Creational language: zh tag: diff --git a/localization/zh/active-object/README.md b/localization/zh/active-object/README.md index f149af2b8..ba35892e8 100644 --- a/localization/zh/active-object/README.md +++ b/localization/zh/active-object/README.md @@ -1,5 +1,6 @@ --- title: Active Object +shortTitle: Active Object category: Concurrency language: zh tag: diff --git a/localization/zh/acyclic-visitor/README.md b/localization/zh/acyclic-visitor/README.md index e5edd89b7..ea76ae45c 100644 --- a/localization/zh/acyclic-visitor/README.md +++ b/localization/zh/acyclic-visitor/README.md @@ -1,5 +1,6 @@ --- title: Acyclic Visitor +shortTitle: Acyclic Visitor category: Behavioral language: zh tag: diff --git a/localization/zh/adapter/README.md b/localization/zh/adapter/README.md index d00a7f979..09bccc9c6 100644 --- a/localization/zh/adapter/README.md +++ b/localization/zh/adapter/README.md @@ -1,5 +1,6 @@ --- title: Adapter +shortTitle: Adapter category: Structural language: zh tag: diff --git a/localization/zh/aggregator-microservices/README.md b/localization/zh/aggregator-microservices/README.md index e61e76e2c..bbdf83ec4 100644 --- a/localization/zh/aggregator-microservices/README.md +++ b/localization/zh/aggregator-microservices/README.md @@ -1,5 +1,6 @@ --- title: Aggregator Microservices +shortTitle: Aggregator Microservices category: Architectural language: zh tag: diff --git a/localization/zh/ambassador/README.md b/localization/zh/ambassador/README.md index deb43ecb0..1ddc4188c 100644 --- a/localization/zh/ambassador/README.md +++ b/localization/zh/ambassador/README.md @@ -1,5 +1,6 @@ --- title: Ambassador +shortTitle: Ambassador category: Structural language: zh tag: diff --git a/localization/zh/api-gateway/README.md b/localization/zh/api-gateway/README.md index 7cbac9913..7b8996a57 100644 --- a/localization/zh/api-gateway/README.md +++ b/localization/zh/api-gateway/README.md @@ -1,5 +1,6 @@ --- title: API Gateway +shortTitle: API Gateway category: Architectural language: zh tag: diff --git a/localization/zh/arrange-act-assert/README.md b/localization/zh/arrange-act-assert/README.md index 7a95d3ba6..c11558950 100644 --- a/localization/zh/arrange-act-assert/README.md +++ b/localization/zh/arrange-act-assert/README.md @@ -1,5 +1,6 @@ --- title: Arrange/Act/Assert +shortTitle: Arrange/Act/Assert category: Idiom language: zh tag: diff --git a/localization/zh/async-method-invocation/README.md b/localization/zh/async-method-invocation/README.md index 746a2d65c..b8bc62ae3 100644 --- a/localization/zh/async-method-invocation/README.md +++ b/localization/zh/async-method-invocation/README.md @@ -1,5 +1,6 @@ --- title: Async Method Invocation +shortTitle: Async Method Invocation category: Concurrency language: zh tag: diff --git a/localization/zh/balking/README.md b/localization/zh/balking/README.md index c59e8635a..de7c25717 100644 --- a/localization/zh/balking/README.md +++ b/localization/zh/balking/README.md @@ -1,5 +1,6 @@ --- title: Balking +shortTitle: Balking category: Concurrency language: zh tag: diff --git a/localization/zh/bridge/README.md b/localization/zh/bridge/README.md index 8cc508f61..53771df80 100644 --- a/localization/zh/bridge/README.md +++ b/localization/zh/bridge/README.md @@ -1,5 +1,6 @@ --- title: Bridge +shortTitle: Bridge category: Structural language: zh tag: diff --git a/localization/zh/builder/README.md b/localization/zh/builder/README.md index 51f672346..87f581a2c 100644 --- a/localization/zh/builder/README.md +++ b/localization/zh/builder/README.md @@ -1,5 +1,6 @@ --- title: Builder +shortTitle: Builder category: Creational language: zh tag: diff --git a/localization/zh/business-delegate/README.md b/localization/zh/business-delegate/README.md index 9280be215..337e90ea6 100644 --- a/localization/zh/business-delegate/README.md +++ b/localization/zh/business-delegate/README.md @@ -1,5 +1,6 @@ --- title: Business Delegate +shortTitle: Business Delegate category: Structural language: zh tag: diff --git a/localization/zh/bytecode/README.md b/localization/zh/bytecode/README.md index 48e1c2133..e7b4a5717 100644 --- a/localization/zh/bytecode/README.md +++ b/localization/zh/bytecode/README.md @@ -1,5 +1,6 @@ --- title: Bytecode +shortTitle: Bytecode category: Behavioral language: zh tag: diff --git a/localization/zh/caching/README.md b/localization/zh/caching/README.md index 3df919ceb..4d0c1b930 100644 --- a/localization/zh/caching/README.md +++ b/localization/zh/caching/README.md @@ -1,5 +1,6 @@ --- title: Caching +shortTitle: Caching category: Behavioral language: zh tag: diff --git a/localization/zh/callback/README.md b/localization/zh/callback/README.md index f6216c532..937de469a 100644 --- a/localization/zh/callback/README.md +++ b/localization/zh/callback/README.md @@ -1,5 +1,6 @@ --- title: Callback +shortTitle: Callback category: Idiom language: zh tag: diff --git a/localization/zh/chain/README.md b/localization/zh/chain/README.md index 54791cb85..63c7f2b39 100644 --- a/localization/zh/chain/README.md +++ b/localization/zh/chain/README.md @@ -1,5 +1,6 @@ --- title: Chain of responsibility +shortTitle: Chain of responsibility category: Behavioral language: zh tag: diff --git a/localization/zh/circuit-breaker/README.md b/localization/zh/circuit-breaker/README.md index fba8c383d..6658a2f1a 100644 --- a/localization/zh/circuit-breaker/README.md +++ b/localization/zh/circuit-breaker/README.md @@ -1,5 +1,6 @@ --- title: Circuit Breaker +shortTitle: Circuit Breaker category: Behavioral language: zh tag: diff --git a/localization/zh/cloud-static-content-hosting/README.md b/localization/zh/cloud-static-content-hosting/README.md index 3be30cff9..78f696d53 100644 --- a/localization/zh/cloud-static-content-hosting/README.md +++ b/localization/zh/cloud-static-content-hosting/README.md @@ -1,5 +1,6 @@ --- title: Static Content Hosting +shortTitle: Static Content Hosting category: Cloud language: zh tag: diff --git a/localization/zh/collection-pipeline/README.md b/localization/zh/collection-pipeline/README.md index 8d604a77c..725067421 100644 --- a/localization/zh/collection-pipeline/README.md +++ b/localization/zh/collection-pipeline/README.md @@ -1,5 +1,6 @@ --- title: Collection Pipeline +shortTitle: Collection Pipeline category: Functional language: zh tag: diff --git a/localization/zh/combinator/README.md b/localization/zh/combinator/README.md index 2e92be4ea..79ac664f4 100644 --- a/localization/zh/combinator/README.md +++ b/localization/zh/combinator/README.md @@ -1,5 +1,6 @@ --- title: Combinator +shortTitle: Combinator category: Idiom language: zh tag: diff --git a/localization/zh/command/README.md b/localization/zh/command/README.md index 9c34bca0e..d8b93b363 100644 --- a/localization/zh/command/README.md +++ b/localization/zh/command/README.md @@ -1,5 +1,6 @@ --- title: Command +shortTitle: Command category: Behavioral language: zh tag: diff --git a/localization/zh/commander/README.md b/localization/zh/commander/README.md index 9ee832f1b..8d75337d9 100644 --- a/localization/zh/commander/README.md +++ b/localization/zh/commander/README.md @@ -1,5 +1,6 @@ --- title: Commander +shortTitle: Commander category: Concurrency language: zh tag: diff --git a/localization/zh/composite-entity/README.md b/localization/zh/composite-entity/README.md index a7e11c053..aa904246a 100644 --- a/localization/zh/composite-entity/README.md +++ b/localization/zh/composite-entity/README.md @@ -1,5 +1,6 @@ --- title: Composite Entity +shortTitle: Composite Entity category: Structural language: zh tag: diff --git a/localization/zh/composite/README.md b/localization/zh/composite/README.md index 7ee840bac..88d05c9cc 100644 --- a/localization/zh/composite/README.md +++ b/localization/zh/composite/README.md @@ -1,5 +1,6 @@ --- title: Composite +shortTitle: Composite category: Structural language: zh tag: diff --git a/localization/zh/converter/README.md b/localization/zh/converter/README.md index face00f9f..2164f712c 100644 --- a/localization/zh/converter/README.md +++ b/localization/zh/converter/README.md @@ -1,5 +1,6 @@ --- title: Converter +shortTitle: Converter category: Creational language: zh tag: diff --git a/localization/zh/crtp/README.md b/localization/zh/crtp/README.md index 80632021a..297c89fdc 100644 --- a/localization/zh/crtp/README.md +++ b/localization/zh/crtp/README.md @@ -1,5 +1,6 @@ --- title: Curiously Recurring Template Pattern +shortTitle: Curiously Recurring Template Pattern language: zh category: Structural tag: diff --git a/localization/zh/dao/README.md b/localization/zh/dao/README.md index 9b0ad4de9..0d9370e83 100644 --- a/localization/zh/dao/README.md +++ b/localization/zh/dao/README.md @@ -1,5 +1,6 @@ --- title: Data Access Object +shortTitle: Data Access Object category: Architectural language: zh tag: diff --git a/localization/zh/data-bus/README.md b/localization/zh/data-bus/README.md index a5e2b7294..5ce08a8ca 100644 --- a/localization/zh/data-bus/README.md +++ b/localization/zh/data-bus/README.md @@ -1,5 +1,6 @@ --- title: Data Bus +shortTitle: Data Bus category: Architectural language: zh tag: diff --git a/localization/zh/data-mapper/README.md b/localization/zh/data-mapper/README.md index 191b82a8f..59388b364 100644 --- a/localization/zh/data-mapper/README.md +++ b/localization/zh/data-mapper/README.md @@ -1,5 +1,6 @@ --- title: Data Mapper +shortTitle: Data Mapper category: Architectural language: zh tag: diff --git a/localization/zh/data-transfer-object/README.md b/localization/zh/data-transfer-object/README.md index 8a7410f85..38a637aec 100644 --- a/localization/zh/data-transfer-object/README.md +++ b/localization/zh/data-transfer-object/README.md @@ -1,5 +1,6 @@ --- title: Data Transfer Object +shortTitle: Data Transfer Object category: Architectural language: zh tag: diff --git a/localization/zh/decorator/README.md b/localization/zh/decorator/README.md index 256662f23..a1a46ef83 100644 --- a/localization/zh/decorator/README.md +++ b/localization/zh/decorator/README.md @@ -1,5 +1,6 @@ --- title: Decorator +shortTitle: Decorator category: Structural language: zh tag: diff --git a/localization/zh/delegation/README.md b/localization/zh/delegation/README.md index 43407164d..3932d895d 100644 --- a/localization/zh/delegation/README.md +++ b/localization/zh/delegation/README.md @@ -1,5 +1,6 @@ --- title: Delegation +shortTitle: Delegation category: Structural language: zh tag: diff --git a/localization/zh/dependency-injection/README.md b/localization/zh/dependency-injection/README.md index 55e8b0392..2b0ae7b03 100644 --- a/localization/zh/dependency-injection/README.md +++ b/localization/zh/dependency-injection/README.md @@ -1,5 +1,6 @@ --- title: Dependency Injection +shortTitle: Dependency Injection category: Creational language: zh tag: diff --git a/localization/zh/dirty-flag/README.md b/localization/zh/dirty-flag/README.md index e17725ddb..9a7bb8f77 100644 --- a/localization/zh/dirty-flag/README.md +++ b/localization/zh/dirty-flag/README.md @@ -1,5 +1,6 @@ --- title: Dirty Flag +shortTitle: Dirty Flag category: Behavioral language: zh tag: diff --git a/localization/zh/double-checked-locking/README.md b/localization/zh/double-checked-locking/README.md index b4cbaecc9..539127027 100644 --- a/localization/zh/double-checked-locking/README.md +++ b/localization/zh/double-checked-locking/README.md @@ -1,5 +1,6 @@ --- title: Double Checked Locking +shortTitle: Double Checked Locking category: Idiom language: zh tag: diff --git a/localization/zh/facade/README.md b/localization/zh/facade/README.md index c6fd471e8..9d8689b8d 100644 --- a/localization/zh/facade/README.md +++ b/localization/zh/facade/README.md @@ -1,5 +1,6 @@ --- title: Facade +shortTitle: Facade category: Structural language: zh tag: diff --git a/localization/zh/factory-kit/README.md b/localization/zh/factory-kit/README.md index 51183ad3a..d23b081f1 100644 --- a/localization/zh/factory-kit/README.md +++ b/localization/zh/factory-kit/README.md @@ -1,5 +1,6 @@ --- title: Factory Kit +shortTitle: Factory Kit category: Creational language: zh tag: diff --git a/localization/zh/factory-method/README.md b/localization/zh/factory-method/README.md index e9a6d537d..f8c8b8db1 100644 --- a/localization/zh/factory-method/README.md +++ b/localization/zh/factory-method/README.md @@ -1,5 +1,6 @@ --- title: Factory Method +shortTitle: Factory Method category: Creational language: zh tag: diff --git a/localization/zh/factory/README.md b/localization/zh/factory/README.md index 8a1de5d87..d399436f8 100644 --- a/localization/zh/factory/README.md +++ b/localization/zh/factory/README.md @@ -1,5 +1,6 @@ --- title: Factory +shortTitle: Factory category: Creational language: zh tag: diff --git a/localization/zh/interpreter/README.md b/localization/zh/interpreter/README.md index f4157b2d7..a0dc580ae 100644 --- a/localization/zh/interpreter/README.md +++ b/localization/zh/interpreter/README.md @@ -1,5 +1,6 @@ --- title: Interpreter +shortTitle: Interpreter category: Behavioral language: zh tag: diff --git a/localization/zh/iterator/README.md b/localization/zh/iterator/README.md index 5e1f0ebf0..14f8fb2d6 100644 --- a/localization/zh/iterator/README.md +++ b/localization/zh/iterator/README.md @@ -1,5 +1,6 @@ --- title: Iterator +shortTitle: Iterator category: Behavioral language: zh tag: diff --git a/localization/zh/monitor/README.md b/localization/zh/monitor/README.md index c01389afb..f6c6cd254 100644 --- a/localization/zh/monitor/README.md +++ b/localization/zh/monitor/README.md @@ -1,5 +1,6 @@ --- title: Monitor +shortTitle: Monitor category: Concurrency language: zh tag: diff --git a/localization/zh/observer/README.md b/localization/zh/observer/README.md index 5b8e0d77b..90b2583b7 100644 --- a/localization/zh/observer/README.md +++ b/localization/zh/observer/README.md @@ -1,5 +1,6 @@ --- title: Observer +shortTitle: Observer category: Behavioral language: zh tag: diff --git a/localization/zh/private-class-data/README.md b/localization/zh/private-class-data/README.md index c7e0d2ec4..25fe2b880 100644 --- a/localization/zh/private-class-data/README.md +++ b/localization/zh/private-class-data/README.md @@ -1,5 +1,6 @@ --- title: Private Class Data +shortTitle: Private Class Data category: Idiom language: zh tag: diff --git a/localization/zh/producer-consumer/README.md b/localization/zh/producer-consumer/README.md index 5c459ac16..cf7f894c4 100644 --- a/localization/zh/producer-consumer/README.md +++ b/localization/zh/producer-consumer/README.md @@ -1,5 +1,6 @@ --- title: Producer Consumer +shortTitle: Producer Consumer category: Concurrency language: zh tag: diff --git a/localization/zh/proxy/README.md b/localization/zh/proxy/README.md index 99c85cde8..f0ed1d5b6 100644 --- a/localization/zh/proxy/README.md +++ b/localization/zh/proxy/README.md @@ -1,5 +1,6 @@ --- title: Proxy +shortTitle: Proxy category: Structural language: zh tag: diff --git a/localization/zh/servant/README.md b/localization/zh/servant/README.md index 4889a924a..467785b61 100644 --- a/localization/zh/servant/README.md +++ b/localization/zh/servant/README.md @@ -1,5 +1,6 @@ --- title: Servant +shortTitle: Servant category: Behavioral language: zh tag: diff --git a/localization/zh/sharding/README.md b/localization/zh/sharding/README.md index 00a731fe9..5db42563d 100644 --- a/localization/zh/sharding/README.md +++ b/localization/zh/sharding/README.md @@ -1,5 +1,6 @@ --- -title: Sharding +title: Sharding +shortTitle: Sharding category: Behavioral language: zh tag: diff --git a/localization/zh/singleton/README.md b/localization/zh/singleton/README.md index a015d6b49..4f9ddc2f5 100644 --- a/localization/zh/singleton/README.md +++ b/localization/zh/singleton/README.md @@ -1,5 +1,6 @@ --- title: Singleton +shortTitle: Singleton category: Creational language: zh tag: diff --git a/localization/zh/state/README.md b/localization/zh/state/README.md index ab1eefe74..b717ba0e4 100644 --- a/localization/zh/state/README.md +++ b/localization/zh/state/README.md @@ -1,5 +1,6 @@ --- title: State +shortTitle: State category: Behavioral language: zh tag: diff --git a/localization/zh/step-builder/README.md b/localization/zh/step-builder/README.md index 5e27f6f1d..36dd0308a 100644 --- a/localization/zh/step-builder/README.md +++ b/localization/zh/step-builder/README.md @@ -1,5 +1,6 @@ --- title: Step Builder +shortTitle: Step Builder category: Creational language: zn tag: diff --git a/localization/zh/strategy/README.md b/localization/zh/strategy/README.md index da5e913c8..8e6a1f393 100644 --- a/localization/zh/strategy/README.md +++ b/localization/zh/strategy/README.md @@ -1,5 +1,6 @@ --- title: Strategy +shortTitle: Strategy category: Behavioral language: zh tag: diff --git a/localization/zh/table-module/README.md b/localization/zh/table-module/README.md index f8b404faa..9a9dfed1e 100644 --- a/localization/zh/table-module/README.md +++ b/localization/zh/table-module/README.md @@ -1,5 +1,6 @@ --- title: Table Module +shortTitle: Table Module category: Structural language: zh tag: diff --git a/localization/zh/template-method/README.md b/localization/zh/template-method/README.md index cb51d85e3..57b4f0a9d 100644 --- a/localization/zh/template-method/README.md +++ b/localization/zh/template-method/README.md @@ -1,5 +1,6 @@ --- title: Template method +shortTitle: Template method category: Behavioral language: zh tag: diff --git a/localization/zh/trampoline/README.md b/localization/zh/trampoline/README.md index fd65c5d4c..438d75905 100644 --- a/localization/zh/trampoline/README.md +++ b/localization/zh/trampoline/README.md @@ -1,5 +1,6 @@ --- title: Trampoline +shortTitle: Trampoline category: Behavioral language: zh tag: diff --git a/localization/zh/unit-of-work/README.md b/localization/zh/unit-of-work/README.md index a957390e8..5623b42ed 100644 --- a/localization/zh/unit-of-work/README.md +++ b/localization/zh/unit-of-work/README.md @@ -1,5 +1,6 @@ --- title: Unit Of Work +shortTitle: Unit Of Work category: Architectural language: zn tag: diff --git a/localization/zh/update-method/README.md b/localization/zh/update-method/README.md index 64038e34e..01bb51587 100644 --- a/localization/zh/update-method/README.md +++ b/localization/zh/update-method/README.md @@ -1,5 +1,6 @@ --- title: Update Method +shortTitle: Update Method category: Behavioral language: zn tag: diff --git a/localization/zh/value-object/README.md b/localization/zh/value-object/README.md index 59a76d978..7ce457e69 100644 --- a/localization/zh/value-object/README.md +++ b/localization/zh/value-object/README.md @@ -1,5 +1,6 @@ --- title: Value Object +shortTitle: Value Object category: Creational language: zn tag: diff --git a/localization/zh/version-number/README.md b/localization/zh/version-number/README.md index 9495fc0bd..aa0966556 100644 --- a/localization/zh/version-number/README.md +++ b/localization/zh/version-number/README.md @@ -1,5 +1,6 @@ --- title: Version Number +shortTitle: Version Number category: Concurrency language: zh tag: diff --git a/localization/zh/visitor/README.md b/localization/zh/visitor/README.md index d0a4329e5..58c447569 100644 --- a/localization/zh/visitor/README.md +++ b/localization/zh/visitor/README.md @@ -1,5 +1,6 @@ --- title: Visitor +shortTitle: Visitor category: Behavioral language: zh tag: