mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
19 lines
794 B
JSON
19 lines
794 B
JSON
{
|
|
"@@info": [
|
|
"Here are translations that exist in <en> but not in <et>.",
|
|
"After editing this file, you can run 'dart run slang apply --locale=et' to quickly apply the newly added translations."
|
|
],
|
|
"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."
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|