Merge remote-tracking branch 'misskey/develop' into future-2024-03-14
This commit is contained in:
commit
9478fc0095
57 changed files with 1082 additions and 81 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -7018,6 +7018,10 @@ export interface Locale extends ILocale {
|
|||
* ソースを表示
|
||||
*/
|
||||
"viewSource": string;
|
||||
/**
|
||||
* ログを表示
|
||||
*/
|
||||
"viewLog": string;
|
||||
};
|
||||
"_preferencesBackups": {
|
||||
/**
|
||||
|
|
|
@ -1825,6 +1825,7 @@ _plugin:
|
|||
installWarn: "信頼できないプラグインはインストールしないでください。"
|
||||
manage: "プラグインの管理"
|
||||
viewSource: "ソースを表示"
|
||||
viewLog: "ログを表示"
|
||||
|
||||
_preferencesBackups:
|
||||
list: "作成したバックアップ"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue