Files
localsend/app/assets/i18n/_missing_translations_sl.json
T
Tien Do Nam 2a92f57f6c
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled
i18n: update
2026-07-27 16:57:04 +02:00

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."
]
}
}
}