mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Update translations
This commit is contained in:
parent
b95da02b97
commit
c3db61d74a
12 changed files with 10 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -37,7 +37,7 @@ bump-version: ## Tag new version. First set new version number in src/vorta/_ve
|
|||
|
||||
translations-from-source: ## Extract strings from source code / UI files, merge into .ts.
|
||||
pylupdate5 -verbose -translate-function trans_late \
|
||||
$$(find ${VORTA_SRC} -regex ".*[.]\(py\|ui\)") \
|
||||
$$(find ${VORTA_SRC} -iname "*.py" -o -iname "*.ui") \
|
||||
-ts ${VORTA_SRC}/i18n/ts/vorta.en.ts
|
||||
|
||||
translations-push: translations-from-source ## Upload .ts to Transifex.
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -392,17 +392,17 @@
|
|||
<message>
|
||||
<location filename="../../borg/compact.py" line="11"/>
|
||||
<source>Starting repository compaction...</source>
|
||||
<translation>Beginne mit dem Zusammenpressen des Repositorys.</translation>
|
||||
<translation>Beginne mit dem Defragmentieren des Repositorys.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../borg/compact.py" line="25"/>
|
||||
<source>Errors during compaction. See logs for details.</source>
|
||||
<translation>Zusammenpressen fehlgeschlagen. Details finden sich in den Logs.</translation>
|
||||
<translation>Defragmentierung fehlgeschlagen. Details finden sich in den Logs.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../borg/compact.py" line="27"/>
|
||||
<source>Compaction completed.</source>
|
||||
<translation>Zusammenpressen abgeschlossen.</translation>
|
||||
<translation>Defragmentierung abgeschlossen.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1113,7 +1113,7 @@
|
|||
<message>
|
||||
<location filename="../../assets/UI/archivetab.ui" line="100"/>
|
||||
<source>Compact</source>
|
||||
<translation>Zusammenpressen</translation>
|
||||
<translation>Optimieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../assets/UI/archivetab.ui" line="204"/>
|
||||
|
@ -1355,11 +1355,11 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../../views/import_window.py" line="75"/>
|
||||
<source>Schema upgrade failure, file a bug report with the link in the Misc tab with the following error:
|
||||
{0}
|
||||
<source>Schema upgrade failure, file a bug report with the link in the Misc tab with the following error:
|
||||
{0}
|
||||
{1}</source>
|
||||
<translation>Schema-Upgrade Fehler, erstelle einen Bugreport auf dem Link um "Misc"-Tab, mit folgendem Fehler:
|
||||
{0}
|
||||
<translation>Schema-Upgrade Fehler, erstelle einen Bugreport auf dem Link um "Misc"-Tab, mit folgendem Fehler:
|
||||
{0}
|
||||
{1}</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2125,4 +2125,4 @@ Try unlinking and re-adding your repo.</source>
|
|||
<translation>Passwörter müssen länger als 8 Zeichen sein.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
</TS>
|
Loading…
Reference in a new issue