DE & FR locales

This commit is contained in:
benber86 2021-05-15 20:08:55 +10:00
parent 89abe88650
commit d09be2fe21
3 changed files with 140 additions and 54 deletions

82
langs/de.json Normal file
View File

@ -0,0 +1,82 @@
{
"common": {
"loading": "Loading",
"error": "Fehler",
"close": "schließen"
},
"pages": {
"header": {
"instructions": "Anweisung"
},
"form": {
"twitterSignIn": "Mit Twitter anmelden",
"githubSignIn": "Mit Github anmelden"
},
"index": {
"sherpaCash": "Sherpa.cash",
"trustedSetupCeremonyTitle": "Vertrauenswürdige Einrichtungszeremonie",
"zkSnarks": "zk-SNARKs erfordern eine bereits vorhandene Einrichtung zwischen einem Beweisführer (Prover) und einem Prüfer (Verifier). Eine Reihe öffentlicher Parameter definiert die\" Spielregeln \"für die Erstellung von zk-SNARKs. Bitte tragen Sie mit Ihrer Entropiequelle bei, so dass Sherpa.cash völlig vertrauenslos werden kann.",
"contribute": "Beitragen",
"currently": "Jetzt gibt es",
"contributions": "Beiträge",
"account": "Konto",
"name": "Name",
"project": "Projekt",
"attestation": "Bescheinigung",
"nothingHere": "Hier gibts nichts zu sehen.",
"search": "Suche..."
},
"authorize": {
"saveInformation": "Speichern",
"postAttestationTwitter": "Jetzt können Sie Ihre Bescheinigung auf Twitter veröffentlichen",
"postAttestation": "Bescheinigung veröffentlichen",
"contributeIdentity": "Möchten Sie ihre Identität veröffentlichen für Ihre Beitrag #",
"specifyName": "Bitte geben Sie Ihren Namen und Ihr Projekt an.",
"contributionUpdated": "Ihr Beitrag wurde aktualisiert",
"somethingWrong": "Fehler. Bitte wenden Sie sich an den Support."
},
"contribution": {
"hello": "Bonjour, ",
"contributeHow": "Wie möchten Sie zur vertrauenswürdigen Einrichtungszeremonie von Sherpa.cash beitragen?",
"anonymously": "Anonym",
"socialAccount": "Soziale Netzwerke",
"contributionHash": "Ihr Beitrags-Hash (Blake2b) ist",
"postAttestationTwitter": "Jetzt können Sie Ihre Bescheinigung auf Twitter veröffentlichen",
"postAttestation": "Bescheinigung veröffentlichen",
"provideIdentity": "Sie können Ihre Identität für Ihren Beitrag veröffentlichen durch ",
"thisLink": "diesen Link",
"trustBinaries": "Wenn Sie unsere Binärdateien nicht vertrauen, empfehlen wir Ihnen, die",
"instructions": "Anweisung",
"easyCompile": " zu befolgen. Sie können einen Beitrag leisten, indem Sie aus dem Quellcode kompilieren. Es ist ziemlich einfach!",
"contribution": "Beitrag",
"provideRandom": "Bitte geben Sie zufällige Zeichen ein. Sie werden zusammen mit dem RNG des Browsers als Entropiequelle für Ihren Beitrag verwendet.",
"contribute": "Beitragen",
"downloadingLast": "Letzter Beitrag herunterladen",
"generatingRandom": "Generieren eines zufälligen Beitrags. Dies kann dazu führen, dass ihr Browser nicht mehr reagiert. Der Vorgang kann ungefähr eine Minute dauern.",
"uploadingContribution": "Hochladen und Überprüfen Ihres Beitrags",
"contributionVerified": "Ihr Beitrag wurde überprüft und aufgezeichnet.",
"failedUpload": "Fehler beim Hochladen Ihres Beitrags nach ",
"attempts": " Versuche",
"uploadError": "Fehler beim Hochladen Ihres Beitrags",
"copied": "Kopiert!"
},
"instructions": {
"instructions" : "Anweisung",
"pureRust": "Reinen Rust-Implementierung:",
"installRust": "# Rust installieren",
"cloneRepo": "# Klonen des Repositories mit dem Zeremoniecode",
"runCeremony": "# Zeremonie",
"afterContribution": "Nach dem Beitrag empfehlen wir Ihnen, Ihren Computer neu zu starten, um den RAM zu löschen.",
"usingDocker": "Mit einem Docker-Container:",
"downloadRustContainer": "Mit dieser Methode laden Sie den Zeremonien-Quellcode von unserem Git-Repo herunter und kompilieren ihn in einem Rust Container. Diese Methode verwendet keine Prebuilt-Container.",
"installDocker": "Installieren Sie zuerst Docker auf Ihrem System:",
"windows": "Windows",
"mac": "Mac",
"linux": "Linux",
"downloadDockerfile": "# Dockerfile herunterladen",
"buildDockerImage": "# Docker-Image erstellen",
"runCeremony": "# Zeremonie"
}
}
}

View File

@ -1,81 +1,81 @@
{
"common": {
"loading": "Loading",
"error": "error",
"close": "close"
"loading": "Chargement",
"error": "erreur",
"close": "fermer"
},
"pages": {
"header": {
"instructions": "Instructions"
},
"form": {
"twitterSignIn": "Sign in with Twitter",
"githubSignIn": "Sign in with Github"
"twitterSignIn": "Connectez-vous avec Twitter",
"githubSignIn": "Connectez-vous avec Github"
},
"index": {
"sherpaCash": "Sherpa.cash",
"trustedSetupCeremonyTitle": "Trusted Setup Ceremony",
"zkSnarks": "zk-SNARKs require a pre-existing setup between Prover and Verifier. A set of public parameters\n defines the “rules of the game” for the construction of zk-SNARKs. Please contribute with your\n source of entropy, so that Sherpa.cash can become fully trustless.",
"contribute": "Contribute",
"currently": "Currently there are",
"trustedSetupCeremonyTitle": "Cérémonie de Trusted Setup",
"zkSnarks": "Les zk-SNARKs nécessitent une configuration préexistante entre un Prover et un Verifier. Un ensemble de paramètres publics définit les\" règles du jeu \"pour la construction des zk-SNARK. Merci de contribuer avec votre source de entropie, pour que Sherpa.cash devienne totalement trustless.",
"contribute": "Contribuer",
"currently": "Il y en a actuellement",
"contributions": "contributions",
"account": "Account",
"name": "Name",
"project": "Project",
"account": "Compte",
"name": "Nom",
"project": "Projet",
"attestation": "Attestation",
"nothingHere": "Nothing here.",
"search": "Search..."
"nothingHere": "Il n'y a rien ici.",
"search": "Recherche..."
},
"authorize": {
"saveInformation": "Save information",
"postAttestationTwitter": "Now you can post your attestation to Twitter",
"postAttestation": "Post attestation",
"contributeIdentity": "Would you like to provide identity for your contribution #",
"specifyName": "Please specify your name and project.",
"contributionUpdated": "Your contribution has been updated",
"somethingWrong": "Something went wrong. Please contact support"
"saveInformation": "Enregistrer les informations",
"postAttestationTwitter": "Vous pouvez désormais publier votre attestation sur Twitter",
"postAttestation": "Poster l'attestation",
"contributeIdentity": "Souhaitez-vous rendre votre identité publique pour votre contribution #",
"specifyName": "Veuillez renseigner votre nom et organisation.",
"contributionUpdated": "Votre contribution a été mise à jour",
"somethingWrong": "Erreur. Veuillez contacter notre service d'aide."
},
"contribution": {
"hello": "Hello, ",
"contributeHow": "How would you like to contribute to the Sherpa.cash Trusted Setup Ceremony?",
"anonymously": "Anonymously",
"socialAccount": "By using social account",
"contributionHash": "Your contribution hash (Blake2b)",
"postAttestationTwitter": "And now you can post your attestation to Twitter.",
"postAttestation": "Post attestation",
"provideIdentity": "You can still provide identity for your contribution by following",
"thisLink": "this link",
"trustBinaries": "If you dont trust binaries, we encourage you to follow these",
"hello": "Bonjour, ",
"contributeHow": "Comment souhaitez-vous contribuer à la cérémonie Trusted Setup de Sherpa.cash?",
"anonymously": "Anonymement",
"socialAccount": "Avec mon compte SNS",
"contributionHash": "Le hash (Blake2b) de votre contribution",
"postAttestationTwitter": "Vous pouvez désormais publier votre attestation sur Twitter",
"postAttestation": "Poster l'attestation",
"provideIdentity": "Vous pouvez toujours publier votre identité pour votre contribution plus tard en suivant",
"thisLink": "ce lien",
"trustBinaries": "Si vous n'avez pas confiance dans nos exécutables, vous pouvez suivre les",
"instructions": "instructions",
"easyCompile": "to contribute by compiling from the source code. It is fairly easy!",
"easyCompile": "contribuer en compilant à partir du code source. C'est assez simple!",
"contribution": "Contribution",
"provideRandom": "Please provide your random input that will be used as a source of entropy for your contribution along with browser's RNG.",
"contribute": "Contribute",
"downloadingLast": "Downloading last contribution",
"generatingRandom": "Generating random contribution. Your browser may appear unresponsive. It can take a minute or so to complete",
"uploadingContribution": "Uploading and verifying your contribution",
"contributionVerified": "Your contribution has been verified and recorded.",
"failedUpload": "Failed to upload your contribution after ",
"attempts": " attempts",
"uploadError": "Error uploading your contribution",
"copied": "Copied!"
"provideRandom": "Veuillez taper des caracteres aléatoires qui seront utilisés comme source d'entropie pour votre contribution avec le RNG de votre navigateur.",
"contribute": "Contribuer",
"downloadingLast": "Télécharger la dernière contribution",
"generatingRandom": "Génération d'une contribution aléatoire. Il est possible que votre navigateur ne réponde momentanénent plus. L'exécution peut prendre une minute environ",
"uploadingContribution": "Upload et vérification de votre contribution",
"contributionVerified": "Votre contribution a été vérifiée et enregistrée.",
"failedUpload": "Impossible d'uploader votre contribution après ",
"attempts": " essais",
"uploadError": "Erreur lors de l'upload de votre contribution",
"copied": "Copié dans le presse-papier!"
},
"instructions": {
"instructions" : "Instructions",
"pureRust": "Using pure Rust implementation:",
"installRust": "# Install Rust",
"cloneRepo": "# Clone the repository with the ceremony code",
"runCeremony": "# Run the ceremony",
"afterContribution": "After the contribution, we recommend you to reboot your machine to clear your RAM.",
"usingDocker": "Using Docker container:",
"downloadRustContainer": "Using this method, you will download and compile the ceremony source code from our git repo in a stock Rust container. This is not a prebuilt container distribution.",
"installDocker": "Start by installing Docker on your system:",
"pureRust": "Avec une implémentation en Rust pur:",
"installRust": "# Installer Rust",
"cloneRepo": "# Cloner le repo avec le code de la cérémonie",
"runCeremony": "# Lancer la cérémonie",
"afterContribution": "Après avoir contribué, nous vous recommandons de redémarrer votre machine pour vider votre RAM.",
"usingDocker": "Avec un container Docker:",
"downloadRustContainer": "En utilisant cette méthode, vous allez télécharger et compiler le code source de la cérémonie à partir de notre dépôt git dans un stock Rust container. Cette méthode n'utilise pas de container pré-construit.",
"installDocker": "Commencez par installer Docker sur votre système:",
"windows": "Windows",
"mac": "Mac",
"linux": "Linux",
"downloadDockerfile": "# Download Dockerfile",
"buildDockerImage": "# Build docker image",
"runCeremony": "# Run the ceremony"
"downloadDockerfile": "# Télécharger le Dockerfile",
"buildDockerImage": "# Construire une image docker",
"runCeremony": "# Lancer la cérémonie"
}
}

View File

@ -1,7 +1,11 @@
import en from './en.json'
import kr from './kr.json'
import de from './de.json'
import fr from './fr.json'
export default {
en,
kr
kr,
de,
fr
}