Files
localsend/app/assets/i18n/_missing_translations_eu.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

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