forked from GitHub/dbot
moved strings for command
This commit is contained in:
parent
b622d7a239
commit
3a58f6b8b1
@ -64,5 +64,11 @@
|
|||||||
"spanish": "Cerrado la categoría: {category}",
|
"spanish": "Cerrado la categoría: {category}",
|
||||||
"na'vi": "{category}ìri oel 'upxareti fmoli",
|
"na'vi": "{category}ìri oel 'upxareti fmoli",
|
||||||
"welsh": "Categori wedi cloi: {category}"
|
"welsh": "Categori wedi cloi: {category}"
|
||||||
|
},
|
||||||
|
"module_load_error": {
|
||||||
|
"english": "Failed to load module: {moduleName}",
|
||||||
|
"spanish": "No se pudó cargar el módulo: {moduleName}",
|
||||||
|
"na'vi": "Oeru Oel {moduleName}it sung.",
|
||||||
|
"welsh": "Wedi methu a llwytho modiwl: {moduleName}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
14
modules/command/strings.json
Normal file
14
modules/command/strings.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"command_ban": {
|
||||||
|
"english": "{user} is banned from using this command. Commence incineration.",
|
||||||
|
"spanish": "{user} está prohibido de usar esta instrucción. Comenzar incineración.",
|
||||||
|
"na'vi": "Tsu'ori {user} ke tung. Nga skxawng lu.",
|
||||||
|
"welsh": "Mae {user} wedi ei gohurio gan ddefnyddio'r gorchymun yma. Cychwyn orfflosgiad"
|
||||||
|
},
|
||||||
|
"syntax_error": {
|
||||||
|
"english": "Invalid syntax. Initiate incineration.",
|
||||||
|
"spanish": "Sintaxis no válida. Iniciar incineración.",
|
||||||
|
"na'vi": "Ngeyä pamrel keyawr lu. Nga skxawng lu.",
|
||||||
|
"welsh": "Cystrawen annilys. Cychwyn orfflosgiad"
|
||||||
|
}
|
||||||
|
}
|
18
strings.json
18
strings.json
@ -1,16 +1,4 @@
|
|||||||
{
|
{
|
||||||
"syntax_error": {
|
|
||||||
"english": "Invalid syntax. Initiate incineration.",
|
|
||||||
"spanish": "Sintaxis no válida. Iniciar incineración.",
|
|
||||||
"na'vi": "Ngeyä pamrel keyawr lu. Nga skxawng lu.",
|
|
||||||
"welsh": "Cystrawen annilys. Cychwyn orfflosgiad"
|
|
||||||
},
|
|
||||||
"module_load_error": {
|
|
||||||
"english": "Failed to load module: {moduleName}",
|
|
||||||
"spanish": "No se pudó cargar el módulo: {moduleName}",
|
|
||||||
"na'vi": "Oeru Oel {moduleName}it sung.",
|
|
||||||
"welsh": "Wedi methu a llwytho modiwl: {moduleName}"
|
|
||||||
},
|
|
||||||
"category_not_found": {
|
"category_not_found": {
|
||||||
"english": "Nobody loves {category}",
|
"english": "Nobody loves {category}",
|
||||||
"spanish": "Nadie ama a {category}",
|
"spanish": "Nadie ama a {category}",
|
||||||
@ -119,12 +107,6 @@
|
|||||||
"na'vi": "Kea seng amek. Nga skxawng lu.",
|
"na'vi": "Kea seng amek. Nga skxawng lu.",
|
||||||
"welsh": "Dim categoriau dyfyniadau gwag. Cychwyn orfflosgiad"
|
"welsh": "Dim categoriau dyfyniadau gwag. Cychwyn orfflosgiad"
|
||||||
},
|
},
|
||||||
"command_ban": {
|
|
||||||
"english": "{user} is banned from using this command. Commence incineration.",
|
|
||||||
"spanish": "{user} está prohibido de usar esta instrucción. Comenzar incineración.",
|
|
||||||
"na'vi": "Tsu'ori {user} ke tung. Nga skxawng lu.",
|
|
||||||
"welsh": "Mae {user} wedi ei gohurio gan ddefnyddio'r gorchymun yma. Cychwyn orfflosgiad"
|
|
||||||
},
|
|
||||||
"correction": {
|
"correction": {
|
||||||
"english": "Did you mean: ",
|
"english": "Did you mean: ",
|
||||||
"spanish": "¿Querías decir: ",
|
"spanish": "¿Querías decir: ",
|
||||||
|
Loading…
Reference in New Issue
Block a user