mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
89 lines
2.6 KiB
JSON
89 lines
2.6 KiB
JSON
{
|
|
"@@info": [
|
|
"Here are translations that exist in <en> but not in <eu>.",
|
|
"After editing this file, you can run 'dart run slang apply --locale=eu' to quickly apply the newly added translations."
|
|
],
|
|
"settingsTab": {
|
|
"receive": {
|
|
"requirePin": "@:webSharePage.requirePin"
|
|
}
|
|
},
|
|
"networkInterfacesPage": {
|
|
"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"
|
|
},
|
|
"receiveHistoryPage": {
|
|
"entryActions": {
|
|
"showInFolder": "Show in folder"
|
|
}
|
|
},
|
|
"sendPage": {
|
|
"tooManyAttempts": "@:web.tooManyAttempts"
|
|
},
|
|
"progressPage": {
|
|
"remainingTime": {
|
|
"seconds": "{n}:{ss}",
|
|
"minutes": "{n}:{ss}",
|
|
"hours": "{h}h {m}m",
|
|
"days": "{d}d {h}h {m}m"
|
|
}
|
|
},
|
|
"webSharePage": {
|
|
"autoAccept": "Automatically accept requests",
|
|
"requirePin": "Require PIN",
|
|
"pinHint": "The PIN is \"{pin}\""
|
|
},
|
|
"aboutPage": {
|
|
"description": [
|
|
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
|
|
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
|
|
],
|
|
"author": "Author",
|
|
"contributors": "Contributors",
|
|
"packagers": "Packagers",
|
|
"translators": "Translators"
|
|
},
|
|
"donationPage": {
|
|
"title": "Donate",
|
|
"info": "LocalSend is free, open-source and without any ads. If you like the app, you can support the development with a donation.",
|
|
"donate": "Donate {amount}",
|
|
"thanks": "Thank you very much!",
|
|
"restore": "Restore purchase"
|
|
},
|
|
"dialogs": {
|
|
"openFile": {
|
|
"title": "Open file",
|
|
"content": "Do you want to open the received file?"
|
|
},
|
|
"historyClearDialog": {
|
|
"title": "Clear history",
|
|
"content": "Do you really want to delete the entire history?"
|
|
},
|
|
"quickSaveFromFavoritesNotice": {
|
|
"title": "@:general.quickSaveFromFavorites",
|
|
"content": [
|
|
"File requests are now accepted automatically from devices in your favorites list."
|
|
]
|
|
},
|
|
"pin": {
|
|
"title": "Enter PIN"
|
|
},
|
|
"zoom": {
|
|
"title": "URL"
|
|
}
|
|
},
|
|
"sanitization": {
|
|
"empty": "Filename cannot be empty"
|
|
},
|
|
"tray": {
|
|
"closeWindows": "Exit"
|
|
},
|
|
"web": {
|
|
"enterPin": "Enter PIN",
|
|
"invalidPin": "Invalid PIN",
|
|
"tooManyAttempts": "Too many attempts"
|
|
}
|
|
}
|