1
0

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
57 changed files with 1082 additions and 81 deletions
+4
View File
@@ -7018,6 +7018,10 @@ export interface Locale extends ILocale {
* ソースを表示
*/
"viewSource": string;
/**
* ログを表示
*/
"viewLog": string;
};
"_preferencesBackups": {
/**
+1
View File
@@ -1825,6 +1825,7 @@ _plugin:
installWarn: "信頼できないプラグインはインストールしないでください。"
manage: "プラグインの管理"
viewSource: "ソースを表示"
viewLog: "ログを表示"
_preferencesBackups:
list: "作成したバックアップ"