pay/locales/en/messages.gotext.json

102 lines
3.1 KiB
JSON

{
"language": "en",
"messages": [
{
"id": "Donate ${Amount__100} to {Toby3d}",
"message": "Donate ${Amount__100} to {Toby3d}",
"translation": {
"select": {
"feature": "plural",
"arg": "Amount__100",
"cases": {
"=0": {
"msg": "Donate to {Toby3d}"
},
"=1": {
"msg": "Donate onedollar™ to {Toby3d}"
},
"other": {
"msg": "Donate ${Amount__100} to {Toby3d}"
}
}
}
},
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Amount__100",
"string": "%[1]d",
"type": "uint64",
"underlyingType": "uint64",
"argNum": 1,
"expr": "ctx.amount / 100"
},
{
"id": "Toby3d",
"string": "%[2]s",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "\"toby3d\""
}
],
"fuzzy": true
},
{
"id": "Donate",
"message": "Donate",
"translation": "Donate",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "dollar amount",
"message": "dollar amount",
"translation": "dollar amount",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "contribution frequency",
"message": "contribution frequency",
"translation": "contribution frequency",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "one time",
"message": "one time",
"translation": "one time",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "weekly",
"message": "weekly",
"translation": "weekly",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "monthly",
"message": "monthly",
"translation": "monthly",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "annually",
"message": "annually",
"translation": "annually",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "from Russia",
"message": "from Russia",
"translation": "from Russia",
"translatorComment": "Copied from source.",
"fuzzy": true
}
]
}