Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pull new translations #2140

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/locales/cs/explore.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
}
},
"errors": {
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
"BlockFetchTimeoutError": "Nepodařilo se načíst obsah do {timeout} s. Obnovte prosím stránku a zkuste to znovu nebo zkuste jiný CID."
}
}
10 changes: 5 additions & 5 deletions public/locales/cs/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@
"pinned": "Připíchnuté",
"pinnedRemotely": "Připnuto na dálku",
"pinningRemotely": "Připnutí vzdáleně",
"pinningCompleted": "Pinning completed",
"pinningFailed": "Pinning failed",
"pinningCompleted": "Připnutí dokončeno",
"pinningFailed": "Připnutí se nezdařilo",
"clickToDismiss": "Klikněte pro zamítnutí",
"clickToCancel": "Kliknutím zrušte",
"blocks": "Bloky",
"allBlocks": "Všechny bloky",
"allBlocksDescription": "Celková velikost bloků v celém uzlu IPFS; zahrnuje vše v Souborech a všechny lokálně připnuté položky a dočasná data v mezipaměti.",
"filesDescription": "Celková velikost dat v aktuálním adresáři (pokud se jedná o podadresář, zobrazí se také velikost všech dat v adresáři Soubory).",
"pinningQueue": "Pinning queue",
"pinningQueue": "Fronta připnutí",
"more": "Více",
"files": "Soubory",
"cidNotFileNorDir": "Aktuální odkaz není soubor ani adresář. Zkuste jej místo toho <1>zkontrolovat</1>.",
Expand All @@ -132,6 +132,6 @@
"sharingPrompt": "Zkopírujte níže uvedený odkaz a sdílejte jej s ostatními. Adresa IPNS se bude řešit tak dlouho, dokud bude váš uzel v síti dostupný, a to jednou denně, aby se záznam IPNS obnovil.",
"pleaseWait": "Počkejte prosím, než se pomocí DHT peerů uloží počátečních 20 kopií aktualizovaného záznamu IPNS..."
},
"noPinsInProgress": "All done, no remote pins in progress.",
"remotePinningInProgress": "Remote pinning in progress:"
"noPinsInProgress": "Vše je hotovo, žádné vzdálené připnutí neprobíhá.",
"remotePinningInProgress": "Probíhá vzdálené připnutí:"
}
2 changes: 1 addition & 1 deletion public/locales/cs/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"customApiConfig": "Vlastní konfigurace JSON",
"AnalyticsBanner": {
"label": "We have recently updated our telemetry policy to switch to opt-out metrics. You previously had telemetry collection disabled. You can disable telemetry collection (again) on the settings page."
"label": "Nedávno jsme aktualizovali naše zásady telemetrie a přešli jsme na metriky opt-out. Dříve jste měli sběr telemetrie vypnutý. Na stránce nastavení můžete sběr telemetrie (opět) zakázat."
},
"tour": {
"step1": {
Expand Down
2 changes: 1 addition & 1 deletion public/locales/pt-BR/explore.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
}
},
"errors": {
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
"BlockFetchTimeoutError": "Falha ao buscar conteúdo em {timeout}s. Atualize a página para tentar novamente ou tente um CID diferente."
}
}