pay/locales/en/messages.gotext.json

47 lines
1.4 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].2f",
"type": "float64",
"underlyingType": "float64",
"argNum": 1,
"expr": "ctx.amount / 100"
},
{
"id": "Toby3d",
"string": "%[2]s",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "\"toby3d\""
}
],
"fuzzy": true
}
]
}