Skip to content

Commit bf009b1

Browse files
update i18 language + userprofilemenu position
1 parent 4a5d95d commit bf009b1

File tree

8 files changed

+36
-1
lines changed

8 files changed

+36
-1
lines changed

web-app/src/containers/auth/UserProfileMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const UserProfileMenu = () => {
7373
<IconChevronDown size={14} className="text-muted-foreground" />
7474
</Button>
7575
</DropdownMenuTrigger>
76-
<DropdownMenuContent align="end" className="w-56">
76+
<DropdownMenuContent side="right" align="start" className="w-56">
7777
<DropdownMenuLabel>
7878
<div className="flex flex-col space-y-1">
7979
<p className="text-sm font-medium leading-none">{user.name}</p>

web-app/src/locales/de-DE/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"login": "Anmelden",
3131
"loginWith": "Anmelden mit {{provider}}",
3232
"loginFailed": "Anmeldung fehlgeschlagen",
33+
"logout": "Abmelden",
34+
"loggingOut": "Melde ab...",
35+
"loggedOut": "Erfolgreich abgemeldet",
36+
"logoutFailed": "Abmeldung fehlgeschlagen",
37+
"profile": "Profil",
3338
"reset": "Zurücksetzen",
3439
"search": "Suchen",
3540
"name": "Name",

web-app/src/locales/en/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"login": "Log In",
3131
"loginWith": "Log In With {{provider}}",
3232
"loginFailed": "Failed To Log In",
33+
"logout": "Log Out",
34+
"loggingOut": "Logging Out...",
35+
"loggedOut": "Successfully Logged Out",
36+
"logoutFailed": "Failed To Log Out",
37+
"profile": "Profile",
3338
"reset": "Reset",
3439
"search": "Search",
3540
"name": "Name",

web-app/src/locales/id/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"login": "Masuk",
3131
"loginWith": "Masuk Dengan {{provider}}",
3232
"loginFailed": "Gagal Masuk",
33+
"logout": "Keluar",
34+
"loggingOut": "Sedang Keluar...",
35+
"loggedOut": "Berhasil Keluar",
36+
"logoutFailed": "Gagal Keluar",
37+
"profile": "Profil",
3338
"reset": "Setel Ulang",
3439
"search": "Cari",
3540
"name": "Nama",

web-app/src/locales/pl/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"login": "Zaloguj",
3131
"loginWith": "Zaloguj Przez {{provider}}",
3232
"loginFailed": "Logowanie Nie Powiodło Się",
33+
"logout": "Wyloguj",
34+
"loggingOut": "Wylogowywanie...",
35+
"loggedOut": "Pomyślnie Wylogowano",
36+
"logoutFailed": "Wylogowanie Nie Powiodło Się",
37+
"profile": "Profil",
3338
"reset": "Przywróć",
3439
"search": "Szukaj",
3540
"name": "Nazwa",

web-app/src/locales/vn/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"login": "Đăng Nhập",
3131
"loginWith": "Đăng Nhập Bằng {{provider}}",
3232
"loginFailed": "Đăng Nhập Thất Bại",
33+
"logout": "Đăng Xuất",
34+
"loggingOut": "Đang Đăng Xuất...",
35+
"loggedOut": "Đăng Xuất Thành Công",
36+
"logoutFailed": "Đăng Xuất Thất Bại",
37+
"profile": "Hồ Sơ",
3338
"reset": "Đặt lại",
3439
"search": "Tìm kiếm",
3540
"name": "Tên",

web-app/src/locales/zh-CN/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"login": "登录",
3131
"loginWith": "使用{{provider}}登录",
3232
"loginFailed": "登录失败",
33+
"logout": "退出登录",
34+
"loggingOut": "正在退出...",
35+
"loggedOut": "成功退出登录",
36+
"logoutFailed": "退出登录失败",
37+
"profile": "个人资料",
3338
"reset": "重置",
3439
"search": "搜索",
3540
"name": "名称",

web-app/src/locales/zh-TW/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"login": "登入",
3131
"loginWith": "使用{{provider}}登入",
3232
"loginFailed": "登入失敗",
33+
"logout": "登出",
34+
"loggingOut": "正在登出...",
35+
"loggedOut": "成功登出",
36+
"logoutFailed": "登出失敗",
37+
"profile": "個人資料",
3338
"reset": "重設",
3439
"search": "搜尋",
3540
"name": "名稱",

0 commit comments

Comments
 (0)