parent
081565c081
commit
1e44586e2e
@ -0,0 +1,20 @@ |
|||||||
|
'use strict' |
||||||
|
import { NightwatchBrowser } from 'nightwatch' |
||||||
|
import init from '../helpers/init' |
||||||
|
|
||||||
|
module.exports = { |
||||||
|
|
||||||
|
before: function (browser: NightwatchBrowser, done: VoidFunction) { |
||||||
|
init(browser, done) |
||||||
|
}, |
||||||
|
|
||||||
|
'Should run walkthrough for recorder': function (browser: NightwatchBrowser) { |
||||||
|
browser |
||||||
|
.waitForElementPresent('*[data-id="remixIdeSidePanel"]') |
||||||
|
.clickLaunchIcon('udapp') |
||||||
|
.waitForElementPresent('*[data-id="recorderStartWalkthrough"]') |
||||||
|
.click('*[data-id="recorderStartWalkthrough"]') |
||||||
|
.waitForElementPresent('*[id="remixRecorderWalkthrowTitle"]') |
||||||
|
.waitForElementPresent('*[id="remixRecorderExpanded"]') |
||||||
|
} |
||||||
|
} |
@ -1,66 +1,61 @@ |
|||||||
{ |
{ |
||||||
"home.scamAlert": "Alerte arnaque", |
"home.scamAlert": "Scam Alert", |
||||||
"home.scamAlertText": "Le seul URL utilisé par Remix est remix.ethereum.org", |
"home.scamAlertText": "The only URL Remix uses is remix.ethereum.org", |
||||||
"home.scamAlertText2": "Méfiez-vous des vidéos en ligne qui font la promotion de \"front-runner bots\"", |
"home.scamAlertText2": "Beware of online videos promoting \"liquidity front runner bots\"", |
||||||
"home.scamAlertText3": "Conseils de sécurité supplémentaires", |
"home.scamAlertText3": "Additional safety tips", |
||||||
"home.learnMore": "En savoir plus", |
"home.learnMore": "Learn more", |
||||||
"home.here": "ici", |
"home.here": "here", |
||||||
"home.featured": "Recommandé", |
"home.featured": "Featured", |
||||||
"home.jumpIntoWeb3": "JUMP INTO WEB3", |
"home.jumpIntoWeb3": "WE NEED YOUR HELP", |
||||||
"home.jumpIntoWeb3More": "More", |
"home.jumpIntoWeb3More": "Go to survey", |
||||||
"home.jumpIntoWeb3Text": "Remix IDE is part of the Remix Project, a rich toolset that can be used for the entire journey of contract development by users of any knowledge level. Learn more on the Remix Project website.", |
"home.jumpIntoWeb3Text": "Remixers... Have a spare moment? Please help us improve your Remix experience with this one-minute survey.", |
||||||
"home.remixYouTube": "REGARDER POUR APPRENDRE", |
"home.remixYouTube": "WATCH TO LEARN", |
||||||
"home.remixYouTubeText1": "Conseils vidéo de l'équipe de Remix", |
"home.remixYouTubeText1": "Video Tips from the Remix Team", |
||||||
"home.remixYouTubeMore": "Regarder", |
"home.remixYouTubeMore": "Watch", |
||||||
"home.remixYouTubeText2": "Remix a une bibliothèque grandissante de vidéos contenant beaucoup de conseils pour utiliser l'outil. Vérifiez-les et abonnez-vous pour obtenir nos dernieres vidéos.", |
"home.remixYouTubeText2": "Remix has a growing library of videos containing lots of tips for using the tool. Check them out and subscribe to get our latest uploads.", |
||||||
"home.betaTesting": "Tests BETA", |
"home.betaTesting": "BETA TESTING", |
||||||
"home.betaTestingText1": "Notre communauté nous soutient.", |
"home.betaTestingText1": "Our community supports us.", |
||||||
"home.betaTestingText2": "Aidez-nous à tester les versions bêta dès maintenant et à gérer les nouvelles fonctionnalités !", |
"home.betaTestingText2": "Help us beta test releases now and get a handle on new features!", |
||||||
"home.betaTestingMore": "S'inscrire", |
"home.betaTestingMore": "Sign up", |
||||||
"home.featuredPlugins": "Plugins recommandés", |
"home.featuredPlugins": "Featured Plugins", |
||||||
"home.solidityPluginDesc": "Compiler, tester et analyser les smart contrats.", |
"home.solidityPluginDesc": "Compile, test, and analyze smart contracts.", |
||||||
"home.cookbookDesc": "Trouvez des smarts contrats, des bibliothèques solidity et découvrez des protocoles.", |
"home.starkNetPluginDesc": "Compile and deploy contracts with Cairo, a native language for StarkNet.", |
||||||
"home.codeAnalyizerPluginDesc": "Analysez votre code en utilisant Remix, Solhint et Slither.", |
"home.solhintPluginDesc": "Solhint is an open source project for linting Solidity code.", |
||||||
"home.starkNetPluginDesc": "Compiler et déployer des contrats avec Cairo, le language natif pour StarkNet.", |
"home.sourcifyPluginDesc": "Solidity contract and metadata verification service.", |
||||||
"home.solhintPluginDesc": "Solhint est un projet open source de linter pour code solidity.", |
"home.unitTestPluginDesc": "Write and run unit tests for your contracts in Solidity.", |
||||||
"home.sourcifyPluginDesc": "Service de vérification de contract solidity et des métadonnées.", |
"home.dgitPluginDesc": "Add source control to your projects.", |
||||||
"home.unitTestPluginDesc": "Écrire et exécuter des tests unitaires pour vos contrats en Solidity.", |
"home.oneClickDappDesc": "Quickly generate smart contract interfaces", |
||||||
"home.dgitPluginDesc": "Ajoutez le contrôle source à vos projets.", |
"home.getStarted": "Get Started", |
||||||
"home.oneClickDappDesc": "Générer rapidement des interfaces smart contract", |
"home.projectTemplates": "Project Templates", |
||||||
"home.getStarted": "Démarrer", |
"home.blankTemplateDesc": "Create an empty workspace.", |
||||||
"home.projectTemplates": "Template de projet", |
"home.remixDefaultTemplateDesc": "Create a workspace with sample files.", |
||||||
"home.blankTemplateDesc": "Créer un espace de travail vide.", |
"home.ozerc20TemplateDesc": "Create an ERC20 token by importing OpenZeppelin library.", |
||||||
"home.remixDefaultTemplateDesc": "Créer un espace de travail avec des exemples de fichiers.", |
"home.ozerc721TemplateDesc": "Create an NFT token by importing OpenZeppelin library.", |
||||||
"home.ozerc20TemplateDesc": "Créer un token ERC20 en important la bibliothèque OpenZeppelin.", |
"home.ozerc1155TemplateDesc": "Create an ERC1155 token by importing OpenZeppelin library.", |
||||||
"home.ozerc721TemplateDesc": "Créez un token NFT en important la bibliothèque OpenZeppelin.", |
"home.gnosisSafeMultisigTemplateDesc": "Create Multi-Signature wallets using this template.", |
||||||
"home.ozerc1155TemplateDesc": "Créez un token ERC1155 en important la bibliothèque OpenZeppelin.", |
"home.zeroxErc20TemplateDesc": "Create an ERC20 token by importing 0xProject contract.", |
||||||
"home.gnosisSafeMultisigTemplateDesc": "Créer des allet multi-signatures en utilisant ce modèle.", |
"home.learn": "Learn", |
||||||
"home.zeroxErc20TemplateDesc": "Créez un token ERC20 en important le contrat 0xProject.", |
"home.learnEth1": "Remix Basics", |
||||||
"home.learn": "Apprendre", |
"home.learnEth1Desc": "An introduction to Remix's interface and basic operations.", |
||||||
"home.learnEth1": "Bases de remix", |
"home.learnEth2": "Intro to Solidity", |
||||||
"home.learnEth1Desc": "Une introduction à l'interface de Remix et aux opérations de base.", |
"home.learnEth2Desc": "Interactively learn Solidity beginner concepts.", |
||||||
"home.learnEth2": "Introduction à Solidity", |
"home.remixAdvanced": "Deploying with Libraries", |
||||||
"home.learnEth2Desc": "Apprenez de façon interactive les concepts de base de Solidity.", |
"home.remixAdvancedDesc": "Learn to deploy with libraries in Remix", |
||||||
"home.remixAdvanced": "Déploiement avec les librairies", |
"home.remixYoutubePlaylist": "Remix Youtube Playlist", |
||||||
"home.remixAdvancedDesc": "Apprendre à déployer avec les librairies dans Remix", |
"home.remixTwitterProfile": "Remix Twitter Profile", |
||||||
"home.remixYoutubePlaylist": "Playlist Youtube de Remix", |
"home.remixLinkedinProfile": "Remix Linkedin Profile", |
||||||
"home.remixTwitterProfile": "Profile Twitter de Remix", |
"home.remixMediumPosts": "Remix Medium Posts", |
||||||
"home.remixLinkedinProfile": "Profil Linkedin de Remix", |
"home.remixGitterChannel": "Join us on Discord", |
||||||
"home.remixMediumPosts": "Articles Medium de Remix", |
"home.nativeIDE": "The Native IDE for Web3 Development.", |
||||||
"home.joinUsOnDiscord": "Rejoignez-nous sur Discord", |
"home.website": "Website", |
||||||
"home.nativeIDE": "L’IDE natif pour le développement Web3.", |
|
||||||
"home.website": "Site Web", |
|
||||||
"home.documentation": "Documentation", |
"home.documentation": "Documentation", |
||||||
"home.remixPlugin": "Plugin Remix", |
"home.remixPlugin": "Remix Plugin", |
||||||
"home.remixDesktop": "Version Desktop de Remix", |
"home.remixDesktop": "Remix Desktop", |
||||||
"home.searchDocumentation": "Rechercher dans la documentation", |
"home.searchDocumentation": "Search Documentation", |
||||||
"home.files": "Fichiers", |
"home.files": "Files", |
||||||
"home.newFile": "Nouveau Fichier", |
"home.newFile": "New File", |
||||||
"home.openFile": "Ouvrir Fichier", |
"home.openFile": "Open File", |
||||||
"home.accessFileSystem": "Accéder au système de fichiers", |
"home.connectToLocalhost": "Access File System", |
||||||
"home.loadFrom": "Charger de", |
"home.loadFrom": "Load from", |
||||||
"home.resources": "Ressources", |
"home.resources": "Resources" |
||||||
"home.connectToLocalhost": "Se connecter à Localhost", |
|
||||||
"home.seeAllTutorials": "Voir tous les tutoriels", |
|
||||||
"home.maintainedByRemix": "Maintenu par Remix" |
|
||||||
} |
} |
||||||
|
Loading…
Reference in new issue