Files
localsend/app/assets/i18n/_missing_translations_eu.json
T
Tien Do Nam 1964bef73a
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled
i18n: make remaining time plural
2026-08-06 02:31:20 +02:00

148 lines
4.5 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."
],
"receiveTab": {
"link": "Receive via link"
},
"settingsTab": {
"general": {
"colorOptions": {
"custom": "Custom"
}
},
"receive": {
"requirePin": "@:webSharePage.requirePin",
"verifyChecksums": "Verify checksums when receiving files"
},
"send": {
"createChecksums": "Create checksums when sending files"
}
},
"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"
}
},
"deviceDetailsPage": {
"title": "Device Details",
"favorite": "Favorite",
"verify": "Verify",
"info": {
"name": "Name",
"address": "Address",
"version": "Version",
"protocol": "Protocol v{version}"
},
"logs": {
"title": "Logs",
"empty": "No logs available.",
"discovered": "Discovered via {protocol} ({host})",
"updated": "Updated via {protocol} ({host})"
}
},
"verifyPage": {
"title": "Verify",
"icons": "Icons",
"raw": "Raw",
"question": "Does it look the same on the other device?"
},
"sendPage": {
"calculatingChecksum": "Calculating checksum ({curr} / {n})",
"tooManyAttempts": "@:web.tooManyAttempts"
},
"progressPage": {
"remainingTime": {
"minutesUnit(plural, param=m)": {
"other": "{m}m"
},
"hoursUnit(plural, param=h)": {
"other": "{h}h"
},
"daysUnit(plural, param=d)": {
"other": "{d}d"
},
"minutes": "{n}:{ss}",
"hours": "@:progressPage.remainingTime.hoursUnit @:progressPage.remainingTime.minutesUnit",
"days": "@:progressPage.remainingTime.daysUnit @:progressPage.remainingTime.hoursUnit @:progressPage.remainingTime.minutesUnit"
}
},
"webSharePage": {
"autoAccept": "Automatically accept requests",
"requirePin": "Require PIN",
"pinHint": "The PIN is \"{pin}\""
},
"webReceivePage": {
"title": "Receive via link"
},
"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"
},
"whatsNewPage": {
"title": "What's new in {version}",
"changes(interface=WhatsNewStrings)": {
"v1_18_0": {
"changes": [
"Encryption no longer slows down transfers. It has been re-enabled on this device if you turned it off before.",
"Requests from favorites are now accepted automatically. This is turned on by default and can be disabled in the settings.",
"On Android, transfers continue while the app is in the background or the screen is off. On iOS, the app must still stay in the foreground."
]
}
}
},
"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"
}
}