Ver a proveniência

quick translation

master
kelvin.yau há 2 meses
ascendente
cometimento
021c47d022
2 ficheiros alterados com 3 adições e 2 eliminações
  1. +1
    -1
      src/components/AppBar/Profile.tsx
  2. +2
    -1
      src/i18n/zh/common.json

+ 1
- 1
src/components/AppBar/Profile.tsx Ver ficheiro

@@ -25,7 +25,7 @@ const Profile: React.FC<Props> = ({ avatarImageSrc, profileName }) => {
setProfileMenuAnchorEl(undefined);
};

const { t } = useTranslation("login");
const { t } = useTranslation("common");

return (
<>


+ 2
- 1
src/i18n/zh/common.json Ver ficheiro

@@ -103,6 +103,7 @@
"All Pick Order Lots": "所有提料單批號",
"Row per page": "每頁行數",
"No data available": "沒有資料",
"jodetail": "工單細節"
"jodetail": "工單細節",
"Sign out": "登出"

}

Carregando…
Cancelar
Guardar