mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
i18n: term overhaul
- Delete ~160-ish useless terms - Add context to more terms - Add a mechanism to duplicate the same terms with different contexts - sync
This commit is contained in:
@@ -34,7 +34,7 @@ Item {
|
||||
SettingsCard {
|
||||
width: parent.width
|
||||
iconName: "music_note"
|
||||
title: I18n.tr("Media Player Settings")
|
||||
title: I18n.tr("General")
|
||||
settingKey: "mediaPlayer"
|
||||
|
||||
SettingsToggleRow {
|
||||
@@ -146,7 +146,7 @@ Item {
|
||||
SettingsCard {
|
||||
width: parent.width
|
||||
iconName: "do_not_disturb_on"
|
||||
title: I18n.tr("Excluded Media Players")
|
||||
title: I18n.tr("Excluded Players")
|
||||
settingKey: "mediaExcludePlayers"
|
||||
tags: ["media", "music", "exclude", "ignore", "player", "mpris"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user