Lang function update

This commit is contained in:
decoder
2024-03-04 09:33:00 +05:00
parent 0de0459ce1
commit c18c2d0f32
12 changed files with 222 additions and 31 deletions

View File

@@ -81,8 +81,8 @@ return [
'click_to_add_tags' => 'Click to add the tags',
'body' => 'Body',
'email_body' => 'Email Body',
'auto_response_settings' => 'Auto Response Settings',
'enable_auto_response' => 'Enable Auto Response?',
'auto_restonse_settings' => 'Auto Restonse Settings',
'enable_auto_restonse' => 'Enable Auto Restonse?',
'smtp_settings' => 'SMTP Settings',
'use_system_smtp' => 'Use System SMTP?',
'host' => 'Host',
@@ -425,7 +425,7 @@ return [
'tour_step_2_intro' => '<b class="text-success">Step 2:</b></br> Drop the element here & click it to configure.',
'tour_step_3_intro' => '<b class="text-success">Step 3:</b></br> Form & Element configuration will appear here.',
'tour_step_4_intro' => '<b class="text-success">Step 4:</b></br> Add conditions to show/hide element based on other element values.',
'tour_step_5_intro' => '<b class="text-success">Step 5:</b></br> Configure receiving of submission email & auto-respond email to the user.',
'tour_step_5_intro' => '<b class="text-success">Step 5:</b></br> Configure receiving of submission email & auto-restond email to the user.',
'tour_step_6_intro' => '<b class="text-success">Step 6:</b></br> Configure form reCaptcha, design, notifications, scheduling, submission reference number & others.',
'tour_step_7_intro' => '<b class="text-success">Step 7:</b></br> Integrate mailchimp.',
'tour_step_8_intro' => '<b class="text-success">Step 8:</b></br> Add additional Js/css in the form.',
@@ -451,7 +451,7 @@ return [
'field_name_should_nt_have_space' => 'Field name should not have space',
'duplicate_field_name_choose_unique' => 'Duplicate field name, choose unique name',
'field_dont_have_name_property' => ":input field don't have name property",
'field_contain_space' => ':input field contain whitespace in name',
'field_contain_space' => ':input field contain whitestace in name',
'field_contain_duplicate_field_name' => ':input field contain duplicate name',
'key' => 'Key',
'add_form_custom_attribute' => 'Add form custom attribute',
@@ -677,4 +677,12 @@ return [
'error_msg_for_not_allowed_value' => 'Error message for not allowed value',
'enter_allowed_value_per_line' => 'Enter one allowed value per line.',
'values_allowed_tooltip' => 'Values provided here will only be allowed while submitting the form, keep it empty to allow all values',
'field_label_est' => 'Field Label in est',
'field_label_ru' => 'Field Label in Ru',
'content_est' => 'Content in est',
'content_ru' => 'Content in Ru',
'placeholder_est' => 'Placeholder in est',
'placeholder_ru' => 'Placeholder in Ru',
'options_est' => 'Options in est',
'options_ru' => 'Options in Ru',
];