add back original translation
appearently it's an upstream issue
This commit is contained in:
parent
f06afff92e
commit
56c97ac244
2 changed files with 2 additions and 2 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -3193,7 +3193,7 @@ export interface Locale extends ILocale {
|
||||||
*/
|
*/
|
||||||
"reloadToApplySetting": string;
|
"reloadToApplySetting": string;
|
||||||
/**
|
/**
|
||||||
* 設定の反映にはリロードが必要です。
|
* 反映には再起動が必要です。
|
||||||
*/
|
*/
|
||||||
"needReloadToApply": string;
|
"needReloadToApply": string;
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -794,7 +794,7 @@ center: "中央"
|
||||||
wide: "広い"
|
wide: "広い"
|
||||||
narrow: "狭い"
|
narrow: "狭い"
|
||||||
reloadToApplySetting: "設定はページリロード後に反映されます。今すぐリロードしますか?"
|
reloadToApplySetting: "設定はページリロード後に反映されます。今すぐリロードしますか?"
|
||||||
needReloadToApply: "設定の反映にはリロードが必要です。"
|
needReloadToApply: "反映には再起動が必要です。"
|
||||||
showTitlebar: "タイトルバーを表示する"
|
showTitlebar: "タイトルバーを表示する"
|
||||||
clearCache: "キャッシュをクリア"
|
clearCache: "キャッシュをクリア"
|
||||||
onlineUsersCount: "{n}人がオンライン"
|
onlineUsersCount: "{n}人がオンライン"
|
||||||
|
|
Loading…
Reference in a new issue