Merge develop into feature/search-drive-via-alt-text
This commit is contained in:
commit
5e65b6d01d
318 changed files with 1986 additions and 1489 deletions
|
@ -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"
|
||||
|
|
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -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: "フォローバック"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue