fix: Add ja-JP locale for noLanguage

This commit is contained in:
Essem 2024-02-03 11:57:30 -06:00
parent a76d3cf861
commit 91ba7a45c6
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
2 changed files with 5 additions and 0 deletions

4
locales/index.d.ts vendored
View file

@ -5090,6 +5090,10 @@ export interface Locale extends ILocale {
*/
"enableHorizontalSwipe": string;
/**
*
*/
"noLanguage": string;
/*
*
*/
"loading": string;

View file

@ -1268,6 +1268,7 @@ hemisphere: "お住まいの地域"
withSensitive: "センシティブなファイルを含むノートを表示"
userSaysSomethingSensitive: "{name}のセンシティブなファイルを含む投稿"
enableHorizontalSwipe: "スワイプしてタブを切り替える"
noLanguage: "言語なし"
loading: "読み込み中"
surrender: "やめる"
gameRetry: "リトライ"