-
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 #393 #463
base: main
Are you sure you want to change the base?
Translate german #393 #463
Conversation
Sreejit-Sengupto
commented
Sep 8, 2023
* | ||
* @return Singleton-Instanz des DocumentLoaders | ||
* @return Singleton-Instance does Document_Loaders |
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.
Singleton instance of DocumentLoader
@@ -105,11 +105,11 @@ private ByteBuffer downloadDocument(String url) | |||
} | |||
|
|||
/** | |||
* Lädt ein Dokument und fügt es an der Stelle von target ein. target muss den | |||
* Service XDocumentInsertable unterstützen. | |||
* Loads a document and inserts it in the location of target. target must be the |
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.
target must support the XDoc... service.
* | ||
* @return Singleton-Instanz des DocumentLoaders | ||
* @return Singleton-Instance of Document_Loaders |
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.
Still not correct. Should say "Singleton instance of DocumentLoader".
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.
Ok! Let me correct it.
// allem gesichert sein muss, dass kein falscher Typ zur List<? extends Dataset> | ||
// hinzugefügt wird. So etwas ist mit einem Iterator, der nur die Methoden | ||
// hasNext(), next() und remove() kennt, nicht möglich. | ||
// The type safety cannot be endangered here because it is loud |
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.
Do you understand the German or is this an automatic translation? This is wrong.
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.
No! I was using ChatGPT and Google Translate, I translated each comment using both the tools and the output were same so, I thought is must be correct.
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.
Made the required changes (Corrected the translation)