From f5f52185f7712cf1f0b24fa37dfe90a32d4b71e2 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 2 Feb 2022 05:20:16 +0100 Subject: [PATCH] New translations common.json (Korean) --- src/i18n/ko/common.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/i18n/ko/common.json diff --git a/src/i18n/ko/common.json b/src/i18n/ko/common.json new file mode 100644 index 00000000..572eabf7 --- /dev/null +++ b/src/i18n/ko/common.json @@ -0,0 +1,21 @@ +{ + "buttons": { + "apply": "적용", + "cancel": "취소" + }, + "customEmoji": { + "accessibilityLabel": "커스텀 이모지 {{emoji}}" + }, + "message": { + "success": { + "message": "{{function}} 성공" + }, + "warning": { + "message": "" + }, + "error": { + "message": "{{function}} 실패, 다시 시도해주세요" + } + }, + "separator": ", " +} \ No newline at end of file