diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-02 19:48:32 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-02 19:48:32 +0900 |
| commit | d07552424c388b608882b42abb222058d0d6795a (patch) | |
| tree | 2e80b44fa8b31b04eec7fa0e1c8b2bc82872985e /locales | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-d07552424c388b608882b42abb222058d0d6795a.tar.gz sharkey-d07552424c388b608882b42abb222058d0d6795a.tar.bz2 sharkey-d07552424c388b608882b42abb222058d0d6795a.zip | |
🎨
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 4741d37cc6..9ef4886cb5 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5378,6 +5378,10 @@ export interface Locale extends ILocale { * 上 */ "top": string; + /** + * 埋め込み + */ + "embed": string; "_chat": { /** * まだメッセージはありません diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 8b19ed9e48..947b7b4fa5 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1340,6 +1340,7 @@ compress: "圧縮" right: "右" bottom: "下" top: "上" +embed: "埋め込み" _chat: noMessagesYet: "まだメッセージはありません" |