Merge develop into feature/search-drive-via-alt-text
This commit is contained in:
@@ -2432,6 +2432,7 @@ _notification:
|
||||
roleAssigned: "Role given"
|
||||
achievementEarned: "Achievement unlocked"
|
||||
app: "Notifications from linked apps"
|
||||
edited: "Edits"
|
||||
_actions:
|
||||
followBack: "followed you back"
|
||||
reply: "Reply"
|
||||
|
||||
Vendored
+4
@@ -9435,6 +9435,10 @@ export interface Locale extends ILocale {
|
||||
* 連携アプリからの通知
|
||||
*/
|
||||
"app": string;
|
||||
/**
|
||||
* 編集済み
|
||||
*/
|
||||
"edited": string;
|
||||
};
|
||||
"_actions": {
|
||||
/**
|
||||
|
||||
@@ -2490,6 +2490,7 @@ _notification:
|
||||
roleAssigned: "ロールが付与された"
|
||||
achievementEarned: "実績の獲得"
|
||||
app: "連携アプリからの通知"
|
||||
edited: "編集済み"
|
||||
|
||||
_actions:
|
||||
followBack: "フォローバック"
|
||||
|
||||
Reference in New Issue
Block a user