feat(settings): notification position

This commit is contained in:
Linden
2024-04-12 09:45:49 +10:00
parent 2569518602
commit 468a4d820f
31 changed files with 387 additions and 37 deletions

View File

@@ -8,7 +8,18 @@
"settings": {
"locale": "Change locale",
"locale_description": "Current language: ${language} (%s)",
"notification_audio": "Notification audio"
"notification_audio": "Notification audio",
"notification_position": "Notification position"
},
"position": {
"bottom": "Bottom",
"bottom-left": "Bottom-left",
"bottom-right": "Bottom-right",
"center-left": "Center-left",
"center-right": "Center-right",
"top": "Top",
"top-left": "Top-left",
"top-right": "Top-right"
}
},
"open_radial_menu": "Open radial menu",