🌐 Translate strings on esperanto

This commit is contained in:
Maxim Lebedev 2024-05-02 05:52:17 +05:00
parent 1fdb84345b
commit 8b0b8b4c28
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,68 @@
{
"language": "eo",
"messages": [
{
"id": "Donate ${Amount__100} to {Toby3d}",
"message": "Donate ${Amount__100} to {Toby3d}",
"translation": "Donacu ${Amount__100} al {Toby3d}",
"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\""
}
]
},
{
"id": "Donate",
"message": "Donate",
"translation": "Donacu"
},
{
"id": "dollar amount",
"message": "dollar amount",
"translation": "dolara kvanto"
},
{
"id": "contribution frequency",
"message": "contribution frequency",
"translation": "ofteco de kontribuo"
},
{
"id": "one time",
"message": "one time",
"translation": "unufoje"
},
{
"id": "weekly",
"message": "weekly",
"translation": "ĉiusemajne"
},
{
"id": "monthly",
"message": "monthly",
"translation": "monate"
},
{
"id": "annually",
"message": "annually",
"translation": "ĉiujare"
},
{
"id": "from Russia",
"message": "from Russia",
"translation": "el Rusio"
}
]
}