From 4fa265ed28100682babfa46aef2811e34eb74753 Mon Sep 17 00:00:00 2001 From: liilliil Date: Sat, 22 Nov 2025 11:05:12 +0100 Subject: [PATCH 1/4] Translated using Weblate (Esperanto) Currently translated at 0.7% (3 of 405 strings) Translation: ntfy/Web app Translate-URL: https://hosted.weblate.org/projects/ntfy/web/eo/ --- web/public/static/langs/eo.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/public/static/langs/eo.json b/web/public/static/langs/eo.json index 0967ef42..237262c4 100644 --- a/web/public/static/langs/eo.json +++ b/web/public/static/langs/eo.json @@ -1 +1,5 @@ -{} +{ + "common_cancel": "Nuligi", + "common_save": "Konservi", + "common_add": "Aldoni" +} From b7ae47d61ccb961bb414e337438b38d42500dd29 Mon Sep 17 00:00:00 2001 From: liilliil Date: Sat, 22 Nov 2025 11:05:36 +0100 Subject: [PATCH 2/4] Added translation using Weblate (Slavonic (Old Church)) --- web/public/static/langs/cu.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/public/static/langs/cu.json diff --git a/web/public/static/langs/cu.json b/web/public/static/langs/cu.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/public/static/langs/cu.json @@ -0,0 +1 @@ +{} From 76bf4a3de752f3d1555ea90d7e71f672f094eaa4 Mon Sep 17 00:00:00 2001 From: liilliil Date: Sat, 22 Nov 2025 11:35:11 +0100 Subject: [PATCH 3/4] Translated using Weblate (Slavonic (Old Church)) Currently translated at 1.4% (6 of 405 strings) Translation: ntfy/Web app Translate-URL: https://hosted.weblate.org/projects/ntfy/web/cu/ --- web/public/static/langs/cu.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/public/static/langs/cu.json b/web/public/static/langs/cu.json index 0967ef42..73f5da0f 100644 --- a/web/public/static/langs/cu.json +++ b/web/public/static/langs/cu.json @@ -1 +1,8 @@ -{} +{ + "common_cancel": "Отмѣнити", + "common_save": "Сохрани", + "common_add": "Приложити", + "common_back": "Назадъ", + "login_form_button_submit": "Въниди", + "signup_form_password": "Таино слово" +} From e0a9e3aa56461b00f79df1ac1ec8d78dd2954659 Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Tue, 16 Dec 2025 18:08:58 +0100 Subject: [PATCH 4/4] Translated using Weblate (Catalan) Currently translated at 3.4% (14 of 405 strings) Translation: ntfy/Web app Translate-URL: https://hosted.weblate.org/projects/ntfy/web/ca/ --- web/public/static/langs/ca.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web/public/static/langs/ca.json b/web/public/static/langs/ca.json index 0d8b4bea..4490f1d5 100644 --- a/web/public/static/langs/ca.json +++ b/web/public/static/langs/ca.json @@ -3,5 +3,14 @@ "action_bar_profile_title": "Perfil", "action_bar_settings": "Configuració", "action_bar_account": "Compte", - "common_add": "Afegir" + "common_add": "Afegir", + "common_cancel": "Cancel·la", + "common_save": "Desa", + "common_back": "Enrere", + "common_copy_to_clipboard": "Copia al portaretalls", + "signup_title": "Crea un compte ntfy", + "signup_form_username": "Nom d'usuari", + "signup_form_password": "Contrasenya", + "signup_form_confirm_password": "Confirma la contrasenya", + "signup_form_button_submit": "Dona't d'alta" }