diff --git a/client/i18n/lang/bn.json b/client/i18n/lang/bn.json index d635d0a74..bbfd2e8f2 100644 --- a/client/i18n/lang/bn.json +++ b/client/i18n/lang/bn.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "পেছনে", + "next": "পরবর্তী", "powered_by": "দ্বারা চালিত", "password_protected": "এই ফর্মটি পাসওয়ার্ড দ্বারা সুরক্ষিত।", "invalid_password": "অবৈধ পাসওয়ার্ড।", diff --git a/client/i18n/lang/de.json b/client/i18n/lang/de.json index 12aaf51dc..b29355e7a 100644 --- a/client/i18n/lang/de.json +++ b/client/i18n/lang/de.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "Zurück", + "next": "Nächste", "powered_by": "Bereitgestellt von", "password_protected": "Dieses Formular ist passwortgeschützt.", "invalid_password": "Ungültiges Passwort.", diff --git a/client/i18n/lang/jv.json b/client/i18n/lang/jv.json index 782488ad0..60be54e7f 100644 --- a/client/i18n/lang/jv.json +++ b/client/i18n/lang/jv.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "Kembali", + "next": "Lanjut", "powered_by": "Dipungkasi dening", "password_protected": "Formulir iki dilindhungi tembung sandi.", "invalid_password": "Tembung sandi ora bener.", diff --git a/client/i18n/lang/ko.json b/client/i18n/lang/ko.json index 72467ad24..c53a77f01 100644 --- a/client/i18n/lang/ko.json +++ b/client/i18n/lang/ko.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "뒤로", + "next": "다음", "powered_by": "제공", "password_protected": "이 양식은 비밀번호로 보호되어 있습니다.", "invalid_password": "잘못된 비밀번호입니다.", diff --git a/client/i18n/lang/mr.json b/client/i18n/lang/mr.json index 43075d297..14bdff189 100644 --- a/client/i18n/lang/mr.json +++ b/client/i18n/lang/mr.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "पुढे", + "next": "पुढे", "powered_by": "द्वारे संचालित", "password_protected": "हा फॉर्म पासवर्डने संरक्षित आहे.", "invalid_password": "अवैध पासवर्ड.", diff --git a/client/i18n/lang/pa.json b/client/i18n/lang/pa.json index 06c6775bb..027170a49 100644 --- a/client/i18n/lang/pa.json +++ b/client/i18n/lang/pa.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "ਪੁਛਣਾ", + "next": "ਪੁਛਣਾ", "powered_by": "ਦੁਆਰਾ ਸੰਚਾਲਿਤ", "password_protected": "ਇਹ ਫਾਰਮ ਪਾਸਵਰਡ ਦੁਆਰਾ ਸੁਰੱਖਿਅਤ ਹੈ।", "invalid_password": "ਗਲਤ ਪਾਸਵਰਡ।", diff --git a/client/i18n/lang/ru.json b/client/i18n/lang/ru.json index a2988e7ca..2eb87bee3 100644 --- a/client/i18n/lang/ru.json +++ b/client/i18n/lang/ru.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "Назад", + "next": "Вперед", "powered_by": "Работает на", "password_protected": "Эта форма защищена паролем.", "invalid_password": "Неверный пароль.", diff --git a/client/i18n/lang/ta.json b/client/i18n/lang/ta.json index 09fb3d12c..86eb6707e 100644 --- a/client/i18n/lang/ta.json +++ b/client/i18n/lang/ta.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "பின்னுக்கு", + "next": "பின்னுக்கு", "powered_by": "மூலம் இயக்கப்படுகிறது", "password_protected": "இந்தப் படிவம் கடவுச்சொல்லால் பாதுகாக்கப்பட்டுள்ளது.", "invalid_password": "தவறான கடவுச்சொல்.", diff --git a/client/i18n/lang/te.json b/client/i18n/lang/te.json index 1e3a2e330..793685fb7 100644 --- a/client/i18n/lang/te.json +++ b/client/i18n/lang/te.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "పిలుస్తా", + "next": "పిలుస్తా", "powered_by": "ద్వారా ఆధారితం", "password_protected": "ఈ ఫారమ్ పాస్‌వర్డ్‌తో రక్షించబడింది.", "invalid_password": "చెల్లని పాస్‌వర్డ్.", diff --git a/client/i18n/lang/tr.json b/client/i18n/lang/tr.json index 34b31a966..5ef00d11b 100644 --- a/client/i18n/lang/tr.json +++ b/client/i18n/lang/tr.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "Geri", + "next": "İleri", "powered_by": "Tarafından desteklenmektedir", "password_protected": "Bu form şifre korumalıdır.", "invalid_password": "Geçersiz şifre.", diff --git a/client/i18n/lang/ur.json b/client/i18n/lang/ur.json index fe09d0c98..61e558177 100644 --- a/client/i18n/lang/ur.json +++ b/client/i18n/lang/ur.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "پیچھے", + "next": "پیچھے", "powered_by": "پاور بائی", "password_protected": "یہ فارم پاس ورڈ سے محفوظ ہے۔", "invalid_password": "غلط پاس ورڈ۔", diff --git a/client/i18n/lang/vi.json b/client/i18n/lang/vi.json index bdd0a7a5d..06737d096 100644 --- a/client/i18n/lang/vi.json +++ b/client/i18n/lang/vi.json @@ -3,6 +3,8 @@ "name": "OpnForm" }, "forms": { + "back": "Trở lại", + "next": "Tiếp tục", "powered_by": "Được cung cấp bởi", "password_protected": "Biểu mẫu này được bảo vệ bằng mật khẩu.", "invalid_password": "Mật khẩu không hợp lệ.",