mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-03-15 11:50:10 +01:00
Fixed typo
This commit is contained in:
parent
2888ac456a
commit
ca3a8b2f29
@ -6,7 +6,7 @@ Purpose
|
||||
|
||||
To translate one interface for a class into a compatible interface. An
|
||||
adapter allows classes to work together that normally could not because
|
||||
of incompatible interfaces by providing it's interface to clients while
|
||||
of incompatible interfaces by providing its interface to clients while
|
||||
using the original interface.
|
||||
|
||||
Examples
|
||||
|
@ -23,7 +23,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"To translate one interface for a class into a compatible interface. An "
|
||||
"adapter allows classes to work together that normally could not because of "
|
||||
"incompatible interfaces by providing it's interface to clients while using "
|
||||
"incompatible interfaces by providing its interface to clients while using "
|
||||
"the original interface."
|
||||
msgstr ""
|
||||
|
||||
|
@ -25,7 +25,7 @@ msgstr "Zweck"
|
||||
msgid ""
|
||||
"To translate one interface for a class into a compatible interface. An "
|
||||
"adapter allows classes to work together that normally could not because of "
|
||||
"incompatible interfaces by providing it's interface to clients while using "
|
||||
"incompatible interfaces by providing its interface to clients while using "
|
||||
"the original interface."
|
||||
msgstr ""
|
||||
"Um ein Interface für eine Klasse in ein kompatibles Interface zu "
|
||||
|
@ -23,7 +23,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"To translate one interface for a class into a compatible interface. An "
|
||||
"adapter allows classes to work together that normally could not because of "
|
||||
"incompatible interfaces by providing it's interface to clients while using "
|
||||
"incompatible interfaces by providing its interface to clients while using "
|
||||
"the original interface."
|
||||
msgstr ""
|
||||
|
||||
|
@ -23,7 +23,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"To translate one interface for a class into a compatible interface. An "
|
||||
"adapter allows classes to work together that normally could not because of "
|
||||
"incompatible interfaces by providing it's interface to clients while using "
|
||||
"incompatible interfaces by providing its interface to clients while using "
|
||||
"the original interface."
|
||||
msgstr ""
|
||||
|
||||
|
@ -25,7 +25,7 @@ msgstr "Назначение"
|
||||
msgid ""
|
||||
"To translate one interface for a class into a compatible interface. An "
|
||||
"adapter allows classes to work together that normally could not because of "
|
||||
"incompatible interfaces by providing it's interface to clients while using "
|
||||
"incompatible interfaces by providing its interface to clients while using "
|
||||
"the original interface."
|
||||
msgstr ""
|
||||
"Привести нестандартный или неудобный интерфейс какого-то класса в "
|
||||
|
@ -23,7 +23,7 @@ msgstr "目的"
|
||||
msgid ""
|
||||
"To translate one interface for a class into a compatible interface. An "
|
||||
"adapter allows classes to work together that normally could not because of "
|
||||
"incompatible interfaces by providing it's interface to clients while using "
|
||||
"incompatible interfaces by providing its interface to clients while using "
|
||||
"the original interface."
|
||||
msgstr ""
|
||||
"将某个类的接口转换成与另一个接口兼容。适配器通过将原始接口进行转换,给用户"
|
||||
|
Loading…
x
Reference in New Issue
Block a user