diff --git a/packages/ui/locales/de.json b/packages/ui/locales/de.json new file mode 100644 index 00000000..51fa56da --- /dev/null +++ b/packages/ui/locales/de.json @@ -0,0 +1,110 @@ +{ + "data_feed_details": { + "contract_address": "Integration details", + "trigger_parameters": "Triggering conditions", + "integrate_proxy": "Integrate through proxy", + "integrate_directly": "Integrate directly", + "recommended_for_testing": "Recommended for testing and upgradability", + "optimized_for_gas_cost": "Optimized for gas cost and decentralization", + "proxy_address": "Proxy address", + "underlying_feed_contract": "Underlying feed contract address", + "erc2362_asset_id": "ERC2362 asset ID", + "integration_details_description": "Witnet price feeds can be integrated into your own {0} contracts in two different ways:", + "feed_description": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time the price changes by more than {deviation}%.", + "feed_description_routed": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated as soon as any of the related data feeds update.", + "feed_description_routed_cached": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time any of the related data feeds update." + }, + "main": { + "data_feeds": "Data feeds", + "network_subtitle": "Witnet data feeds currently available on" + }, + "navbar": { + "request_data_feed": "Request new price feed" + }, + "transactions_list": { + "transactions": "Update history", + "witnet_explorer": "Transaction in Witnet Block Explorer", + "etherscan": "Etherscan", + "value": "Reported price", + "time": "Time" + }, + "chart": { + "w": "7d", + "m": "30d", + "heartbeat": "ETA to next update", + "heartbeat_text": "The feed is updated before the heartbeat is reached", + "deviation": "Deviation threshold", + "deviation_text": "When the price moves more than the deviation threshold, a data request is sent to the Witnet network to get an updated value", + "use_data_feed": "Use this data feed", + "last_update": "Last update", + "status": "Status", + "operational": "Fully operational", + "delay": "Delay detected", + "error": "Error detected" + }, + "copied": "Copied", + "copy": "Copy", + "and": "and", + "footer": { + "documentation": "Documentation", + "request_data_feed": "Request new price feed", + "about_witnet": "About Witnet", + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Oracle", + "token": "Token", + "ecosystem": "Ecosystem", + "community": "Community", + "whitepaper": "Whitepaper" + }, + "ecosystem": { + "title": "Ecosystem", + "full_node": "Full node", + "wallet": "Wallet", + "block_explorer": "Block explorer", + "monitor": "Network monitor", + "data_feeds_explorer": "Data Feeds Explorer" + }, + "community": { + "title": "Community", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "Developers", + "documentation": "Documentation", + "price_feeds": "Price Feeds", + "randomness": "Randomness", + "get_post_request": "Data Requests" + } + }, + "ado_text": "Witnet is part of the Alliance of Decentralized Oracles (ADO), a joint effort by leading decentralized oracle solutions to make the life of smart contract developers easier by creating oracle standards. Learn more about the ADO at {0}", + "copyright": { + "base": "© {0} by {1} and individual contributors. Content available under a {2}.", + "witnet_foundation": "Witnet Foundation", + "license": "Creative Commons License" + } + }, + "landing": { + "supported_chains": { + "title": "Supported chains", + "subtitle": "Blockchains in which the Witnet oracle is currently available" + }, + "upcoming_chains": { + "title": "Chains with upcoming support" + }, + "partners": { + "title": "Users and Partners" + } + }, + "feeds": "feeds", + "data_feeds": "Data feeds", + "networks": "Networks", + "chains": "Chains", + "less_networks": "Less networks", + "more_networks": "More networks" +} \ No newline at end of file diff --git a/packages/ui/locales/en.json b/packages/ui/locales/en.json index f3174742..51fa56da 100644 --- a/packages/ui/locales/en.json +++ b/packages/ui/locales/en.json @@ -1,23 +1,25 @@ { "data_feed_details": { "contract_address": "Integration details", - "trigger_parameters": "Trigger parameters", + "trigger_parameters": "Triggering conditions", "integrate_proxy": "Integrate through proxy", "integrate_directly": "Integrate directly", "recommended_for_testing": "Recommended for testing and upgradability", "optimized_for_gas_cost": "Optimized for gas cost and decentralization", "proxy_address": "Proxy address", - "underlying_feed_contract": "Underlaying feed contract address", + "underlying_feed_contract": "Underlying feed contract address", "erc2362_asset_id": "ERC2362 asset ID", "integration_details_description": "Witnet price feeds can be integrated into your own {0} contracts in two different ways:", - "feed_description": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time the price changes by more than {deviation}." + "feed_description": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time the price changes by more than {deviation}%.", + "feed_description_routed": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated as soon as any of the related data feeds update.", + "feed_description_routed_cached": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time any of the related data feeds update." }, "main": { "data_feeds": "Data feeds", "network_subtitle": "Witnet data feeds currently available on" }, "navbar": { - "request_data_feed": "Request data feed" + "request_data_feed": "Request new price feed" }, "transactions_list": { "transactions": "Update history", @@ -45,8 +47,64 @@ "and": "and", "footer": { "documentation": "Documentation", - "request_data_feed": "Request data feed", + "request_data_feed": "Request new price feed", "about_witnet": "About Witnet", - "copyright": "© 2018–2022 by Witnet Foundation and individual contributors. Content available under a Creative Commons License." - } + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Oracle", + "token": "Token", + "ecosystem": "Ecosystem", + "community": "Community", + "whitepaper": "Whitepaper" + }, + "ecosystem": { + "title": "Ecosystem", + "full_node": "Full node", + "wallet": "Wallet", + "block_explorer": "Block explorer", + "monitor": "Network monitor", + "data_feeds_explorer": "Data Feeds Explorer" + }, + "community": { + "title": "Community", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "Developers", + "documentation": "Documentation", + "price_feeds": "Price Feeds", + "randomness": "Randomness", + "get_post_request": "Data Requests" + } + }, + "ado_text": "Witnet is part of the Alliance of Decentralized Oracles (ADO), a joint effort by leading decentralized oracle solutions to make the life of smart contract developers easier by creating oracle standards. Learn more about the ADO at {0}", + "copyright": { + "base": "© {0} by {1} and individual contributors. Content available under a {2}.", + "witnet_foundation": "Witnet Foundation", + "license": "Creative Commons License" + } + }, + "landing": { + "supported_chains": { + "title": "Supported chains", + "subtitle": "Blockchains in which the Witnet oracle is currently available" + }, + "upcoming_chains": { + "title": "Chains with upcoming support" + }, + "partners": { + "title": "Users and Partners" + } + }, + "feeds": "feeds", + "data_feeds": "Data feeds", + "networks": "Networks", + "chains": "Chains", + "less_networks": "Less networks", + "more_networks": "More networks" } \ No newline at end of file diff --git a/packages/ui/locales/es.json b/packages/ui/locales/es.json index 526c1e63..36181e64 100644 --- a/packages/ui/locales/es.json +++ b/packages/ui/locales/es.json @@ -1,23 +1,25 @@ { "data_feed_details": { "contract_address": "Detalles de integración", - "trigger_parameters": "Parámetros", + "trigger_parameters": "Triggering conditions", "integrate_proxy": "Integrar a través de proxy", "integrate_directly": "Integrar directamente", "recommended_for_testing": "Recomendado para pruebas y actualizaciones", "optimized_for_gas_cost": "Optimizado para el coste del gas y mayor descentralización", "proxy_address": "Dirección proxy", - "underlying_feed_contract": "Dirección del contrato", + "underlying_feed_contract": "Underlying feed contract address", "erc2362_asset_id": "Identificador ERC2362", "integration_details_description": "Los data feed de Witnet pueden ser integrados en tu propio contrato de {0} de dos formas diferentes:", - "feed_description": "Esto es un data feed de Witnet para {name}, disponible en {network}. El último resultado disponible es {value} (actualizado el {date}). Este data feed se actualiza cada {heartbeat}, o cada vez que su valor varía más de un {deviation}." + "feed_description": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time the price changes by more than {deviation}%.", + "feed_description_routed": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated as soon as any of the related data feeds update.", + "feed_description_routed_cached": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time any of the related data feeds update." }, "main": { "data_feeds": "Data feeds", "network_subtitle": "Data feeds de Witnet disponibles en" }, "navbar": { - "request_data_feed": "Solicita un data feed" + "request_data_feed": "Request new price feed" }, "transactions_list": { "transactions": "Historial de actualizaciones", @@ -45,8 +47,64 @@ "and": "y", "footer": { "documentation": "Documentación", - "request_data_feed": "Solicita un data feed", + "request_data_feed": "Request new price feed", "about_witnet": "Sobre Witnet", - "copyright": "© 2018–2022 por la Fundación Witnet y colaboradores particulaes. Contenido disponible bajo licencia de Creative Commons." - } + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Oráculo", + "token": "Token", + "ecosystem": "Ecosistema", + "community": "Comunidad", + "whitepaper": "Whitepaper" + }, + "ecosystem": { + "title": "Ecosistema", + "full_node": "Nodo completo", + "wallet": "Wallet", + "block_explorer": "Explorador de bloques", + "monitor": "Monitor de red", + "data_feeds_explorer": "Data Feeds Explorer" + }, + "community": { + "title": "Comunidad", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "Developers", + "documentation": "Documentación", + "price_feeds": "Price Feeds", + "randomness": "Randomness", + "get_post_request": "Data Requests" + } + }, + "ado_text": "Witnet es parte de la Alianza de Oráculos Descentralizados (ADO), un esfuerzo conjunto que lidera soluciones de oráculos descentralizados para facilitar la vida de los desarrolladores de smart contracts mediante la creación de estándares de oráculo. Más información sobre ADO en {0}", + "copyright": { + "base": "© {0} by {1} and individual contributors. Content available under a {2}.", + "witnet_foundation": "Witnet Foundation", + "license": "Licencia Creative Commons" + } + }, + "landing": { + "supported_chains": { + "title": "Supported chains", + "subtitle": "Blockchains in which the Witnet oracle is currently available" + }, + "upcoming_chains": { + "title": "Chains with upcoming support" + }, + "partners": { + "title": "Users and Partners" + } + }, + "feeds": "feeds", + "data_feeds": "Data feeds", + "networks": "Networks", + "chains": "Chains", + "less_networks": "Less networks", + "more_networks": "More networks" } \ No newline at end of file diff --git a/packages/ui/locales/fr.json b/packages/ui/locales/fr.json new file mode 100644 index 00000000..e966044f --- /dev/null +++ b/packages/ui/locales/fr.json @@ -0,0 +1,110 @@ +{ + "data_feed_details": { + "contract_address": "Détails de l'intégration", + "trigger_parameters": "Conditions de déclenchement", + "integrate_proxy": "Intégrer via le proxy", + "integrate_directly": "Intégrer directement", + "recommended_for_testing": "Recommandé pour les tests et la mise à jour", + "optimized_for_gas_cost": "Optimisé pour le coût du gaz et la décentralisation", + "proxy_address": "Adresse proxy", + "underlying_feed_contract": "Adresse du contrat du flux sous-jacent", + "erc2362_asset_id": "ERC2362 asset ID", + "integration_details_description": "Les flux de prix Witnet peuvent être intégrés à vos propres contrats {0} de deux manières différentes :", + "feed_description": "Il s'agit d'un flux de données {name} alimenté par Witnet disponible sur {network}. La dernière valeur rapportée est {value} (mise à jour le {date}). Ce flux de données est mis à jour tous les {heartbeat}, ou chaque fois que le prix change de plus de {deviation}%.", + "feed_description_routed": "Il s'agit d'un flux de données {name} alimenté par Witnet disponible sur {network}. La dernière valeur rapportée est {value} (mise à jour le {date}). Ce flux de données est mis à jour dès que le flux de données y afférent se met à jour.", + "feed_description_routed_cached": "Il s'agit d'un flux de données {name} alimenté par Witnet disponible sur {network}. La dernière valeur rapportée est {value} (mise à jour le {date}). Ce flux de données est mis à jour tous les {heartbeat}, ou chaque fois qu'un des flux de données connexes est mis à jour." + }, + "main": { + "data_feeds": "Flux de données", + "network_subtitle": "Flux de données Witnet actuellement disponible sur" + }, + "navbar": { + "request_data_feed": "Demander un nouveau flux de prix" + }, + "transactions_list": { + "transactions": "Mettre à jour l’historique", + "witnet_explorer": "Transaction dans Witnet Block Explorer", + "etherscan": "Etherscan", + "value": "Prix rapporté", + "time": "Temps" + }, + "chart": { + "w": "7j", + "m": "30J", + "heartbeat": "Délai avant la prochaine mise à jour", + "heartbeat_text": "The feed is updated before the heartbeat is reached", + "deviation": "Seuil de déviation", + "deviation_text": "Lorsque le prix dépasse le seuil d'écart, une demande de données est envoyée au réseau Witnet pour obtenir une valeur mise à jour", + "use_data_feed": "Utiliser ce flux de données", + "last_update": "Dernière mise à jour", + "status": "Statut", + "operational": "Entièrement opérationnel", + "delay": "Délai détecté", + "error": "Erreur détectée" + }, + "copied": "Copié", + "copy": "Copier", + "and": "et", + "footer": { + "documentation": "Documentation", + "request_data_feed": "Demander un nouveau flux de prix", + "about_witnet": "À propos de Witnet", + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Oracle", + "token": "Jeton", + "ecosystem": "Écosystème", + "community": "Communauté", + "whitepaper": "Livre blanc" + }, + "ecosystem": { + "title": "Écosystème", + "full_node": "Nœud complet", + "wallet": "Wallet", + "block_explorer": "Explorateur de blocs", + "monitor": "Surveillance du réseau", + "data_feeds_explorer": "Explorateur de flux de données" + }, + "community": { + "title": "Communauté", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "YouTube" + }, + "developers": { + "title": "Développeurs", + "documentation": "Documentation", + "price_feeds": "Flux de prix", + "randomness": "Aléatoire", + "get_post_request": "Demandes de données" + } + }, + "ado_text": "Witnet fait partie de l'Alliance des Oracles décentralisés (ADO), un effort conjoint en menant des solutions oracle décentralisées pour faciliter la vie des développeurs de contrats intelligents en créant des standards oracle. En savoir plus sur l'ADO à {0}", + "copyright": { + "base": "© {0} par {1} et les contributeurs individuels. Contenu disponible sous {2}.", + "witnet_foundation": "Witnet Fondation", + "license": "Creative Commons License" + } + }, + "landing": { + "supported_chains": { + "title": "Chaînes supportées", + "subtitle": "Chaînes de blocs dans lesquelles l'oracle Witnet est actuellement disponible" + }, + "upcoming_chains": { + "title": "Chaînes avec support à venir" + }, + "partners": { + "title": "Utilisateurs et partenaires" + } + }, + "feeds": "flux", + "data_feeds": "Flux de données", + "networks": "Réseaux", + "chains": "Chaînes", + "less_networks": "Moins de réseaux", + "more_networks": "Plus de réseaux" +} \ No newline at end of file diff --git a/packages/ui/locales/hi.json b/packages/ui/locales/hi.json new file mode 100644 index 00000000..51fa56da --- /dev/null +++ b/packages/ui/locales/hi.json @@ -0,0 +1,110 @@ +{ + "data_feed_details": { + "contract_address": "Integration details", + "trigger_parameters": "Triggering conditions", + "integrate_proxy": "Integrate through proxy", + "integrate_directly": "Integrate directly", + "recommended_for_testing": "Recommended for testing and upgradability", + "optimized_for_gas_cost": "Optimized for gas cost and decentralization", + "proxy_address": "Proxy address", + "underlying_feed_contract": "Underlying feed contract address", + "erc2362_asset_id": "ERC2362 asset ID", + "integration_details_description": "Witnet price feeds can be integrated into your own {0} contracts in two different ways:", + "feed_description": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time the price changes by more than {deviation}%.", + "feed_description_routed": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated as soon as any of the related data feeds update.", + "feed_description_routed_cached": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time any of the related data feeds update." + }, + "main": { + "data_feeds": "Data feeds", + "network_subtitle": "Witnet data feeds currently available on" + }, + "navbar": { + "request_data_feed": "Request new price feed" + }, + "transactions_list": { + "transactions": "Update history", + "witnet_explorer": "Transaction in Witnet Block Explorer", + "etherscan": "Etherscan", + "value": "Reported price", + "time": "Time" + }, + "chart": { + "w": "7d", + "m": "30d", + "heartbeat": "ETA to next update", + "heartbeat_text": "The feed is updated before the heartbeat is reached", + "deviation": "Deviation threshold", + "deviation_text": "When the price moves more than the deviation threshold, a data request is sent to the Witnet network to get an updated value", + "use_data_feed": "Use this data feed", + "last_update": "Last update", + "status": "Status", + "operational": "Fully operational", + "delay": "Delay detected", + "error": "Error detected" + }, + "copied": "Copied", + "copy": "Copy", + "and": "and", + "footer": { + "documentation": "Documentation", + "request_data_feed": "Request new price feed", + "about_witnet": "About Witnet", + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Oracle", + "token": "Token", + "ecosystem": "Ecosystem", + "community": "Community", + "whitepaper": "Whitepaper" + }, + "ecosystem": { + "title": "Ecosystem", + "full_node": "Full node", + "wallet": "Wallet", + "block_explorer": "Block explorer", + "monitor": "Network monitor", + "data_feeds_explorer": "Data Feeds Explorer" + }, + "community": { + "title": "Community", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "Developers", + "documentation": "Documentation", + "price_feeds": "Price Feeds", + "randomness": "Randomness", + "get_post_request": "Data Requests" + } + }, + "ado_text": "Witnet is part of the Alliance of Decentralized Oracles (ADO), a joint effort by leading decentralized oracle solutions to make the life of smart contract developers easier by creating oracle standards. Learn more about the ADO at {0}", + "copyright": { + "base": "© {0} by {1} and individual contributors. Content available under a {2}.", + "witnet_foundation": "Witnet Foundation", + "license": "Creative Commons License" + } + }, + "landing": { + "supported_chains": { + "title": "Supported chains", + "subtitle": "Blockchains in which the Witnet oracle is currently available" + }, + "upcoming_chains": { + "title": "Chains with upcoming support" + }, + "partners": { + "title": "Users and Partners" + } + }, + "feeds": "feeds", + "data_feeds": "Data feeds", + "networks": "Networks", + "chains": "Chains", + "less_networks": "Less networks", + "more_networks": "More networks" +} \ No newline at end of file diff --git a/packages/ui/locales/it.json b/packages/ui/locales/it.json new file mode 100644 index 00000000..51fa56da --- /dev/null +++ b/packages/ui/locales/it.json @@ -0,0 +1,110 @@ +{ + "data_feed_details": { + "contract_address": "Integration details", + "trigger_parameters": "Triggering conditions", + "integrate_proxy": "Integrate through proxy", + "integrate_directly": "Integrate directly", + "recommended_for_testing": "Recommended for testing and upgradability", + "optimized_for_gas_cost": "Optimized for gas cost and decentralization", + "proxy_address": "Proxy address", + "underlying_feed_contract": "Underlying feed contract address", + "erc2362_asset_id": "ERC2362 asset ID", + "integration_details_description": "Witnet price feeds can be integrated into your own {0} contracts in two different ways:", + "feed_description": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time the price changes by more than {deviation}%.", + "feed_description_routed": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated as soon as any of the related data feeds update.", + "feed_description_routed_cached": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time any of the related data feeds update." + }, + "main": { + "data_feeds": "Data feeds", + "network_subtitle": "Witnet data feeds currently available on" + }, + "navbar": { + "request_data_feed": "Request new price feed" + }, + "transactions_list": { + "transactions": "Update history", + "witnet_explorer": "Transaction in Witnet Block Explorer", + "etherscan": "Etherscan", + "value": "Reported price", + "time": "Time" + }, + "chart": { + "w": "7d", + "m": "30d", + "heartbeat": "ETA to next update", + "heartbeat_text": "The feed is updated before the heartbeat is reached", + "deviation": "Deviation threshold", + "deviation_text": "When the price moves more than the deviation threshold, a data request is sent to the Witnet network to get an updated value", + "use_data_feed": "Use this data feed", + "last_update": "Last update", + "status": "Status", + "operational": "Fully operational", + "delay": "Delay detected", + "error": "Error detected" + }, + "copied": "Copied", + "copy": "Copy", + "and": "and", + "footer": { + "documentation": "Documentation", + "request_data_feed": "Request new price feed", + "about_witnet": "About Witnet", + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Oracle", + "token": "Token", + "ecosystem": "Ecosystem", + "community": "Community", + "whitepaper": "Whitepaper" + }, + "ecosystem": { + "title": "Ecosystem", + "full_node": "Full node", + "wallet": "Wallet", + "block_explorer": "Block explorer", + "monitor": "Network monitor", + "data_feeds_explorer": "Data Feeds Explorer" + }, + "community": { + "title": "Community", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "Developers", + "documentation": "Documentation", + "price_feeds": "Price Feeds", + "randomness": "Randomness", + "get_post_request": "Data Requests" + } + }, + "ado_text": "Witnet is part of the Alliance of Decentralized Oracles (ADO), a joint effort by leading decentralized oracle solutions to make the life of smart contract developers easier by creating oracle standards. Learn more about the ADO at {0}", + "copyright": { + "base": "© {0} by {1} and individual contributors. Content available under a {2}.", + "witnet_foundation": "Witnet Foundation", + "license": "Creative Commons License" + } + }, + "landing": { + "supported_chains": { + "title": "Supported chains", + "subtitle": "Blockchains in which the Witnet oracle is currently available" + }, + "upcoming_chains": { + "title": "Chains with upcoming support" + }, + "partners": { + "title": "Users and Partners" + } + }, + "feeds": "feeds", + "data_feeds": "Data feeds", + "networks": "Networks", + "chains": "Chains", + "less_networks": "Less networks", + "more_networks": "More networks" +} \ No newline at end of file diff --git a/packages/ui/locales/ja.json b/packages/ui/locales/ja.json new file mode 100644 index 00000000..8d96c890 --- /dev/null +++ b/packages/ui/locales/ja.json @@ -0,0 +1,110 @@ +{ + "data_feed_details": { + "contract_address": "Integration details", + "trigger_parameters": "Triggering conditions", + "integrate_proxy": "Integrate through proxy", + "integrate_directly": "Integrate directly", + "recommended_for_testing": "Recommended for testing and upgradability", + "optimized_for_gas_cost": "Optimized for gas cost and decentralization", + "proxy_address": "Proxy address", + "underlying_feed_contract": "Underlying feed contract address", + "erc2362_asset_id": "ERC2362 asset ID", + "integration_details_description": "Witnet price feeds can be integrated into your own {0} contracts in two different ways:", + "feed_description": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time the price changes by more than {deviation}%.", + "feed_description_routed": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated as soon as any of the related data feeds update.", + "feed_description_routed_cached": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time any of the related data feeds update." + }, + "main": { + "data_feeds": "Data feeds", + "network_subtitle": "Witnet data feeds currently available on" + }, + "navbar": { + "request_data_feed": "Request new price feed" + }, + "transactions_list": { + "transactions": "Update history", + "witnet_explorer": "Transaction in Witnet Block Explorer", + "etherscan": "Etherscan", + "value": "Reported price", + "time": "Time" + }, + "chart": { + "w": "7d", + "m": "30d", + "heartbeat": "ETA to next update", + "heartbeat_text": "The feed is updated before the heartbeat is reached", + "deviation": "Deviation threshold", + "deviation_text": "When the price moves more than the deviation threshold, a data request is sent to the Witnet network to get an updated value", + "use_data_feed": "Use this data feed", + "last_update": "Last update", + "status": "Status", + "operational": "Fully operational", + "delay": "Delay detected", + "error": "Error detected" + }, + "copied": "コピーした", + "copy": "コピーする", + "and": "and", + "footer": { + "documentation": "Documentation", + "request_data_feed": "Request new price feed", + "about_witnet": "About Witnet", + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Oracle", + "token": "Token", + "ecosystem": "Ecosystem", + "community": "Community", + "whitepaper": "Whitepaper" + }, + "ecosystem": { + "title": "Ecosystem", + "full_node": "Full node", + "wallet": "ウォレット", + "block_explorer": "Block explorer", + "monitor": "Network monitor", + "data_feeds_explorer": "Data Feeds Explorer" + }, + "community": { + "title": "Community", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "Developers", + "documentation": "Documentation", + "price_feeds": "Price Feeds", + "randomness": "Randomness", + "get_post_request": "Data Requests" + } + }, + "ado_text": "Witnet is part of the Alliance of Decentralized Oracles (ADO), a joint effort by leading decentralized oracle solutions to make the life of smart contract developers easier by creating oracle standards. Learn more about the ADO at {0}", + "copyright": { + "base": "© {0} by {1} and individual contributors. Content available under a {2}.", + "witnet_foundation": "Witnet Foundation", + "license": "Creative Commons License" + } + }, + "landing": { + "supported_chains": { + "title": "Supported chains", + "subtitle": "Blockchains in which the Witnet oracle is currently available" + }, + "upcoming_chains": { + "title": "Chains with upcoming support" + }, + "partners": { + "title": "Users and Partners" + } + }, + "feeds": "feeds", + "data_feeds": "Data feeds", + "networks": "Networks", + "chains": "Chains", + "less_networks": "Less networks", + "more_networks": "More networks" +} \ No newline at end of file diff --git a/packages/ui/locales/ko.json b/packages/ui/locales/ko.json new file mode 100644 index 00000000..51fa56da --- /dev/null +++ b/packages/ui/locales/ko.json @@ -0,0 +1,110 @@ +{ + "data_feed_details": { + "contract_address": "Integration details", + "trigger_parameters": "Triggering conditions", + "integrate_proxy": "Integrate through proxy", + "integrate_directly": "Integrate directly", + "recommended_for_testing": "Recommended for testing and upgradability", + "optimized_for_gas_cost": "Optimized for gas cost and decentralization", + "proxy_address": "Proxy address", + "underlying_feed_contract": "Underlying feed contract address", + "erc2362_asset_id": "ERC2362 asset ID", + "integration_details_description": "Witnet price feeds can be integrated into your own {0} contracts in two different ways:", + "feed_description": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time the price changes by more than {deviation}%.", + "feed_description_routed": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated as soon as any of the related data feeds update.", + "feed_description_routed_cached": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time any of the related data feeds update." + }, + "main": { + "data_feeds": "Data feeds", + "network_subtitle": "Witnet data feeds currently available on" + }, + "navbar": { + "request_data_feed": "Request new price feed" + }, + "transactions_list": { + "transactions": "Update history", + "witnet_explorer": "Transaction in Witnet Block Explorer", + "etherscan": "Etherscan", + "value": "Reported price", + "time": "Time" + }, + "chart": { + "w": "7d", + "m": "30d", + "heartbeat": "ETA to next update", + "heartbeat_text": "The feed is updated before the heartbeat is reached", + "deviation": "Deviation threshold", + "deviation_text": "When the price moves more than the deviation threshold, a data request is sent to the Witnet network to get an updated value", + "use_data_feed": "Use this data feed", + "last_update": "Last update", + "status": "Status", + "operational": "Fully operational", + "delay": "Delay detected", + "error": "Error detected" + }, + "copied": "Copied", + "copy": "Copy", + "and": "and", + "footer": { + "documentation": "Documentation", + "request_data_feed": "Request new price feed", + "about_witnet": "About Witnet", + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Oracle", + "token": "Token", + "ecosystem": "Ecosystem", + "community": "Community", + "whitepaper": "Whitepaper" + }, + "ecosystem": { + "title": "Ecosystem", + "full_node": "Full node", + "wallet": "Wallet", + "block_explorer": "Block explorer", + "monitor": "Network monitor", + "data_feeds_explorer": "Data Feeds Explorer" + }, + "community": { + "title": "Community", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "Developers", + "documentation": "Documentation", + "price_feeds": "Price Feeds", + "randomness": "Randomness", + "get_post_request": "Data Requests" + } + }, + "ado_text": "Witnet is part of the Alliance of Decentralized Oracles (ADO), a joint effort by leading decentralized oracle solutions to make the life of smart contract developers easier by creating oracle standards. Learn more about the ADO at {0}", + "copyright": { + "base": "© {0} by {1} and individual contributors. Content available under a {2}.", + "witnet_foundation": "Witnet Foundation", + "license": "Creative Commons License" + } + }, + "landing": { + "supported_chains": { + "title": "Supported chains", + "subtitle": "Blockchains in which the Witnet oracle is currently available" + }, + "upcoming_chains": { + "title": "Chains with upcoming support" + }, + "partners": { + "title": "Users and Partners" + } + }, + "feeds": "feeds", + "data_feeds": "Data feeds", + "networks": "Networks", + "chains": "Chains", + "less_networks": "Less networks", + "more_networks": "More networks" +} \ No newline at end of file diff --git a/packages/ui/locales/pt.json b/packages/ui/locales/pt.json new file mode 100644 index 00000000..7dae3b60 --- /dev/null +++ b/packages/ui/locales/pt.json @@ -0,0 +1,110 @@ +{ + "data_feed_details": { + "contract_address": "Integration details", + "trigger_parameters": "Triggering conditions", + "integrate_proxy": "Integrate through proxy", + "integrate_directly": "Integrate directly", + "recommended_for_testing": "Recommended for testing and upgradability", + "optimized_for_gas_cost": "Optimized for gas cost and decentralization", + "proxy_address": "Proxy address", + "underlying_feed_contract": "Underlying feed contract address", + "erc2362_asset_id": "ERC2362 asset ID", + "integration_details_description": "Witnet price feeds can be integrated into your own {0} contracts in two different ways:", + "feed_description": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time the price changes by more than {deviation}%.", + "feed_description_routed": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated as soon as any of the related data feeds update.", + "feed_description_routed_cached": "This is a Witnet powered {name} data feed available on {network}. Last reported value is {value} (updated on {date}). This data feed is updated every {heartbeat}, or every time any of the related data feeds update." + }, + "main": { + "data_feeds": "Data feeds", + "network_subtitle": "Witnet data feeds currently available on" + }, + "navbar": { + "request_data_feed": "Request new price feed" + }, + "transactions_list": { + "transactions": "Update history", + "witnet_explorer": "Transaction in Witnet Block Explorer", + "etherscan": "Etherscan", + "value": "Reported price", + "time": "Time" + }, + "chart": { + "w": "7d", + "m": "30d", + "heartbeat": "ETA to next update", + "heartbeat_text": "The feed is updated before the heartbeat is reached", + "deviation": "Deviation threshold", + "deviation_text": "When the price moves more than the deviation threshold, a data request is sent to the Witnet network to get an updated value", + "use_data_feed": "Use this data feed", + "last_update": "Last update", + "status": "Status", + "operational": "Fully operational", + "delay": "Delay detected", + "error": "Error detected" + }, + "copied": "Copied", + "copy": "Copy", + "and": "and", + "footer": { + "documentation": "Documentation", + "request_data_feed": "Request new price feed", + "about_witnet": "About Witnet", + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Oracle", + "token": "Token", + "ecosystem": "Ecosystem", + "community": "Community", + "whitepaper": "Whitepaper" + }, + "ecosystem": { + "title": "Ecosystem", + "full_node": "Full node", + "wallet": "Carteira", + "block_explorer": "Block explorer", + "monitor": "Network monitor", + "data_feeds_explorer": "Data Feeds Explorer" + }, + "community": { + "title": "Community", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "Developers", + "documentation": "Documentation", + "price_feeds": "Price Feeds", + "randomness": "Randomness", + "get_post_request": "Data Requests" + } + }, + "ado_text": "Witnet is part of the Alliance of Decentralized Oracles (ADO), a joint effort by leading decentralized oracle solutions to make the life of smart contract developers easier by creating oracle standards. Learn more about the ADO at {0}", + "copyright": { + "base": "© {0} by {1} and individual contributors. Content available under a {2}.", + "witnet_foundation": "Witnet Foundation", + "license": "Creative Commons License" + } + }, + "landing": { + "supported_chains": { + "title": "Supported chains", + "subtitle": "Blockchains in which the Witnet oracle is currently available" + }, + "upcoming_chains": { + "title": "Chains with upcoming support" + }, + "partners": { + "title": "Users and Partners" + } + }, + "feeds": "feeds", + "data_feeds": "Data feeds", + "networks": "Networks", + "chains": "Chains", + "less_networks": "Less networks", + "more_networks": "More networks" +} \ No newline at end of file diff --git a/packages/ui/locales/ru.json b/packages/ui/locales/ru.json new file mode 100644 index 00000000..53cc71bf --- /dev/null +++ b/packages/ui/locales/ru.json @@ -0,0 +1,110 @@ +{ + "data_feed_details": { + "contract_address": "Подробности интеграции", + "trigger_parameters": "Условия срабатывания", + "integrate_proxy": "Интеграция через прокси", + "integrate_directly": "Интеграция напрямую", + "recommended_for_testing": "Рекомендовано для тестирования и обновления", + "optimized_for_gas_cost": "Оптимизировано для затрат на газ и децентрализации", + "proxy_address": "Адрес прокси", + "underlying_feed_contract": "Основной потоковый адрес контракта", + "erc2362_asset_id": "Идентификатор актива ERC2362", + "integration_details_description": "Ценовые каналы Witnet могут быть интегрированы в ваши контракты {0} двумя разными способами:", + "feed_description": "Это поток данных {name} на базе Witnet, доступный в {network}. Последнее значение: {value} (обновлено {date}). Этот поток данных обновляется каждые {heartbeat} или каждый раз, когда цена изменяется более чем на {deviation}%.", + "feed_description_routed": "Это поток данных {name} на базе Witnet, доступный в {network}. Последнее значение: {value} (обновлено {date}). Этот поток данных обновляется, как только обновляется любой из связанных потоков данных.", + "feed_description_routed_cached": "Это поток данных {name} на базе Witnet, доступный в {network}. Последнее значение: {value} (обновлено {date}). Этот поток данных обновляется каждые {heartbeat} или при каждом обновлении любого из связанных потоков данных." + }, + "main": { + "data_feeds": "Потоки данных", + "network_subtitle": "Потоки данных Witnet в настоящее время доступны на" + }, + "navbar": { + "request_data_feed": "Запросить новый ценовой поток" + }, + "transactions_list": { + "transactions": "Обновить историю", + "witnet_explorer": "Транзакция в обозревателе блоков Witnet", + "etherscan": "Etherscan", + "value": "Заявленная цена", + "time": "Время" + }, + "chart": { + "w": "7дней", + "m": "30дней", + "heartbeat": "Время до следующего обновления", + "heartbeat_text": "Поток обновляется до того, как будет достигнут пульс", + "deviation": "Предел отклонения", + "deviation_text": "При движении цены больше порога отклонения, запрос данных отправляется в сеть Witnet для получения обновленного значения", + "use_data_feed": "Использовать этот поток данных", + "last_update": "Последнее обновление", + "status": "Состояние", + "operational": "Полностью функционирует", + "delay": "Обнаружена задержка", + "error": "Обнаружена ошибка" + }, + "copied": "Скопировано", + "copy": "Скопировать", + "and": "и", + "footer": { + "documentation": "Документация", + "request_data_feed": "Запросить новый ценовой поток", + "about_witnet": "Информация о Witnet", + "links": { + "witnet": { + "title": "Witnet", + "oracle": "Оракул", + "token": "Токен", + "ecosystem": "Экосистема", + "community": "Сообщество", + "whitepaper": "Техническая документация (whitepaper)" + }, + "ecosystem": { + "title": "Экосистема", + "full_node": "Полноценный узел сети", + "wallet": "Кошелек", + "block_explorer": "Обозреватель блоков", + "monitor": "Сетевой монитор", + "data_feeds_explorer": "Обозреватель потоков данных" + }, + "community": { + "title": "Сообщество", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "Разработчики", + "documentation": "Документация", + "price_feeds": "Ценовые потоки", + "randomness": "Случайность", + "get_post_request": "Запросы данных" + } + }, + "ado_text": "Witnet является частью альянса децентрализованных оракулов (ADO), совместными усилиями ведущих децентрализованных решений оракулов, направленных на облегчение жизни разработчиков смарт-контрактов путем создания стандартов оракулов. Узнайте больше об ADO на странице {0}", + "copyright": { + "base": "© {0} от {1} и отдельных участников. Контент доступен {2}.", + "witnet_foundation": "Организация Witnet", + "license": "Лицензия Creative Commons" + } + }, + "landing": { + "supported_chains": { + "title": "Поддерживаемые цепочки", + "subtitle": "Блокчейны, в которых сейчас доступен оракул Witnet" + }, + "upcoming_chains": { + "title": "Цепочки с предстоящей поддержкой" + }, + "partners": { + "title": "Пользователи и Партнеры" + } + }, + "feeds": "потоки", + "data_feeds": "Потоки данных", + "networks": "Сети", + "chains": "Цепочки", + "less_networks": "Меньше сетей", + "more_networks": "Больше сетей" +} \ No newline at end of file diff --git a/packages/ui/locales/zh.json b/packages/ui/locales/zh.json new file mode 100644 index 00000000..8425ea37 --- /dev/null +++ b/packages/ui/locales/zh.json @@ -0,0 +1,110 @@ +{ + "data_feed_details": { + "contract_address": "集成详情", + "trigger_parameters": "触发条件", + "integrate_proxy": "通过代理服务器集成", + "integrate_directly": "直接集成", + "recommended_for_testing": "推荐测试和升级", + "optimized_for_gas_cost": "优化成本和去中心化", + "proxy_address": "代理地址", + "underlying_feed_contract": "底层推送合约地址", + "erc2362_asset_id": "ERC2362 资产id", + "integration_details_description": "Witnet 价格推送可以通过两种不同方式整合到您自己的 {0} 合约中:", + "feed_description": "这是一个Witnet 驱动的 {name} 数据源,可用于 {network}。 上次报告的值是 {value} (更新于 {date})。 此数据源每 {heartbeat} 或每次价格变动超过 {deviation}%更新。", + "feed_description_routed": "这是一个Witnet 驱动的 {name} 数据源,可用于 {network}。 上次报告的值是 {value} (更新于 {date})。 这种数据源一旦任何有关数据源更新,就立即更新。", + "feed_description_routed_cached": "这是一个Witnet 驱动的 {name} 数据源,可用于 {network}。 上次报告的值是 {value} (更新于 {date})。 此数据源每 {heartbeat} 或每次相关数据源更新时更新一次。" + }, + "main": { + "data_feeds": "数据流", + "network_subtitle": "目前可用的Witnet 数据源" + }, + "navbar": { + "request_data_feed": "请求新的价格推送" + }, + "transactions_list": { + "transactions": "更新历史记录", + "witnet_explorer": "Witnet 区块浏览器中的交易", + "etherscan": "Etherscan", + "value": "报告的价格", + "time": "时间" + }, + "chart": { + "w": "7 天", + "m": "30天", + "heartbeat": "ETA 到下一次更新", + "heartbeat_text": "在心跳动到达之前更新源", + "deviation": "偏差阈值", + "deviation_text": "当价格移动超过偏差阈值时,数据请求将发送到Witnet 网络以获得更新值", + "use_data_feed": "使用此数据源", + "last_update": "最后更新", + "status": "状态:", + "operational": "完全运行", + "delay": "检测到延时", + "error": "检测到错误" + }, + "copied": "已复制", + "copy": "复制", + "and": "和", + "footer": { + "documentation": "文件", + "request_data_feed": "请求新的价格推送", + "about_witnet": "关于Witnet", + "links": { + "witnet": { + "title": "Witnet", + "oracle": "预言机", + "token": "代币", + "ecosystem": "生态环境", + "community": "社区", + "whitepaper": "白皮书" + }, + "ecosystem": { + "title": "生态环境", + "full_node": "全节点", + "wallet": "钱包", + "block_explorer": "区块浏览器", + "monitor": "网络监控器", + "data_feeds_explorer": "数据推送浏览器" + }, + "community": { + "title": "社区", + "telegram": "Telegram", + "discord": "Discord", + "twitter": "Twitter", + "reddit": "Reddit", + "youtube": "Youtube" + }, + "developers": { + "title": "开发者", + "documentation": "文档", + "price_feeds": "价格推送", + "randomness": "随机度:", + "get_post_request": "数据请求" + } + }, + "ado_text": "Witnet 是去中心化预言机联盟 (ADO) 的一部分,该联盟由领先的去中心化预言机解决方案共同努力,通过创建预言机标准,让智能合约开发人员的生活变得更轻松。在 {0} 了解有关 ADO 的更多信息", + "copyright": { + "base": "{0}(由 {1} 创作)和个人贡献者完成。内容详见: {2}.", + "witnet_foundation": "Witnet基金会", + "license": "知识共享许可" + } + }, + "landing": { + "supported_chains": { + "title": "支持的链", + "subtitle": "Witnet目前可用的区块链" + }, + "upcoming_chains": { + "title": "即将支持的链" + }, + "partners": { + "title": "用户和合作伙伴" + } + }, + "feeds": "数据源", + "data_feeds": "数据推送", + "networks": "网络", + "chains": "链", + "less_networks": "Less networks", + "more_networks": "More networks" +} \ No newline at end of file