2012-12-29 21:07:14 +01:00
|
|
|
{
|
|
|
|
"alias": {
|
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": "{alias} is an alias of {user}",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "ayfko syaw {user} {alias} nìteng",
|
2013-05-29 13:03:11 +02:00
|
|
|
"cy": "{alias} ydy enw arall o {user}",
|
2013-06-01 18:16:24 +02:00
|
|
|
"nl": "{alias} is een alias van {user}",
|
2013-07-11 04:38:10 +02:00
|
|
|
"de": "{alias} ist ein Nickname von {user}",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "{alias} est un alias de {user}",
|
|
|
|
"it": "{alias} è un alias di {user}"
|
2013-07-28 14:23:06 +02:00
|
|
|
},
|
2013-01-02 20:00:44 +01:00
|
|
|
"primary": {
|
2014-09-04 11:51:39 +02:00
|
|
|
"en": "{user} (currently {currentNick}) is a primary user with {count} aliases, including {including}.",
|
|
|
|
"na'vi": "{user} ({currentNick}) lu txin ulte {count}a stxo lu poru, {including}",
|
|
|
|
"nl": "{user} ({currentNick}) is een primaire gebruiker met {count} aliassen, {including}",
|
2013-06-01 19:57:07 +02:00
|
|
|
"cy": "Mae {user} ({currentNick}) yn ddefnyddiwr gynradd gyda {count} enwau eraill, ",
|
2014-09-04 11:51:39 +02:00
|
|
|
"de": "{user} ({currentNick}) ist ein Benutzer mit {count} Nicknamen, {including}",
|
|
|
|
"fr": "{user} (actuellement {currentNick}) est un utilisateur primaire avec {count} alias, {including}",
|
|
|
|
"it": "{user} (attualmente {currentNick}) è un utente primario con{count} alias, {including}"
|
|
|
|
},
|
|
|
|
"primary_no_alias": {
|
|
|
|
"en": "{user} (currently {currentNick}) is a primary user.",
|
|
|
|
"na'vi": "{user} ({currentNick}) lu txin ulte",
|
|
|
|
"nl": "{user} ({currentNick}) is een primaire gebruiker",
|
|
|
|
"cy": "Mae {user} ({currentNick}) yn ddefnyddiwr gynradd",
|
|
|
|
"de": "{user} ({currentNick}) ist ein Benutzer",
|
|
|
|
"fr": "{user} (actuellement {currentNick}) est un utilisateur primaire",
|
|
|
|
"it": "{user} (attualmente {currentNick}) è un utente primario"
|
2013-01-02 20:00:44 +01:00
|
|
|
},
|
2012-12-29 21:07:14 +01:00
|
|
|
"unknown_alias": {
|
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": "{alias} does not currently exist as an alias or known user.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "{alias} ke fkeytok nìfkrr",
|
2013-07-28 14:23:06 +02:00
|
|
|
"cy": "Nid yw {alias} yn bodoli fel enw arall neu defnyddiwr yn hysbys.",
|
2013-06-01 18:16:24 +02:00
|
|
|
"nl": "{alias} staat momenteel niet bekend als een bestaande gebruiker of alias.",
|
2013-07-11 04:38:10 +02:00
|
|
|
"de": "{alias} existiert nicht oder ist kein Nickname eines Benutzers.",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "{alias} n'existe pas actuellement en tant qu'alias ou utilisateur connu.",
|
|
|
|
"it": "{alias} non esiste attualmente come alias o utente conosciuto."
|
2013-08-17 19:23:43 +02:00
|
|
|
},
|
|
|
|
"alias_removed": {
|
2013-08-31 21:58:17 +02:00
|
|
|
"en": "Removed alias {alias} from {primary}.",
|
|
|
|
"de": "Alias {alias} von {primary} entfernt.",
|
|
|
|
"it": "Tolto alias {alias} da {primary}."
|
2013-07-28 14:23:06 +02:00
|
|
|
},
|
2014-09-04 11:51:39 +02:00
|
|
|
"alias_parent_set": {
|
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": "{newParent} is now the parent user, and {newAlias} is an alias.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "{newParent} lu sa'sem set ulte {newAlias} lu stxo set nìteng.",
|
2013-05-29 13:03:11 +02:00
|
|
|
"cy": "Mae {newParent} ydy defnyddiwr rhiant nawr, a {alias} ydy enw arall.",
|
2013-06-01 18:16:24 +02:00
|
|
|
"nl": "{newParent} is nu de bovenliggende gebruiker, en {newAlias} is een alias.",
|
2013-07-11 04:38:10 +02:00
|
|
|
"de": "{newParent} ist nun der Hauptname und {newAlias} ist ein Nickname.",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "{newParent} est maintenant le même utilisateur parent, et {newAlias} est un alias.",
|
|
|
|
"it": "{newParent} è adesso l' utente genitore e {newAlias} è un alias."
|
2013-01-02 22:06:43 +01:00
|
|
|
},
|
|
|
|
"merged_users": {
|
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": "{old_user} and their aliases have been merged into {new_user}.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "{old_user} ulte stxo alahe {new_user} lu set.",
|
2013-05-29 13:03:11 +02:00
|
|
|
"cy": "{old_user} a'u enwau eraill wedi cael eu cyfuno i mewn i {new_user}.",
|
2013-06-01 18:16:24 +02:00
|
|
|
"nl": "{old_user} en zijn aliassen zijn samengevoegd met {new_user}.",
|
2013-07-11 04:38:10 +02:00
|
|
|
"de": "{old_user} und seine Nicknamen wurden zusammengelegt in {new_user}.",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "{old_user} et ses alias ont été fusionnés dans {new_user}.",
|
|
|
|
"it": "{old_user} e i suoi alias sono stati fusi con {new_user}."
|
2013-04-20 13:21:04 +02:00
|
|
|
},
|
|
|
|
"alias_exists": {
|
2013-07-11 04:38:10 +02:00
|
|
|
"en": "Alias {alias} already exists.",
|
2013-08-31 21:58:17 +02:00
|
|
|
"de": "Alias {alias} bereits vorhanden.",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "L'alias {alias} existe déjà.",
|
|
|
|
"it": "L'alias {alias} esiste già."
|
2013-04-20 13:21:04 +02:00
|
|
|
},
|
|
|
|
"alias_added": {
|
2013-07-11 04:38:10 +02:00
|
|
|
"en": "Alias {alias} added to {user}.",
|
2013-08-31 21:58:17 +02:00
|
|
|
"de": "Alias {alias} dem Benutzer {user} hinzugefügt.",
|
2013-10-29 22:39:26 +01:00
|
|
|
"fr": "Alias {alias} ajouté à {user}.",
|
|
|
|
"it": "Alias {alias} aggiunto a {user}."
|
2012-12-29 21:07:14 +01:00
|
|
|
}
|
|
|
|
}
|