1
0
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:
オスカー、 2024-07-21 21:41:49 +09:00
parent 1fc99d18f8
commit b6099a2821
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
2 changed files with 5 additions and 1 deletions

4
locales/index.d.ts vendored
View File

@ -5107,6 +5107,10 @@ export interface Locale extends ILocale {
*
*/
"temporarilySeeThis": string;
/**
*
*/
"sensitiveDoubleClickRequired": string;
"_bubbleGame": {
/**
*

View File

@ -1252,7 +1252,7 @@ useBackupCode: "백업 코드 사용"
launchApp: "앱 실행"
useNativeUIForVideoAudioPlayer: "브라우저 UI에서 미디어 재생"
here: "여기"
hideMutedNotes: "단어 뮤트된 노트를 완전히 숨기기"
hideMutedNotes: "뮤트된 노트를 완전히 숨기기"
alwaysConfirmFollow: "팔로우할 때 항상 확인하기"
privateMode: "프라이빗 모드"
hideSensitiveInformation: "민감한 정보 숨기기"