|
11 | 11 | "restart": "Restartovat",
|
12 | 12 | "about": "O projektu",
|
13 | 13 | "advanced": "Pokročilý",
|
14 |
| - "openRepoDir": "Otevřít adresář úložiště", |
15 |
| - "openLogsDir": "Otevřít adresář Logů", |
16 |
| - "openConfigFile": "Otevřít konfigurační soubor", |
| 14 | + "openRepoDir": "Adresář úložiště Open Kubo", |
| 15 | + "openLogsDir": "Adresář protokolů Open Desktop", |
| 16 | + "openConfigFile": "Konfigurační soubor Open Desktop", |
| 17 | + "openKuboConfigFile": "Konfigurační soubor Open Kubo", |
17 | 18 | "viewOnGitHub": "Navštívit GitHub projektu...",
|
18 | 19 | "helpUsTranslate": "Pomozte s překladem...",
|
19 | 20 | "readReleaseNotes": "Přečtěte si poznámky k vydání",
|
|
179 | 180 | "takeScreenshotShortcut": "Globální zkratka snímku obrazovky",
|
180 | 181 | "experiments": "Experimenty",
|
181 | 182 | "npmOnIpfs": "Povolení npm na IPFS",
|
182 |
| - "monochromeTrayIcon": "Use Monochrome Tray Icon" |
| 183 | + "monochromeTrayIcon": "Použití monochromatické ikony v Tray" |
183 | 184 | },
|
184 | 185 | "setCustomIpfsBinaryConfirmation": {
|
185 | 186 | "title": "Vlastní binární soubor IPFS",
|
|
209 | 210 | "message": "Uzel IPFS narazil na chybu a spuštění nebylo možné dokončit:"
|
210 | 211 | },
|
211 | 212 | "repositoryMustBeDirectoryDialog": {
|
212 |
| - "title": "IPFS Repository Must Be a Directory", |
213 |
| - "message": "The repository at “{ path }” is invalid, as it is not a directory.\n\nBefore starting IPFS Desktop again, please rename the old repository to “.ipfs.backup”. Please note that this will make IPFS Desktop generate a new repository." |
| 213 | + "title": "Úložiště IPFS musí být adresářem", |
| 214 | + "message": "Úložiště na \"{ path }\" je neplatné, protože se nejedná o adresář.\n\nPřed opětovným spuštěním systému IPFS Desktop přejmenujte staré úložiště na \".ipfs.backup\". Vezměte prosím na vědomí, že to způsobí, že aplikace IPFS Desktop vygeneruje nové úložiště." |
214 | 215 | },
|
215 | 216 | "repositoryConfigurationIsMissingDialog": {
|
216 |
| - "title": "IPFS Repository Configuration Is Missing", |
217 |
| - "message": "The repository at “{ path }” does not have a “config” file. The “config” file must be a valid JSON file.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository." |
| 217 | + "title": "Chybí konfigurace úložiště IPFS", |
| 218 | + "message": "Úložiště na adrese \"{ path }\" nemá soubor \"config\". Soubor \"config\" musí být platný soubor JSON.\n\nPřed opětovným spuštěním systému IPFS Desktop opravte konfigurační soubor nebo přejmenujte staré úložiště na \".ipfs.backup\". Upozorňujeme, že přejmenováním starého úložiště vytvoří aplikace IPFS Desktop nové úložiště." |
218 | 219 | },
|
219 | 220 | "privateNetworkDialog": {
|
220 |
| - "title": "Private Network IPFS Repository", |
221 |
| - "message": "The repository at “{ path }” is part of a private network, which is not supported by IPFS Desktop." |
| 221 | + "title": "Úložiště IPFS v privátní síti", |
| 222 | + "message": "Úložiště na adrese \"{ path }\" je součástí soukromé sítě, kterou služba IPFS Desktop nepodporuje." |
222 | 223 | },
|
223 | 224 | "invalidRepositoryDialog": {
|
224 | 225 | "title": "Neplatné úložiště IPFS nebo konfigurační soubor",
|
225 |
| - "message": "The repository at “{ path }” or its configuration is invalid. The “config” file must be a valid JSON.\n\nBefore starting IPFS Desktop again, please fix the configuration file or rename the old repository to “.ipfs.backup”. Please note that by renaming the old repository, IPFS Desktop will generate a new repository" |
| 226 | + "message": "Úložiště na adrese \"{ path }\" nebo jeho konfigurace je neplatná. Soubor \"config\" musí být platný JSON.\n\nPřed opětovným spuštěním systému IPFS Desktop opravte konfigurační soubor nebo přejmenujte staré úložiště na \".ipfs.backup\". Upozorňujeme, že přejmenováním starého úložiště vytvoří aplikace IPFS Desktop nové úložiště" |
226 | 227 | }
|
227 | 228 | }
|
0 commit comments