Add localized 'Yes' and 'No' translations for checkbox fields (#710)

This commit is contained in:
Chirag Chhatrala
2025-02-24 14:38:37 +05:30
committed by GitHub
parent 9c58f2cf6f
commit 308ce7031a
30 changed files with 59 additions and 2 deletions

View File

@@ -118,4 +118,6 @@ return [
'invalid_json' => 'ਗਲਤ ਇਨਪੁਟ। ਕਿਰਪਾ ਕਰਕਕੇ ਸਹੀ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।',
'invalid_captcha' => 'ਗਲਤ ਕੈਪਚਾ। ਕਿਰਪਾ ਕਰੋ ਕੈਪਚਾ ਟੀਪ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।',
'complete_captcha' => 'ਕਿਰਪਾ ਕਰੋ ਕੈਪਚਾ ਭਰੋ।',
'yes' => 'ਹੈ',
'no' => 'ਨਹੀਂ',
];