{{ 'Cron Job Setup Command' | translate }}

{{'App Title and Logos' | translate | titlecase}}

@if((title.invalid && title.touched) || title.dirty){
@if(title.errors?.['required']){ {{'Title is required' | translate}} }
}
{{'The file size should not be more than' | translate}} 5 {{'MB' | translate | titlecase}}
@if(ResponceProfile?.title?.image){ }
{{'The file size should not be more than' | translate}} 5 {{'MB' | translate | titlecase}}
@if(ResponceProfile?.title?.image1){ }
{{'The file size should not be more than' | translate}} 5 {{'MB' | translate | titlecase}}
@if(ResponceProfile?.title?.image2){ }
{{'The file size should not be more than' | translate}} 5 {{'MB' | translate | titlecase}}
@if(ResponceProfile?.title?.image3){ }
{{'The file size should not be more than' | translate}} 5 {{'MB' | translate | titlecase}}
@if(ResponceProfile?.title?.image4){ }

{{'Set URL' | translate | titlecase}}

@if((terms_url.invalid && terms_url.touched) || terms_url.dirty){
@if(terms_url.errors?.['required']){ {{'Terms of service URL is required' | translate | titlecase}}}
}

{{'Color Setting' | translate | titlecase}}

{{colorprimary}}
@if((primaryColorModel.invalid && primaryColorModel.touched) || primaryColorModel.dirty){
@if(primaryColorModel.errors?.['required']){ {{'Primary Color is required' | translate | titlecase}} }
}
{{colorsecondary}}
@if((secondaryColormodel.invalid && secondaryColormodel.touched) || secondaryColormodel.dirty){
@if(secondaryColormodel.errors?.['required']){ {{'Secondary Color is required' | translate | titlecase}} }
}

{{'Global Language Setting' | translate | titlecase}}

close
@if(localStorageLang){ {{'You have already stored' | translate | titlecase}} "{{localStorageLang | uppercase}}" {{'in localStorage' | translate | titlecase}} }

{{'Global Date and Time Format' | translate | titlecase}}

close
close

{{'First Day of the Week' | translate | titlecase}}

close

{{'Global Timezones' | translate | titlecase}}

{{item}}

{{'Contact Us' | translate | titlecase}}

({{'If you enable this setting, the "Contact Us" option will appear in the application’s landing page.' | translate | titlecase}})
({{'Enter an email address to receive contact-us form details.' | translate | titlecase}})
@if ((c_email.invalid && c_email.touched) || c_email.dirty) {
@if (c_email.errors?.['required']) { {{'Email address is required' | translate}} } @if (c_email.errors?.['pattern']) { {{'Please check Email Format' | translate}} }
}

{{"Two Factor Authentication Settings" | translate | titlecase}}

{{'Security settings' | translate}}

{{ 'Session Timeout Settings' | translate }}

{{'Inactive Customer/Guest Delete ' | translate | titlecase}}

({{'If you enable this ticket setting, inactive customers will receive an email after the time period specified below (Inactive Months) stating that their account has been unused since then and will be deleted automatically after the specified (Customer Delete Days).' | translate | titlecase}})
({{'If you enable this ticket setting, inactive guests will receive an email after the time period specified below (Inactive Months) stating that their account has been unused since then and will be deleted automatically after the specified (Guest Delete Days).' | translate | titlecase}})

{{'App Global Settings' | translate | titlecase}}

({{'If you disable this setting, the "Personal Setting" with the "Switch to Dark-Mode" option will disappear from the Admin panel on the profile page.' | translate}})
({{'If you enable this setting, it will appear on all customer panels on the profile page with the "Switch to Dark-Mode" option. And global "Dark-Mode" settings will not apply to existing users of the customers panel.' | translate | titlecase}})
({{'If you enable this setting, the whole application will convert into "Dark-Mode" except for the users that are permitted with "Personal Settings."' | translate}})
({{'If you enable this setting, only customers can access the registration and login forms with the “popup modal”.' | translate}})
({{'If you enable this setting, "Register" options will disappear from the application in the header section, and new visitors wont be able to register. Only existing customers can open a ticket.' | translate | titlecase}})
({{'If you "Enable" this setting, customers cannot login to their dashboard.' | translate | titlecase}})
({{'If you enable this setting, "Google Font" will not apply to the whole application or site.' | translate | titlecase}})
({{'If you enable this setting, it will make your web application secure using "force SSL" when it is not secure, even if your domain is certified with an SSL certificate.' | translate | titlecase}})
({{'If you disable this setting, the "Knowledge" option will disappear from the application in the header section.' | translate}})
({{'If you disable this setting, the "faq" option will disappear from the application in the header section.' | translate}})
({{'If you disable this setting, the "Upload Image" option will disappear from the customers profile page, and they wont be able to upload their profile picture.' | translate | titlecase}})
({{'If you disable this Envato switch, the "Envato" option will disappear from the application’s side menu.' | translate}})
({{'If you disable this setting, article views count will disappear in the "Article" view page.' | translate | titlecase}})
({{'If you enable this setting, social login form will appear to customer’s by default. They cannot access normal login form' | translate | titlecase}})
({{'If you enable it will be a login page is default' | translate | titlecase}})
({{'If you "Enable" this setting, the whole application sidemenu will be converted into "Sidemenu Icon Style".' | translate}})
({{'If you "Enable" this setting, customers can "Delete" their account permanently.' | translate | titlecase}})
({{ 'If you "Enable" this setting, customers can "Update" their email address.' | translate | titlecase }})
({{ 'If you "Enable" this setting, customers can "Update" their Mobile Number.'| translate | titlecase }})
({{'If you "Enable" this setting, employees can use google translate plugin for translating text in ticket page' | translate }})
({{'If you "Enable" this setting, customers can use google translate plugin for translating text in ticket page' | translate }})
({{'If you "Enable" this setting, when a new customer registered, email veification link will be sent to that registered mail id' | translate }})
{{ 'Invoice Address Settings' | translate }}

{{'Footer Copyright Text' | translate | titlecase}}

@if (description.errors?.['maxLength']) {
{{ description.errors?.['maxLength'].actualLength }}/{{ description.errors?.['maxLength'].maxLength }} {{' exceeded the limit' | translate}}
}