diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-23 09:37:29 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-23 09:37:29 +0900 |
| commit | c25d66316c8bbbb9452b61d67f8c3edfa7e305b9 (patch) | |
| tree | 96dc0ca7165c14f06edfb1b5cab695999d17088c /locales | |
| parent | Update ja-JP.yml (diff) | |
| parent | enhance(frontend): プラグインのソースコードを確認・コピー... (diff) | |
| download | sharkey-c25d66316c8bbbb9452b61d67f8c3edfa7e305b9.tar.gz sharkey-c25d66316c8bbbb9452b61d67f8c3edfa7e305b9.tar.bz2 sharkey-c25d66316c8bbbb9452b61d67f8c3edfa7e305b9.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 1 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index f6b6daae89..256f178124 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1632,6 +1632,7 @@ export interface Locale { "install": string; "installWarn": string; "manage": string; + "viewSource": string; }; "_preferencesBackups": { "list": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 287895959c..ae32891018 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1549,6 +1549,7 @@ _plugin: install: "プラグインのインストール" installWarn: "信頼できないプラグインはインストールしないでください。" manage: "プラグインの管理" + viewSource: "ソースを表示" _preferencesBackups: list: "作成したバックアップ" |