Files
localsend/app/assets/i18n/_missing_translations_sl.json
T
Tien Do Nam 0d97f4b8c7
CI / format (push) Waiting to run
CI / test (push) Waiting to run
CI / packaging (push) Waiting to run
i18n: polish
2026-08-06 16:10:25 +02:00

106 lines
3.0 KiB
JSON

{
"@@info": [
"Here are translations that exist in <en> but not in <sl>.",
"After editing this file, you can run 'dart run slang apply --locale=sl' to quickly apply the newly added translations."
],
"receiveTab": {
"quickSave": {
"off": "@:general.off",
"favorites": "Favorites",
"on": "@:general.on"
},
"link": "Receive via link"
},
"settingsTab": {
"general": {
"colorOptions": {
"custom": "Custom"
}
},
"receive": {
"verifyChecksums": "Verify checksums when receiving files"
},
"send": {
"createChecksums": "Create checksums when sending files"
},
"network": {
"network": "Network",
"networkOptions": {
"all": "All",
"filtered": "Filtered"
}
}
},
"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"
},
"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": {
"minutesUnit(plural, param=m)": {
"other": "{m}m"
},
"hoursUnit(plural, param=h)": {
"other": "{h}h"
},
"minutes": "{m}:{ss}",
"hours": "@:progressPage.remainingTime.hoursUnit @:progressPage.remainingTime.minutesUnit"
}
},
"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": {
"openFile": {
"title": "Open file",
"content": "Do you want to open the received file?"
},
"quickSaveFromFavoritesNotice": {
"content": [
"File requests are now accepted automatically from devices in your favorites list."
]
}
}
}