🍱 Regenerate esperanto strings

This commit is contained in:
Maxim Lebedev 2024-05-02 05:52:43 +05:00
parent 8b0b8b4c28
commit 15a2febaec
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
2 changed files with 16 additions and 14 deletions

View File

@ -4,7 +4,7 @@
{
"id": "Donate ${Amount__100} to {Toby3d}",
"message": "Donate ${Amount__100} to {Toby3d}",
"translation": "",
"translation": "Donacu ${Amount__100} al {Toby3d}",
"placeholders": [
{
"id": "Amount__100",
@ -27,42 +27,42 @@
{
"id": "Donate",
"message": "Donate",
"translation": ""
"translation": "Donacu"
},
{
"id": "dollar amount",
"message": "dollar amount",
"translation": ""
"translation": "dolara kvanto"
},
{
"id": "contribution frequency",
"message": "contribution frequency",
"translation": ""
"translation": "ofteco de kontribuo"
},
{
"id": "one time",
"message": "one time",
"translation": ""
"translation": "unufoje"
},
{
"id": "weekly",
"message": "weekly",
"translation": ""
"translation": "ĉiusemajne"
},
{
"id": "monthly",
"message": "monthly",
"translation": ""
"translation": "monate"
},
{
"id": "annually",
"message": "annually",
"translation": ""
"translation": "ĉiujare"
},
{
"id": "from Russia",
"message": "from Russia",
"translation": ""
"translation": "el Rusio"
}
]
}

View File

@ -64,12 +64,14 @@ const enData string = "" + // Size: 170 bytes
"lly\x02from Russia"
var eoIndex = []uint32{ // 10 elements
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000, 0x00000000, 0x00000000,
0x00000000, 0x00000000,
0x00000000, 0x00000017, 0x0000001e, 0x0000002c,
0x00000040, 0x00000048, 0x00000054, 0x0000005b,
0x00000064, 0x0000006d,
} // Size: 64 bytes
const eoData string = ""
const eoData string = "" + // Size: 109 bytes
"\x02Donacu $%[1]d al %[2]s\x02Donacu\x02dolara kvanto\x02ofteco de kontr" +
"ibuo\x02unufoje\x02ĉiusemajne\x02monate\x02ĉiujare\x02el Rusio"
var ruIndex = []uint32{ // 10 elements
0x00000000, 0x0000007f, 0x00000098, 0x000000b7,
@ -83,4 +85,4 @@ const ruData string = "" + // Size: 315 bytes
"ма в долларах\x02частота взносов\x02единоразово\x02еженедельно\x02ежеме" +
"сячно\x02ежегодно\x02из России"
// Total table size 677 bytes (0KiB); checksum: D7C98321
// Total table size 786 bytes (0KiB); checksum: 3A225519