mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
20 lines
479 B
JSON
20 lines
479 B
JSON
{
|
|
"@@info": [
|
|
"Here are translations that exist in <en> but not in <de>.",
|
|
"After editing this file, you can run 'dart run slang apply --locale=de' to quickly apply the newly added translations."
|
|
],
|
|
"progressPage": {
|
|
"remainingTime": {
|
|
"minutesUnit(plural, param=m)": {
|
|
"other": "{m}m"
|
|
},
|
|
"hoursUnit(plural, param=h)": {
|
|
"other": "{h}h"
|
|
},
|
|
"daysUnit(plural, param=d)": {
|
|
"other": "{d}d"
|
|
}
|
|
}
|
|
}
|
|
}
|