✨ ags(bar, notifications, control-center): add status icons to bar, notification history fixed, notification history below control-center
This commit is contained in:
@@ -9,7 +9,10 @@ export default {
|
||||
},
|
||||
control_center: {
|
||||
tiles: {
|
||||
enabled: "Enabled",
|
||||
disabled: "Disabled",
|
||||
more: "More",
|
||||
|
||||
network: {
|
||||
network: "Network",
|
||||
connected: "Connected",
|
||||
@@ -21,8 +24,11 @@ export default {
|
||||
},
|
||||
recording: {
|
||||
title: "Screen Recording",
|
||||
disabled_description: "Start recording",
|
||||
enabled_description: "Stop recording",
|
||||
disabled_desc: "Start recording",
|
||||
enabled_desc: "Stop recording",
|
||||
},
|
||||
dnd: {
|
||||
title: "Do Not Disturb"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -9,6 +9,8 @@ export default {
|
||||
},
|
||||
control_center: {
|
||||
tiles: {
|
||||
enabled: "Ligado",
|
||||
disabled: "Desligado",
|
||||
more: "Mais",
|
||||
|
||||
network: {
|
||||
@@ -24,6 +26,9 @@ export default {
|
||||
title: "Gravação de Tela",
|
||||
disabled_description: "Iniciar gravação",
|
||||
enabled_description: "Parar gravação",
|
||||
},
|
||||
dnd: {
|
||||
title: "Não Perturbe"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user