2012-12-11 17:18:27 +01:00
|
|
|
{
|
|
|
|
"join": {
|
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": "Joined {channel}",
|
|
|
|
"es" : "Entrado en {channel}",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "fpxäkìm {channel}(nemfa)",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "Wedi ymuno {channel}",
|
|
|
|
"nl": "{channel} binnengekomen"
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"part": {
|
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": "Left {channel}",
|
|
|
|
"es" : "Abandonada {channel}",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "Hum {channel}",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "Wedi gadael {channel}",
|
|
|
|
"nl": "{channel} verlaten"
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"gpull": {
|
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": "Git pulled that shit.",
|
|
|
|
"es": "Hecho git pull en esta mierda.",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "Gìtìl fì'uti stamarsìm.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "Wedi tynnu git yr cach na i gyd",
|
|
|
|
"nl": "Git heeft die zooi binnengehaald."
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"reload": {
|
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": "Reloaded that shit.",
|
|
|
|
"es": "Recargado esta mierda.",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "Oel fìuti stìyeftxaw.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "Ail-lwytho'r cach na",
|
|
|
|
"nl": "Die zooi opnieuw geladen."
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"load_module": {
|
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": "Loaded new module: {moduleName}",
|
|
|
|
"es": "Cargado módulo nuevo: {moduleName}",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "Oel {moduleName}it amip stìyeftxaw.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "Wedi llwytho modiwl newydd: {moduleName}",
|
|
|
|
"nl": "Nieuwe module geladen: {moduleName}"
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"unload_module": {
|
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": "Turned off module: {moduleName}",
|
|
|
|
"es": "Descargado módulo: {moduleName}",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "Oel {moduleName} tswìya'.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "Wedi troi ffwrdd y modiwl: {moduleName}",
|
|
|
|
"nl": "Module uitgeschakeld: {moduleName}"
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"unload_error": {
|
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": "{moduleName} isn't loaded. Idiot.",
|
|
|
|
"es": "{moduleName} no está cargado. Idiota.",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "Oel {moduleName}it omum. Nga skxawng lu.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "Di {moduleName} ddim wedi llwytho. Twpsyn",
|
|
|
|
"nl": "{moduleName} is niet geladen. Idioot."
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"banned": {
|
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": "{user} banned from {command}",
|
|
|
|
"es": "{user} está prohibido de usar {command}",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "{command}ìri {user} ke tung.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "{user} wedi ei gohurio o {command}",
|
|
|
|
"nl": "{user} mag {command} niet meer gebruiken"
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"unbanned": {
|
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": "{user} unbanned from {command}",
|
|
|
|
"es": "{user} no está prohibido de user {command}",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "{command}ìri {user} tung set.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "{user} wedi ei dad-wahardd o {command}",
|
|
|
|
"nl": "{user} mag {command} weer gebruiken"
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"unban_error": {
|
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": "{user} wasn't banned from that command, fool.",
|
|
|
|
"es": "{user} no fue prohibido de esta instrucción, tont@.",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "{user} fìtsu'oti tamung srekrr, nga skxawng lu.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "Nid oedd {user} wedi ei wahardd o'r gyrchymun yna, fŵl",
|
|
|
|
"nl": "{user} mag dat commando sowieso al gebruiken, mafketel."
|
2012-12-11 17:18:27 +01:00
|
|
|
},
|
|
|
|
"qlock": {
|
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": "Locked quote category: {category}",
|
|
|
|
"es": "Cerrado la categoría: {category}",
|
2012-12-11 17:18:27 +01:00
|
|
|
"na'vi": "{category}ìri oel 'upxareti fmoli",
|
2013-04-20 00:05:46 +02:00
|
|
|
"cy": "Categori wedi cloi: {category}",
|
|
|
|
"nl": "Quote categorie vergrendeld: {category}"
|
2012-12-30 17:41:10 +01:00
|
|
|
},
|
|
|
|
"already_in_channel": {
|
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": "I'm already in {channel}",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "Oel {channel}it tok li",
|
2013-05-28 20:09:32 +02:00
|
|
|
"cy": "Rydw i eisoes yn {channel}",
|
2013-04-20 00:05:46 +02:00
|
|
|
"nl": "Ik ben al in {channel}"
|
2012-12-30 17:41:10 +01:00
|
|
|
},
|
|
|
|
"not_in_channel": {
|
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": "I'm not in {channel}",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "Oel {channel}it ke tok",
|
2013-05-28 20:09:32 +02:00
|
|
|
"cy": "Rydw i ddim yn {channel}",
|
2013-04-20 00:05:46 +02:00
|
|
|
"nl": "Ik ben niet aanwezig in {channel}"
|
2013-01-12 18:10:48 +01:00
|
|
|
},
|
|
|
|
"already_loaded_web": {
|
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": "WHY CAN'T I LOAD ALL THIS WEB? (web already loaded)",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "PELUN OEL KE TSUN OMUM FÌWETIT NÌWOTX (wetìri oe omum li)",
|
2013-05-28 20:09:32 +02:00
|
|
|
"cy": "PAM ALLA I DDIM YN LWYTHO POB Y WE? (We eisoes yn lwytho)",
|
2013-04-20 00:05:46 +02:00
|
|
|
"nl": "AL DIT WEB WORDT ME TOCH EEN BEETJE TE VEEL! (web is al geladen)"
|
2013-01-12 18:10:48 +01:00
|
|
|
},
|
|
|
|
"already_loaded": {
|
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": "{moduleName} is already loaded.",
|
2013-04-20 00:05:46 +02:00
|
|
|
"na'vi": "Oel omum teri {moduleName}it li.",
|
2013-05-28 20:09:32 +02:00
|
|
|
"cy": "{moduleName} eisoes yn lwytho",
|
2013-04-20 00:05:46 +02:00
|
|
|
"nl": "{moduleName} is al geladen."
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"no_version": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "No version information or queried module not loaded.",
|
|
|
|
"cy": "Dim gwybodaeth fersiwn neu modiwl holodd dim yn lwytho"
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"status_good": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "{module} status: Shit looks good",
|
|
|
|
"cy": "{module} statws: Cachu yn edrych yn dda",
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"status_bad": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "{module} status: Failed to load: {reason}",
|
|
|
|
"cy": "{module} statws: Methu i lwytho: {reason}"
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"status_unloaded": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "Either that module wasn't on the roster or shit is totally fucked.",
|
|
|
|
"cy": "Naill ai heb fod modiwl oedd ar y rhestr, neu cachu yn gwbl torrodd"
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"load_failed": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "Failed to load {module}. See 'status {module}'.",
|
|
|
|
"cy": "Methu i lwytho {module}. Gwelwch 'status {module}'."
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"no_config_key": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "Config key doesn't exist bro",
|
|
|
|
"cy": "Nid yw allwedd cyfluniad yn bodoli, fy mrawd"
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"config_array": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "Config option is an array. Try '{alternate}'.",
|
|
|
|
"cy": "Opsiwn cyfluniad ydy'r amrywiaeth. Rhowch gynnig ar '{alternate}'."
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"config_lock": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "This config option cannot be altered while the bot is running.",
|
|
|
|
"cy": "Ni all yr opsiwn cyfluniad yn cael ei newid tra bod y bot yn rhedeg."
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"no_config_path": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "Config path doesn't exist bro",
|
|
|
|
"cy": "Nid yw llwybr cyfluniad yn bodoli, fy mrawd"
|
2013-04-30 11:16:29 +02:00
|
|
|
},
|
|
|
|
"config_keys_location": {
|
2013-05-28 20:09:32 +02:00
|
|
|
"en": "Config keys in {path}: {value}",
|
|
|
|
"cy": "Allweddi cyfluniad yn {path}: {value}"
|
2012-12-11 17:18:27 +01:00
|
|
|
}
|
|
|
|
}
|