mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"@@info": [
|
|
"Here are translations that exist in <en> but not in <sl>.",
|
|
"After editing this file, you can run 'dart run slang apply --locale=sl' to quickly apply the newly added translations."
|
|
],
|
|
"receiveTab": {
|
|
"quickSave": {
|
|
"off": "@:general.off",
|
|
"favorites": "Favorites",
|
|
"on": "@:general.on"
|
|
}
|
|
},
|
|
"settingsTab": {
|
|
"network": {
|
|
"network": "Network",
|
|
"networkOptions": {
|
|
"all": "All",
|
|
"filtered": "Filtered"
|
|
}
|
|
}
|
|
},
|
|
"networkInterfacesPage": {
|
|
"title": "Network Interfaces",
|
|
"info": "By default, LocalSend uses all available network interfaces. You can exclude unwanted networks here. You need to restart the server to apply the changes.",
|
|
"preview": "Preview",
|
|
"whitelist": "Whitelist",
|
|
"blacklist": "Blacklist"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"dialogs": {
|
|
"openFile": {
|
|
"title": "Open file",
|
|
"content": "Do you want to open the received file?"
|
|
},
|
|
"quickSaveFromFavoritesNotice": {
|
|
"content": [
|
|
"File requests are now accepted automatically from devices in your favorites list."
|
|
]
|
|
}
|
|
}
|
|
}
|