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