diff options
author | hailey <hailey@blueskyweb.xyz> | 2025-09-02 13:36:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-02 13:36:20 -0700 |
commit | acdc509630d5182f9f3d224b259e2a46000b1f27 (patch) | |
tree | 92d6b474bad9692e5b054ed8b693bca1cba816ac /bskylink/locales | |
parent | b2258fb6cbdb5de79a7c7d848347f3f157059aa5 (diff) | |
download | voidsky-acdc509630d5182f9f3d224b259e2a46000b1f27.tar.zst |
safelink (#8917)
Co-authored-by: hailey <me@haileyok.com> Co-authored-by: Stanislas Signoud <signez@stanisoft.net> Co-authored-by: will berry <wsb@wills-MBP.attlocal.net> Co-authored-by: BlueSkiesAndGreenPastures <will@blueskyweb.xyz> Co-authored-by: Chenyu Huang <itschenyu@gmail.com>
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" +} |