From 235ff4c69c731d65dbbe813d2e3828bf0372ee8b Mon Sep 17 00:00:00 2001 From: Justin Carter Date: Wed, 14 Feb 2024 09:32:36 +0100 Subject: [PATCH] chore(notifications): add es / hu translations (#3997) --- core/notifications/locales/es.yml | 16 ++++++++++++++++ core/notifications/locales/hu.yml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 core/notifications/locales/es.yml create mode 100644 core/notifications/locales/hu.yml diff --git a/core/notifications/locales/es.yml b/core/notifications/locales/es.yml new file mode 100644 index 0000000000..1f3d1ab2c2 --- /dev/null +++ b/core/notifications/locales/es.yml @@ -0,0 +1,16 @@ +_version: 1 + +circle_time_frame.month: " este mes" +circle_time_frame.all_time: "" + +circle_type.inner: "círculo interno " +circle_type.outer: "círculo externo" + +circle_grew.title: "Tus círculos blink están creciendo" +circle_grew.body: "Alguien acaba de ser agregado a tu %{circle_type}." + +circle_threshold_reached.inner.title: "¡Muy buen círculo interno! \U0001F919" +circle_threshold_reached.inner.body: "Has dado la bienvenida a %{threshold} personas a Blink%{time_frame}. ¡Sigue así!" + +circle_threshold_reached.outer.title: "Ganancias del círculo externo \U0001F4AA" +circle_threshold_reached.outer.body: "Tu Círculo Externo alcanzó a %{threshold} personas. ¡Estás impulsando la adopción de Bitcoin!" diff --git a/core/notifications/locales/hu.yml b/core/notifications/locales/hu.yml new file mode 100644 index 0000000000..8b7c1381c6 --- /dev/null +++ b/core/notifications/locales/hu.yml @@ -0,0 +1,16 @@ +_version: 1 + +circle_time_frame.month: " ez a hónap" +circle_time_frame.all_time: "" + +circle_type.inner: "belső kör" +circle_type.outer: "külső kör" + +circle_grew.title: "Növekednek a Blink Köreid!" +circle_grew.body: "Valaki éppen hozzá lett adva a(z) %{circle_type} körhöz." + +circle_threshold_reached.inner.title: "Szép Belső Kör! \U0001F919" +circle_threshold_reached.inner.body: "Üdvözöltél %{threshold} embert a Blinkkel%{time_frame}. Így tovább!" + +circle_threshold_reached.outer.title: "Erősödik a Külső Kör \U0001F4AA" +circle_threshold_reached.outer.body: "A Külső Köröd elérte a %{threshold} embert. Terjeszted a Bitcoint!"