🌐 ags(i18n): translate control-center pages
This commit is contained in:
+33
-4
@@ -5,6 +5,13 @@ export default {
|
||||
|
||||
cancel: "Cancel",
|
||||
accept: "Ok",
|
||||
devices: "Devices",
|
||||
others: "Others",
|
||||
|
||||
connected: "Connected",
|
||||
disconnected: "Disconnected",
|
||||
unknown: "Unknown",
|
||||
connecting: "Connecting",
|
||||
|
||||
bar: {
|
||||
apps: {
|
||||
@@ -19,10 +26,6 @@ export default {
|
||||
|
||||
network: {
|
||||
network: "Network",
|
||||
connected: "Connected",
|
||||
disconnected: "Disconnected",
|
||||
unknown: "Unknown",
|
||||
connecting: "Connecting",
|
||||
wireless: "Wireless",
|
||||
wired: "Wired"
|
||||
},
|
||||
@@ -38,6 +41,32 @@ export default {
|
||||
title: "Night Light",
|
||||
default_desc: "Fidelity"
|
||||
}
|
||||
},
|
||||
pages: {
|
||||
more_settings: "More settings",
|
||||
mixer: {
|
||||
title: "Mixer",
|
||||
description: "Control per-application volume"
|
||||
},
|
||||
night_light: {
|
||||
title: "Night Light",
|
||||
description: "Control Night Light and Gamma filters",
|
||||
gamma: "Gamma",
|
||||
temperature: "Temperature"
|
||||
},
|
||||
bluetooth: {
|
||||
title: "Bluetooth",
|
||||
description: "Manage Bluetooth devices",
|
||||
new_devices: "New devices",
|
||||
adapters: "Adapters",
|
||||
paired_devices: "Paired Devices",
|
||||
start_discovering: "Start discovering",
|
||||
stop_discovering: "Stop discovering"
|
||||
},
|
||||
network: {
|
||||
title: "Network",
|
||||
interface: "Interface"
|
||||
}
|
||||
}
|
||||
},
|
||||
ask_popup: {
|
||||
|
||||
+33
-4
@@ -5,6 +5,13 @@ export default {
|
||||
|
||||
cancel: "Cancelar",
|
||||
accept: "Ok",
|
||||
devices: "Dispositivos",
|
||||
others: "Outros",
|
||||
|
||||
connected: "Conectado",
|
||||
disconnected: "Desconectado",
|
||||
unknown: "Desconhecido",
|
||||
connecting: "Conectando",
|
||||
|
||||
bar: {
|
||||
apps: {
|
||||
@@ -19,10 +26,6 @@ export default {
|
||||
|
||||
network: {
|
||||
network: "Rede",
|
||||
connected: "Conectado",
|
||||
disconnected: "Desconectado",
|
||||
unknown: "Desconhecido",
|
||||
connecting: "Conectando",
|
||||
wireless: "Wi-Fi",
|
||||
wired: "Cabeada"
|
||||
},
|
||||
@@ -38,6 +41,32 @@ export default {
|
||||
title: "Luz Noturna",
|
||||
default_desc: "Fidelidade"
|
||||
}
|
||||
},
|
||||
pages: {
|
||||
more_settings: "Mais configurações",
|
||||
mixer: {
|
||||
title: "Mixer de Volume",
|
||||
description: "Controle o volume dos aplicativos"
|
||||
},
|
||||
night_light: {
|
||||
title: "Luz Noturna",
|
||||
description: "Controle os filtros de Luz Noturna e Gama",
|
||||
temperature: "Temperatura",
|
||||
gamma: "Gama"
|
||||
},
|
||||
bluetooth: {
|
||||
title: "Bluetooth",
|
||||
description: "Gerencie dispositivos Bluetooth",
|
||||
new_devices: "Novos Dispositivos",
|
||||
adapters: "Adaptadores",
|
||||
paired_devices: "Dispositivos Pareados",
|
||||
start_discovering: "Começar a procurar dispositivos",
|
||||
stop_discovering: "Parar de procurar dispositivos"
|
||||
},
|
||||
network: {
|
||||
title: "Rede",
|
||||
interface: "Interface"
|
||||
}
|
||||
}
|
||||
},
|
||||
ask_popup: {
|
||||
|
||||
Reference in New Issue
Block a user