1
0

feat: プロフィールURLをコピー ボタンを追加 close #11190 (#11205)

This commit is contained in:
yupix
2023-07-09 17:20:50 +09:00
committed by GitHub
parent 59046d583d
commit 9dd53527ca
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -59,6 +59,7 @@ export interface Locale {
"copyNoteId": string;
"copyFileId": string;
"copyFolderId": string;
"copyProfileUrl": string;
"searchUser": string;
"reply": string;
"loadMore": string;
+1
View File
@@ -56,6 +56,7 @@ copyUserId: "ユーザーIDをコピー"
copyNoteId: "ノートIDをコピー"
copyFileId: "ファイルIDをコピー"
copyFolderId: "フォルダーIDをコピー"
copyProfileUrl: "プロフィールURLをコピー"
searchUser: "ユーザーを検索"
reply: "返信"
loadMore: "もっと見る"