forked from ipfs/ipfs-desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tr.json
244 lines (244 loc) · 10.2 KB
/
tr.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
{
"ipfsIsRunning": "IPFS is Running",
"ipfsIsStopping": "IPFS is Stopping",
"ipfsIsStarting": "IPFS is Starting",
"ipfsIsNotRunning": "IPFS is Not Running",
"ipfsHasErrored": "IPFS has Errored",
"runningWithGC": "Running (GC in progress)",
"start": "Start",
"stop": "Stop",
"restart": "Restart",
"about": "About",
"advanced": "Advanced",
"openRepoDir": "Open Repository Directory",
"openLogsDir": "Open Logs Directory",
"openConfigFile": "Open Configuration File",
"viewOnGitHub": "View on GitHub…",
"helpUsTranslate": "Help Translate This App…",
"readReleaseNotes": "Read Release Notes",
"status": "Status",
"files": "Files",
"peers": "Peers",
"quit": "Quit",
"versions": "Versions",
"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.",
"clickToOpenLogs": "Click here to open the logs.",
"ipfsNotRunning": "IPFS is not running",
"checkForUpdates": "Check for Updates…",
"yes": "Yes",
"no": "No",
"close": "Close",
"ok": "OK",
"cancel": "Cancel",
"enable": "Enable",
"reportTheError": "Report the error",
"restartIpfsDesktop": "Restart IPFS Desktop",
"openLogs": "Open logs",
"takeScreenshot": "Take Screenshot",
"downloadCid": "Download…",
"moveRepositoryLocation": "Move Repository Location",
"runGarbageCollector": "Run Garbage Collector",
"selectDirectory": "Select Directory",
"customIpfsBinary": "Custom IPFS Binary",
"setCustomIpfsBinary": "Set Custom IPFS Binary",
"clearCustomIpfsBinary": "Clear Custom IPFS Binary",
"polkitDialog": {
"title": "Polkit not found",
"message": "IPFS can't be added to /usr/local/bin/ without polkit agent."
},
"noPermissionDialog": {
"title": "No permission",
"message": "IPFS couldn't be added to /usr/local/bin/, either because you entered the wrong password, or you denied permission."
},
"ipfsNotRunningDialog": {
"title": "IPFS is not running",
"message": "IPFS needs to be running to perform this action. Do you want to start the daemon?"
},
"recoverableErrorDialog": {
"title": "An error has occurred",
"message": "An error occurred but it does not prevent the execution of IPFS Desktop. You can either inspect the logs for yourself or report the error to the developers."
},
"cannotConnectToApiDialog": {
"title": "Cannot connect to API",
"message": "IPFS Desktop cannot connect to the API address provided: { addr }."
},
"ipfsDesktopHasShutdownDialog": {
"title": "IPFS Desktop has shutdown",
"message": "IPFS Desktop has shutdown because of an error. You can restart the app or report the error to the developers, which requires a GitHub account."
},
"moveRepositoryWarnDialog": {
"title": "Move repository",
"message": "If your repository is taking too much space on your main drive, you can move it to some other location. Bear in mind that the new location must always be available in order for IPFS Desktop to work correctly.",
"action": "Move and restart node"
},
"moveRepositorySuccessDialog": {
"title": "Repository moved successfully",
"message": "Your repository was successfully moved to { location } and your configuration was updated. The daemon will now start up again."
},
"moveRepositorySameDirDialog": {
"title": "Same directory selected",
"message": "The directory you picked is the same as the current one: { location }. Hence, no changes will be made."
},
"moveRepositoryDirExists": {
"title": " Directory already exists",
"message": "The directory { location } already exists. Please try using a different one."
},
"busyPortsDialog": {
"title": "Ports are busy",
"message": "The ports { port1 } and { port2 } are not available. Do you want to use { alt1 } and { alt2 } instead?",
"action": "Use ports { alt1 } and { alt2 } instead"
},
"busyPortDialog": {
"title": "Port is busy",
"message": "The port { port } is not available. Do you want to use { alt } instead?",
"action": "Use port { alt } instead"
},
"multipleBusyPortsDialog": {
"title": "Ports are busy",
"message": "Cannot bind to one or more of the API or Gateway addresses because the ports are busy.",
"action": "Open configuration file"
},
"itemsAddedNotification": {
"title": "Items added",
"message": "{ count } items added to your node. A shareable link was copied to your clipboard. Click here to see your files."
},
"itemAddedNotification": {
"title": "Item added",
"message": "Item added to your node. A shareable link was copied to your clipboard. Click here to see your file."
},
"itemsFailedNotification": {
"title": "Failed to add items",
"message": "Could not add your items to your node."
},
"updateAvailableDialog": {
"title": "Update available",
"message": "A new version ({ version }) of IPFS Desktop is available. The download will begin shortly in the background."
},
"updateNotAvailableDialog": {
"title": "Update not available",
"message": "You are on the latest version of IPFS Desktop ({ version })."
},
"updateErrorDialog": {
"title": "Could not download update",
"message": "It was not possible to download the update. Please check your Internet connection and try again."
},
"updateDownloadedDialog": {
"title": "Update downloaded",
"message": "Update for version { version } downloaded. To install the update, please restart IPFS Desktop.",
"action": "Restart"
},
"updateDownloadedNotification": {
"title": "Update downloaded",
"message": "Update for version { version } of IPFS Desktop downloaded. Click this notification to install."
},
"runGarbageCollectorWarning": {
"title": "Garbage collector",
"message": "Running the garbage collector (GC) will remove from your repository all objects that are not pinned or on your MFS. This may take a while. Do you wish to proceed?",
"action": "Run"
},
"runGarbageCollectorDone": {
"title": "Garbage collector",
"message": "The garbage collector ran successfully."
},
"moveRepositoryFailed": {
"title": "Move repository",
"message": "Could not move the repository from \"{ currDir }\" to \"{ newDir }\"."
},
"cantAddIpfsToPath": {
"title": "IPFS on PATH",
"message": "Could not add IPFS to the PATH."
},
"runGarbageCollectorErrored": {
"title": "Garbage collector",
"message": "The garbage collector run could not be completed successfully."
},
"downloadCidContentDialog": {
"title": "Download to a local directory",
"message": "Enter a CID, IPFS path, or IPNS path:",
"action": "Next"
},
"cantResolveCidDialog": {
"title": "Error",
"message": "Unable to resolve \"{ path }\"."
},
"couldNotGetCidDialog": {
"title": "Error",
"message": "Unable to fetch \"{ path }\"."
},
"contentsSavedDialog": {
"title": "Success",
"message": "The contents of \"{ path }\" were successfully downloaded.",
"action": "See Files"
},
"couldNotSaveDialog": {
"title": "Could not write to disk",
"message": "There was an error writing to the disk. Please try again."
},
"launchAtLoginNotSupported": {
"title": "Error",
"message": "Launch at login is not supported on your platform."
},
"launchAtLoginFailed": {
"title": "Error",
"message": "Launch at login could not be enabled on your machine."
},
"enableIpfsOnPath": {
"title": "Enable IPFS on PATH",
"message": "By enabling this option, IPFS will be available on your command line as \"ipfs\". This action is reversible.",
"action": "Enable"
},
"disableIpfsOnPath": {
"title": "Disable IPFS on PATH",
"message": "By disabling this option, IPFS will no longer be available on your command line as \"ipfs\".",
"action": "Disable"
},
"enableGlobalTakeScreenshotShortcut": {
"title": "Enable screenshot shortcut",
"message": "By enabling this, the shortcut \"{ accelerator }\" will be available to take screenshots as long as IPFS Desktop is running."
},
"enableGlobalDownloadShortcut": {
"title": "Enable download shortcut",
"message": "By enabling this, the shortcut \"{ accelerator }\" will be available to download files as long as IPFS Desktop is running."
},
"installNpmOnIpfsWarning": {
"title": "Install npm on IPFS",
"message": "This experimental feature installs the \"ipfs-npm\" package on your system. It requires Node.js to be installed.",
"action": "Install"
},
"unableToInstallNpmOnIpfs": {
"title": "Error",
"message": "It was not possible to install \"ipfs-npm\" package on your system. Please check the logs for more information or try installing it manually by running \"npm install -g ipfs-npm\" on your command line."
},
"unableToUninstallNpmOnIpfs": {
"title": "Error",
"message": "It was not possible to uninstall \"ipfs-npm\" package on your system. Please check the logs for more information or try uninstalling it manually by running \"npm uninstall -g ipfs-npm\" on your command line."
},
"settings": {
"settings": "Settings",
"preferences": "Preferences",
"openNodeSettings": "Open Node Settings",
"appPreferences": "App Preferences",
"launchOnStartup": "Launch at Login",
"openWebUIAtLaunch": "Open Web UI at Launch",
"ipfsCommandLineTools": "Command Line Tools",
"takeScreenshotShortcut": "Global Screenshot Shortcut",
"downloadHashShortcut": "Global Download Shortcut",
"experiments": "Experiments",
"npmOnIpfs": "npm on IPFS"
},
"setCustomIpfsBinaryConfirmation": {
"title": "Custom IPFS binary",
"message": "By setting a custom IPFS, IPFS Desktop will no longer use the bundled IPFS version and will use the binary you specify. Do you wish to proceed?"
},
"setCustomIpfsBinarySuccess": {
"title": "Custom IPFS binary",
"message": "IPFS Desktop will start using the binary located at { path }. To start using it, IPFS needs to be restarted first."
},
"clearCustomIpfsBinarySuccess": {
"title": "Clear custom IPFS binary",
"message": "The custom IPFS binary was cleared. To start using the bundled IPFS version, IPFS needs to be restarted first."
}
}