mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-22 16:23:09 +02:00
fix: Add ja-JP locale for noLanguage
This commit is contained in:
parent
a76d3cf861
commit
91ba7a45c6
2 changed files with 5 additions and 0 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -5090,6 +5090,10 @@ export interface Locale extends ILocale {
|
||||||
*/
|
*/
|
||||||
"enableHorizontalSwipe": string;
|
"enableHorizontalSwipe": string;
|
||||||
/**
|
/**
|
||||||
|
* 言語なし
|
||||||
|
*/
|
||||||
|
"noLanguage": string;
|
||||||
|
/*
|
||||||
* 読み込み中
|
* 読み込み中
|
||||||
*/
|
*/
|
||||||
"loading": string;
|
"loading": string;
|
||||||
|
|
|
@ -1268,6 +1268,7 @@ hemisphere: "お住まいの地域"
|
||||||
withSensitive: "センシティブなファイルを含むノートを表示"
|
withSensitive: "センシティブなファイルを含むノートを表示"
|
||||||
userSaysSomethingSensitive: "{name}のセンシティブなファイルを含む投稿"
|
userSaysSomethingSensitive: "{name}のセンシティブなファイルを含む投稿"
|
||||||
enableHorizontalSwipe: "スワイプしてタブを切り替える"
|
enableHorizontalSwipe: "スワイプしてタブを切り替える"
|
||||||
|
noLanguage: "言語なし"
|
||||||
loading: "読み込み中"
|
loading: "読み込み中"
|
||||||
surrender: "やめる"
|
surrender: "やめる"
|
||||||
gameRetry: "リトライ"
|
gameRetry: "リトライ"
|
||||||
|
|
Loading…
Reference in a new issue