From 3ed3b228edc5350061223d4053881b32118bbfe5 Mon Sep 17 00:00:00 2001 From: basssy Date: Tue, 8 Oct 2024 18:44:38 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EB=A9=94=EC=84=B8=EC=A7=80=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ja.json | 10 +++++++++- src/locales/ko.json | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/locales/ja.json b/src/locales/ja.json index 479c52b2..f497d2bb 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -351,5 +351,13 @@ "shed.width": "片流幅", "windage": "漂流", "windage.width": "漂流の出幅", - "write": "作成" + "write": "作成", + "main.storeId": "販売店ID", + "main.storeName": "販売店名", + "main.objectNo": "物件番号", + "main.faq": "FAQ", + "main.content.objectList": "最近の更新物件一覧", + "main.content.notice": "お知らせ", + "main.content.download1": "操作マニュアル", + "main.content.download2": "屋根の説明書" } diff --git a/src/locales/ko.json b/src/locales/ko.json index 0599fb74..5a1abbe0 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -357,5 +357,13 @@ "shed.width": "한쪽흐름 폭", "windage": "편류", "windage.width": "편류의 출폭", - "write": "작성" + "write": "작성", + "main.storeId": "판매점 ID", + "main.storeName": "판매점명", + "main.objectNo": "물건번호", + "main.faq": "FAQ", + "main.content.objectList": "최근 갱신 물건목록", + "main.content.notice": "공지사항", + "main.content.download1": "조작메뉴얼", + "main.content.download2": "지붕설명서" }