mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"@@info": [
|
|
"Here are translations that exist in <en> but not in <ur>.",
|
|
"After editing this file, you can run 'dart run slang apply --locale=ur' to quickly apply the newly added translations."
|
|
],
|
|
"general": {
|
|
"quickSaveFromFavorites": "Quick Save for \"Favorites\""
|
|
},
|
|
"receiveTab": {
|
|
"quickSave": {
|
|
"off": "@:general.off",
|
|
"favorites": "Favorites",
|
|
"on": "@:general.on"
|
|
}
|
|
},
|
|
"settingsTab": {
|
|
"receive": {
|
|
"quickSaveFromFavorites": "@:general.quickSaveFromFavorites"
|
|
},
|
|
"network": {
|
|
"network": "Network",
|
|
"networkOptions": {
|
|
"all": "All",
|
|
"filtered": "Filtered"
|
|
},
|
|
"useSystemName": "Use system name",
|
|
"generateRandomAlias": "Generate random alias"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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?"
|
|
},
|
|
"quickSaveFromFavoritesNotice": {
|
|
"title": "@:general.quickSaveFromFavorites",
|
|
"content": [
|
|
"File requests are now accepted automatically from devices in your favorites list."
|
|
]
|
|
}
|
|
}
|
|
}
|