From c1193fb18d21398f70c9d8b21625a107f5dcad31 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:21:55 +0900 Subject: [PATCH] New translations login.json (Galician) --- public/locales/gl/authentication/login.json | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public/locales/gl/authentication/login.json diff --git a/public/locales/gl/authentication/login.json b/public/locales/gl/authentication/login.json new file mode 100644 index 000000000..bd710fb47 --- /dev/null +++ b/public/locales/gl/authentication/login.json @@ -0,0 +1,27 @@ +{ + "title": "", + "text": "", + "form": { + "fields": { + "password": { + "label": "", + "placeholder": "" + } + }, + "buttons": { + "submit": "" + } + }, + "notifications": { + "checking": { + "title": "", + "message": "" + }, + "correct": { + "title": "" + }, + "wrong": { + "title": "" + } + } +}