LanguagesData düzenlemesi
This commit is contained in:
parent
362527fb13
commit
b766a9c409
6 changed files with 428 additions and 446 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -56,7 +56,7 @@ function FormTabEditForm(props: { listFormCode: string }) {
|
|||
</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.EditingFormOrder')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.EditingFormItemType')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.EditingFormCaption')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.EditingFormTitle')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.EditingFormColumnCount')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.EditingFormColumnSpan')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.EditingFormItems')}</Th>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ function FormTabExtraFilters(props: { listFormCode: string }) {
|
|||
/>
|
||||
</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.ExtraFieldName')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.ExtraCaption')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.ExtraTitle')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.ExtraOperator')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.ExtraDefaultValue')}</Th>
|
||||
<Th>{translate('::ListForms.ListFormEdit.ExtraControlType')}</Th>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ function FormFieldTabDetails({
|
|||
<Field type="text" name="fieldName" component={Input} />
|
||||
</FormItem>
|
||||
<FormItem
|
||||
label={translate('::ListForms.ListFormFieldEdit.DetailsCaption')}
|
||||
label={translate('::ListForms.ListFormFieldEdit.DetailsTitle')}
|
||||
invalid={errors.captionName && touched.captionName}
|
||||
errorMessage={errors.captionName}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -871,7 +871,7 @@ const OrganizationUnits = () => {
|
|||
}
|
||||
}}
|
||||
>
|
||||
{translate('::Abp.Identity.OrganizationUnit.AddRoles')}
|
||||
{translate('::Abp.Identity.OrganizationUnit.AddRole')}
|
||||
</Button>
|
||||
</div>
|
||||
</Dialog>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ const Home: React.FC = () => {
|
|||
},
|
||||
{
|
||||
icon: <FaCalendarAlt className="w-12 h-12 text-blue-500" />,
|
||||
title: translate('::Public.features.rapid'),
|
||||
title: translate('::App.Coordinator.Classroom.Planning'),
|
||||
description: translate('::Public.features.rapid.desc'),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue