🌐 ags(i18n): add keys to microphone, rename mixer keys to sound
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user