From b6cb278b0282e848ea5eec279a023ffb85d94133 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 월, 29 11월 2021 14:26:24 +0900 Subject: [PATCH] 사용자 정의 필드 정규표현식 추가 --- src/main/webapp/i18n/ko/global.json | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/i18n/ko/global.json b/src/main/webapp/i18n/ko/global.json index 86869a5..8378ef3 100644 --- a/src/main/webapp/i18n/ko/global.json +++ b/src/main/webapp/i18n/ko/global.json @@ -831,7 +831,11 @@ "ipAddressField": "IP Address �븘�뱶", "emailField": "�씠硫붿씪 �븘�뱶", "siteField": "URL �븘�뱶", - "telField": "�쟾�솕踰덊샇 �븘�뱶" + "telField": "�쟾�솕踰덊샇 �븘�뱶", + "invalidipAdressFormat": "IP 二쇱냼 �삎�떇�씠 留욎� �븡�뒿�땲�떎.", + "invalidEmailFormat": "�씠硫붿씪 �삎�떇�씠 留욎� �븡�뒿�땲�떎.", + "invalidSiteFormat": "�솃�럹�씠吏� 二쇱냼 �삎�떇�씠 留욎� �븡�뒿�땲�떎.", + "invalidTelFormat": "�쟾�솕踰덊샇 �삎�떇�씠 留욎� �븡�뒿�땲�떎." }, "tasks": { "agileBoardTitle": "移몃컲 蹂대뱶" -- Gitblit v1.8.0