diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-01 14:12:36 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-01 14:12:36 +0900 |
| commit | ef630df443bdd24cfe0b086b0e2f94d87c4f53b7 (patch) | |
| tree | 939a91bfb489b8dea969160b5c6366753ea3248e /locales | |
| parent | fix type error (diff) | |
| download | misskey-ef630df443bdd24cfe0b086b0e2f94d87c4f53b7.tar.gz misskey-ef630df443bdd24cfe0b086b0e2f94d87c4f53b7.tar.bz2 misskey-ef630df443bdd24cfe0b086b0e2f94d87c4f53b7.zip | |
enhance(frontend): add contact page
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 9bcd1979af..779a5d2c3f 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -4952,6 +4952,10 @@ export interface Locale extends ILocale { * フォローの際常に確認する */ "alwaysConfirmFollow": string; + /** + * お問い合わせ + */ + "inquiry": string; "_bubbleGame": { /** * 遊び方 diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5f7715b210..8f17215802 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1234,6 +1234,7 @@ keepOriginalFilename: "オリジナルのファイル名を保持" keepOriginalFilenameDescription: "この設定をオフにすると、アップロード時にファイル名が自動でランダム文字列に置き換えられます。" noDescription: "説明文はありません" alwaysConfirmFollow: "フォローの際常に確認する" +inquiry: "お問い合わせ" _bubbleGame: howToPlay: "遊び方" |