Finish i18n of es

This commit is contained in:
Gucheng Wang
2023-03-18 17:19:48 +08:00
parent d383de256b
commit 263f804ab8
12 changed files with 620 additions and 620 deletions

View File

@ -452,7 +452,7 @@ class App extends Component {
"/payments"
));
res.push(Setting.getItem(<Link to="/sysinfo">{i18next.t("general:SysInfo")}</Link>,
res.push(Setting.getItem(<Link to="/sysinfo">{i18next.t("general:System Info")}</Link>,
"/sysinfo"
));
}