diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-19 07:51:27 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-19 07:51:27 +0000 |
| commit | 9ecdfb23fe3df6a5df86782385002c562dfc1198 (patch) | |
| tree | 4188cb7e6bf2c862d9c86a59d79946bd41217227 /i18n/locales | |
| parent | b67861fbb424c7ad47ad1538f75e2945bd8890c5 (diff) | |
(대표님) rfq 히스토리, swp 등
Diffstat (limited to 'i18n/locales')
| -rw-r--r-- | i18n/locales/en/document.json | 4 | ||||
| -rw-r--r-- | i18n/locales/ko/document.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/i18n/locales/en/document.json b/i18n/locales/en/document.json index cc770eb5..4313cfcd 100644 --- a/i18n/locales/en/document.json +++ b/i18n/locales/en/document.json @@ -15,8 +15,8 @@ "overdueDocuments": "Overdue Documents", "dueSoonDocuments": "Due Soon", "averageProgress": "Average Progress", - "totalCount": "Showing {shown} of {total} total", - "totalDocumentCount": "Total {total} documents", + "totalCount": "Showing {{shown}} of {total} total", + "totalDocumentCount": "Total {{total}} documents", "checkImmediately": "Requires immediate attention", "dueInDays": "Due within 3 days", "overallProgress": "Overall project progress" diff --git a/i18n/locales/ko/document.json b/i18n/locales/ko/document.json index 5caa3e7e..f416986e 100644 --- a/i18n/locales/ko/document.json +++ b/i18n/locales/ko/document.json @@ -5,8 +5,8 @@ "overdueDocuments": "지연 문서", "dueSoonDocuments": "마감 임박", "averageProgress": "평균 진행률", - "totalCount": "총 {total}개 중 {shown}개 표시", - "totalDocumentCount": "총 {total}개 문서", + "totalCount": "총 {{total}}개 중 {{shown}}개 표시", + "totalDocumentCount": "총 {{total}}개 문서", "checkImmediately": "즉시 확인 필요", "dueInDays": "3일 이내 마감", "overallProgress": "전체 프로젝트 진행도" |
