|
1 | 1 | {
|
2 |
| - "ipfsIsRunning": "IPFS is Running", |
3 |
| - "ipfsIsStopping": "IPFS is Stopping", |
4 |
| - "ipfsIsStarting": "IPFS is Starting", |
5 |
| - "ipfsIsNotRunning": "IPFS is Not Running", |
6 |
| - "ipfsHasErrored": "IPFS has Errored", |
7 |
| - "runningWithGC": "Running (GC in progress)", |
| 2 | + "ipfsIsRunning": "IPFS je spuštěn", |
| 3 | + "ipfsIsStopping": "IPFS se zastavuje", |
| 4 | + "ipfsIsStarting": "IPFS startuje", |
| 5 | + "ipfsIsNotRunning": "IPFS neběží", |
| 6 | + "ipfsHasErrored": "IPFS zaznamenalo chybu", |
| 7 | + "runningWithGC": "Běží (Probíhá úklid paměti)", |
| 8 | + "runningWhileCheckingForUpdate": "Running (Checking for Updates)", |
8 | 9 | "start": "Začít",
|
9 | 10 | "stop": "Zastavit",
|
10 | 11 | "restart": "Restartovat",
|
|
13 | 14 | "openRepoDir": "Otevřít adresář úložiště",
|
14 | 15 | "openLogsDir": "Otevřít adresář Logů",
|
15 | 16 | "openConfigFile": "Otevřít konfigurační soubor",
|
16 |
| - "viewOnGitHub": "View on GitHub…", |
17 |
| - "helpUsTranslate": "Help Translate This App…", |
| 17 | + "viewOnGitHub": "Navštívit GitHub projektu...", |
| 18 | + "helpUsTranslate": "Pomozte s překladem...", |
18 | 19 | "readReleaseNotes": "Přečtěte si poznámky k vydání",
|
19 | 20 | "status": "Stav",
|
20 | 21 | "files": "Soubory",
|
|
27 | 28 | "errorwhileTakingScreenshot": "Při pořizování snímku obrazovky došlo k chybě.",
|
28 | 29 | "clickToOpenLogs": "Klepnutím sem otevřete logy.",
|
29 | 30 | "ipfsNotRunning": "IPFS neběží",
|
30 |
| - "checkForUpdates": "Check for Updates…", |
| 31 | + "checkForUpdates": "Zkontrolovat aktulizace ...", |
| 32 | + "checkingForUpdates": "Checking for Updates", |
31 | 33 | "yes": "Ano",
|
32 | 34 | "no": "Ne",
|
33 | 35 | "close": "Zavřít",
|
34 | 36 | "ok": "OK",
|
35 | 37 | "cancel": "Zrušit",
|
36 |
| - "enable": "Enable", |
| 38 | + "enable": "Povolit", |
37 | 39 | "reportTheError": "Nahlásit chybu",
|
38 | 40 | "restartIpfsDesktop": "Restartovat IPFS Desktop",
|
39 | 41 | "openLogs": "Otevřít logy",
|
40 | 42 | "takeScreenshot": "Udělat snímek obrazovky",
|
41 |
| - "downloadCid": "Download…", |
| 43 | + "downloadCid": "Stáhnout...", |
42 | 44 | "moveRepositoryLocation": "Přesunout umístění repozitáře",
|
43 | 45 | "runGarbageCollector": "Spustit sběr odpadu",
|
44 | 46 | "selectDirectory": "Vyberat adresář",
|
45 |
| - "customIpfsBinary": "Custom IPFS Binary", |
46 |
| - "setCustomIpfsBinary": "Set Custom IPFS Binary", |
47 |
| - "clearCustomIpfsBinary": "Clear Custom IPFS Binary", |
| 47 | + "customIpfsBinary": "Vlastní IPFS binárka", |
| 48 | + "setCustomIpfsBinary": "Nastavit vlastní IPFS binárku", |
| 49 | + "clearCustomIpfsBinary": "Nepoužívat vlastní IPFS binárku", |
48 | 50 | "polkitDialog": {
|
49 | 51 | "title": "Polkit nebyl nalezen",
|
50 | 52 | "message": "IPFS nelze přidat do /usr/local/bin/ bez agenta polkit."
|
|
119 | 121 | },
|
120 | 122 | "updateNotAvailableDialog": {
|
121 | 123 | "title": "Aktualizace není k dispozici",
|
122 |
| - "message": "You are on the latest version of IPFS Desktop ({ version })." |
| 124 | + "message": "Jste na nejnovější verzi IFPS Desktop ({ version })." |
123 | 125 | },
|
124 | 126 | "updateErrorDialog": {
|
125 | 127 | "title": "Aktualizace se nepodařilo stáhnout",
|
|
136 | 138 | },
|
137 | 139 | "runGarbageCollectorWarning": {
|
138 | 140 | "title": "Garbage collector",
|
139 |
| - "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?", |
| 141 | + "message": "Spuštění garbage collectoru (GC) odstraní z úložiště všechny objekty, které nejsou připnuté nebo na vašem MFS. Může to chvíli trvat. Přejete si pokračovat?", |
140 | 142 | "action": "Spustit"
|
141 | 143 | },
|
142 | 144 | "runGarbageCollectorDone": {
|
|
188 | 190 | "enableIpfsOnPath": {
|
189 | 191 | "title": "Enable IPFS on PATH",
|
190 | 192 | "message": "By enabling this option, IPFS will be available on your command line as \"ipfs\". This action is reversible.",
|
191 |
| - "action": "Enable" |
| 193 | + "action": "Povolit" |
192 | 194 | },
|
193 | 195 | "disableIpfsOnPath": {
|
194 | 196 | "title": "Disable IPFS on PATH",
|
|
223 | 225 | "appPreferences": "App Preferences",
|
224 | 226 | "launchOnStartup": "Launch at Login",
|
225 | 227 | "openWebUIAtLaunch": "Open Web UI at Launch",
|
| 228 | + "pubsub": "Enable PubSub", |
| 229 | + "namesysPubsub": "Enable IPNS over PubSub", |
| 230 | + "automaticGC": "Automatic Garbage Collection", |
226 | 231 | "ipfsCommandLineTools": "Command Line Tools",
|
227 | 232 | "takeScreenshotShortcut": "Global Screenshot Shortcut",
|
228 | 233 | "downloadHashShortcut": "Global Download Shortcut",
|
229 | 234 | "experiments": "Experimenty",
|
230 |
| - "npmOnIpfs": "npm on IPFS" |
| 235 | + "npmOnIpfs": "Enable npm on IPFS" |
231 | 236 | },
|
232 | 237 | "setCustomIpfsBinaryConfirmation": {
|
233 | 238 | "title": "Custom IPFS binary",
|
|
0 commit comments