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