Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Translate German comments #436

wants to merge 1 commit into from

Conversation

andreasma
Copy link
Contributor

No description provided.

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
Copy link
Contributor

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
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already

@smehrbrodt
Copy link
Contributor

Sorry I just saw that this file already has been translated.
Please check #393 before working on translating files (and maybe also check open PRs).

@smehrbrodt smehrbrodt closed this Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants