Localization Search
This commit is contained in:
parent
b085e8bd11
commit
8d0795a44d
3 changed files with 8 additions and 2 deletions
|
|
@ -1339,6 +1339,12 @@
|
||||||
"en": "Report Templates",
|
"en": "Report Templates",
|
||||||
"tr": "Rapor Şablonları"
|
"tr": "Rapor Şablonları"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"resourceName": "Platform",
|
||||||
|
"key": "App.Reports.Search",
|
||||||
|
"en": "Search",
|
||||||
|
"tr": "Arama"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"resourceName": "Platform",
|
"resourceName": "Platform",
|
||||||
"key": "App.Menus.Menu",
|
"key": "App.Menus.Menu",
|
||||||
|
|
|
||||||
|
|
@ -791,7 +791,7 @@ function FormFields({
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<div className="grid grid-cols-4 gap-4">
|
<div className="grid grid-cols-4 gap-4">
|
||||||
<FormItem
|
<FormItem
|
||||||
label={translate('::App.Reports.Dashboard.All')}
|
label={translate('::App.Reports.Search')}
|
||||||
labelClass="justify-center"
|
labelClass="justify-center"
|
||||||
>
|
>
|
||||||
<Field name="copiedFields.all" component={Checkbox} className="mr-1" />
|
<Field name="copiedFields.all" component={Checkbox} className="mr-1" />
|
||||||
|
|
|
||||||
|
|
@ -127,7 +127,7 @@ const Blog = () => {
|
||||||
: 'bg-gray-200 text-gray-700 hover:bg-gray-300'
|
: 'bg-gray-200 text-gray-700 hover:bg-gray-300'
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{translate('::App.Reports.Dashboard.All')}
|
{translate('::App.Reports.Search')}
|
||||||
</button>
|
</button>
|
||||||
{categories.map((category) => (
|
{categories.map((category) => (
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue