|
1 | 1 | {
|
2 | 2 | "@metadata": {
|
3 | 3 | "authors": [
|
4 |
| - "Veloman Yunkan" |
| 4 | + "Veloman Yunkan", |
| 5 | + "Verdy p" |
5 | 6 | ]
|
6 | 7 | },
|
7 |
| - "name": "Current language to which the string is being translated to.", |
8 |
| - "suggest-full-text-search": "Text appearing in the suggestion list that, when selected, runs a full text search instead of the title search" |
9 |
| - , "no-such-book": "Error text when the requested book is not found in the library" |
10 |
| - , "url-not-found" : "Error text about wrong URL for an HTTP 404 error" |
11 |
| - , "suggest-search" : "Suggest a search when the URL points to a non existing article" |
12 |
| - , "random-article-failure" : "Failure of the random article selection procedure" |
13 |
| - , "invalid-raw-data-type" : "Invalid DATATYPE was used with the /raw endpoint (/raw/<book>/DATATYPE/...); allowed values are 'meta' and 'content'" |
14 |
| - , "raw-entry-not-found" : "Entry requested via the /raw endpoint was not found" |
15 |
| - , "400-page-title" : "Title of the 400 error page" |
16 |
| - , "400-page-heading" : "Heading of the 400 error page" |
17 |
| - , "404-page-title" : "Title of the 404 error page" |
18 |
| - , "404-page-heading" : "Heading of the 404 error page" |
19 |
| - , "500-page-title" : "Title of the 500 error page" |
20 |
| - , "500-page-heading" : "Heading of the 500 error page" |
21 |
| - , "fulltext-search-unavailable" : "Title of the error page returned when search is attempted in a book without fulltext search database" |
22 |
| - , "no-search-results": "Text of the error page returned when search is attempted in a book without fulltext search database" |
23 |
| - , "library-button-text": "Tooltip of the button leading to the welcome page" |
24 |
| - , "home-button-text": "Tooltip of the button leading to the main page of a book" |
25 |
| - , "random-page-button-text": "Tooltip of the button opening a randomly selected page" |
26 |
| - , "searchbox-tooltip": "Tooltip displayed for the search box" |
| 8 | + "name": "{{Doc-important|Don't write \"English\" in your language!}}\n\n'''Write the name of ''your'' language in its native script.'''\n\nCurrent language to which the string is being translated to.\n\nFor example, write \"français\" when translating to French, or \"Deutsch\" when translating to German.\n\n'''Important:''' Do not use your language’s word for “English”. Use the word that your language uses to refer to itself. If you translate this message to mean “English” in your language, your change will be reverted.", |
| 9 | + "suggest-full-text-search": "Text appearing in the suggestion list that, when selected, runs a full text search instead of the title search", |
| 10 | + "no-such-book": "Error text when the requested book is not found in the library", |
| 11 | + "url-not-found": "Error text about wrong URL for an HTTP 404 error", |
| 12 | + "suggest-search": "Suggest a search when the URL points to a non existing article", |
| 13 | + "random-article-failure": "Failure of the random article selection procedure", |
| 14 | + "invalid-raw-data-type": "Invalid DATATYPE was used with the /raw endpoint (/raw/<book>/DATATYPE/...); allowed values are 'meta' and 'content'", |
| 15 | + "raw-entry-not-found": "Entry requested via the /raw endpoint was not found", |
| 16 | + "400-page-title": "Title of the 400 error page", |
| 17 | + "400-page-heading": "Heading of the 400 error page", |
| 18 | + "404-page-title": "Title of the 404 error page", |
| 19 | + "404-page-heading": "Heading of the 404 error page", |
| 20 | + "500-page-title": "Title of the 500 error page", |
| 21 | + "500-page-heading": "Heading of the 500 error page", |
| 22 | + "fulltext-search-unavailable": "Title of the error page returned when search is attempted in a book without fulltext search database", |
| 23 | + "no-search-results": "Text of the error page returned when search is attempted in a book without fulltext search database", |
| 24 | + "library-button-text": "Tooltip of the button leading to the welcome page", |
| 25 | + "home-button-text": "Tooltip of the button leading to the main page of a book", |
| 26 | + "random-page-button-text": "Tooltip of the button opening a randomly selected page", |
| 27 | + "searchbox-tooltip": "Tooltip displayed for the search box" |
27 | 28 | }
|
0 commit comments