mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-12-23 22:47:57 -05:00
Now the search results page is presented by the backend in the language controlled by the value of the `userlang` URL query parameter (or, if the latter is missing, the value of the `Accept-Language:` HTTP header). Note that the front-end doesn't yet take advantage of this functionality.
51 lines
3.4 KiB
JSON
51 lines
3.4 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Kareyac"
|
|
]
|
|
},
|
|
"name": "Fake language for i18n testing"
|
|
, "suggest-full-text-search": "[I18N TESTING] cOnTaInInG '{{{SEARCH_TERMS}}}'..."
|
|
, "no-such-book": "[I18N TESTING] No such book: {{BOOK_NAME}}. Sorry."
|
|
, "url-not-found": "[I18N TESTING] URL not found: {{url}}"
|
|
, "suggest-search": "[I18N TESTING] Make a full text search for <a href=\"{{{SEARCH_URL}}}\">{{PATTERN}}</a>"
|
|
, "400-page-title": "[I18N TESTING] Invalid request ($400 fine must be paid)"
|
|
, "400-page-heading": "[I18N TESTING] -400 karma for an invalid request"
|
|
, "404-page-title": "[I18N TESTING] Not Found - Try Again"
|
|
, "404-page-heading": "[I18N TESTING] Content not found, but at least the server is alive"
|
|
, "library-button-text": "[I18N TESTING] Navigate to the welcome page"
|
|
, "home-button-text": "[I18N TESTING] Jump to the main page of '{{BOOK_TITLE}}'"
|
|
, "random-page-button-text": "[I18N TESTING] I am tired of determinism"
|
|
, "searchbox-tooltip": "[I18N TESTING] Let's search in '{{BOOK_TITLE}}'"
|
|
, "welcome-page-overzealous-filter": "[I18N TESTING] Nothing found. <a href=\"{{URL}}\">Reset filter</a>"
|
|
, "powered-by-kiwix-html": "[I18N TESTING] Powered by <a href=\"https://kiwix.org\">Kiwix</a> (nominal power: 1.23 kW)"
|
|
, "search": "[I18N Search TESTING]"
|
|
, "book-filtering-all-categories": "All [I18N TESTING] categories"
|
|
, "book-filtering-all-languages": "All [I18N TESTING] languages"
|
|
, "count-of-matching-books": "[I18N TESTING] Number of matching books: {{COUNT}}"
|
|
, "download": "[I18N Download TESTING]"
|
|
, "direct-download-link-text": "[I18N TESTING] HTTP(S)"
|
|
, "direct-download-alt-text": "[I18N TESTING] download directly"
|
|
, "hash-download-link-text": "Sha256 [I18N TESTING] hash"
|
|
, "hash-download-alt-text": "download [I18N TESTING] hash"
|
|
, "magnet-link-text": "Magnet [I18N TESTING] link"
|
|
, "magnet-alt-text": "download [I18N TESTING] magnet"
|
|
, "torrent-download-link-text": "Torrent [I18N TESTING] file"
|
|
, "torrent-download-alt-text": "download [I18N TESTING] torrent"
|
|
, "library-opds-feed-all-entries": "[I18N] Library [TESTING] OPDS Feed - All entries [I18N TESTING]"
|
|
, "filter-by-tag": "Filter [I18N] by [TESTING] tag \"{{TAG}}\""
|
|
, "stop-filtering-by-tag": "[I18N] Stop filtering [TESTING] by tag \"{{TAG}}\""
|
|
, "library-opds-feed-parameterised": "[I18N] Library OPDS Feed - [TESTING] entries matching {{#LANG}}\nLanguage: {{LANG}} {{/LANG}}{{#CATEGORY}}\nCategory: {{CATEGORY}} {{/CATEGORY}}{{#TAG}}\nTag: {{TAG}} {{/TAG}}{{#Q}}\nQuery: {{Q}} {{/Q}}"
|
|
, "welcome-to-kiwix-server": "[I18N] Welcome to Kiwix Server [TESTING]"
|
|
, "download-links-heading": "[I18N] Download links for <b><i>{{BOOK_TITLE}}</i></b> [TESTING]"
|
|
, "download-links-title": "[I18N TESTING]Download book"
|
|
, "preview-book": "[I18N] Preview [TESTING]"
|
|
, "no-query" : "[I18N TESTING] Kiwix can read your thoughts but it is against GDPR. Please provide your query explicitly."
|
|
, "invalid-request" : "[I18N TESTING] Invalid URL: \"{{{url}}}\""
|
|
, "search-results-page-title": "[I18N TESTING] Search: {{SEARCH_PATTERN}}"
|
|
, "search-results-page-header": "[I18N TESTING] Results <b>{{START}}-{{END}}</b> of <b>{{COUNT}}</b> for <b>\"{{{SEARCH_PATTERN}}}\"</b>"
|
|
, "empty-search-results-page-header": "[I18N TESTING] No results were found for <b>\"{{{SEARCH_PATTERN}}}\"</b>"
|
|
, "search-result-book-info": "from [I18N TESTING] {{BOOK_TITLE}}"
|
|
, "word-count": "{{COUNT}} [I18N TESTING] words"
|
|
}
|