mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"@@info": [
|
|
"Here are translations that exist in <en> but not in <ml>.",
|
|
"After editing this file, you can run 'dart run slang apply --locale=ml' 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"
|
|
}
|
|
},
|
|
"webSharePage": {
|
|
"encryption": "@:settingsTab.network.encryption"
|
|
},
|
|
"dialogs": {
|
|
"errorDialog": {
|
|
"title": "@:general.error"
|
|
},
|
|
"favoriteEditDialog": {
|
|
"auto": "(auto)"
|
|
},
|
|
"localNetworkUnauthorized": {
|
|
"title": "@:dialogs.noPermission.title"
|
|
},
|
|
"quickActions": {
|
|
"prefix": "Prefix",
|
|
"padZero": "Pad with zeros"
|
|
},
|
|
"quickSaveNotice": {
|
|
"title": "@:general.quickSave"
|
|
},
|
|
"quickSaveFromFavoritesNotice": {
|
|
"title": "@:general.quickSaveFromFavorites"
|
|
}
|
|
},
|
|
"tray": {
|
|
"open": "@:general.open"
|
|
},
|
|
"web": {
|
|
"waiting": "@:sendPage.waiting"
|
|
}
|
|
}
|