fix(locale): fix translate
This commit is contained in:
parent
d2741160c2
commit
23dd73877b
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@ -5119,6 +5119,10 @@ export interface Locale extends ILocale {
|
||||
* 無視して表示する
|
||||
*/
|
||||
"temporarilySeeThis": string;
|
||||
/**
|
||||
* 敏感な内容のメディアをダブルクリックして表示
|
||||
*/
|
||||
"sensitiveDoubleClickRequired": string;
|
||||
"_bubbleGame": {
|
||||
/**
|
||||
* 遊び方
|
||||
|
@ -1252,7 +1252,7 @@ useBackupCode: "백업 코드 사용"
|
||||
launchApp: "앱 실행"
|
||||
useNativeUIForVideoAudioPlayer: "브라우저 UI에서 미디어 재생"
|
||||
here: "여기"
|
||||
hideMutedNotes: "단어 뮤트된 노트를 완전히 숨기기"
|
||||
hideMutedNotes: "뮤트된 노트를 완전히 숨기기"
|
||||
alwaysConfirmFollow: "팔로우할 때 항상 확인하기"
|
||||
credits: "엔딩 크레딧"
|
||||
timeWillCome: "언젠가 이 칸에 당신의 이름이 쓰여지는 날이 올까요?"
|
||||
|
Loading…
Reference in New Issue
Block a user