summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-09-28 21:06:14 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-09-28 21:06:14 +0900
commit2438c047a71b7b46d3cc7304a1c78a27a6789f02 (patch)
tree3a495a6eecb7b641b2c9b8ef8de820d5e21ffd95 /locales
parentfeat: note edit (diff)
downloadsharkey-2438c047a71b7b46d3cc7304a1c78a27a6789f02.tar.gz
sharkey-2438c047a71b7b46d3cc7304a1c78a27a6789f02.tar.bz2
sharkey-2438c047a71b7b46d3cc7304a1c78a27a6789f02.zip
enhance: 編集されたノートかどうか分かるように
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 8c6b724623..75f867e691 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -1125,6 +1125,7 @@ export interface Locale {
"authenticationRequiredToContinue": string;
"dateAndTime": string;
"showRenotes": string;
+ "edited": string;
"_announcement": {
"forExistingUsers": string;
"forExistingUsersDescription": string;
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index c31b4a5c27..cfa9143dde 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1122,6 +1122,7 @@ authentication: "認証"
authenticationRequiredToContinue: "続けるには認証を行ってください"
dateAndTime: "日時"
showRenotes: "リノートを表示"
+edited: "編集済み"
_announcement:
forExistingUsers: "既存ユーザーのみ"