🌐 ags(i18n): add keys to microphone, rename mixer keys to sound
This commit is contained in:
@@ -12,12 +12,8 @@ export default {
|
|||||||
disconnected: "Disconnected",
|
disconnected: "Disconnected",
|
||||||
unknown: "Unknown",
|
unknown: "Unknown",
|
||||||
connecting: "Connecting",
|
connecting: "Connecting",
|
||||||
|
apps: "Applications",
|
||||||
|
|
||||||
bar: {
|
|
||||||
apps: {
|
|
||||||
tooltip: "Applications"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
control_center: {
|
control_center: {
|
||||||
tiles: {
|
tiles: {
|
||||||
enabled: "Enabled",
|
enabled: "Enabled",
|
||||||
@@ -44,9 +40,13 @@ export default {
|
|||||||
},
|
},
|
||||||
pages: {
|
pages: {
|
||||||
more_settings: "More settings",
|
more_settings: "More settings",
|
||||||
mixer: {
|
sound: {
|
||||||
title: "Mixer",
|
title: "Sound",
|
||||||
description: "Control per-application volume"
|
description: "Configure the audio output"
|
||||||
|
},
|
||||||
|
microphone: {
|
||||||
|
title: "Microphone",
|
||||||
|
description: "Configure the audio input"
|
||||||
},
|
},
|
||||||
night_light: {
|
night_light: {
|
||||||
title: "Night Light",
|
title: "Night Light",
|
||||||
|
|||||||
@@ -13,11 +13,8 @@ export default {
|
|||||||
unknown: "Desconhecido",
|
unknown: "Desconhecido",
|
||||||
connecting: "Conectando",
|
connecting: "Conectando",
|
||||||
|
|
||||||
bar: {
|
apps: "Aplicativos",
|
||||||
apps: {
|
|
||||||
tooltip: "Aplicativos"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
control_center: {
|
control_center: {
|
||||||
tiles: {
|
tiles: {
|
||||||
enabled: "Ligado",
|
enabled: "Ligado",
|
||||||
@@ -44,9 +41,13 @@ export default {
|
|||||||
},
|
},
|
||||||
pages: {
|
pages: {
|
||||||
more_settings: "Mais configurações",
|
more_settings: "Mais configurações",
|
||||||
mixer: {
|
sound: {
|
||||||
title: "Mixer de Volume",
|
title: "Som",
|
||||||
description: "Controle o volume dos aplicativos"
|
description: "Controle a saída de áudio"
|
||||||
|
},
|
||||||
|
microphone: {
|
||||||
|
title: "Microfone",
|
||||||
|
description: "Configure a entrada de áudio"
|
||||||
},
|
},
|
||||||
night_light: {
|
night_light: {
|
||||||
title: "Luz Noturna",
|
title: "Luz Noturna",
|
||||||
|
|||||||
+7
-6
@@ -12,11 +12,8 @@ export type i18nStruct = {
|
|||||||
devices: string,
|
devices: string,
|
||||||
others: string,
|
others: string,
|
||||||
|
|
||||||
bar: {
|
apps: string;
|
||||||
apps: {
|
|
||||||
tooltip: string
|
|
||||||
}
|
|
||||||
},
|
|
||||||
control_center: {
|
control_center: {
|
||||||
tiles: {
|
tiles: {
|
||||||
enabled: string,
|
enabled: string,
|
||||||
@@ -44,7 +41,11 @@ export type i18nStruct = {
|
|||||||
pages: {
|
pages: {
|
||||||
more_settings: string,
|
more_settings: string,
|
||||||
|
|
||||||
mixer: {
|
sound: {
|
||||||
|
title: string,
|
||||||
|
description: string
|
||||||
|
},
|
||||||
|
microphone: {
|
||||||
title: string,
|
title: string,
|
||||||
description: string
|
description: string
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user