-
Notifications
You must be signed in to change notification settings - Fork 21
Translations update from Hosted Weblate #120
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: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
| <message id="filemanager-la-no_files"> | ||
| <location filename="../qml/pages/ImportPackagePage.qml" line="171"/> | ||
| <source>No files</source> | ||
| <translation type="unfinished"></translation> | ||
| <translation>Geen bestanden</translation> | ||
| </message> | ||
| </context> | ||
| <context> | ||
|
|
@@ -463,30 +463,30 @@ | |
| <message> | ||
| <location filename="../qml/pages/ImportPackagePage.qml" line="161"/> | ||
| <source>Sideloading file</source> | ||
| <translation type="unfinished"></translation> | ||
| <translation>Bestand wordt van lokaal medium geladen</translation> | ||
| </message> | ||
| </context> | ||
| <context> | ||
| <name>InfoPage</name> | ||
| <message> | ||
| <location filename="../qml/pages/InfoPage.qml" line="29"/> | ||
| <source>Version %1</source> | ||
| <translation type="unfinished"></translation> | ||
| <translation>Versie %1</translation> | ||
| </message> | ||
| <message> | ||
| <location filename="../qml/pages/InfoPage.qml" line="42"/> | ||
| <source>Legal</source> | ||
| <translation type="unfinished"></translation> | ||
| <translation>Legaal</translation> | ||
| </message> | ||
| <message> | ||
| <location filename="../qml/pages/InfoPage.qml" line="80"/> | ||
| <source>This application is neither affiliated with nor endorsed by Pebble Technology Corp.</source> | ||
| <translation type="unfinished"></translation> | ||
| <translation>Deze toepassing is noch geaffilieerd, werd noch goedgekeurd door Pebble Technology Corp.</translation> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For Dutch users, this does not correctly express the disclaimer: Useful? React with 👍 / 👎. |
||
| </message> | ||
| <message> | ||
| <location filename="../qml/pages/InfoPage.qml" line="90"/> | ||
| <source>Pebble is a trademark of Pebble Technology Corp.</source> | ||
| <translation type="unfinished"></translation> | ||
| <translation>Pebble is een handelsmerk van Pebble Technology Corp.</translation> | ||
| </message> | ||
| </context> | ||
| <context> | ||
|
|
||
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.
For Dutch users,
Legaalmeans “lawful” and does not name the licensing and trademark section displayed here. Use a section heading such asJuridische informatie; otherwise the About page appears to assert that something is lawful rather than identify its legal information.Useful? React with 👍 / 👎.