From 25330533bd2fb0807c41726610f80a600a58dad7 Mon Sep 17 00:00:00 2001 From: mezzovide Date: Fri, 12 Feb 2021 15:23:20 +0100 Subject: [PATCH] add translation from Weblate (Indonesian) --- lang/form/id-ID.json | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/form/id-ID.json diff --git a/lang/form/id-ID.json b/lang/form/id-ID.json new file mode 100644 index 0000000..88c3272 --- /dev/null +++ b/lang/form/id-ID.json @@ -0,0 +1,47 @@ +{ + "meta": { + "name": "" + }, + "strings": { + "pageTitle": "", + "createAccountHeader": "", + "accountDetails": "", + "emailAddress": "", + "username": "", + "password": "", + "reEnterPassword": "", + "reEnterPasswordInvalid": "", + "createAccountButton": "", + "passwordRequirementsHeader": "", + "successHeader": "", + "successContinueButton": "", + "confirmationRequired": "", + "confirmationRequiredMessage": "" + }, + "notifications": { + "errorUserExists": "", + "errorInvalidCode": "" + }, + "validationStrings": { + "length": { + "singular": "", + "plural": "" + }, + "uppercase": { + "singular": "", + "plural": "" + }, + "lowercase": { + "singular": "", + "plural": "" + }, + "number": { + "singular": "", + "plural": "" + }, + "special": { + "singular": "", + "plural": "" + } + } +}