-
Notifications
You must be signed in to change notification settings - Fork 0
add i18n and german, español, italiano translation #20
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
base: develop
Are you sure you want to change the base?
Conversation
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.
einige Empfehlungen
i18n/de.ts
Outdated
<a href="{wms_url}" style="color:black;">{wms_url}</a> | ||
</source> | ||
<translation> | ||
WMS wurde erfolgreich im QGIS Server und in Mapbender Quelle(n) {name_source} aktualisiert |
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.
QGIS Server WMS und Mapbender Datenquelle {name_source} wurde erfolgreich aktualisiert
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.
name_source kann auch plural sein -> würde dann mehrere Zahlen angezeigt werden. Dennoch die Mehrzahl aus Quelle nehmen ?
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.
QGIS Server WMS und Mapbender Datenquelle {name_source} wurden erfolgreich aktualisiert -> also sehr gerne Mehrzahl aber nur bei wurden. Es ist ja nur 1 Datenquelle, oder?
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.
wenn man händisch im Mapbender die gleiche Datenquelle nochmal anlegt, dann kann es mehrere geben
i18n/de.ts
Outdated
<message> | ||
<location filename="../dialogs/server_config_dialog.py" line="181"/> | ||
<source>Connection to Mapbender was successful.</source> | ||
<translation>Verbindung zu Mapbender war erfolgreich.</translation> |
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.
Die Verbindung
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.
Bei "Connection to QGIS Server was successful." habe ich "Verbindungsaufbau zum QGIS Server war erfolgreich." geschrieben. Wollen wir das auch hier so machen ?
</message> | ||
<message> | ||
<location filename="../dialogs/ui/server_config_dialog.ui" line="50"/> | ||
<source>Save credentials as plain text </source> |
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.
Viele Leerzeichen in dem Textblock
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.
Die sind als spacing in der en Version da. Wenn ich sie wegnehme verändert sich das Aussehen
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.
Kannst du ja mal notieren und Carmen fragen für später mal
</message> | ||
<message> | ||
<location filename="../dialogs/ui/server_config_dialog.ui" line="149"/> | ||
<source>Server configuration name* </source> |
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.
Viele Leerzeichen in dem Textblock
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.
siehe oben
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.
Please add Feature Information to the Changelog file to the https://github.com/WhereGroup/qgis2mapbender/blob/feature/i18n/CHANGELOG.md
I guess it will be version 1.1.0 (but please discuss with @CViescaA
No description provided.