diff options
Diffstat (limited to 'i18n')
| -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": "전체 프로젝트 진행도" |
