mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-03 01:08:15 +09:00
fix(locale): fix translate
This commit is contained in:
parent
1fc99d18f8
commit
b6099a2821
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@ -5107,6 +5107,10 @@ export interface Locale extends ILocale {
|
||||
* 無視して表示する
|
||||
*/
|
||||
"temporarilySeeThis": string;
|
||||
/**
|
||||
* 敏感な内容のメディアをダブルクリックして表示
|
||||
*/
|
||||
"sensitiveDoubleClickRequired": string;
|
||||
"_bubbleGame": {
|
||||
/**
|
||||
* 遊び方
|
||||
|
@ -1252,7 +1252,7 @@ useBackupCode: "백업 코드 사용"
|
||||
launchApp: "앱 실행"
|
||||
useNativeUIForVideoAudioPlayer: "브라우저 UI에서 미디어 재생"
|
||||
here: "여기"
|
||||
hideMutedNotes: "단어 뮤트된 노트를 완전히 숨기기"
|
||||
hideMutedNotes: "뮤트된 노트를 완전히 숨기기"
|
||||
alwaysConfirmFollow: "팔로우할 때 항상 확인하기"
|
||||
privateMode: "프라이빗 모드"
|
||||
hideSensitiveInformation: "민감한 정보 숨기기"
|
||||
|
Loading…
Reference in New Issue
Block a user