mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 18:26:11 -04:00

This is a quick workaround (at the expense of data duplication) for having to generate the i18n data in JSON format from the embedded i18n resource data. Note, however, that at this point i18n resources are not included in the list of regular static resources. This will change in the next commit.
19 lines
607 B
JSON
19 lines
607 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Ykhwong"
|
|
]
|
|
},
|
|
"name": "한국어",
|
|
"suggest-full-text-search": "'{{{SEARCH_TERMS}}}' 포함...",
|
|
"no-such-book": "해당 책이 없습니다: {{BOOK_NAME}}",
|
|
"400-page-title": "잘못된 요청",
|
|
"400-page-heading": "잘못된 요청",
|
|
"404-page-title": "내용이 없습니다",
|
|
"404-page-heading": "찾을 수 없음",
|
|
"500-page-title": "내부 서버 오류",
|
|
"500-page-heading": "내부 서버 오류",
|
|
"fulltext-search-unavailable": "전문 검색을 사용할 수 없습니다",
|
|
"random-page-button-text": "무작위로 선택된 문서로 이동"
|
|
}
|