diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-21 11:58:51 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-21 11:58:51 +0900 |
| commit | e41619775f0ab57d67d4f49637768417730d68c0 (patch) | |
| tree | 1a9befa1c29711ab717ae164e57c133a47218256 /locales | |
| parent | :art: (diff) | |
| download | sharkey-e41619775f0ab57d67d4f49637768417730d68c0.tar.gz sharkey-e41619775f0ab57d67d4f49637768417730d68c0.tar.bz2 sharkey-e41619775f0ab57d67d4f49637768417730d68c0.zip | |
feat: プロフィールでのリンク検証
Resolve #11099
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 1 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 649b0be44a..bd1f10d86e 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1116,6 +1116,7 @@ export interface Locale { "loadConversation": string; "pinnedList": string; "keepScreenOn": string; + "verifiedLink": string; "_announcement": { "forExistingUsers": string; "forExistingUsersDescription": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 69228ed17e..8e684111fd 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1113,6 +1113,7 @@ loadReplies: "返信を見る" loadConversation: "会話を見る" pinnedList: "ピン留めされたリスト" keepScreenOn: "デバイスの画面を常にオンにする" +verifiedLink: "このリンク先の所有者であることが確認されました" _announcement: forExistingUsers: "既存ユーザーのみ" |