Files
localsend/app/assets/i18n/_missing_translations_az.json
T
Tien Do Nam 0aa8038e97
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled
i18n: update
2026-08-04 17:51:47 +02:00

72 lines
2.0 KiB
JSON

{
"@@info": [
"Here are translations that exist in <en> but not in <az>.",
"After editing this file, you can run 'dart run slang apply --locale=az' 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?"
},
"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"
}
},
"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."
]
}
}
}
}