Merge pull request #458 from Yeine/fix-broken-msgid

Fix broken msgid so that translation works properly
This commit is contained in:
Dominik Liebler
2021-10-14 07:59:36 +02:00
committed by GitHub
4 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n" "Project-Id-Version: DesignPatternsPHP 1.0\n"
@@ -22,11 +22,11 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:7 #: ../../Creational/FactoryMethod/README.rst:7
msgid "" msgid ""
"The good point over the SimpleFactory is you can subclass it to implement " "The good point over the SimpleFactory is you can subclass it to implement "
"different ways to create objects" "different ways to create objects."
msgstr "" msgstr ""
#: ../../Creational/FactoryMethod/README.rst:10 #: ../../Creational/FactoryMethod/README.rst:10
msgid "For simple case, this abstract class could be just an interface" msgid "For simple cases, this abstract class could be just an interface."
msgstr "" msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12 #: ../../Creational/FactoryMethod/README.rst:12

View File

@@ -23,13 +23,13 @@ msgstr "Rôle"
#: ../../Creational/FactoryMethod/README.rst:7 #: ../../Creational/FactoryMethod/README.rst:7
msgid "" msgid ""
"The good point over the SimpleFactory is you can subclass it to implement " "The good point over the SimpleFactory is you can subclass it to implement "
"different ways to create objects" "different ways to create objects."
msgstr "" msgstr ""
"L'avantage de FactoryMethod sur SimpleFactory est que le factory " "L'avantage de FactoryMethod sur SimpleFactory est que le factory "
"peut être dérivée afin de mettre oeuvres différentes façons de créer un objet." "peut être dérivée afin de mettre oeuvres différentes façons de créer un objet."
#: ../../Creational/FactoryMethod/README.rst:10 #: ../../Creational/FactoryMethod/README.rst:10
msgid "For simple case, this abstract class could be just an interface" msgid "For simple cases, this abstract class could be just an interface."
msgstr "Pour les cas simples, cette classe abstraite peut être une simple interface." msgstr "Pour les cas simples, cette classe abstraite peut être une simple interface."
#: ../../Creational/FactoryMethod/README.rst:12 #: ../../Creational/FactoryMethod/README.rst:12

View File

@@ -24,13 +24,13 @@ msgstr "Doel"
#: ../../Creational/FactoryMethod/README.rst:7 #: ../../Creational/FactoryMethod/README.rst:7
msgid "" msgid ""
"The good point over the SimpleFactory is you can subclass it to implement " "The good point over the SimpleFactory is you can subclass it to implement "
"different ways to create objects" "different ways to create objects."
msgstr "" msgstr ""
"Het goede punt van SimpleFactory is dat je het kunt subklassen om " "Het goede punt van SimpleFactory is dat je het kunt subklassen om "
"verschillende manieren te implementeren om objecten te maken" "verschillende manieren te implementeren om objecten te maken"
#: ../../Creational/FactoryMethod/README.rst:10 #: ../../Creational/FactoryMethod/README.rst:10
msgid "For simple case, this abstract class could be just an interface" msgid "For simple cases, this abstract class could be just an interface."
msgstr "" msgstr ""
"In eenvoudige gevallen kan deze abstracte klasse slechts een interface zijn" "In eenvoudige gevallen kan deze abstracte klasse slechts een interface zijn"

View File

@@ -22,13 +22,13 @@ msgstr "Przeznaczenie"
#: ../../Creational/FactoryMethod/README.rst:7 #: ../../Creational/FactoryMethod/README.rst:7
msgid "" msgid ""
"The good point over the SimpleFactory is you can subclass it to implement " "The good point over the SimpleFactory is you can subclass it to implement "
"different ways to create objects" "different ways to create objects."
msgstr "" msgstr ""
"Przewagą Metody wytwórczej nad Fabryką uproszczoną jest możliwość implementowania różnych sposobów tworzenia " "Przewagą Metody wytwórczej nad Fabryką uproszczoną jest możliwość implementowania różnych sposobów tworzenia "
"obiektów poprzez dziedziczenie po klasie Metody wytwórczej." "obiektów poprzez dziedziczenie po klasie Metody wytwórczej."
#: ../../Creational/FactoryMethod/README.rst:10 #: ../../Creational/FactoryMethod/README.rst:10
msgid "For simple case, this abstract class could be just an interface" msgid "For simple cases, this abstract class could be just an interface."
msgstr "" msgstr ""
"W prostych przypadkach zamiast klasy abstrakcyjnej można użyć zwykłego interfejsu." "W prostych przypadkach zamiast klasy abstrakcyjnej można użyć zwykłego interfejsu."