mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
114 lines
3.1 KiB
JSON
114 lines
3.1 KiB
JSON
{
|
|
"@@info": [
|
|
"Here are translations that exist in <en> but not in <ml>.",
|
|
"After editing this file, you can run 'dart run slang apply --locale=ml' to quickly apply the newly added translations."
|
|
],
|
|
"receiveTab": {
|
|
"link": "Receive via link"
|
|
},
|
|
"settingsTab": {
|
|
"general": {
|
|
"colorOptions": {
|
|
"custom": "Custom"
|
|
}
|
|
},
|
|
"receive": {
|
|
"verifyChecksums": "Verify checksums when receiving files"
|
|
},
|
|
"send": {
|
|
"createChecksums": "Create checksums when sending files"
|
|
}
|
|
},
|
|
"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?"
|
|
},
|
|
"receiveOptionsPage": {
|
|
"destination": "@:settingsTab.receive.destination",
|
|
"saveToGallery": "@:settingsTab.receive.saveToGallery"
|
|
},
|
|
"sendPage": {
|
|
"calculatingChecksum": "Calculating checksum ({curr} / {n})"
|
|
},
|
|
"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": {
|
|
"encryption": "@:settingsTab.network.encryption"
|
|
},
|
|
"webReceivePage": {
|
|
"title": "Receive via link"
|
|
},
|
|
"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": {
|
|
"errorDialog": {
|
|
"title": "@:general.error"
|
|
},
|
|
"favoriteEditDialog": {
|
|
"auto": "(auto)"
|
|
},
|
|
"localNetworkUnauthorized": {
|
|
"title": "@:dialogs.noPermission.title"
|
|
},
|
|
"quickActions": {
|
|
"prefix": "Prefix",
|
|
"padZero": "Pad with zeros"
|
|
},
|
|
"quickSaveNotice": {
|
|
"title": "@:general.quickSave"
|
|
},
|
|
"quickSaveFromFavoritesNotice": {
|
|
"title": "@:general.quickSaveFromFavorites"
|
|
}
|
|
},
|
|
"tray": {
|
|
"open": "@:general.open"
|
|
},
|
|
"web": {
|
|
"waiting": "@:sendPage.waiting"
|
|
}
|
|
}
|