diff options
Diffstat (limited to 'bskylink/locales')
-rw-r--r-- | bskylink/locales/en.json | 8 | ||||
-rw-r--r-- | bskylink/locales/es.json | 8 | ||||
-rw-r--r-- | bskylink/locales/fr.json | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/bskylink/locales/en.json b/bskylink/locales/en.json new file mode 100644 index 000000000..b204ad51c --- /dev/null +++ b/bskylink/locales/en.json @@ -0,0 +1,8 @@ +{ + "Potentially Dangerous Link": "Potentially Dangerous Link", + "Blocked Link": "Blocked Link", + "This link may be malicious. You should proceed at your own risk.": "This link may be malicious. You should proceed at your own risk.", + "This link has been identified as malicious and has blocked for your safety.": "This link has been identified as malicious and has blocked for your safety.", + "Continue Anyway": "Continue Anyway", + "Return to Bluesky": "Return to Bluesky" +} diff --git a/bskylink/locales/es.json b/bskylink/locales/es.json new file mode 100644 index 000000000..fdf3f1963 --- /dev/null +++ b/bskylink/locales/es.json @@ -0,0 +1,8 @@ +{ + "Potentially Dangerous Link": "Enlace Potencialmente Peligroso", + "Blocked Link": "Enlace Bloqueado", + "This link may be malicious. You should proceed at your own risk.": "Este enlace puede ser malicioso. Debes proceder bajo tu propio riesgo.", + "This link has been identified as malicious and has blocked for your safety.": "Este enlace ha sido identificado como malicioso y ha sido bloqueado por tu seguridad.", + "Continue Anyway": "Continuar de Todos Modos", + "Return to Bluesky": "Regresar a Bluesky" +} diff --git a/bskylink/locales/fr.json b/bskylink/locales/fr.json new file mode 100644 index 000000000..111a984ff --- /dev/null +++ b/bskylink/locales/fr.json @@ -0,0 +1,8 @@ +{ + "Potentially Dangerous Link": "Lien potentiellement dangereux", + "Blocked Link": "Lien bloqué", + "This link may be malicious. You should proceed at your own risk.": "Ce lien est peut-être malveillant. Ne continuez qu’à vos risques et périls.", + "This link has been identified as malicious and has blocked for your safety.": "Ce lien a été identifié comme malveillant et a été bloqué pour votre sécurité.", + "Continue Anyway": "Continuer quand même", + "Return to Bluesky": "Retourner sur Bluesky" +} |