🌐 ags(i18n): add keys to microphone, rename mixer keys to sound

This commit is contained in:
retrozinndev
2025-04-23 20:40:16 -03:00
parent c5274ec91f
commit 39682b0fc3
3 changed files with 24 additions and 22 deletions
+8 -8
View File
@@ -12,12 +12,8 @@ export default {
disconnected: "Disconnected",
unknown: "Unknown",
connecting: "Connecting",
apps: "Applications",
bar: {
apps: {
tooltip: "Applications"
}
},
control_center: {
tiles: {
enabled: "Enabled",
@@ -44,9 +40,13 @@ export default {
},
pages: {
more_settings: "More settings",
mixer: {
title: "Mixer",
description: "Control per-application volume"
sound: {
title: "Sound",
description: "Configure the audio output"
},
microphone: {
title: "Microphone",
description: "Configure the audio input"
},
night_light: {
title: "Night Light",
+9 -8
View File
@@ -13,11 +13,8 @@ export default {
unknown: "Desconhecido",
connecting: "Conectando",
bar: {
apps: {
tooltip: "Aplicativos"
}
},
apps: "Aplicativos",
control_center: {
tiles: {
enabled: "Ligado",
@@ -44,9 +41,13 @@ export default {
},
pages: {
more_settings: "Mais configurações",
mixer: {
title: "Mixer de Volume",
description: "Controle o volume dos aplicativos"
sound: {
title: "Som",
description: "Controle a saída de áudio"
},
microphone: {
title: "Microfone",
description: "Configure a entrada de áudio"
},
night_light: {
title: "Luz Noturna",
+7 -6
View File
@@ -12,11 +12,8 @@ export type i18nStruct = {
devices: string,
others: string,
bar: {
apps: {
tooltip: string
}
},
apps: string;
control_center: {
tiles: {
enabled: string,
@@ -44,7 +41,11 @@ export type i18nStruct = {
pages: {
more_settings: string,
mixer: {
sound: {
title: string,
description: string
},
microphone: {
title: string,
description: string
},