🌐 ags(i18n): add more bluetooth page keys

This commit is contained in:
retrozinndev
2025-04-25 22:23:57 -03:00
parent ce0a4a92a9
commit 48b713ce6b
3 changed files with 23 additions and 3 deletions
+8 -1
View File
@@ -12,6 +12,9 @@ export type i18nStruct = {
devices: string,
others: string,
disconnect: string,
connect: string,
apps: string;
control_center: {
@@ -60,7 +63,11 @@ export type i18nStruct = {
new_devices: string,
paired_devices: string,
start_discovering: string,
stop_discovering: string
stop_discovering: string,
trust_device: string,
untrust_device: string,
pair_device: string,
unpair_device: string
},
night_light: {
title: string,