diff --git a/locales/en-US.yml b/locales/en-US.yml index 0bca272cc..47025e795 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -251,6 +251,7 @@ explore: "Explore" messageRead: "Read" noMoreHistory: "There is no further history" startMessaging: "Start a new chat" +manageGroups: "Manage groups" nUsersRead: "read by {n}" agreeTo: "I agree to {0}" tos: "Terms of Service" @@ -1091,6 +1092,9 @@ _channel: following: "Followed" usersCount: "{n} Participants" notesCount: "{n} Notes" +_messaging: + dms: "DMs" + groups: "Groups" _menuDisplay: sideFull: "Side" sideIcon: "Side (Icons)" diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index d6834d975..b760c905f 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -251,6 +251,7 @@ explore: "みつける" messageRead: "既読" noMoreHistory: "これより過去の履歴はありません" startMessaging: "チャットを開始" +manageGroups: "グループ管理" nUsersRead: "{n}人が読みました" agreeTo: "{0}に同意" tos: "利用規約" @@ -1109,6 +1110,10 @@ _channel: usersCount: "{n}人が参加中" notesCount: "{n}投稿があります" +_messaging: + dms: "ディーエム" + groups: "グループ" + _menuDisplay: sideFull: "横" sideIcon: "横(アイコン)" diff --git a/package.json b/package.json index 15bcabf61..512e2cf32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc.7", + "version": "12.119.0-calc.8-rc.1", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/messaging/index.vue b/packages/client/src/pages/messaging/index.vue index 1a99113cf..e32d3defb 100644 --- a/packages/client/src/pages/messaging/index.vue +++ b/packages/client/src/pages/messaging/index.vue @@ -2,7 +2,33 @@ -
+ + +
+ {{ i18n.ts.startMessaging }} + + + +
+
+ +
+ + {{ i18n.ts.startMessaging }} + {{ i18n.ts.manageGroups }} + + +
+
+
+