Skip to content

Commit 414b6d5

Browse files
committed
i18n: update German translation
- change ownership of a translation string in UBShortcutManager - add new translation strings - update a few translations
1 parent 0714165 commit 414b6d5

File tree

2 files changed

+67
-5
lines changed

2 files changed

+67
-5
lines changed

resources/i18n/OpenBoard_de.ts

Lines changed: 66 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3008,6 +3008,28 @@ Möchten Sie diese Fehler für diesen Computer ignorieren?</translation>
30083008
<source>Use all available displays</source>
30093009
<translation>Alle verfügbaren Bildschirme nutzen</translation>
30103010
</message>
3011+
<message>
3012+
<source>Key sequence already in use</source>
3013+
<translation>Tastenkombination wird bereits benutzt</translation>
3014+
</message>
3015+
<message>
3016+
<source>Mouse button already in use</source>
3017+
<translation>Maustaste wird bereits benutzt</translation>
3018+
</message>
3019+
<message>
3020+
<source>Stylus button already in use</source>
3021+
<translation>Stifttaste wird bereits benutzt</translation>
3022+
</message>
3023+
<message>
3024+
<source>Accept</source>
3025+
<comment>preferencesDialog</comment>
3026+
<translation>Übernehmen</translation>
3027+
</message>
3028+
<message>
3029+
<source>Record</source>
3030+
<comment>preferencesDialog</comment>
3031+
<translation>Aufnehmen</translation>
3032+
</message>
30113033
</context>
30123034
<context>
30133035
<name>UBSettings</name>
@@ -3079,7 +3101,7 @@ Möchten Sie diese Fehler für diesen Computer ignorieren?</translation>
30793101
<message>
30803102
<location filename="../../src/core/UBShortcutManager.cpp" line="260"/>
30813103
<source>Reset zoom factor</source>
3082-
<translation>Zoom zurücksetzen</translation>
3104+
<translation>Zoom-Faktor zurücksetzen</translation>
30833105
</message>
30843106
<message>
30853107
<location filename="../../src/core/UBShortcutManager.cpp" line="266"/>
@@ -3129,7 +3151,7 @@ Möchten Sie diese Fehler für diesen Computer ignorieren?</translation>
31293151
<message>
31303152
<location filename="../../src/core/UBShortcutManager.cpp" line="466"/>
31313153
<source>Command</source>
3132-
<translation>Kommando</translation>
3154+
<translation>Befehl</translation>
31333155
</message>
31343156
<message>
31353157
<location filename="../../src/core/UBShortcutManager.cpp" line="469"/>
@@ -3144,12 +3166,12 @@ Möchten Sie diese Fehler für diesen Computer ignorieren?</translation>
31443166
<message>
31453167
<location filename="../../src/core/UBShortcutManager.cpp" line="475"/>
31463168
<source>Mouse Button</source>
3147-
<translation>Mausknopf</translation>
3169+
<translation>Maustaste</translation>
31483170
</message>
31493171
<message>
31503172
<location filename="../../src/core/UBShortcutManager.cpp" line="478"/>
31513173
<source>Tablet Button</source>
3152-
<translation>Tablet Stiftknopf</translation>
3174+
<translation>Stifttaste</translation>
31533175
</message>
31543176
<message>
31553177
<location filename="../../src/core/UBShortcutManager.cpp" line="629"/>
@@ -4076,6 +4098,46 @@ p, li { white-space: pre-wrap; }
40764098
<source>List of screens used for Control, Display and Previous pages</source>
40774099
<translation>Liste der Bildschirme, die für die Hauptansicht, Erweiterte Ansicht und Vorherige Seiten verwendet werden</translation>
40784100
</message>
4101+
<message>
4102+
<source>Shortcut</source>
4103+
<translation>Kurzbefehl</translation>
4104+
</message>
4105+
<message>
4106+
<source>Filter</source>
4107+
<translation>Filter</translation>
4108+
</message>
4109+
<message>
4110+
<source>Active keyboard shortcuts without pressing Ctrl key</source>
4111+
<translation>Aktiviere Kurzbefehle auch ohne Strg Taste</translation>
4112+
</message>
4113+
<message>
4114+
<source>Shortcuts</source>
4115+
<translation>Kurzbefehle</translation>
4116+
</message>
4117+
<message>
4118+
<source>Abort</source>
4119+
<translation>Abbrechen</translation>
4120+
</message>
4121+
<message>
4122+
<source>Record</source>
4123+
<translation>Aufnehmen</translation>
4124+
</message>
4125+
<message>
4126+
<source>Stylus Button</source>
4127+
<translation>Stifttaste</translation>
4128+
</message>
4129+
<message>
4130+
<source>Mouse Button</source>
4131+
<translation>Maustaste</translation>
4132+
</message>
4133+
<message>
4134+
<source>Reset</source>
4135+
<translation>Zurücksetzen</translation>
4136+
</message>
4137+
<message>
4138+
<source>Key Sequence</source>
4139+
<translation>Tasten</translation>
4140+
</message>
40794141
</context>
40804142
<context>
40814143
<name>trapFlashDialog</name>

src/core/UBShortcutManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ UBShortcutManager* UBShortcutManager::sShortcutManager = nullptr;
4343

4444
UBShortcutManager::UBShortcutManager() : mIgnoreCtrl(false)
4545
{
46-
actionsOfGroup(QObject::tr("Common"));
46+
actionsOfGroup(tr("Common"));
4747
}
4848

4949
UBShortcutManager *UBShortcutManager::shortcutManager()

0 commit comments

Comments
 (0)