From ce830c499d0d9cabd25a48ef4979b9d7fc90212b Mon Sep 17 00:00:00 2001 From: Sara Bine Date: Mon, 3 Apr 2017 19:13:41 -0600 Subject: [PATCH 1/2] Fix typo: implemenation > implementation --- Structural/Bridge/Tests/BridgeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Structural/Bridge/Tests/BridgeTest.php b/Structural/Bridge/Tests/BridgeTest.php index 9b3e3aa..2f1fd8e 100644 --- a/Structural/Bridge/Tests/BridgeTest.php +++ b/Structural/Bridge/Tests/BridgeTest.php @@ -14,7 +14,7 @@ class BridgeTest extends TestCase $service = new HelloWorldService(new PlainTextFormatter()); $this->assertEquals('Hello World', $service->get()); - // now change the implemenation and use the HtmlFormatter instead + // now change the implementation and use the HtmlFormatter instead $service->setImplementation(new HtmlFormatter()); $this->assertEquals('

Hello World

', $service->get()); } From 2f467febbf26b5b3a81f053868c88bdce7261688 Mon Sep 17 00:00:00 2001 From: Sara Bine Date: Mon, 3 Apr 2017 19:14:10 -0600 Subject: [PATCH 2/2] Improve grammar: these code > this code --- Behavioral/ChainOfResponsibilities/README.rst | 2 +- Behavioral/Command/README.rst | 2 +- Behavioral/Iterator/README.rst | 2 +- Behavioral/Mediator/README.rst | 2 +- Behavioral/Memento/README.rst | 2 +- Behavioral/NullObject/README.rst | 2 +- Behavioral/Observer/README.rst | 2 +- Behavioral/Specification/README.rst | 2 +- Behavioral/State/README.rst | 2 +- Behavioral/Strategy/README.rst | 2 +- Behavioral/TemplateMethod/README.rst | 2 +- Behavioral/Visitor/README.rst | 2 +- Creational/AbstractFactory/README.rst | 2 +- Creational/Builder/README.rst | 2 +- Creational/FactoryMethod/README.rst | 2 +- Creational/Multiton/README.rst | 2 +- Creational/Pool/README.rst | 2 +- Creational/Prototype/README.rst | 2 +- Creational/SimpleFactory/README.rst | 2 +- Creational/Singleton/README.rst | 2 +- Creational/StaticFactory/README.rst | 2 +- More/Delegation/README.rst | 2 +- More/EAV/README.rst | 2 +- More/Repository/README.rst | 2 +- More/ServiceLocator/README.rst | 2 +- Structural/Adapter/README.rst | 2 +- Structural/Bridge/README.rst | 2 +- Structural/Composite/README.rst | 2 +- Structural/DataMapper/README.rst | 2 +- Structural/Decorator/README.rst | 2 +- Structural/DependencyInjection/README.rst | 2 +- Structural/Facade/README.rst | 2 +- Structural/FluentInterface/README.rst | 2 +- Structural/Flyweight/README.rst | 2 +- Structural/Proxy/README.rst | 2 +- Structural/Registry/README.rst | 2 +- .../LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/Command/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/Iterator/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/Mediator/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/Memento/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/NullObject/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/Observer/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/Specification/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/State/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/Strategy/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/TemplateMethod/README.po | 2 +- locale/ca/LC_MESSAGES/Behavioral/Visitor/README.po | 2 +- locale/ca/LC_MESSAGES/Creational/AbstractFactory/README.po | 2 +- locale/ca/LC_MESSAGES/Creational/Builder/README.po | 2 +- locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po | 2 +- locale/ca/LC_MESSAGES/Creational/Multiton/README.po | 2 +- locale/ca/LC_MESSAGES/Creational/Pool/README.po | 2 +- locale/ca/LC_MESSAGES/Creational/Prototype/README.po | 2 +- locale/ca/LC_MESSAGES/Creational/SimpleFactory/README.po | 2 +- locale/ca/LC_MESSAGES/Creational/Singleton/README.po | 2 +- locale/ca/LC_MESSAGES/Creational/StaticFactory/README.po | 2 +- locale/ca/LC_MESSAGES/More/Delegation/README.po | 2 +- locale/ca/LC_MESSAGES/More/EAV/README.po | 2 +- locale/ca/LC_MESSAGES/More/Repository/README.po | 2 +- locale/ca/LC_MESSAGES/More/ServiceLocator/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/Adapter/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/Bridge/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/Composite/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/DataMapper/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/Decorator/README.po | 2 +- .../ca/LC_MESSAGES/Structural/DependencyInjection/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/Facade/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/FluentInterface/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/Flyweight/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/Proxy/README.po | 2 +- locale/ca/LC_MESSAGES/Structural/Registry/README.po | 2 +- .../LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/Command/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/Iterator/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/Mediator/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/Memento/README.po | 4 ++-- locale/de/LC_MESSAGES/Behavioral/NullObject/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/Observer/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/Specification/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/State/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/Strategy/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/TemplateMethod/README.po | 2 +- locale/de/LC_MESSAGES/Behavioral/Visitor/README.po | 2 +- locale/de/LC_MESSAGES/Creational/AbstractFactory/README.po | 2 +- locale/de/LC_MESSAGES/Creational/Builder/README.po | 2 +- locale/de/LC_MESSAGES/Creational/FactoryMethod/README.po | 2 +- locale/de/LC_MESSAGES/Creational/Multiton/README.po | 2 +- locale/de/LC_MESSAGES/Creational/Pool/README.po | 2 +- locale/de/LC_MESSAGES/Creational/Prototype/README.po | 2 +- locale/de/LC_MESSAGES/Creational/SimpleFactory/README.po | 2 +- locale/de/LC_MESSAGES/Creational/Singleton/README.po | 2 +- locale/de/LC_MESSAGES/Creational/StaticFactory/README.po | 2 +- locale/de/LC_MESSAGES/More/Delegation/README.po | 2 +- locale/de/LC_MESSAGES/More/EAV/README.po | 2 +- locale/de/LC_MESSAGES/More/Repository/README.po | 2 +- locale/de/LC_MESSAGES/More/ServiceLocator/README.po | 2 +- locale/de/LC_MESSAGES/Structural/Adapter/README.po | 2 +- locale/de/LC_MESSAGES/Structural/Bridge/README.po | 2 +- locale/de/LC_MESSAGES/Structural/Composite/README.po | 2 +- locale/de/LC_MESSAGES/Structural/DataMapper/README.po | 2 +- locale/de/LC_MESSAGES/Structural/Decorator/README.po | 2 +- .../de/LC_MESSAGES/Structural/DependencyInjection/README.po | 2 +- locale/de/LC_MESSAGES/Structural/Facade/README.po | 2 +- locale/de/LC_MESSAGES/Structural/FluentInterface/README.po | 2 +- locale/de/LC_MESSAGES/Structural/Flyweight/README.po | 2 +- locale/de/LC_MESSAGES/Structural/Proxy/README.po | 2 +- locale/de/LC_MESSAGES/Structural/Registry/README.po | 2 +- .../LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/Command/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/Iterator/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/Mediator/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/Memento/README.po | 4 ++-- locale/es/LC_MESSAGES/Behavioral/NullObject/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/Observer/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/Specification/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/State/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/Strategy/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/TemplateMethod/README.po | 2 +- locale/es/LC_MESSAGES/Behavioral/Visitor/README.po | 2 +- locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po | 2 +- locale/es/LC_MESSAGES/Creational/Builder/README.po | 2 +- locale/es/LC_MESSAGES/Creational/FactoryMethod/README.po | 2 +- locale/es/LC_MESSAGES/Creational/Multiton/README.po | 2 +- locale/es/LC_MESSAGES/Creational/Pool/README.po | 2 +- locale/es/LC_MESSAGES/Creational/Prototype/README.po | 2 +- locale/es/LC_MESSAGES/Creational/SimpleFactory/README.po | 2 +- locale/es/LC_MESSAGES/Creational/Singleton/README.po | 2 +- locale/es/LC_MESSAGES/Creational/StaticFactory/README.po | 2 +- locale/es/LC_MESSAGES/More/Delegation/README.po | 2 +- locale/es/LC_MESSAGES/More/EAV/README.po | 2 +- locale/es/LC_MESSAGES/More/Repository/README.po | 2 +- locale/es/LC_MESSAGES/More/ServiceLocator/README.po | 2 +- locale/es/LC_MESSAGES/Structural/Adapter/README.po | 2 +- locale/es/LC_MESSAGES/Structural/Bridge/README.po | 2 +- locale/es/LC_MESSAGES/Structural/Composite/README.po | 2 +- locale/es/LC_MESSAGES/Structural/DataMapper/README.po | 2 +- locale/es/LC_MESSAGES/Structural/Decorator/README.po | 2 +- .../es/LC_MESSAGES/Structural/DependencyInjection/README.po | 2 +- locale/es/LC_MESSAGES/Structural/Facade/README.po | 2 +- locale/es/LC_MESSAGES/Structural/FluentInterface/README.po | 2 +- locale/es/LC_MESSAGES/Structural/Flyweight/README.po | 2 +- locale/es/LC_MESSAGES/Structural/Proxy/README.po | 2 +- locale/es/LC_MESSAGES/Structural/Registry/README.po | 2 +- .../LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/Command/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/Iterator/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/Mediator/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/Memento/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/NullObject/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/Observer/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/Specification/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/State/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/Strategy/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/TemplateMethod/README.po | 2 +- locale/es_MX/LC_MESSAGES/Behavioral/Visitor/README.po | 2 +- locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po | 2 +- locale/es_MX/LC_MESSAGES/Creational/Builder/README.po | 2 +- locale/es_MX/LC_MESSAGES/Creational/FactoryMethod/README.po | 2 +- locale/es_MX/LC_MESSAGES/Creational/Multiton/README.po | 2 +- locale/es_MX/LC_MESSAGES/Creational/Pool/README.po | 2 +- locale/es_MX/LC_MESSAGES/Creational/Prototype/README.po | 2 +- locale/es_MX/LC_MESSAGES/Creational/SimpleFactory/README.po | 2 +- locale/es_MX/LC_MESSAGES/Creational/Singleton/README.po | 2 +- locale/es_MX/LC_MESSAGES/Creational/StaticFactory/README.po | 2 +- locale/es_MX/LC_MESSAGES/More/Delegation/README.po | 2 +- locale/es_MX/LC_MESSAGES/More/EAV/README.po | 2 +- locale/es_MX/LC_MESSAGES/More/Repository/README.po | 2 +- locale/es_MX/LC_MESSAGES/More/ServiceLocator/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/Adapter/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/Bridge/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/Composite/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/DataMapper/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/Decorator/README.po | 2 +- .../LC_MESSAGES/Structural/DependencyInjection/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/Facade/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/FluentInterface/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/Flyweight/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/Proxy/README.po | 2 +- locale/es_MX/LC_MESSAGES/Structural/Registry/README.po | 2 +- .../LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/Command/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/Mediator/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/Memento/README.po | 4 ++-- locale/pt_BR/LC_MESSAGES/Behavioral/NullObject/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/Observer/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/Specification/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/State/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/Strategy/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/TemplateMethod/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Behavioral/Visitor/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Creational/AbstractFactory/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Creational/Builder/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Creational/FactoryMethod/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Creational/Multiton/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Creational/Pool/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Creational/Prototype/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Creational/SimpleFactory/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Creational/Singleton/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Creational/StaticFactory/README.po | 2 +- locale/pt_BR/LC_MESSAGES/More/Delegation/README.po | 2 +- locale/pt_BR/LC_MESSAGES/More/EAV/README.po | 2 +- locale/pt_BR/LC_MESSAGES/More/Repository/README.po | 2 +- locale/pt_BR/LC_MESSAGES/More/ServiceLocator/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/Bridge/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/Composite/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/DataMapper/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/Decorator/README.po | 2 +- .../LC_MESSAGES/Structural/DependencyInjection/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/Facade/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/FluentInterface/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/Flyweight/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/Proxy/README.po | 2 +- locale/pt_BR/LC_MESSAGES/Structural/Registry/README.po | 2 +- .../LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/Command/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/Iterator/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/Mediator/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/Memento/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/NullObject/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/Observer/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/Specification/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/State/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/Strategy/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/TemplateMethod/README.po | 2 +- locale/ru/LC_MESSAGES/Behavioral/Visitor/README.po | 2 +- locale/ru/LC_MESSAGES/Creational/AbstractFactory/README.po | 2 +- locale/ru/LC_MESSAGES/Creational/Builder/README.po | 2 +- locale/ru/LC_MESSAGES/Creational/FactoryMethod/README.po | 2 +- locale/ru/LC_MESSAGES/Creational/Multiton/README.po | 2 +- locale/ru/LC_MESSAGES/Creational/Pool/README.po | 2 +- locale/ru/LC_MESSAGES/Creational/Prototype/README.po | 2 +- locale/ru/LC_MESSAGES/Creational/SimpleFactory/README.po | 2 +- locale/ru/LC_MESSAGES/Creational/Singleton/README.po | 2 +- locale/ru/LC_MESSAGES/Creational/StaticFactory/README.po | 2 +- locale/ru/LC_MESSAGES/More/Delegation/README.po | 2 +- locale/ru/LC_MESSAGES/More/EAV/README.po | 2 +- locale/ru/LC_MESSAGES/More/Repository/README.po | 2 +- locale/ru/LC_MESSAGES/More/ServiceLocator/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/Adapter/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/Bridge/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/Composite/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/DataMapper/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/Decorator/README.po | 2 +- .../ru/LC_MESSAGES/Structural/DependencyInjection/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/Facade/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/FluentInterface/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/Flyweight/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/Proxy/README.po | 2 +- locale/ru/LC_MESSAGES/Structural/Registry/README.po | 2 +- .../LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.pot | 2 +- locale/template/LC_MESSAGES/Behavioral/Command/README.pot | 2 +- locale/template/LC_MESSAGES/Behavioral/Iterator/README.pot | 2 +- locale/template/LC_MESSAGES/Behavioral/Mediator/README.pot | 2 +- locale/template/LC_MESSAGES/Behavioral/Memento/README.pot | 2 +- locale/template/LC_MESSAGES/Behavioral/NullObject/README.pot | 2 +- locale/template/LC_MESSAGES/Behavioral/Observer/README.pot | 2 +- .../template/LC_MESSAGES/Behavioral/Specification/README.pot | 2 +- locale/template/LC_MESSAGES/Behavioral/State/README.pot | 2 +- locale/template/LC_MESSAGES/Behavioral/Strategy/README.pot | 2 +- .../template/LC_MESSAGES/Behavioral/TemplateMethod/README.pot | 2 +- locale/template/LC_MESSAGES/Behavioral/Visitor/README.pot | 2 +- .../LC_MESSAGES/Creational/AbstractFactory/README.pot | 2 +- locale/template/LC_MESSAGES/Creational/Builder/README.pot | 2 +- .../template/LC_MESSAGES/Creational/FactoryMethod/README.pot | 2 +- locale/template/LC_MESSAGES/Creational/Multiton/README.pot | 2 +- locale/template/LC_MESSAGES/Creational/Pool/README.pot | 2 +- locale/template/LC_MESSAGES/Creational/Prototype/README.pot | 2 +- .../template/LC_MESSAGES/Creational/SimpleFactory/README.pot | 2 +- locale/template/LC_MESSAGES/Creational/Singleton/README.pot | 2 +- .../template/LC_MESSAGES/Creational/StaticFactory/README.pot | 2 +- locale/template/LC_MESSAGES/More/Delegation/README.pot | 2 +- locale/template/LC_MESSAGES/More/EAV/README.pot | 2 +- locale/template/LC_MESSAGES/More/Repository/README.pot | 2 +- locale/template/LC_MESSAGES/More/ServiceLocator/README.pot | 2 +- locale/template/LC_MESSAGES/Structural/Adapter/README.pot | 2 +- locale/template/LC_MESSAGES/Structural/Bridge/README.pot | 2 +- locale/template/LC_MESSAGES/Structural/Composite/README.pot | 2 +- locale/template/LC_MESSAGES/Structural/DataMapper/README.pot | 2 +- locale/template/LC_MESSAGES/Structural/Decorator/README.pot | 2 +- .../LC_MESSAGES/Structural/DependencyInjection/README.pot | 2 +- locale/template/LC_MESSAGES/Structural/Facade/README.pot | 2 +- .../LC_MESSAGES/Structural/FluentInterface/README.pot | 2 +- locale/template/LC_MESSAGES/Structural/Flyweight/README.pot | 2 +- locale/template/LC_MESSAGES/Structural/Proxy/README.pot | 2 +- locale/template/LC_MESSAGES/Structural/Registry/README.pot | 2 +- .../LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/Mediator/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/Memento/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/NullObject/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/Observer/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/Specification/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/State/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/Strategy/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/TemplateMethod/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/Visitor/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Creational/AbstractFactory/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Creational/Builder/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Creational/FactoryMethod/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Creational/Multiton/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Creational/Pool/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Creational/Prototype/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Creational/SimpleFactory/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Creational/Singleton/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Creational/StaticFactory/README.po | 2 +- locale/zh_CN/LC_MESSAGES/More/Delegation/README.po | 2 +- locale/zh_CN/LC_MESSAGES/More/EAV/README.po | 2 +- locale/zh_CN/LC_MESSAGES/More/Repository/README.po | 2 +- locale/zh_CN/LC_MESSAGES/More/ServiceLocator/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/Bridge/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/Composite/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/DataMapper/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/Decorator/README.po | 2 +- .../LC_MESSAGES/Structural/DependencyInjection/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/Facade/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/FluentInterface/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/Flyweight/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/Proxy/README.po | 2 +- locale/zh_CN/LC_MESSAGES/Structural/Registry/README.po | 2 +- 324 files changed, 327 insertions(+), 327 deletions(-) diff --git a/Behavioral/ChainOfResponsibilities/README.rst b/Behavioral/ChainOfResponsibilities/README.rst index a3e3b66..45a7755 100644 --- a/Behavioral/ChainOfResponsibilities/README.rst +++ b/Behavioral/ChainOfResponsibilities/README.rst @@ -31,7 +31,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Handler.php diff --git a/Behavioral/Command/README.rst b/Behavioral/Command/README.rst index ddd2164..55b3287 100644 --- a/Behavioral/Command/README.rst +++ b/Behavioral/Command/README.rst @@ -38,7 +38,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ CommandInterface.php diff --git a/Behavioral/Iterator/README.rst b/Behavioral/Iterator/README.rst index cb7134b..d0b0714 100644 --- a/Behavioral/Iterator/README.rst +++ b/Behavioral/Iterator/README.rst @@ -30,7 +30,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Book.php diff --git a/Behavioral/Mediator/README.rst b/Behavioral/Mediator/README.rst index bc9485a..b789ec6 100644 --- a/Behavioral/Mediator/README.rst +++ b/Behavioral/Mediator/README.rst @@ -22,7 +22,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ MediatorInterface.php diff --git a/Behavioral/Memento/README.rst b/Behavioral/Memento/README.rst index 7a63f18..249445b 100644 --- a/Behavioral/Memento/README.rst +++ b/Behavioral/Memento/README.rst @@ -52,7 +52,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Memento.php diff --git a/Behavioral/NullObject/README.rst b/Behavioral/NullObject/README.rst index ad7719c..67b66ad 100644 --- a/Behavioral/NullObject/README.rst +++ b/Behavioral/NullObject/README.rst @@ -36,7 +36,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Service.php diff --git a/Behavioral/Observer/README.rst b/Behavioral/Observer/README.rst index b6c47dc..84e3b28 100644 --- a/Behavioral/Observer/README.rst +++ b/Behavioral/Observer/README.rst @@ -31,7 +31,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ User.php diff --git a/Behavioral/Specification/README.rst b/Behavioral/Specification/README.rst index 84d6913..69cebbc 100644 --- a/Behavioral/Specification/README.rst +++ b/Behavioral/Specification/README.rst @@ -24,7 +24,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Item.php diff --git a/Behavioral/State/README.rst b/Behavioral/State/README.rst index 0aa3b9f..30b3e1a 100644 --- a/Behavioral/State/README.rst +++ b/Behavioral/State/README.rst @@ -18,7 +18,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ OrderRepository.php diff --git a/Behavioral/Strategy/README.rst b/Behavioral/Strategy/README.rst index c3ced8f..4613d2c 100644 --- a/Behavioral/Strategy/README.rst +++ b/Behavioral/Strategy/README.rst @@ -32,7 +32,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ ObjectCollection.php diff --git a/Behavioral/TemplateMethod/README.rst b/Behavioral/TemplateMethod/README.rst index 559cd36..a3f1e7b 100644 --- a/Behavioral/TemplateMethod/README.rst +++ b/Behavioral/TemplateMethod/README.rst @@ -31,7 +31,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Journey.php diff --git a/Behavioral/Visitor/README.rst b/Behavioral/Visitor/README.rst index 7484356..e2be9e3 100644 --- a/Behavioral/Visitor/README.rst +++ b/Behavioral/Visitor/README.rst @@ -23,7 +23,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ RoleVisitorInterface.php diff --git a/Creational/AbstractFactory/README.rst b/Creational/AbstractFactory/README.rst index 5251b6c..0c340ab 100644 --- a/Creational/AbstractFactory/README.rst +++ b/Creational/AbstractFactory/README.rst @@ -19,7 +19,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ AbstractFactory.php diff --git a/Creational/Builder/README.rst b/Creational/Builder/README.rst index 68f3586..94744e3 100644 --- a/Creational/Builder/README.rst +++ b/Creational/Builder/README.rst @@ -30,7 +30,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Director.php diff --git a/Creational/FactoryMethod/README.rst b/Creational/FactoryMethod/README.rst index 6518719..6a73793 100644 --- a/Creational/FactoryMethod/README.rst +++ b/Creational/FactoryMethod/README.rst @@ -26,7 +26,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ FactoryMethod.php diff --git a/Creational/Multiton/README.rst b/Creational/Multiton/README.rst index 3f5167e..54d881a 100644 --- a/Creational/Multiton/README.rst +++ b/Creational/Multiton/README.rst @@ -26,7 +26,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Multiton.php diff --git a/Creational/Pool/README.rst b/Creational/Pool/README.rst index 78dc910..7a85d80 100644 --- a/Creational/Pool/README.rst +++ b/Creational/Pool/README.rst @@ -34,7 +34,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ WorkerPool.php diff --git a/Creational/Prototype/README.rst b/Creational/Prototype/README.rst index 28606a6..252ece3 100644 --- a/Creational/Prototype/README.rst +++ b/Creational/Prototype/README.rst @@ -23,7 +23,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ BookPrototype.php diff --git a/Creational/SimpleFactory/README.rst b/Creational/SimpleFactory/README.rst index 4876929..3ef9f0e 100644 --- a/Creational/SimpleFactory/README.rst +++ b/Creational/SimpleFactory/README.rst @@ -20,7 +20,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ SimpleFactory.php diff --git a/Creational/Singleton/README.rst b/Creational/Singleton/README.rst index c8aad42..a1c7673 100644 --- a/Creational/Singleton/README.rst +++ b/Creational/Singleton/README.rst @@ -29,7 +29,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Singleton.php diff --git a/Creational/StaticFactory/README.rst b/Creational/StaticFactory/README.rst index 85cacf7..feb62bf 100644 --- a/Creational/StaticFactory/README.rst +++ b/Creational/StaticFactory/README.rst @@ -26,7 +26,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ StaticFactory.php diff --git a/More/Delegation/README.rst b/More/Delegation/README.rst index 9c43254..65cfa72 100644 --- a/More/Delegation/README.rst +++ b/More/Delegation/README.rst @@ -25,7 +25,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ TeamLead.php diff --git a/More/EAV/README.rst b/More/EAV/README.rst index f23c71b..bddc76e 100644 --- a/More/EAV/README.rst +++ b/More/EAV/README.rst @@ -21,7 +21,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Entity.php diff --git a/More/Repository/README.rst b/More/Repository/README.rst index d8e1c72..fb27585 100644 --- a/More/Repository/README.rst +++ b/More/Repository/README.rst @@ -29,7 +29,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Post.php diff --git a/More/ServiceLocator/README.rst b/More/ServiceLocator/README.rst index 4e6a45f..36fac71 100644 --- a/More/ServiceLocator/README.rst +++ b/More/ServiceLocator/README.rst @@ -38,7 +38,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ ServiceLocator.php diff --git a/Structural/Adapter/README.rst b/Structural/Adapter/README.rst index 6698fda..6d1c7e0 100644 --- a/Structural/Adapter/README.rst +++ b/Structural/Adapter/README.rst @@ -26,7 +26,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ BookInterface.php diff --git a/Structural/Bridge/README.rst b/Structural/Bridge/README.rst index 72d0aee..e228166 100644 --- a/Structural/Bridge/README.rst +++ b/Structural/Bridge/README.rst @@ -23,7 +23,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ FormatterInterface.php diff --git a/Structural/Composite/README.rst b/Structural/Composite/README.rst index 1e64739..be4279a 100644 --- a/Structural/Composite/README.rst +++ b/Structural/Composite/README.rst @@ -26,7 +26,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ RenderableInterface.php diff --git a/Structural/DataMapper/README.rst b/Structural/DataMapper/README.rst index 70dd17a..cd2834f 100644 --- a/Structural/DataMapper/README.rst +++ b/Structural/DataMapper/README.rst @@ -33,7 +33,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ User.php diff --git a/Structural/Decorator/README.rst b/Structural/Decorator/README.rst index c854787..702fe12 100644 --- a/Structural/Decorator/README.rst +++ b/Structural/Decorator/README.rst @@ -23,7 +23,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ RenderableInterface.php diff --git a/Structural/DependencyInjection/README.rst b/Structural/DependencyInjection/README.rst index 1e1993a..1fa36d5 100644 --- a/Structural/DependencyInjection/README.rst +++ b/Structural/DependencyInjection/README.rst @@ -36,7 +36,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ DatabaseConfiguration.php diff --git a/Structural/Facade/README.rst b/Structural/Facade/README.rst index da20b13..46b729b 100644 --- a/Structural/Facade/README.rst +++ b/Structural/Facade/README.rst @@ -33,7 +33,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Facade.php diff --git a/Structural/FluentInterface/README.rst b/Structural/FluentInterface/README.rst index 2fcef3b..6eb6b50 100644 --- a/Structural/FluentInterface/README.rst +++ b/Structural/FluentInterface/README.rst @@ -25,7 +25,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Sql.php diff --git a/Structural/Flyweight/README.rst b/Structural/Flyweight/README.rst index 9154daf..a5525aa 100644 --- a/Structural/Flyweight/README.rst +++ b/Structural/Flyweight/README.rst @@ -18,7 +18,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ FlyweightInterface.php diff --git a/Structural/Proxy/README.rst b/Structural/Proxy/README.rst index e65475b..554a0fc 100644 --- a/Structural/Proxy/README.rst +++ b/Structural/Proxy/README.rst @@ -23,7 +23,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Record.php diff --git a/Structural/Registry/README.rst b/Structural/Registry/README.rst index 1702c9b..440c108 100644 --- a/Structural/Registry/README.rst +++ b/Structural/Registry/README.rst @@ -27,7 +27,7 @@ UML Diagram Code ---- -You can also find these code on `GitHub`_ +You can also find this code on `GitHub`_ Registry.php diff --git a/locale/ca/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po b/locale/ca/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po index b5277a5..19f8d8d 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po @@ -62,7 +62,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:36 diff --git a/locale/ca/LC_MESSAGES/Behavioral/Command/README.po b/locale/ca/LC_MESSAGES/Behavioral/Command/README.po index 29319a3..158d346 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/Command/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/Command/README.po @@ -71,7 +71,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Command/README.rst:41 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Command/README.rst:43 diff --git a/locale/ca/LC_MESSAGES/Behavioral/Iterator/README.po b/locale/ca/LC_MESSAGES/Behavioral/Iterator/README.po index 34ecd7d..25ccf3a 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/Iterator/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/Iterator/README.po @@ -53,7 +53,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Iterator/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Iterator/README.rst:36 diff --git a/locale/ca/LC_MESSAGES/Behavioral/Mediator/README.po b/locale/ca/LC_MESSAGES/Behavioral/Mediator/README.po index 6474cd1..e9a44dd 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/Mediator/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/Mediator/README.po @@ -42,7 +42,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Mediator/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Mediator/README.rst:27 diff --git a/locale/ca/LC_MESSAGES/Behavioral/Memento/README.po b/locale/ca/LC_MESSAGES/Behavioral/Memento/README.po index e92a849..2d4b2e1 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/Memento/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/Memento/README.po @@ -99,7 +99,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Memento/README.rst:55 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Memento/README.rst:57 diff --git a/locale/ca/LC_MESSAGES/Behavioral/NullObject/README.po b/locale/ca/LC_MESSAGES/Behavioral/NullObject/README.po index 35b77f6..a397fc5 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/NullObject/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/NullObject/README.po @@ -75,7 +75,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/NullObject/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/NullObject/README.rst:41 diff --git a/locale/ca/LC_MESSAGES/Behavioral/Observer/README.po b/locale/ca/LC_MESSAGES/Behavioral/Observer/README.po index 5119740..8a43616 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/Observer/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/Observer/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Observer/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Observer/README.rst:36 diff --git a/locale/ca/LC_MESSAGES/Behavioral/Specification/README.po b/locale/ca/LC_MESSAGES/Behavioral/Specification/README.po index 54e3b64..7b1982b 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/Specification/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/Specification/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Specification/README.rst:27 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Specification/README.rst:29 diff --git a/locale/ca/LC_MESSAGES/Behavioral/State/README.po b/locale/ca/LC_MESSAGES/Behavioral/State/README.po index f71fbfa..2ced881 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/State/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/State/README.po @@ -35,7 +35,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/State/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/State/README.rst:23 diff --git a/locale/ca/LC_MESSAGES/Behavioral/Strategy/README.po b/locale/ca/LC_MESSAGES/Behavioral/Strategy/README.po index dd5797e..c3b9fea 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/Strategy/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/Strategy/README.po @@ -64,7 +64,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Strategy/README.rst:35 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Strategy/README.rst:37 diff --git a/locale/ca/LC_MESSAGES/Behavioral/TemplateMethod/README.po b/locale/ca/LC_MESSAGES/Behavioral/TemplateMethod/README.po index 4f6fa81..331d234 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/TemplateMethod/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/TemplateMethod/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:36 diff --git a/locale/ca/LC_MESSAGES/Behavioral/Visitor/README.po b/locale/ca/LC_MESSAGES/Behavioral/Visitor/README.po index cab0ea9..08784a3 100644 --- a/locale/ca/LC_MESSAGES/Behavioral/Visitor/README.po +++ b/locale/ca/LC_MESSAGES/Behavioral/Visitor/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Visitor/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Visitor/README.rst:28 diff --git a/locale/ca/LC_MESSAGES/Creational/AbstractFactory/README.po b/locale/ca/LC_MESSAGES/Creational/AbstractFactory/README.po index 04a383e..5f30dba 100644 --- a/locale/ca/LC_MESSAGES/Creational/AbstractFactory/README.po +++ b/locale/ca/LC_MESSAGES/Creational/AbstractFactory/README.po @@ -36,7 +36,7 @@ msgid "Code" msgstr "" #: ../../Creational/AbstractFactory/README.rst:22 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/AbstractFactory/README.rst:24 diff --git a/locale/ca/LC_MESSAGES/Creational/Builder/README.po b/locale/ca/LC_MESSAGES/Creational/Builder/README.po index 79d4fe3..52e2701 100644 --- a/locale/ca/LC_MESSAGES/Creational/Builder/README.po +++ b/locale/ca/LC_MESSAGES/Creational/Builder/README.po @@ -58,7 +58,7 @@ msgid "Code" msgstr "" #: ../../Creational/Builder/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Builder/README.rst:35 diff --git a/locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po index b65c56b..9640841 100644 --- a/locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/ca/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Creational/FactoryMethod/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/FactoryMethod/README.rst:31 diff --git a/locale/ca/LC_MESSAGES/Creational/Multiton/README.po b/locale/ca/LC_MESSAGES/Creational/Multiton/README.po index 702271d..d6892a9 100644 --- a/locale/ca/LC_MESSAGES/Creational/Multiton/README.po +++ b/locale/ca/LC_MESSAGES/Creational/Multiton/README.po @@ -52,7 +52,7 @@ msgid "Code" msgstr "" #: ../../Creational/Multiton/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Multiton/README.rst:31 diff --git a/locale/ca/LC_MESSAGES/Creational/Pool/README.po b/locale/ca/LC_MESSAGES/Creational/Pool/README.po index 8defedd..899f583 100644 --- a/locale/ca/LC_MESSAGES/Creational/Pool/README.po +++ b/locale/ca/LC_MESSAGES/Creational/Pool/README.po @@ -53,7 +53,7 @@ msgid "Code" msgstr "" #: ../../Creational/Pool/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Pool/README.rst:36 diff --git a/locale/ca/LC_MESSAGES/Creational/Prototype/README.po b/locale/ca/LC_MESSAGES/Creational/Prototype/README.po index fac09ef..14e0bc2 100644 --- a/locale/ca/LC_MESSAGES/Creational/Prototype/README.po +++ b/locale/ca/LC_MESSAGES/Creational/Prototype/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Creational/Prototype/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Prototype/README.rst:28 diff --git a/locale/ca/LC_MESSAGES/Creational/SimpleFactory/README.po b/locale/ca/LC_MESSAGES/Creational/SimpleFactory/README.po index 74e85d4..6501749 100644 --- a/locale/ca/LC_MESSAGES/Creational/SimpleFactory/README.po +++ b/locale/ca/LC_MESSAGES/Creational/SimpleFactory/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Creational/SimpleFactory/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/SimpleFactory/README.rst:27 diff --git a/locale/ca/LC_MESSAGES/Creational/Singleton/README.po b/locale/ca/LC_MESSAGES/Creational/Singleton/README.po index 5d108ca..a80a777 100644 --- a/locale/ca/LC_MESSAGES/Creational/Singleton/README.po +++ b/locale/ca/LC_MESSAGES/Creational/Singleton/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "" #: ../../Creational/Singleton/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Singleton/README.rst:34 diff --git a/locale/ca/LC_MESSAGES/Creational/StaticFactory/README.po b/locale/ca/LC_MESSAGES/Creational/StaticFactory/README.po index 4a6f64e..538587f 100644 --- a/locale/ca/LC_MESSAGES/Creational/StaticFactory/README.po +++ b/locale/ca/LC_MESSAGES/Creational/StaticFactory/README.po @@ -47,7 +47,7 @@ msgid "Code" msgstr "" #: ../../Creational/StaticFactory/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/StaticFactory/README.rst:31 diff --git a/locale/ca/LC_MESSAGES/More/Delegation/README.po b/locale/ca/LC_MESSAGES/More/Delegation/README.po index ac259f0..907d828 100644 --- a/locale/ca/LC_MESSAGES/More/Delegation/README.po +++ b/locale/ca/LC_MESSAGES/More/Delegation/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../More/Delegation/README.rst:24 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Delegation/README.rst:26 diff --git a/locale/ca/LC_MESSAGES/More/EAV/README.po b/locale/ca/LC_MESSAGES/More/EAV/README.po index c101913..d0113c0 100644 --- a/locale/ca/LC_MESSAGES/More/EAV/README.po +++ b/locale/ca/LC_MESSAGES/More/EAV/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "" #: ../../More/EAV/README.rst:99 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/EAV/README.rst:102 diff --git a/locale/ca/LC_MESSAGES/More/Repository/README.po b/locale/ca/LC_MESSAGES/More/Repository/README.po index d9ecc90..5a37043 100644 --- a/locale/ca/LC_MESSAGES/More/Repository/README.po +++ b/locale/ca/LC_MESSAGES/More/Repository/README.po @@ -52,7 +52,7 @@ msgid "Code" msgstr "" #: ../../More/Repository/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Repository/README.rst:34 diff --git a/locale/ca/LC_MESSAGES/More/ServiceLocator/README.po b/locale/ca/LC_MESSAGES/More/ServiceLocator/README.po index 9808a92..8efac15 100644 --- a/locale/ca/LC_MESSAGES/More/ServiceLocator/README.po +++ b/locale/ca/LC_MESSAGES/More/ServiceLocator/README.po @@ -58,7 +58,7 @@ msgid "Code" msgstr "" #: ../../More/ServiceLocator/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/ServiceLocator/README.rst:38 diff --git a/locale/ca/LC_MESSAGES/Structural/Adapter/README.po b/locale/ca/LC_MESSAGES/Structural/Adapter/README.po index 21bee57..00c1d2f 100644 --- a/locale/ca/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/ca/LC_MESSAGES/Structural/Adapter/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Structural/Adapter/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Adapter/README.rst:31 diff --git a/locale/ca/LC_MESSAGES/Structural/Bridge/README.po b/locale/ca/LC_MESSAGES/Structural/Bridge/README.po index a27619b..e2ee3f6 100644 --- a/locale/ca/LC_MESSAGES/Structural/Bridge/README.po +++ b/locale/ca/LC_MESSAGES/Structural/Bridge/README.po @@ -42,7 +42,7 @@ msgid "Code" msgstr "" #: ../../Structural/Bridge/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Bridge/README.rst:28 diff --git a/locale/ca/LC_MESSAGES/Structural/Composite/README.po b/locale/ca/LC_MESSAGES/Structural/Composite/README.po index 90ddd21..a5b59d4 100644 --- a/locale/ca/LC_MESSAGES/Structural/Composite/README.po +++ b/locale/ca/LC_MESSAGES/Structural/Composite/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Structural/Composite/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Composite/README.rst:31 diff --git a/locale/ca/LC_MESSAGES/Structural/DataMapper/README.po b/locale/ca/LC_MESSAGES/Structural/DataMapper/README.po index 5ccd9a3..6093eea 100644 --- a/locale/ca/LC_MESSAGES/Structural/DataMapper/README.po +++ b/locale/ca/LC_MESSAGES/Structural/DataMapper/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "" #: ../../Structural/DataMapper/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/DataMapper/README.rst:38 diff --git a/locale/ca/LC_MESSAGES/Structural/Decorator/README.po b/locale/ca/LC_MESSAGES/Structural/Decorator/README.po index 0ecf351..124019f 100644 --- a/locale/ca/LC_MESSAGES/Structural/Decorator/README.po +++ b/locale/ca/LC_MESSAGES/Structural/Decorator/README.po @@ -46,7 +46,7 @@ msgid "Code" msgstr "" #: ../../Structural/Decorator/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Decorator/README.rst:28 diff --git a/locale/ca/LC_MESSAGES/Structural/DependencyInjection/README.po b/locale/ca/LC_MESSAGES/Structural/DependencyInjection/README.po index 0834846..7eeeb06 100644 --- a/locale/ca/LC_MESSAGES/Structural/DependencyInjection/README.po +++ b/locale/ca/LC_MESSAGES/Structural/DependencyInjection/README.po @@ -75,7 +75,7 @@ msgid "Code" msgstr "" #: ../../Structural/DependencyInjection/README.rst:46 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/DependencyInjection/README.rst:48 diff --git a/locale/ca/LC_MESSAGES/Structural/Facade/README.po b/locale/ca/LC_MESSAGES/Structural/Facade/README.po index 1d78bf4..81358f4 100644 --- a/locale/ca/LC_MESSAGES/Structural/Facade/README.po +++ b/locale/ca/LC_MESSAGES/Structural/Facade/README.po @@ -63,7 +63,7 @@ msgid "Code" msgstr "" #: ../../Structural/Facade/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Facade/README.rst:38 diff --git a/locale/ca/LC_MESSAGES/Structural/FluentInterface/README.po b/locale/ca/LC_MESSAGES/Structural/FluentInterface/README.po index 0e58551..4331b7c 100644 --- a/locale/ca/LC_MESSAGES/Structural/FluentInterface/README.po +++ b/locale/ca/LC_MESSAGES/Structural/FluentInterface/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Structural/FluentInterface/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/FluentInterface/README.rst:30 diff --git a/locale/ca/LC_MESSAGES/Structural/Flyweight/README.po b/locale/ca/LC_MESSAGES/Structural/Flyweight/README.po index 9a8b771..cfa8492 100644 --- a/locale/ca/LC_MESSAGES/Structural/Flyweight/README.po +++ b/locale/ca/LC_MESSAGES/Structural/Flyweight/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Structural/Flyweight/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Flyweight/README.rst:23 diff --git a/locale/ca/LC_MESSAGES/Structural/Proxy/README.po b/locale/ca/LC_MESSAGES/Structural/Proxy/README.po index 290eacc..1e52782 100644 --- a/locale/ca/LC_MESSAGES/Structural/Proxy/README.po +++ b/locale/ca/LC_MESSAGES/Structural/Proxy/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "" #: ../../Structural/Proxy/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Proxy/README.rst:28 diff --git a/locale/ca/LC_MESSAGES/Structural/Registry/README.po b/locale/ca/LC_MESSAGES/Structural/Registry/README.po index ddc6079..104a57d 100644 --- a/locale/ca/LC_MESSAGES/Structural/Registry/README.po +++ b/locale/ca/LC_MESSAGES/Structural/Registry/README.po @@ -51,7 +51,7 @@ msgid "Code" msgstr "" #: ../../Structural/Registry/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Registry/README.rst:31 diff --git a/locale/de/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po b/locale/de/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po index d9fc255..b84bf8a 100644 --- a/locale/de/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po @@ -68,7 +68,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/ChainOfResponsibilities/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du kannst den Code auch auf `GitHub` einsehen_" #: ../../Behavioral/ChainOfResponsibilities/README.rst:36 diff --git a/locale/de/LC_MESSAGES/Behavioral/Command/README.po b/locale/de/LC_MESSAGES/Behavioral/Command/README.po index a09f2df..3e90fb0 100644 --- a/locale/de/LC_MESSAGES/Behavioral/Command/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/Command/README.po @@ -82,7 +82,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/Command/README.rst:41 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du kannst diesen Code auch auf `GitHub` einsehen_" #: ../../Behavioral/Command/README.rst:43 diff --git a/locale/de/LC_MESSAGES/Behavioral/Iterator/README.po b/locale/de/LC_MESSAGES/Behavioral/Iterator/README.po index 622e07d..0d137cc 100644 --- a/locale/de/LC_MESSAGES/Behavioral/Iterator/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/Iterator/README.po @@ -62,7 +62,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/Iterator/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du kannst den Code auch auf `GitHub` einsehen_" #: ../../Behavioral/Iterator/README.rst:36 diff --git a/locale/de/LC_MESSAGES/Behavioral/Mediator/README.po b/locale/de/LC_MESSAGES/Behavioral/Mediator/README.po index bd3e76a..6915d6f 100644 --- a/locale/de/LC_MESSAGES/Behavioral/Mediator/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/Mediator/README.po @@ -49,7 +49,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/Mediator/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code hierzu auf `GitHub`_" #: ../../Behavioral/Mediator/README.rst:27 diff --git a/locale/de/LC_MESSAGES/Behavioral/Memento/README.po b/locale/de/LC_MESSAGES/Behavioral/Memento/README.po index aa8752f..f00407c 100644 --- a/locale/de/LC_MESSAGES/Behavioral/Memento/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/Memento/README.po @@ -99,7 +99,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Memento/README.rst:55 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Memento/README.rst:57 @@ -201,7 +201,7 @@ msgstr "" #. msgstr "Code" #. #. #: ../../Behavioral/Memento/README.rst:38 -#. msgid "You can also find these code on `GitHub`_" +#. msgid "You can also find this code on `GitHub`_" #. msgstr "Du findest den Code hierzu auf `GitHub`_" #. #. #: ../../Behavioral/Memento/README.rst:40 diff --git a/locale/de/LC_MESSAGES/Behavioral/NullObject/README.po b/locale/de/LC_MESSAGES/Behavioral/NullObject/README.po index 81afc76..08ad9f7 100644 --- a/locale/de/LC_MESSAGES/Behavioral/NullObject/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/NullObject/README.po @@ -81,7 +81,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/NullObject/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code hierzu auf `GitHub`_" #: ../../Behavioral/NullObject/README.rst:41 diff --git a/locale/de/LC_MESSAGES/Behavioral/Observer/README.po b/locale/de/LC_MESSAGES/Behavioral/Observer/README.po index d0d3767..86de6a8 100644 --- a/locale/de/LC_MESSAGES/Behavioral/Observer/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/Observer/README.po @@ -61,7 +61,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/Observer/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code hierzu auf `GitHub`_" #: ../../Behavioral/Observer/README.rst:36 diff --git a/locale/de/LC_MESSAGES/Behavioral/Specification/README.po b/locale/de/LC_MESSAGES/Behavioral/Specification/README.po index 229c2a8..2dbb78b 100644 --- a/locale/de/LC_MESSAGES/Behavioral/Specification/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/Specification/README.po @@ -48,7 +48,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/Specification/README.rst:27 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code hierzu auf `GitHub`_" #: ../../Behavioral/Specification/README.rst:29 diff --git a/locale/de/LC_MESSAGES/Behavioral/State/README.po b/locale/de/LC_MESSAGES/Behavioral/State/README.po index 951c42c..a4bbc2f 100644 --- a/locale/de/LC_MESSAGES/Behavioral/State/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/State/README.po @@ -40,7 +40,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/State/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code hierzu auf `GitHub`_" #: ../../Behavioral/State/README.rst:23 diff --git a/locale/de/LC_MESSAGES/Behavioral/Strategy/README.po b/locale/de/LC_MESSAGES/Behavioral/Strategy/README.po index cdcaf4e..0649cff 100644 --- a/locale/de/LC_MESSAGES/Behavioral/Strategy/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/Strategy/README.po @@ -70,7 +70,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/Strategy/README.rst:35 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code hierzu auf `GitHub`_" #: ../../Behavioral/Strategy/README.rst:37 diff --git a/locale/de/LC_MESSAGES/Behavioral/TemplateMethod/README.po b/locale/de/LC_MESSAGES/Behavioral/TemplateMethod/README.po index 96346ae..e5d5359 100644 --- a/locale/de/LC_MESSAGES/Behavioral/TemplateMethod/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/TemplateMethod/README.po @@ -62,7 +62,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/TemplateMethod/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code hierzu auf `GitHub`_" #: ../../Behavioral/TemplateMethod/README.rst:36 diff --git a/locale/de/LC_MESSAGES/Behavioral/Visitor/README.po b/locale/de/LC_MESSAGES/Behavioral/Visitor/README.po index b2792f7..5384b89 100644 --- a/locale/de/LC_MESSAGES/Behavioral/Visitor/README.po +++ b/locale/de/LC_MESSAGES/Behavioral/Visitor/README.po @@ -48,7 +48,7 @@ msgid "Code" msgstr "Code" #: ../../Behavioral/Visitor/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code hierzu auf `GitHub`_" #: ../../Behavioral/Visitor/README.rst:28 diff --git a/locale/de/LC_MESSAGES/Creational/AbstractFactory/README.po b/locale/de/LC_MESSAGES/Creational/AbstractFactory/README.po index 8b2bca1..ef9802d 100644 --- a/locale/de/LC_MESSAGES/Creational/AbstractFactory/README.po +++ b/locale/de/LC_MESSAGES/Creational/AbstractFactory/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "Code" #: ../../Creational/AbstractFactory/README.rst:22 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Creational/AbstractFactory/README.rst:24 diff --git a/locale/de/LC_MESSAGES/Creational/Builder/README.po b/locale/de/LC_MESSAGES/Creational/Builder/README.po index 9cb0f96..5572e5a 100644 --- a/locale/de/LC_MESSAGES/Creational/Builder/README.po +++ b/locale/de/LC_MESSAGES/Creational/Builder/README.po @@ -68,7 +68,7 @@ msgid "Code" msgstr "Code" #: ../../Creational/Builder/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Creational/Builder/README.rst:35 diff --git a/locale/de/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/de/LC_MESSAGES/Creational/FactoryMethod/README.po index 3a533db..d17699d 100644 --- a/locale/de/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/de/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -62,7 +62,7 @@ msgid "Code" msgstr "Code" #: ../../Creational/FactoryMethod/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Creational/FactoryMethod/README.rst:31 diff --git a/locale/de/LC_MESSAGES/Creational/Multiton/README.po b/locale/de/LC_MESSAGES/Creational/Multiton/README.po index 70f4c1e..f6a2a20 100644 --- a/locale/de/LC_MESSAGES/Creational/Multiton/README.po +++ b/locale/de/LC_MESSAGES/Creational/Multiton/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "Code" #: ../../Creational/Multiton/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Creational/Multiton/README.rst:31 diff --git a/locale/de/LC_MESSAGES/Creational/Pool/README.po b/locale/de/LC_MESSAGES/Creational/Pool/README.po index 9357d4d..a77401d 100644 --- a/locale/de/LC_MESSAGES/Creational/Pool/README.po +++ b/locale/de/LC_MESSAGES/Creational/Pool/README.po @@ -73,7 +73,7 @@ msgid "Code" msgstr "Code" #: ../../Creational/Pool/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Creational/Pool/README.rst:36 diff --git a/locale/de/LC_MESSAGES/Creational/Prototype/README.po b/locale/de/LC_MESSAGES/Creational/Prototype/README.po index ea5e199..59840c7 100644 --- a/locale/de/LC_MESSAGES/Creational/Prototype/README.po +++ b/locale/de/LC_MESSAGES/Creational/Prototype/README.po @@ -51,7 +51,7 @@ msgid "Code" msgstr "Code" #: ../../Creational/Prototype/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Creational/Prototype/README.rst:28 diff --git a/locale/de/LC_MESSAGES/Creational/SimpleFactory/README.po b/locale/de/LC_MESSAGES/Creational/SimpleFactory/README.po index c9f582f..9c216de 100644 --- a/locale/de/LC_MESSAGES/Creational/SimpleFactory/README.po +++ b/locale/de/LC_MESSAGES/Creational/SimpleFactory/README.po @@ -52,7 +52,7 @@ msgid "Code" msgstr "Code" #: ../../Creational/SimpleFactory/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Creational/SimpleFactory/README.rst:27 diff --git a/locale/de/LC_MESSAGES/Creational/Singleton/README.po b/locale/de/LC_MESSAGES/Creational/Singleton/README.po index d96cf09..6c62928 100644 --- a/locale/de/LC_MESSAGES/Creational/Singleton/README.po +++ b/locale/de/LC_MESSAGES/Creational/Singleton/README.po @@ -69,7 +69,7 @@ msgid "Code" msgstr "Code" #: ../../Creational/Singleton/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Creational/Singleton/README.rst:34 diff --git a/locale/de/LC_MESSAGES/Creational/StaticFactory/README.po b/locale/de/LC_MESSAGES/Creational/StaticFactory/README.po index 995cfd1..8281af6 100644 --- a/locale/de/LC_MESSAGES/Creational/StaticFactory/README.po +++ b/locale/de/LC_MESSAGES/Creational/StaticFactory/README.po @@ -56,7 +56,7 @@ msgid "Code" msgstr "Code" #: ../../Creational/StaticFactory/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Creational/StaticFactory/README.rst:31 diff --git a/locale/de/LC_MESSAGES/More/Delegation/README.po b/locale/de/LC_MESSAGES/More/Delegation/README.po index ac259f0..907d828 100644 --- a/locale/de/LC_MESSAGES/More/Delegation/README.po +++ b/locale/de/LC_MESSAGES/More/Delegation/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../More/Delegation/README.rst:24 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Delegation/README.rst:26 diff --git a/locale/de/LC_MESSAGES/More/EAV/README.po b/locale/de/LC_MESSAGES/More/EAV/README.po index c101913..d0113c0 100644 --- a/locale/de/LC_MESSAGES/More/EAV/README.po +++ b/locale/de/LC_MESSAGES/More/EAV/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "" #: ../../More/EAV/README.rst:99 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/EAV/README.rst:102 diff --git a/locale/de/LC_MESSAGES/More/Repository/README.po b/locale/de/LC_MESSAGES/More/Repository/README.po index c323575..152a3e7 100644 --- a/locale/de/LC_MESSAGES/More/Repository/README.po +++ b/locale/de/LC_MESSAGES/More/Repository/README.po @@ -63,7 +63,7 @@ msgid "Code" msgstr "Code" #: ../../More/Repository/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../More/Repository/README.rst:34 diff --git a/locale/de/LC_MESSAGES/More/ServiceLocator/README.po b/locale/de/LC_MESSAGES/More/ServiceLocator/README.po index 543b932..d3914c8 100644 --- a/locale/de/LC_MESSAGES/More/ServiceLocator/README.po +++ b/locale/de/LC_MESSAGES/More/ServiceLocator/README.po @@ -72,7 +72,7 @@ msgid "Code" msgstr "Code" #: ../../More/ServiceLocator/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../More/ServiceLocator/README.rst:38 diff --git a/locale/de/LC_MESSAGES/Structural/Adapter/README.po b/locale/de/LC_MESSAGES/Structural/Adapter/README.po index f264557..d02f228 100644 --- a/locale/de/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/de/LC_MESSAGES/Structural/Adapter/README.po @@ -60,7 +60,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/Adapter/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/Adapter/README.rst:31 diff --git a/locale/de/LC_MESSAGES/Structural/Bridge/README.po b/locale/de/LC_MESSAGES/Structural/Bridge/README.po index 14bd48c..62dd226 100644 --- a/locale/de/LC_MESSAGES/Structural/Bridge/README.po +++ b/locale/de/LC_MESSAGES/Structural/Bridge/README.po @@ -47,7 +47,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/Bridge/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/Bridge/README.rst:28 diff --git a/locale/de/LC_MESSAGES/Structural/Composite/README.po b/locale/de/LC_MESSAGES/Structural/Composite/README.po index e9e55bd..3bb2f07 100644 --- a/locale/de/LC_MESSAGES/Structural/Composite/README.po +++ b/locale/de/LC_MESSAGES/Structural/Composite/README.po @@ -60,7 +60,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/Composite/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/Composite/README.rst:31 diff --git a/locale/de/LC_MESSAGES/Structural/DataMapper/README.po b/locale/de/LC_MESSAGES/Structural/DataMapper/README.po index b563d43..0caf1e7 100644 --- a/locale/de/LC_MESSAGES/Structural/DataMapper/README.po +++ b/locale/de/LC_MESSAGES/Structural/DataMapper/README.po @@ -72,7 +72,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/DataMapper/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/DataMapper/README.rst:38 diff --git a/locale/de/LC_MESSAGES/Structural/Decorator/README.po b/locale/de/LC_MESSAGES/Structural/Decorator/README.po index 8b12f0c..c9e07db 100644 --- a/locale/de/LC_MESSAGES/Structural/Decorator/README.po +++ b/locale/de/LC_MESSAGES/Structural/Decorator/README.po @@ -48,7 +48,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/Decorator/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/Decorator/README.rst:28 diff --git a/locale/de/LC_MESSAGES/Structural/DependencyInjection/README.po b/locale/de/LC_MESSAGES/Structural/DependencyInjection/README.po index 47ebbfd..101df4f 100644 --- a/locale/de/LC_MESSAGES/Structural/DependencyInjection/README.po +++ b/locale/de/LC_MESSAGES/Structural/DependencyInjection/README.po @@ -96,7 +96,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/DependencyInjection/README.rst:46 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/DependencyInjection/README.rst:48 diff --git a/locale/de/LC_MESSAGES/Structural/Facade/README.po b/locale/de/LC_MESSAGES/Structural/Facade/README.po index 2e241c1..ee3902c 100644 --- a/locale/de/LC_MESSAGES/Structural/Facade/README.po +++ b/locale/de/LC_MESSAGES/Structural/Facade/README.po @@ -78,7 +78,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/Facade/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/Facade/README.rst:38 diff --git a/locale/de/LC_MESSAGES/Structural/FluentInterface/README.po b/locale/de/LC_MESSAGES/Structural/FluentInterface/README.po index a213628..f51776a 100644 --- a/locale/de/LC_MESSAGES/Structural/FluentInterface/README.po +++ b/locale/de/LC_MESSAGES/Structural/FluentInterface/README.po @@ -56,7 +56,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/FluentInterface/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/FluentInterface/README.rst:30 diff --git a/locale/de/LC_MESSAGES/Structural/Flyweight/README.po b/locale/de/LC_MESSAGES/Structural/Flyweight/README.po index 9a8b771..cfa8492 100644 --- a/locale/de/LC_MESSAGES/Structural/Flyweight/README.po +++ b/locale/de/LC_MESSAGES/Structural/Flyweight/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Structural/Flyweight/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Flyweight/README.rst:23 diff --git a/locale/de/LC_MESSAGES/Structural/Proxy/README.po b/locale/de/LC_MESSAGES/Structural/Proxy/README.po index 46755ec..3d85bb4 100644 --- a/locale/de/LC_MESSAGES/Structural/Proxy/README.po +++ b/locale/de/LC_MESSAGES/Structural/Proxy/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/Proxy/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/Proxy/README.rst:28 diff --git a/locale/de/LC_MESSAGES/Structural/Registry/README.po b/locale/de/LC_MESSAGES/Structural/Registry/README.po index 648c0aa..efda2fd 100644 --- a/locale/de/LC_MESSAGES/Structural/Registry/README.po +++ b/locale/de/LC_MESSAGES/Structural/Registry/README.po @@ -61,7 +61,7 @@ msgid "Code" msgstr "Code" #: ../../Structural/Registry/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Du findest den Code auch auf `GitHub`_" #: ../../Structural/Registry/README.rst:31 diff --git a/locale/es/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po b/locale/es/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po index b5277a5..19f8d8d 100644 --- a/locale/es/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po @@ -62,7 +62,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:36 diff --git a/locale/es/LC_MESSAGES/Behavioral/Command/README.po b/locale/es/LC_MESSAGES/Behavioral/Command/README.po index 29319a3..158d346 100644 --- a/locale/es/LC_MESSAGES/Behavioral/Command/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/Command/README.po @@ -71,7 +71,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Command/README.rst:41 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Command/README.rst:43 diff --git a/locale/es/LC_MESSAGES/Behavioral/Iterator/README.po b/locale/es/LC_MESSAGES/Behavioral/Iterator/README.po index 34ecd7d..25ccf3a 100644 --- a/locale/es/LC_MESSAGES/Behavioral/Iterator/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/Iterator/README.po @@ -53,7 +53,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Iterator/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Iterator/README.rst:36 diff --git a/locale/es/LC_MESSAGES/Behavioral/Mediator/README.po b/locale/es/LC_MESSAGES/Behavioral/Mediator/README.po index 6474cd1..e9a44dd 100644 --- a/locale/es/LC_MESSAGES/Behavioral/Mediator/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/Mediator/README.po @@ -42,7 +42,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Mediator/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Mediator/README.rst:27 diff --git a/locale/es/LC_MESSAGES/Behavioral/Memento/README.po b/locale/es/LC_MESSAGES/Behavioral/Memento/README.po index 9aa14bc..13c073e 100644 --- a/locale/es/LC_MESSAGES/Behavioral/Memento/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/Memento/README.po @@ -99,7 +99,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Memento/README.rst:55 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Memento/README.rst:57 @@ -187,7 +187,7 @@ msgstr "" #. msgstr "" #. #. #: ../../Behavioral/Memento/README.rst:38 -#. msgid "You can also find these code on `GitHub`_" +#. msgid "You can also find this code on `GitHub`_" #. msgstr "" #. #. #: ../../Behavioral/Memento/README.rst:40 diff --git a/locale/es/LC_MESSAGES/Behavioral/NullObject/README.po b/locale/es/LC_MESSAGES/Behavioral/NullObject/README.po index 35b77f6..a397fc5 100644 --- a/locale/es/LC_MESSAGES/Behavioral/NullObject/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/NullObject/README.po @@ -75,7 +75,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/NullObject/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/NullObject/README.rst:41 diff --git a/locale/es/LC_MESSAGES/Behavioral/Observer/README.po b/locale/es/LC_MESSAGES/Behavioral/Observer/README.po index 5119740..8a43616 100644 --- a/locale/es/LC_MESSAGES/Behavioral/Observer/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/Observer/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Observer/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Observer/README.rst:36 diff --git a/locale/es/LC_MESSAGES/Behavioral/Specification/README.po b/locale/es/LC_MESSAGES/Behavioral/Specification/README.po index 54e3b64..7b1982b 100644 --- a/locale/es/LC_MESSAGES/Behavioral/Specification/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/Specification/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Specification/README.rst:27 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Specification/README.rst:29 diff --git a/locale/es/LC_MESSAGES/Behavioral/State/README.po b/locale/es/LC_MESSAGES/Behavioral/State/README.po index f71fbfa..2ced881 100644 --- a/locale/es/LC_MESSAGES/Behavioral/State/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/State/README.po @@ -35,7 +35,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/State/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/State/README.rst:23 diff --git a/locale/es/LC_MESSAGES/Behavioral/Strategy/README.po b/locale/es/LC_MESSAGES/Behavioral/Strategy/README.po index dd5797e..c3b9fea 100644 --- a/locale/es/LC_MESSAGES/Behavioral/Strategy/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/Strategy/README.po @@ -64,7 +64,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Strategy/README.rst:35 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Strategy/README.rst:37 diff --git a/locale/es/LC_MESSAGES/Behavioral/TemplateMethod/README.po b/locale/es/LC_MESSAGES/Behavioral/TemplateMethod/README.po index 4f6fa81..331d234 100644 --- a/locale/es/LC_MESSAGES/Behavioral/TemplateMethod/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/TemplateMethod/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:36 diff --git a/locale/es/LC_MESSAGES/Behavioral/Visitor/README.po b/locale/es/LC_MESSAGES/Behavioral/Visitor/README.po index cab0ea9..08784a3 100644 --- a/locale/es/LC_MESSAGES/Behavioral/Visitor/README.po +++ b/locale/es/LC_MESSAGES/Behavioral/Visitor/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Visitor/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Visitor/README.rst:28 diff --git a/locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po b/locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po index 8c9340b..32767b0 100644 --- a/locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po +++ b/locale/es/LC_MESSAGES/Creational/AbstractFactory/README.po @@ -42,7 +42,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/AbstractFactory/README.rst:22 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar el código en `GitHub`_" #: ../../Creational/AbstractFactory/README.rst:24 diff --git a/locale/es/LC_MESSAGES/Creational/Builder/README.po b/locale/es/LC_MESSAGES/Creational/Builder/README.po index 0cbdd58..2460300 100644 --- a/locale/es/LC_MESSAGES/Creational/Builder/README.po +++ b/locale/es/LC_MESSAGES/Creational/Builder/README.po @@ -69,7 +69,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Builder/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar el código en `GitHub`_" #: ../../Creational/Builder/README.rst:35 diff --git a/locale/es/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/es/LC_MESSAGES/Creational/FactoryMethod/README.po index 550573a..2767257 100644 --- a/locale/es/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/es/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/FactoryMethod/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar el código en `GitHub`_" #: ../../Creational/FactoryMethod/README.rst:31 diff --git a/locale/es/LC_MESSAGES/Creational/Multiton/README.po b/locale/es/LC_MESSAGES/Creational/Multiton/README.po index c32fbaa..e19694b 100644 --- a/locale/es/LC_MESSAGES/Creational/Multiton/README.po +++ b/locale/es/LC_MESSAGES/Creational/Multiton/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Multiton/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar el código en `GitHub`_" #: ../../Creational/Multiton/README.rst:31 diff --git a/locale/es/LC_MESSAGES/Creational/Pool/README.po b/locale/es/LC_MESSAGES/Creational/Pool/README.po index 99fbef8..0a1367a 100644 --- a/locale/es/LC_MESSAGES/Creational/Pool/README.po +++ b/locale/es/LC_MESSAGES/Creational/Pool/README.po @@ -66,7 +66,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Pool/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar el código en `GitHub`_" #: ../../Creational/Pool/README.rst:36 diff --git a/locale/es/LC_MESSAGES/Creational/Prototype/README.po b/locale/es/LC_MESSAGES/Creational/Prototype/README.po index dfd8b5e..f723c87 100644 --- a/locale/es/LC_MESSAGES/Creational/Prototype/README.po +++ b/locale/es/LC_MESSAGES/Creational/Prototype/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Prototype/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar el código en `GitHub`_" #: ../../Creational/Prototype/README.rst:28 diff --git a/locale/es/LC_MESSAGES/Creational/SimpleFactory/README.po b/locale/es/LC_MESSAGES/Creational/SimpleFactory/README.po index 0b517cd..2776923 100644 --- a/locale/es/LC_MESSAGES/Creational/SimpleFactory/README.po +++ b/locale/es/LC_MESSAGES/Creational/SimpleFactory/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Creational/SimpleFactory/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/SimpleFactory/README.rst:27 diff --git a/locale/es/LC_MESSAGES/Creational/Singleton/README.po b/locale/es/LC_MESSAGES/Creational/Singleton/README.po index 0bb78f3..aadfa8f 100644 --- a/locale/es/LC_MESSAGES/Creational/Singleton/README.po +++ b/locale/es/LC_MESSAGES/Creational/Singleton/README.po @@ -68,7 +68,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Singleton/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes ver este código en `GitHub`_" #: ../../Creational/Singleton/README.rst:34 diff --git a/locale/es/LC_MESSAGES/Creational/StaticFactory/README.po b/locale/es/LC_MESSAGES/Creational/StaticFactory/README.po index 7005abb..038d1e4 100644 --- a/locale/es/LC_MESSAGES/Creational/StaticFactory/README.po +++ b/locale/es/LC_MESSAGES/Creational/StaticFactory/README.po @@ -56,7 +56,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/StaticFactory/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar el código en `GitHub`_" #: ../../Creational/StaticFactory/README.rst:31 diff --git a/locale/es/LC_MESSAGES/More/Delegation/README.po b/locale/es/LC_MESSAGES/More/Delegation/README.po index ac259f0..907d828 100644 --- a/locale/es/LC_MESSAGES/More/Delegation/README.po +++ b/locale/es/LC_MESSAGES/More/Delegation/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../More/Delegation/README.rst:24 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Delegation/README.rst:26 diff --git a/locale/es/LC_MESSAGES/More/EAV/README.po b/locale/es/LC_MESSAGES/More/EAV/README.po index c101913..d0113c0 100644 --- a/locale/es/LC_MESSAGES/More/EAV/README.po +++ b/locale/es/LC_MESSAGES/More/EAV/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "" #: ../../More/EAV/README.rst:99 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/EAV/README.rst:102 diff --git a/locale/es/LC_MESSAGES/More/Repository/README.po b/locale/es/LC_MESSAGES/More/Repository/README.po index d9ecc90..5a37043 100644 --- a/locale/es/LC_MESSAGES/More/Repository/README.po +++ b/locale/es/LC_MESSAGES/More/Repository/README.po @@ -52,7 +52,7 @@ msgid "Code" msgstr "" #: ../../More/Repository/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Repository/README.rst:34 diff --git a/locale/es/LC_MESSAGES/More/ServiceLocator/README.po b/locale/es/LC_MESSAGES/More/ServiceLocator/README.po index 9808a92..8efac15 100644 --- a/locale/es/LC_MESSAGES/More/ServiceLocator/README.po +++ b/locale/es/LC_MESSAGES/More/ServiceLocator/README.po @@ -58,7 +58,7 @@ msgid "Code" msgstr "" #: ../../More/ServiceLocator/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/ServiceLocator/README.rst:38 diff --git a/locale/es/LC_MESSAGES/Structural/Adapter/README.po b/locale/es/LC_MESSAGES/Structural/Adapter/README.po index 21bee57..00c1d2f 100644 --- a/locale/es/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/es/LC_MESSAGES/Structural/Adapter/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Structural/Adapter/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Adapter/README.rst:31 diff --git a/locale/es/LC_MESSAGES/Structural/Bridge/README.po b/locale/es/LC_MESSAGES/Structural/Bridge/README.po index a27619b..e2ee3f6 100644 --- a/locale/es/LC_MESSAGES/Structural/Bridge/README.po +++ b/locale/es/LC_MESSAGES/Structural/Bridge/README.po @@ -42,7 +42,7 @@ msgid "Code" msgstr "" #: ../../Structural/Bridge/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Bridge/README.rst:28 diff --git a/locale/es/LC_MESSAGES/Structural/Composite/README.po b/locale/es/LC_MESSAGES/Structural/Composite/README.po index 90ddd21..a5b59d4 100644 --- a/locale/es/LC_MESSAGES/Structural/Composite/README.po +++ b/locale/es/LC_MESSAGES/Structural/Composite/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Structural/Composite/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Composite/README.rst:31 diff --git a/locale/es/LC_MESSAGES/Structural/DataMapper/README.po b/locale/es/LC_MESSAGES/Structural/DataMapper/README.po index 5ccd9a3..6093eea 100644 --- a/locale/es/LC_MESSAGES/Structural/DataMapper/README.po +++ b/locale/es/LC_MESSAGES/Structural/DataMapper/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "" #: ../../Structural/DataMapper/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/DataMapper/README.rst:38 diff --git a/locale/es/LC_MESSAGES/Structural/Decorator/README.po b/locale/es/LC_MESSAGES/Structural/Decorator/README.po index 0ecf351..124019f 100644 --- a/locale/es/LC_MESSAGES/Structural/Decorator/README.po +++ b/locale/es/LC_MESSAGES/Structural/Decorator/README.po @@ -46,7 +46,7 @@ msgid "Code" msgstr "" #: ../../Structural/Decorator/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Decorator/README.rst:28 diff --git a/locale/es/LC_MESSAGES/Structural/DependencyInjection/README.po b/locale/es/LC_MESSAGES/Structural/DependencyInjection/README.po index 0834846..7eeeb06 100644 --- a/locale/es/LC_MESSAGES/Structural/DependencyInjection/README.po +++ b/locale/es/LC_MESSAGES/Structural/DependencyInjection/README.po @@ -75,7 +75,7 @@ msgid "Code" msgstr "" #: ../../Structural/DependencyInjection/README.rst:46 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/DependencyInjection/README.rst:48 diff --git a/locale/es/LC_MESSAGES/Structural/Facade/README.po b/locale/es/LC_MESSAGES/Structural/Facade/README.po index 1d78bf4..81358f4 100644 --- a/locale/es/LC_MESSAGES/Structural/Facade/README.po +++ b/locale/es/LC_MESSAGES/Structural/Facade/README.po @@ -63,7 +63,7 @@ msgid "Code" msgstr "" #: ../../Structural/Facade/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Facade/README.rst:38 diff --git a/locale/es/LC_MESSAGES/Structural/FluentInterface/README.po b/locale/es/LC_MESSAGES/Structural/FluentInterface/README.po index 0e58551..4331b7c 100644 --- a/locale/es/LC_MESSAGES/Structural/FluentInterface/README.po +++ b/locale/es/LC_MESSAGES/Structural/FluentInterface/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Structural/FluentInterface/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/FluentInterface/README.rst:30 diff --git a/locale/es/LC_MESSAGES/Structural/Flyweight/README.po b/locale/es/LC_MESSAGES/Structural/Flyweight/README.po index 9a8b771..cfa8492 100644 --- a/locale/es/LC_MESSAGES/Structural/Flyweight/README.po +++ b/locale/es/LC_MESSAGES/Structural/Flyweight/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Structural/Flyweight/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Flyweight/README.rst:23 diff --git a/locale/es/LC_MESSAGES/Structural/Proxy/README.po b/locale/es/LC_MESSAGES/Structural/Proxy/README.po index 290eacc..1e52782 100644 --- a/locale/es/LC_MESSAGES/Structural/Proxy/README.po +++ b/locale/es/LC_MESSAGES/Structural/Proxy/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "" #: ../../Structural/Proxy/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Proxy/README.rst:28 diff --git a/locale/es/LC_MESSAGES/Structural/Registry/README.po b/locale/es/LC_MESSAGES/Structural/Registry/README.po index ddc6079..104a57d 100644 --- a/locale/es/LC_MESSAGES/Structural/Registry/README.po +++ b/locale/es/LC_MESSAGES/Structural/Registry/README.po @@ -51,7 +51,7 @@ msgid "Code" msgstr "" #: ../../Structural/Registry/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Registry/README.rst:31 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po index 7c85600..7cd38e1 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po @@ -80,7 +80,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/ChainOfResponsibilities/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/ChainOfResponsibilities/README.rst:54 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/Command/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/Command/README.po index 240aa90..781bd77 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/Command/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/Command/README.po @@ -93,7 +93,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/Command/README.rst:41 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/Command/README.rst:67 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/Iterator/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/Iterator/README.po index 115abcd..35c81d3 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/Iterator/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/Iterator/README.po @@ -68,7 +68,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/Iterator/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/Iterator/README.rst:60 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/Mediator/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/Mediator/README.po index 072f962..481e8c4 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/Mediator/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/Mediator/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/Mediator/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/Mediator/README.rst:63 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/Memento/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/Memento/README.po index 09ac226..f6f8bec 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/Memento/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/Memento/README.po @@ -128,7 +128,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/Memento/README.rst:55 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/Memento/README.rst:75 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/NullObject/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/NullObject/README.po index 0f664b8..659c0b3 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/NullObject/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/NullObject/README.po @@ -88,7 +88,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/NullObject/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/NullObject/README.rst:65 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/Observer/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/Observer/README.po index f0704a3..d049a5e 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/Observer/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/Observer/README.po @@ -69,7 +69,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/Observer/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/Observer/README.rst:47 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/Specification/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/Specification/README.po index 5b57661..f21da97 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/Specification/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/Specification/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/Specification/README.rst:27 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/Specification/README.rst:65 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/State/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/State/README.po index c263fca..1569b72 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/State/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/State/README.po @@ -45,7 +45,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/State/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/State/README.rst:53 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/Strategy/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/Strategy/README.po index 484c0a8..54b02d3 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/Strategy/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/Strategy/README.po @@ -74,7 +74,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/Strategy/README.rst:35 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/Strategy/README.rst:61 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/TemplateMethod/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/TemplateMethod/README.po index 4b4c73f..5de45ab 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/TemplateMethod/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/TemplateMethod/README.po @@ -75,7 +75,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/TemplateMethod/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/TemplateMethod/README.rst:54 diff --git a/locale/es_MX/LC_MESSAGES/Behavioral/Visitor/README.po b/locale/es_MX/LC_MESSAGES/Behavioral/Visitor/README.po index 379f8a5..68b976f 100644 --- a/locale/es_MX/LC_MESSAGES/Behavioral/Visitor/README.po +++ b/locale/es_MX/LC_MESSAGES/Behavioral/Visitor/README.po @@ -56,7 +56,7 @@ msgid "Code" msgstr "Código" #: ../../Behavioral/Visitor/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Behavioral/Visitor/README.rst:58 diff --git a/locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po b/locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po index 27a17a3..e905440 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/AbstractFactory/README.po @@ -46,7 +46,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/AbstractFactory/README.rst:22 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Creational/AbstractFactory/README.rst:60 diff --git a/locale/es_MX/LC_MESSAGES/Creational/Builder/README.po b/locale/es_MX/LC_MESSAGES/Creational/Builder/README.po index 4df7a21..7f70c3d 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/Builder/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/Builder/README.po @@ -72,7 +72,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Builder/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Creational/Builder/README.rst:95 diff --git a/locale/es_MX/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/es_MX/LC_MESSAGES/Creational/FactoryMethod/README.po index 50223d6..161f644 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -66,7 +66,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/FactoryMethod/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Creational/FactoryMethod/README.rst:73 diff --git a/locale/es_MX/LC_MESSAGES/Creational/Multiton/README.po b/locale/es_MX/LC_MESSAGES/Creational/Multiton/README.po index bade3cb..c13b460 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/Multiton/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/Multiton/README.po @@ -65,7 +65,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Multiton/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Creational/Multiton/README.rst:37 diff --git a/locale/es_MX/LC_MESSAGES/Creational/Pool/README.po b/locale/es_MX/LC_MESSAGES/Creational/Pool/README.po index 497e6f5..e1f67a8 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/Pool/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/Pool/README.po @@ -80,7 +80,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Pool/README.rst:37 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Creational/Pool/README.rst:51 diff --git a/locale/es_MX/LC_MESSAGES/Creational/Prototype/README.po b/locale/es_MX/LC_MESSAGES/Creational/Prototype/README.po index 3b1818a..cd6dc98 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/Prototype/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/Prototype/README.po @@ -54,7 +54,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Prototype/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Creational/Prototype/README.rst:46 diff --git a/locale/es_MX/LC_MESSAGES/Creational/SimpleFactory/README.po b/locale/es_MX/LC_MESSAGES/Creational/SimpleFactory/README.po index fa765b5..71fccdf 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/SimpleFactory/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/SimpleFactory/README.po @@ -52,7 +52,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/SimpleFactory/README.rst:23 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Creational/SimpleFactory/README.rst:43 diff --git a/locale/es_MX/LC_MESSAGES/Creational/Singleton/README.po b/locale/es_MX/LC_MESSAGES/Creational/Singleton/README.po index 4a40d84..db43dea 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/Singleton/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/Singleton/README.po @@ -72,7 +72,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Singleton/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Creational/Singleton/README.rst:40 diff --git a/locale/es_MX/LC_MESSAGES/Creational/StaticFactory/README.po b/locale/es_MX/LC_MESSAGES/Creational/StaticFactory/README.po index 8340a86..af0bba5 100644 --- a/locale/es_MX/LC_MESSAGES/Creational/StaticFactory/README.po +++ b/locale/es_MX/LC_MESSAGES/Creational/StaticFactory/README.po @@ -60,7 +60,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/StaticFactory/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Creational/StaticFactory/README.rst:55 diff --git a/locale/es_MX/LC_MESSAGES/More/Delegation/README.po b/locale/es_MX/LC_MESSAGES/More/Delegation/README.po index 00fbf28..0485555 100644 --- a/locale/es_MX/LC_MESSAGES/More/Delegation/README.po +++ b/locale/es_MX/LC_MESSAGES/More/Delegation/README.po @@ -64,7 +64,7 @@ msgid "Code" msgstr "Código" #: ../../More/Delegation/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../More/Delegation/README.rst:42 diff --git a/locale/es_MX/LC_MESSAGES/More/EAV/README.po b/locale/es_MX/LC_MESSAGES/More/EAV/README.po index f077074..ecb0b40 100644 --- a/locale/es_MX/LC_MESSAGES/More/EAV/README.po +++ b/locale/es_MX/LC_MESSAGES/More/EAV/README.po @@ -53,7 +53,7 @@ msgid "Code" msgstr "Código" #: ../../More/EAV/README.rst:24 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../More/EAV/README.rst:44 diff --git a/locale/es_MX/LC_MESSAGES/More/Repository/README.po b/locale/es_MX/LC_MESSAGES/More/Repository/README.po index cd231b2..f7d7982 100644 --- a/locale/es_MX/LC_MESSAGES/More/Repository/README.po +++ b/locale/es_MX/LC_MESSAGES/More/Repository/README.po @@ -68,7 +68,7 @@ msgid "Code" msgstr "Código" #: ../../More/Repository/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../More/Repository/README.rst:52 diff --git a/locale/es_MX/LC_MESSAGES/More/ServiceLocator/README.po b/locale/es_MX/LC_MESSAGES/More/ServiceLocator/README.po index 0edbb5f..21e769c 100644 --- a/locale/es_MX/LC_MESSAGES/More/ServiceLocator/README.po +++ b/locale/es_MX/LC_MESSAGES/More/ServiceLocator/README.po @@ -76,7 +76,7 @@ msgid "Code" msgstr "Código" #: ../../More/ServiceLocator/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../More/ServiceLocator/README.rst:50 diff --git a/locale/es_MX/LC_MESSAGES/Structural/Adapter/README.po b/locale/es_MX/LC_MESSAGES/Structural/Adapter/README.po index 4f5d05f..dfbe036 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/Adapter/README.po @@ -62,7 +62,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/Adapter/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/Adapter/README.rst:61 diff --git a/locale/es_MX/LC_MESSAGES/Structural/Bridge/README.po b/locale/es_MX/LC_MESSAGES/Structural/Bridge/README.po index 6095080..155f4bf 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/Bridge/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/Bridge/README.po @@ -51,7 +51,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/Bridge/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/Bridge/README.rst:58 diff --git a/locale/es_MX/LC_MESSAGES/Structural/Composite/README.po b/locale/es_MX/LC_MESSAGES/Structural/Composite/README.po index e1479d3..2dcaeef 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/Composite/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/Composite/README.po @@ -64,7 +64,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/Composite/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/Composite/README.rst:55 diff --git a/locale/es_MX/LC_MESSAGES/Structural/DataMapper/README.po b/locale/es_MX/LC_MESSAGES/Structural/DataMapper/README.po index abbd01a..3a4be64 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/DataMapper/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/DataMapper/README.po @@ -78,7 +78,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/DataMapperREADME.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/DataMapperREADME.rst:56 diff --git a/locale/es_MX/LC_MESSAGES/Structural/Decorator/README.po b/locale/es_MX/LC_MESSAGES/Structural/Decorator/README.po index fdfbaef..bcba840 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/Decorator/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/Decorator/README.po @@ -54,7 +54,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/Decorator/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/Decorator/README.rst:58 diff --git a/locale/es_MX/LC_MESSAGES/Structural/DependencyInjection/README.po b/locale/es_MX/LC_MESSAGES/Structural/DependencyInjection/README.po index 78e0c41..771f8de 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/DependencyInjection/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/DependencyInjection/README.po @@ -86,7 +86,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/DependencyInjection/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/DependencyInjection/README.rst:53 diff --git a/locale/es_MX/LC_MESSAGES/Structural/Facade/README.po b/locale/es_MX/LC_MESSAGES/Structural/Facade/README.po index 136f834..d0fa794 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/Facade/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/Facade/README.po @@ -81,7 +81,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/Facade/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/Facade/README.rst:56 diff --git a/locale/es_MX/LC_MESSAGES/Structural/FluentInterface/README.po b/locale/es_MX/LC_MESSAGES/Structural/FluentInterface/README.po index 464699b..62684ae 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/FluentInterface/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/FluentInterface/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/FluentInterface/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/FluentInterface/README.rst:36 diff --git a/locale/es_MX/LC_MESSAGES/Structural/Flyweight/README.po b/locale/es_MX/LC_MESSAGES/Structural/Flyweight/README.po index 49d24d9..4f626ae 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/Flyweight/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/Flyweight/README.po @@ -47,7 +47,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/Flyweight/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/Flyweight/README.rst:41 diff --git a/locale/es_MX/LC_MESSAGES/Structural/Proxy/README.po b/locale/es_MX/LC_MESSAGES/Structural/Proxy/README.po index 5a36830..a599442 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/Proxy/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/Proxy/README.po @@ -53,7 +53,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/Proxy/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/Proxy/README.rst:40 diff --git a/locale/es_MX/LC_MESSAGES/Structural/Registry/README.po b/locale/es_MX/LC_MESSAGES/Structural/Registry/README.po index 9f3bd59..4c5dc88 100644 --- a/locale/es_MX/LC_MESSAGES/Structural/Registry/README.po +++ b/locale/es_MX/LC_MESSAGES/Structural/Registry/README.po @@ -69,7 +69,7 @@ msgid "Code" msgstr "Código" #: ../../Structural/Registry/README.rst:30 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Puedes encontrar este código también en `GitHub`_" #: ../../Structural/Registry/README.rst:38 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po index b5277a5..19f8d8d 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po @@ -62,7 +62,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:36 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/Command/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/Command/README.po index 29319a3..158d346 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/Command/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/Command/README.po @@ -71,7 +71,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Command/README.rst:41 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Command/README.rst:43 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po index 1212041..7833fbf 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po @@ -53,7 +53,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Iterator/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Iterator/README.rst:36 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/Mediator/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/Mediator/README.po index 6474cd1..e9a44dd 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/Mediator/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/Mediator/README.po @@ -42,7 +42,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Mediator/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Mediator/README.rst:27 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/Memento/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/Memento/README.po index 9aa14bc..13c073e 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/Memento/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/Memento/README.po @@ -99,7 +99,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Memento/README.rst:55 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Memento/README.rst:57 @@ -187,7 +187,7 @@ msgstr "" #. msgstr "" #. #. #: ../../Behavioral/Memento/README.rst:38 -#. msgid "You can also find these code on `GitHub`_" +#. msgid "You can also find this code on `GitHub`_" #. msgstr "" #. #. #: ../../Behavioral/Memento/README.rst:40 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/NullObject/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/NullObject/README.po index 35b77f6..a397fc5 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/NullObject/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/NullObject/README.po @@ -75,7 +75,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/NullObject/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/NullObject/README.rst:41 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/Observer/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/Observer/README.po index 5119740..8a43616 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/Observer/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/Observer/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Observer/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Observer/README.rst:36 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/Specification/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/Specification/README.po index 54e3b64..7b1982b 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/Specification/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/Specification/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Specification/README.rst:27 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Specification/README.rst:29 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/State/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/State/README.po index f71fbfa..2ced881 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/State/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/State/README.po @@ -35,7 +35,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/State/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/State/README.rst:23 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/Strategy/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/Strategy/README.po index dd5797e..c3b9fea 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/Strategy/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/Strategy/README.po @@ -64,7 +64,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Strategy/README.rst:35 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Strategy/README.rst:37 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/TemplateMethod/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/TemplateMethod/README.po index 4f6fa81..331d234 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/TemplateMethod/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/TemplateMethod/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:36 diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/Visitor/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/Visitor/README.po index cab0ea9..08784a3 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/Visitor/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/Visitor/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Visitor/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Visitor/README.rst:28 diff --git a/locale/pt_BR/LC_MESSAGES/Creational/AbstractFactory/README.po b/locale/pt_BR/LC_MESSAGES/Creational/AbstractFactory/README.po index fd6e4dd..b005aac 100644 --- a/locale/pt_BR/LC_MESSAGES/Creational/AbstractFactory/README.po +++ b/locale/pt_BR/LC_MESSAGES/Creational/AbstractFactory/README.po @@ -40,7 +40,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/AbstractFactory/README.rst:22 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Você pode encontrar o código no `Github`_" #: ../../Creational/AbstractFactory/README.rst:24 diff --git a/locale/pt_BR/LC_MESSAGES/Creational/Builder/README.po b/locale/pt_BR/LC_MESSAGES/Creational/Builder/README.po index 4dcdf66..78d55d6 100644 --- a/locale/pt_BR/LC_MESSAGES/Creational/Builder/README.po +++ b/locale/pt_BR/LC_MESSAGES/Creational/Builder/README.po @@ -63,7 +63,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/Builder/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Você pode encontrar esse código no `Github`_" #: ../../Creational/Builder/README.rst:35 diff --git a/locale/pt_BR/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/pt_BR/LC_MESSAGES/Creational/FactoryMethod/README.po index ddbfdd7..34787ae 100644 --- a/locale/pt_BR/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/pt_BR/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "Código" #: ../../Creational/FactoryMethod/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Você pode encontrar este código no `Github`_" #: ../../Creational/FactoryMethod/README.rst:31 diff --git a/locale/pt_BR/LC_MESSAGES/Creational/Multiton/README.po b/locale/pt_BR/LC_MESSAGES/Creational/Multiton/README.po index 702271d..d6892a9 100644 --- a/locale/pt_BR/LC_MESSAGES/Creational/Multiton/README.po +++ b/locale/pt_BR/LC_MESSAGES/Creational/Multiton/README.po @@ -52,7 +52,7 @@ msgid "Code" msgstr "" #: ../../Creational/Multiton/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Multiton/README.rst:31 diff --git a/locale/pt_BR/LC_MESSAGES/Creational/Pool/README.po b/locale/pt_BR/LC_MESSAGES/Creational/Pool/README.po index 8defedd..899f583 100644 --- a/locale/pt_BR/LC_MESSAGES/Creational/Pool/README.po +++ b/locale/pt_BR/LC_MESSAGES/Creational/Pool/README.po @@ -53,7 +53,7 @@ msgid "Code" msgstr "" #: ../../Creational/Pool/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Pool/README.rst:36 diff --git a/locale/pt_BR/LC_MESSAGES/Creational/Prototype/README.po b/locale/pt_BR/LC_MESSAGES/Creational/Prototype/README.po index fac09ef..14e0bc2 100644 --- a/locale/pt_BR/LC_MESSAGES/Creational/Prototype/README.po +++ b/locale/pt_BR/LC_MESSAGES/Creational/Prototype/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Creational/Prototype/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Prototype/README.rst:28 diff --git a/locale/pt_BR/LC_MESSAGES/Creational/SimpleFactory/README.po b/locale/pt_BR/LC_MESSAGES/Creational/SimpleFactory/README.po index 74e85d4..6501749 100644 --- a/locale/pt_BR/LC_MESSAGES/Creational/SimpleFactory/README.po +++ b/locale/pt_BR/LC_MESSAGES/Creational/SimpleFactory/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Creational/SimpleFactory/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/SimpleFactory/README.rst:27 diff --git a/locale/pt_BR/LC_MESSAGES/Creational/Singleton/README.po b/locale/pt_BR/LC_MESSAGES/Creational/Singleton/README.po index 5d108ca..a80a777 100644 --- a/locale/pt_BR/LC_MESSAGES/Creational/Singleton/README.po +++ b/locale/pt_BR/LC_MESSAGES/Creational/Singleton/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "" #: ../../Creational/Singleton/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Singleton/README.rst:34 diff --git a/locale/pt_BR/LC_MESSAGES/Creational/StaticFactory/README.po b/locale/pt_BR/LC_MESSAGES/Creational/StaticFactory/README.po index 4a6f64e..538587f 100644 --- a/locale/pt_BR/LC_MESSAGES/Creational/StaticFactory/README.po +++ b/locale/pt_BR/LC_MESSAGES/Creational/StaticFactory/README.po @@ -47,7 +47,7 @@ msgid "Code" msgstr "" #: ../../Creational/StaticFactory/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/StaticFactory/README.rst:31 diff --git a/locale/pt_BR/LC_MESSAGES/More/Delegation/README.po b/locale/pt_BR/LC_MESSAGES/More/Delegation/README.po index ac259f0..907d828 100644 --- a/locale/pt_BR/LC_MESSAGES/More/Delegation/README.po +++ b/locale/pt_BR/LC_MESSAGES/More/Delegation/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../More/Delegation/README.rst:24 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Delegation/README.rst:26 diff --git a/locale/pt_BR/LC_MESSAGES/More/EAV/README.po b/locale/pt_BR/LC_MESSAGES/More/EAV/README.po index c101913..d0113c0 100644 --- a/locale/pt_BR/LC_MESSAGES/More/EAV/README.po +++ b/locale/pt_BR/LC_MESSAGES/More/EAV/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "" #: ../../More/EAV/README.rst:99 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/EAV/README.rst:102 diff --git a/locale/pt_BR/LC_MESSAGES/More/Repository/README.po b/locale/pt_BR/LC_MESSAGES/More/Repository/README.po index 7439b93..4118792 100644 --- a/locale/pt_BR/LC_MESSAGES/More/Repository/README.po +++ b/locale/pt_BR/LC_MESSAGES/More/Repository/README.po @@ -58,7 +58,7 @@ msgid "Code" msgstr "Código" #: ../../More/Repository/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Você também pode encontrar esse código no `GitHub`_" #: ../../More/Repository/README.rst:34 diff --git a/locale/pt_BR/LC_MESSAGES/More/ServiceLocator/README.po b/locale/pt_BR/LC_MESSAGES/More/ServiceLocator/README.po index 9808a92..8efac15 100644 --- a/locale/pt_BR/LC_MESSAGES/More/ServiceLocator/README.po +++ b/locale/pt_BR/LC_MESSAGES/More/ServiceLocator/README.po @@ -58,7 +58,7 @@ msgid "Code" msgstr "" #: ../../More/ServiceLocator/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/ServiceLocator/README.rst:38 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po b/locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po index 21bee57..00c1d2f 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Structural/Adapter/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Adapter/README.rst:31 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/Bridge/README.po b/locale/pt_BR/LC_MESSAGES/Structural/Bridge/README.po index a27619b..e2ee3f6 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/Bridge/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/Bridge/README.po @@ -42,7 +42,7 @@ msgid "Code" msgstr "" #: ../../Structural/Bridge/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Bridge/README.rst:28 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/Composite/README.po b/locale/pt_BR/LC_MESSAGES/Structural/Composite/README.po index 90ddd21..a5b59d4 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/Composite/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/Composite/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Structural/Composite/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Composite/README.rst:31 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/DataMapper/README.po b/locale/pt_BR/LC_MESSAGES/Structural/DataMapper/README.po index 5ccd9a3..6093eea 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/DataMapper/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/DataMapper/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "" #: ../../Structural/DataMapper/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/DataMapper/README.rst:38 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/Decorator/README.po b/locale/pt_BR/LC_MESSAGES/Structural/Decorator/README.po index 0ecf351..124019f 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/Decorator/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/Decorator/README.po @@ -46,7 +46,7 @@ msgid "Code" msgstr "" #: ../../Structural/Decorator/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Decorator/README.rst:28 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/DependencyInjection/README.po b/locale/pt_BR/LC_MESSAGES/Structural/DependencyInjection/README.po index 0834846..7eeeb06 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/DependencyInjection/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/DependencyInjection/README.po @@ -75,7 +75,7 @@ msgid "Code" msgstr "" #: ../../Structural/DependencyInjection/README.rst:46 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/DependencyInjection/README.rst:48 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/Facade/README.po b/locale/pt_BR/LC_MESSAGES/Structural/Facade/README.po index 1d78bf4..81358f4 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/Facade/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/Facade/README.po @@ -63,7 +63,7 @@ msgid "Code" msgstr "" #: ../../Structural/Facade/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Facade/README.rst:38 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/FluentInterface/README.po b/locale/pt_BR/LC_MESSAGES/Structural/FluentInterface/README.po index 0e58551..4331b7c 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/FluentInterface/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/FluentInterface/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "" #: ../../Structural/FluentInterface/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/FluentInterface/README.rst:30 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/Flyweight/README.po b/locale/pt_BR/LC_MESSAGES/Structural/Flyweight/README.po index 9a8b771..cfa8492 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/Flyweight/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/Flyweight/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Structural/Flyweight/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Flyweight/README.rst:23 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/Proxy/README.po b/locale/pt_BR/LC_MESSAGES/Structural/Proxy/README.po index 290eacc..1e52782 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/Proxy/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/Proxy/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "" #: ../../Structural/Proxy/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Proxy/README.rst:28 diff --git a/locale/pt_BR/LC_MESSAGES/Structural/Registry/README.po b/locale/pt_BR/LC_MESSAGES/Structural/Registry/README.po index ddc6079..104a57d 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/Registry/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/Registry/README.po @@ -51,7 +51,7 @@ msgid "Code" msgstr "" #: ../../Structural/Registry/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Registry/README.rst:31 diff --git a/locale/ru/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po b/locale/ru/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po index d0dcfac..ba49fbe 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po @@ -73,7 +73,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/ChainOfResponsibilities/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/ChainOfResponsibilities/README.rst:36 diff --git a/locale/ru/LC_MESSAGES/Behavioral/Command/README.po b/locale/ru/LC_MESSAGES/Behavioral/Command/README.po index 4780baa..e32ecdd 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/Command/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/Command/README.po @@ -88,7 +88,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/Command/README.rst:41 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы также можете найти этот код на `GitHub`_" #: ../../Behavioral/Command/README.rst:43 diff --git a/locale/ru/LC_MESSAGES/Behavioral/Iterator/README.po b/locale/ru/LC_MESSAGES/Behavioral/Iterator/README.po index 37fa467..2c86150 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/Iterator/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/Iterator/README.po @@ -63,7 +63,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/Iterator/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Также вы можете найти этот код на `GitHub`_" #: ../../Behavioral/Iterator/README.rst:36 diff --git a/locale/ru/LC_MESSAGES/Behavioral/Mediator/README.po b/locale/ru/LC_MESSAGES/Behavioral/Mediator/README.po index 7d07e12..f6d53a2 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/Mediator/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/Mediator/README.po @@ -51,7 +51,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/Mediator/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/Mediator/README.rst:27 diff --git a/locale/ru/LC_MESSAGES/Behavioral/Memento/README.po b/locale/ru/LC_MESSAGES/Behavioral/Memento/README.po index 07dd735..0fd6dab 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/Memento/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/Memento/README.po @@ -129,7 +129,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/Memento/README.rst:55 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/Memento/README.rst:57 diff --git a/locale/ru/LC_MESSAGES/Behavioral/NullObject/README.po b/locale/ru/LC_MESSAGES/Behavioral/NullObject/README.po index 7560c18..8b5a9ab 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/NullObject/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/NullObject/README.po @@ -84,7 +84,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/NullObject/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/NullObject/README.rst:41 diff --git a/locale/ru/LC_MESSAGES/Behavioral/Observer/README.po b/locale/ru/LC_MESSAGES/Behavioral/Observer/README.po index f21467d..dc9403a 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/Observer/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/Observer/README.po @@ -64,7 +64,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/Observer/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/Observer/README.rst:36 diff --git a/locale/ru/LC_MESSAGES/Behavioral/Specification/README.po b/locale/ru/LC_MESSAGES/Behavioral/Specification/README.po index 5c318ca..6ad7d8f 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/Specification/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/Specification/README.po @@ -48,7 +48,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/Specification/README.rst:27 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/Specification/README.rst:29 diff --git a/locale/ru/LC_MESSAGES/Behavioral/State/README.po b/locale/ru/LC_MESSAGES/Behavioral/State/README.po index 8fa08d0..1aaffdb 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/State/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/State/README.po @@ -39,7 +39,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/State/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/State/README.rst:23 diff --git a/locale/ru/LC_MESSAGES/Behavioral/Strategy/README.po b/locale/ru/LC_MESSAGES/Behavioral/Strategy/README.po index cdd3bd5..8b237b2 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/Strategy/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/Strategy/README.po @@ -70,7 +70,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/Strategy/README.rst:35 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/Strategy/README.rst:37 diff --git a/locale/ru/LC_MESSAGES/Behavioral/TemplateMethod/README.po b/locale/ru/LC_MESSAGES/Behavioral/TemplateMethod/README.po index 2c0b68e..a68192c 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/TemplateMethod/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/TemplateMethod/README.po @@ -72,7 +72,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/TemplateMethod/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/TemplateMethod/README.rst:36 diff --git a/locale/ru/LC_MESSAGES/Behavioral/Visitor/README.po b/locale/ru/LC_MESSAGES/Behavioral/Visitor/README.po index 5bd8647..2c7b7f9 100644 --- a/locale/ru/LC_MESSAGES/Behavioral/Visitor/README.po +++ b/locale/ru/LC_MESSAGES/Behavioral/Visitor/README.po @@ -51,7 +51,7 @@ msgid "Code" msgstr "Код" #: ../../Behavioral/Visitor/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Behavioral/Visitor/README.rst:28 diff --git a/locale/ru/LC_MESSAGES/Creational/AbstractFactory/README.po b/locale/ru/LC_MESSAGES/Creational/AbstractFactory/README.po index c5afbaf..72eb188 100644 --- a/locale/ru/LC_MESSAGES/Creational/AbstractFactory/README.po +++ b/locale/ru/LC_MESSAGES/Creational/AbstractFactory/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "Код" #: ../../Creational/AbstractFactory/README.rst:22 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Creational/AbstractFactory/README.rst:24 diff --git a/locale/ru/LC_MESSAGES/Creational/Builder/README.po b/locale/ru/LC_MESSAGES/Creational/Builder/README.po index 27793e5..a195aee 100644 --- a/locale/ru/LC_MESSAGES/Creational/Builder/README.po +++ b/locale/ru/LC_MESSAGES/Creational/Builder/README.po @@ -66,7 +66,7 @@ msgid "Code" msgstr "Код" #: ../../Creational/Builder/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Creational/Builder/README.rst:35 diff --git a/locale/ru/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/ru/LC_MESSAGES/Creational/FactoryMethod/README.po index 6b7a3f8..81ae5b7 100644 --- a/locale/ru/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/ru/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -61,7 +61,7 @@ msgid "Code" msgstr "Код" #: ../../Creational/FactoryMethod/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Creational/FactoryMethod/README.rst:31 diff --git a/locale/ru/LC_MESSAGES/Creational/Multiton/README.po b/locale/ru/LC_MESSAGES/Creational/Multiton/README.po index 43ff0de..2f51f06 100644 --- a/locale/ru/LC_MESSAGES/Creational/Multiton/README.po +++ b/locale/ru/LC_MESSAGES/Creational/Multiton/README.po @@ -60,7 +60,7 @@ msgid "Code" msgstr "Код" #: ../../Creational/Multiton/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Creational/Multiton/README.rst:31 diff --git a/locale/ru/LC_MESSAGES/Creational/Pool/README.po b/locale/ru/LC_MESSAGES/Creational/Pool/README.po index 1b35b8b..18c38bb 100644 --- a/locale/ru/LC_MESSAGES/Creational/Pool/README.po +++ b/locale/ru/LC_MESSAGES/Creational/Pool/README.po @@ -70,7 +70,7 @@ msgid "Code" msgstr "Код" #: ../../Creational/Pool/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Creational/Pool/README.rst:36 diff --git a/locale/ru/LC_MESSAGES/Creational/Prototype/README.po b/locale/ru/LC_MESSAGES/Creational/Prototype/README.po index 72b1ebc..6413834 100644 --- a/locale/ru/LC_MESSAGES/Creational/Prototype/README.po +++ b/locale/ru/LC_MESSAGES/Creational/Prototype/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "Код" #: ../../Creational/Prototype/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Creational/Prototype/README.rst:28 diff --git a/locale/ru/LC_MESSAGES/Creational/SimpleFactory/README.po b/locale/ru/LC_MESSAGES/Creational/SimpleFactory/README.po index 7355c01..fbdd8d4 100644 --- a/locale/ru/LC_MESSAGES/Creational/SimpleFactory/README.po +++ b/locale/ru/LC_MESSAGES/Creational/SimpleFactory/README.po @@ -52,7 +52,7 @@ msgid "Code" msgstr "Код" #: ../../Creational/SimpleFactory/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Creational/SimpleFactory/README.rst:27 diff --git a/locale/ru/LC_MESSAGES/Creational/Singleton/README.po b/locale/ru/LC_MESSAGES/Creational/Singleton/README.po index a08f6d4..561c773 100644 --- a/locale/ru/LC_MESSAGES/Creational/Singleton/README.po +++ b/locale/ru/LC_MESSAGES/Creational/Singleton/README.po @@ -71,7 +71,7 @@ msgid "Code" msgstr "Код" #: ../../Creational/Singleton/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Creational/Singleton/README.rst:34 diff --git a/locale/ru/LC_MESSAGES/Creational/StaticFactory/README.po b/locale/ru/LC_MESSAGES/Creational/StaticFactory/README.po index 34f34a5..700c560 100644 --- a/locale/ru/LC_MESSAGES/Creational/StaticFactory/README.po +++ b/locale/ru/LC_MESSAGES/Creational/StaticFactory/README.po @@ -54,7 +54,7 @@ msgid "Code" msgstr "Код" #: ../../Creational/StaticFactory/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Creational/StaticFactory/README.rst:31 diff --git a/locale/ru/LC_MESSAGES/More/Delegation/README.po b/locale/ru/LC_MESSAGES/More/Delegation/README.po index a0e0312..aac9b0c 100644 --- a/locale/ru/LC_MESSAGES/More/Delegation/README.po +++ b/locale/ru/LC_MESSAGES/More/Delegation/README.po @@ -64,7 +64,7 @@ msgid "Code" msgstr "Код" #: ../../More/Delegation/README.rst:24 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../More/Delegation/README.rst:26 diff --git a/locale/ru/LC_MESSAGES/More/EAV/README.po b/locale/ru/LC_MESSAGES/More/EAV/README.po index 1f4c81f..430c993 100644 --- a/locale/ru/LC_MESSAGES/More/EAV/README.po +++ b/locale/ru/LC_MESSAGES/More/EAV/README.po @@ -64,7 +64,7 @@ msgid "Code" msgstr "Code" #: ../../More/EAV/README.rst:99 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../More/EAV/README.rst:102 diff --git a/locale/ru/LC_MESSAGES/More/Repository/README.po b/locale/ru/LC_MESSAGES/More/Repository/README.po index 14748ab..0a09340 100644 --- a/locale/ru/LC_MESSAGES/More/Repository/README.po +++ b/locale/ru/LC_MESSAGES/More/Repository/README.po @@ -61,7 +61,7 @@ msgid "Code" msgstr "Код" #: ../../More/Repository/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../More/Repository/README.rst:34 diff --git a/locale/ru/LC_MESSAGES/More/ServiceLocator/README.po b/locale/ru/LC_MESSAGES/More/ServiceLocator/README.po index 4031081..0eaa1e0 100644 --- a/locale/ru/LC_MESSAGES/More/ServiceLocator/README.po +++ b/locale/ru/LC_MESSAGES/More/ServiceLocator/README.po @@ -71,7 +71,7 @@ msgid "Code" msgstr "Код" #: ../../More/ServiceLocator/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../More/ServiceLocator/README.rst:38 diff --git a/locale/ru/LC_MESSAGES/Structural/Adapter/README.po b/locale/ru/LC_MESSAGES/Structural/Adapter/README.po index fd9cb1d..cc079cd 100644 --- a/locale/ru/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/ru/LC_MESSAGES/Structural/Adapter/README.po @@ -60,7 +60,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/Adapter/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/Adapter/README.rst:31 diff --git a/locale/ru/LC_MESSAGES/Structural/Bridge/README.po b/locale/ru/LC_MESSAGES/Structural/Bridge/README.po index 4c6a9f6..9f91bbf 100644 --- a/locale/ru/LC_MESSAGES/Structural/Bridge/README.po +++ b/locale/ru/LC_MESSAGES/Structural/Bridge/README.po @@ -47,7 +47,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/Bridge/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/Bridge/README.rst:28 diff --git a/locale/ru/LC_MESSAGES/Structural/Composite/README.po b/locale/ru/LC_MESSAGES/Structural/Composite/README.po index b5ce0c8..5b79927 100644 --- a/locale/ru/LC_MESSAGES/Structural/Composite/README.po +++ b/locale/ru/LC_MESSAGES/Structural/Composite/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/Composite/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/Composite/README.rst:31 diff --git a/locale/ru/LC_MESSAGES/Structural/DataMapper/README.po b/locale/ru/LC_MESSAGES/Structural/DataMapper/README.po index be6ab4c..6376e95 100644 --- a/locale/ru/LC_MESSAGES/Structural/DataMapper/README.po +++ b/locale/ru/LC_MESSAGES/Structural/DataMapper/README.po @@ -74,7 +74,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/DataMapper/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/DataMapper/README.rst:38 diff --git a/locale/ru/LC_MESSAGES/Structural/Decorator/README.po b/locale/ru/LC_MESSAGES/Structural/Decorator/README.po index de0dc50..fe5d631 100644 --- a/locale/ru/LC_MESSAGES/Structural/Decorator/README.po +++ b/locale/ru/LC_MESSAGES/Structural/Decorator/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/Decorator/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/Decorator/README.rst:28 diff --git a/locale/ru/LC_MESSAGES/Structural/DependencyInjection/README.po b/locale/ru/LC_MESSAGES/Structural/DependencyInjection/README.po index 15e3f62..b448699 100644 --- a/locale/ru/LC_MESSAGES/Structural/DependencyInjection/README.po +++ b/locale/ru/LC_MESSAGES/Structural/DependencyInjection/README.po @@ -98,7 +98,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/DependencyInjection/README.rst:46 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/DependencyInjection/README.rst:48 diff --git a/locale/ru/LC_MESSAGES/Structural/Facade/README.po b/locale/ru/LC_MESSAGES/Structural/Facade/README.po index 5406898..0b279d6 100644 --- a/locale/ru/LC_MESSAGES/Structural/Facade/README.po +++ b/locale/ru/LC_MESSAGES/Structural/Facade/README.po @@ -82,7 +82,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/Facade/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/Facade/README.rst:38 diff --git a/locale/ru/LC_MESSAGES/Structural/FluentInterface/README.po b/locale/ru/LC_MESSAGES/Structural/FluentInterface/README.po index 18e0314..32f55f9 100644 --- a/locale/ru/LC_MESSAGES/Structural/FluentInterface/README.po +++ b/locale/ru/LC_MESSAGES/Structural/FluentInterface/README.po @@ -56,7 +56,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/FluentInterface/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/FluentInterface/README.rst:30 diff --git a/locale/ru/LC_MESSAGES/Structural/Flyweight/README.po b/locale/ru/LC_MESSAGES/Structural/Flyweight/README.po index a8f0879..9631fd1 100644 --- a/locale/ru/LC_MESSAGES/Structural/Flyweight/README.po +++ b/locale/ru/LC_MESSAGES/Structural/Flyweight/README.po @@ -49,7 +49,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/Flyweight/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/Flyweight/README.rst:23 diff --git a/locale/ru/LC_MESSAGES/Structural/Proxy/README.po b/locale/ru/LC_MESSAGES/Structural/Proxy/README.po index 203b7b1..573bf5d 100644 --- a/locale/ru/LC_MESSAGES/Structural/Proxy/README.po +++ b/locale/ru/LC_MESSAGES/Structural/Proxy/README.po @@ -50,7 +50,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/Proxy/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/Proxy/README.rst:28 diff --git a/locale/ru/LC_MESSAGES/Structural/Registry/README.po b/locale/ru/LC_MESSAGES/Structural/Registry/README.po index 9c151a2..e716af4 100644 --- a/locale/ru/LC_MESSAGES/Structural/Registry/README.po +++ b/locale/ru/LC_MESSAGES/Structural/Registry/README.po @@ -58,7 +58,7 @@ msgid "Code" msgstr "Код" #: ../../Structural/Registry/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "Вы можете найти этот код на `GitHub`_" #: ../../Structural/Registry/README.rst:31 diff --git a/locale/template/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.pot b/locale/template/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.pot index bea2a1d..9b42bd5 100644 --- a/locale/template/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.pot @@ -64,7 +64,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:54 diff --git a/locale/template/LC_MESSAGES/Behavioral/Command/README.pot b/locale/template/LC_MESSAGES/Behavioral/Command/README.pot index 0d65907..33dd5b3 100644 --- a/locale/template/LC_MESSAGES/Behavioral/Command/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/Command/README.pot @@ -73,7 +73,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Command/README.rst:41 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Command/README.rst:67 diff --git a/locale/template/LC_MESSAGES/Behavioral/Iterator/README.pot b/locale/template/LC_MESSAGES/Behavioral/Iterator/README.pot index 658a8d4..47d8c0d 100644 --- a/locale/template/LC_MESSAGES/Behavioral/Iterator/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/Iterator/README.pot @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Iterator/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Iterator/README.rst:60 diff --git a/locale/template/LC_MESSAGES/Behavioral/Mediator/README.pot b/locale/template/LC_MESSAGES/Behavioral/Mediator/README.pot index feaf52a..a796de5 100644 --- a/locale/template/LC_MESSAGES/Behavioral/Mediator/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/Mediator/README.pot @@ -43,7 +43,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Mediator/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Mediator/README.rst:63 diff --git a/locale/template/LC_MESSAGES/Behavioral/Memento/README.pot b/locale/template/LC_MESSAGES/Behavioral/Memento/README.pot index c20eb3a..acff1b7 100644 --- a/locale/template/LC_MESSAGES/Behavioral/Memento/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/Memento/README.pot @@ -91,7 +91,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Memento/README.rst:55 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Memento/README.rst:75 diff --git a/locale/template/LC_MESSAGES/Behavioral/NullObject/README.pot b/locale/template/LC_MESSAGES/Behavioral/NullObject/README.pot index b3d8852..4f00a60 100644 --- a/locale/template/LC_MESSAGES/Behavioral/NullObject/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/NullObject/README.pot @@ -77,7 +77,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/NullObject/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/NullObject/README.rst:65 diff --git a/locale/template/LC_MESSAGES/Behavioral/Observer/README.pot b/locale/template/LC_MESSAGES/Behavioral/Observer/README.pot index 3fef8b7..db2937f 100644 --- a/locale/template/LC_MESSAGES/Behavioral/Observer/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/Observer/README.pot @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Observer/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Observer/README.rst:47 diff --git a/locale/template/LC_MESSAGES/Behavioral/Specification/README.pot b/locale/template/LC_MESSAGES/Behavioral/Specification/README.pot index b98c859..36f7299 100644 --- a/locale/template/LC_MESSAGES/Behavioral/Specification/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/Specification/README.pot @@ -41,7 +41,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Specification/README.rst:27 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Specification/README.rst:65 diff --git a/locale/template/LC_MESSAGES/Behavioral/State/README.pot b/locale/template/LC_MESSAGES/Behavioral/State/README.pot index ecb534b..389d11f 100644 --- a/locale/template/LC_MESSAGES/Behavioral/State/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/State/README.pot @@ -36,7 +36,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/State/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/State/README.rst:53 diff --git a/locale/template/LC_MESSAGES/Behavioral/Strategy/README.pot b/locale/template/LC_MESSAGES/Behavioral/Strategy/README.pot index 80a1b9a..95d7f0b 100644 --- a/locale/template/LC_MESSAGES/Behavioral/Strategy/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/Strategy/README.pot @@ -62,7 +62,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Strategy/README.rst:35 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Strategy/README.rst:61 diff --git a/locale/template/LC_MESSAGES/Behavioral/TemplateMethod/README.pot b/locale/template/LC_MESSAGES/Behavioral/TemplateMethod/README.pot index 13cbcc3..3ab5c5f 100644 --- a/locale/template/LC_MESSAGES/Behavioral/TemplateMethod/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/TemplateMethod/README.pot @@ -60,7 +60,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:54 diff --git a/locale/template/LC_MESSAGES/Behavioral/Visitor/README.pot b/locale/template/LC_MESSAGES/Behavioral/Visitor/README.pot index 386c3f3..056651d 100644 --- a/locale/template/LC_MESSAGES/Behavioral/Visitor/README.pot +++ b/locale/template/LC_MESSAGES/Behavioral/Visitor/README.pot @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Visitor/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Visitor/README.rst:58 diff --git a/locale/template/LC_MESSAGES/Creational/AbstractFactory/README.pot b/locale/template/LC_MESSAGES/Creational/AbstractFactory/README.pot index 3eaa046..5610f7d 100644 --- a/locale/template/LC_MESSAGES/Creational/AbstractFactory/README.pot +++ b/locale/template/LC_MESSAGES/Creational/AbstractFactory/README.pot @@ -37,7 +37,7 @@ msgid "Code" msgstr "" #: ../../Creational/AbstractFactory/README.rst:22 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/AbstractFactory/README.rst:60 diff --git a/locale/template/LC_MESSAGES/Creational/Builder/README.pot b/locale/template/LC_MESSAGES/Creational/Builder/README.pot index 96642ef..784edf6 100644 --- a/locale/template/LC_MESSAGES/Creational/Builder/README.pot +++ b/locale/template/LC_MESSAGES/Creational/Builder/README.pot @@ -59,7 +59,7 @@ msgid "Code" msgstr "" #: ../../Creational/Builder/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Builder/README.rst:95 diff --git a/locale/template/LC_MESSAGES/Creational/FactoryMethod/README.pot b/locale/template/LC_MESSAGES/Creational/FactoryMethod/README.pot index 5ffb603..1a91a9f 100644 --- a/locale/template/LC_MESSAGES/Creational/FactoryMethod/README.pot +++ b/locale/template/LC_MESSAGES/Creational/FactoryMethod/README.pot @@ -52,7 +52,7 @@ msgid "Code" msgstr "" #: ../../Creational/FactoryMethod/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/FactoryMethod/README.rst:73 diff --git a/locale/template/LC_MESSAGES/Creational/Multiton/README.pot b/locale/template/LC_MESSAGES/Creational/Multiton/README.pot index fce9587..c9b8176 100644 --- a/locale/template/LC_MESSAGES/Creational/Multiton/README.pot +++ b/locale/template/LC_MESSAGES/Creational/Multiton/README.pot @@ -53,7 +53,7 @@ msgid "Code" msgstr "" #: ../../Creational/Multiton/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Multiton/README.rst:37 diff --git a/locale/template/LC_MESSAGES/Creational/Pool/README.pot b/locale/template/LC_MESSAGES/Creational/Pool/README.pot index f2295e1..d21d897 100644 --- a/locale/template/LC_MESSAGES/Creational/Pool/README.pot +++ b/locale/template/LC_MESSAGES/Creational/Pool/README.pot @@ -58,7 +58,7 @@ msgid "Code" msgstr "" #: ../../Creational/Pool/README.rst:37 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Pool/README.rst:51 diff --git a/locale/template/LC_MESSAGES/Creational/Prototype/README.pot b/locale/template/LC_MESSAGES/Creational/Prototype/README.pot index 8c1b43c..2cfa74b 100644 --- a/locale/template/LC_MESSAGES/Creational/Prototype/README.pot +++ b/locale/template/LC_MESSAGES/Creational/Prototype/README.pot @@ -45,7 +45,7 @@ msgid "Code" msgstr "" #: ../../Creational/Prototype/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Prototype/README.rst:46 diff --git a/locale/template/LC_MESSAGES/Creational/SimpleFactory/README.pot b/locale/template/LC_MESSAGES/Creational/SimpleFactory/README.pot index 24afe5f..7af53ee 100644 --- a/locale/template/LC_MESSAGES/Creational/SimpleFactory/README.pot +++ b/locale/template/LC_MESSAGES/Creational/SimpleFactory/README.pot @@ -43,7 +43,7 @@ msgid "Code" msgstr "" #: ../../Creational/SimpleFactory/README.rst:23 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/SimpleFactory/README.rst:43 diff --git a/locale/template/LC_MESSAGES/Creational/Singleton/README.pot b/locale/template/LC_MESSAGES/Creational/Singleton/README.pot index 866a1ad..ef33719 100644 --- a/locale/template/LC_MESSAGES/Creational/Singleton/README.pot +++ b/locale/template/LC_MESSAGES/Creational/Singleton/README.pot @@ -61,7 +61,7 @@ msgid "Code" msgstr "" #: ../../Creational/Singleton/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/Singleton/README.rst:40 diff --git a/locale/template/LC_MESSAGES/Creational/StaticFactory/README.pot b/locale/template/LC_MESSAGES/Creational/StaticFactory/README.pot index efdac46..20a9d4e 100644 --- a/locale/template/LC_MESSAGES/Creational/StaticFactory/README.pot +++ b/locale/template/LC_MESSAGES/Creational/StaticFactory/README.pot @@ -48,7 +48,7 @@ msgid "Code" msgstr "" #: ../../Creational/StaticFactory/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Creational/StaticFactory/README.rst:55 diff --git a/locale/template/LC_MESSAGES/More/Delegation/README.pot b/locale/template/LC_MESSAGES/More/Delegation/README.pot index 8d0c969..a8b3182 100644 --- a/locale/template/LC_MESSAGES/More/Delegation/README.pot +++ b/locale/template/LC_MESSAGES/More/Delegation/README.pot @@ -46,7 +46,7 @@ msgid "Code" msgstr "" #: ../../More/Delegation/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Delegation/README.rst:42 diff --git a/locale/template/LC_MESSAGES/More/EAV/README.pot b/locale/template/LC_MESSAGES/More/EAV/README.pot index b2b5c85..585e1aa 100644 --- a/locale/template/LC_MESSAGES/More/EAV/README.pot +++ b/locale/template/LC_MESSAGES/More/EAV/README.pot @@ -41,7 +41,7 @@ msgid "Code" msgstr "" #: ../../More/EAV/README.rst:24 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/EAV/README.rst:44 diff --git a/locale/template/LC_MESSAGES/More/Repository/README.pot b/locale/template/LC_MESSAGES/More/Repository/README.pot index 7720484..df5f973 100644 --- a/locale/template/LC_MESSAGES/More/Repository/README.pot +++ b/locale/template/LC_MESSAGES/More/Repository/README.pot @@ -54,7 +54,7 @@ msgid "Code" msgstr "" #: ../../More/Repository/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Repository/README.rst:52 diff --git a/locale/template/LC_MESSAGES/More/ServiceLocator/README.pot b/locale/template/LC_MESSAGES/More/ServiceLocator/README.pot index 7344235..1ac7074 100644 --- a/locale/template/LC_MESSAGES/More/ServiceLocator/README.pot +++ b/locale/template/LC_MESSAGES/More/ServiceLocator/README.pot @@ -59,7 +59,7 @@ msgid "Code" msgstr "" #: ../../More/ServiceLocator/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/ServiceLocator/README.rst:50 diff --git a/locale/template/LC_MESSAGES/Structural/Adapter/README.pot b/locale/template/LC_MESSAGES/Structural/Adapter/README.pot index b601dac..ffaf97c 100644 --- a/locale/template/LC_MESSAGES/Structural/Adapter/README.pot +++ b/locale/template/LC_MESSAGES/Structural/Adapter/README.pot @@ -51,7 +51,7 @@ msgid "Code" msgstr "" #: ../../Structural/Adapter/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Adapter/README.rst:61 diff --git a/locale/template/LC_MESSAGES/Structural/Bridge/README.pot b/locale/template/LC_MESSAGES/Structural/Bridge/README.pot index 466c920..d9787fc 100644 --- a/locale/template/LC_MESSAGES/Structural/Bridge/README.pot +++ b/locale/template/LC_MESSAGES/Structural/Bridge/README.pot @@ -45,7 +45,7 @@ msgid "Code" msgstr "" #: ../../Structural/Bridge/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Bridge/README.rst:58 diff --git a/locale/template/LC_MESSAGES/Structural/Composite/README.pot b/locale/template/LC_MESSAGES/Structural/Composite/README.pot index 19dd42f..9419f7d 100644 --- a/locale/template/LC_MESSAGES/Structural/Composite/README.pot +++ b/locale/template/LC_MESSAGES/Structural/Composite/README.pot @@ -52,7 +52,7 @@ msgid "Code" msgstr "" #: ../../Structural/Composite/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Composite/README.rst:55 diff --git a/locale/template/LC_MESSAGES/Structural/DataMapper/README.pot b/locale/template/LC_MESSAGES/Structural/DataMapper/README.pot index 3a17e8d..8de3978 100644 --- a/locale/template/LC_MESSAGES/Structural/DataMapper/README.pot +++ b/locale/template/LC_MESSAGES/Structural/DataMapper/README.pot @@ -58,7 +58,7 @@ msgid "Code" msgstr "" #: ../../Structural/DataMapperREADME.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/DataMapperREADME.rst:56 diff --git a/locale/template/LC_MESSAGES/Structural/Decorator/README.pot b/locale/template/LC_MESSAGES/Structural/Decorator/README.pot index 739aec6..cf1d44f 100644 --- a/locale/template/LC_MESSAGES/Structural/Decorator/README.pot +++ b/locale/template/LC_MESSAGES/Structural/Decorator/README.pot @@ -47,7 +47,7 @@ msgid "Code" msgstr "" #: ../../Structural/Decorator/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Decorator/README.rst:58 diff --git a/locale/template/LC_MESSAGES/Structural/DependencyInjection/README.pot b/locale/template/LC_MESSAGES/Structural/DependencyInjection/README.pot index f1cc941..bbf9186 100644 --- a/locale/template/LC_MESSAGES/Structural/DependencyInjection/README.pot +++ b/locale/template/LC_MESSAGES/Structural/DependencyInjection/README.pot @@ -66,7 +66,7 @@ msgid "Code" msgstr "" #: ../../Structural/DependencyInjection/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/DependencyInjection/README.rst:53 diff --git a/locale/template/LC_MESSAGES/Structural/Facade/README.pot b/locale/template/LC_MESSAGES/Structural/Facade/README.pot index f06180e..c519aee 100644 --- a/locale/template/LC_MESSAGES/Structural/Facade/README.pot +++ b/locale/template/LC_MESSAGES/Structural/Facade/README.pot @@ -65,7 +65,7 @@ msgid "Code" msgstr "" #: ../../Structural/Facade/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Facade/README.rst:56 diff --git a/locale/template/LC_MESSAGES/Structural/FluentInterface/README.pot b/locale/template/LC_MESSAGES/Structural/FluentInterface/README.pot index 818a14f..b74af4b 100644 --- a/locale/template/LC_MESSAGES/Structural/FluentInterface/README.pot +++ b/locale/template/LC_MESSAGES/Structural/FluentInterface/README.pot @@ -49,7 +49,7 @@ msgid "Code" msgstr "" #: ../../Structural/FluentInterface/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/FluentInterface/README.rst:36 diff --git a/locale/template/LC_MESSAGES/Structural/Flyweight/README.pot b/locale/template/LC_MESSAGES/Structural/Flyweight/README.pot index 1fe3f05..b5c6bde 100644 --- a/locale/template/LC_MESSAGES/Structural/Flyweight/README.pot +++ b/locale/template/LC_MESSAGES/Structural/Flyweight/README.pot @@ -36,7 +36,7 @@ msgid "Code" msgstr "" #: ../../Structural/Flyweight/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Flyweight/README.rst:41 diff --git a/locale/template/LC_MESSAGES/Structural/Proxy/README.pot b/locale/template/LC_MESSAGES/Structural/Proxy/README.pot index ace81f1..836599c 100644 --- a/locale/template/LC_MESSAGES/Structural/Proxy/README.pot +++ b/locale/template/LC_MESSAGES/Structural/Proxy/README.pot @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Structural/Proxy/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Proxy/README.rst:40 diff --git a/locale/template/LC_MESSAGES/Structural/Registry/README.pot b/locale/template/LC_MESSAGES/Structural/Registry/README.pot index 5b91c4a..c580001 100644 --- a/locale/template/LC_MESSAGES/Structural/Registry/README.pot +++ b/locale/template/LC_MESSAGES/Structural/Registry/README.pot @@ -53,7 +53,7 @@ msgid "Code" msgstr "" #: ../../Structural/Registry/README.rst:30 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Registry/README.rst:38 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po index b5277a5..19f8d8d 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/ChainOfResponsibilities/README.po @@ -62,7 +62,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/ChainOfResponsibilities/README.rst:36 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po index 29319a3..158d346 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po @@ -71,7 +71,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Command/README.rst:41 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Command/README.rst:43 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po index 1212041..7833fbf 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po @@ -53,7 +53,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Iterator/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Iterator/README.rst:36 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Mediator/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Mediator/README.po index 6474cd1..e9a44dd 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Mediator/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Mediator/README.po @@ -42,7 +42,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Mediator/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Mediator/README.rst:27 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Memento/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Memento/README.po index e92a849..2d4b2e1 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Memento/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Memento/README.po @@ -99,7 +99,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Memento/README.rst:55 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Memento/README.rst:57 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/NullObject/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/NullObject/README.po index 35b77f6..a397fc5 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/NullObject/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/NullObject/README.po @@ -75,7 +75,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/NullObject/README.rst:39 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/NullObject/README.rst:41 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Observer/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Observer/README.po index 5119740..8a43616 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Observer/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Observer/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Observer/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Observer/README.rst:36 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Specification/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Specification/README.po index 54e3b64..7b1982b 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Specification/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Specification/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Specification/README.rst:27 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Specification/README.rst:29 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/State/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/State/README.po index f71fbfa..2ced881 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/State/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/State/README.po @@ -35,7 +35,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/State/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/State/README.rst:23 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Strategy/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Strategy/README.po index dd5797e..c3b9fea 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Strategy/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Strategy/README.po @@ -64,7 +64,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Strategy/README.rst:35 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Strategy/README.rst:37 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/TemplateMethod/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/TemplateMethod/README.po index 4f6fa81..331d234 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/TemplateMethod/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/TemplateMethod/README.po @@ -59,7 +59,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/TemplateMethod/README.rst:36 diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Visitor/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Visitor/README.po index cab0ea9..08784a3 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Visitor/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Visitor/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "" #: ../../Behavioral/Visitor/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Behavioral/Visitor/README.rst:28 diff --git a/locale/zh_CN/LC_MESSAGES/Creational/AbstractFactory/README.po b/locale/zh_CN/LC_MESSAGES/Creational/AbstractFactory/README.po index 990535d..d05610a 100644 --- a/locale/zh_CN/LC_MESSAGES/Creational/AbstractFactory/README.po +++ b/locale/zh_CN/LC_MESSAGES/Creational/AbstractFactory/README.po @@ -41,7 +41,7 @@ msgid "Code" msgstr "代码" #: ../../Creational/AbstractFactory/README.rst:22 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "在 `GitHub`_ 上查看代码" #: ../../Creational/AbstractFactory/README.rst:24 diff --git a/locale/zh_CN/LC_MESSAGES/Creational/Builder/README.po b/locale/zh_CN/LC_MESSAGES/Creational/Builder/README.po index 6345264..a86599a 100644 --- a/locale/zh_CN/LC_MESSAGES/Creational/Builder/README.po +++ b/locale/zh_CN/LC_MESSAGES/Creational/Builder/README.po @@ -63,7 +63,7 @@ msgid "Code" msgstr "代码" #: ../../Creational/Builder/README.rst:33 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Creational/Builder/README.rst:35 diff --git a/locale/zh_CN/LC_MESSAGES/Creational/FactoryMethod/README.po b/locale/zh_CN/LC_MESSAGES/Creational/FactoryMethod/README.po index 7927aad..5984bf2 100644 --- a/locale/zh_CN/LC_MESSAGES/Creational/FactoryMethod/README.po +++ b/locale/zh_CN/LC_MESSAGES/Creational/FactoryMethod/README.po @@ -54,7 +54,7 @@ msgid "Code" msgstr "代码" #: ../../Creational/FactoryMethod/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Creational/FactoryMethod/README.rst:31 diff --git a/locale/zh_CN/LC_MESSAGES/Creational/Multiton/README.po b/locale/zh_CN/LC_MESSAGES/Creational/Multiton/README.po index d187f1b..62cec8c 100644 --- a/locale/zh_CN/LC_MESSAGES/Creational/Multiton/README.po +++ b/locale/zh_CN/LC_MESSAGES/Creational/Multiton/README.po @@ -52,7 +52,7 @@ msgid "Code" msgstr "代码" #: ../../Creational/Multiton/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Creational/Multiton/README.rst:31 diff --git a/locale/zh_CN/LC_MESSAGES/Creational/Pool/README.po b/locale/zh_CN/LC_MESSAGES/Creational/Pool/README.po index 7012863..6e80455 100644 --- a/locale/zh_CN/LC_MESSAGES/Creational/Pool/README.po +++ b/locale/zh_CN/LC_MESSAGES/Creational/Pool/README.po @@ -63,7 +63,7 @@ msgid "Code" msgstr "代码" #: ../../Creational/Pool/README.rst:34 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Creational/Pool/README.rst:36 diff --git a/locale/zh_CN/LC_MESSAGES/Creational/Prototype/README.po b/locale/zh_CN/LC_MESSAGES/Creational/Prototype/README.po index 38043e9..851a9a6 100644 --- a/locale/zh_CN/LC_MESSAGES/Creational/Prototype/README.po +++ b/locale/zh_CN/LC_MESSAGES/Creational/Prototype/README.po @@ -46,7 +46,7 @@ msgid "Code" msgstr "代码" #: ../../Creational/Prototype/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Creational/Prototype/README.rst:28 diff --git a/locale/zh_CN/LC_MESSAGES/Creational/SimpleFactory/README.po b/locale/zh_CN/LC_MESSAGES/Creational/SimpleFactory/README.po index d8eb51c..fe7222d 100644 --- a/locale/zh_CN/LC_MESSAGES/Creational/SimpleFactory/README.po +++ b/locale/zh_CN/LC_MESSAGES/Creational/SimpleFactory/README.po @@ -48,7 +48,7 @@ msgid "Code" msgstr "代码" #: ../../Creational/SimpleFactory/README.rst:25 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Creational/SimpleFactory/README.rst:27 diff --git a/locale/zh_CN/LC_MESSAGES/Creational/Singleton/README.po b/locale/zh_CN/LC_MESSAGES/Creational/Singleton/README.po index 9b3401f..ab2832f 100644 --- a/locale/zh_CN/LC_MESSAGES/Creational/Singleton/README.po +++ b/locale/zh_CN/LC_MESSAGES/Creational/Singleton/README.po @@ -60,7 +60,7 @@ msgid "Code" msgstr "代码" #: ../../Creational/Singleton/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Creational/Singleton/README.rst:34 diff --git a/locale/zh_CN/LC_MESSAGES/Creational/StaticFactory/README.po b/locale/zh_CN/LC_MESSAGES/Creational/StaticFactory/README.po index 2b694a2..4e3c664 100644 --- a/locale/zh_CN/LC_MESSAGES/Creational/StaticFactory/README.po +++ b/locale/zh_CN/LC_MESSAGES/Creational/StaticFactory/README.po @@ -51,7 +51,7 @@ msgid "Code" msgstr "代码" #: ../../Creational/StaticFactory/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Creational/StaticFactory/README.rst:31 diff --git a/locale/zh_CN/LC_MESSAGES/More/Delegation/README.po b/locale/zh_CN/LC_MESSAGES/More/Delegation/README.po index ac259f0..907d828 100644 --- a/locale/zh_CN/LC_MESSAGES/More/Delegation/README.po +++ b/locale/zh_CN/LC_MESSAGES/More/Delegation/README.po @@ -55,7 +55,7 @@ msgid "Code" msgstr "" #: ../../More/Delegation/README.rst:24 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Delegation/README.rst:26 diff --git a/locale/zh_CN/LC_MESSAGES/More/EAV/README.po b/locale/zh_CN/LC_MESSAGES/More/EAV/README.po index c101913..d0113c0 100644 --- a/locale/zh_CN/LC_MESSAGES/More/EAV/README.po +++ b/locale/zh_CN/LC_MESSAGES/More/EAV/README.po @@ -57,7 +57,7 @@ msgid "Code" msgstr "" #: ../../More/EAV/README.rst:99 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/EAV/README.rst:102 diff --git a/locale/zh_CN/LC_MESSAGES/More/Repository/README.po b/locale/zh_CN/LC_MESSAGES/More/Repository/README.po index d9ecc90..5a37043 100644 --- a/locale/zh_CN/LC_MESSAGES/More/Repository/README.po +++ b/locale/zh_CN/LC_MESSAGES/More/Repository/README.po @@ -52,7 +52,7 @@ msgid "Code" msgstr "" #: ../../More/Repository/README.rst:32 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/Repository/README.rst:34 diff --git a/locale/zh_CN/LC_MESSAGES/More/ServiceLocator/README.po b/locale/zh_CN/LC_MESSAGES/More/ServiceLocator/README.po index 9808a92..8efac15 100644 --- a/locale/zh_CN/LC_MESSAGES/More/ServiceLocator/README.po +++ b/locale/zh_CN/LC_MESSAGES/More/ServiceLocator/README.po @@ -58,7 +58,7 @@ msgid "Code" msgstr "" #: ../../More/ServiceLocator/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../More/ServiceLocator/README.rst:38 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po b/locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po index 0ec1cd9..1f3bf23 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po @@ -54,7 +54,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/Adapter/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/Adapter/README.rst:31 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/Bridge/README.po b/locale/zh_CN/LC_MESSAGES/Structural/Bridge/README.po index 54266dc..c7b4ff4 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/Bridge/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/Bridge/README.po @@ -43,7 +43,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/Bridge/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/Bridge/README.rst:28 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/Composite/README.po b/locale/zh_CN/LC_MESSAGES/Structural/Composite/README.po index 8c615d0..836f23c 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/Composite/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/Composite/README.po @@ -54,7 +54,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/Composite/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/Composite/README.rst:31 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/DataMapper/README.po b/locale/zh_CN/LC_MESSAGES/Structural/DataMapper/README.po index 1dca56f..3f564a8 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/DataMapper/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/DataMapper/README.po @@ -65,7 +65,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/DataMapper/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/DataMapper/README.rst:38 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/Decorator/README.po b/locale/zh_CN/LC_MESSAGES/Structural/Decorator/README.po index e0c38b1..a55d5d5 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/Decorator/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/Decorator/README.po @@ -47,7 +47,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/Decorator/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/Decorator/README.rst:28 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/DependencyInjection/README.po b/locale/zh_CN/LC_MESSAGES/Structural/DependencyInjection/README.po index 426e487..c015732 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/DependencyInjection/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/DependencyInjection/README.po @@ -85,7 +85,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/DependencyInjection/README.rst:46 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/DependencyInjection/README.rst:48 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/Facade/README.po b/locale/zh_CN/LC_MESSAGES/Structural/Facade/README.po index 110cc58..46cb2a3 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/Facade/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/Facade/README.po @@ -70,7 +70,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/Facade/README.rst:36 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/Facade/README.rst:38 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/FluentInterface/README.po b/locale/zh_CN/LC_MESSAGES/Structural/FluentInterface/README.po index f0cc8d8..d5b7cfa 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/FluentInterface/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/FluentInterface/README.po @@ -51,7 +51,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/FluentInterface/README.rst:28 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/FluentInterface/README.rst:30 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/Flyweight/README.po b/locale/zh_CN/LC_MESSAGES/Structural/Flyweight/README.po index 9a8b771..cfa8492 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/Flyweight/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/Flyweight/README.po @@ -44,7 +44,7 @@ msgid "Code" msgstr "" #: ../../Structural/Flyweight/README.rst:21 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Flyweight/README.rst:23 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/Proxy/README.po b/locale/zh_CN/LC_MESSAGES/Structural/Proxy/README.po index 5df1caf..b20b852 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/Proxy/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/Proxy/README.po @@ -45,7 +45,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/Proxy/README.rst:26 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/Proxy/README.rst:28 diff --git a/locale/zh_CN/LC_MESSAGES/Structural/Registry/README.po b/locale/zh_CN/LC_MESSAGES/Structural/Registry/README.po index d56535f..243c463 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/Registry/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/Registry/README.po @@ -49,7 +49,7 @@ msgid "Code" msgstr "代码" #: ../../Structural/Registry/README.rst:29 -msgid "You can also find these code on `GitHub`_" +msgid "You can also find this code on `GitHub`_" msgstr "你可以在 `GitHub`_ 上找到这些代码" #: ../../Structural/Registry/README.rst:31