本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jason
/
FPSMS-frontend
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
quick translation
master
kelvin.yau
2 月之前
父節點
01ffce0703
當前提交
021c47d022
共有
2 個檔案被更改
,包括
3 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/AppBar/Profile.tsx
+2
-1
src/i18n/zh/common.json
+ 1
- 1
src/components/AppBar/Profile.tsx
查看文件
@@ -25,7 +25,7 @@ const Profile: React.FC<Props> = ({ avatarImageSrc, profileName }) => {
setProfileMenuAnchorEl(undefined);
};
const { t } = useTranslation("
logi
n");
const { t } = useTranslation("
commo
n");
return (
<>
+ 2
- 1
src/i18n/zh/common.json
查看文件
@@ -103,6 +103,7 @@
"All Pick Order Lots": "所有提料單批號",
"Row per page": "每頁行數",
"No data available": "沒有資料",
"jodetail": "工單細節"
"jodetail": "工單細節",
"Sign out": "登出"
}
Write
Preview
Loading…
取消
儲存