v4.1.9: Начальная производственная версия
- Полный backend на Hono + TypeScript - SQLite база данных с 38 записями - 3 пользователя: admin, aknaproff, kasutaja - Модальное окно reportModal (4 шага) - Docker конфигурация для Synology ARM - Все миграции (0001-0017) - Frontend: vanilla HTML/JS (original.html)
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'password' => 'The provided password is incorrect.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
|
||||
];
|
||||
@@ -1,680 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'success' => 'Success',
|
||||
'feature_disabled_in_demo' => 'Feature disabled in demo',
|
||||
'something_went_wrong' => 'Something went wrong',
|
||||
'some_error_in_input_field' => 'Some error in input field, Please check and submit again',
|
||||
'saved_successfully' => 'Saved successfully',
|
||||
'env_permission' => 'Some setting could not be saved, make sure .env file has 644 permission & owned by www-data user',
|
||||
'application_copyright' => ':name - V:version | Copyright © :year All rights reserved.',
|
||||
'home' => 'Home',
|
||||
'form' => 'Form',
|
||||
'form_name' => 'Form Name',
|
||||
'all_forms' => 'All Forms',
|
||||
'new_form' => 'New Form',
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'created_at' => 'Created at',
|
||||
'action' => 'Action',
|
||||
'all_templates' => 'All Templates',
|
||||
'view' => 'View',
|
||||
'view_form_data' => 'View Form Submission Data',
|
||||
'edit' => 'Edit',
|
||||
'delete' => 'Delete',
|
||||
'download_code' => 'Download HTML/PHP code for the form',
|
||||
'copy_this_form' => 'Copy This Form',
|
||||
'widget' => 'Widget',
|
||||
'create_form' => 'Create Form',
|
||||
'form_description' => 'Form Description',
|
||||
'template' => 'Template',
|
||||
'choose_template' => 'Choose Template',
|
||||
'close' => 'Close',
|
||||
'submitted_on' => 'Submitted On',
|
||||
'field' => 'Field',
|
||||
'value' => 'Value',
|
||||
'copy_form' => 'Copy Form',
|
||||
'generate_widget' => 'Generate Widget',
|
||||
'iframe_code' => 'iFrame Code',
|
||||
'widget_help_text' => 'Copy the html code & include it in your website HTML to use the form.',
|
||||
'superadmin_settings' => 'Superadmin Settings',
|
||||
'app_name' => 'APP NAME',
|
||||
'version' => 'Version',
|
||||
'mail_driver' => 'MAIL DRIVER',
|
||||
'mail_host' => 'MAIL HOST',
|
||||
'mail_port' => 'MAIL PORT',
|
||||
'mail_username' => 'MAIL USERNAME',
|
||||
'mail_password' => 'MAIL PASSWORD',
|
||||
'mail_encryption' => 'MAIL ENCRYPTION',
|
||||
'save' => 'Save',
|
||||
'email' => 'Email',
|
||||
'settings' => 'Settings',
|
||||
'additional_js_css' => 'Additional Js/Css',
|
||||
'additional_js_css_help_text' => 'Additional JS, CSS will be loaded at the end of the form.',
|
||||
'save_as_template' => 'Save As Template',
|
||||
'save_as_form' => 'Save As Form',
|
||||
'css' => 'Css',
|
||||
'javascript' => 'Javascript',
|
||||
'additional_css' => 'Additional Css',
|
||||
'additional_js' => 'Additional javascript',
|
||||
'element_details' => 'Element Details',
|
||||
'input' => 'Input',
|
||||
'textarea' => 'Textarea',
|
||||
'dropdown' => 'Dropdown',
|
||||
'radio' => 'Radio',
|
||||
'checkbox' => 'Checkbox',
|
||||
'heading_paragrahp' => 'Heading/Paragraph',
|
||||
'range' => 'Range',
|
||||
'file_upload' => 'File Upload',
|
||||
'text_editor' => 'Text Editor',
|
||||
'datetime' => 'DateTime',
|
||||
'terms_condition' => 'Terms & Conditions',
|
||||
'email_settings' => 'Email Settings',
|
||||
'from' => 'From',
|
||||
'from_email' => 'From Email',
|
||||
'to' => 'To',
|
||||
'multiple_email_help_text' => 'Comma Seperated multiple emails',
|
||||
'cc' => 'CC',
|
||||
'bcc' => 'BCC',
|
||||
'subject' => 'Subject',
|
||||
'email_subject' => 'Email Subject',
|
||||
'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?',
|
||||
'smtp_settings' => 'SMTP Settings',
|
||||
'use_system_smtp' => 'Use System SMTP?',
|
||||
'host' => 'Host',
|
||||
'port' => 'Port',
|
||||
'from_address' => 'From Address',
|
||||
'from_name' => 'From Name',
|
||||
'encryption' => 'Encryption',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'field_label' => 'Field Label',
|
||||
'type' => 'Type',
|
||||
'color' => 'Color',
|
||||
'text' => 'Text',
|
||||
'min_value' => 'Min Value',
|
||||
'max_value' => 'Max Value',
|
||||
'step' => 'Step',
|
||||
'data_orientation' => 'Data Orientation',
|
||||
'horizontal' => 'Horizontal',
|
||||
'vertical' => 'Vertical',
|
||||
'allow_select_multi_value' => 'Allow selection of multiple values?',
|
||||
'placeholder' => 'Placeholder',
|
||||
'help_text' => 'Help Text',
|
||||
'editior_height' => 'Editor Height(in px)',
|
||||
'editior_height_help_text' => 'Leave blank for default height.',
|
||||
'upload_text' => 'Upload Text',
|
||||
'no_files_can_be_uploaded' => 'No. of files can be uploaded',
|
||||
'upload_file_limit_help_text' => 'Default is 1',
|
||||
'send_as_email_attachment' => 'Send as E-mail attachment',
|
||||
'file_size_limit' => 'File size limits',
|
||||
'file_size_limit_help' => 'Enter file size limit in MB',
|
||||
'allowed_file' => 'Allowed File Type',
|
||||
'specify_file_type' => 'Specify allowed types',
|
||||
'all_types' => 'All types',
|
||||
'add_file_type' => 'Add file types',
|
||||
'add_file_type_help_text' => 'Comma separated string of file types.Ex: .jpg, .png, .jpeg',
|
||||
'enter_file_type' => 'Enter File Type',
|
||||
'sizing' => 'Sizing',
|
||||
'default' => 'Default',
|
||||
'small' => 'Small',
|
||||
'large' => 'Large',
|
||||
'start_date' => 'Start Date',
|
||||
'none' => 'None',
|
||||
'today' => 'Today',
|
||||
'current_year' => 'Current Year',
|
||||
'current_month' => 'Current Month',
|
||||
'end_date' => 'End Date',
|
||||
'date_format' => 'Date Format',
|
||||
'date_format_help_text' => 'formats: DD, D, MM, M, YYYY, YY <br> separators: -,/,. <br> for time only keep it blank & enable time picker',
|
||||
'disabled_days' => 'Disabled Days',
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
'enable_time_picker' => 'Enable Time Picker',
|
||||
'time_format' => 'Time Format',
|
||||
'12_hour' => '12 hour (Example- 01:20 PM)',
|
||||
'24_hour' => '24 hour (Example- 13:20)',
|
||||
'show_calendar_sidebyside' => 'Show Calendar and Time picker side by side',
|
||||
'is_required' => 'Is Required?',
|
||||
'error_msg_for_required' => 'Error Message For Required',
|
||||
'validation' => 'Validation',
|
||||
'min_length_value' => 'Min Length Value',
|
||||
'max_length_value' => 'Max Length Value',
|
||||
'enter_min_value' => 'Enter Minimum Value',
|
||||
'enter_max_value' => 'Enter Maximum Value',
|
||||
'error_msg_for' => 'Error Message For ',
|
||||
'no_of_rows' => 'No. of rows',
|
||||
'no_of_cols' => 'No. of columns',
|
||||
'icon_prefix' => 'Icon Prefix',
|
||||
'icon_suffix' => 'Icon Suffix',
|
||||
'options' => 'Options',
|
||||
'enter_one_option_per_line' => 'Enter one option per line.',
|
||||
'paragraphp' => 'Paragraph(P)',
|
||||
'content' => 'Content',
|
||||
'text_color' => 'Text Color',
|
||||
'link' => 'Link',
|
||||
'add_custom_class' => 'Add Custom Class',
|
||||
'custom_class_tooltip' => 'Add string of classes with one space.Ex: class1 class2 class3',
|
||||
'remove' => 'Remove',
|
||||
'basic_elements' => 'Basic Elements',
|
||||
'advance_elements' => 'Advance Elements',
|
||||
'jot_down_here' => 'Jot Down Here',
|
||||
'google_recaptcha_settings' => 'Google reCAPTCHA setting',
|
||||
'add_google_recaptcha' => 'Add Google reCAPTCHA',
|
||||
'site_key' => 'Site Key',
|
||||
'enter_site_key' => 'Enter Site Key',
|
||||
'secret_key' => 'Secret Key',
|
||||
'enter_secret_key' => 'Enter Secret Key',
|
||||
'secret_key_help_text' => "Don't have Site key or Secret key ?",
|
||||
'click_here' => 'Click here',
|
||||
'to_create' => 'to create.',
|
||||
'design_settings' => 'Design Settings',
|
||||
'label_color' => 'Label Color',
|
||||
'error_msg_color' => 'Error Message Color',
|
||||
'required_asterisk_color' => "Required asterisk's color (*)",
|
||||
'background_color' => 'Background Color',
|
||||
'background_image' => 'Background Image',
|
||||
'notification_setting' => 'Notification setting',
|
||||
'action_after_submit' => 'Action after submit',
|
||||
'show_notification_in_same_page' => 'Show Notification in the same page',
|
||||
'redirect_to_thank_you_page' => 'Redirect to thank you page',
|
||||
'email_success_notification' => 'Email success notification',
|
||||
'email_failed_notification' => 'Email failed notification',
|
||||
'redirect_url' => 'Redirect Url',
|
||||
'enter_msg' => 'Enter message',
|
||||
'enter_redirect_url' => 'Enter redirect url',
|
||||
'submit_btn_setting' => 'Submit button setting',
|
||||
'submit_btn_text' => 'Submit button text',
|
||||
'enter_submit_btn_txt' => 'Enter submit button text',
|
||||
'submit_btn_loading_text' => 'Submit button loading text',
|
||||
'enter_submit_btn_load_txt' => 'Enter submit button loading text',
|
||||
'submit_btn_size' => 'Submit button size',
|
||||
'medium' => 'Medium',
|
||||
'submit_btn_size_help_text' => 'Default size is "Medium".',
|
||||
'submit_btn_color' => 'Submit button color',
|
||||
'primary' => 'Primary',
|
||||
'warning' => 'Warning',
|
||||
'danger' => 'Danger',
|
||||
'submit_btn_color_help_text' => 'Default color is "Primary".',
|
||||
'submit_btn_alignment' => 'Submit button alignment',
|
||||
'left' => 'Left',
|
||||
'right' => 'Right',
|
||||
'submit_btn_alignment_help_text' => 'Default alignment is "Right".',
|
||||
'form_data_setting' => 'Form Data Settings',
|
||||
'column_visibility' => 'Column visibility',
|
||||
'column_visibility_help_text' => 'Selected field will be visible in datatable.',
|
||||
'enable_button' => 'Enable button',
|
||||
'language' => 'Language',
|
||||
'profile' => 'Profile',
|
||||
'edit_profile' => 'Edit profile',
|
||||
'password_edit_help' => 'Enter password to change or keep it blank',
|
||||
'enter_name' => 'Enter Name',
|
||||
'enter_email' => 'Enter Email',
|
||||
'enter_password' => 'Enter Password',
|
||||
'update' => 'Update',
|
||||
'enter_app_name' => 'Enter APP Name',
|
||||
'enter_mail_host' => 'Host',
|
||||
'enter_mail_port' => 'Port',
|
||||
'enter_mail_username' => 'Username',
|
||||
'enter_mail_password' => 'Password',
|
||||
'enter_mail_encryption' => 'tls/ssl',
|
||||
'click_to_edit' => 'Click to configure',
|
||||
'components' => 'Components',
|
||||
'horizontal_line' => 'Horizontal Line',
|
||||
'html_text' => 'HTML Text',
|
||||
'padding_top' => 'Padding top',
|
||||
'padding_bottom' => 'Padding bottom',
|
||||
'border_size' => 'Border size',
|
||||
'border_type' => 'Border style',
|
||||
'solid' => 'Solid',
|
||||
'dashed' => 'Dashed',
|
||||
'dotted' => 'Dotted',
|
||||
'border_color' => 'Border Color',
|
||||
'double' => 'Double',
|
||||
'element_configuration' => 'Element Configuration',
|
||||
'pls_add_element_to_configure' => 'Please select an element to configure',
|
||||
'pls_add_element' => 'Drag & drop an element here.',
|
||||
'new_window' => 'New Window',
|
||||
'new_window_help_text' => 'Copy the html code & include it in your website HTML to display the form link. Form opens in a new window.',
|
||||
'new_submission_email' => 'New Submission Email Settings',
|
||||
'enable' => 'Enable',
|
||||
'forms' => 'Forms',
|
||||
'templates' => 'Templates',
|
||||
'submissions' => 'Submissions',
|
||||
'mailchimp' => 'Mailchimp',
|
||||
'mailchimp_api_key' => 'Mailchimp API key',
|
||||
'mailchimp_api_key_help' => 'You can find yours <a href="https://us10.admin.mailchimp.com/account/api-key-popup/" target="_blank">here</a>',
|
||||
'mailchimp_list_id' => 'Mailchimp List Id',
|
||||
'mailchimp_list_id_help' => 'Check the MailChimp docs to get this <a href="http://kb.mailchimp.com/lists/managing-subscribers/find-your-list-id" target="_blank">here</a>',
|
||||
'mailchimp_email_help' => 'Email field in form which will be added to mailchimp',
|
||||
'mailchimp_name_help' => 'Name field in form which will be added to mailchimp',
|
||||
'not_in_downloaded_code' => 'This feature will not be present in downloaded form code.',
|
||||
'mailchimp_subscribe' => 'Subscribe',
|
||||
'mailchimp_subscribe_confirm' => 'Subscribe & require them to confirm via email',
|
||||
'mailchimp_subscription_status' => 'Subscription Status',
|
||||
'field_conditions' => 'Field Conditions',
|
||||
'choose_element' => 'An Element',
|
||||
'show_hide' => 'Show/Hide',
|
||||
'show' => 'Show',
|
||||
'hide' => 'Hide',
|
||||
'condition' => 'Condition',
|
||||
'add' => 'Add',
|
||||
'write_conditional_value' => 'Write a value',
|
||||
'when' => 'When',
|
||||
'add_conditional_field' => 'Add more conditional fields',
|
||||
'add_condition' => 'Add more conditions',
|
||||
'enter_link_for_label' => 'Enter link for the label',
|
||||
'checked' => 'Checked',
|
||||
'unchecked' => 'Unchecked',
|
||||
'choose_value' => 'Choose Value',
|
||||
'equal_to' => 'Equal To',
|
||||
'not_equal_to' => 'Not Equal To',
|
||||
'empty' => 'Empty',
|
||||
'not_empty' => 'Not Empty',
|
||||
'and' => 'And',
|
||||
'enable_registration' => 'Enable Registration',
|
||||
'resgistration_will_be_enabled' => 'If checked registration will be enabled and anyone can register to use the application',
|
||||
'drop_a_file_here' => 'Drop a file here',
|
||||
'rating' => 'Rating',
|
||||
'increment' => 'Increment',
|
||||
'stars' => 'Stars',
|
||||
'max_star_help_text' => 'The number of stars to display',
|
||||
'min_rating_value_help_text' => 'The minimum value for the rating input. this is the lowest rating value when no stars are selected or highlighted',
|
||||
'max_rating_value_help_text' => 'The maximum value for the rating input. this is the highest rating value when all stars are selected or highlighted',
|
||||
'step_value_help_text' => 'The step to increment the rating when each star is clicked.',
|
||||
'size' => 'Size',
|
||||
'extra_small' => 'Extra Small',
|
||||
'extra_large' => 'Extra Large',
|
||||
'rtl' => 'Right To Left',
|
||||
'ltr' => 'Left To Right',
|
||||
'display_type' => 'Display Type',
|
||||
'supervisor' => 'Supervisor',
|
||||
'admin' => 'Admin',
|
||||
'user' => 'user',
|
||||
'superadmin' => 'Superadmin',
|
||||
'packages' => 'Packages',
|
||||
'create' => 'Create',
|
||||
'no_of_active_forms' => 'No. Of Active Forms',
|
||||
'allow_form_code_downloading' => 'Allow form code downloading',
|
||||
'price_interval' => 'Price Interval',
|
||||
'interval' => 'Interval',
|
||||
'price' => 'Price',
|
||||
'sort_order' => 'Sort Order',
|
||||
'activate' => 'Activate',
|
||||
'days' => 'Days',
|
||||
'months' => 'Months',
|
||||
'year' => 'Year',
|
||||
'select_price_interval' => 'Select Price Interval',
|
||||
'updated_successfully' => 'Updated Successfully',
|
||||
'deleted_successfully' => 'Deleted Successfully',
|
||||
'all_packages' => 'All Packages',
|
||||
'active' => 'Active',
|
||||
'inactive' => 'Inactive',
|
||||
'unlimited_forms' => 'Unlimited Forms',
|
||||
'no_of_forms' => ':active_form Active forms',
|
||||
'subscription_price' => ' / :interval :price_interval',
|
||||
'free_for_interval' => 'Free for :interval :price_interval',
|
||||
'form_code_download' => 'Form code download',
|
||||
'create_package' => 'Create Package',
|
||||
'edit_package' => 'Edit Package',
|
||||
'unlimited_form_help_text' => '0 = Unlimited',
|
||||
'free_package_help_text' => '0 = Free',
|
||||
'users' => 'Users',
|
||||
'all_users' => 'All Users',
|
||||
'is_active' => 'Is Active ?',
|
||||
'is_admin' => 'Admin',
|
||||
'mark_active' => 'Mark As Active',
|
||||
'mark_inactive' => 'Mark As Inactive',
|
||||
'user_inactive' => 'User Account Is Inactive',
|
||||
'edit_settings' => 'Edit Settings',
|
||||
'application_settings' => 'Application Settings',
|
||||
'enter_app_title' => 'Enter APP Title',
|
||||
'app_title' => 'APP TITLE',
|
||||
'timezone' => 'Timezone',
|
||||
'currency_symbol' => 'Currency Symbol',
|
||||
'currency_name' => 'Currency Name',
|
||||
'choose_timezone' => 'Choose Timezone',
|
||||
'enter_currency_name' => 'Enter Currency Name',
|
||||
'enter_currency_symbol' => 'Enter Currency Symbol',
|
||||
'smtp_email_settings' => 'SMTP/Email Settings',
|
||||
'users_settings' => 'Users Settings',
|
||||
'enable_saas_module' => 'Enable Saas Module',
|
||||
'subscription_expired_pls_renew_it' => 'No active subscription found / subscription expired. <br/> please renew your subscription.',
|
||||
'active_no_of_forms_for_package_crossed_limit' => 'Active no. of forms for the package crossed',
|
||||
'package_subscription' => 'Package Subscription',
|
||||
'user_name' => 'User Name',
|
||||
'package_name' => 'Package Name',
|
||||
'status' => 'Status',
|
||||
'paid_via' => 'Paid via',
|
||||
'transaction_id' => 'Transaction Id',
|
||||
'edit_subscription' => 'Edit Subscription',
|
||||
'approved' => 'Approved',
|
||||
'waiting' => 'Waiting',
|
||||
'declined' => 'Declined',
|
||||
'all_subscriptions' => 'All Subscriptions',
|
||||
'view_package' => 'View Package',
|
||||
'subscribe' => 'Subscribe',
|
||||
'my_subscription' => 'My Subscription',
|
||||
'no_package_found' => 'No Package Found',
|
||||
'active_subscription' => 'Active Subscription',
|
||||
'running' => 'Running',
|
||||
'remaining_days' => 'Remaining :days day(s)',
|
||||
'no_active_subscription' => 'No active subscription found!',
|
||||
'upcoming' => 'Upcoming',
|
||||
'package_starts_on' => 'Will be start on :date',
|
||||
'package_expire_on' => 'Will be expire on :date',
|
||||
'package_activated_on' => 'Activated on :date',
|
||||
'column_width' => 'Column Width',
|
||||
'switch' => 'Switch',
|
||||
'on' => 'On',
|
||||
'off' => 'Off',
|
||||
'mail_from_address' => 'MAIL FROM ADDRESS',
|
||||
'mail_from_name' => 'MAIL FROM NAME',
|
||||
'email_will_be_sent_to' => 'Email will be sent to',
|
||||
'test_smtp_details' => 'Test SMTP details',
|
||||
'my_settings' => 'My settings',
|
||||
'system_settings' => 'System settings',
|
||||
'system_settings_smtp_tooltips' => ' Used for sending system emails like <i>Forgot password</i>',
|
||||
'my_settings_smtp_tooltips' => 'You can use it in your form emails.',
|
||||
'use_settings_smtp' => 'Use My SMTP Settings?',
|
||||
'pay_via' => 'Pay via :method',
|
||||
'offline' => 'Offline',
|
||||
'pay_n_subscribe' => 'Pay & Subscribe a package',
|
||||
'offline_pay_helptext' => 'Notification will be sent to admin for approval.',
|
||||
'notification_sent_for_approval' => 'Notification sent for approval',
|
||||
'currency_code' => 'Currency Code',
|
||||
'enter_currency_code' => 'Enter Currency Code',
|
||||
'registered_and_subscribed' => 'Registered & subscribed',
|
||||
'payment_api_settings' => 'Payment Api Settings',
|
||||
'no_packages_found' => 'No Packages Found',
|
||||
'form_scheduling_setting' => 'Form Scheduling Setting',
|
||||
'scheduling' => 'Scheduling',
|
||||
'closed_msg' => 'Closed Message',
|
||||
'start_date_time' => 'Start DateTime',
|
||||
'end_date_time' => 'End DateTime',
|
||||
'form_closed_msg_tooltip' => 'The message that will display to site visitors, <br> who try to submit a closed form on your website',
|
||||
'form_closed_start_date_time_tooltip' => 'When the form will automatically open to site visitors',
|
||||
'form_closed_end_date_time_tooltip' => 'When the form will automatically close to site visitors',
|
||||
'to_see_supported_curreny' => 'To see supported currencies',
|
||||
'report' => 'Report',
|
||||
'reports_for_form' => ':form_name reports',
|
||||
'form_slug' => 'Form Slug',
|
||||
'form_submission_numbering' => 'Form submission reference',
|
||||
'submission_numbering' => 'Submission ref no.',
|
||||
'prefix' => 'Prefix',
|
||||
'suffix' => 'Suffix',
|
||||
'min_digit' => 'Minimum Digit',
|
||||
'start_no' => 'Start No.',
|
||||
'works_if_enabled_in_settings' => 'Works if enabled in settings. <br><i>(feature not available in download form code)</i>',
|
||||
'submitted_by' => 'Submitted By',
|
||||
'what_do_u_want_next' => '<span class="text-success">Successfully saved</span>, what do you want to do next?',
|
||||
'preview_the_form' => 'Preview the form',
|
||||
'go_to_home' => 'Go to home',
|
||||
'continue_editing' => 'Continue editing',
|
||||
'welcome_tour_msg' => 'Easy steps to start using the form generator.',
|
||||
'tour_step_1_intro' => '<b class="text-success">Step 1:</b></br> Drag elements from here.',
|
||||
'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_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.',
|
||||
'tour_step_9_intro' => '<b class="text-success">Step 9:</b></br> Save the form.',
|
||||
'app_tour' => 'App tour',
|
||||
'theme' => 'Theme',
|
||||
'to_see_effect_preview_form' => 'To see theme effect, preview the form.',
|
||||
'form_submit_as_draft' => 'Form submit as draft',
|
||||
'form_submit_as_draft_tooltip' => 'User can submit a form as draft and later they can edit it',
|
||||
'draft' => 'Draft',
|
||||
'form_editable_url' => 'Form Editable Url <b>(Copy & save below url)</b>',
|
||||
'draft_saved' => 'Draft saved',
|
||||
'drag_element_using_icon' => 'Drag element using icon',
|
||||
'additional_js_help' => 'Write javascript code with script tag',
|
||||
'additional_css_help' => 'Write css code with style tag',
|
||||
'signature' => 'Signature',
|
||||
'clear' => 'Clear',
|
||||
'clear_signature_pad' => 'Clear signature pad',
|
||||
'undo' => 'Undo',
|
||||
'elements' => 'Elements',
|
||||
'field_name' => 'Field Name',
|
||||
'this_field_is_required' => 'This field is required',
|
||||
'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_duplicate_field_name' => ':input field contain duplicate name',
|
||||
'key' => 'Key',
|
||||
'add_form_custom_attribute' => 'Add form custom attribute',
|
||||
'custom_attributes' => 'Custom Attributes',
|
||||
'add_custom_attribute' => 'Add Custom Attribute',
|
||||
'print' => 'Print',
|
||||
'display_position' => 'Display position',
|
||||
'top_right' => 'Top Right',
|
||||
'bottom_right' => 'Bottom Right',
|
||||
'bottom_left' => 'Bottom Left',
|
||||
'top_left' => 'Top Left',
|
||||
'top_center' => 'Top Center',
|
||||
'bottom_center' => 'Bottom Center',
|
||||
'adjust_iframe_height_according_to_need' => 'Adjust iframe min height according to your need.',
|
||||
'sort_order_help_text' => 'sort order will be used to sort the packages',
|
||||
'add_user' => 'Add User',
|
||||
'send_email' => 'Send Email',
|
||||
'send_email_tooltip' => 'If checked email address and password will be sent to user',
|
||||
'is_active_tooltip' => 'Check/Uncheck to make a user active/inactive.',
|
||||
'is_admin_tooltip' => 'Check to make a admin user.',
|
||||
'edit_user' => 'Edit User',
|
||||
'dont_want_to_change_keep_it_blank' => "Keep it blank, if you don't want to change",
|
||||
'comment' => 'Comment',
|
||||
'comments' => 'Comments',
|
||||
'add_comment' => 'Add comment',
|
||||
'submit_btn_icon' => 'Submit button icon & position',
|
||||
'submit_btn_style' => 'Submit button style',
|
||||
'outline' => 'Outline',
|
||||
'can_create_form' => 'Can create form',
|
||||
'can_create_form_tooltip' => 'If checked user can create forms for him/herself',
|
||||
'assign_forms' => 'Share forms',
|
||||
'permission_for_forms' => 'Permission for shared forms',
|
||||
'can_design_form' => 'Can design form',
|
||||
'can_view_form' => 'Can view form',
|
||||
'can_view_data' => 'Can view data',
|
||||
'can_design_form_tooltip' => 'If checked user can design shared forms',
|
||||
'can_view_data_tooltip' => 'If checked user can view submitted data and report of shared forms',
|
||||
'can_view_form_tooltip' => 'If checked user can view shared forms and can fill the form',
|
||||
'assigned_forms' => 'Shared Forms',
|
||||
'collaborate' => 'Collaborate',
|
||||
'permissions' => 'Permissions',
|
||||
'user_doesnt_exist' => "User doesn't exist with this email.",
|
||||
'assigned_users' => 'Shared with',
|
||||
'created_by' => 'Created by',
|
||||
'total_visits' => 'Total visits',
|
||||
'unique_visits' => 'Unique visits',
|
||||
'total_visitors_in_last_30_days' => 'Total visitors in last 30 days',
|
||||
'direct_visits' => 'Direct visits',
|
||||
'referrers' => 'Referrers',
|
||||
'referrers_in_last_30_days' => 'Total referrers in last 30 days',
|
||||
'form_cant_be_shared_with_creator' => "Form can't be shared with it's creator.",
|
||||
'invite_to_collaborate' => 'Share to collaborate',
|
||||
'examples' => 'Examples',
|
||||
'form_examples' => 'Form examples',
|
||||
'click_form_name_to_view' => 'Click on form name to view',
|
||||
'analytics' => 'Analytics',
|
||||
'reports' => 'Reports',
|
||||
'no_report_found' => 'No report found!',
|
||||
'number' => 'Number',
|
||||
'text_tooltip' => 'For single line information, like: Name, Email, Phone',
|
||||
'textarea_tooltip' => 'For multiple lines/long information, like: Address, About me, Description.',
|
||||
'dropdown_tooltip' => 'Use to select One or Multiple from pre-defined options, like: Hobbies, Education. Add unlimited options, add minimum / maximum number options select',
|
||||
'radio_tooltip' => 'Use to select ONE from a pre-defined choices, like: Gender, True-False',
|
||||
'checkbox_tooltip' => 'Use to select One or Multiple options from pre-defined choices, like: Hobbies, Qualification',
|
||||
'heading_paragrahp_tooltip' => 'Use for heading or any type of texts with H1 to H6 & Paragraph tags with your defined color, example: Description & other informations.',
|
||||
'range_tooltip' => 'Use to Select Minimum-maximum range value, example: Price range',
|
||||
'datetime_tooltip' => 'Use to pick a date and/or time, with your defined format, example: Appointment date ',
|
||||
'file_upload_tooltip' => 'Use to upload file(s) and/or images, example: Documents, Photo',
|
||||
'text_editor_tooltip' => 'Use to enter long information with the many options to format, example: Description, blogs ',
|
||||
'terms_condition_tooltip' => 'Rules by which one must agree to abide in order to use a service, example: Privacy Policy',
|
||||
'hr_tooltip' => 'This tag defines a thematic break in an HTML page, example: a shift of topic',
|
||||
'rating_tooltip' => 'Can be used to rate a particular item/provide feedback',
|
||||
'switch_tooltip' => 'Used for activating one of two predefined options, example: Preference choice',
|
||||
'html_text_tooltip' => 'Use for any type of texts with the many options to format, example: Description, blogs',
|
||||
'signature_tooltip' => 'Can be used to sign digitally',
|
||||
'login_to_start_your_session' => 'Log in to start your session',
|
||||
'forgot_password' => 'Forgot password?',
|
||||
'dont_have_an_account' => "Don't have an account?",
|
||||
'reset' => 'Reset',
|
||||
'register' => 'Register',
|
||||
'register_a_new_membership' => 'Register a new membership',
|
||||
'already_have_an_account' => 'Already have an account?',
|
||||
'request_password_heading' => 'You forgot your password? Here you can easily request a new password.',
|
||||
'password_reset_heading' => 'You are only one step a way from your new password, recover your password now.',
|
||||
'widget_script_help_text' => 'Copy the script & include it on bottom of your page body. where you want to embed the form.',
|
||||
'attach_pdf' => 'Attach PDF',
|
||||
'pdf' => 'PDF',
|
||||
'download_pdf' => 'Download Pdf',
|
||||
'pdf_of_submitted_data_will_be_attached_to_mail' => 'Pdf of submitted form data will be attached to the email.',
|
||||
'upgrade_account' => 'Upgrade account',
|
||||
'all' => 'All',
|
||||
'package' => 'Package',
|
||||
'filter' => 'Filter',
|
||||
'disable_current_packages' => 'Disable current packages',
|
||||
'disable_current_packages_help_text' => "All currently running/upcoming package will be disabled & new package will be activated from today's date",
|
||||
'confirm_upgrade_account' => 'Confirm upgrade account',
|
||||
'enable_ofline_payment' => 'Enable Offline Payment',
|
||||
'form_background_setting' => 'Form Background Setting',
|
||||
'form_background_color' => 'Form Color',
|
||||
'form_background_image' => 'Form Background Image',
|
||||
'page_color' => 'Page Color',
|
||||
'password_protection' => 'Password protection',
|
||||
'enable_password_protection' => 'Enable password protection',
|
||||
'password_protection_help_text' => 'If enabled user has to enter password before viewing the form.',
|
||||
'enter_your_password_to_view_the_form' => 'Please enter the password to view and fill out this form.',
|
||||
'this_form_is_password_protected' => 'This form is password protected.',
|
||||
'continue' => 'Continue',
|
||||
'invalid_password' => 'Invalid password',
|
||||
'is_global_template' => 'Is global template',
|
||||
'pre_made' => 'Pre-made',
|
||||
'is_global_template_tooltip' => 'If checked, form will be used as global template for all users.',
|
||||
'pdf_design' => 'Pdf design',
|
||||
'header' => 'Header',
|
||||
'design_pdf_header' => 'Design pdf header',
|
||||
'tags' => 'Tags',
|
||||
'pdf_design_help_text' => 'Pdf design will be used when downloading or attaching pdf to the email.',
|
||||
'properties' => 'Configure Properties',
|
||||
'are_you_sure' => 'Are you sure?',
|
||||
'you_wont_be_able_to_revert' => "You won't be able to revert this!",
|
||||
'yes_remove_it' => 'Yes, remove it!',
|
||||
'horizontal_space' => 'Horizontal Space',
|
||||
'horizontal_space_help_text' => 'Set the right and left spaces of the line. Use value in pixels(px).',
|
||||
'spread_to_col' => 'Spread to column',
|
||||
'spread_to_col_help_text' => 'Spread options side by side into specified number of columns.',
|
||||
'cols' => 'Columns',
|
||||
'qr_code' => 'Qr Code',
|
||||
'qr_code_tooltip' => 'Qr code will be generated based on submitted data',
|
||||
'download_qr_code' => 'Download Qr Code',
|
||||
'qr_code_limit_help_text' => 'Note: QR Codes can hold up to <b>3Kb</b> of data, so if the data is long then qr will not be generated.',
|
||||
'data_format' => 'Data format',
|
||||
'key_value_format' => 'Key value Format',
|
||||
'json_format' => 'JSON Format',
|
||||
'reply_to_email' => 'Reply-to Email',
|
||||
'please_select' => 'Please select',
|
||||
'integration' => 'Integration',
|
||||
'api_endpoint' => 'API Endpoint',
|
||||
'list_id' => 'List Id',
|
||||
'api_token' => 'API token',
|
||||
'no_acelle_list_please_create' => 'No list available please create list',
|
||||
'submit' => 'Submit',
|
||||
'api_token_required' => 'API token is required',
|
||||
'get_list' => 'Get List',
|
||||
'acelle_mail_name_help_text' => 'This name will be visible in form creation page.',
|
||||
'acelle_mail_api_url_help_text' => 'API endpoint where acelle mail is installed',
|
||||
'api_token_n_list_tooltip' => 'Steps to follow:- <br/>
|
||||
<ol>
|
||||
<li>Enter API token from <b>:name</b></li>
|
||||
<li>Then click on "Get List"</li>
|
||||
<li>From the list dropdown, select the list</li>
|
||||
<li>Select form field for list fields</li>
|
||||
</ol>',
|
||||
'retriving_fields' => 'Retriving list fields',
|
||||
'layout' => 'Layout',
|
||||
'classic_form' => 'Classic Form',
|
||||
'classic_form_subtitle' => 'All elements on one page',
|
||||
'card_form' => 'Card Form',
|
||||
'card_form_subtitle' => 'Single element per page',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
'link_copied' => 'Copied link to clipboard',
|
||||
'page_break' => 'Page Break',
|
||||
'no_config_option' => 'No configuration options available!',
|
||||
'card_layout_disabled' => 'Card layout disabled when page-break element is used.',
|
||||
'page_break_disabled' => 'Page-break disabled when card-layout is used.',
|
||||
'emptyTable' => 'No data available in table',
|
||||
'dt_info' => 'Showing _START_ to _END_ of _TOTAL_ entries',
|
||||
'infoEmpty' => 'Showing 0 to 0 of 0 entries',
|
||||
'infoFiltered' => '(filtered from _MAX_ total entries)',
|
||||
'lengthMenu' => 'Show _MENU_ entries',
|
||||
'loadingRecords' => 'Loading...',
|
||||
'processing' => 'Processing...',
|
||||
'search' => 'Search:',
|
||||
'search_without_dots' => 'Search',
|
||||
'zeroRecords' => 'No matching records found',
|
||||
'first' => 'First',
|
||||
'last' => 'Last',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Previous',
|
||||
'copy' => 'Copy',
|
||||
'excel' => 'Excel',
|
||||
'csv' => 'CSV',
|
||||
'copy_to_clipboard' => 'Copy to clipboard',
|
||||
'copied_n_rows_to_clipboard' => 'Copied %d rows to clipboard',
|
||||
'webhook' => 'WebHook',
|
||||
'generate_secret_key' => 'Generate secret key',
|
||||
'webhook_url' => 'WebHook url',
|
||||
'form_is_incomplete' => 'Form is incomplete',
|
||||
'youtube' => 'Youtube',
|
||||
'iframe_embed' => 'iFrame Embed',
|
||||
'pdf_embedder' => 'PDF Embedder',
|
||||
'countdown' => 'Countdown',
|
||||
'frame_url' => 'Frame Url',
|
||||
'youtube_video_url' => 'YouTube Video Url',
|
||||
'frame_url_help_text' => 'Enter the iframe url. It is recommended to use a HTTPS url',
|
||||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'frame_alignment' => 'Frame Alignment',
|
||||
'youtube_video_url' => 'YouTube Video Url',
|
||||
'center' => 'Center',
|
||||
'remove_pdf' => 'Remove pdf',
|
||||
'upload_pdf' => 'Upload pdf',
|
||||
'drop_a_pdf_here' => 'Drop a pdf here',
|
||||
'seconds' => 'Second(s)',
|
||||
'minutes' => 'Minute(s)',
|
||||
'hours' => 'Hour(s)',
|
||||
'display_labels' => 'Display label',
|
||||
'font_color' => 'Font color',
|
||||
'time_separator' => 'Time separators',
|
||||
'display_format' => 'Display format',
|
||||
'countdown_display_format_tooltip' => 'Y - Years <br>O - Months <br>D - Days <br>H - Hours <br>M - Minutes <br>S - Seconds',
|
||||
'iframe' => 'iFrame',
|
||||
'or' => 'Or',
|
||||
'enable_popover_help_text' => 'Enable popover help text',
|
||||
'popover_help_text' => 'Popover help text',
|
||||
'write_popover_help_text' => 'Write down popover help text..',
|
||||
'qr_code_for_submitted_data' => 'QR code - submitted data',
|
||||
'qr_code_for_ref_num' => 'QR code - reference number',
|
||||
'bar_code_for_ref_num' => 'Barcode - reference number',
|
||||
'download_bar_code' => 'Download Bar Code',
|
||||
'bar_code_help_text' => 'Submission ref num. the data specified in the option is added',
|
||||
'submission_ref_qr_code_tooltip' => 'Works only if Submission ref no. is enabled in settings.(feature not available in download form code)',
|
||||
'allowed_values' => 'Allowed values',
|
||||
'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',
|
||||
];
|
||||
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
||||
@@ -1,22 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'reset' => 'Your password has been reset!',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'throttled' => 'Please wait before retrying.',
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
|
||||
];
|
||||
@@ -1,179 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'accepted_if' => 'The :attribute must be accepted when :other is :value.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute must only contain letters.',
|
||||
'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
|
||||
'alpha_num' => 'The :attribute must only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' => [
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'current_password' => 'The password is incorrect.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_equals' => 'The :attribute must be a date equal to :date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'decimal' => 'The :attribute must have :decimal decimal places.',
|
||||
'declined' => 'The :attribute must be declined.',
|
||||
'declined_if' => 'The :attribute must be declined when :other is :value.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
|
||||
'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values.',
|
||||
'enum' => 'The selected :attribute is invalid.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'gt' => [
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
],
|
||||
'gte' => [
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
],
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lowercase' => 'The :attribute must be lowercase.',
|
||||
'lt' => [
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'numeric' => 'The :attribute must be less than :value.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
],
|
||||
'lte' => [
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
'file' => 'The :attribute must be less than or equal to :value kilobytes.',
|
||||
'numeric' => 'The :attribute must be less than or equal to :value.',
|
||||
'string' => 'The :attribute must be less than or equal to :value characters.',
|
||||
],
|
||||
'mac_address' => 'The :attribute must be a valid MAC address.',
|
||||
'max' => [
|
||||
'array' => 'The :attribute must not have more than :max items.',
|
||||
'file' => 'The :attribute must not be greater than :max kilobytes.',
|
||||
'numeric' => 'The :attribute must not be greater than :max.',
|
||||
'string' => 'The :attribute must not be greater than :max characters.',
|
||||
],
|
||||
'max_digits' => 'The :attribute must not have more than :max digits.',
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimetypes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
],
|
||||
'min_digits' => 'The :attribute must have at least :min digits.',
|
||||
'multiple_of' => 'The :attribute must be a multiple of :value.',
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'password' => [
|
||||
'letters' => 'The :attribute must contain at least one letter.',
|
||||
'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
|
||||
'numbers' => 'The :attribute must contain at least one number.',
|
||||
'symbols' => 'The :attribute must contain at least one symbol.',
|
||||
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
|
||||
],
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'prohibited' => 'The :attribute field is prohibited.',
|
||||
'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
|
||||
'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
|
||||
'prohibits' => 'The :attribute field prohibits :other from being present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values are present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
],
|
||||
'starts_with' => 'The :attribute must start with one of the following: :values.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid timezone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'uppercase' => 'The :attribute must be uppercase.',
|
||||
'url' => 'The :attribute must be a valid URL.',
|
||||
'ulid' => 'The :attribute must be a valid ULID.',
|
||||
'uuid' => 'The :attribute must be a valid UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap our attribute placeholder
|
||||
| with something more reader friendly such as "E-Mail Address" instead
|
||||
| of "email". This simply helps us make our message more expressive.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'Need autentimistunnused ei ühti meie salvestatud andmetega.',
|
||||
'password' => 'Esitatud parool on vale.',
|
||||
'throttle' => 'Liiga palju sisselogimiskatseid. Palun proovige uuesti :seconds sekundi pärast.',
|
||||
|
||||
];
|
||||
@@ -1,676 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'success' => 'Õnnestus',
|
||||
'feature_disabled_in_demo' => 'Omadus on demos keelatud',
|
||||
'something_went_wrong' => 'Midagi läks valesti',
|
||||
'some_error_in_input_field' => 'Sisendväljas ilmnes viga, kontrollige ja esitage uuesti',
|
||||
'saved_successfully' => 'Salvestatud edukalt',
|
||||
'env_permission' => 'Mõnda seadet ei saanud salvestada, veenduge, et .env failil oleks 644 luba ja see kuuluks www-data kasutajale',
|
||||
'application_copyright' => ':name - V:version | Autoriõigus © :year Kõik õigused kaitstud.',
|
||||
'home' => 'Kodu',
|
||||
'form' => 'Vorm',
|
||||
'form_name' => 'Vormi nimi',
|
||||
'all_forms' => 'Kõik vormid',
|
||||
'new_form' => 'Uus vorm',
|
||||
'name' => 'Nimi',
|
||||
'description' => 'Kirjeldus',
|
||||
'created_at' => 'Loodud',
|
||||
'action' => 'Tegevus',
|
||||
'all_templates' => 'Kõik mallid',
|
||||
'view' => 'Vaata',
|
||||
'view_form_data' => 'Vaata vormi esitamise andmeid',
|
||||
'edit' => 'Muuda',
|
||||
'delete' => 'Kustuta',
|
||||
'download_code' => 'Laadige vormi jaoks alla HTML/PHP kood',
|
||||
'copy_this_form' => 'Kopeeri see vorm',
|
||||
'widget' => 'Vidin',
|
||||
'create_form' => 'Loo vorm',
|
||||
'form_description' => 'Vormi kirjeldus',
|
||||
'template' => 'Mall',
|
||||
'choose_template' => 'Vali mall',
|
||||
'close' => 'Sulge',
|
||||
'submitted_on' => 'Esitatud',
|
||||
'field' => 'Väli',
|
||||
'value' => 'Väärtus',
|
||||
'copy_form' => 'Kopeeri vorm',
|
||||
'generate_widget' => 'Genereeri vidin',
|
||||
'iframe_code' => 'iFrame kood',
|
||||
'widget_help_text' => 'Kopeerige HTML-kood ja lisage see oma veebisaidi HTML-i, et kasutada vormi.',
|
||||
'superadmin_settings' => 'Superadmini seaded',
|
||||
'app_name' => 'RAKENDUSE NIMI',
|
||||
'version' => 'Versioon',
|
||||
'mail_driver' => 'MEILI DRAIVER',
|
||||
'mail_host' => 'MEILI HOST',
|
||||
'mail_port' => 'MEILI PORT',
|
||||
'mail_username' => 'MEILI KASUTAJANIMI',
|
||||
'mail_password' => 'MEILI PAROOL',
|
||||
'mail_encryption' => 'MEILI KRÜPTIMINE',
|
||||
'save' => 'Salvesta',
|
||||
'email' => 'E-post',
|
||||
'settings' => 'Seaded',
|
||||
'additional_js_css' => 'Lisajuhised/stylesheet',
|
||||
'additional_js_css_help_text' => 'Lisajuhised, CSS laaditakse vormi lõpus.',
|
||||
'save_as_template' => 'Salvesta mallina',
|
||||
'save_as_form' => 'Salvesta vormina',
|
||||
'css' => 'CSS',
|
||||
'javascript' => 'Javascript',
|
||||
'additional_css' => 'Lisakujundus',
|
||||
'additional_js' => 'Lisaskript',
|
||||
'element_details' => 'Elemendi üksikasjad',
|
||||
'input' => 'Sisend',
|
||||
'textarea' => 'Mitmerealine tekst',
|
||||
'dropdown' => 'Rippmenüü',
|
||||
'radio' => 'Raadionupp',
|
||||
'checkbox' => 'Märkeruut',
|
||||
'heading_paragrahp' => 'Pealkiri/lõik',
|
||||
'range' => 'Vahemik',
|
||||
'file_upload' => 'Faili üleslaadimine',
|
||||
'text_editor' => 'Tekstiredaktor',
|
||||
'datetime' => 'Kuupäev/kellaaeg',
|
||||
'terms_condition' => 'Kasutustingimused',
|
||||
'email_settings' => 'E-posti seaded',
|
||||
'from' => 'Saatja',
|
||||
'from_email' => 'Saatja e-post',
|
||||
'to' => 'Saajad',
|
||||
'multiple_email_help_text' => 'Mitu e-posti eraldatud komaga',
|
||||
'cc' => 'Kopeeri',
|
||||
'bcc' => 'Kopeeri varjatud koopiad',
|
||||
'subject' => 'Teema',
|
||||
'email_subject' => 'E-posti teema',
|
||||
'click_to_add_tags' => 'Klõpsake siltide lisamiseks',
|
||||
'body' => 'Sisu',
|
||||
'email_body' => 'E-posti sisu',
|
||||
'auto_response_settings' => 'Automaatse vastuse seaded',
|
||||
'enable_auto_response' => 'Luba automaatne vastus?',
|
||||
'smtp_settings' => 'SMTP seaded',
|
||||
'use_system_smtp' => 'Kasuta süsteemi SMTP?',
|
||||
'host' => 'Host',
|
||||
'port' => 'Port',
|
||||
'from_address' => 'Saatja aadress',
|
||||
'from_name' => 'Saatja nimi',
|
||||
'encryption' => 'Krüptimine',
|
||||
'username' => 'Kasutajanimi',
|
||||
'password' => 'Parool',
|
||||
'field_label' => 'Välja märgis',
|
||||
'type' => 'Tüüp',
|
||||
'color' => 'Värv',
|
||||
'text' => 'Tekst',
|
||||
'min_value' => 'Minimaalne väärtus',
|
||||
'max_value' => 'Maksimaalne väärtus',
|
||||
'step' => 'Samm',
|
||||
'data_orientation' => 'Andmete orientatsioon',
|
||||
'horizontal' => 'Horisontaalne',
|
||||
'vertical' => 'Vertikaalne',
|
||||
'allow_select_multi_value' => 'Luba mitme väärtuse valimist?',
|
||||
'placeholder' => 'Paigutus',
|
||||
'help_text' => 'Abitekst',
|
||||
'editior_height' => 'Redaktori kõrgus (px)',
|
||||
'editior_height_help_text' => 'Jäta vaikimisi kõrguse jaoks tühjaks.',
|
||||
'upload_text' => 'Failide üleslaadimine',
|
||||
'no_files_can_be_uploaded' => 'Saab üles laadida failide arv',
|
||||
'upload_file_limit_help_text' => 'Vaikimisi on 1',
|
||||
'send_as_email_attachment' => 'Saada e-kirja manuseks',
|
||||
'file_size_limit' => 'Faili suuruse piirangud',
|
||||
'file_size_limit_help' => 'Sisestage faili suuruse piirang megabaitides',
|
||||
'allowed_file' => 'Lubatud failitüüp',
|
||||
'specify_file_type' => 'Määrake lubatud tüübid',
|
||||
'all_types' => 'Kõik tüübid',
|
||||
'add_file_type' => 'Lisa failitüüpe',
|
||||
'add_file_type_help_text' => 'Failitüüpide komaga eraldatud string. Näiteks: .jpg, .png, .jpeg',
|
||||
'enter_file_type' => 'Sisestage failitüüp',
|
||||
'sizing' => 'Suurustamine',
|
||||
'default' => 'Vaikimisi',
|
||||
'small' => 'Väike',
|
||||
'large' => 'Suur',
|
||||
'start_date' => 'Alguskuupäev',
|
||||
'none' => 'Puudub',
|
||||
'today' => 'Täna',
|
||||
'current_year' => 'Praegune aasta',
|
||||
'current_month' => 'Praegune kuu',
|
||||
'end_date' => 'Lõppkuupäev',
|
||||
'date_format' => 'Kuupäeva formaat',
|
||||
'date_format_help_text' => 'Formaadid: DD, D, MM, M, YYYY, YY <br> eraldajad: -, /, . <br> kellaaja jaoks jätke tühi ja lülitage kellaaja valija sisse',
|
||||
'disabled_days' => 'Keelatud päevad',
|
||||
'sunday' => 'Pühapäev',
|
||||
'monday' => 'Esmaspäev',
|
||||
'tuesday' => 'Teisipäev',
|
||||
'wednesday' => 'Kolmapäev',
|
||||
'thursday' => 'Neljapäev',
|
||||
'friday' => 'Reede',
|
||||
'saturday' => 'Laupäev',
|
||||
'enable_time_picker' => 'Luba kellaaja valija',
|
||||
'time_format' => 'Kellaaja formaat',
|
||||
'12_hour' => '12-tunnine (Näide- 01:20 PM)',
|
||||
'24_hour' => '24-tunnine (Näide- 13:20)',
|
||||
'show_calendar_sidebyside' => 'Näita kalendrit ja kellaajavalijat kõrvuti',
|
||||
'is_required' => 'On kohustuslik?',
|
||||
'error_msg_for_required' => 'Viga kohustusliku välja jaoks',
|
||||
'validation' => 'Valideerimine',
|
||||
'min_length_value' => 'Minimaalne pikkus',
|
||||
'max_length_value' => 'Maksimaalne pikkus',
|
||||
'enter_min_value' => 'Sisestage minimaalne väärtus',
|
||||
'enter_max_value' => 'Sisestage maksimaalne väärtus',
|
||||
'error_msg_for' => 'Viga',
|
||||
'no_of_rows' => 'Ridade arv',
|
||||
'no_of_cols' => 'Veergude arv',
|
||||
'icon_prefix' => 'Ikooni eesliide',
|
||||
'icon_suffix' => 'Ikooni järelliide',
|
||||
'options' => 'Valikud',
|
||||
'enter_one_option_per_line' => 'Sisestage üks valik rea kohta.',
|
||||
'paragraphp' => 'Lõik(P)',
|
||||
'content' => 'Sisu',
|
||||
'text_color' => 'Teksti värv',
|
||||
'link' => 'Link',
|
||||
'add_custom_class' => 'Lisa kohandatud klass',
|
||||
'custom_class_tooltip' => 'Lisa klasside string ühe tühikuga. Näiteks: klass1 klass2 klass3',
|
||||
'remove' => 'Eemalda',
|
||||
'basic_elements' => 'Põhielemendid',
|
||||
'advance_elements' => 'Täpsemad elemendid',
|
||||
'jot_down_here' => 'Joonistage siia',
|
||||
'google_recaptcha_settings' => 'Google reCAPTCHA seaded',
|
||||
'add_google_recaptcha' => 'Lisa Google reCAPTCHA',
|
||||
'site_key' => 'Veebisaidi võti',
|
||||
'enter_site_key' => 'Sisestage veebisaidi võti',
|
||||
'secret_key' => 'Salajane võti',
|
||||
'enter_secret_key' => 'Sisestage salajane võti',
|
||||
'secret_key_help_text' => 'Kui teil pole veebisaidi võtit ega salajast võtit, klõpsake siin',
|
||||
'click_here' => 'Klõpsa siia',
|
||||
'to_create' => 'loomingul.',
|
||||
'design_settings' => 'Kujunduse seaded',
|
||||
'label_color' => 'Sildi värv',
|
||||
'error_msg_color' => 'Viga sõnumi värv',
|
||||
'required_asterisk_color' => "Nõutava tärnivärvi (*)",
|
||||
'background_color' => 'Taustavärv',
|
||||
'background_image' => 'Taustapilt',
|
||||
'notification_setting' => 'Teavituste seadistus',
|
||||
'action_after_submit' => 'Tegevus pärast esitamist',
|
||||
'show_notification_in_same_page' => 'Kuva teade samal lehel',
|
||||
'redirect_to_thank_you_page' => 'Suuna "Tänan" lehele',
|
||||
'email_success_notification' => 'E-kirja edukas teavitamine',
|
||||
'email_failed_notification' => 'E-kirja ebaõnnestunud teavitamine',
|
||||
'redirect_url' => 'Suunamise URL',
|
||||
'enter_msg' => 'Sisestage sõnum',
|
||||
'enter_redirect_url' => 'Sisestage suunamise URL',
|
||||
'submit_btn_setting' => 'Esitamisnupu seaded',
|
||||
'submit_btn_text' => 'Esitamisnupu tekst',
|
||||
'enter_submit_btn_txt' => 'Sisestage esitamisnupu tekst',
|
||||
'submit_btn_loading_text' => 'Esitamisnupu laadimise tekst',
|
||||
'enter_submit_btn_load_txt' => 'Sisestage esitamisnupu laadimise tekst',
|
||||
'submit_btn_size' => 'Esitamisnupu suurus',
|
||||
'medium' => 'Keskmine',
|
||||
'submit_btn_size_help_text' => 'Vaikimisi suurus on "Keskmine".',
|
||||
'submit_btn_color' => 'Esitamisnupu värv',
|
||||
'primary' => 'Esmane',
|
||||
'warning' => 'Hoiatus',
|
||||
'danger' => 'Oht',
|
||||
'submit_btn_color_help_text' => 'Vaikimisi värv on "Esmane".',
|
||||
'submit_btn_alignment' => 'Esitamisnupu joondus',
|
||||
'left' => 'Vasak',
|
||||
'right' => 'Parem',
|
||||
'submit_btn_alignment_help_text' => 'Vaikimisi joondus on "Parem".',
|
||||
'form_data_setting' => 'Vormiandmete seaded',
|
||||
'column_visibility' => 'Veeru nähtavus',
|
||||
'column_visibility_help_text' => 'Valitud väli kuvatakse andmetabelis.',
|
||||
'enable_button' => 'Luba nupp',
|
||||
'language' => 'Keel',
|
||||
'profile' => 'Profiil',
|
||||
'edit_profile' => 'Muuda profiili',
|
||||
'password_edit_help' => 'Sisestage parool muutmiseks või jätke see tühjaks',
|
||||
'enter_name' => 'Sisestage nimi',
|
||||
'enter_email' => 'Sisestage e-post',
|
||||
'enter_password' => 'Sisestage parool',
|
||||
'update' => 'Uuenda',
|
||||
'enter_app_name' => 'Sisestage rakenduse nimi',
|
||||
'enter_mail_host' => 'Host',
|
||||
'enter_mail_port' => 'Port',
|
||||
'enter_mail_username' => 'Kasutajanimi',
|
||||
'enter_mail_password' => 'Parool',
|
||||
'enter_mail_encryption' => 'tls/ssl',
|
||||
'click_to_edit' => 'Klõpsake seadistamiseks',
|
||||
'components' => 'Komponendid',
|
||||
'horizontal_line' => 'Horisontaalne joon',
|
||||
'html_text' => 'HTML tekst',
|
||||
'padding_top' => 'Ülemine täide',
|
||||
'padding_bottom' => 'Alumine täide',
|
||||
'border_size' => 'Ääre suurus',
|
||||
'border_type' => 'Ääre stiil',
|
||||
'solid' => 'Täisjoon',
|
||||
'dashed' => 'Kriipsjoon',
|
||||
'dotted' => 'Punktiir',
|
||||
'border_color' => 'Ääre värv',
|
||||
'double' => 'Kahekordne',
|
||||
'element_configuration' => 'Elemendi konfiguratsioon',
|
||||
'pls_add_element_to_configure' => 'Palun valige element, mida konfigureerida',
|
||||
'pls_add_element' => 'Lohistage ja lisage element siia.',
|
||||
'new_window' => 'Uus aken',
|
||||
'new_window_help_text' => 'Kopeerige HTML-kood ja lisage see oma veebisaidi HTML-i, et kuvada vormi link. Vorm avaneb uues aknas.',
|
||||
'new_submission_email' => 'Uue esitamise e-posti seaded',
|
||||
'enable' => 'Luba',
|
||||
'forms' => 'Vormid',
|
||||
'templates' => 'Mallid',
|
||||
'submissions' => 'Esitused',
|
||||
'mailchimp' => 'Mailchimp',
|
||||
'mailchimp_api_key' => 'Mailchimp API võti',
|
||||
'mailchimp_api_key_help' => 'Leiate selle <a href="https://us10.admin.mailchimp.com/account/api-key-popup/" target="_blank">siit</a>',
|
||||
'mailchimp_list_id' => 'Mailchimpi loendi ID',
|
||||
'mailchimp_list_id_help' => 'Loendi ID leiate MailChimpi dokumentatsioonist <a href="http://kb.mailchimp.com/lists/managing-subscribers/find-your-list-id" target="_blank">siit</a>',
|
||||
'mailchimp_email_help' => 'Vormi e-posti väli, mida lisatakse MailChimpi',
|
||||
'mailchimp_name_help' => 'Vormi nime väli, mida lisatakse MailChimpi',
|
||||
'not_in_downloaded_code' => 'See funktsioon puudub allalaaditud vormi koodis.',
|
||||
'mailchimp_subscribe' => 'Telli',
|
||||
'mailchimp_subscribe_confirm' => 'Telli ja nõua neil e-posti teel kinnitust',
|
||||
'mailchimp_subscription_status' => 'Telli olek',
|
||||
'field_conditions' => 'Välja tingimused',
|
||||
'choose_element' => 'Element',
|
||||
'show_hide' => 'Kuva/peida',
|
||||
'show' => 'Kuva',
|
||||
'hide' => 'Peida',
|
||||
'condition' => 'Tingimus',
|
||||
'add' => 'Lisa',
|
||||
'write_conditional_value' => 'Kirjutage väärtus',
|
||||
'when' => 'Kui',
|
||||
'add_conditional_field' => 'Lisa rohkem tingimuslikke välju',
|
||||
'add_condition' => 'Lisa rohkem tingimusi',
|
||||
'enter_link_for_label' => 'Sisestage link märgisele',
|
||||
'checked' => 'Märgitud',
|
||||
'unchecked' => 'Märgistamata',
|
||||
'choose_value' => 'Valige väärtus',
|
||||
'equal_to' => 'Võrdub',
|
||||
'not_equal_to' => 'Ei võrdu',
|
||||
'empty' => 'Tühi',
|
||||
'not_empty' => 'Ei ole tühi',
|
||||
'and' => 'Ja',
|
||||
'enable_registration' => 'Luba registreerimine',
|
||||
'resgistration_will_be_enabled' => 'Kui märkeruut on valitud, siis registreerimine on lubatud ja kõik saavad rakendust kasutamiseks registreeruda',
|
||||
'drop_a_file_here' => 'Lohistage fail siia',
|
||||
'rating' => 'Hinnang',
|
||||
'increment' => 'Samm',
|
||||
'stars' => 'Tärnid',
|
||||
'max_star_help_text' => 'Tärnide arv, mida kuvatakse',
|
||||
'min_rating_value_help_text' => 'Miinimumväärtus hinnangu sisendi jaoks. See on madalaim hinnangu väärtus, kui ühtegi tärni pole valitud ega esile tõstetud',
|
||||
'max_rating_value_help_text' => 'Maksimumväärtus hinnangu sisendi jaoks. See on kõrgeim hinnangu väärtus, kui kõik tähed on valitud või esile tõstetud',
|
||||
'step_value_help_text' => 'Samm, millega hinnangut suurendatakse, kui klõpsate iga tärni peal.',
|
||||
'size' => 'Suurus',
|
||||
'extra_small' => 'Väga väike',
|
||||
'extra_large' => 'Väga suur',
|
||||
'rtl' => 'Paremale vasakule',
|
||||
'ltr' => 'Vasakule paremale',
|
||||
'display_type' => 'Kuvatüüp',
|
||||
'superadmin' => 'Superadmin',
|
||||
'supervisor' => 'Supervisor',
|
||||
'admin' => 'Admin',
|
||||
'user' => 'User',
|
||||
'packages' => 'Paketid',
|
||||
'create' => 'Loo',
|
||||
'no_of_active_forms' => 'Aktiivsete vormide arv',
|
||||
'allow_form_code_downloading' => 'Luba vormi koodi allalaadimine',
|
||||
'price_interval' => 'Hinna intervall',
|
||||
'interval' => 'Intervall',
|
||||
'price' => 'Hind',
|
||||
'sort_order' => 'Sorteerimisjärjekord',
|
||||
'activate' => 'Aktiveeri',
|
||||
'days' => 'Päevad',
|
||||
'months' => 'Kuud',
|
||||
'year' => 'Aasta',
|
||||
'select_price_interval' => 'Vali hinna intervall',
|
||||
'updated_successfully' => 'Uuendatud edukalt',
|
||||
'deleted_successfully' => 'Kustutatud edukalt',
|
||||
'all_packages' => 'Kõik paketid',
|
||||
'active' => 'Aktiivne',
|
||||
'inactive' => 'Mitteaktiivne',
|
||||
'unlimited_forms' => 'Piiramatu arv vorme',
|
||||
'no_of_forms' => ':active_form aktiivset vormi',
|
||||
'subscription_price' => ' / :interval :price_interval',
|
||||
'free_for_interval' => 'Tasuta :interval :price_interval',
|
||||
'form_code_download' => 'Vormi koodi allalaadimine',
|
||||
'create_package' => 'Loo pakett',
|
||||
'edit_package' => 'Muuda paketti',
|
||||
'unlimited_form_help_text' => '0 = Piiramatu',
|
||||
'free_package_help_text' => '0 = Tasuta',
|
||||
'users' => 'Kasutajad',
|
||||
'all_users' => 'Kõik kasutajad',
|
||||
'is_active' => 'Kas on aktiivne?',
|
||||
'mark_active' => 'Märgi aktiivseks',
|
||||
'mark_inactive' => 'Märgi mitteaktiivseks',
|
||||
'user_inactive' => 'Kasutaja konto on mitteaktiivne',
|
||||
'edit_settings' => 'Muuda seadeid',
|
||||
'application_settings' => 'Rakenduse seaded',
|
||||
'enter_app_title' => 'Sisestage rakenduse pealkiri',
|
||||
'app_title' => 'RAKENDUSE PEALKIRI',
|
||||
'timezone' => 'Ajavöönd',
|
||||
'currency_symbol' => 'Valuuta sümbol',
|
||||
'currency_name' => 'Valuuta nimi',
|
||||
'choose_timezone' => 'Valige ajavöönd',
|
||||
'enter_currency_name' => 'Sisestage valuuta nimi',
|
||||
'enter_currency_symbol' => 'Sisestage valuuta sümbol',
|
||||
'smtp_email_settings' => 'SMTP/e-posti seaded',
|
||||
'users_settings' => 'Kasutajate seaded',
|
||||
'enable_saas_module' => 'Luba Saas moodul',
|
||||
'subscription_expired_pls_renew_it' => 'Aktiivset tellimust ei leitud / tellimus on aegunud. <br/> palun uuendage oma tellimust.',
|
||||
'active_no_of_forms_for_package_crossed_limit' => 'Paketi jaoks ületatud aktiivsete vormide limiit',
|
||||
'package_subscription' => 'Paketi tellimus',
|
||||
'user_name' => 'Kasutajanimi',
|
||||
'package_name' => 'Paketi nimi',
|
||||
'status' => 'Staatus',
|
||||
'paid_via' => 'Makstud läbi',
|
||||
'transaction_id' => 'Tehingu ID',
|
||||
'edit_subscription' => 'Muuda tellimust',
|
||||
'approved' => 'Heakskiidetud',
|
||||
'waiting' => 'Ootel',
|
||||
'declined' => 'Keeldus',
|
||||
'all_subscriptions' => 'Kõik tellimused',
|
||||
'view_package' => 'Vaata paketti',
|
||||
'subscribe' => 'Telli',
|
||||
'my_subscription' => 'Minu tellimus',
|
||||
'no_package_found' => 'Pakette ei leitud',
|
||||
'active_subscription' => 'Aktiivne tellimus',
|
||||
'running' => 'Jooksev',
|
||||
'remaining_days' => 'Jäänud :days päeva',
|
||||
'no_active_subscription' => 'Aktiivset tellimust ei leitud!',
|
||||
'upcoming' => 'Tulekul',
|
||||
'package_starts_on' => 'Algab :date',
|
||||
'package_expire_on' => 'Aegub :date',
|
||||
'package_activated_on' => 'Aktiveeritud :date',
|
||||
'column_width' => 'Veeru laius',
|
||||
'switch' => 'Lüliti',
|
||||
'on' => 'Sees',
|
||||
'off' => 'Väljas',
|
||||
'mail_from_address' => 'MEILI AADRESSILT',
|
||||
'mail_from_name' => 'MEILI NIMI',
|
||||
'email_will_be_sent_to' => 'Meil saadetakse aadressile',
|
||||
'test_smtp_details' => 'Testi SMTP andmeid',
|
||||
'my_settings' => 'Minu seaded',
|
||||
'system_settings' => 'Süsteemi seaded',
|
||||
'system_settings_smtp_tooltips' => 'Kasutatakse süsteemi meilide saatmiseks, nagu <i>Parooli unustasid</i>',
|
||||
'my_settings_smtp_tooltips' => 'Saate seda kasutada oma vormi meilides.',
|
||||
'use_settings_smtp' => 'Kasuta minu SMTP seadeid?',
|
||||
'pay_via' => 'Maksa läbi :method',
|
||||
'offline' => 'Võrguühenduseta',
|
||||
'pay_n_subscribe' => 'Maksa ja telli pakett',
|
||||
'offline_pay_helptext' => 'Teatis saadetakse administraatorile heakskiiduks.',
|
||||
'notification_sent_for_approval' => 'Teatis heakskiiduks saadetud',
|
||||
'currency_code' => 'Valuuta kood',
|
||||
'enter_currency_code' => 'Sisestage valuuta kood',
|
||||
'registered_and_subscribed' => 'Registreeritud ja tellitud',
|
||||
'payment_api_settings' => 'Makse API seaded',
|
||||
'no_packages_found' => 'Pakette ei leitud',
|
||||
'form_scheduling_setting' => 'Vormi ajastamise seaded',
|
||||
'scheduling' => 'Ajastamine',
|
||||
'closed_msg' => 'Suletud sõnum',
|
||||
'start_date_time' => 'Alguskuupäev ja kellaaeg',
|
||||
'end_date_time' => 'Lõppkuupäev ja kellaaeg',
|
||||
'form_closed_msg_tooltip' => 'Sõnum, mis kuvatakse veebisaidi külastajatele, <br> kes üritavad teie veebisaidil esitada suletud vormi',
|
||||
'form_closed_start_date_time_tooltip' => 'Millal vorm avatakse automaatselt veebisaidi külastajatele',
|
||||
'form_closed_end_date_time_tooltip' => 'Millal vorm suletakse automaatselt veebisaidi külastajatele',
|
||||
'to_see_supported_curreny' => 'Toetatud valuutade nägemiseks',
|
||||
'report' => 'Aruanne',
|
||||
'reports_for_form' => ':form_name aruanded',
|
||||
'form_slug' => 'Vormi slug',
|
||||
'form_submission_numbering' => 'Vormi esitamise viide',
|
||||
'submission_numbering' => 'Esitamise viite nr.',
|
||||
'prefix' => 'Eesliide',
|
||||
'suffix' => 'Lõpus',
|
||||
'min_digit' => 'Minimaalne number',
|
||||
'start_no' => 'Algusnumber',
|
||||
'works_if_enabled_in_settings' => 'Toimib ainult seadetes lubatuna. <br><i>(omadus ei ole allalaaditud vormikoodis saadaval)</i>',
|
||||
'submitted_by' => 'Esitanud',
|
||||
'what_do_u_want_next' => '<span class="text-success">Salvestatud edukalt</span>, mida soovite nüüd teha?',
|
||||
'preview_the_form' => 'Vormi eelvaade',
|
||||
'go_to_home' => 'Mine avalehele',
|
||||
'continue_editing' => 'Jätka muutmist',
|
||||
'welcome_tour_msg' => 'Lihtsad sammud vormigeneraatori kasutamiseks.',
|
||||
'tour_step_1_intro' => '<b class="text-success">1. samm:</b></br> Lohistage elemendid siit.',
|
||||
'tour_step_2_intro' => '<b class="text-success">2. samm:</b></br> Asetage element siia ja klõpsake selle konfigureerimiseks.',
|
||||
'tour_step_3_intro' => '<b class="text-success">3. samm:</b></br> Vormi ja elemendi konfiguratsioon kuvatakse siin.',
|
||||
'tour_step_4_intro' => '<b class="text-success">4. samm:</b></br> Lisage tingimused elemendi näitamiseks/peitmiseks teiste elemendi väärtuste põhjal.',
|
||||
'tour_step_5_intro' => '<b class="text-success">5. samm:</b></br> Konfigureerige vormi esitamise e-posti ja automaatse vastuse e-posti saamine kasutajale.',
|
||||
'tour_step_6_intro' => '<b class="text-success">6. samm:</b></br> Konfigureerige vormi reCaptcha, kujundus, teatised, ajastamine, esitamise viitenumber ja muud seaded.',
|
||||
'tour_step_7_intro' => '<b class="text-success">7. samm:</b></br> Integreerige Mailchimp.',
|
||||
'tour_step_8_intro' => '<b class="text-success">8. samm:</b></br> Lisage vormile täiendavat Js/CSS koodi.',
|
||||
'tour_step_9_intro' => '<b class="text-success">9. samm:</b></br> Salvestage vorm.',
|
||||
'app_tour' => 'Rakenduse juhend',
|
||||
'theme' => 'Kujundus',
|
||||
'to_see_effect_preview_form' => 'Kujunduse efekti nägemiseks vaadake vormi eelvaadet.',
|
||||
'form_submit_as_draft' => 'Vorm esitatakse mustandina',
|
||||
'form_submit_as_draft_tooltip' => 'Kasutaja saab vormi esitada mustandina ja hiljem seda muuta',
|
||||
'draft' => 'Mustand',
|
||||
'form_editable_url' => 'Vormi redigeeritav URL <b>(Kopeeri ja salvesta allolev URL)</b>',
|
||||
'draft_saved' => 'Mustand on salvestatud',
|
||||
'drag_element_using_icon' => 'Elementide lohistamiseks kasutage ikooni',
|
||||
'additional_js_help' => 'Kirjutage JavaScripti kood scripti siltidega',
|
||||
'additional_css_help' => 'Kirjutage CSS-kood stiilisiltidega',
|
||||
'signature' => 'Allkiri',
|
||||
'clear' => 'Tühjenda',
|
||||
'clear_signature_pad' => 'Puhasta allkirja ala',
|
||||
'undo' => 'Võta tagasi',
|
||||
'elements' => 'Elemendid',
|
||||
'field_name' => 'Välja nimi',
|
||||
'this_field_is_required' => 'See väli on kohustuslik',
|
||||
'field_name_should_nt_have_space' => 'Välja nimi ei tohiks sisaldada tühikut',
|
||||
'duplicate_field_name_choose_unique' => 'Duplikaatne välja nimi, valige unikaalne nimi',
|
||||
'field_dont_have_name_property' => ":sisend väljal puudub nimi atribuut",
|
||||
'field_contain_space' => ':sisend väljal on nimi atribuudis tühik',
|
||||
'field_contain_duplicate_field_name' => ':sisend väljal on nimi atribuudis dubleeritud nimi',
|
||||
'key' => 'Võti',
|
||||
'add_form_custom_attribute' => 'Lisage vormile kohandatud atribuut',
|
||||
'custom_attributes' => 'Kohandatud atribuudid',
|
||||
'add_custom_attribute' => 'Lisa kohandatud atribuut',
|
||||
'print' => 'Prindi',
|
||||
'display_position' => 'Kuvamise asukoht',
|
||||
'top_right' => 'Ülemine parem nurk',
|
||||
'bottom_right' => 'Alumine parem nurk',
|
||||
'bottom_left' => 'Alumine vasak nurk',
|
||||
'top_left' => 'Ülemine vasak nurk',
|
||||
'top_center' => 'Ülemine keskkoht',
|
||||
'bottom_center' => 'Alumine keskkoht',
|
||||
'adjust_iframe_height_according_to_need' => 'Reguleerige iFrame minimaalset kõrgust vastavalt vajadusele.',
|
||||
'sort_order_help_text' => 'Sorteerimiskord kasutatakse pakettide sorteerimiseks',
|
||||
'add_user' => 'Lisa kasutaja',
|
||||
'send_email' => 'Saada e-kiri',
|
||||
'send_email_tooltip' => 'Kui märkeruut on valitud, saadetakse kasutajale e-posti aadress ja parool',
|
||||
'is_active_tooltip' => 'Märkeruudu abil saate kasutaja aktiivseks/mittetöötavaks muuta.',
|
||||
'edit_user' => 'Muuda kasutajat',
|
||||
'dont_want_to_change_keep_it_blank' => "Kui te ei soovi seda muuta, jätke see tühjaks",
|
||||
'comment' => 'Kommentaar',
|
||||
'comments' => 'Kommentaarid',
|
||||
'add_comment' => 'Lisa kommentaar',
|
||||
'submit_btn_icon' => 'Saada nupu ikoon ja asukoht',
|
||||
'submit_btn_style' => 'Saada nupu stiil',
|
||||
'outline' => 'Äärejoon',
|
||||
'can_create_form' => 'Saab luua vormi',
|
||||
'can_create_form_tooltip' => 'Kui on märgitud, saab kasutaja luua vorme enda jaoks',
|
||||
'assign_forms' => 'Jaga vorme',
|
||||
'permission_for_forms' => 'Jagatud vormide õigused',
|
||||
'can_design_form' => 'Saab vormi kujundada',
|
||||
'can_view_form' => 'Saab vaadata vormi',
|
||||
'can_view_data' => 'Saab vaadata andmeid',
|
||||
'can_design_form_tooltip' => 'Kui märgitud, saab kasutaja jagatud vorme kujundada',
|
||||
'can_view_data_tooltip' => 'Kui märgitud, saab kasutaja vaadata jagatud vormide esitatud andmeid ja aruandeid',
|
||||
'can_view_form_tooltip' => 'Kui on märgitud, saab kasutaja vaadata jagatud vorme ja täita vorme',
|
||||
'assigned_forms' => 'Jagatud vormid',
|
||||
'collaborate' => 'Koostöö',
|
||||
'permissions' => 'Õigused',
|
||||
'user_doesnt_exist' => "Sellise e-posti aadressiga kasutajat pole olemas.",
|
||||
'assigned_users' => 'Jagatud',
|
||||
'created_by' => 'Looja',
|
||||
'total_visits' => 'Külastuste arv',
|
||||
'unique_visits' => 'Unikaalsed külastused',
|
||||
'total_visitors_in_last_30_days' => 'Külastajate koguarv viimase 30 päeva jooksul',
|
||||
'direct_visits' => 'Otsesed külastused',
|
||||
'referrers' => 'Viitajad',
|
||||
'referrers_in_last_30_days' => 'Viitajate koguarv viimase 30 päeva jooksul',
|
||||
'form_cant_be_shared_with_creator' => "Vormi ei saa jagada selle loojaga.",
|
||||
'invite_to_collaborate' => 'Jaga koostööks',
|
||||
'examples' => 'Näited',
|
||||
'form_examples' => 'Vormi näited',
|
||||
'click_form_name_to_view' => 'Vajuta vormi nimele, et vaadata',
|
||||
'analytics' => 'Analüütika',
|
||||
'reports' => 'Raportid',
|
||||
'no_report_found' => 'Raportit ei leitud!',
|
||||
'number' => 'Number',
|
||||
'text_tooltip' => 'Üherealine teave, näiteks: Nimi, E-post, Telefon',
|
||||
'textarea_tooltip' => 'Mitmerealine/ pikk teave, näiteks: Aadress, Minust, Kirjeldus',
|
||||
'dropdown_tooltip' => 'Valimiseks üks või mitu eelnevalt määratletud valikut, näiteks: Hobid, Haridus. Lisa lõputult valikuid, määra minimaalsed/maksimaalsed valikute arvud',
|
||||
'radio_tooltip' => 'Valimiseks üks eelnevalt määratletud valik, näiteks: Sugu, Tõene-Väär',
|
||||
'checkbox_tooltip' => 'Valimiseks üks või mitu eelnevalt määratletud valikut, näiteks: Hobid, Kvalifikatsioon',
|
||||
'heading_paragrahp_tooltip' => 'Kasutatakse pealkirjana või mistahes tekstina koos H1 kuni H6 ja lõigetega, millel on määratletud värv, näiteks: Kirjeldus ja muu teave.',
|
||||
'range_tooltip' => 'Valimiseks minimaalse-maksimaalse väärtuse vahemik, näiteks: Hindade vahemik',
|
||||
'datetime_tooltip' => 'Kuupäeva ja/või kellaaja valimiseks, koos määratletud formaadiga, näiteks: Kohtumise kuupäev',
|
||||
'file_upload_tooltip' => 'Failide ja/või piltide üleslaadimiseks, näiteks: Dokumendid, Fotod',
|
||||
'text_editor_tooltip' => 'Pika teabe sisestamiseks koos paljude vormindusvõimalustega, näiteks: Kirjeldus, blogid',
|
||||
'terms_condition_tooltip' => 'Reeglid, mille järgimiseks tuleb teenuse kasutamiseks nõustuda, näiteks: Privaatsuspoliitika',
|
||||
'hr_tooltip' => 'See märgend määratleb teemaülese murde HTML lehel, näiteks: teema vahetamine',
|
||||
'rating_tooltip' => 'Saab kasutada konkreetse üksuse hindeks/tagasiside andmiseks',
|
||||
'switch_tooltip' => 'Kasutatakse ühe kahest eelnevalt määratletud valikust aktiveerimiseks, näiteks: Eelistuste valik',
|
||||
'html_text_tooltip' => 'Kasutatakse mistahes tüüpi tekstide jaoks paljude vormindusvõimalustega, näiteks: Kirjeldus, blogid',
|
||||
'signature_tooltip' => 'Saab kasutada digitaalselt allakirjastamiseks',
|
||||
'login_to_start_your_session' => 'Logi sisse, et alustada oma sessiooni',
|
||||
'forgot_password' => 'Unustasid salasõna?',
|
||||
'dont_have_an_account' => "Kas sul pole kontot?",
|
||||
'reset' => 'Lähtesta',
|
||||
'register' => 'Registreeru',
|
||||
'register_a_new_membership' => 'Registreeri uus liikmesus',
|
||||
'already_have_an_account' => 'Sul on juba konto?',
|
||||
'request_password_heading' => 'Unustasid oma salasõna? Siin saad hõlpsalt taotleda uut salasõna.',
|
||||
'password_reset_heading' => 'Oled ainult ühe sammu kaugusel uuest salasõnast, taasta oma salasõna nüüd.',
|
||||
'widget_script_help_text' => 'Kopeeri skript ja lisa see oma lehe põhjale, kuhu soovid vormi manustada.',
|
||||
'attach_pdf' => 'Manusta PDF',
|
||||
'pdf' => 'PDF',
|
||||
'download_pdf' => 'Laadi PDF alla',
|
||||
'pdf_of_submitted_data_will_be_attached_to_mail' => 'Vormi esitatud andmete PDF manustatakse e-kirjale.',
|
||||
'upgrade_account' => 'Uuenda kontot',
|
||||
'all' => 'Kõik',
|
||||
'package' => 'Pakett',
|
||||
'filter' => 'Filtreeri',
|
||||
'disable_current_packages' => 'Keela praegused paketid',
|
||||
'disable_current_packages_help_text' => "Kõik praegu käivituvad/tulevased paketid keelatakse ja uus pakett aktiveeritakse tänasest kuupäevast",
|
||||
'confirm_upgrade_account' => 'Kinnita konto uuendamine',
|
||||
'enable_ofline_payment' => 'Luba võrguväline makse',
|
||||
'form_background_setting' => 'Vormi taustaseadistus',
|
||||
'form_background_color' => 'Vormi värv',
|
||||
'form_background_image' => 'Vormi taustapilt',
|
||||
'page_color' => 'Lehe värv',
|
||||
'password_protection' => 'Paroolikaitse',
|
||||
'enable_password_protection' => 'Luba paroolikaitse',
|
||||
'password_protection_help_text' => 'Kui lubatud, peab kasutaja enne vormi vaatamist sisestama parooli.',
|
||||
'enter_your_password_to_view_the_form' => 'Palun sisesta parool, et vormi vaadata ja täita.',
|
||||
'this_form_is_password_protected' => 'See vorm on parooliga kaitstud.',
|
||||
'continue' => 'Jätka',
|
||||
'invalid_password' => 'Vigane parool',
|
||||
'is_global_template' => 'On globaalne mall',
|
||||
'pre_made' => 'Eelnevalt tehtud',
|
||||
'is_global_template_tooltip' => 'Kui märgitud, kasutatakse vormi kõigile kasutajatele globaalse mallina.',
|
||||
'pdf_design' => 'PDF kujundus',
|
||||
'header' => 'Päis',
|
||||
'design_pdf_header' => 'Kujunda PDF päis',
|
||||
'tags' => 'Sildid',
|
||||
'pdf_design_help_text' => 'PDF kujundust kasutatakse PDF-i allalaadimisel või e-kirjale manustamisel.',
|
||||
'properties' => 'Seadista omadused',
|
||||
'are_you_sure' => 'Kas oled kindel?',
|
||||
'you_wont_be_able_to_revert' => "Seda ei saa tagasi võtta!",
|
||||
'yes_remove_it' => 'Jah, eemalda see!',
|
||||
'horizontal_space' => 'Horisontaalne ruum',
|
||||
'horizontal_space_help_text' => 'Määra joone parem ja vasak külgvahemik. Kasuta pikslites (px).',
|
||||
'spread_to_col' => 'Levi veerudesse',
|
||||
'spread_to_col_help_text' => 'Levi valikud kõrvuti määratletud veergudesse.',
|
||||
'cols' => 'Veerud',
|
||||
'qr_code' => 'QR-kood',
|
||||
'qr_code_tooltip' => 'QR-kood genereeritakse esitatud andmete põhjal',
|
||||
'download_qr_code' => 'Laadi QR-kood alla',
|
||||
'qr_code_limit_help_text' => 'Märkus: QR-koodid võivad sisaldada kuni <b>3 Kb</b> andmeid, seega kui andmed on pikad, ei genereerita QR-koodi.',
|
||||
'data_format' => 'Andmete vorming',
|
||||
'key_value_format' => 'Võtme-väärtuse vorming',
|
||||
'json_format' => 'JSON vorming',
|
||||
'reply_to_email' => 'Vasta-e-postile',
|
||||
'please_select' => 'Palun valige',
|
||||
'integration' => 'Integratsioon',
|
||||
'api_endpoint' => 'API lõpp-punkt',
|
||||
'list_id' => 'Nimekirja ID',
|
||||
'api_token' => 'API võti',
|
||||
'no_acelle_list_please_create' => 'Nimekirja pole saadaval, looge palun nimekiri',
|
||||
'submit' => 'Esita',
|
||||
'api_token_required' => 'API võti on kohustuslik',
|
||||
'get_list' => 'Hangi nimekiri',
|
||||
'acelle_mail_name_help_text' => 'See nimi on nähtav vormi loomise lehel.',
|
||||
'acelle_mail_api_url_help_text' => 'API lõpp-punkt, kus Acelle Mail on paigaldatud',
|
||||
'api_token_n_list_tooltip' => 'Järgige neid samme:- <br/>
|
||||
<ol>
|
||||
<li>Sisestage API võti teenusest <b>:name</b></li>
|
||||
<li>Vajutage "Hangi nimekiri"</li>
|
||||
<li>Valige nimekirja rippmenüüst nimekiri</li>
|
||||
<li>Valige vormi väljad nimekirja väljade jaoks</li>
|
||||
</ol>',
|
||||
'retriving_fields' => 'Toimub nimekirja väljade saamine',
|
||||
'layout' => 'Kujundus',
|
||||
'classic_form' => 'Klassikaline vorm',
|
||||
'classic_form_subtitle' => 'Kõik elemendid ühel lehel',
|
||||
'card_form' => 'Kaardivorm',
|
||||
'card_form_subtitle' => 'Üks element lehe kohta',
|
||||
'previous' => 'Eelmine',
|
||||
'next' => 'Järgmine',
|
||||
'link_copied' => 'Link kopeeritud lõikeplokki',
|
||||
'page_break' => 'Lehekülje murd',
|
||||
'no_config_option' => 'Ühtegi seadistusvalikut pole saadaval!',
|
||||
'card_layout_disabled' => 'Kaardikujundus on välja lülitatud, kui kasutatakse lehekülje murd elemendi.',
|
||||
'page_break_disabled' => 'Lehekülje murd on välja lülitatud, kui kasutatakse kaardikujundust.',
|
||||
'emptyTable' => 'Tabelis pole saadaolevaid andmeid',
|
||||
'dt_info' => 'Kuvatakse _START_ kuni _END_ kirjet kokku _TOTAL_ kirjest',
|
||||
'infoEmpty' => 'Kuvatakse 0 kuni 0 0 kirjest',
|
||||
'infoFiltered' => '(filtreeritud _MAX_ kirjest kokku)',
|
||||
'lengthMenu' => 'Kuva _MENU_ kirjet',
|
||||
'loadingRecords' => 'Laadimine...',
|
||||
'processing' => 'Töötlemine...',
|
||||
'search' => 'Otsi:',
|
||||
'zeroRecords' => 'Vastavaid kirjeid ei leitud',
|
||||
'first' => 'Esimene',
|
||||
'last' => 'Viimane',
|
||||
'next' => 'Järgmine',
|
||||
'previous' => 'Eelmine',
|
||||
'copy' => 'Kopeeri',
|
||||
'excel' => 'Excel',
|
||||
'csv' => 'CSV',
|
||||
'copy_to_clipboard' => 'Kopeeri lõikeplokki',
|
||||
'copied_n_rows_to_clipboard' => 'Kopeeritud %d rida lõikeplokki',
|
||||
'webhook' => 'Võrgukonks',
|
||||
'generate_secret_key' => 'Genereeri salajane võti',
|
||||
'webhook_url' => 'Võrgukonksi URL',
|
||||
'form_is_incomplete' => 'Vorm on lõpetamata',
|
||||
'youtube' => 'Youtube',
|
||||
'iframe_embed' => 'iFrame manustamine',
|
||||
'pdf_embedder' => 'PDF manustamine',
|
||||
'countdown' => 'Tagasi loendur',
|
||||
'frame_url' => 'iFrame URL',
|
||||
'youtube_video_url' => 'YouTube video URL',
|
||||
'frame_url_help_text' => 'Sisestage iFrame URL. Soovitatav on kasutada HTTPS URL-i',
|
||||
'width' => 'Laius',
|
||||
'height' => 'Kõrgus',
|
||||
'frame_alignment' => 'iFrame paigutus',
|
||||
'center' => 'Keskele',
|
||||
'remove_pdf' => 'Eemalda PDF',
|
||||
'upload_pdf' => 'Laadi üles PDF',
|
||||
'drop_a_pdf_here' => 'Lohistage PDF siia',
|
||||
'seconds' => 'Sekundit',
|
||||
'minutes' => 'Minutit',
|
||||
'hours' => 'Tundi',
|
||||
'display_labels' => 'Kuva sildid',
|
||||
'font_color' => 'Fonti värv',
|
||||
'time_separator' => 'Ajavahemiku eraldaja',
|
||||
'display_format' => 'Kuvamisvorming',
|
||||
'countdown_display_format_tooltip' => 'Y - Aastad <br>O - Kuud <br>D - Päevad <br>H - Tunni <br>M - Minutid <br>S - Sekundid',
|
||||
'iframe' => 'iFrame',
|
||||
'or' => 'Või',
|
||||
'enable_popover_help_text' => 'Luba hüpikakna abitekst',
|
||||
'popover_help_text' => 'Hüpikakna abitekst',
|
||||
'write_popover_help_text' => 'Kirjutage hüpikakna abitekst..',
|
||||
'qr_code_for_submitted_data' => 'QR-kood - esitatud andmed',
|
||||
'qr_code_for_ref_num' => 'QR-kood - viitenumber',
|
||||
'bar_code_for_ref_num' => 'Vöötkood - viitenumber',
|
||||
'download_bar_code' => 'Laadi vöötkood alla',
|
||||
'bar_code_help_text' => 'Esitamise viite number. selle võimaluse sisestatud andmed lisatakse',
|
||||
'submission_ref_qr_code_tooltip' => 'Toimib ainult siis, kui esitamise viitenumber on seadetes lubatud. (funktsioon pole saadaval vormi koodi allalaadimisel)',
|
||||
'allowed_values' => 'Lubatud väärtused',
|
||||
'error_msg_for_not_allowed_value' => 'Tõrketeade mittelubatud väärtuse korral',
|
||||
'enter_allowed_value_per_line' => 'Sisestage üks lubatud väärtus rea kohta.',
|
||||
'values_allowed_tooltip' => 'Siin antud väärtused on lubatud ainult vormi esitamisel, jätke tühjaks, et lubada kõik väärtused',
|
||||
];
|
||||
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Eelmine',
|
||||
'next' => 'Järgmine »',
|
||||
];
|
||||
@@ -1,22 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'reset' => 'Teie parool on lähtestatud!',
|
||||
'sent' => 'Me oleme teile saatnud e-kirjaga parooli lähtestamise lingi!',
|
||||
'throttled' => 'Palun oodake enne uuesti proovimist.',
|
||||
'token' => 'See parooli lähtestamise märk on kehtetu.',
|
||||
'user' => 'Me ei leia selle e-posti aadressiga kasutajat.',
|
||||
|
||||
];
|
||||
@@ -1,179 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute tuleb aktsepteerida.',
|
||||
'accepted_if' => ':attribute tuleb aktsepteerida, kui :other on :value.',
|
||||
'active_url' => ':attribute ei ole kehtiv URL.',
|
||||
'after' => ':attribute peab olema kuupäev pärast :date.',
|
||||
'after_or_equal' => ':attribute peab olema kuupäev pärast või võrdne :date.',
|
||||
'alpha' => ':attribute võib sisaldada ainult tähti.',
|
||||
'alpha_dash' => ':attribute võib sisaldada ainult tähti, numbreid, kriipse ja alakriipse.',
|
||||
'alpha_num' => ':attribute võib sisaldada ainult tähti ja numbreid.',
|
||||
'array' => ':attribute peab olema massiiv.',
|
||||
'ascii' => ':attribute võib sisaldada ainult ühe baiti pikkusi tähti, numbreid ja sümboleid.',
|
||||
'before' => ':attribute peab olema kuupäev enne :date.',
|
||||
'before_or_equal' => ':attribute peab olema kuupäev enne või võrdne :date.',
|
||||
'between' => [
|
||||
'array' => ':attribute peab sisaldama :min kuni :max kirjet.',
|
||||
'file' => ':attribute peab olema :min kuni :max kilobaiti.',
|
||||
'numeric' => ':attribute peab olema :min kuni :max.',
|
||||
'string' => ':attribute peab olema :min kuni :max tähemärki.',
|
||||
],
|
||||
'boolean' => ':attribute välja peab olema tõene või väär.',
|
||||
'confirmed' => ':attribute kinnitus ei kattu.',
|
||||
'current_password' => 'Parool on vale.',
|
||||
'date' => ':attribute ei ole kehtiv kuupäev.',
|
||||
'date_equals' => ':attribute peab olema kuupäev võrdne :date.',
|
||||
'date_format' => ':attribute ei vasta formaadile :format.',
|
||||
'decimal' => ':attribute peab olema :decimal komakohaga.',
|
||||
'declined' => ':attribute peab olema tagasi lükatud.',
|
||||
'declined_if' => ':attribute peab olema tagasi lükatud, kui :other on :value.',
|
||||
'different' => ':attribute ja :other peavad olema erinevad.',
|
||||
'digits' => ':attribute peab olema :digits numbrit.',
|
||||
'digits_between' => ':attribute peab olema :min kuni :max numbrit.',
|
||||
'dimensions' => ':attribute-l on kehtetud pildimõõtmed.',
|
||||
'distinct' => ':attribute väljal on korduv väärtus.',
|
||||
'doesnt_end_with' => ':attribute ei tohi lõppeda järgmisega: :values.',
|
||||
'doesnt_start_with' => ':attribute ei tohi alata järgmisega: :values.',
|
||||
'email' => ':attribute peab olema kehtiv e-posti aadress.',
|
||||
'ends_with' => ':attribute peab lõppema järgmisega: :values.',
|
||||
'enum' => 'Valitud :attribute on kehtetu.',
|
||||
'exists' => 'Valitud :attribute on kehtetu.',
|
||||
'file' => ':attribute peab olema fail.',
|
||||
'filled' => ':attribute väli peab olema täidetud.',
|
||||
'gt' => [
|
||||
'array' => ':attribute peab olema :value kirjest rohkem.',
|
||||
'file' => ':attribute peab olema suurem kui :value kilobaiti.',
|
||||
'numeric' => ':attribute peab olema suurem kui :value.',
|
||||
'string' => ':attribute peab olema suurem kui :value tähemärki.',
|
||||
],
|
||||
'gte' => [
|
||||
'array' => ':attribute peab olema :value kirjest või rohkem.',
|
||||
'file' => ':attribute peab olema :value kilobaidist suurem või võrdne.',
|
||||
'numeric' => ':attribute peab olema suurem kui või võrdne :value.',
|
||||
'string' => ':attribute peab olema suurem kui või võrdne :value tähemärki.',
|
||||
],
|
||||
'image' => ':attribute peab olema pilt.',
|
||||
'in' => 'Valitud :attribute on kehtetu.',
|
||||
'in_array' => ':attribute väli ei eksisteeri :other.',
|
||||
'integer' => ':attribute peab olema täisarv.',
|
||||
'ip' => ':attribute peab olema kehtiv IP-aadress.',
|
||||
'ipv4' => ':attribute peab olema kehtiv IPv4 aadress.',
|
||||
'ipv6' => ':attribute peab olema kehtiv IPv6 aadress.',
|
||||
'json' => ':attribute peab olema kehtiv JSON string.',
|
||||
'lowercase' => ':attribute peab olema väiketähed.',
|
||||
'lt' => [
|
||||
'array' => ':attribute peab olema :value kirjest vähem.',
|
||||
'file' => ':attribute peab olema vähem kui :value kilobaiti.',
|
||||
'numeric' => ':attribute peab olema vähem kui :value.',
|
||||
'string' => ':attribute peab olema vähem kui :value tähemärki.',
|
||||
],
|
||||
'lte' => [
|
||||
'array' => ':attribute ei tohi olla :value kirjest rohkem.',
|
||||
'file' => ':attribute peab olema vähem kui võrdne :value kilobaiti.',
|
||||
'numeric' => ':attribute peab olema väiksem kui või võrdne :value.',
|
||||
'string' => ':attribute peab olema väiksem kui või võrdne :value tähemärki.',
|
||||
],
|
||||
'mac_address' => ':attribute peab olema kehtiv MAC-aadress.',
|
||||
'max' => [
|
||||
'array' => ':attribute ei tohi sisaldada rohkem kui :max kirjet.',
|
||||
'file' => ':attribute ei tohi olla suurem kui :max kilobaiti.',
|
||||
'numeric' => ':attribute ei tohi olla suurem kui :max.',
|
||||
'string' => ':attribute ei tohi olla suurem kui :max tähemärki.',
|
||||
],
|
||||
'max_digits' => ':attribute ei tohi sisaldada rohkem kui :max numbrit.',
|
||||
'mimes' => ':attribute peab olema failitüüp: :values.',
|
||||
'mimetypes' => ':attribute peab olema failitüüp: :values.',
|
||||
'min' => [
|
||||
'array' => ':attribute peab sisaldama vähemalt :min kirjet.',
|
||||
'file' => ':attribute peab olema vähemalt :min kilobaiti.',
|
||||
'numeric' => ':attribute peab olema vähemalt :min.',
|
||||
'string' => ':attribute peab olema vähemalt :min tähemärki.',
|
||||
],
|
||||
'min_digits' => ':attribute peab sisaldama vähemalt :min numbrit.',
|
||||
'multiple_of' => ':attribute peab olema :value kordne.',
|
||||
'not_in' => 'Valitud :attribute on kehtetu.',
|
||||
'not_regex' => ':attribute formaat on kehtetu.',
|
||||
'numeric' => ':attribute peab olema number.',
|
||||
'password' => [
|
||||
'letters' => ':attribute peab sisaldama vähemalt ühte tähte.',
|
||||
'mixed' => ':attribute peab sisaldama vähemalt ühte suurtähte ja ühte väiketähte.',
|
||||
'numbers' => ':attribute peab sisaldama vähemalt ühte numbrit.',
|
||||
'symbols' => ':attribute peab sisaldama vähemalt ühte sümbolit.',
|
||||
'uncompromised' => 'Määratud :attribute on andmelekkes ilmunud. Palun valige erinev :attribute.',
|
||||
],
|
||||
'present' => ':attribute väli peab olema olemas.',
|
||||
'prohibited' => ':attribute väli on keelatud.',
|
||||
'prohibited_if' => ':attribute väli on keelatud, kui :other on :value.',
|
||||
'prohibited_unless' => ':attribute väli on keelatud, välja arvatud juhul, kui :other on :values.',
|
||||
'prohibits' => ':attribute väli keelab :other-i esinemise.',
|
||||
'regex' => ':attribute formaat on kehtetu.',
|
||||
'required' => ':attribute väli on kohustuslik.',
|
||||
'required_array_keys' => ':attribute väli peab sisaldama kirjeid: :values.',
|
||||
'required_if' => ':attribute väli on kohustuslik, kui :other on :value.',
|
||||
'required_if_accepted' => ':attribute väli on kohustuslik, kui :other on aktsepteeritud.',
|
||||
'required_unless' => ':attribute väli on kohustuslik, välja arvatud juhul, kui :other on :values.',
|
||||
'required_with' => ':attribute väli on kohustuslik, kui :values on olemas.',
|
||||
'required_with_all' => ':attribute väli on kohustuslik, kui :values on olemas.',
|
||||
'required_without' => ':attribute väli on kohustuslik, kui :values ei ole olemas.',
|
||||
'required_without_all' => ':attribute väli on kohustuslik, kui ükski :values ei ole olemas.',
|
||||
'same' => ':attribute ja :other peavad kattuma.',
|
||||
'size' => [
|
||||
'array' => ':attribute peab sisaldama :size kirjet.',
|
||||
'file' => ':attribute peab olema :size kilobaiti.',
|
||||
'numeric' => ':attribute peab olema :size.',
|
||||
'string' => ':attribute peab olema :size tähemärki.',
|
||||
],
|
||||
'starts_with' => ':attribute peab algama ühega järgmistest: :values.',
|
||||
'string' => ':attribute peab olema sõne.',
|
||||
'timezone' => ':attribute peab olema kehtiv ajavöönd.',
|
||||
'unique' => ':attribute on juba võetud.',
|
||||
'uploaded' => ':attribute üleslaadimine ebaõnnestus.',
|
||||
'uppercase' => ':attribute peab olema suurtähed.',
|
||||
'url' => ':attribute vorming on kehtetu.',
|
||||
'ulid' => ':attribute peab olema kehtiv ULID.',
|
||||
'uuid' => ':attribute peab olema kehtiv UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap our attribute placeholder
|
||||
| with something more reader friendly such as "E-Mail Address" instead
|
||||
| of "email". This simply helps us make our message more expressive.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'Эти учетные данные не соответствуют нашим записям.',
|
||||
'password' => 'Предоставленный пароль неверен.',
|
||||
'throttle' => 'Слишком много попыток входа. Повторите попытку через :seconds секунд.',
|
||||
|
||||
];
|
||||
@@ -1,679 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'success' => 'Успех',
|
||||
'feature_disabled_in_demo' => 'Функция отключена в демонстрационной версии',
|
||||
'something_went_wrong' => 'Что-то пошло не так',
|
||||
'some_error_in_input_field' => 'Ошибка в поле ввода. Пожалуйста, проверьте и отправьте снова',
|
||||
'saved_successfully' => 'Успешно сохранено',
|
||||
'env_permission' => 'Некоторые настройки не могут быть сохранены. Убедитесь, что файл .env имеет разрешение 644 и принадлежит пользователю www-data',
|
||||
'application_copyright' => ':name - V:version | Авторское право © :year Все права защищены.',
|
||||
'home' => 'Главная',
|
||||
'form' => 'Форма',
|
||||
'form_name' => 'Название формы',
|
||||
'all_forms' => 'Все формы',
|
||||
'new_form' => 'Новая форма',
|
||||
'name' => 'Имя',
|
||||
'description' => 'Описание',
|
||||
'created_at' => 'Создано',
|
||||
'action' => 'Действие',
|
||||
'all_templates' => 'Все шаблоны',
|
||||
'view' => 'Просмотр',
|
||||
'view_form_data' => 'Просмотр данных формы',
|
||||
'edit' => 'Редактировать',
|
||||
'delete' => 'Удалить',
|
||||
'download_code' => 'Скачать HTML/PHP код для формы',
|
||||
'copy_this_form' => 'Копировать эту форму',
|
||||
'widget' => 'Виджет',
|
||||
'create_form' => 'Создать форму',
|
||||
'form_description' => 'Описание формы',
|
||||
'template' => 'Шаблон',
|
||||
'choose_template' => 'Выбрать шаблон',
|
||||
'close' => 'Закрыть',
|
||||
'submitted_on' => 'Отправлено',
|
||||
'field' => 'Поле',
|
||||
'value' => 'Значение',
|
||||
'copy_form' => 'Копировать форму',
|
||||
'generate_widget' => 'Сгенерировать виджет',
|
||||
'iframe_code' => 'Код iFrame',
|
||||
'widget_help_text' => 'Скопируйте HTML-код и вставьте его в HTML вашего веб-сайта, чтобы использовать форму.',
|
||||
'superadmin_settings' => 'Настройки суперадминистратора',
|
||||
'app_name' => 'ИМЯ ПРИЛОЖЕНИЯ',
|
||||
'version' => 'Версия',
|
||||
'mail_driver' => 'ПОЧТОВЫЙ ДРАЙВЕР',
|
||||
'mail_host' => 'ПОЧТОВЫЙ ХОСТ',
|
||||
'mail_port' => 'ПОЧТОВЫЙ ПОРТ',
|
||||
'mail_username' => 'ИМЯ ПОЛЬЗОВАТЕЛЯ ПОЧТЫ',
|
||||
'mail_password' => 'ПАРОЛЬ ПОЧТЫ',
|
||||
'mail_encryption' => 'ШИФРОВАНИЕ ПОЧТЫ',
|
||||
'save' => 'Сохранить',
|
||||
'email' => 'Электронная почта',
|
||||
'settings' => 'Настройки',
|
||||
'additional_js_css' => 'Дополнительные JS/CSS',
|
||||
'additional_js_css_help_text' => 'Дополнительные JS и CSS будут загружены в конце формы.',
|
||||
'save_as_template' => 'Сохранить как шаблон',
|
||||
'save_as_form' => 'Сохранить как форму',
|
||||
'css' => 'CSS',
|
||||
'javascript' => 'JavaScript',
|
||||
'additional_css' => 'Дополнительный CSS',
|
||||
'additional_js' => 'Дополнительный JavaScript',
|
||||
'element_details' => 'Детали элемента',
|
||||
'input' => 'Поле ввода',
|
||||
'textarea' => 'Текстовая область',
|
||||
'dropdown' => 'Выпадающий список',
|
||||
'radio' => 'Радиокнопка',
|
||||
'checkbox' => 'Флажок',
|
||||
'heading_paragrahp' => 'Заголовок/Параграф',
|
||||
'range' => 'Диапазон',
|
||||
'file_upload' => 'Загрузка файла',
|
||||
'text_editor' => 'Текстовый редактор',
|
||||
'datetime' => 'Дата и время',
|
||||
'terms_condition' => 'Условия и положения',
|
||||
'email_settings' => 'Настройки электронной почты',
|
||||
'from' => 'От',
|
||||
'from_email' => 'От электронной почты',
|
||||
'to' => 'Кому',
|
||||
'multiple_email_help_text' => 'Список адресов, разделенных запятыми',
|
||||
'cc' => 'Копия',
|
||||
'bcc' => 'Скрытая копия',
|
||||
'subject' => 'Тема',
|
||||
'email_subject' => 'Тема электронной почты',
|
||||
'click_to_add_tags' => 'Нажмите, чтобы добавить теги',
|
||||
'body' => 'Тело',
|
||||
'email_body' => 'Тело электронной почты',
|
||||
'auto_response_settings' => 'Настройки автоответчика',
|
||||
'enable_auto_response' => 'Включить автоответчик?',
|
||||
'smtp_settings' => 'Настройки SMTP',
|
||||
'use_system_smtp' => 'Использовать систему SMTP?',
|
||||
'host' => 'Хост',
|
||||
'port' => 'Порт',
|
||||
'from_address' => 'Адрес отправителя',
|
||||
'from_name' => 'Имя отправителя',
|
||||
'encryption' => 'Шифрование',
|
||||
'username' => 'Имя пользователя',
|
||||
'password' => 'Пароль',
|
||||
'field_label' => 'Метка поля',
|
||||
'type' => 'Тип',
|
||||
'color' => 'Цвет',
|
||||
'text' => 'Текст',
|
||||
'min_value' => 'Минимальное значение',
|
||||
'max_value' => 'Максимальное значение',
|
||||
'step' => 'Шаг',
|
||||
'data_orientation' => 'Ориентация данных',
|
||||
'horizontal' => 'Горизонтально',
|
||||
'vertical' => 'Вертикально',
|
||||
'allow_select_multi_value' => 'Разрешить выбор нескольких значений?',
|
||||
'placeholder' => 'Заполнитель',
|
||||
'help_text' => 'Текст справки',
|
||||
'editior_height' => 'Высота редактора (в пикселях)',
|
||||
'editior_height_help_text' => 'Оставьте пустым для значения по умолчанию.',
|
||||
'upload_text' => 'Текст загрузки',
|
||||
'no_files_can_be_uploaded' => 'Количество загружаемых файлов',
|
||||
'upload_file_limit_help_text' => 'По умолчанию 1',
|
||||
'send_as_email_attachment' => 'Отправить как вложение в письмо',
|
||||
'file_size_limit' => 'Ограничение размера файла',
|
||||
'file_size_limit_help' => 'Введите ограничение размера файла в МБ',
|
||||
'allowed_file' => 'Допустимый тип файла',
|
||||
'specify_file_type' => 'Укажите разрешенные типы',
|
||||
'all_types' => 'Все типы',
|
||||
'add_file_type' => 'Добавить типы файлов',
|
||||
'add_file_type_help_text' => 'Строка с разделенными запятыми типами файлов. Например, .jpg, .png, .jpeg',
|
||||
'enter_file_type' => 'Введите тип файла',
|
||||
'sizing' => 'Размер',
|
||||
'default' => 'По умолчанию',
|
||||
'small' => 'Маленький',
|
||||
'large' => 'Большой',
|
||||
'start_date' => 'Дата начала',
|
||||
'none' => 'Нет',
|
||||
'today' => 'Сегодня',
|
||||
'current_year' => 'Текущий год',
|
||||
'current_month' => 'Текущий месяц',
|
||||
'end_date' => 'Дата окончания',
|
||||
'date_format' => 'Формат даты',
|
||||
'date_format_help_text' => 'Форматы: DD, D, MM, M, YYYY, YY <br> разделители: -, /, . <br> для времени оставьте пустым и включите выбор времени',
|
||||
'disabled_days' => 'Отключенные дни',
|
||||
'sunday' => 'Воскресенье',
|
||||
'monday' => 'Понедельник',
|
||||
'tuesday' => 'Вторник',
|
||||
'wednesday' => 'Среда',
|
||||
'thursday' => 'Четверг',
|
||||
'friday' => 'Пятница',
|
||||
'saturday' => 'Суббота',
|
||||
'enable_time_picker' => 'Включить выбор времени',
|
||||
'time_format' => 'Формат времени',
|
||||
'12_hour' => '12 часов (Пример: 01:20 PM)',
|
||||
'24_hour' => '24 часа (Пример: 13:20)',
|
||||
'show_calendar_sidebyside' => 'Показывать календарь и выбор времени рядом',
|
||||
'is_required' => 'Обязательно?',
|
||||
'error_msg_for_required' => 'Сообщение об ошибке для обязательного поля',
|
||||
'validation' => 'Проверка',
|
||||
'min_length_value' => 'Минимальное значение длины',
|
||||
'max_length_value' => 'Максимальное значение длины',
|
||||
'enter_min_value' => 'Введите минимальное значение',
|
||||
'enter_max_value' => 'Введите максимальное значение',
|
||||
'error_msg_for' => 'Сообщение об ошибке для ',
|
||||
'no_of_rows' => 'Количество строк',
|
||||
'no_of_cols' => 'Количество столбцов',
|
||||
'icon_prefix' => 'Префикс иконки',
|
||||
'icon_suffix' => 'Суффикс иконки',
|
||||
'options' => 'Опции',
|
||||
'enter_one_option_per_line' => 'Введите одну опцию на каждой строке.',
|
||||
'paragraphp' => 'Параграф (P)',
|
||||
'content' => 'Содержимое',
|
||||
'text_color' => 'Цвет текста',
|
||||
'link' => 'Ссылка',
|
||||
'add_custom_class' => 'Добавить пользовательский класс',
|
||||
'custom_class_tooltip' => 'Добавьте строку классов с одним пробелом. Например, class1 class2 class3',
|
||||
'remove' => 'Удалить',
|
||||
'basic_elements' => 'Основные элементы',
|
||||
'advance_elements' => 'Расширенные элементы',
|
||||
'jot_down_here' => 'Запишите здесь',
|
||||
'google_recaptcha_settings' => 'Настройки Google reCAPTCHA',
|
||||
'add_google_recaptcha' => 'Добавить Google reCAPTCHA',
|
||||
'site_key' => 'Ключ сайта',
|
||||
'enter_site_key' => 'Введите ключ сайта',
|
||||
'secret_key' => 'Секретный ключ',
|
||||
'enter_secret_key' => 'Введите секретный ключ',
|
||||
'secret_key_help_text' => 'Нет ключа сайта или секретного ключа?',
|
||||
'click_here' => 'Нажмите здесь',
|
||||
'to_create' => 'чтобы создать.',
|
||||
'design_settings' => 'Настройки дизайна',
|
||||
'label_color' => 'Цвет метки',
|
||||
'error_msg_color' => 'Цвет сообщения об ошибке',
|
||||
'required_asterisk_color' => 'Цвет звездочки обязательного (*)',
|
||||
'background_color' => 'Цвет фона',
|
||||
'background_image' => 'Изображение фона',
|
||||
'notification_setting' => 'Настройка уведомлений',
|
||||
'action_after_submit' => 'Действие после отправки',
|
||||
'show_notification_in_same_page' => 'Показать уведомление на той же странице',
|
||||
'redirect_to_thank_you_page' => 'Перенаправить на страницу благодарности',
|
||||
'email_success_notification' => 'Уведомление об успешной отправке по электронной почте',
|
||||
'email_failed_notification' => 'Уведомление о неудачной отправке по электронной почте',
|
||||
'redirect_url' => 'URL перенаправления',
|
||||
'enter_msg' => 'Введите сообщение',
|
||||
'enter_redirect_url' => 'Введите URL перенаправления',
|
||||
'submit_btn_setting' => 'Настройки кнопки отправки',
|
||||
'submit_btn_text' => 'Текст кнопки отправки',
|
||||
'enter_submit_btn_txt' => 'Введите текст кнопки отправки',
|
||||
'submit_btn_loading_text' => 'Текст загрузки кнопки отправки',
|
||||
'enter_submit_btn_load_txt' => 'Введите текст загрузки кнопки отправки',
|
||||
'submit_btn_size' => 'Размер кнопки отправки',
|
||||
'medium' => 'Средний',
|
||||
'submit_btn_size_help_text' => 'Размер по умолчанию - "Средний".',
|
||||
'submit_btn_color' => 'Цвет кнопки отправки',
|
||||
'primary' => 'Основной',
|
||||
'warning' => 'Предупреждение',
|
||||
'danger' => 'Опасность',
|
||||
'submit_btn_color_help_text' => 'Цвет по умолчанию - "Основной".',
|
||||
'submit_btn_alignment' => 'Выравнивание кнопки отправки',
|
||||
'left' => 'Слева',
|
||||
'right' => 'Справа',
|
||||
'submit_btn_alignment_help_text' => 'Выравнивание по умолчанию - "Справа".',
|
||||
'form_data_setting' => 'Настройки данных формы',
|
||||
'column_visibility' => 'Видимость столбца',
|
||||
'column_visibility_help_text' => 'Выбранное поле будет видимо в таблице данных.',
|
||||
'enable_button' => 'Включить кнопку',
|
||||
'language' => 'Язык',
|
||||
'profile' => 'Профиль',
|
||||
'edit_profile' => 'Редактировать профиль',
|
||||
'password_edit_help' => 'Введите пароль для изменения или оставьте поле пустым',
|
||||
'enter_name' => 'Введите имя',
|
||||
'enter_email' => 'Введите email',
|
||||
'enter_password' => 'Введите пароль',
|
||||
'update' => 'Обновить',
|
||||
'enter_app_name' => 'Введите название приложения',
|
||||
'enter_mail_host' => 'Хост',
|
||||
'enter_mail_port' => 'Порт',
|
||||
'enter_mail_username' => 'Имя пользователя',
|
||||
'enter_mail_password' => 'Пароль',
|
||||
'enter_mail_encryption' => 'tls/ssl',
|
||||
'click_to_edit' => 'Нажмите, чтобы настроить',
|
||||
'components' => 'Компоненты',
|
||||
'horizontal_line' => 'Горизонтальная линия',
|
||||
'html_text' => 'Текст HTML',
|
||||
'padding_top' => 'Отступ сверху',
|
||||
'padding_bottom' => 'Отступ снизу',
|
||||
'border_size' => 'Толщина рамки',
|
||||
'border_type' => 'Стиль рамки',
|
||||
'solid' => 'Сплошная',
|
||||
'dashed' => 'Пунктирная',
|
||||
'dotted' => 'Точечная',
|
||||
'border_color' => 'Цвет рамки',
|
||||
'double' => 'Двойная',
|
||||
'element_configuration' => 'Настройка элемента',
|
||||
'pls_add_element_to_configure' => 'Пожалуйста, выберите элемент для настройки',
|
||||
'pls_add_element' => 'Перетащите элемент сюда.',
|
||||
'new_window' => 'Новое окно',
|
||||
'new_window_help_text' => 'Скопируйте HTML-код и вставьте его в HTML вашего веб-сайта, чтобы отобразить ссылку на форму. Форма откроется в новом окне.',
|
||||
'new_submission_email' => 'Настройки электронной почты для новых отправок',
|
||||
'enable' => 'Включить',
|
||||
'forms' => 'Формы',
|
||||
'templates' => 'Шаблоны',
|
||||
'submissions' => 'Отправки',
|
||||
'mailchimp' => 'Mailchimp',
|
||||
'mailchimp_api_key' => 'Ключ API Mailchimp',
|
||||
'mailchimp_api_key_help' => 'Вы можете найти свой <a href="https://us10.admin.mailchimp.com/account/api-key-popup/" target="_blank">здесь</a>',
|
||||
'mailchimp_list_id' => 'ID списка Mailchimp',
|
||||
'mailchimp_list_id_help' => 'Проверьте документацию MailChimp, чтобы получить его <a href="http://kb.mailchimp.com/lists/managing-subscribers/find-your-list-id" target="_blank">здесь</a>',
|
||||
'mailchimp_email_help' => 'Поле электронной почты в форме, которое будет добавлено в Mailchimp',
|
||||
'mailchimp_name_help' => 'Поле имени в форме, которое будет добавлено в Mailchimp',
|
||||
'not_in_downloaded_code' => 'Эта функция не будет доступна в скачанном коде формы.',
|
||||
'mailchimp_subscribe' => 'Подписаться',
|
||||
'mailchimp_subscribe_confirm' => 'Подписаться и потребовать подтверждения по электронной почте',
|
||||
'mailchimp_subscription_status' => 'Статус подписки',
|
||||
'field_conditions' => 'Условия поля',
|
||||
'choose_element' => 'Элемент',
|
||||
'show_hide' => 'Показать/Скрыть',
|
||||
'show' => 'Показать',
|
||||
'hide' => 'Скрыть',
|
||||
'condition' => 'Условие',
|
||||
'add' => 'Добавить',
|
||||
'write_conditional_value' => 'Введите значение',
|
||||
'when' => 'Когда',
|
||||
'add_conditional_field' => 'Добавить другие условные поля',
|
||||
'add_condition' => 'Добавить другие условия',
|
||||
'enter_link_for_label' => 'Введите ссылку для метки',
|
||||
'checked' => 'Отмечено',
|
||||
'unchecked' => 'Не отмечено',
|
||||
'choose_value' => 'Выберите значение',
|
||||
'equal_to' => 'Равно',
|
||||
'not_equal_to' => 'Не равно',
|
||||
'empty' => 'Пусто',
|
||||
'not_empty' => 'Не пусто',
|
||||
'and' => 'И',
|
||||
'enable_registration' => 'Включить регистрацию',
|
||||
'resgistration_will_be_enabled' => 'Если отмечено, регистрация будет включена и любой пользователь сможет зарегистрироваться для использования приложения',
|
||||
'drop_a_file_here' => 'Перетащите файл сюда',
|
||||
'rating' => 'Рейтинг',
|
||||
'increment' => 'Инкремент',
|
||||
'stars' => 'Звезды',
|
||||
'max_star_help_text' => 'Количество звезд, отображаемых',
|
||||
'min_rating_value_help_text' => 'Минимальное значение для ввода рейтинга. Это самое низкое значение рейтинга, когда нет выбранных или подсвеченных звезд.',
|
||||
'max_rating_value_help_text' => 'Максимальное значение для ввода рейтинга. Это самое высокое значение рейтинга, когда все звезды выбраны или подсвечены.',
|
||||
'step_value_help_text' => 'Шаг для увеличения рейтинга при нажатии на каждую звезду.',
|
||||
'size' => 'Размер',
|
||||
'extra_small' => 'Очень маленький',
|
||||
'extra_large' => 'Очень большой',
|
||||
'rtl' => 'Справа налево',
|
||||
'ltr' => 'Слева направо',
|
||||
'display_type' => 'Тип отображения',
|
||||
'superadmin' => 'Суперадмин',
|
||||
'supervisor' => 'Супервизор',
|
||||
'admin' => 'Админ',
|
||||
'user' => 'Пользователь',
|
||||
'packages' => 'Пакеты',
|
||||
'create' => 'Создать',
|
||||
'no_of_active_forms' => 'Количество активных форм',
|
||||
'allow_form_code_downloading' => 'Разрешить скачивание кода формы',
|
||||
'price_interval' => 'Интервал цены',
|
||||
'interval' => 'Интервал',
|
||||
'price' => 'Цена',
|
||||
'sort_order' => 'Порядок сортировки',
|
||||
'activate' => 'Активировать',
|
||||
'days' => 'Дни',
|
||||
'months' => 'Месяцы',
|
||||
'year' => 'Год',
|
||||
'select_price_interval' => 'Выберите интервал цены',
|
||||
'updated_successfully' => 'Успешно обновлено',
|
||||
'deleted_successfully' => 'Успешно удалено',
|
||||
'all_packages' => 'Все пакеты',
|
||||
'active' => 'Активный',
|
||||
'inactive' => 'Неактивный',
|
||||
'unlimited_forms' => 'Неограниченное количество форм',
|
||||
'no_of_forms' => ':active_form активных форм',
|
||||
'subscription_price' => ' / :interval :price_interval',
|
||||
'free_for_interval' => 'Бесплатно на :interval :price_interval',
|
||||
'form_code_download' => 'Скачать код формы',
|
||||
'create_package' => 'Создать пакет',
|
||||
'edit_package' => 'Редактировать пакет',
|
||||
'unlimited_form_help_text' => '0 = Неограничено',
|
||||
'free_package_help_text' => '0 = Бесплатно',
|
||||
'users' => 'Пользователи',
|
||||
'all_users' => 'Все пользователи',
|
||||
'is_active' => 'Активен?',
|
||||
'is_admin' => 'Админ',
|
||||
'mark_active' => 'Пометить как активный',
|
||||
'mark_inactive' => 'Пометить как неактивный',
|
||||
'user_inactive' => 'Учетная запись пользователя неактивна',
|
||||
'edit_settings' => 'Редактировать настройки',
|
||||
'application_settings' => 'Настройки приложения',
|
||||
'enter_app_title' => 'Введите заголовок приложения',
|
||||
'app_title' => 'ЗАГОЛОВОК ПРИЛОЖЕНИЯ',
|
||||
'timezone' => 'Часовой пояс',
|
||||
'currency_symbol' => 'Символ валюты',
|
||||
'currency_name' => 'Название валюты',
|
||||
'choose_timezone' => 'Выберите часовой пояс',
|
||||
'enter_currency_name' => 'Введите название валюты',
|
||||
'enter_currency_symbol' => 'Введите символ валюты',
|
||||
'smtp_email_settings' => 'Настройки SMTP / Email',
|
||||
'users_settings' => 'Настройки пользователей',
|
||||
'enable_saas_module' => 'Включить модуль Saas',
|
||||
'subscription_expired_pls_renew_it' => 'Не найдена активная подписка / истек срок подписки. <br/> пожалуйста, продлите свою подписку.',
|
||||
'active_no_of_forms_for_package_crossed_limit' => 'Активное количество форм для пакета превысило лимит',
|
||||
'package_subscription' => 'Подписка на пакет',
|
||||
'user_name' => 'Имя пользователя',
|
||||
'package_name' => 'Название пакета',
|
||||
'status' => 'Статус',
|
||||
'paid_via' => 'Оплачено через',
|
||||
'transaction_id' => 'ID транзакции',
|
||||
'edit_subscription' => 'Редактировать подписку',
|
||||
'approved' => 'Одобрено',
|
||||
'waiting' => 'Ожидание',
|
||||
'declined' => 'Отклонено',
|
||||
'all_subscriptions' => 'Все подписки',
|
||||
'view_package' => 'Просмотр пакета',
|
||||
'subscribe' => 'Подписаться',
|
||||
'my_subscription' => 'Моя подписка',
|
||||
'no_package_found' => 'Пакеты не найдены',
|
||||
'active_subscription' => 'Активная подписка',
|
||||
'running' => 'Действует',
|
||||
'remaining_days' => 'Осталось :days дней(я)',
|
||||
'no_active_subscription' => 'Активные подписки не найдены!',
|
||||
'upcoming' => 'Предстоящее',
|
||||
'package_starts_on' => 'Начало :date',
|
||||
'package_expire_on' => 'Окончание :date',
|
||||
'package_activated_on' => 'Активировано :date',
|
||||
'column_width' => 'Ширина столбца',
|
||||
'switch' => 'Переключатель',
|
||||
'on' => 'Включено',
|
||||
'off' => 'Выключено',
|
||||
'mail_from_address' => 'Адрес отправителя почты',
|
||||
'mail_from_name' => 'Имя отправителя почты',
|
||||
'email_will_be_sent_to' => 'Письмо будет отправлено на',
|
||||
'test_smtp_details' => 'Тестировать настройки SMTP',
|
||||
'my_settings' => 'Мои настройки',
|
||||
'system_settings' => 'Системные настройки',
|
||||
'system_settings_smtp_tooltips' => 'Используется для отправки системных писем, таких как <i>Забыли пароль</i>',
|
||||
'my_settings_smtp_tooltips' => 'Вы можете использовать его в письмах вашей формы.',
|
||||
'use_settings_smtp' => 'Использовать мои настройки SMTP?',
|
||||
'pay_via' => 'Оплатить через :method',
|
||||
'offline' => 'Оффлайн',
|
||||
'pay_n_subscribe' => 'Оплатить и подписаться на пакет',
|
||||
'offline_pay_helptext' => 'Уведомление будет отправлено администратору для утверждения.',
|
||||
'notification_sent_for_approval' => 'Уведомление отправлено на утверждение',
|
||||
'currency_code' => 'Код валюты',
|
||||
'enter_currency_code' => 'Введите код валюты',
|
||||
'registered_and_subscribed' => 'Зарегистрирован и подписан',
|
||||
'payment_api_settings' => 'Настройки платежного API',
|
||||
'no_packages_found' => 'Пакеты не найдены',
|
||||
'form_scheduling_setting' => 'Настройка планирования форм',
|
||||
'scheduling' => 'Планирование',
|
||||
'closed_msg' => 'Закрытое сообщение',
|
||||
'start_date_time' => 'Дата и время начала',
|
||||
'end_date_time' => 'Дата и время окончания',
|
||||
'form_closed_msg_tooltip' => 'Сообщение, которое будет отображаться для посетителей сайта, <br> которые пытаются отправить закрытую форму на вашем сайте',
|
||||
'form_closed_start_date_time_tooltip' => 'Когда форма автоматически откроется для посетителей сайта',
|
||||
'form_closed_end_date_time_tooltip' => 'Когда форма автоматически закроется для посетителей сайта',
|
||||
'to_see_supported_curreny' => 'Чтобы увидеть поддерживаемые валюты',
|
||||
'report' => 'Отчет',
|
||||
'reports_for_form' => 'Отчеты по форме :form_name',
|
||||
'form_slug' => 'Идентификатор формы',
|
||||
'form_submission_numbering' => 'Нумерация отправленных форм',
|
||||
'submission_numbering' => 'Номер ссылки отправки',
|
||||
'prefix' => 'Префикс',
|
||||
'suffix' => 'Суффикс',
|
||||
'min_digit' => 'Минимальное количество цифр',
|
||||
'start_no' => 'Начальный номер',
|
||||
'works_if_enabled_in_settings' => 'Работает, если включено в настройках. <br><i>(функция недоступна в скачиваемом коде формы)</i>',
|
||||
'submitted_by' => 'Отправлено пользователем',
|
||||
'what_do_u_want_next' => '<span class="text-success">Успешно сохранено</span>, что вы хотите делать дальше?',
|
||||
'preview_the_form' => 'Просмотреть форму',
|
||||
'go_to_home' => 'Перейти на главную',
|
||||
'continue_editing' => 'Продолжить редактирование',
|
||||
'welcome_tour_msg' => 'Простые шаги для начала использования генератора форм.',
|
||||
'tour_step_1_intro' => '<b class="text-success">Шаг 1:</b></br> Перетащите элементы отсюда.',
|
||||
'tour_step_2_intro' => '<b class="text-success">Шаг 2:</b></br> Перетащите элемент сюда и щелкните по нему, чтобы настроить.',
|
||||
'tour_step_3_intro' => '<b class="text-success">Шаг 3:</b></br> Здесь появится конфигурация формы и элемента.',
|
||||
'tour_step_4_intro' => '<b class="text-success">Шаг 4:</b></br> Добавьте условия для показа / скрытия элемента на основе значений других элементов.',
|
||||
'tour_step_5_intro' => '<b class="text-success">Шаг 5:</b></br> Настройте получение электронной почты с результатами и автоответной электронной почты для пользователя.',
|
||||
'tour_step_6_intro' => '<b class="text-success">Шаг 6:</b></br> Настройте reCaptcha, дизайн, уведомления, планирование, номер справки о отправке и другие параметры формы.',
|
||||
'tour_step_7_intro' => '<b class="text-success">Шаг 7:</b></br> Интегрируйте Mailchimp.',
|
||||
'tour_step_8_intro' => '<b class="text-success">Шаг 8:</b></br> Добавьте дополнительный JS / CSS в форму.',
|
||||
'tour_step_9_intro' => '<b class="text-success">Шаг 9:</b></br> Сохраните форму.',
|
||||
'app_tour' => 'Обзор приложения',
|
||||
'theme' => 'Тема',
|
||||
'to_see_effect_preview_form' => 'Чтобы увидеть эффект темы, просмотрите форму.',
|
||||
'form_submit_as_draft' => 'Отправить форму как черновик',
|
||||
'form_submit_as_draft_tooltip' => 'Пользователь может отправить форму как черновик и затем отредактировать ее',
|
||||
'draft' => 'Черновик',
|
||||
'form_editable_url' => 'URL для редактирования формы <b>(Скопируйте и сохраните URL ниже)</b>',
|
||||
'draft_saved' => 'Черновик сохранен',
|
||||
'drag_element_using_icon' => 'Перетащите элемент, используя значок',
|
||||
'additional_js_help' => 'Введите код JavaScript с тегом script',
|
||||
'additional_css_help' => 'Введите код CSS с тегом style',
|
||||
'signature' => 'Подпись',
|
||||
'clear' => 'Очистить',
|
||||
'clear_signature_pad' => 'Очистить планшет с подписью',
|
||||
'undo' => 'Отменить',
|
||||
'elements' => 'Элементы',
|
||||
'field_name' => 'Имя поля',
|
||||
'this_field_is_required' => 'Это поле обязательно для заполнения',
|
||||
'field_name_should_nt_have_space' => 'Имя поля не должно содержать пробелов',
|
||||
'duplicate_field_name_choose_unique' => 'Дублировать имя поля, выберите уникальное имя',
|
||||
'field_dont_have_name_property' => "Поле :input не имеет свойства имени",
|
||||
'field_contain_space' => 'Поле :input содержит пробелы в имени',
|
||||
'field_contain_duplicate_field_name' => 'Поле :input содержит дублирующееся имя',
|
||||
'key' => 'Ключ',
|
||||
'add_form_custom_attribute' => 'Добавить пользовательский атрибут формы',
|
||||
'custom_attributes' => 'Пользовательские атрибуты',
|
||||
'add_custom_attribute' => 'Добавить пользовательский атрибут',
|
||||
'print' => 'Печать',
|
||||
'display_position' => 'Позиция отображения',
|
||||
'top_right' => 'Вверху справа',
|
||||
'bottom_right' => 'Внизу справа',
|
||||
'bottom_left' => 'Внизу слева',
|
||||
'top_left' => 'Вверху слева',
|
||||
'top_center' => 'Вверху по центру',
|
||||
'bottom_center' => 'Внизу по центру',
|
||||
'adjust_iframe_height_according_to_need' => 'Настройте минимальную высоту iframe в соответствии с вашими потребностями.',
|
||||
'sort_order_help_text' => 'порядок сортировки будет использоваться для сортировки пакетов',
|
||||
'add_user' => 'Добавить пользователя',
|
||||
'send_email' => 'Отправить электронную почту',
|
||||
'send_email_tooltip' => 'Если установлено, пользователю будет отправлены адрес электронной почты и пароль',
|
||||
'is_active_tooltip' => 'Отметьте / снимите отметку, чтобы сделать пользователя активным / неактивным.',
|
||||
'is_admin_tooltip' => 'Установите отметку, чтобы сделать пользователя администратором.',
|
||||
'edit_user' => 'Редактировать пользователя',
|
||||
'dont_want_to_change_keep_it_blank' => "Оставьте поле пустым, если вы не хотите менять",
|
||||
'comment' => 'Комментарий',
|
||||
'comments' => 'Комментарии',
|
||||
'add_comment' => 'Добавить комментарий',
|
||||
'submit_btn_icon' => 'Иконка и положение кнопки отправки формы',
|
||||
'submit_btn_style' => 'Стиль кнопки отправки формы',
|
||||
'outline' => 'Контур',
|
||||
'can_create_form' => 'Может создавать форму',
|
||||
'can_create_form_tooltip' => 'Если установлено, пользователь может создавать формы для себя',
|
||||
'assign_forms' => 'Поделиться формами',
|
||||
'permission_for_forms' => 'Разрешение на общие формы',
|
||||
'can_design_form' => 'Может проектировать форму',
|
||||
'can_view_form' => 'Может просматривать форму',
|
||||
'can_view_data' => 'Может просматривать данные',
|
||||
'can_design_form_tooltip' => 'Если установлено, пользователь может проектировать общие формы',
|
||||
'can_view_data_tooltip' => 'Если установлено, пользователь может просматривать отправленные данные и отчеты об общих формах',
|
||||
'can_view_form_tooltip' => 'Если установлено, пользователь может просматривать общие формы и заполнять форму',
|
||||
'assigned_forms' => 'Поделиться с',
|
||||
'collaborate' => 'Сотрудничать',
|
||||
'permissions' => 'Права доступа',
|
||||
'user_doesnt_exist' => "Пользователь с таким адресом электронной почты не существует.",
|
||||
'assigned_users' => 'Поделиться с',
|
||||
'created_by' => 'Создано',
|
||||
'total_visits' => 'Всего посещений',
|
||||
'unique_visits' => 'Уникальные посещения',
|
||||
'total_visitors_in_last_30_days' => 'Всего посетителей за последние 30 дней',
|
||||
'direct_visits' => 'Прямые посещения',
|
||||
'referrers' => 'Рефереры',
|
||||
'referrers_in_last_30_days' => 'Всего рефереров за последние 30 дней',
|
||||
'form_cant_be_shared_with_creator' => "Форму нельзя поделиться с ее создателем.",
|
||||
'invite_to_collaborate' => 'Поделиться для совместной работы',
|
||||
'examples' => 'Примеры',
|
||||
'form_examples' => 'Примеры форм',
|
||||
'click_form_name_to_view' => 'Нажмите на имя формы для просмотра',
|
||||
'analytics' => 'Аналитика',
|
||||
'reports' => 'Отчеты',
|
||||
'no_report_found' => 'Отчеты не найдены!',
|
||||
'number' => 'Число',
|
||||
'text_tooltip' => 'Для однострочной информации, например: Имя, Электронная почта, Телефон',
|
||||
'textarea_tooltip' => 'Для многострочной/длинной информации, например: Адрес, О себе, Описание.',
|
||||
'dropdown_tooltip' => 'Используйте для выбора одной или нескольких предопределенных опций, например: Увлечения, Образование. Добавьте неограниченное количество вариантов, укажите минимальное / максимальное количество вариантов для выбора',
|
||||
'radio_tooltip' => 'Используйте для выбора ОДНОГО из предопределенных вариантов, например: Пол, Верно-Неверно',
|
||||
'checkbox_tooltip' => 'Используйте для выбора ОДНОГО или нескольких вариантов из предопределенных вариантов, например: Увлечения, Квалификация',
|
||||
'heading_paragrahp_tooltip' => 'Используйте для заголовка или любого типа текста с тегами H1-H6 и параграфа с заданным цветом, например: Описание и другие информации.',
|
||||
'range_tooltip' => 'Используйте для выбора минимального и максимального значения, например: Диапазон цен',
|
||||
'datetime_tooltip' => 'Используйте для выбора даты и/или времени с заданным форматом, например: Дата записи',
|
||||
'file_upload_tooltip' => 'Используйте для загрузки файла(ов) и/или изображений, например: Документы, Фото',
|
||||
'text_editor_tooltip' => 'Используйте для ввода длинной информации с множеством параметров форматирования, например: Описание, блоги',
|
||||
'terms_condition_tooltip' => 'Правила, которым пользователь должен согласиться соблюдать, чтобы использовать услугу, например: Политика конфиденциальности',
|
||||
'hr_tooltip' => 'Этот тег определяет тематический разрыв на странице HTML, например: смена темы',
|
||||
'rating_tooltip' => 'Может использоваться для оценки определенного элемента / предоставления обратной связи',
|
||||
'switch_tooltip' => 'Используется для активации одной из двух предопределенных опций, например: Выбор предпочтения',
|
||||
'html_text_tooltip' => 'Используйте для любого типа текста с множеством параметров форматирования, например: Описание, блоги',
|
||||
'signature_tooltip' => 'Может использоваться для электронной подписи',
|
||||
'login_to_start_your_session' => 'Войдите, чтобы начать сессию',
|
||||
'forgot_password' => 'Забыли пароль?',
|
||||
'dont_have_an_account' => 'Нет аккаунта?',
|
||||
'reset' => 'Сбросить',
|
||||
'register' => 'Зарегистрироваться',
|
||||
'register_a_new_membership' => 'Зарегистрировать новое членство',
|
||||
'already_have_an_account' => 'Уже есть аккаунт?',
|
||||
'request_password_heading' => 'Забыли пароль? Здесь вы можете легко запросить новый пароль.',
|
||||
'password_reset_heading' => 'Вам остался всего один шаг от вашего нового пароля, восстановите ваш пароль сейчас.',
|
||||
'widget_script_help_text' => 'Скопируйте скрипт и включите его в конец тела вашей страницы, где вы хотите вставить форму.',
|
||||
'attach_pdf' => 'Прикрепить PDF',
|
||||
'pdf' => 'PDF',
|
||||
'download_pdf' => 'Скачать PDF',
|
||||
'pdf_of_submitted_data_will_be_attached_to_mail' => 'PDF с отправленными данными формы будет прикреплен к письму.',
|
||||
'upgrade_account' => 'Улучшить аккаунт',
|
||||
'all' => 'Все',
|
||||
'package' => 'Пакет',
|
||||
'filter' => 'Фильтр',
|
||||
'disable_current_packages' => 'Отключить текущие пакеты',
|
||||
'disable_current_packages_help_text' => 'Все текущие/предстоящие пакеты будут отключены, и новый пакет будет активирован с сегодняшнего дня',
|
||||
'confirm_upgrade_account' => 'Подтвердите улучшение аккаунта',
|
||||
'enable_ofline_payment' => 'Включить оффлайн оплату',
|
||||
'form_background_setting' => 'Настройка фона формы',
|
||||
'form_background_color' => 'Цвет формы',
|
||||
'form_background_image' => 'Изображение фона формы',
|
||||
'page_color' => 'Цвет страницы',
|
||||
'password_protection' => 'Защита паролем',
|
||||
'enable_password_protection' => 'Включить защиту паролем',
|
||||
'password_protection_help_text' => 'Если включено, пользователь должен будет ввести пароль перед просмотром формы.',
|
||||
'enter_your_password_to_view_the_form' => 'Введите пароль, чтобы просмотреть и заполнить эту форму.',
|
||||
'this_form_is_password_protected' => 'Эта форма защищена паролем.',
|
||||
'continue' => 'Продолжить',
|
||||
'invalid_password' => 'Неверный пароль',
|
||||
'is_global_template' => 'Глобальный шаблон',
|
||||
'pre_made' => 'Готовый',
|
||||
'is_global_template_tooltip' => 'Если установлено, форма будет использоваться как глобальный шаблон для всех пользователей.',
|
||||
'pdf_design' => 'Дизайн PDF',
|
||||
'header' => 'Заголовок',
|
||||
'design_pdf_header' => 'Дизайн заголовка PDF',
|
||||
'tags' => 'Теги',
|
||||
'pdf_design_help_text' => 'Дизайн PDF будет использоваться при скачивании или прикреплении PDF к электронной почте.',
|
||||
'properties' => 'Настройка свойств',
|
||||
'are_you_sure' => 'Вы уверены?',
|
||||
'you_wont_be_able_to_revert' => 'Вы не сможете вернуть это!',
|
||||
'yes_remove_it' => 'Да, удалите это!',
|
||||
'horizontal_space' => 'Горизонтальный отступ',
|
||||
'horizontal_space_help_text' => 'Установите правый и левый отступы линии. Используйте значение в пикселях (px).',
|
||||
'spread_to_col' => 'Распределить по колонкам',
|
||||
'spread_to_col_help_text' => 'Распределить опции бок о бок в указанное количество колонок.',
|
||||
'cols' => 'Колонки',
|
||||
'qr_code' => 'QR-код',
|
||||
'qr_code_tooltip' => 'QR-код будет сгенерирован на основе отправленных данных',
|
||||
'download_qr_code' => 'Скачать QR-код',
|
||||
'qr_code_limit_help_text' => 'Примечание: QR-коды могут содержать до <b>3 Кб</b> данных, поэтому если данные длинные, то qr-код не будет сгенерирован.',
|
||||
'data_format' => 'Формат данных',
|
||||
'key_value_format' => 'Формат "ключ-значение"',
|
||||
'json_format' => 'JSON-формат',
|
||||
'reply_to_email' => 'E-mail для ответа',
|
||||
'please_select' => 'Пожалуйста, выберите',
|
||||
'integration' => 'Интеграция',
|
||||
'api_endpoint' => 'Конечная точка API',
|
||||
'list_id' => 'ID списка',
|
||||
'api_token' => 'API-токен',
|
||||
'no_acelle_list_please_create' => 'Список не доступен, создайте список',
|
||||
'submit' => 'Отправить',
|
||||
'api_token_required' => 'Требуется API-токен',
|
||||
'get_list' => 'Получить список',
|
||||
'acelle_mail_name_help_text' => 'Это имя будет видно на странице создания формы.',
|
||||
'acelle_mail_api_url_help_text' => 'URL API, на котором установлен Acelle Mail',
|
||||
'api_token_n_list_tooltip' => 'Пошаговая инструкция:
|
||||
<ol>
|
||||
<li>Введите API-токен от <b>:name</b></li>
|
||||
<li>Затем нажмите на "Получить список"</li>
|
||||
<li>В списке выберите список</li>
|
||||
<li>Выберите поле формы для полей списка</li>
|
||||
</ol>',
|
||||
'retriving_fields' => 'Получение полей списка',
|
||||
'layout' => 'Макет',
|
||||
'classic_form' => 'Классическая форма',
|
||||
'classic_form_subtitle' => 'Все элементы на одной странице',
|
||||
'card_form' => 'Карточная форма',
|
||||
'card_form_subtitle' => 'Один элемент на странице',
|
||||
'previous' => 'Предыдущий',
|
||||
'next' => 'Следующий',
|
||||
'link_copied' => 'Ссылка скопирована в буфер обмена',
|
||||
'page_break' => 'Разрыв страницы',
|
||||
'no_config_option' => 'Нет доступных параметров конфигурации!',
|
||||
'card_layout_disabled' => 'Карточный макет отключен при использовании элемента "разрыв страницы".',
|
||||
'page_break_disabled' => 'Разрыв страницы отключен при использовании карточного макета.',
|
||||
'emptyTable' => 'Данные в таблице отсутствуют',
|
||||
'dt_info' => 'Показаны записи с _START_ по _END_ из _TOTAL_',
|
||||
'infoEmpty' => 'Показаны записи с 0 по 0 из 0',
|
||||
'infoFiltered' => '(отфильтровано из _MAX_ записей)',
|
||||
'lengthMenu' => 'Показать _MENU_ записей',
|
||||
'loadingRecords' => 'Загрузка...',
|
||||
'processing' => 'Обработка...',
|
||||
'search' => 'Поиск:',
|
||||
'search_without_dots' => 'Поиск',
|
||||
'zeroRecords' => 'Совпадающих записей не найдено',
|
||||
'first' => 'Первый',
|
||||
'last' => 'Последний',
|
||||
'next' => 'Следующий',
|
||||
'previous' => 'Предыдущий',
|
||||
'copy' => 'Копировать',
|
||||
'excel' => 'Excel',
|
||||
'csv' => 'CSV',
|
||||
'copy_to_clipboard' => 'Копировать в буфер обмена',
|
||||
'copied_n_rows_to_clipboard' => 'Скопировано %d строк в буфер обмена',
|
||||
'webhook' => 'WebHook',
|
||||
'generate_secret_key' => 'Сгенерировать секретный ключ',
|
||||
'webhook_url' => 'URL WebHook',
|
||||
'form_is_incomplete' => 'Форма неполная',
|
||||
'youtube' => 'YouTube',
|
||||
'iframe_embed' => 'Вставка iFrame',
|
||||
'pdf_embedder' => 'PDF вставка',
|
||||
'countdown' => 'Обратный отсчет',
|
||||
'frame_url' => 'URL iFrame',
|
||||
'youtube_video_url' => 'URL видео YouTube',
|
||||
'frame_url_help_text' => 'Введите URL iFrame. Рекомендуется использовать URL с протоколом HTTPS',
|
||||
'width' => 'Ширина',
|
||||
'height' => 'Высота',
|
||||
'frame_alignment' => 'Выравнивание iFrame',
|
||||
'center' => 'По центру',
|
||||
'remove_pdf' => 'Удалить PDF',
|
||||
'upload_pdf' => 'Загрузить PDF',
|
||||
'drop_a_pdf_here' => 'Перетащите PDF сюда',
|
||||
'seconds' => 'Секунда(ы)',
|
||||
'minutes' => 'Минута(ы)',
|
||||
'hours' => 'Час(ы)',
|
||||
'display_labels' => 'Отображать метку',
|
||||
'font_color' => 'Цвет шрифта',
|
||||
'time_separator' => 'Разделитель времени',
|
||||
'display_format' => 'Формат отображения',
|
||||
'countdown_display_format_tooltip' => 'Y - Годы <br>O - Месяцы <br>D - Дни <br>H - Часы <br>M - Минуты <br>S - Секунды',
|
||||
'iframe' => 'iFrame',
|
||||
'or' => 'Или',
|
||||
'enable_popover_help_text' => 'Включить всплывающую подсказку',
|
||||
'popover_help_text' => 'Текст всплывающей подсказки',
|
||||
'write_popover_help_text' => 'Напишите текст всплывающей подсказки...',
|
||||
'qr_code_for_submitted_data' => 'QR-код - отправленные данные',
|
||||
'qr_code_for_ref_num' => 'QR-код - номер ссылки',
|
||||
'bar_code_for_ref_num' => 'Штрих-код - номер ссылки',
|
||||
'download_bar_code' => 'Скачать штрих-код',
|
||||
'bar_code_help_text' => 'Номер ссылки отправки. Данные, указанные в параметре, будут добавлены',
|
||||
'submission_ref_qr_code_tooltip' => 'Работает только если Номер ссылки отправки включен в настройках (функция не доступна в коде загрузки формы)',
|
||||
'allowed_values' => 'Допустимые значения',
|
||||
'error_msg_for_not_allowed_value' => 'Сообщение об ошибке для недопустимого значения',
|
||||
'enter_allowed_value_per_line' => 'Введите одно допустимое значение на строку.',
|
||||
'values_allowed_tooltip' => 'Значения, указанные здесь, будут разрешены только при отправке формы; оставьте пустым, чтобы разрешить все значения',
|
||||
];
|
||||
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Назад',
|
||||
'next' => 'Вперёд »',
|
||||
|
||||
];
|
||||
@@ -1,22 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'reset' => 'Ваш пароль был сброшен!',
|
||||
'sent' => 'Мы отправили вам ссылку для сброса пароля по электронной почте!',
|
||||
'throttled' => 'Пожалуйста, подождите перед повторной попыткой.',
|
||||
'token' => 'Этот токен сброса пароля недействителен.',
|
||||
'user' => "Мы не можем найти пользователя с таким адресом электронной почты.",
|
||||
|
||||
];
|
||||
@@ -1,179 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'Вы должны принять :attribute.',
|
||||
'accepted_if' => 'Вы должны принять :attribute, когда :other равно :value.',
|
||||
'active_url' => ':attribute не является допустимым URL.',
|
||||
'after' => ':attribute должен быть датой после :date.',
|
||||
'after_or_equal' => ':attribute должен быть датой после или равной :date.',
|
||||
'alpha' => ':attribute может содержать только буквы.',
|
||||
'alpha_dash' => ':attribute может содержать только буквы, цифры, тире и подчеркивания.',
|
||||
'alpha_num' => ':attribute может содержать только буквы и цифры.',
|
||||
'array' => ':attribute должен быть массивом.',
|
||||
'ascii' => ':attribute может содержать только однобайтовые буквенно-цифровые символы и символы.',
|
||||
'before' => ':attribute должен быть датой до :date.',
|
||||
'before_or_equal' => ':attribute должен быть датой до или равной :date.',
|
||||
'between' => [
|
||||
'array' => ':attribute должен содержать от :min до :max элементов.',
|
||||
'file' => ':attribute должен быть от :min до :max килобайт.',
|
||||
'numeric' => ':attribute должен быть от :min до :max.',
|
||||
'string' => ':attribute должен содержать от :min до :max символов.',
|
||||
],
|
||||
'boolean' => ':attribute поле должно быть истинным или ложным.',
|
||||
'confirmed' => 'Подтверждение :attribute не совпадает.',
|
||||
'current_password' => 'Неправильный пароль.',
|
||||
'date' => ':attribute не является допустимой датой.',
|
||||
'date_equals' => ':attribute должен быть датой, равной :date.',
|
||||
'date_format' => ':attribute не соответствует формату :format.',
|
||||
'decimal' => ':attribute должен содержать :decimal десятичных знаков.',
|
||||
'declined' => ':attribute должен быть отклонен.',
|
||||
'declined_if' => ':attribute должен быть отклонен, когда :other равно :value.',
|
||||
'different' => ':attribute и :other должны быть разными.',
|
||||
'digits' => ':attribute должен состоять из :digits цифр.',
|
||||
'digits_between' => ':attribute должен содержать от :min до :max цифр.',
|
||||
'dimensions' => ':attribute имеет недопустимые размеры изображения.',
|
||||
'distinct' => 'Поле :attribute имеет повторяющееся значение.',
|
||||
'doesnt_end_with' => ':attribute не может заканчиваться на следующее: :values.',
|
||||
'doesnt_start_with' => ':attribute не может начинаться с следующего: :values.',
|
||||
'email' => ':attribute должен быть действительным адресом электронной почты.',
|
||||
'ends_with' => ':attribute должен заканчиваться следующим: :values.',
|
||||
'enum' => 'Выбранное значение :attribute недопустимо.',
|
||||
'exists' => 'Выбранный :attribute недопустим.',
|
||||
'file' => ':attribute должен быть файлом.',
|
||||
'filled' => 'Поле :attribute должно иметь значение.',
|
||||
'gt' => [
|
||||
'array' => ':attribute должен содержать больше :value элементов.',
|
||||
'file' => ':attribute должен быть больше :value килобайт.',
|
||||
'numeric' => ':attribute должен быть больше :value.',
|
||||
'string' => ':attribute должен быть длиннее :value символов.',
|
||||
],
|
||||
'gte' => [
|
||||
'array' => ':attribute должен содержать :value элементов или больше.',
|
||||
'file' => ':attribute должен быть больше или равен :value килобайт.',
|
||||
'numeric' => ':attribute должен быть больше или равен :value.',
|
||||
'string' => ':attribute должен быть длиннее или равен :value символам.',
|
||||
],
|
||||
'image' => ':attribute должен быть изображением.',
|
||||
'in' => 'Выбранный :attribute недопустим.',
|
||||
'in_array' => 'Поле :attribute не существует в :other.',
|
||||
'integer' => ':attribute должен быть целым числом.',
|
||||
'ip' => ':attribute должен быть действительным IP-адресом.',
|
||||
'ipv4' => ':attribute должен быть действительным IPv4-адресом.',
|
||||
'ipv6' => ':attribute должен быть действительным IPv6-адресом.',
|
||||
'json' => ':attribute должен быть допустимой JSON-строкой.',
|
||||
'lowercase' => ':attribute должен быть в нижнем регистре.',
|
||||
'lt' => [
|
||||
'array' => ':attribute должен содержать меньше :value элементов.',
|
||||
'file' => ':attribute должен быть меньше :value килобайт.',
|
||||
'numeric' => ':attribute должен быть меньше :value.',
|
||||
'string' => ':attribute должен быть короче :value символов.',
|
||||
],
|
||||
'lte' => [
|
||||
'array' => ':attribute должен содержать не более :value элементов.',
|
||||
'file' => ':attribute должен быть меньше или равен :value килобайт.',
|
||||
'numeric' => ':attribute должен быть меньше или равен :value.',
|
||||
'string' => ':attribute должен быть короче или равен :value символам.',
|
||||
],
|
||||
'mac_address' => ':attribute должен быть действительным MAC-адресом.',
|
||||
'max' => [
|
||||
'array' => ':attribute не должен содержать более :max элементов.',
|
||||
'file' => ':attribute не должен превышать :max килобайт.',
|
||||
'numeric' => ':attribute не должен превышать :max.',
|
||||
'string' => ':attribute не должен превышать :max символов.',
|
||||
],
|
||||
'max_digits' => ':attribute не должен содержать более :max цифр.',
|
||||
'mimes' => ':attribute должен быть файлом типа: :values.',
|
||||
'mimetypes' => ':attribute должен быть файлом типа: :values.',
|
||||
'min' => [
|
||||
'array' => ':attribute должен содержать не менее :min элементов.',
|
||||
'file' => ':attribute должен быть не менее :min килобайт.',
|
||||
'numeric' => ':attribute должен быть не менее :min.',
|
||||
'string' => ':attribute должен содержать не менее :min символов.',
|
||||
],
|
||||
'min_digits' => ':attribute должен содержать не менее :min цифр.',
|
||||
'multiple_of' => ':attribute должен быть кратным :value.',
|
||||
'not_in' => 'Выбранный :attribute недопустим.',
|
||||
'not_regex' => 'Формат :attribute недействителен.',
|
||||
'numeric' => ':attribute должен быть числом.',
|
||||
'password' => [
|
||||
'letters' => ':attribute должен содержать как минимум одну букву.',
|
||||
'mixed' => ':attribute должен содержать как минимум одну заглавную и одну строчную букву.',
|
||||
'numbers' => ':attribute должен содержать как минимум одну цифру.',
|
||||
'symbols' => ':attribute должен содержать как минимум один символ.',
|
||||
'uncompromised' => 'Указанный :attribute появился в утечке данных. Пожалуйста, выберите другой :attribute.',
|
||||
],
|
||||
'present' => 'Поле :attribute должно быть присутствующим.',
|
||||
'prohibited' => ':attribute поле запрещено.',
|
||||
'prohibited_if' => ':attribute поле запрещено, когда :other равно :value.',
|
||||
'prohibited_unless' => ':attribute поле запрещено, если :other не находится в :values.',
|
||||
'prohibits' => ':attribute поле запрещает :other быть присутствующим.',
|
||||
'regex' => 'Формат :attribute недействителен.',
|
||||
'required' => 'Поле :attribute обязательно для заполнения.',
|
||||
'required_array_keys' => 'Поле :attribute должно содержать записи для: :values.',
|
||||
'required_if' => 'Поле :attribute обязательно, когда :other равно :value.',
|
||||
'required_if_accepted' => 'Поле :attribute обязательно, когда :other принято.',
|
||||
'required_unless' => 'Поле :attribute обязательно, если :other не находится в :values.',
|
||||
'required_with' => 'Поле :attribute обязательно, когда :values присутствует.',
|
||||
'required_with_all' => 'Поле :attribute обязательно, когда присутствуют все :values.',
|
||||
'required_without' => 'Поле :attribute обязательно, когда :values отсутствует.',
|
||||
'required_without_all' => 'Поле :attribute обязательно, когда нет ни одного из :values.',
|
||||
'same' => ':attribute и :other должны совпадать.',
|
||||
'size' => [
|
||||
'array' => ':attribute должен содержать :size элементов.',
|
||||
'file' => ':attribute должен быть :size килобайт.',
|
||||
'numeric' => ':attribute должен быть :size.',
|
||||
'string' => ':attribute должен быть :size символов.',
|
||||
],
|
||||
'starts_with' => ':attribute должен начинаться с одного из следующих: :values.',
|
||||
'string' => ':attribute должен быть строкой.',
|
||||
'timezone' => ':attribute должен быть допустимым часовым поясом.',
|
||||
'unique' => ':attribute уже занят.',
|
||||
'uploaded' => ':attribute не удалось загрузить.',
|
||||
'uppercase' => ':attribute должен быть в верхнем регистре.',
|
||||
'url' => ':attribute должен быть действительным URL.',
|
||||
'ulid' => ':attribute должен быть допустимым ULID.',
|
||||
'uuid' => ':attribute должен быть допустимым UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap our attribute placeholder
|
||||
| with something more reader friendly such as "E-Mail Address" instead
|
||||
| of "email". This simply helps us make our message more expressive.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user