Split API messages from ULS
It's not a lot of messages, but this is a very common and basic extension, and it's often one of the first to be translated, so it's good to make its translation easier. To be committed together with the corresponding translatewiki configuration change: I33ca817b457abc5504917745c2730ec223e263e0 Change-Id: I13ea351553319583051778cfb6c55f843b5f86e5
This commit is contained in:
23
i18n/api/en.json
Normal file
23
i18n/api/en.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Brad Jorsch",
|
||||
"Nike",
|
||||
"Amire80",
|
||||
"Purodha",
|
||||
"Santhosh Thottingal"
|
||||
]
|
||||
},
|
||||
"apihelp-languagesearch-description": "Search for language names in any script.",
|
||||
"apihelp-languagesearch-summary": "Search for language names in any script.",
|
||||
"apihelp-languagesearch-param-search": "Search string.",
|
||||
"apihelp-languagesearch-param-typos": "Number of spelling mistakes allowed in the search string.",
|
||||
"apihelp-languagesearch-example-1": "Search for \"Te\"",
|
||||
"apihelp-languagesearch-example-2": "Search for \"ഫി\"",
|
||||
"apihelp-languagesearch-example-3": "Search for \"ഫി\", allowing one typo",
|
||||
"apihelp-ulslocalization-description": "Get the localization of ULS in the given language.",
|
||||
"apihelp-ulslocalization-summary": "Get the localization of ULS in the given language.",
|
||||
"apihelp-ulslocalization-param-language": "Language code.",
|
||||
"apihelp-ulslocalization-example-1": "Get Tamil localization",
|
||||
"apihelp-ulslocalization-example-2": "Get Hindi localization"
|
||||
}
|
||||
23
i18n/api/qqq.json
Normal file
23
i18n/api/qqq.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Liuxinyu970226",
|
||||
"Siebrand",
|
||||
"Nemo bis",
|
||||
"Liuxinyu970226",
|
||||
"Brad Jorsch"
|
||||
]
|
||||
},
|
||||
"apihelp-languagesearch-description": "{{doc-apihelp-description|languagesearch}}",
|
||||
"apihelp-languagesearch-summary": "{{doc-apihelp-summary|languagesearch}}",
|
||||
"apihelp-languagesearch-param-search": "The \"search string\" is the string that the user asks to search for, in looking for a language name.\n\n{{doc-apihelp-param|languagesearch|search}}\n{{Identical|Search string}}",
|
||||
"apihelp-languagesearch-param-typos": "{{doc-apihelp-param|languagesearch|typos}}",
|
||||
"apihelp-languagesearch-example-1": "Label of a command which produces a search by \"te\". Translate as imperative or noun as most suitable for your language.\n----\n{{doc-apihelp-example|languagesearch}}",
|
||||
"apihelp-languagesearch-example-2": "Label of an example command which produces a search. Translate as appropriate to your language.\n----\n{{doc-apihelp-example|languagesearch}}",
|
||||
"apihelp-languagesearch-example-3": "Description of a function where the user can find an available language by providing a name to search for.\n----\n{{doc-apihelp-example|languagesearch}}",
|
||||
"apihelp-ulslocalization-description": "{{doc-apihelp-description|ulslocalization}}",
|
||||
"apihelp-ulslocalization-summary": "{{doc-apihelp-summary|ulslocalization}}",
|
||||
"apihelp-ulslocalization-param-language": "{{doc-apihelp-param|ulslocalization|language}}\n{{Identical|Language code}}",
|
||||
"apihelp-ulslocalization-example-1": "{{doc-apihelp-example|ulslocalization}}",
|
||||
"apihelp-ulslocalization-example-2": "{{doc-apihelp-example|ulslocalization}}"
|
||||
}
|
||||
Reference in New Issue
Block a user