Update locales and provide identity message format

This commit is contained in:
benber86 2021-05-21 15:51:07 +10:00
parent 1c8d135cce
commit 5305d83de0
5 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@
"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 #",
"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."

View File

@ -30,7 +30,7 @@
"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 #",
"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"

View File

@ -30,7 +30,7 @@
"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 #",
"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."

View File

@ -30,7 +30,7 @@
"saveInformation": "정보 저장",
"postAttestationTwitter": "지금 증거를 트위터에서 공유할 수 있습니다.",
"postAttestation": "증거를 고유",
"contributeIdentity": "신분을 공개하시겠어요? 기여 #",
"contributeIdentity": "신분을 공개하시겠어요? 기여",
"specifyName": "성함과 회사를 입력해 주십시오.",
"contributionUpdated": "기여가 업데이트되었습니다",
"somethingWrong": "오류가 발생했습니다. 우리 지원 팀에 문의하십시오."

View File

@ -60,7 +60,7 @@ export default {
return null
}
if (!this.isLoggedIn) {
return this.$t('pages.authorize.contributeIdentity') + `#${this.contributionIndex}?`
return this.$t('pages.authorize.contributeIdentity') + `(#${this.contributionIndex})?`
} else {
return this.$t('pages.authorize.specifyName')
}