mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-19 13:10:54 +01:00
Add translations for the share button
This commit is contained in:
parent
be72026d54
commit
c12e0f5d2e
@ -62,7 +62,7 @@ function Form(): JSX.Element {
|
||||
}, [inputFile])
|
||||
|
||||
// Whether Safari is used or not
|
||||
let [isSafari, setIsSafari] = useState<boolean>(false);
|
||||
let [isSafari, setIsSafari] = useState<boolean>(true);
|
||||
|
||||
// Check if Safari is used
|
||||
useEffect(() => {
|
||||
@ -95,7 +95,7 @@ function Form(): JSX.Element {
|
||||
try {
|
||||
await window.navigator.share(shareData);
|
||||
} catch(error) {
|
||||
setErrorMessage(error);
|
||||
console.log(error);
|
||||
}
|
||||
}
|
||||
|
||||
@ -295,12 +295,12 @@ function Form(): JSX.Element {
|
||||
}
|
||||
<Card content={
|
||||
<div className={`${isShareDialogAvailable ? "md:grid-cols-2": ""} grid-cols-1 grid gap-5`}>
|
||||
<Button icon="kofi.png" text={t('common:donate')} onClick={() => {
|
||||
window.open('https://ko-fi.com/marvinsxtr', '_blank');
|
||||
}} />
|
||||
{
|
||||
isShareDialogAvailable && <Button text={t('common:share')} onClick={showShareDialog} />
|
||||
}
|
||||
<Button icon="kofi.png" text={t('common:donate')} onClick={() => {
|
||||
window.open('https://ko-fi.com/marvinsxtr', '_blank');
|
||||
}} />
|
||||
</div>
|
||||
}/>
|
||||
</form>
|
||||
|
@ -24,4 +24,5 @@ iAcceptThe: Ich akzeptiere die
|
||||
privacyPolicy: Datenschutzerklärung
|
||||
createdOnDevice: Auf Deinem Gerät erstellt
|
||||
openSourceTransparent: Open Source und transparent
|
||||
hostedInEU: In der EU gehostet
|
||||
hostedInEU: In der EU gehostet
|
||||
share: Weiterempfehlen
|
@ -25,3 +25,4 @@ privacyPolicy: Πολιτική Απορρήτου
|
||||
createdOnDevice: Δημιουργείται στη συσκευή σας
|
||||
openSourceTransparent: Ανοιχτού κώδικα και διαφανής
|
||||
hostedInEU: Φιλοξενείται στην ΕΕ
|
||||
share: Συστήσει
|
@ -24,4 +24,5 @@ iAcceptThe: I accept the
|
||||
privacyPolicy: Privacy Policy
|
||||
createdOnDevice: Created on your device
|
||||
openSourceTransparent: Open source and transparent
|
||||
hostedInEU: Hosted in the EU
|
||||
hostedInEU: Hosted in the EU
|
||||
share: Share
|
@ -24,4 +24,5 @@ iAcceptThe: Acepto la
|
||||
privacyPolicy: Política de Privacidad
|
||||
createdOnDevice: Creado en su dispositivo
|
||||
openSourceTransparent: Open source y transparente
|
||||
hostedInEU: Alojado en la UE
|
||||
hostedInEU: Alojado en la UE
|
||||
share: Recomendar
|
@ -24,4 +24,5 @@ iAcceptThe: Hyväksyn
|
||||
privacyPolicy: Tietosuojaselosteen
|
||||
createdOnDevice: Luotu laitteellasi
|
||||
openSourceTransparent: Avoin lähdekoodi ja läpinäkyvä
|
||||
hostedInEU: Isännöidään EU:ssa.
|
||||
hostedInEU: Isännöidään EU:ssa.
|
||||
share: Suosittele
|
@ -24,4 +24,5 @@ iAcceptThe: J'accepte la
|
||||
privacyPolicy: Politique de confidentialité
|
||||
createdOnDevice : Créé sur votre appareil
|
||||
openSourceTransparent : Open source et transparent
|
||||
hostedInEU : Hébergé dans l'UE
|
||||
hostedInEU : Hébergé dans l'UE
|
||||
share: Recommander
|
@ -25,3 +25,4 @@ privacyPolicy: Privacy Policy
|
||||
createdOnDevice: Creato sul tuo dispositivo
|
||||
openSourceTransparent: Open source e trasparente
|
||||
hostedInEU: Server nell'UE
|
||||
share: Raccomandare
|
@ -25,3 +25,4 @@ privacyPolicy: Personvernerklæring
|
||||
createdOnDevice: Laget på enheten din
|
||||
openSourceTransparent: Åpen kildekode og gjennomsiktig
|
||||
hostedInEU: Driftet i EU
|
||||
share: Anbefale
|
@ -24,4 +24,5 @@ iAcceptThe: Ik accepteer het
|
||||
privacyPolicy: Privacybeleid
|
||||
createdOnDevice: Aangemaakt op uw apparaat
|
||||
openSourceTransparent: Open source en transparant
|
||||
hostedInEU: Gehost in de EU
|
||||
hostedInEU: Gehost in de EU
|
||||
share: Aanbevelen
|
@ -24,4 +24,5 @@ iAcceptThe: Jag godtar
|
||||
privacyPolicy: integritetspolicyn
|
||||
createdOnDevice: Skapad på din enhet
|
||||
openSourceTransparent: Öppen källkod och transparent
|
||||
hostedInEU: Drivs från EU
|
||||
hostedInEU: Drivs från EU
|
||||
share: Rekommendera
|
Loading…
x
Reference in New Issue
Block a user