tooot/src/i18n/ko/common.json

22 lines
405 B
JSON
Raw Normal View History

2022-02-02 05:20:16 +01:00
{
"buttons": {
2022-05-28 22:29:58 +02:00
"OK": "확인",
2022-02-02 05:20:16 +01:00
"apply": "적용",
"cancel": "취소"
},
"customEmoji": {
"accessibilityLabel": "커스텀 이모지 {{emoji}}"
},
"message": {
"success": {
"message": "{{function}} 성공"
},
"warning": {
"message": ""
},
"error": {
"message": "{{function}} 실패, 다시 시도해주세요"
}
},
"separator": ", "
}