Merge remote-tracking branch 'misskey/develop' into future-2024-03-14

This commit is contained in:
dakkar 2024-03-14 16:28:56 +00:00
commit 9478fc0095
57 changed files with 1082 additions and 81 deletions

4
locales/index.d.ts vendored
View file

@ -7018,6 +7018,10 @@ export interface Locale extends ILocale {
*
*/
"viewSource": string;
/**
*
*/
"viewLog": string;
};
"_preferencesBackups": {
/**

View file

@ -1825,6 +1825,7 @@ _plugin:
installWarn: "信頼できないプラグインはインストールしないでください。"
manage: "プラグインの管理"
viewSource: "ソースを表示"
viewLog: "ログを表示"
_preferencesBackups:
list: "作成したバックアップ"