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 #393 #463

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Sreejit-Sengupto
Copy link
Contributor

    modified:   core/src/main/java/org/libreoffice/lots/db/SimpleDataset.java
    modified:   core/src/main/java/org/libreoffice/lots/db/ThingyDatasource.java
    modified:   core/src/main/java/org/libreoffice/lots/db/UnionDatasource.java
    modified:   core/src/main/java/org/libreoffice/lots/dialog/Dialog.java
    modified:   core/src/main/java/org/libreoffice/lots/dialog/DialogFactory.java
    modified:   core/src/main/java/org/libreoffice/lots/dialog/DialogLibrary.java
    modified:   core/src/main/java/org/libreoffice/lots/document/AnnotationBasedPersistentDataContainer.java
    modified:   core/src/main/java/org/libreoffice/lots/document/ByteBufferInputStream.java
    modified:   core/src/main/java/org/libreoffice/lots/document/DocumentLoader.java
    modified:   core/src/main/java/org/libreoffice/lots/document/DocumentManager.java

*
* @return Singleton-Instanz des DocumentLoaders
* @return Singleton-Instance does Document_Loaders
Copy link
Contributor

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

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

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".

Copy link
Contributor Author

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

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.

Copy link
Contributor Author

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.

Made the required changes (Corrected the translation)
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