diff options
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 10 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index e87f0e342e..2ba4d7b0e4 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5493,6 +5493,16 @@ export interface Locale extends ILocale { * 低くすると画質を保てますが、ファイルサイズは増加します。<br>高くするとファイルサイズを減らせますが、画質は低下します。 */ "defaultImageCompressionLevel_description": string; + "_order": { + /** + * 新しい順 + */ + "newest": string; + /** + * 古い順 + */ + "oldest": string; + }; "_chat": { /** * まだメッセージはありません diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index e872fcc96d..98b00c8435 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1369,6 +1369,10 @@ hideAllTips: "全ての「ヒントとコツ」を非表示" defaultImageCompressionLevel: "デフォルトの画像圧縮度" defaultImageCompressionLevel_description: "低くすると画質を保てますが、ファイルサイズは増加します。<br>高くするとファイルサイズを減らせますが、画質は低下します。" +_order: + newest: "新しい順" + oldest: "古い順" + _chat: noMessagesYet: "まだメッセージはありません" newMessage: "新しいメッセージ" |