mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
22 lines
615 B
JSON
22 lines
615 B
JSON
{
|
|
"@@info": [
|
|
"Here are translations that exist in <en> but not in <id>.",
|
|
"After editing this file, you can run 'dart run slang apply --locale=id' to quickly apply the newly added translations."
|
|
],
|
|
"receiveOptionsPage": {
|
|
"destination": "@:settingsTab.receive.destination",
|
|
"saveToGallery": "@:settingsTab.receive.saveToGallery"
|
|
},
|
|
"sendPage": {
|
|
"calculatingChecksum": "Calculating checksum ({curr} / {n})"
|
|
},
|
|
"progressPage": {
|
|
"remainingTime": {
|
|
"seconds": "{n}:{ss}",
|
|
"minutes": "{n}:{ss}",
|
|
"hours": "{h}h {m}m",
|
|
"days": "{d}d {h}h {m}m"
|
|
}
|
|
}
|
|
}
|