Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Add German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomfromBerlin authored May 12, 2023
1 parent f01eeab commit 74dc223
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ add_executable(${PROJECT_NAME}

set(TS_FILES
data/translations/${PROJECT_NAME}_ru_RU.ts
data/translations/${PROJECT_NAME}_fr_FR.ts
data/translations/${PROJECT_NAME}_fr_FR.ts
data/translations/${PROJECT_NAME}_de_DE.ts
)

qt5_create_translation(QM_FILES ${CMAKE_SOURCE_DIR} ${TS_FILES})
Expand Down
1 change: 1 addition & 0 deletions data/bootsplash-manager.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Name=Manjaro Bootsplash Manager
Comment=Simple bootsplash manager
Comment[ru]=Управление загрузочными анимациями
Comment[fr]=Simple gestionnaire de bootsplash
Comment[de]=Einfacher Startbildschirm-Manager
Exec=bootsplash-manager-gui
Icon=bootsplash-manager-gui
Terminal=false
Expand Down
79 changes: 79 additions & 0 deletions data/translations/bootsplash-manager_de_DE.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de_DE">
<context>
<name>InstallDialog</name>
<message>
<location filename="../../src/gui/installdialog.ui" line="20"/>
<source>Install themes</source>
<translation>Themen installieren</translation>
</message>
<message>
<location filename="../../src/gui/installdialog.ui" line="44"/>
<source>enable AUR</source>
<translation>AUR aktivieren</translation>
</message>
<message>
<location filename="../../src/gui/installdialog.ui" line="67"/>
<source>Install</source>
<translation>Installieren</translation>
</message>
<message>
<location filename="../../src/gui/installdialog.cpp" line="93"/>
<source>Themes to install: </source>
<translation>Installiere Themen: </translation>
</message>
<message>
<location filename="../../src/gui/installdialog.cpp" line="95"/>
<source>
Continue?</source>
<translation>
Fortfahren?</translation>
</message>
<message>
<location filename="../../src/gui/installdialog.cpp" line="107"/>
<source>Installing...
</source>
<translation>Installiere...
</translation>
</message>
<message>
<location filename="../../src/gui/installdialog.cpp" line="108"/>
<source>This may take a few minutes</source>
<translation>Das kann einen Moment dauern</translation>
</message>
</context>
<context>
<name>MainWindow</name>
<message>
<location filename="../../src/gui/mainwindow.cpp" line="22"/>
<source>No installed themes detected</source>
<translation>Keine installierten Themen gefunden</translation>
</message>
<message>
<location filename="../../src/gui/mainwindow.cpp" line="132"/>
<location filename="../../src/gui/mainwindow.cpp" line="197"/>
<source>Please, wait...</source>
<translation>Bitte warten...</translation>
</message>
<message>
<location filename="../../src/gui/mainwindow.cpp" line="183"/>
<source>Do you really want to remove
</source>
<translation>Wirklich entfernen
</translation>
</message>
</context>
<context>
<name>QObject</name>
<message>
<location filename="../../src/gui/bootsplash-manager-gui.cpp" line="34"/>
<source>Cannot detect kernel bootsplash support
Is it a custom kernel?
Themes will not work, but you can still enable/disable the displaying of the boot log</source>
<translation>Keine kernelseitige Unterstüzung für Boot-Splash gefunden
Ist das ein eigener Kernel?
Themen werden nicht funktionieren, aber die Boot-Log-Anzeige kann aktiviert/deaktiviert werden</translation>
</message>
</context>
</TS>

0 comments on commit 74dc223

Please sign in to comment.