Files
localsend/app/assets/i18n/_missing_translations_bn.json
T
2023-09-27 21:59:11 +02:00

181 lines
6.4 KiB
JSON

{
"@@info": [
"Here are translations that exist in <en> but not in <bn>.",
"After editing this file, you can run 'dart run slang apply --locale=bn' to quickly apply the newly added translations."
],
"general": {
"accepted": "Accepted",
"noItemInClipboard": "No item in Clipboard"
},
"sendTab": {
"picker": {
"folder": "Folder",
"app": "App",
"clipboard": "Clipboard"
},
"sendMode": "Send mode",
"sendModes": {
"single": "Single recipient",
"multiple": "Multiple recipients",
"link": "Share via link"
},
"sendModeHelp": "Explanation"
},
"settingsTab": {
"general": {
"brightness": "Theme",
"color": "Color",
"colorOptions": {
"system": "System",
"oled": "OLED"
},
"saveWindowPlacement": "Quit: Save window placement",
"animations": "Animations"
},
"receive": {
"downloads": "(Downloads)",
"saveToHistory": "Save to history"
},
"network": {
"deviceType": "Device type",
"deviceModel": "Device model",
"multicastGroup": "Multicast",
"multicastGroupWarning": "You might not be detected by other devices because you are using a custom multicast address. (default: {defaultMulticast})"
},
"advancedSettings": "Advanced settings"
},
"troubleshootPage": {
"title": "Troubleshoot",
"subTitle": "This app does not work as expected? Here you can find common solutions.",
"solution": "Solution:",
"fixButton": "Fix automatically",
"firewall": {
"symptom": "This app can send files to other devices but other devices cannot send files to this device.",
"solution": "This is most likely a firewall issue. You can solve this by allowing incoming connections (UDP and TCP) on port {port}.",
"openFirewall": "Open Firewall"
},
"noConnection": {
"symptom": "Both devices cannot discover each other nor can they share files.",
"solution": "The problem exists on both sides? Then you need to make sure that both devices are in the same wifi network and share the same configuration (port, multicast address, encryption). The wifi may not allow communication between participants. In this case, this option must be enabled on the router."
}
},
"receiveHistoryPage": {
"title": "History",
"openFolder": "Open folder",
"deleteHistory": "Delete history",
"empty": "The history is empty.",
"entryActions": {
"open": "Open file",
"info": "Information",
"deleteFromHistory": "Delete from history"
}
},
"apkPickerPage": {
"title": "Apps (APK)",
"excludeSystemApps": "Exclude system apps",
"excludeAppsWithoutLaunchIntent": "Exclude non-launchable apps",
"apps": "{n} Apps"
},
"receiveOptionsPage": {
"saveToGallery": "@:settingsTab.receive.saveToGallery",
"saveToGalleryOff": "Turned off automatically because there are directories."
},
"sendPage": {
"busy": "The recipient is busy with another request."
},
"webSharePage": {
"title": "Share via link",
"loading": "Starting server...",
"stopping": "Stopping server...",
"error": "An error occurred while starting the server.",
"openLink": {
"one": "Open this link in the browser:",
"other": "Open one of these links in the browser:"
},
"requests": "Requests",
"noRequests": "No requests yet.",
"encryption": "@:settingsTab.network.encryption",
"encryptionHint": "LocalSend uses a self-signed certificate. You need to accept it in the browser.",
"pendingRequests": "Pending requests: {n}"
},
"dialogs": {
"addressInput": {
"recentlyUsed": "Recently used: "
},
"cannotOpenFile": {
"title": "Cannot open file",
"content": "Could not open \"{file}\". Has this file been moved, renamed or deleted?"
},
"errorDialog": {
"title": "@:general.error"
},
"fileInfo": {
"title": "File information",
"fileName": "File name:",
"path": "Path:",
"size": "Size:",
"sender": "Sender:",
"time": "Time:"
},
"localNetworkUnauthorized": {
"title": "@:dialogs.noPermission.title",
"description": "LocalSend can't find other devices without having the permission to scan the local network. Please grant this permission in the settings.",
"gotoSettings": "Settings"
},
"noPermission": {
"title": "No permission",
"content": "You have not granted the necessary permissions. Please grant them in the settings."
},
"notAvailableOnPlatform": {
"title": "Not available",
"content": "This feature is only available on:"
},
"qr": {
"title": "QR Code"
},
"sendModeHelp": {
"title": "Send modes",
"single": "Sends files to one recipient. Selection will be cleared after finished file transfer.",
"multiple": "Sends files to multiple recipients. Selection will not be cleared.",
"link": "Recipients who do not have LocalSend installed can download the selected files by opening the link in their browser."
}
},
"web": {
"waiting": "@:sendPage.waiting",
"rejected": "Rejected",
"files": "Files",
"fileName": "File name",
"size": "Size"
},
"assetPicker": {
"confirm": "Confirm",
"cancel": "Cancel",
"edit": "Edit",
"gifIndicator": "GIF",
"loadFailed": "Load failed",
"original": "Origin",
"preview": "Preview",
"select": "Select",
"emptyList": "Empty list",
"unSupportedAssetType": "Unsupported file type.",
"unableToAccessAll": "Unable to access all files on the device",
"viewingLimitedAssetsTip": "Only view files and albums accessible to the app.",
"changeAccessibleLimitedAssets": "Click to update accessible files",
"accessAllTip": "App can only access some files on the device. Go to system settings and allow the app to access all media on the device.",
"goToSystemSettings": "Go to system settings",
"accessLimitedAssets": "Continue with limited access",
"accessiblePathName": "Accessible files",
"sTypeAudioLabel": "Audio",
"sTypeImageLabel": "Image",
"sTypeVideoLabel": "Video",
"sTypeOtherLabel": "Other media",
"sActionPlayHint": "play",
"sActionPreviewHint": "preview",
"sActionSelectHint": "select",
"sActionSwitchPathLabel": "change path",
"sActionUseCameraHint": "use camera",
"sNameDurationLabel": "duration",
"sUnitAssetCountLabel": "count"
}
}