mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Fixed translation system
This commit is contained in:
@@ -27,10 +27,6 @@
|
|||||||
"error": "Erreur",
|
"error": "Erreur",
|
||||||
"unknown": "Inconnu"
|
"unknown": "Inconnu"
|
||||||
},
|
},
|
||||||
"omada": {
|
|
||||||
"activeUser": "Utilisateurs actifs",
|
|
||||||
"connectedAp": "AP connectés"
|
|
||||||
},
|
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "En lecture",
|
"playing": "En lecture",
|
||||||
"transcoding": "Transcodage",
|
"transcoding": "Transcodage",
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ export default function Component({ service }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block label="omada.connectedAp" value={t( "common number", { value: omadaData.connectedAp})} />
|
<Block label="omada.connectedAp" value={t( "common.number", { value: omadaData.connectedAp})} />
|
||||||
<Block label="omada.activeUser" value={t( "common number", { value: omadaData.activeUser })} />
|
<Block label="omada.activeUser" value={t( "common.number", { value: omadaData.activeUser })} />
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user