New translations screens.json (Korean)

This commit is contained in:
xmflsct 2022-02-05 08:50:04 +01:00
parent 4333c5ada0
commit 0d433d64bf
1 changed files with 14 additions and 0 deletions

14
src/i18n/ko/screens.json Normal file
View File

@ -0,0 +1,14 @@
{
"screenshot": {
"title": "개인정보 보호",
"message": "다른 사용자의 사용자 이름이나, 아바타 등의 정보를 유출하지 말아주세요. 고마워요!",
"button": "확인"
},
"localCorrupt": {
"message": "로그인이 만료되었어요. 다시 로그인해주세요"
},
"pushError": {
"message": "푸시 서비스 오류",
"description": "푸시 알림을 설정에서 다시 활성화해주세요"
}
}