summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-09-28 17:21:16 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-09-28 17:21:16 +0900
commitc106db89e1d54c20c6466e42dde540e0d5c5c4eb (patch)
treeabc852e58a43294b7a70cca69217dd4d0fb22912 /locales
parentUpdate CHANGELOG.md (diff)
downloadsharkey-c106db89e1d54c20c6466e42dde540e0d5c5c4eb.tar.gz
sharkey-c106db89e1d54c20c6466e42dde540e0d5c5c4eb.tar.bz2
sharkey-c106db89e1d54c20c6466e42dde540e0d5c5c4eb.zip
feat: note edit
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts1
-rw-r--r--locales/ja-JP.yml1
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: "招待コードの発行間隔"