spongy/app/_locales/en/messages.json

76 lines
1.5 KiB
JSON
Raw Normal View History

2014-10-23 21:21:54 -06:00
{
"appName": {
2014-10-30 14:57:41 -06:00
"description": "Application name",
"message": "Spongy Chat Client"
2014-10-23 21:21:54 -06:00
},
"appShortName": {
2014-10-30 14:57:41 -06:00
"description": "Short application name",
"message": "Spongy Chat"
2014-10-23 21:21:54 -06:00
},
"appDesc": {
2014-10-30 14:57:41 -06:00
"description": "Application description for app store listing",
"message": "Chat client for the Spongy bouncer thingamajiggy"
2014-10-29 20:59:35 -06:00
},
"unknownCommand": {
2014-10-30 14:57:41 -06:00
"description": "Text for unrecognized command",
"message": "??? $COMMAND$ $ARGS$ $TEXT$",
2014-10-29 20:59:35 -06:00
"placeholders": {
"fullSender": {
"content": "$1",
"example": "fritz!~bob@example.net"
},
"command": {
"content": "$2",
"example": "PRIVMSG"
},
"sender": {
"content": "$3",
"example": "fritz"
},
"forum": {
"content": "$4",
"example": "#hottub"
},
"args": {
"content": "$5",
"example": "+o,fred"
},
"text": {
"content": "$6",
"example": "Hello everybody"
}
}
},
"privmsgCommand": {
2014-10-30 14:57:41 -06:00
"description": "Text for a privmsg (a regular chat message)",
"message": "$6"
},
"noticeCommand": {
"description": "Text for a notice",
2014-10-29 20:59:35 -06:00
"message": "$6"
},
"nickCommand": {
2014-10-30 14:57:41 -06:00
"description": "Text for nickname change",
2014-10-29 20:59:35 -06:00
"message": "$1 is now known as $3"
},
"modeCommand": {
2014-10-30 14:57:41 -06:00
"message": "sets channel mode $5"
2014-10-29 20:59:35 -06:00
},
2014-10-30 14:57:41 -06:00
"joinCommand": {
"description": "Channel join",
"message": "joins the channel."
},
2014-10-29 20:59:35 -06:00
2014-10-30 14:57:41 -06:00
"faultCommand": {
"description": "Spongy fault",
"message": "Spongy error: $6"
}
2014-10-29 20:59:35 -06:00
}