🌐 ags(i18n): add new key control_center.tiles.night_light for the night light tile
This commit is contained in:
@@ -29,6 +29,10 @@ export default {
|
|||||||
},
|
},
|
||||||
dnd: {
|
dnd: {
|
||||||
title: "Do Not Disturb"
|
title: "Do Not Disturb"
|
||||||
|
},
|
||||||
|
night_light: {
|
||||||
|
title: "Night Light",
|
||||||
|
default_desc: "Fidelity"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -29,6 +29,10 @@ export default {
|
|||||||
},
|
},
|
||||||
dnd: {
|
dnd: {
|
||||||
title: "Não Perturbe"
|
title: "Não Perturbe"
|
||||||
|
},
|
||||||
|
night_light: {
|
||||||
|
title: "Luz Noturna",
|
||||||
|
default_desc: "Fidelidade"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -27,6 +27,10 @@ export type i18nStruct = {
|
|||||||
},
|
},
|
||||||
dnd: {
|
dnd: {
|
||||||
title: string
|
title: string
|
||||||
|
},
|
||||||
|
night_light: {
|
||||||
|
title: string,
|
||||||
|
default_desc: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user