2012-12-30 18:31:06 +01:00
|
|
|
{
|
|
|
|
"title_not_found": {
|
begin transition from English to ISO-639 with #234
This patch converts all English language strings used within
depressionbot's localisation interface (that is, strings.json) to their
ISO-639-1 equivalents.
The purpose of this patch is to make the strings.json file less
English-dependent.
All languages with an ISO-639-1 code have been converted; that is,
English, Spanish and Welsh, to ``en``, ``es`` and ``cy`` respectively.
This patch does not attempt to force a solution to the issue of Na'vi:
the language does not have a large enough corpus to warrant its own ISO
639-3 code, and as such there is no perfect solution. For the time
being, this patch keeps the Na'vi language as its English language
string ("Na'vi"). A possible solution to this discrepancy includes using
the ISO 639-3 code ``art``, used for artificial languages that do not
qualify for an official code, or by using local use codes specified
in ISO 639-3 (qaa to qtz).
This patch requires collaboration with upstream repositories that also
use strings.json, such as the Github and Stats modules.
2013-02-12 19:29:13 +01:00
|
|
|
"en": "No page title found.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "Oel ke tsun run 'upxare atxin.",
|
2013-05-28 22:17:07 +02:00
|
|
|
"cy": "Ni chanfuwyd teitl y dudalen",
|
2013-06-01 18:16:24 +02:00
|
|
|
"nl": "Er is geen paginatitel gevonden.",
|
2013-07-11 03:48:07 +02:00
|
|
|
"de": "Kein Seitenname gefunden.",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "Aucun titre de page trouvé.",
|
|
|
|
"it": "Nessun titolo di pagina trovato."
|
2013-01-30 02:37:28 +01:00
|
|
|
},
|
|
|
|
"xkcd": {
|
2013-07-11 03:48:07 +02:00
|
|
|
"en": "xkcd {num}: {title} https://xkcd.com/{num}",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "xkcd {num}: {title} https://xkcd.com/{num}",
|
|
|
|
"it": "xkcd {num}: {title} https://xkcd.com/{num}",
|
|
|
|
"de": "xkcd {num}: {title} https://xkcd.com/{num}"
|
2013-01-30 02:37:28 +01:00
|
|
|
},
|
|
|
|
"no-hits": {
|
2013-02-25 01:32:06 +01:00
|
|
|
"en": "No hits.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "Oel ke tsun rivum ayuoti.",
|
2013-05-28 22:17:07 +02:00
|
|
|
"cy": "Dim canlyniadau.",
|
2013-06-01 18:16:24 +02:00
|
|
|
"nl": "Geen resultaten.",
|
2013-07-11 03:48:07 +02:00
|
|
|
"de": "Keine Treffer.",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "Aucun résultat.",
|
|
|
|
"it": "Nessun risultato."
|
2013-05-21 19:45:58 +02:00
|
|
|
},
|
|
|
|
"link": {
|
2013-07-11 03:48:07 +02:00
|
|
|
"en": "{link}",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "{link}",
|
|
|
|
"it": "{link}",
|
|
|
|
"de": "{link}"
|
2012-12-30 18:31:06 +01:00
|
|
|
}
|
|
|
|
}
|