Localization Search

This commit is contained in:
Sedat Öztürk 2026-01-17 00:02:15 +03:00
parent b085e8bd11
commit 8d0795a44d
3 changed files with 8 additions and 2 deletions

View file

@ -1339,6 +1339,12 @@
"en": "Report Templates",
"tr": "Rapor Şablonları"
},
{
"resourceName": "Platform",
"key": "App.Reports.Search",
"en": "Search",
"tr": "Arama"
},
{
"resourceName": "Platform",
"key": "App.Menus.Menu",

View file

@ -791,7 +791,7 @@ function FormFields({
</FormItem>
<div className="grid grid-cols-4 gap-4">
<FormItem
label={translate('::App.Reports.Dashboard.All')}
label={translate('::App.Reports.Search')}
labelClass="justify-center"
>
<Field name="copiedFields.all" component={Checkbox} className="mr-1" />

View file

@ -127,7 +127,7 @@ const Blog = () => {
: 'bg-gray-200 text-gray-700 hover:bg-gray-300'
}`}
>
{translate('::App.Reports.Dashboard.All')}
{translate('::App.Reports.Search')}
</button>
{categories.map((category) => (
<button