Skip to content

Commit

Permalink
chore(i18n): sync locales for storybook use
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Apr 2, 2021
1 parent f007ce1 commit 27084ae
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 27 deletions.
2 changes: 1 addition & 1 deletion public/locales/de/explore.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"AboutIpld": {
"paragraph1":"<0>IPLD ist <1>das Datenmodell des inhaltsadressierbaren Webs</1>. Es erlaubt uns, alle Hash-verknüpften Datenstrukturen als Teilmengen eines einheitlichen Informationsraumes zu behandeln und alle Datenmodelle zu vereinheitlichen, die Daten mit Hashes als Instanzen von IPLD verknüpfen.</0>",
"paragraph2": "<0>Die Adressierung von Inhalten über Hashes ist zu einem weit verbreiteten Mittel geworden, um Daten in verteilten Systemen zu verbinden – von den Blockchains, die Deine bevorzugten Kryptowährungen ausführen, über die Commits, die Deinen Code unterstützen, bis hin zu Web-Inhalten insgesamt. Obwohl jedoch alle diese Werkzeuge auf einige gängige Stammfunktionen angewiesen sind, sind ihre spezifischen zugrunde liegenden Datenstrukturen nicht kompatibel.</0>",
"paragraph3": "<0>Auftritt IPLD: ein einziger Namensraum für alle Hash-bestimmten Protokolle. Über IPLD können Links protokollübergreifend durchlaufen werden, sodass die Daten unabhängig vom zugrunde liegenden Protokoll abgerufen werden können.</0>"
"paragraph3": "<0>Präsentiere IPLD: ein einziger Namensraum für alle Hash-inspirierten Protokolle. Über IPLD können Links protokollübergreifend durchlaufen werden, sodass die Daten unabhängig vom zugrunde liegenden Protokoll abgerufen werden können.</0>"
},
"ExplorePage": {
"title": "Erkundung – IPLD"
Expand Down
12 changes: 6 additions & 6 deletions public/locales/pl/explore.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tabName": "Eksploruj",
"homeLink": "Strona główna",
"UpdateAvailable": {
"paragraph1": "A new version of IPLD Explorer is available; <1>please reload</1>."
"paragraph1": "Nowa wersja przeglądarki IPLD jest dostępna; <1>Proszę przeładuj</1>."
},
"StartExploringPage": {
"title": "Przeglądarka - IPLD",
Expand All @@ -22,7 +22,7 @@
"explore": "Przeglądaj"
},
"CidInfo": {
"header": "CID info",
"header": "Informacje CID",
"hashDigest": "wynik funkcji haszującej"
},
"ObjectInfo": {
Expand All @@ -48,17 +48,17 @@
"paragraph2": "Click on it to traverse to its parents or children."
},
"step3": {
"title": "Node info",
"title": "Informacje węzła",
"paragraph1": "Here you have detailed info about the node and you can open it in the IPFS gateway.",
"paragraph2": "If the node is a directory you can see its children and navigate to them."
},
"step4": {
"title": "CID info",
"title": "Informacje CID",
"paragraph1": "The decomposed CID so you can learn its meaning."
},
"step5": {
"title": "Visual representation",
"paragraph1": "A visual representation of the node and its children."
"title": "Reprezentacja graficzna",
"paragraph1": "Graficzna reprezentacja węzłów i ich zależności."
}
}
}
Expand Down
65 changes: 65 additions & 0 deletions public/locales/pt-BR/explore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"appName": "IPLD Explorer",
"tabName": "Explorar",
"homeLink": "Início",
"UpdateAvailable": {
"paragraph1": "Uma nova versão do IPLD Explorer está disponível; <1>favor recarregar</1>."
},
"StartExploringPage": {
"title": "Explorar - IPLD",
"header": "Explorar a Floresta de Merkle",
"leadParagraph": "Cole um CID na caixa para explorar o nó IPLD a que ele se refere, ou escolha uma das coleções de dados abaixo."
},
"AboutIpld": {
"paragraph1":"<0>IPLD é <1>o modelo de dados endereçável por conteúdos da web</1>. Permite tratarmos todas as estruturas de dados ligadas por hashes como subgrupos de um espaço de informação unificado, unindo assim todos os modelos de dados que relacionam dados com hashes em instâncias do IPLD.</0>",
"paragraph2": "<0>O endereçamento de conteúdo através de hashes tornou-se um sistema de relacionamento de dados bastante utilizado em sistemas distribuídos, desde blockchains na base das suas criptomoedas favoritas, às commits do seu trabalho, a qualquer conteúdo da web. No entanto, apesar de todas estas ferramentas se basearem em ideias-base comuns, as suas estruturas de dados não são interoperáveis.</0>",
"paragraph3": "<0>IPLD: um único espaço para todos os protocolos baseados em hashes. Com o IPLD, os links podem ser relacionados através de diferentes protocolos, permitindo-lhe explorar os dados independentemente do protocolo subjacente.</0>"
},
"ExplorePage": {
"title": "Explorando - IPLD"
},
"IpldExploreForm": {
"explore": "Explorar"
},
"CidInfo": {
"header": "Informação cid",
"hashDigest": "Resumo do hash"
},
"ObjectInfo": {
"gatewayLink": "Visualizar no Gateway do IPFS"
},
"base": "base",
"version": "versão",
"codec": "codec",
"multihash": "multihash",
"tour": {
"projects": {
"title": "Grupos em destaque",
"paragraph1": "Explore os conjuntos de dados apresentados ou cole um CID para ver como esses dados são estruturados e vinculados entre protocolos."
},
"explorer": {
"step1": {
"title": "Explorador IPLD",
"paragraph1": "Sua jornada com o IPLD Explorer começa aqui. Clique em \"Avançar\" para saber mais."
},
"step2": {
"title": "Navegação estrutural",
"paragraph1": "O caminho que leva a este nó.",
"paragraph2": "Clique nele para ir aos níveis superiores ou inferiores."
},
"step3": {
"title": "Informação sobre o nó",
"paragraph1": "Aqui você tem informações detalhadas sobre o nó e pode abri-lo no gateway IPFS.",
"paragraph2": "Se o nó for um diretório, você poderá ver seus subdiretórios e navegar até eles."
},
"step4": {
"title": "Informação cid",
"paragraph1": "O CID decomposto para que você possa aprender seu significado."
},
"step5": {
"title": "Representação visual",
"paragraph1": "Uma representação visual do nó e seus níveis inferiores."
}
}
}
}
40 changes: 20 additions & 20 deletions public/locales/ru/explore.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,59 +6,59 @@
"paragraph1": "Новая версия IPLD Explorer доступна; <1>пожалуйста, перезагрузите</1>."
},
"StartExploringPage": {
"title": "Explore - IPLD",
"title": "Обзор - IPLD",
"header": "Обзор Merkle Forest",
"leadParagraph": "Paste a CID into the box to fetch the IPLD node it addresses, or choose a featured dataset."
"leadParagraph": "Вставьте CID в поле, чтобы получить узел IPLD, на который он ссылается, или выберите отдельный набор данных."
},
"AboutIpld": {
"paragraph1":"<0>IPLD is <1>the data model of the content-addressable web.</1> It allows us to treat all hash-linked data structures as subsets of a unified information space, unifying all data models that link data with hashes as instances of IPLD.</0>",
"paragraph2": "<0>Content addressing through hashes has become a widely-used means of connecting data in distributed systems, from the blockchains that run your favorite cryptocurrencies, to the commits that back your code, to the web’s content at large. Yet, whilst all of these tools rely on some common primitives, their specific underlying data structures are not interoperable.</0>",
"paragraph3": "<0>Enter IPLD: a single namespace for all hash-inspired protocols. Through IPLD, links can be traversed across protocols, allowing you to explore data regardless of the underlying protocol.</0>"
"paragraph1":"<0>IPLD это <1>модель данных веб с адресацией по содержимому.</1> Она предоставляет возможность обрабатывать все структуры данных с хеш-ссылками как предметы единого иформационного пространства, объединяя все модели данных, которые ссылаются на данные через хеш как экземпляры IPLD.</0>",
"paragraph2": "<0>Адресация по содержимому посредством хешей стала широко используемым инструментом соединения данных в распределенных системах, начиная блокчейнами, оперирующими вашими любимыми криптовалютами, заканчивая фиксацией, обеспечивающей ваш код работоспособностю и веб-контентом вообще. Тем не менее, поскольку все эти инструменты полагаются на некоторые общие базовые элементы, специфические структуры данных, лежащие в их основе, не являются интероперабильными.</0>",
"paragraph3": "<0>Входите в IPLD: единое пространство имен для всех протоколов, движимых хешами. Посредством IPLD ссылки могут быть проведены по протоколам, давая вам возможность изучать данные, независимо от протокола, лежащего в их основе.</0>"
},
"ExplorePage": {
"title": "Exploring - IPLD"
"title": "Обзор - IPLD"
},
"IpldExploreForm": {
"explore": "Обзор"
},
"CidInfo": {
"header": "Инфо о CID",
"hashDigest": "Hash digest"
"hashDigest": "Справочник хешей"
},
"ObjectInfo": {
"gatewayLink": "View on IPFS Gateway"
"gatewayLink": "Просмотреть в шлюзе IPFS"
},
"base": "base",
"base": "база",
"version": "версия",
"codec": "кодек",
"multihash": "multihash",
"multihash": "мультихеш",
"tour": {
"projects": {
"title": "Featured datasets",
"paragraph1": "Explore the featured datasets or paste a CID to see how that data is structured and linked across protocols."
"title": "Отдельные наботы данных",
"paragraph1": "Изучайте отдельные наборы данных или вставьте CID, чтобы увидеть, как эти данные структурированы и ссылаемы через протоколы."
},
"explorer": {
"step1": {
"title": "IPLD Explorer",
"paragraph1": "Your journey with IPLD Explorer starts here. Click \"Next\" to learn more."
"paragraph1": "Ваше путешествие с проводником IPLD начинается здесь. Нажмите \"Далее\" чтобы узнать больше."
},
"step2": {
"title": "Breadcrumbs",
"title": "Хлебные крошки",
"paragraph1": "Путь, ведущий к этой ноде.",
"paragraph2": "Click on it to traverse to its parents or children."
"paragraph2": "Нажмите на него, чтобы пройтись по его родителям или детям."
},
"step3": {
"title": "Информация о ноде",
"paragraph1": "Here you have detailed info about the node and you can open it in the IPFS gateway.",
"paragraph2": "If the node is a directory you can see its children and navigate to them."
"paragraph1": "Здесь находится подробная информация об узле и вы можете открыть его в шлюзе IPFS.",
"paragraph2": "Если узел это директория, вы можете увидеть его детей и переходить на них."
},
"step4": {
"title": "Инфо о CID",
"paragraph1": "The decomposed CID so you can learn its meaning."
"paragraph1": "Разложенный CID, чтобы вы могли узнать его значение."
},
"step5": {
"title": "Visual representation",
"paragraph1": "A visual representation of the node and its children."
"title": "Визуальное представление",
"paragraph1": "Визуальное представление узла и его детей"
}
}
}
Expand Down
65 changes: 65 additions & 0 deletions public/locales/tr/explore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"appName": "IPLD Explorer",
"tabName": "Keşfet",
"homeLink": "Ana Sayfa",
"UpdateAvailable": {
"paragraph1": "IPLD Explorer'ın yeni bir sürümü mevcut; <1>lütfen yeniden yükleyin</1>."
},
"StartExploringPage": {
"title": "Keşfet - IPLD",
"header": "Merkle Ormanı'nı keşfedin",
"leadParagraph": "Adres verdiği IPLD düğümünü getirmek için kutuya bir CID yapıştırın veya öne çıkan bir veri kümesi seçin."
},
"AboutIpld": {
"paragraph1":"<0>IPLD, <1> içerik adresli web'in veri modelidir.</1> Özüt bağlantılı tüm veri yapılarını birleşik bir bilgi alanının alt kümeleri olarak ele almamızı ve verileri IPLD örnekleri olarak özütlerle birbirine bağlayan tüm veri modellerini birleştirmemizi sağlar.</0>",
"paragraph2": "<0>Özütler aracılığıyla içerik adresleme, en sevdiğiniz kripto para birimlerini çalıştıran blok zincirlerinden kodunuzu destekleyen işlemlere ve büyük ölçüde web içeriğine kadar dağıtılmış sistemlerdeki verileri bağlamak için yaygın olarak kullanılan bir araç haline geldi. Yine de, bu araçların tümü bazı ortak ilkellere dayanırken, bunların temelindeki belirli veri yapıları birlikte çalışabilir değildir.</0>",
"paragraph3": "<0>IPLD'yi girin: özüt esinli tüm protokoller için tek bir ad alanı. IPLD aracılığıyla, bağlantılar, temel protokolden bağımsız olarak verileri keşfetmenize olanak tanıyan protokoller arasında gezilebilir.</0>"
},
"ExplorePage": {
"title": "Keşfediliyor - IPLD"
},
"IpldExploreForm": {
"explore": "Keşfet"
},
"CidInfo": {
"header": "CID bilgisi",
"hashDigest": "Özüt özeti"
},
"ObjectInfo": {
"gatewayLink": "IPFS Ağ Geçidinde Görüntüle"
},
"base": "temel",
"version": "sürüm",
"codec": "kodek",
"multihash": "çoklu özüt",
"tour": {
"projects": {
"title": "Öne çıkan veri kümeleri",
"paragraph1": "Verilerin nasıl yapılandırıldığını ve protokoller arasında nasıl bağlandığını görmek için öne çıkan veri kümelerini keşfedin veya bir CID yapıştırın."
},
"explorer": {
"step1": {
"title": "IPLD Explorer",
"paragraph1": "IPLD Explorer ile yolculuğunuz burada başlıyor. Daha fazla bilgi edinmek için \"İleri\" yi tıklayın."
},
"step2": {
"title": "Kırıntılar",
"paragraph1": "Bu düğüme götüren yol.",
"paragraph2": "Ebeveynlerine veya çocuklarına geçmek için üzerine tıklayın."
},
"step3": {
"title": "Düğüm bilgisi",
"paragraph1": "Burada düğüm hakkında ayrıntılı bilgi var ve onu IPFS ağ geçidinde açabilirsiniz.",
"paragraph2": "Düğüm bir dizinse, alt öğelerini görebilir ve onlara gidebilirsiniz."
},
"step4": {
"title": "CID bilgisi",
"paragraph1": "Ayrıştırılmış CID, böylece anlamını öğrenebilirsiniz."
},
"step5": {
"title": "Görsel sunum",
"paragraph1": "Düğümün ve çocuklarının görsel bir temsili."
}
}
}
}

0 comments on commit 27084ae

Please sign in to comment.