diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-28 17:21:16 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-28 17:21:16 +0900 |
| commit | c106db89e1d54c20c6466e42dde540e0d5c5c4eb (patch) | |
| tree | abc852e58a43294b7a70cca69217dd4d0fb22912 /locales | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-c106db89e1d54c20c6466e42dde540e0d5c5c4eb.tar.gz sharkey-c106db89e1d54c20c6466e42dde540e0d5c5c4eb.tar.bz2 sharkey-c106db89e1d54c20c6466e42dde540e0d5c5c4eb.zip | |
feat: note edit
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 eb2793c710..8c6b724623 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1538,6 +1538,7 @@ export interface Locale { "gtlAvailable": string; "ltlAvailable": string; "canPublicNote": string; + "canEditNote": string; "canInvite": string; "inviteLimit": string; "inviteLimitCycle": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 637d580d6a..c31b4a5c27 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1459,6 +1459,7 @@ _role: gtlAvailable: "グローバルタイムラインの閲覧" ltlAvailable: "ローカルタイムラインの閲覧" canPublicNote: "パブリック投稿の許可" + canEditNote: "ノートの編集" canInvite: "サーバー招待コードの発行" inviteLimit: "招待コードの作成可能数" inviteLimitCycle: "招待コードの発行間隔" |