Translation status
512 | Strings | 59% | Translate |
---|---|---|---|
7,544 | Words | 59% |
Other components
Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
Documentation: about
|
1 | Translate | |||||
|
|||||||
Documentation: contribute
|
82% | 37 | 1,183 | 1 | 1 | Translate | |
|
|||||||
Documentation: humanguide
|
11% | 231 | 2,556 | 1 | 5 | Translate | |
|
|||||||
Documentation: index
|
73% | 7 | 63 | 8 | 1 | Translate | |
|
|||||||
Documentation: porting
|
40% | 179 | 3,906 | 3 | Translate | ||
|
|||||||
Documentation: systemdev
|
0% | 270 | 5,568 | Translate | |||
|
|||||||
Documentation: userguide CC-BY-SA-4.0 | 15 | 1 | Translate | ||||
|
Translation Information
Project website | https://docs.ubports.com | |
---|---|---|
Instructions for translators | Dear translators, new languages from this repository are not automatically appearing on the web page docs.ubports.com - we have to enable them manually. So, if you are keen on starting a new language, please udnerstand that we require a minimum translated coverage of about 33%-40% per file to accept a new language. We have seen in the past that people sometimes translate only a few paragraphs and then give up. But thats not a usable translation. Please write to <infra@ubports.com> for such requests. Thank You! |
|
Translation process |
|
|
Translation license | Creative Commons Attribution Share Alike 4.0 International | |
Repository |
https://github.com/ubports/docs.ubports.com.git
|
|
Repository branch | master | |
Last remote commit |
Merge pull request #383 from ubports-weblate/weblate-ubports-docs-documentation-userguide
dc38131
![]() |
|
Repository containing Weblate translations |
https://translate.ubports.com/git/ubports-docs/documentation-userguide/
|
|
Filemask | locales/*/LC_MESSAGES/appdev.po |
|
Translation file |
locales/de/LC_MESSAGES/appdev.po
|
Der Befehl ``find_package`` definiert normalerweise den Pfad zum Include-Verzeichnis als ``SOMELIBRARY_INCLUDE_DIRS`` und die Binärdateien der Bibliothek als ``SOMELIBRARY_LIBS`` (überprüfe in der Dokumentation der Bibliothek, was deren CMake-Konfiguration genau liefert). Verwende diese mit den Befehlen ``include_directories`` und ``target_link_libraries``. Siehe `Camera Scanner ImageProcessing CMakeLists.txt <https://github.com/jonnius/camera-scanner/blob/master/plugins/ImageProcessing/CMakeLists.txt#L23>`_ für ein Beispiel aus der Praxis.
Eine vorgefertigte Bibliothek ist meist nur als gemeinsam genutztes Objekt verfügbar, das dynamisch verlinkt werden muss. Außerdem kann sie Komponenten enthalten, die du nicht benötigst, was zu einer aufgeblähten App führt. Möglicherweise kann die Bibliothek für deine Zwecke auch unvollständig sein, was du durch eigenständiges Kompilieren verhindern kannst. Manchmal ist eine Bibliothek in den Ubuntu Repositories verfügbar, aber nicht für deine Architektur (wahrscheinlich ``armhf`` oder ``arm64``). In diesem Fall muss du die Bibliothek wie oben beschrieben kompilieren.
Übersetzt mit www.DeepL.com/Translator (kostenlose Version)
Übersetzt mit www.DeepL.com/Translator (kostenlose Version)
Statistics
Percent | Strings | Words | Chars | ||
---|---|---|---|---|---|
Total | 512 | 7,544 | 50,196 | ||
Translated | 59% | 303 | 4,455 | 30,013 | |
Needs editing | 5% | 27 | 432 | 3,085 | |
Failing check | 4% | 24 | 102 | 922 |
Last activity
Last change | Dec. 23, 2020, 8:54 a.m. | |||
---|---|---|---|---|
Last author | Kai Goldbeck |