Merge develop into feature/search-drive-via-alt-text

This commit is contained in:
KevinWh0 2024-07-16 23:02:15 +02:00
commit 5e65b6d01d
318 changed files with 1986 additions and 1489 deletions

View file

@ -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
View file

@ -9435,6 +9435,10 @@ export interface Locale extends ILocale {
*
*/
"app": string;
/**
*
*/
"edited": string;
};
"_actions": {
/**

View file

@ -2490,6 +2490,7 @@ _notification:
roleAssigned: "ロールが付与された"
achievementEarned: "実績の獲得"
app: "連携アプリからの通知"
edited: "編集済み"
_actions:
followBack: "フォローバック"