Skip to content

Commit 311a1a6

Browse files
sampottscursoragent
andcommitted
fix(core): use Korean 화면 속 화면 for picture-in-picture
Replace English PiP labels left in the ko locale pack. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent bd1590a commit 311a1a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/core/src/core/i18n/locales

packages/core/src/core/i18n/locales/ko.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default {
1212
exitFullscreen: '전체 화면 해제',
1313
enableCaptions: '자막',
1414
disableCaptions: '자막 끄기',
15-
enterPictureInPicture: 'Picture-in-Picture',
16-
exitPictureInPicture: 'Picture-in-Picture 종료',
15+
enterPictureInPicture: '화면 속 화면',
16+
exitPictureInPicture: '화면 속 화면 종료',
1717
playingLive: 'Seek to Live, 현재 생중계 스트리밍 중',
1818
seekToLiveEdge: 'Seek to Live, 현재 생중계보다 뒤처짐',
1919
liveBadge: '라이브',
@@ -37,8 +37,8 @@ export default {
3737
indicatorPlaying: '재생 중',
3838
indicatorFullscreen: '전체 화면',
3939
indicatorExitFullscreen: '전체 화면 종료',
40-
indicatorPictureInPicture: 'PIP',
41-
indicatorExitPictureInPicture: 'PIP 종료',
40+
indicatorPictureInPicture: '화면 속 화면',
41+
indicatorExitPictureInPicture: '화면 속 화면 종료',
4242
mediaErrorAborted: '비디오 재생을 취소했습니다.',
4343
mediaErrorNetwork: '네트워크 오류로 인하여 비디오 일부를 다운로드하지 못 했습니다.',
4444
mediaErrorDecode:

0 commit comments

Comments
 (0)