Files
localsend/app/assets/i18n/_missing_translations_ne.json
T
Tien Do Nam e435cb5140
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled
i18n: drop quick save from favorites warning
2026-07-26 18:18:14 +02:00

25 lines
611 B
JSON

{
"@@info": [
"Here are translations that exist in <en> but not in <ne>.",
"After editing this file, you can run 'dart run slang apply --locale=ne' to quickly apply the newly added translations."
],
"settingsTab": {
"receive": {
"quickSaveFromFavorites": "@:general.quickSaveFromFavorites"
}
},
"progressPage": {
"remainingTime": {
"seconds": "{n}:{ss}",
"minutes": "{n}:{ss}",
"hours": "{h}h {m}m",
"days": "{d}d {h}h {m}m"
}
},
"dialogs": {
"quickSaveFromFavoritesNotice": {
"title": "@:general.quickSaveFromFavorites"
}
}
}