diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-04 12:05:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-04 12:05:01 +0900 |
| commit | b40329887f6f383a7236ac022b8dfde9217cdbae (patch) | |
| tree | 35dc1a543ec8be95c49ab1a692e8d5d7fac8d71d /locales | |
| parent | fix flaky test (diff) | |
| download | sharkey-b40329887f6f383a7236ac022b8dfde9217cdbae.tar.gz sharkey-b40329887f6f383a7236ac022b8dfde9217cdbae.tar.bz2 sharkey-b40329887f6f383a7236ac022b8dfde9217cdbae.zip | |
revert: note editing
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 1 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 172cdcb754..51d23436c0 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1545,7 +1545,6 @@ 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 1136f67baf..2c586c7532 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1466,7 +1466,6 @@ _role: gtlAvailable: "グローバルタイムラインの閲覧" ltlAvailable: "ローカルタイムラインの閲覧" canPublicNote: "パブリック投稿の許可" - canEditNote: "ノートの編集" canInvite: "サーバー招待コードの発行" inviteLimit: "招待コードの作成可能数" inviteLimitCycle: "招待コードの発行間隔" |