-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate German comments #436
Conversation
Signed-off-by: andreasma <maand@gmx.de>
* Liefert true genau dann wenn ein Wert mit der ID id vorhanden ist (ACHTUNG, bei | ||
* mit BIND zusammengesetzten Funktionen bekommt die gebundene Funktion unter | ||
* Umständen hier keine akkurate Antwort). | ||
* Deliver exact true then, if a value with the ID id exists (WARNING, the bound |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not proper english, please improve the grammar (check deepl.com for reference).
* String geliefert. | ||
* The current value of the value identified by id as String. If it is | ||
* a bolean value, the String 'true' or 'false' will be | ||
* delivered. If no value with this id is available an empty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
returned, not delivered.
* Falls kein Wert mit dieser id vorhanden ist wird false geliefert. | ||
* The current value of the value identified by id as boolean. If the value | ||
* by its nature is a String, the result is implementation dependent. | ||
* If no value with this id is available false will be delivered. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
returned, not delivered.
*/ | ||
public boolean getBoolean(String id); | ||
|
||
/** | ||
* Dummy-Klasse, die ein Values-Interface zur Verfügung stellt, das keine Werte | ||
* enthält. | ||
* Dummy class, that provides a values interface, which contains no values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Values in uppercase (it's an interface name)
@@ -82,7 +81,7 @@ public boolean getBoolean(String id) | |||
} | |||
|
|||
/** | |||
* Simple Implementierung des Values-Interfaces in der Art einer Map. | |||
* Simple implementation of the values interface in the way of a map. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Values uppercase
@@ -101,8 +100,8 @@ public SimpleMap(SimpleMap origin) | |||
} | |||
|
|||
/** | |||
* Fügt den Wert value hinzu, identifiziert mit id. Ein bereits vorhandener Wert | |||
* wird ersetzt. Falls value==null, so wird der Aufruf behandelt wie | |||
* Add the value identified by idF. An allready existing value will |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already
Sorry I just saw that this file already has been translated. |
No description provided.