forked from ipfs/ipfs-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sl.json
38 lines (38 loc) · 1.85 KB
/
sl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"toggleIpfs": "Toggle IPFS",
"ipfsNode": "IPFS Node",
"status": "Status",
"files": "Files",
"explore": "Explore",
"peers": "Peers",
"settings": "Settings",
"quit": "Quit",
"versions": "Versions",
"logsDirectory": "Logs Directory",
"configFile": "Configuration File",
"screenshotTaken": "Screenshot taken",
"shareableLinkCopied": "Shareable link copied to the clipboard. Click here to view the screenshot.",
"couldNotTakeScreenshot": "Could not take screenshot",
"errorwhileTakingScreenshot": "An error occurred while taking the screenshot.",
"yourFilesCouldntBeAdded": "Your files couldn't be added.",
"folderAdded": "Folder added",
"folderAddedToIpfsClickToView": "Folder { name } added to IPFS. Click to view the folder.",
"fileAdded": "File added",
"fileAddedToIpfsClickToView": "File { name } added to IPFS. Click to view the file.",
"clickToOpenLogs": "Click here to open the logs.",
"ipfsNotRunning": "IPFS is not running",
"desktopIsStartedButDaemonOffline": "IPFS Desktop is started but the daemon is turned off.",
"cantDownloadHash": "Could not download hash",
"invalidHashProvided": "The provided hash is not valid.",
"errorWhileDownloadingHash": "An error occurred while getting the hash.",
"errorWhileWritingFiles": "An error occurred while writing the files to your file system.",
"hashDownloaded": "Hash downloaded",
"hashDownloadedClickToView": "Hash { hash } content downloaded. Click to view.",
"updateAvailable": "Update available",
"clickToInstall": "Click here to restart and install the newer version of IPFS Desktop.",
"updateNotAvailable": "Update not available",
"runningLatestVersion": "You seem to be running the latest version.",
"couldNotCheckForUpdates": "Could not check for updates",
"pleaseCheckInternet": "Please check your Internet connection.",
"checkForUpdates": "Check for updates"
}