Skip to content

Commit

Permalink
Add translations for 'Back' and 'Next' buttons in new languages
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Dec 10, 2024
1 parent 459dcf7 commit 0db1fc0
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/i18n/lang/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"name": "OpnForm"
},
"forms": {
"back": "পেছনে",
"next": "পরবর্তী",
"powered_by": "দ্বারা চালিত",
"password_protected": "এই ফর্মটি পাসওয়ার্ড দ্বারা সুরক্ষিত।",
"invalid_password": "অবৈধ পাসওয়ার্ড।",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/jv.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"name": "OpnForm"
},
"forms": {
"back": "뒤로",
"next": "다음",
"powered_by": "제공",
"password_protected": "이 양식은 비밀번호로 보호되어 있습니다.",
"invalid_password": "잘못된 비밀번호입니다.",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/mr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"name": "OpnForm"
},
"forms": {
"back": "पुढे",
"next": "पुढे",
"powered_by": "द्वारे संचालित",
"password_protected": "हा फॉर्म पासवर्डने संरक्षित आहे.",
"invalid_password": "अवैध पासवर्ड.",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/pa.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"name": "OpnForm"
},
"forms": {
"back": "ਪੁਛਣਾ",
"next": "ਪੁਛਣਾ",
"powered_by": "ਦੁਆਰਾ ਸੰਚਾਲਿਤ",
"password_protected": "ਇਹ ਫਾਰਮ ਪਾਸਵਰਡ ਦੁਆਰਾ ਸੁਰੱਖਿਅਤ ਹੈ।",
"invalid_password": "ਗਲਤ ਪਾਸਵਰਡ।",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"name": "OpnForm"
},
"forms": {
"back": "Назад",
"next": "Вперед",
"powered_by": "Работает на",
"password_protected": "Эта форма защищена паролем.",
"invalid_password": "Неверный пароль.",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/ta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"name": "OpnForm"
},
"forms": {
"back": "பின்னுக்கு",
"next": "பின்னுக்கு",
"powered_by": "மூலம் இயக்கப்படுகிறது",
"password_protected": "இந்தப் படிவம் கடவுச்சொல்லால் பாதுகாக்கப்பட்டுள்ளது.",
"invalid_password": "தவறான கடவுச்சொல்.",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/te.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"name": "OpnForm"
},
"forms": {
"back": "పిలుస్తా",
"next": "పిలుస్తా",
"powered_by": "ద్వారా ఆధారితం",
"password_protected": "ఈ ఫారమ్ పాస్‌వర్డ్‌తో రక్షించబడింది.",
"invalid_password": "చెల్లని పాస్‌వర్డ్.",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/ur.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"name": "OpnForm"
},
"forms": {
"back": "پیچھے",
"next": "پیچھے",
"powered_by": "پاور بائی",
"password_protected": "یہ فارم پاس ورڈ سے محفوظ ہے۔",
"invalid_password": "غلط پاس ورڈ۔",
Expand Down
2 changes: 2 additions & 0 deletions client/i18n/lang/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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ệ.",
Expand Down

0 comments on commit 0db1fc0

Please sign in to comment.