Kaynağa Gözat

quick translation

master
kelvin.yau 2 ay önce
ebeveyn
işleme
021c47d022
2 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. +1
    -1
      src/components/AppBar/Profile.tsx
  2. +2
    -1
      src/i18n/zh/common.json

+ 1
- 1
src/components/AppBar/Profile.tsx Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

}

Yükleniyor…
İptal
Kaydet