From 59f990bebbffbd915f1efd3a13dcfa046e648f1f Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 1 Apr 2026 08:20:57 +0000 Subject: [PATCH] Autosave: 20260401-082056 --- .../components/Activities/CardActivities.tsx | 26 +- .../components/Activities/ListActivities.tsx | 26 +- .../components/Activities/TableActivities.tsx | 42 +-- .../Activities/configureActivitiesCols.tsx | 24 +- .../Budget_items/CardBudget_items.tsx | 4 +- .../Budget_items/ListBudget_items.tsx | 4 +- .../Budget_items/TableBudget_items.tsx | 38 +- .../configureBudget_itemsCols.tsx | 22 +- frontend/src/components/CardBoxModal.tsx | 2 +- .../components/Companies/CardCompanies.tsx | 2 +- .../components/Companies/ListCompanies.tsx | 2 +- .../components/Companies/TableCompanies.tsx | 38 +- .../Companies/configureCompaniesCols.tsx | 22 +- .../src/components/Contacts/CardContacts.tsx | 18 +- .../src/components/Contacts/ListContacts.tsx | 18 +- .../src/components/Contacts/TableContacts.tsx | 42 +-- .../Contacts/configureContactsCols.tsx | 18 +- frontend/src/components/Deals/CardDeals.tsx | 30 +- frontend/src/components/Deals/ListDeals.tsx | 30 +- frontend/src/components/Deals/TableDeals.tsx | 42 +-- .../components/Deals/configureDealsCols.tsx | 26 +- frontend/src/components/ErrorBoundary.tsx | 2 +- .../Event_guests/CardEvent_guests.tsx | 2 +- .../Event_guests/ListEvent_guests.tsx | 2 +- .../Event_guests/TableEvent_guests.tsx | 38 +- .../configureEvent_guestsCols.tsx | 18 +- .../CardEvent_schedule_items.tsx | 2 +- .../ListEvent_schedule_items.tsx | 2 +- .../TableEvent_schedule_items.tsx | 38 +- .../configureEvent_schedule_itemsCols.tsx | 18 +- .../Event_tasks/CardEvent_tasks.tsx | 8 +- .../Event_tasks/ListEvent_tasks.tsx | 8 +- .../Event_tasks/TableEvent_tasks.tsx | 38 +- .../Event_tasks/configureEvent_tasksCols.tsx | 20 +- frontend/src/components/Events/CardEvents.tsx | 4 +- frontend/src/components/Events/ListEvents.tsx | 4 +- .../src/components/Events/TableEvents.tsx | 38 +- .../components/Events/configureEventsCols.tsx | 20 +- .../Inventory_items/CardInventory_items.tsx | 22 +- .../Inventory_items/ListInventory_items.tsx | 22 +- .../Inventory_items/TableInventory_items.tsx | 42 +-- .../configureInventory_itemsCols.tsx | 20 +- .../src/components/KanbanBoard/KanbanCard.tsx | 2 +- .../components/KanbanBoard/KanbanColumn.tsx | 12 +- frontend/src/components/Leads/CardLeads.tsx | 20 +- frontend/src/components/Leads/ListLeads.tsx | 20 +- frontend/src/components/Leads/TableLeads.tsx | 42 +-- .../components/Leads/configureLeadsCols.tsx | 20 +- .../src/components/ListActionsPopover.tsx | 6 +- .../src/components/Machines/CardMachines.tsx | 18 +- .../src/components/Machines/ListMachines.tsx | 18 +- .../src/components/Machines/TableMachines.tsx | 42 +-- .../Machines/configureMachinesCols.tsx | 16 +- .../components/Materials/CardMaterials.tsx | 24 +- .../components/Materials/ListMaterials.tsx | 24 +- .../components/Materials/TableMaterials.tsx | 42 +-- .../Materials/configureMaterialsCols.tsx | 22 +- .../Nonconformances/CardNonconformances.tsx | 6 +- .../Nonconformances/ListNonconformances.tsx | 6 +- .../Nonconformances/TableNonconformances.tsx | 38 +- .../configureNonconformancesCols.tsx | 22 +- .../Organizations/CardOrganizations.tsx | 2 +- .../Organizations/ListOrganizations.tsx | 2 +- .../Organizations/TableOrganizations.tsx | 38 +- .../configureOrganizationsCols.tsx | 2 +- .../Permissions/CardPermissions.tsx | 2 +- .../Permissions/ListPermissions.tsx | 2 +- .../Permissions/TablePermissions.tsx | 38 +- .../Permissions/configurePermissionsCols.tsx | 2 +- .../Pipeline_stages/CardPipeline_stages.tsx | 2 +- .../Pipeline_stages/ListPipeline_stages.tsx | 2 +- .../Pipeline_stages/TablePipeline_stages.tsx | 38 +- .../configurePipeline_stagesCols.tsx | 8 +- .../components/Pipelines/CardPipelines.tsx | 2 +- .../components/Pipelines/ListPipelines.tsx | 2 +- .../components/Pipelines/TablePipelines.tsx | 38 +- .../Pipelines/configurePipelinesCols.tsx | 8 +- .../CardProduction_operations.tsx | 32 +- .../ListProduction_operations.tsx | 32 +- .../TableProduction_operations.tsx | 42 +-- .../configureProduction_operationsCols.tsx | 30 +- .../CardProduction_orders.tsx | 20 +- .../ListProduction_orders.tsx | 20 +- .../TableProduction_orders.tsx | 42 +-- .../configureProduction_ordersCols.tsx | 18 +- .../CardQuality_inspections.tsx | 22 +- .../ListQuality_inspections.tsx | 22 +- .../TableQuality_inspections.tsx | 42 +-- .../configureQuality_inspectionsCols.tsx | 20 +- frontend/src/components/Roles/CardRoles.tsx | 2 +- frontend/src/components/Roles/ListRoles.tsx | 2 +- frontend/src/components/Roles/TableRoles.tsx | 38 +- .../components/Roles/configureRolesCols.tsx | 6 +- frontend/src/components/Search.tsx | 6 +- .../src/components/TableSampleClients.tsx | 64 ++-- .../src/components/Uploaders/FilesUploader.js | 4 +- .../components/Uploaders/ImagesUploader.js | 4 +- frontend/src/components/Users/CardUsers.tsx | 6 +- frontend/src/components/Users/ListUsers.tsx | 6 +- frontend/src/components/Users/TableUsers.tsx | 38 +- .../components/Users/configureUsersCols.tsx | 20 +- .../src/components/Vendors/CardVendors.tsx | 20 +- .../src/components/Vendors/ListVendors.tsx | 20 +- .../src/components/Vendors/TableVendors.tsx | 42 +-- .../Vendors/configureVendorsCols.tsx | 18 +- frontend/src/components/Venues/CardVenues.tsx | 2 +- frontend/src/components/Venues/ListVenues.tsx | 2 +- .../src/components/Venues/TableVenues.tsx | 38 +- .../components/Venues/configureVenuesCols.tsx | 22 +- .../components/Warehouses/CardWarehouses.tsx | 12 +- .../components/Warehouses/ListWarehouses.tsx | 12 +- .../components/Warehouses/TableWarehouses.tsx | 42 +-- .../Warehouses/configureWarehousesCols.tsx | 10 +- .../src/pages/activities/[activitiesId].tsx | 38 +- .../src/pages/activities/activities-edit.tsx | 38 +- .../src/pages/activities/activities-list.tsx | 44 +-- .../src/pages/activities/activities-new.tsx | 42 +-- .../src/pages/activities/activities-table.tsx | 44 +-- .../src/pages/activities/activities-view.tsx | 63 ++-- .../pages/budget_items/[budget_itemsId].tsx | 38 +- .../pages/budget_items/budget_items-edit.tsx | 38 +- .../pages/budget_items/budget_items-list.tsx | 38 +- .../pages/budget_items/budget_items-new.tsx | 42 +-- .../pages/budget_items/budget_items-table.tsx | 40 +-- .../pages/budget_items/budget_items-view.tsx | 35 +- .../src/pages/companies/[companiesId].tsx | 50 +-- .../src/pages/companies/companies-edit.tsx | 50 +-- .../src/pages/companies/companies-list.tsx | 32 +- .../src/pages/companies/companies-new.tsx | 50 +-- .../src/pages/companies/companies-table.tsx | 34 +- .../src/pages/companies/companies-view.tsx | 35 +- frontend/src/pages/contacts/[contactsId].tsx | 40 +-- frontend/src/pages/contacts/contacts-edit.tsx | 40 +-- frontend/src/pages/contacts/contacts-list.tsx | 32 +- frontend/src/pages/contacts/contacts-new.tsx | 40 +-- .../src/pages/contacts/contacts-table.tsx | 34 +- frontend/src/pages/contacts/contacts-view.tsx | 125 ++++--- frontend/src/pages/deals/[dealsId].tsx | 46 +-- frontend/src/pages/deals/deals-edit.tsx | 46 +-- frontend/src/pages/deals/deals-list.tsx | 44 +-- frontend/src/pages/deals/deals-new.tsx | 50 +-- frontend/src/pages/deals/deals-table.tsx | 44 +-- frontend/src/pages/deals/deals-view.tsx | 123 +++---- .../pages/event_guests/[event_guestsId].tsx | 34 +- .../pages/event_guests/event_guests-edit.tsx | 34 +- .../pages/event_guests/event_guests-list.tsx | 34 +- .../pages/event_guests/event_guests-new.tsx | 38 +- .../pages/event_guests/event_guests-table.tsx | 36 +- .../pages/event_guests/event_guests-view.tsx | 27 +- .../[event_schedule_itemsId].tsx | 32 +- .../event_schedule_items-edit.tsx | 32 +- .../event_schedule_items-list.tsx | 38 +- .../event_schedule_items-new.tsx | 36 +- .../event_schedule_items-table.tsx | 38 +- .../event_schedule_items-view.tsx | 27 +- .../src/pages/event_tasks/[event_tasksId].tsx | 32 +- .../pages/event_tasks/event_tasks-edit.tsx | 32 +- .../pages/event_tasks/event_tasks-list.tsx | 40 +-- .../src/pages/event_tasks/event_tasks-new.tsx | 36 +- .../pages/event_tasks/event_tasks-table.tsx | 40 +-- .../pages/event_tasks/event_tasks-view.tsx | 37 +- frontend/src/pages/events/[eventsId].tsx | 36 +- frontend/src/pages/events/events-edit.tsx | 36 +- frontend/src/pages/events/events-list.tsx | 40 +-- frontend/src/pages/events/events-new.tsx | 40 +-- frontend/src/pages/events/events-table.tsx | 40 +-- frontend/src/pages/events/events-view.tsx | 45 ++- frontend/src/pages/forgot.tsx | 4 +- frontend/src/pages/forms.tsx | 4 +- .../inventory_items/[inventory_itemsId].tsx | 48 +-- .../inventory_items/inventory_items-edit.tsx | 48 +-- .../inventory_items/inventory_items-list.tsx | 38 +- .../inventory_items/inventory_items-new.tsx | 48 +-- .../inventory_items/inventory_items-table.tsx | 40 +-- .../inventory_items/inventory_items-view.tsx | 47 ++- frontend/src/pages/leads/[leadsId].tsx | 40 +-- frontend/src/pages/leads/leads-edit.tsx | 40 +-- frontend/src/pages/leads/leads-list.tsx | 44 +-- frontend/src/pages/leads/leads-new.tsx | 44 +-- frontend/src/pages/leads/leads-table.tsx | 44 +-- frontend/src/pages/leads/leads-view.tsx | 119 +++--- frontend/src/pages/machines/[machinesId].tsx | 38 +- frontend/src/pages/machines/machines-edit.tsx | 38 +- frontend/src/pages/machines/machines-list.tsx | 34 +- frontend/src/pages/machines/machines-new.tsx | 38 +- .../src/pages/machines/machines-table.tsx | 36 +- frontend/src/pages/machines/machines-view.tsx | 63 ++-- .../src/pages/materials/[materialsId].tsx | 52 +-- .../src/pages/materials/materials-edit.tsx | 52 +-- .../src/pages/materials/materials-list.tsx | 34 +- .../src/pages/materials/materials-new.tsx | 48 +-- .../src/pages/materials/materials-table.tsx | 36 +- .../src/pages/materials/materials-view.tsx | 71 ++-- .../nonconformances/[nonconformancesId].tsx | 34 +- .../nonconformances/nonconformances-edit.tsx | 34 +- .../nonconformances/nonconformances-list.tsx | 38 +- .../nonconformances/nonconformances-new.tsx | 38 +- .../nonconformances/nonconformances-table.tsx | 38 +- .../nonconformances/nonconformances-view.tsx | 37 +- .../pages/organizations/[organizationsId].tsx | 14 +- .../organizations/organizations-edit.tsx | 14 +- .../organizations/organizations-list.tsx | 28 +- .../pages/organizations/organizations-new.tsx | 14 +- .../organizations/organizations-table.tsx | 28 +- .../organizations/organizations-view.tsx | 71 ++-- .../src/pages/permissions/[permissionsId].tsx | 14 +- .../pages/permissions/permissions-edit.tsx | 14 +- .../pages/permissions/permissions-list.tsx | 28 +- .../src/pages/permissions/permissions-new.tsx | 14 +- .../pages/permissions/permissions-table.tsx | 28 +- .../pages/permissions/permissions-view.tsx | 13 +- .../pipeline_stages/[pipeline_stagesId].tsx | 22 +- .../pipeline_stages/pipeline_stages-edit.tsx | 22 +- .../pipeline_stages/pipeline_stages-list.tsx | 32 +- .../pipeline_stages/pipeline_stages-new.tsx | 22 +- .../pipeline_stages/pipeline_stages-table.tsx | 34 +- .../pipeline_stages/pipeline_stages-view.tsx | 29 +- .../src/pages/pipelines/[pipelinesId].tsx | 20 +- .../src/pages/pipelines/pipelines-edit.tsx | 20 +- .../src/pages/pipelines/pipelines-list.tsx | 34 +- .../src/pages/pipelines/pipelines-new.tsx | 20 +- .../src/pages/pipelines/pipelines-table.tsx | 34 +- .../src/pages/pipelines/pipelines-view.tsx | 29 +- frontend/src/pages/privacy-policy.tsx | 338 ++++-------------- .../[production_operationsId].tsx | 58 +-- .../production_operations-edit.tsx | 58 +-- .../production_operations-list.tsx | 44 +-- .../production_operations-new.tsx | 62 ++-- .../production_operations-table.tsx | 44 +-- .../production_operations-view.tsx | 77 ++-- .../[production_ordersId].tsx | 38 +- .../production_orders-edit.tsx | 38 +- .../production_orders-list.tsx | 38 +- .../production_orders-new.tsx | 42 +-- .../production_orders-table.tsx | 38 +- .../production_orders-view.tsx | 77 ++-- .../[quality_inspectionsId].tsx | 40 +-- .../quality_inspections-edit.tsx | 40 +-- .../quality_inspections-list.tsx | 40 +-- .../quality_inspections-new.tsx | 40 +-- .../quality_inspections-table.tsx | 40 +-- .../quality_inspections-view.tsx | 55 ++- frontend/src/pages/register.tsx | 8 +- frontend/src/pages/roles/[rolesId].tsx | 18 +- frontend/src/pages/roles/roles-edit.tsx | 18 +- frontend/src/pages/roles/roles-list.tsx | 30 +- frontend/src/pages/roles/roles-new.tsx | 18 +- frontend/src/pages/roles/roles-table.tsx | 30 +- frontend/src/pages/roles/roles-view.tsx | 19 +- frontend/src/pages/terms-of-use.tsx | 256 ++++--------- frontend/src/pages/users/[usersId].tsx | 38 +- frontend/src/pages/users/users-edit.tsx | 38 +- frontend/src/pages/users/users-list.tsx | 32 +- frontend/src/pages/users/users-new.tsx | 36 +- frontend/src/pages/users/users-table.tsx | 32 +- frontend/src/pages/users/users-view.tsx | 69 ++-- frontend/src/pages/vendors/[vendorsId].tsx | 46 +-- frontend/src/pages/vendors/vendors-edit.tsx | 46 +-- frontend/src/pages/vendors/vendors-list.tsx | 32 +- frontend/src/pages/vendors/vendors-new.tsx | 42 +-- frontend/src/pages/vendors/vendors-table.tsx | 34 +- frontend/src/pages/vendors/vendors-view.tsx | 79 ++-- frontend/src/pages/venues/[venuesId].tsx | 48 +-- frontend/src/pages/venues/venues-edit.tsx | 48 +-- frontend/src/pages/venues/venues-list.tsx | 34 +- frontend/src/pages/venues/venues-new.tsx | 48 +-- frontend/src/pages/venues/venues-table.tsx | 36 +- frontend/src/pages/venues/venues-view.tsx | 27 +- frontend/src/pages/verify-email.tsx | 2 +- .../src/pages/warehouses/[warehousesId].tsx | 34 +- .../src/pages/warehouses/warehouses-edit.tsx | 34 +- .../src/pages/warehouses/warehouses-list.tsx | 34 +- .../src/pages/warehouses/warehouses-new.tsx | 30 +- .../src/pages/warehouses/warehouses-table.tsx | 34 +- .../src/pages/warehouses/warehouses-view.tsx | 47 ++- .../src/stores/activities/activitiesSlice.ts | 2 +- frontend/src/stores/authSlice.ts | 4 +- .../stores/budget_items/budget_itemsSlice.ts | 2 +- .../src/stores/companies/companiesSlice.ts | 2 +- frontend/src/stores/contacts/contactsSlice.ts | 2 +- frontend/src/stores/deals/dealsSlice.ts | 2 +- .../stores/event_guests/event_guestsSlice.ts | 2 +- .../event_schedule_itemsSlice.ts | 2 +- .../stores/event_tasks/event_tasksSlice.ts | 2 +- frontend/src/stores/events/eventsSlice.ts | 2 +- .../inventory_items/inventory_itemsSlice.ts | 2 +- frontend/src/stores/leads/leadsSlice.ts | 2 +- frontend/src/stores/machines/machinesSlice.ts | 2 +- frontend/src/stores/mainSlice.ts | 2 +- .../src/stores/materials/materialsSlice.ts | 2 +- .../nonconformances/nonconformancesSlice.ts | 2 +- frontend/src/stores/openAiSlice.ts | 4 +- .../organizations/organizationsSlice.ts | 2 +- .../stores/permissions/permissionsSlice.ts | 2 +- .../pipeline_stages/pipeline_stagesSlice.ts | 2 +- .../src/stores/pipelines/pipelinesSlice.ts | 2 +- .../production_operationsSlice.ts | 2 +- .../production_ordersSlice.ts | 2 +- .../quality_inspectionsSlice.ts | 2 +- frontend/src/stores/roles/rolesSlice.ts | 2 +- frontend/src/stores/styleSlice.ts | 2 +- frontend/src/stores/users/usersSlice.ts | 2 +- frontend/src/stores/usersSlice.ts | 2 +- frontend/src/stores/vendors/vendorsSlice.ts | 2 +- frontend/src/stores/venues/venuesSlice.ts | 2 +- .../src/stores/warehouses/warehousesSlice.ts | 2 +- 306 files changed, 4322 insertions(+), 4778 deletions(-) diff --git a/frontend/src/components/Activities/CardActivities.tsx b/frontend/src/components/Activities/CardActivities.tsx index e8ed4ea..00259f5 100644 --- a/frontend/src/components/Activities/CardActivities.tsx +++ b/frontend/src/components/Activities/CardActivities.tsx @@ -78,7 +78,7 @@ const CardActivities = ({
-
ActivityType
+
Aktivite Türü
{ item.activity_type } @@ -90,7 +90,7 @@ const CardActivities = ({
-
Status
+
Durum
{ item.status } @@ -102,7 +102,7 @@ const CardActivities = ({
-
Subject
+
Konu
{ item.subject } @@ -114,7 +114,7 @@ const CardActivities = ({
-
Details
+
Detaylar
{ item.details } @@ -126,7 +126,7 @@ const CardActivities = ({
-
DueAt
+
Termin Tarihi
{ dataFormatter.dateTimeFormatter(item.due_at) } @@ -138,7 +138,7 @@ const CardActivities = ({
-
CompletedAt
+
Tamamlanma Tarihi
{ dataFormatter.dateTimeFormatter(item.completed_at) } @@ -150,7 +150,7 @@ const CardActivities = ({
-
AssignedTo
+
Atanan Kişi
{ dataFormatter.usersOneListFormatter(item.assigned_to) } @@ -162,7 +162,7 @@ const CardActivities = ({
-
Company
+
Şirket
{ dataFormatter.companiesOneListFormatter(item.company) } @@ -174,7 +174,7 @@ const CardActivities = ({
-
Contact
+
Kişi
{ dataFormatter.contactsOneListFormatter(item.contact) } @@ -186,7 +186,7 @@ const CardActivities = ({
-
Lead
+
Potansiyel Müşteri
{ dataFormatter.leadsOneListFormatter(item.lead) } @@ -198,7 +198,7 @@ const CardActivities = ({
-
Deal
+
Fırsat
{ dataFormatter.dealsOneListFormatter(item.deal) } @@ -210,7 +210,7 @@ const CardActivities = ({
-
Attachments
+
Ekler
{dataFormatter.filesFormatter(item.attachments).map(link => ( @@ -232,7 +232,7 @@ const CardActivities = ({ ))} {!loading && activities.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Activities/ListActivities.tsx b/frontend/src/components/Activities/ListActivities.tsx index 50ee13c..9a6556b 100644 --- a/frontend/src/components/Activities/ListActivities.tsx +++ b/frontend/src/components/Activities/ListActivities.tsx @@ -48,7 +48,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

ActivityType

+

Aktivite Türü

{ item.activity_type }

@@ -56,7 +56,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

Status

+

Durum

{ item.status }

@@ -64,7 +64,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

Subject

+

Konu

{ item.subject }

@@ -72,7 +72,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

Details

+

Detaylar

{ item.details }

@@ -80,7 +80,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

DueAt

+

Termin Tarihi

{ dataFormatter.dateTimeFormatter(item.due_at) }

@@ -88,7 +88,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

CompletedAt

+

Tamamlanma Tarihi

{ dataFormatter.dateTimeFormatter(item.completed_at) }

@@ -96,7 +96,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

AssignedTo

+

Atanan Kişi

{ dataFormatter.usersOneListFormatter(item.assigned_to) }

@@ -104,7 +104,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

Company

+

Şirket

{ dataFormatter.companiesOneListFormatter(item.company) }

@@ -112,7 +112,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

Contact

+

Kişi

{ dataFormatter.contactsOneListFormatter(item.contact) }

@@ -120,7 +120,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

Lead

+

Potansiyel Müşteri

{ dataFormatter.leadsOneListFormatter(item.lead) }

@@ -128,7 +128,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

Deal

+

Fırsat

{ dataFormatter.dealsOneListFormatter(item.deal) }

@@ -136,7 +136,7 @@ const ListActivities = ({ activities, loading, onDelete, currentPage, numPages,
-

Attachments

+

Ekler

{dataFormatter.filesFormatter(item.attachments).map(link => (
)}
diff --git a/frontend/src/components/Activities/TableActivities.tsx b/frontend/src/components/Activities/TableActivities.tsx index d08d62d..3c23899 100644 --- a/frontend/src/components/Activities/TableActivities.tsx +++ b/frontend/src/components/Activities/TableActivities.tsx @@ -286,7 +286,7 @@ const TableSampleActivities = ({ filterItems, setFilterItems, filters, showGrid return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -335,22 +335,22 @@ const TableSampleActivities = ({ filterItems, setFilterItems, filters, showGrid )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -422,13 +422,13 @@ const TableSampleActivities = ({ filterItems, setFilterItems, filters, showGrid
@@ -438,14 +438,14 @@ const TableSampleActivities = ({ filterItems, setFilterItems, filters, showGrid : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -476,7 +476,7 @@ const TableSampleActivities = ({ filterItems, setFilterItems, filters, showGrid onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Activities/configureActivitiesCols.tsx b/frontend/src/components/Activities/configureActivitiesCols.tsx index 18f0a4d..10390de 100644 --- a/frontend/src/components/Activities/configureActivitiesCols.tsx +++ b/frontend/src/components/Activities/configureActivitiesCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'activity_type', - headerName: 'ActivityType', + headerName: 'Aktivite Türü', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'subject', - headerName: 'Subject', + headerName: 'Konu', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'details', - headerName: 'Details', + headerName: 'Detaylar', flex: 1, minWidth: 120, filterable: false, @@ -103,7 +103,7 @@ export const loadColumns = async ( { field: 'due_at', - headerName: 'DueAt', + headerName: 'Termin Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -121,7 +121,7 @@ export const loadColumns = async ( { field: 'completed_at', - headerName: 'CompletedAt', + headerName: 'Tamamlanma Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -139,7 +139,7 @@ export const loadColumns = async ( { field: 'assigned_to', - headerName: 'AssignedTo', + headerName: 'Atanan Kişi', flex: 1, minWidth: 120, filterable: false, @@ -161,7 +161,7 @@ export const loadColumns = async ( { field: 'company', - headerName: 'Company', + headerName: 'Şirket', flex: 1, minWidth: 120, filterable: false, @@ -183,7 +183,7 @@ export const loadColumns = async ( { field: 'contact', - headerName: 'Contact', + headerName: 'Kişi', flex: 1, minWidth: 120, filterable: false, @@ -205,7 +205,7 @@ export const loadColumns = async ( { field: 'lead', - headerName: 'Lead', + headerName: 'Potansiyel', flex: 1, minWidth: 120, filterable: false, @@ -227,7 +227,7 @@ export const loadColumns = async ( { field: 'deal', - headerName: 'Deal', + headerName: 'Fırsat', flex: 1, minWidth: 120, filterable: false, @@ -249,7 +249,7 @@ export const loadColumns = async ( { field: 'attachments', - headerName: 'Attachments', + headerName: 'Ekler', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Budget_items/CardBudget_items.tsx b/frontend/src/components/Budget_items/CardBudget_items.tsx index 829bea8..110d4a7 100644 --- a/frontend/src/components/Budget_items/CardBudget_items.tsx +++ b/frontend/src/components/Budget_items/CardBudget_items.tsx @@ -138,7 +138,7 @@ const CardBudget_items = ({
-
DueAt
+
Termin Tarihi
{ dataFormatter.dateTimeFormatter(item.due_at) } @@ -220,7 +220,7 @@ const CardBudget_items = ({ ))} {!loading && budget_items.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Budget_items/ListBudget_items.tsx b/frontend/src/components/Budget_items/ListBudget_items.tsx index c26129c..023922a 100644 --- a/frontend/src/components/Budget_items/ListBudget_items.tsx +++ b/frontend/src/components/Budget_items/ListBudget_items.tsx @@ -88,7 +88,7 @@ const ListBudget_items = ({ budget_items, loading, onDelete, currentPage, numPag
-

DueAt

+

Termin Tarihi

{ dataFormatter.dateTimeFormatter(item.due_at) }

@@ -157,7 +157,7 @@ const ListBudget_items = ({ budget_items, loading, onDelete, currentPage, numPag ))} {!loading && budget_items.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Budget_items/TableBudget_items.tsx b/frontend/src/components/Budget_items/TableBudget_items.tsx index 3b7f341..1cd4e5d 100644 --- a/frontend/src/components/Budget_items/TableBudget_items.tsx +++ b/frontend/src/components/Budget_items/TableBudget_items.tsx @@ -277,7 +277,7 @@ const TableSampleBudget_items = ({ filterItems, setFilterItems, filters, showGri return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,18 +326,18 @@ const TableSampleBudget_items = ({ filterItems, setFilterItems, filters, showGri )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleBudget_items = ({ filterItems, setFilterItems, filters, showGri
@@ -429,14 +429,14 @@ const TableSampleBudget_items = ({ filterItems, setFilterItems, filters, showGri : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleBudget_items = ({ filterItems, setFilterItems, filters, showGri onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Budget_items/configureBudget_itemsCols.tsx b/frontend/src/components/Budget_items/configureBudget_itemsCols.tsx index 77266aa..1a77ef4 100644 --- a/frontend/src/components/Budget_items/configureBudget_itemsCols.tsx +++ b/frontend/src/components/Budget_items/configureBudget_itemsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'BudgetItemName', + headerName: 'Bütçe Kalemi Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'category', - headerName: 'Category', + headerName: 'Kategori', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'estimated_cost', - headerName: 'EstimatedCost', + headerName: 'Tahmini Maliyet', flex: 1, minWidth: 120, filterable: false, @@ -104,7 +104,7 @@ export const loadColumns = async ( { field: 'actual_cost', - headerName: 'ActualCost', + headerName: 'Gerçekleşen Maliyet', flex: 1, minWidth: 120, filterable: false, @@ -120,7 +120,7 @@ export const loadColumns = async ( { field: 'due_at', - headerName: 'DueAt', + headerName: 'Vade Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -138,7 +138,7 @@ export const loadColumns = async ( { field: 'paid_at', - headerName: 'PaidAt', + headerName: 'Ödeme Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -156,7 +156,7 @@ export const loadColumns = async ( { field: 'event', - headerName: 'Event', + headerName: 'Etkinlik', flex: 1, minWidth: 120, filterable: false, @@ -178,7 +178,7 @@ export const loadColumns = async ( { field: 'vendor', - headerName: 'Vendor', + headerName: 'Tedarikçi', flex: 1, minWidth: 120, filterable: false, @@ -200,7 +200,7 @@ export const loadColumns = async ( { field: 'notes', - headerName: 'Notes', + headerName: 'Notlar', flex: 1, minWidth: 120, filterable: false, @@ -215,7 +215,7 @@ export const loadColumns = async ( { field: 'attachments', - headerName: 'Attachments', + headerName: 'Ekler', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/CardBoxModal.tsx b/frontend/src/components/CardBoxModal.tsx index 27d5676..91bd8d4 100644 --- a/frontend/src/components/CardBoxModal.tsx +++ b/frontend/src/components/CardBoxModal.tsx @@ -33,7 +33,7 @@ const CardBoxModal = ({ const footer = ( - {!!onCancel && } + {!!onCancel && } ) diff --git a/frontend/src/components/Companies/CardCompanies.tsx b/frontend/src/components/Companies/CardCompanies.tsx index f760d45..ea5a474 100644 --- a/frontend/src/components/Companies/CardCompanies.tsx +++ b/frontend/src/components/Companies/CardCompanies.tsx @@ -213,7 +213,7 @@ const CardCompanies = ({ ))} {!loading && companies.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Companies/ListCompanies.tsx b/frontend/src/components/Companies/ListCompanies.tsx index ee1bd8e..12d0121 100644 --- a/frontend/src/components/Companies/ListCompanies.tsx +++ b/frontend/src/components/Companies/ListCompanies.tsx @@ -150,7 +150,7 @@ const ListCompanies = ({ companies, loading, onDelete, currentPage, numPages, on ))} {!loading && companies.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Companies/TableCompanies.tsx b/frontend/src/components/Companies/TableCompanies.tsx index 6d03141..d470462 100644 --- a/frontend/src/components/Companies/TableCompanies.tsx +++ b/frontend/src/components/Companies/TableCompanies.tsx @@ -277,7 +277,7 @@ const TableSampleCompanies = ({ filterItems, setFilterItems, filters, showGrid } return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,18 +326,18 @@ const TableSampleCompanies = ({ filterItems, setFilterItems, filters, showGrid } )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleCompanies = ({ filterItems, setFilterItems, filters, showGrid }
@@ -429,14 +429,14 @@ const TableSampleCompanies = ({ filterItems, setFilterItems, filters, showGrid } : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleCompanies = ({ filterItems, setFilterItems, filters, showGrid } onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Companies/configureCompaniesCols.tsx b/frontend/src/components/Companies/configureCompaniesCols.tsx index c33d7b1..a51731c 100644 --- a/frontend/src/components/Companies/configureCompaniesCols.tsx +++ b/frontend/src/components/Companies/configureCompaniesCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'CompanyName', + headerName: 'Şirket Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'legal_name', - headerName: 'LegalName', + headerName: 'Resmi Ünvan', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'tax_number', - headerName: 'TaxNumber', + headerName: 'Vergi Numarası', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'industry', - headerName: 'Industry', + headerName: 'Sektör', flex: 1, minWidth: 120, filterable: false, @@ -103,7 +103,7 @@ export const loadColumns = async ( { field: 'website', - headerName: 'Website', + headerName: 'Web Sitesi', flex: 1, minWidth: 120, filterable: false, @@ -118,7 +118,7 @@ export const loadColumns = async ( { field: 'phone', - headerName: 'Phone', + headerName: 'Telefon', flex: 1, minWidth: 120, filterable: false, @@ -133,7 +133,7 @@ export const loadColumns = async ( { field: 'email', - headerName: 'Email', + headerName: 'E-posta', flex: 1, minWidth: 120, filterable: false, @@ -148,7 +148,7 @@ export const loadColumns = async ( { field: 'billing_address', - headerName: 'BillingAddress', + headerName: 'Fatura Adresi', flex: 1, minWidth: 120, filterable: false, @@ -163,7 +163,7 @@ export const loadColumns = async ( { field: 'shipping_address', - headerName: 'ShippingAddress', + headerName: 'Sevkiyat Adresi', flex: 1, minWidth: 120, filterable: false, @@ -178,7 +178,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -193,7 +193,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu Kişi', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Contacts/CardContacts.tsx b/frontend/src/components/Contacts/CardContacts.tsx index ca9e73b..4e3e8a0 100644 --- a/frontend/src/components/Contacts/CardContacts.tsx +++ b/frontend/src/components/Contacts/CardContacts.tsx @@ -78,7 +78,7 @@ const CardContacts = ({
-
FirstName
+
Ad
{ item.first_name } @@ -90,7 +90,7 @@ const CardContacts = ({
-
LastName
+
Soyad
{ item.last_name } @@ -102,7 +102,7 @@ const CardContacts = ({
-
Email
+
E-posta
{ item.email } @@ -114,7 +114,7 @@ const CardContacts = ({
-
Phone
+
Telefon
{ item.phone } @@ -138,7 +138,7 @@ const CardContacts = ({
-
Status
+
Durum
{ item.status } @@ -150,7 +150,7 @@ const CardContacts = ({
-
Company
+
Şirket
{ dataFormatter.companiesOneListFormatter(item.company) } @@ -162,7 +162,7 @@ const CardContacts = ({
-
Owner
+
Sorumlu Kişi
{ dataFormatter.usersOneListFormatter(item.owner) } @@ -174,7 +174,7 @@ const CardContacts = ({
-
Notes
+
Notlar
{ item.notes } @@ -189,7 +189,7 @@ const CardContacts = ({ ))} {!loading && contacts.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Contacts/ListContacts.tsx b/frontend/src/components/Contacts/ListContacts.tsx index 42f2643..710a4c0 100644 --- a/frontend/src/components/Contacts/ListContacts.tsx +++ b/frontend/src/components/Contacts/ListContacts.tsx @@ -48,7 +48,7 @@ const ListContacts = ({ contacts, loading, onDelete, currentPage, numPages, onPa
-

FirstName

+

Ad

{ item.first_name }

@@ -56,7 +56,7 @@ const ListContacts = ({ contacts, loading, onDelete, currentPage, numPages, onPa
-

LastName

+

Soyad

{ item.last_name }

@@ -64,7 +64,7 @@ const ListContacts = ({ contacts, loading, onDelete, currentPage, numPages, onPa
-

Email

+

E-posta

{ item.email }

@@ -72,7 +72,7 @@ const ListContacts = ({ contacts, loading, onDelete, currentPage, numPages, onPa
-

Phone

+

Telefon

{ item.phone }

@@ -88,7 +88,7 @@ const ListContacts = ({ contacts, loading, onDelete, currentPage, numPages, onPa
-

Status

+

Durum

{ item.status }

@@ -96,7 +96,7 @@ const ListContacts = ({ contacts, loading, onDelete, currentPage, numPages, onPa
-

Company

+

Şirket

{ dataFormatter.companiesOneListFormatter(item.company) }

@@ -104,7 +104,7 @@ const ListContacts = ({ contacts, loading, onDelete, currentPage, numPages, onPa
-

Owner

+

Sorumlu Kişi

{ dataFormatter.usersOneListFormatter(item.owner) }

@@ -112,7 +112,7 @@ const ListContacts = ({ contacts, loading, onDelete, currentPage, numPages, onPa
-

Notes

+

Notlar

{ item.notes }

@@ -134,7 +134,7 @@ const ListContacts = ({ contacts, loading, onDelete, currentPage, numPages, onPa ))} {!loading && contacts.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Contacts/TableContacts.tsx b/frontend/src/components/Contacts/TableContacts.tsx index 2cb1152..2eaeefe 100644 --- a/frontend/src/components/Contacts/TableContacts.tsx +++ b/frontend/src/components/Contacts/TableContacts.tsx @@ -277,7 +277,7 @@ const TableSampleContacts = ({ filterItems, setFilterItems, filters, showGrid }) return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,22 +326,22 @@ const TableSampleContacts = ({ filterItems, setFilterItems, filters, showGrid }) )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleContacts = ({ filterItems, setFilterItems, filters, showGrid })
@@ -429,14 +429,14 @@ const TableSampleContacts = ({ filterItems, setFilterItems, filters, showGrid }) : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleContacts = ({ filterItems, setFilterItems, filters, showGrid }) onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Contacts/configureContactsCols.tsx b/frontend/src/components/Contacts/configureContactsCols.tsx index e443db9..1666e08 100644 --- a/frontend/src/components/Contacts/configureContactsCols.tsx +++ b/frontend/src/components/Contacts/configureContactsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'first_name', - headerName: 'FirstName', + headerName: 'Ad', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'last_name', - headerName: 'LastName', + headerName: 'Soyad', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'email', - headerName: 'Email', + headerName: 'E-posta', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'phone', - headerName: 'Phone', + headerName: 'Telefon', flex: 1, minWidth: 120, filterable: false, @@ -103,7 +103,7 @@ export const loadColumns = async ( { field: 'job_title', - headerName: 'JobTitle', + headerName: 'Pozisyon', flex: 1, minWidth: 120, filterable: false, @@ -118,7 +118,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -133,7 +133,7 @@ export const loadColumns = async ( { field: 'company', - headerName: 'Company', + headerName: 'Şirket', flex: 1, minWidth: 120, filterable: false, @@ -155,7 +155,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu', flex: 1, minWidth: 120, filterable: false, @@ -177,7 +177,7 @@ export const loadColumns = async ( { field: 'notes', - headerName: 'Notes', + headerName: 'Notlar', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Deals/CardDeals.tsx b/frontend/src/components/Deals/CardDeals.tsx index bf217d1..d1bcb06 100644 --- a/frontend/src/components/Deals/CardDeals.tsx +++ b/frontend/src/components/Deals/CardDeals.tsx @@ -78,7 +78,7 @@ const CardDeals = ({
-
DealName
+
Fırsat Adı
{ item.name } @@ -90,7 +90,7 @@ const CardDeals = ({
-
DealType
+
Fırsat Türü
{ item.deal_type } @@ -102,7 +102,7 @@ const CardDeals = ({
-
Status
+
Durum
{ item.status } @@ -114,7 +114,7 @@ const CardDeals = ({
-
Amount
+
Tutar
{ item.amount } @@ -126,7 +126,7 @@ const CardDeals = ({
-
Probability
+
Olasılık
{ item.probability } @@ -138,7 +138,7 @@ const CardDeals = ({
-
ExpectedCloseAt
+
Beklenen Kapanış Tarihi
{ dataFormatter.dateTimeFormatter(item.expected_close_at) } @@ -150,7 +150,7 @@ const CardDeals = ({
-
ClosedAt
+
Kapanış Tarihi
{ dataFormatter.dateTimeFormatter(item.closed_at) } @@ -162,7 +162,7 @@ const CardDeals = ({
-
Company
+
Şirket
{ dataFormatter.companiesOneListFormatter(item.company) } @@ -174,7 +174,7 @@ const CardDeals = ({
-
PrimaryContact
+
Ana Yetkili
{ dataFormatter.contactsOneListFormatter(item.primary_contact) } @@ -186,7 +186,7 @@ const CardDeals = ({
-
Owner
+
Sorumlu Kişi
{ dataFormatter.usersOneListFormatter(item.owner) } @@ -198,7 +198,7 @@ const CardDeals = ({
-
Pipeline
+
Satış Hattı
{ dataFormatter.pipelinesOneListFormatter(item.pipeline) } @@ -210,7 +210,7 @@ const CardDeals = ({
-
Stage
+
Aşama
{ dataFormatter.pipeline_stagesOneListFormatter(item.stage) } @@ -222,7 +222,7 @@ const CardDeals = ({
-
Lead
+
Potansiyel Müşteri
{ dataFormatter.leadsOneListFormatter(item.lead) } @@ -234,7 +234,7 @@ const CardDeals = ({
-
Notes
+
Notlar
{ item.notes } @@ -249,7 +249,7 @@ const CardDeals = ({ ))} {!loading && deals.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Deals/ListDeals.tsx b/frontend/src/components/Deals/ListDeals.tsx index 0b3da29..67fb638 100644 --- a/frontend/src/components/Deals/ListDeals.tsx +++ b/frontend/src/components/Deals/ListDeals.tsx @@ -48,7 +48,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

DealName

+

Fırsat Adı

{ item.name }

@@ -56,7 +56,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

DealType

+

Fırsat Türü

{ item.deal_type }

@@ -64,7 +64,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

Status

+

Durum

{ item.status }

@@ -72,7 +72,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

Amount

+

Tutar

{ item.amount }

@@ -80,7 +80,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

Probability

+

Olasılık

{ item.probability }

@@ -88,7 +88,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

ExpectedCloseAt

+

Beklenen Kapanış Tarihi

{ dataFormatter.dateTimeFormatter(item.expected_close_at) }

@@ -96,7 +96,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

ClosedAt

+

Kapanış Tarihi

{ dataFormatter.dateTimeFormatter(item.closed_at) }

@@ -104,7 +104,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

Company

+

Şirket

{ dataFormatter.companiesOneListFormatter(item.company) }

@@ -112,7 +112,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

PrimaryContact

+

Ana Yetkili

{ dataFormatter.contactsOneListFormatter(item.primary_contact) }

@@ -120,7 +120,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

Owner

+

Sorumlu Kişi

{ dataFormatter.usersOneListFormatter(item.owner) }

@@ -128,7 +128,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

Pipeline

+

Satış Hattı

{ dataFormatter.pipelinesOneListFormatter(item.pipeline) }

@@ -136,7 +136,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

Stage

+

Aşama

{ dataFormatter.pipeline_stagesOneListFormatter(item.stage) }

@@ -144,7 +144,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

Lead

+

Potansiyel Müşteri

{ dataFormatter.leadsOneListFormatter(item.lead) }

@@ -152,7 +152,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan
-

Notes

+

Notlar

{ item.notes }

@@ -174,7 +174,7 @@ const ListDeals = ({ deals, loading, onDelete, currentPage, numPages, onPageChan ))} {!loading && deals.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Deals/TableDeals.tsx b/frontend/src/components/Deals/TableDeals.tsx index e6b860b..2c60ff3 100644 --- a/frontend/src/components/Deals/TableDeals.tsx +++ b/frontend/src/components/Deals/TableDeals.tsx @@ -307,7 +307,7 @@ const TableSampleDeals = ({ filterItems, setFilterItems, filters, showGrid }) => return (
-
Filter
+
Filtre
)?.type === 'enum' ? (
- Value + Değer
value={filterItem?.fields?.filterValue || ''} onChange={handleChange(filterItem.id)} > - + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -356,22 +356,22 @@ const TableSampleDeals = ({ filterItems, setFilterItems, filters, showGrid }) => )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
/>
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -443,13 +443,13 @@ const TableSampleDeals = ({ filterItems, setFilterItems, filters, showGrid }) =>
@@ -459,14 +459,14 @@ const TableSampleDeals = ({ filterItems, setFilterItems, filters, showGrid }) => : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -493,7 +493,7 @@ const TableSampleDeals = ({ filterItems, setFilterItems, filters, showGrid }) => onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Deals/configureDealsCols.tsx b/frontend/src/components/Deals/configureDealsCols.tsx index be49cdb..d60ee42 100644 --- a/frontend/src/components/Deals/configureDealsCols.tsx +++ b/frontend/src/components/Deals/configureDealsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'DealName', + headerName: 'Fırsat Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'deal_type', - headerName: 'DealType', + headerName: 'Fırsat Türü', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'amount', - headerName: 'Amount', + headerName: 'Tutar', flex: 1, minWidth: 120, filterable: false, @@ -104,7 +104,7 @@ export const loadColumns = async ( { field: 'probability', - headerName: 'Probability', + headerName: 'Olasılık', flex: 1, minWidth: 120, filterable: false, @@ -120,7 +120,7 @@ export const loadColumns = async ( { field: 'expected_close_at', - headerName: 'ExpectedCloseAt', + headerName: 'Beklenen Kapanış', flex: 1, minWidth: 120, filterable: false, @@ -138,7 +138,7 @@ export const loadColumns = async ( { field: 'closed_at', - headerName: 'ClosedAt', + headerName: 'Kapanış Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -156,7 +156,7 @@ export const loadColumns = async ( { field: 'company', - headerName: 'Company', + headerName: 'Şirket', flex: 1, minWidth: 120, filterable: false, @@ -178,7 +178,7 @@ export const loadColumns = async ( { field: 'primary_contact', - headerName: 'PrimaryContact', + headerName: 'Ana Kontak', flex: 1, minWidth: 120, filterable: false, @@ -200,7 +200,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu', flex: 1, minWidth: 120, filterable: false, @@ -244,7 +244,7 @@ export const loadColumns = async ( { field: 'stage', - headerName: 'Stage', + headerName: 'Aşama', flex: 1, minWidth: 120, filterable: false, @@ -266,7 +266,7 @@ export const loadColumns = async ( { field: 'lead', - headerName: 'Lead', + headerName: 'Potansiyel', flex: 1, minWidth: 120, filterable: false, @@ -288,7 +288,7 @@ export const loadColumns = async ( { field: 'notes', - headerName: 'Notes', + headerName: 'Notlar', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/ErrorBoundary.tsx b/frontend/src/components/ErrorBoundary.tsx index 93b2833..b7a2f33 100644 --- a/frontend/src/components/ErrorBoundary.tsx +++ b/frontend/src/components/ErrorBoundary.tsx @@ -202,7 +202,7 @@ class ErrorBoundary extends Component { className='w-full py-2 px-4 border border-pavitra-600 text-pavitra-800 hover:bg-pavitra-400 rounded-md transition-colors' onClick={this.resetError} > - Go Back + Geri Dön
diff --git a/frontend/src/components/Event_guests/CardEvent_guests.tsx b/frontend/src/components/Event_guests/CardEvent_guests.tsx index 69ddef0..3a9b66a 100644 --- a/frontend/src/components/Event_guests/CardEvent_guests.tsx +++ b/frontend/src/components/Event_guests/CardEvent_guests.tsx @@ -189,7 +189,7 @@ const CardEvent_guests = ({ ))} {!loading && event_guests.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Event_guests/ListEvent_guests.tsx b/frontend/src/components/Event_guests/ListEvent_guests.tsx index 69c5d7f..22d4336 100644 --- a/frontend/src/components/Event_guests/ListEvent_guests.tsx +++ b/frontend/src/components/Event_guests/ListEvent_guests.tsx @@ -134,7 +134,7 @@ const ListEvent_guests = ({ event_guests, loading, onDelete, currentPage, numPag ))} {!loading && event_guests.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Event_guests/TableEvent_guests.tsx b/frontend/src/components/Event_guests/TableEvent_guests.tsx index 42a7ed1..8a92c99 100644 --- a/frontend/src/components/Event_guests/TableEvent_guests.tsx +++ b/frontend/src/components/Event_guests/TableEvent_guests.tsx @@ -277,7 +277,7 @@ const TableSampleEvent_guests = ({ filterItems, setFilterItems, filters, showGri return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,18 +326,18 @@ const TableSampleEvent_guests = ({ filterItems, setFilterItems, filters, showGri )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleEvent_guests = ({ filterItems, setFilterItems, filters, showGri
@@ -429,14 +429,14 @@ const TableSampleEvent_guests = ({ filterItems, setFilterItems, filters, showGri : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleEvent_guests = ({ filterItems, setFilterItems, filters, showGri onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Event_guests/configureEvent_guestsCols.tsx b/frontend/src/components/Event_guests/configureEvent_guestsCols.tsx index 2cfd943..8c13fad 100644 --- a/frontend/src/components/Event_guests/configureEvent_guestsCols.tsx +++ b/frontend/src/components/Event_guests/configureEvent_guestsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'full_name', - headerName: 'FullName', + headerName: 'Ad Soyad', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'email', - headerName: 'Email', + headerName: 'E-posta', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'phone', - headerName: 'Phone', + headerName: 'Telefon', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'rsvp_status', - headerName: 'RSVPStatus', + headerName: 'Katılım Durumu', flex: 1, minWidth: 120, filterable: false, @@ -103,7 +103,7 @@ export const loadColumns = async ( { field: 'guest_type', - headerName: 'GuestType', + headerName: 'Davetli Türü', flex: 1, minWidth: 120, filterable: false, @@ -118,7 +118,7 @@ export const loadColumns = async ( { field: 'invited_at', - headerName: 'InvitedAt', + headerName: 'Davet Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -136,7 +136,7 @@ export const loadColumns = async ( { field: 'checked_in_at', - headerName: 'CheckedInAt', + headerName: 'Giriş Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -154,7 +154,7 @@ export const loadColumns = async ( { field: 'event', - headerName: 'Event', + headerName: 'Etkinlik', flex: 1, minWidth: 120, filterable: false, @@ -176,7 +176,7 @@ export const loadColumns = async ( { field: 'notes', - headerName: 'Notes', + headerName: 'Notlar', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Event_schedule_items/CardEvent_schedule_items.tsx b/frontend/src/components/Event_schedule_items/CardEvent_schedule_items.tsx index b0a6db2..c8897c7 100644 --- a/frontend/src/components/Event_schedule_items/CardEvent_schedule_items.tsx +++ b/frontend/src/components/Event_schedule_items/CardEvent_schedule_items.tsx @@ -196,7 +196,7 @@ const CardEvent_schedule_items = ({ ))} {!loading && event_schedule_items.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Event_schedule_items/ListEvent_schedule_items.tsx b/frontend/src/components/Event_schedule_items/ListEvent_schedule_items.tsx index 00f3307..a8cbb34 100644 --- a/frontend/src/components/Event_schedule_items/ListEvent_schedule_items.tsx +++ b/frontend/src/components/Event_schedule_items/ListEvent_schedule_items.tsx @@ -141,7 +141,7 @@ const ListEvent_schedule_items = ({ event_schedule_items, loading, onDelete, cur ))} {!loading && event_schedule_items.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Event_schedule_items/TableEvent_schedule_items.tsx b/frontend/src/components/Event_schedule_items/TableEvent_schedule_items.tsx index b9dea36..9a125c9 100644 --- a/frontend/src/components/Event_schedule_items/TableEvent_schedule_items.tsx +++ b/frontend/src/components/Event_schedule_items/TableEvent_schedule_items.tsx @@ -286,7 +286,7 @@ const TableSampleEvent_schedule_items = ({ filterItems, setFilterItems, filters, return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -335,18 +335,18 @@ const TableSampleEvent_schedule_items = ({ filterItems, setFilterItems, filters, )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -422,13 +422,13 @@ const TableSampleEvent_schedule_items = ({ filterItems, setFilterItems, filters,
@@ -438,14 +438,14 @@ const TableSampleEvent_schedule_items = ({ filterItems, setFilterItems, filters, : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -476,7 +476,7 @@ const TableSampleEvent_schedule_items = ({ filterItems, setFilterItems, filters, onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Event_schedule_items/configureEvent_schedule_itemsCols.tsx b/frontend/src/components/Event_schedule_items/configureEvent_schedule_itemsCols.tsx index f71de82..92a4ba7 100644 --- a/frontend/src/components/Event_schedule_items/configureEvent_schedule_itemsCols.tsx +++ b/frontend/src/components/Event_schedule_items/configureEvent_schedule_itemsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'title', - headerName: 'ScheduleItemTitle', + headerName: 'Takvim Kalemi Başlığı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'start_at', - headerName: 'StartAt', + headerName: 'Başlangıç Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -91,7 +91,7 @@ export const loadColumns = async ( { field: 'end_at', - headerName: 'EndAt', + headerName: 'Bitiş Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -109,7 +109,7 @@ export const loadColumns = async ( { field: 'event', - headerName: 'Event', + headerName: 'Etkinlik', flex: 1, minWidth: 120, filterable: false, @@ -131,7 +131,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu Kişi', flex: 1, minWidth: 120, filterable: false, @@ -153,7 +153,7 @@ export const loadColumns = async ( { field: 'location', - headerName: 'Location', + headerName: 'Konum', flex: 1, minWidth: 120, filterable: false, @@ -168,7 +168,7 @@ export const loadColumns = async ( { field: 'description', - headerName: 'Description', + headerName: 'Açıklama', flex: 1, minWidth: 120, filterable: false, @@ -183,7 +183,7 @@ export const loadColumns = async ( { field: 'attachments', - headerName: 'Attachments', + headerName: 'Ekler', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Event_tasks/CardEvent_tasks.tsx b/frontend/src/components/Event_tasks/CardEvent_tasks.tsx index 73d7c6c..29352b6 100644 --- a/frontend/src/components/Event_tasks/CardEvent_tasks.tsx +++ b/frontend/src/components/Event_tasks/CardEvent_tasks.tsx @@ -114,7 +114,7 @@ const CardEvent_tasks = ({
-
DueAt
+
Termin Tarihi
{ dataFormatter.dateTimeFormatter(item.due_at) } @@ -150,7 +150,7 @@ const CardEvent_tasks = ({
-
AssignedTo
+
Atanan Kişi
{ dataFormatter.usersOneListFormatter(item.assigned_to) } @@ -174,7 +174,7 @@ const CardEvent_tasks = ({
-
Details
+
Detaylar
{ item.details } @@ -208,7 +208,7 @@ const CardEvent_tasks = ({ ))} {!loading && event_tasks.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Event_tasks/ListEvent_tasks.tsx b/frontend/src/components/Event_tasks/ListEvent_tasks.tsx index ce31ec1..30daf1a 100644 --- a/frontend/src/components/Event_tasks/ListEvent_tasks.tsx +++ b/frontend/src/components/Event_tasks/ListEvent_tasks.tsx @@ -72,7 +72,7 @@ const ListEvent_tasks = ({ event_tasks, loading, onDelete, currentPage, numPages
-

DueAt

+

Termin Tarihi

{ dataFormatter.dateTimeFormatter(item.due_at) }

@@ -96,7 +96,7 @@ const ListEvent_tasks = ({ event_tasks, loading, onDelete, currentPage, numPages
-

AssignedTo

+

Atanan Kişi

{ dataFormatter.usersOneListFormatter(item.assigned_to) }

@@ -112,7 +112,7 @@ const ListEvent_tasks = ({ event_tasks, loading, onDelete, currentPage, numPages
-

Details

+

Detaylar

{ item.details }

@@ -149,7 +149,7 @@ const ListEvent_tasks = ({ event_tasks, loading, onDelete, currentPage, numPages ))} {!loading && event_tasks.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Event_tasks/TableEvent_tasks.tsx b/frontend/src/components/Event_tasks/TableEvent_tasks.tsx index ca50c2e..b05be4b 100644 --- a/frontend/src/components/Event_tasks/TableEvent_tasks.tsx +++ b/frontend/src/components/Event_tasks/TableEvent_tasks.tsx @@ -308,7 +308,7 @@ const TableSampleEvent_tasks = ({ filterItems, setFilterItems, filters, showGrid return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -357,18 +357,18 @@ const TableSampleEvent_tasks = ({ filterItems, setFilterItems, filters, showGrid )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -444,13 +444,13 @@ const TableSampleEvent_tasks = ({ filterItems, setFilterItems, filters, showGrid
@@ -460,14 +460,14 @@ const TableSampleEvent_tasks = ({ filterItems, setFilterItems, filters, showGrid : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -494,7 +494,7 @@ const TableSampleEvent_tasks = ({ filterItems, setFilterItems, filters, showGrid onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Event_tasks/configureEvent_tasksCols.tsx b/frontend/src/components/Event_tasks/configureEvent_tasksCols.tsx index 3ad3652..d09389d 100644 --- a/frontend/src/components/Event_tasks/configureEvent_tasksCols.tsx +++ b/frontend/src/components/Event_tasks/configureEvent_tasksCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'title', - headerName: 'TaskTitle', + headerName: 'Görev Başlığı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'priority', - headerName: 'Priority', + headerName: 'Öncelik', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'due_at', - headerName: 'DueAt', + headerName: 'Termin Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -106,7 +106,7 @@ export const loadColumns = async ( { field: 'completed_at', - headerName: 'CompletedAt', + headerName: 'Tamamlanma Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -124,7 +124,7 @@ export const loadColumns = async ( { field: 'event', - headerName: 'Event', + headerName: 'Etkinlik', flex: 1, minWidth: 120, filterable: false, @@ -146,7 +146,7 @@ export const loadColumns = async ( { field: 'assigned_to', - headerName: 'AssignedTo', + headerName: 'Atanan Kişi', flex: 1, minWidth: 120, filterable: false, @@ -168,7 +168,7 @@ export const loadColumns = async ( { field: 'vendor', - headerName: 'Vendor', + headerName: 'Tedarikçi', flex: 1, minWidth: 120, filterable: false, @@ -190,7 +190,7 @@ export const loadColumns = async ( { field: 'details', - headerName: 'Details', + headerName: 'Detaylar', flex: 1, minWidth: 120, filterable: false, @@ -205,7 +205,7 @@ export const loadColumns = async ( { field: 'attachments', - headerName: 'Attachments', + headerName: 'Ekler', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Events/CardEvents.tsx b/frontend/src/components/Events/CardEvents.tsx index 3f075e6..b91cb37 100644 --- a/frontend/src/components/Events/CardEvents.tsx +++ b/frontend/src/components/Events/CardEvents.tsx @@ -150,7 +150,7 @@ const CardEvents = ({
-
BudgetTotal
+
Toplam Bütçe
{ item.budget_total } @@ -208,7 +208,7 @@ const CardEvents = ({ ))} {!loading && events.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Events/ListEvents.tsx b/frontend/src/components/Events/ListEvents.tsx index b1d3994..c1d7680 100644 --- a/frontend/src/components/Events/ListEvents.tsx +++ b/frontend/src/components/Events/ListEvents.tsx @@ -96,7 +96,7 @@ const ListEvents = ({ events, loading, onDelete, currentPage, numPages, onPageCh
-

BudgetTotal

+

Toplam Bütçe

{ item.budget_total }

@@ -149,7 +149,7 @@ const ListEvents = ({ events, loading, onDelete, currentPage, numPages, onPageCh ))} {!loading && events.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Events/TableEvents.tsx b/frontend/src/components/Events/TableEvents.tsx index 67ce580..e12cd7b 100644 --- a/frontend/src/components/Events/TableEvents.tsx +++ b/frontend/src/components/Events/TableEvents.tsx @@ -286,7 +286,7 @@ const TableSampleEvents = ({ filterItems, setFilterItems, filters, showGrid }) = return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -335,18 +335,18 @@ const TableSampleEvents = ({ filterItems, setFilterItems, filters, showGrid }) = )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -422,13 +422,13 @@ const TableSampleEvents = ({ filterItems, setFilterItems, filters, showGrid }) =
@@ -438,14 +438,14 @@ const TableSampleEvents = ({ filterItems, setFilterItems, filters, showGrid }) = : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -476,7 +476,7 @@ const TableSampleEvents = ({ filterItems, setFilterItems, filters, showGrid }) = onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Events/configureEventsCols.tsx b/frontend/src/components/Events/configureEventsCols.tsx index ddc8ae9..1c73dc7 100644 --- a/frontend/src/components/Events/configureEventsCols.tsx +++ b/frontend/src/components/Events/configureEventsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'EventName', + headerName: 'Etkinlik Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'start_at', - headerName: 'StartAt', + headerName: 'Başlangıç Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -91,7 +91,7 @@ export const loadColumns = async ( { field: 'end_at', - headerName: 'EndAt', + headerName: 'Bitiş Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -109,7 +109,7 @@ export const loadColumns = async ( { field: 'venue', - headerName: 'Venue', + headerName: 'Mekan', flex: 1, minWidth: 120, filterable: false, @@ -131,7 +131,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu Kişi', flex: 1, minWidth: 120, filterable: false, @@ -153,7 +153,7 @@ export const loadColumns = async ( { field: 'budget_total', - headerName: 'BudgetTotal', + headerName: 'Toplam Bütçe', flex: 1, minWidth: 120, filterable: false, @@ -169,7 +169,7 @@ export const loadColumns = async ( { field: 'budget_spent', - headerName: 'BudgetSpent', + headerName: 'Harcanan Bütçe', flex: 1, minWidth: 120, filterable: false, @@ -185,7 +185,7 @@ export const loadColumns = async ( { field: 'description', - headerName: 'Description', + headerName: 'Açıklama', flex: 1, minWidth: 120, filterable: false, @@ -200,7 +200,7 @@ export const loadColumns = async ( { field: 'attachments', - headerName: 'Attachments', + headerName: 'Ekler', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Inventory_items/CardInventory_items.tsx b/frontend/src/components/Inventory_items/CardInventory_items.tsx index 26cd843..3d7cbf4 100644 --- a/frontend/src/components/Inventory_items/CardInventory_items.tsx +++ b/frontend/src/components/Inventory_items/CardInventory_items.tsx @@ -78,7 +78,7 @@ const CardInventory_items = ({
-
Material
+
Malzeme
{ dataFormatter.materialsOneListFormatter(item.material) } @@ -90,7 +90,7 @@ const CardInventory_items = ({
-
Warehouse
+
Depo
{ dataFormatter.warehousesOneListFormatter(item.warehouse) } @@ -102,7 +102,7 @@ const CardInventory_items = ({
-
LotNumber
+
Lot Numarası
{ item.lot_number } @@ -114,7 +114,7 @@ const CardInventory_items = ({
-
SerialNumber
+
Seri Numarası
{ item.serial_number } @@ -126,7 +126,7 @@ const CardInventory_items = ({
-
QuantityOnHand
+
Mevcut Miktar
{ item.quantity_on_hand } @@ -138,7 +138,7 @@ const CardInventory_items = ({
-
QuantityReserved
+
Rezerve Miktar
{ item.quantity_reserved } @@ -150,7 +150,7 @@ const CardInventory_items = ({
-
ReceivedAt
+
Giriş Tarihi
{ dataFormatter.dateTimeFormatter(item.received_at) } @@ -162,7 +162,7 @@ const CardInventory_items = ({
-
ExpiresAt
+
Son Kullanma Tarihi
{ dataFormatter.dateTimeFormatter(item.expires_at) } @@ -174,7 +174,7 @@ const CardInventory_items = ({
-
Status
+
Durum
{ item.status } @@ -186,7 +186,7 @@ const CardInventory_items = ({
-
LocationBin
+
Raf Konumu
{ item.location_bin } @@ -201,7 +201,7 @@ const CardInventory_items = ({ ))} {!loading && inventory_items.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Inventory_items/ListInventory_items.tsx b/frontend/src/components/Inventory_items/ListInventory_items.tsx index b94c215..b68dcc2 100644 --- a/frontend/src/components/Inventory_items/ListInventory_items.tsx +++ b/frontend/src/components/Inventory_items/ListInventory_items.tsx @@ -48,7 +48,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

Material

+

Malzeme

{ dataFormatter.materialsOneListFormatter(item.material) }

@@ -56,7 +56,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

Warehouse

+

Depo

{ dataFormatter.warehousesOneListFormatter(item.warehouse) }

@@ -64,7 +64,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

LotNumber

+

Lot Numarası

{ item.lot_number }

@@ -72,7 +72,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

SerialNumber

+

Seri Numarası

{ item.serial_number }

@@ -80,7 +80,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

QuantityOnHand

+

Mevcut Miktar

{ item.quantity_on_hand }

@@ -88,7 +88,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

QuantityReserved

+

Rezerve Miktar

{ item.quantity_reserved }

@@ -96,7 +96,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

ReceivedAt

+

Giriş Tarihi

{ dataFormatter.dateTimeFormatter(item.received_at) }

@@ -104,7 +104,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

ExpiresAt

+

Son Kullanma Tarihi

{ dataFormatter.dateTimeFormatter(item.expires_at) }

@@ -112,7 +112,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

Status

+

Durum

{ item.status }

@@ -120,7 +120,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage,
-

LocationBin

+

Raf Konumu

{ item.location_bin }

@@ -142,7 +142,7 @@ const ListInventory_items = ({ inventory_items, loading, onDelete, currentPage, ))} {!loading && inventory_items.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Inventory_items/TableInventory_items.tsx b/frontend/src/components/Inventory_items/TableInventory_items.tsx index 2c529d8..0849287 100644 --- a/frontend/src/components/Inventory_items/TableInventory_items.tsx +++ b/frontend/src/components/Inventory_items/TableInventory_items.tsx @@ -277,7 +277,7 @@ const TableSampleInventory_items = ({ filterItems, setFilterItems, filters, show return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,22 +326,22 @@ const TableSampleInventory_items = ({ filterItems, setFilterItems, filters, show )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleInventory_items = ({ filterItems, setFilterItems, filters, show
@@ -429,14 +429,14 @@ const TableSampleInventory_items = ({ filterItems, setFilterItems, filters, show : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleInventory_items = ({ filterItems, setFilterItems, filters, show onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Inventory_items/configureInventory_itemsCols.tsx b/frontend/src/components/Inventory_items/configureInventory_itemsCols.tsx index f8037f7..4449df0 100644 --- a/frontend/src/components/Inventory_items/configureInventory_itemsCols.tsx +++ b/frontend/src/components/Inventory_items/configureInventory_itemsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'material', - headerName: 'Material', + headerName: 'Malzeme', flex: 1, minWidth: 120, filterable: false, @@ -65,7 +65,7 @@ export const loadColumns = async ( { field: 'warehouse', - headerName: 'Warehouse', + headerName: 'Depo', flex: 1, minWidth: 120, filterable: false, @@ -87,7 +87,7 @@ export const loadColumns = async ( { field: 'lot_number', - headerName: 'LotNumber', + headerName: 'Lot Numarası', flex: 1, minWidth: 120, filterable: false, @@ -102,7 +102,7 @@ export const loadColumns = async ( { field: 'serial_number', - headerName: 'SerialNumber', + headerName: 'Seri Numarası', flex: 1, minWidth: 120, filterable: false, @@ -117,7 +117,7 @@ export const loadColumns = async ( { field: 'quantity_on_hand', - headerName: 'QuantityOnHand', + headerName: 'Mevcut Miktar', flex: 1, minWidth: 120, filterable: false, @@ -133,7 +133,7 @@ export const loadColumns = async ( { field: 'quantity_reserved', - headerName: 'QuantityReserved', + headerName: 'Rezerve Miktar', flex: 1, minWidth: 120, filterable: false, @@ -149,7 +149,7 @@ export const loadColumns = async ( { field: 'received_at', - headerName: 'ReceivedAt', + headerName: 'Giriş Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -167,7 +167,7 @@ export const loadColumns = async ( { field: 'expires_at', - headerName: 'ExpiresAt', + headerName: 'Son Kullanma Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -185,7 +185,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -200,7 +200,7 @@ export const loadColumns = async ( { field: 'location_bin', - headerName: 'LocationBin', + headerName: 'Raf Konumu', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/KanbanBoard/KanbanCard.tsx b/frontend/src/components/KanbanBoard/KanbanCard.tsx index 7655572..3b6812d 100644 --- a/frontend/src/components/KanbanBoard/KanbanCard.tsx +++ b/frontend/src/components/KanbanBoard/KanbanCard.tsx @@ -42,7 +42,7 @@ const KanbanCard = ({ href={`/${entityName}/${entityName}-view/?id=${item.id}`} className={'text-base font-semibold'} > - {item[showFieldName] ?? 'No data'} + {item[showFieldName] ?? 'Veri yok'}
diff --git a/frontend/src/components/KanbanBoard/KanbanColumn.tsx b/frontend/src/components/KanbanBoard/KanbanColumn.tsx index 425a0d3..957e988 100644 --- a/frontend/src/components/KanbanBoard/KanbanColumn.tsx +++ b/frontend/src/components/KanbanBoard/KanbanColumn.tsx @@ -138,7 +138,7 @@ const KanbanColumn = ({ } }; - const onDeleteConfirm = () => { + const onDeleteOnayla = () => { if (!itemIdToDelete) return; dispatch(deleteThunk(itemIdToDelete)) @@ -188,19 +188,19 @@ const KanbanColumn = ({
))} {!data?.length && ( -

No data

+

Veri yok

)}
setItemIdToDelete('')} > -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

); diff --git a/frontend/src/components/Leads/CardLeads.tsx b/frontend/src/components/Leads/CardLeads.tsx index c7caff2..a651e72 100644 --- a/frontend/src/components/Leads/CardLeads.tsx +++ b/frontend/src/components/Leads/CardLeads.tsx @@ -78,7 +78,7 @@ const CardLeads = ({
-
LeadTitle
+
Potansiyel Müşteri Başlığı
{ item.title } @@ -90,7 +90,7 @@ const CardLeads = ({
-
Source
+
Kaynak
{ item.source } @@ -102,7 +102,7 @@ const CardLeads = ({
-
Status
+
Durum
{ item.status } @@ -114,7 +114,7 @@ const CardLeads = ({
-
EstimatedValue
+
Tahmini Tutar
{ item.estimated_value } @@ -126,7 +126,7 @@ const CardLeads = ({
-
Description
+
Açıklama
{ item.description } @@ -138,7 +138,7 @@ const CardLeads = ({
-
Company
+
Şirket
{ dataFormatter.companiesOneListFormatter(item.company) } @@ -150,7 +150,7 @@ const CardLeads = ({
-
PrimaryContact
+
Ana Yetkili
{ dataFormatter.contactsOneListFormatter(item.primary_contact) } @@ -162,7 +162,7 @@ const CardLeads = ({
-
Owner
+
Sorumlu Kişi
{ dataFormatter.usersOneListFormatter(item.owner) } @@ -210,7 +210,7 @@ const CardLeads = ({
-
ClosedAt
+
Kapanış Tarihi
{ dataFormatter.dateTimeFormatter(item.closed_at) } @@ -225,7 +225,7 @@ const CardLeads = ({ ))} {!loading && leads.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Leads/ListLeads.tsx b/frontend/src/components/Leads/ListLeads.tsx index 8c28c1c..9510958 100644 --- a/frontend/src/components/Leads/ListLeads.tsx +++ b/frontend/src/components/Leads/ListLeads.tsx @@ -48,7 +48,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan
-

LeadTitle

+

Potansiyel Müşteri Başlığı

{ item.title }

@@ -56,7 +56,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan
-

Source

+

Kaynak

{ item.source }

@@ -64,7 +64,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan
-

Status

+

Durum

{ item.status }

@@ -72,7 +72,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan
-

EstimatedValue

+

Tahmini Tutar

{ item.estimated_value }

@@ -80,7 +80,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan
-

Description

+

Açıklama

{ item.description }

@@ -88,7 +88,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan
-

Company

+

Şirket

{ dataFormatter.companiesOneListFormatter(item.company) }

@@ -96,7 +96,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan
-

PrimaryContact

+

Ana Yetkili

{ dataFormatter.contactsOneListFormatter(item.primary_contact) }

@@ -104,7 +104,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan
-

Owner

+

Sorumlu Kişi

{ dataFormatter.usersOneListFormatter(item.owner) }

@@ -136,7 +136,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan
-

ClosedAt

+

Kapanış Tarihi

{ dataFormatter.dateTimeFormatter(item.closed_at) }

@@ -158,7 +158,7 @@ const ListLeads = ({ leads, loading, onDelete, currentPage, numPages, onPageChan ))} {!loading && leads.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Leads/TableLeads.tsx b/frontend/src/components/Leads/TableLeads.tsx index 8e83658..33e0e27 100644 --- a/frontend/src/components/Leads/TableLeads.tsx +++ b/frontend/src/components/Leads/TableLeads.tsx @@ -307,7 +307,7 @@ const TableSampleLeads = ({ filterItems, setFilterItems, filters, showGrid }) => return (
-
Filter
+
Filtre
)?.type === 'enum' ? (
- Value + Değer
value={filterItem?.fields?.filterValue || ''} onChange={handleChange(filterItem.id)} > - + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -356,22 +356,22 @@ const TableSampleLeads = ({ filterItems, setFilterItems, filters, showGrid }) => )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
/>
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -443,13 +443,13 @@ const TableSampleLeads = ({ filterItems, setFilterItems, filters, showGrid }) =>
@@ -459,14 +459,14 @@ const TableSampleLeads = ({ filterItems, setFilterItems, filters, showGrid }) => : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -493,7 +493,7 @@ const TableSampleLeads = ({ filterItems, setFilterItems, filters, showGrid }) => onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Leads/configureLeadsCols.tsx b/frontend/src/components/Leads/configureLeadsCols.tsx index 5782753..69ba91b 100644 --- a/frontend/src/components/Leads/configureLeadsCols.tsx +++ b/frontend/src/components/Leads/configureLeadsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'title', - headerName: 'LeadTitle', + headerName: 'Potansiyel Başlığı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'source', - headerName: 'Source', + headerName: 'Kaynak', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'estimated_value', - headerName: 'EstimatedValue', + headerName: 'Tahmini Değer', flex: 1, minWidth: 120, filterable: false, @@ -104,7 +104,7 @@ export const loadColumns = async ( { field: 'description', - headerName: 'Description', + headerName: 'Açıklama', flex: 1, minWidth: 120, filterable: false, @@ -119,7 +119,7 @@ export const loadColumns = async ( { field: 'company', - headerName: 'Company', + headerName: 'Şirket', flex: 1, minWidth: 120, filterable: false, @@ -141,7 +141,7 @@ export const loadColumns = async ( { field: 'primary_contact', - headerName: 'PrimaryContact', + headerName: 'Ana Kontak', flex: 1, minWidth: 120, filterable: false, @@ -163,7 +163,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu', flex: 1, minWidth: 120, filterable: false, @@ -207,7 +207,7 @@ export const loadColumns = async ( { field: 'stage', - headerName: 'Stage', + headerName: 'Aşama', flex: 1, minWidth: 120, filterable: false, @@ -247,7 +247,7 @@ export const loadColumns = async ( { field: 'closed_at', - headerName: 'ClosedAt', + headerName: 'Kapanış Tarihi', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/ListActionsPopover.tsx b/frontend/src/components/ListActionsPopover.tsx index 0f93245..261e16a 100644 --- a/frontend/src/components/ListActionsPopover.tsx +++ b/frontend/src/components/ListActionsPopover.tsx @@ -81,7 +81,7 @@ const ListActionsPopover = ({ href={linkView} sx={{ justifyContent: "start" }} > - View + Görüntüle {hasUpdatePermission && ( )} {hasUpdatePermission && ( @@ -103,7 +103,7 @@ const ListActionsPopover = ({ }} sx={{ justifyContent: "start" }} > - Delete + Sil )}
diff --git a/frontend/src/components/Machines/CardMachines.tsx b/frontend/src/components/Machines/CardMachines.tsx index e73402e..55b9d06 100644 --- a/frontend/src/components/Machines/CardMachines.tsx +++ b/frontend/src/components/Machines/CardMachines.tsx @@ -78,7 +78,7 @@ const CardMachines = ({
-
MachineName
+
Makine Adı
{ item.name } @@ -90,7 +90,7 @@ const CardMachines = ({
-
Code
+
Kod
{ item.code } @@ -102,7 +102,7 @@ const CardMachines = ({
-
MachineType
+
Makine Türü
{ item.machine_type } @@ -114,7 +114,7 @@ const CardMachines = ({
-
Status
+
Durum
{ item.status } @@ -126,7 +126,7 @@ const CardMachines = ({
-
LastMaintenanceAt
+
Son Bakım Tarihi
{ dataFormatter.dateTimeFormatter(item.last_maintenance_at) } @@ -138,7 +138,7 @@ const CardMachines = ({
-
NextMaintenanceAt
+
Sonraki Bakım Tarihi
{ dataFormatter.dateTimeFormatter(item.next_maintenance_at) } @@ -150,7 +150,7 @@ const CardMachines = ({
-
Notes
+
Notlar
{ item.notes } @@ -162,7 +162,7 @@ const CardMachines = ({
-
Owner
+
Sorumlu Kişi
{ dataFormatter.usersOneListFormatter(item.owner) } @@ -177,7 +177,7 @@ const CardMachines = ({ ))} {!loading && machines.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Machines/ListMachines.tsx b/frontend/src/components/Machines/ListMachines.tsx index ce508c2..d77b338 100644 --- a/frontend/src/components/Machines/ListMachines.tsx +++ b/frontend/src/components/Machines/ListMachines.tsx @@ -48,7 +48,7 @@ const ListMachines = ({ machines, loading, onDelete, currentPage, numPages, onPa
-

MachineName

+

Makine Adı

{ item.name }

@@ -56,7 +56,7 @@ const ListMachines = ({ machines, loading, onDelete, currentPage, numPages, onPa
-

Code

+

Kod

{ item.code }

@@ -64,7 +64,7 @@ const ListMachines = ({ machines, loading, onDelete, currentPage, numPages, onPa
-

MachineType

+

Makine Türü

{ item.machine_type }

@@ -72,7 +72,7 @@ const ListMachines = ({ machines, loading, onDelete, currentPage, numPages, onPa
-

Status

+

Durum

{ item.status }

@@ -80,7 +80,7 @@ const ListMachines = ({ machines, loading, onDelete, currentPage, numPages, onPa
-

LastMaintenanceAt

+

Son Bakım Tarihi

{ dataFormatter.dateTimeFormatter(item.last_maintenance_at) }

@@ -88,7 +88,7 @@ const ListMachines = ({ machines, loading, onDelete, currentPage, numPages, onPa
-

NextMaintenanceAt

+

Sonraki Bakım Tarihi

{ dataFormatter.dateTimeFormatter(item.next_maintenance_at) }

@@ -96,7 +96,7 @@ const ListMachines = ({ machines, loading, onDelete, currentPage, numPages, onPa
-

Notes

+

Notlar

{ item.notes }

@@ -104,7 +104,7 @@ const ListMachines = ({ machines, loading, onDelete, currentPage, numPages, onPa
-

Owner

+

Sorumlu Kişi

{ dataFormatter.usersOneListFormatter(item.owner) }

@@ -126,7 +126,7 @@ const ListMachines = ({ machines, loading, onDelete, currentPage, numPages, onPa ))} {!loading && machines.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Machines/TableMachines.tsx b/frontend/src/components/Machines/TableMachines.tsx index 8922e65..9fa80a1 100644 --- a/frontend/src/components/Machines/TableMachines.tsx +++ b/frontend/src/components/Machines/TableMachines.tsx @@ -277,7 +277,7 @@ const TableSampleMachines = ({ filterItems, setFilterItems, filters, showGrid }) return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,22 +326,22 @@ const TableSampleMachines = ({ filterItems, setFilterItems, filters, showGrid }) )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleMachines = ({ filterItems, setFilterItems, filters, showGrid })
@@ -429,14 +429,14 @@ const TableSampleMachines = ({ filterItems, setFilterItems, filters, showGrid }) : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleMachines = ({ filterItems, setFilterItems, filters, showGrid }) onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Machines/configureMachinesCols.tsx b/frontend/src/components/Machines/configureMachinesCols.tsx index a3a4653..8ad1045 100644 --- a/frontend/src/components/Machines/configureMachinesCols.tsx +++ b/frontend/src/components/Machines/configureMachinesCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'MachineName', + headerName: 'Makine Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'code', - headerName: 'Code', + headerName: 'Kod', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'machine_type', - headerName: 'MachineType', + headerName: 'Makine Türü', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -103,7 +103,7 @@ export const loadColumns = async ( { field: 'last_maintenance_at', - headerName: 'LastMaintenanceAt', + headerName: 'Son Bakım Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -121,7 +121,7 @@ export const loadColumns = async ( { field: 'next_maintenance_at', - headerName: 'NextMaintenanceAt', + headerName: 'Sonraki Bakım Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -139,7 +139,7 @@ export const loadColumns = async ( { field: 'notes', - headerName: 'Notes', + headerName: 'Notlar', flex: 1, minWidth: 120, filterable: false, @@ -154,7 +154,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu Kişi', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Materials/CardMaterials.tsx b/frontend/src/components/Materials/CardMaterials.tsx index e639cbe..4f25857 100644 --- a/frontend/src/components/Materials/CardMaterials.tsx +++ b/frontend/src/components/Materials/CardMaterials.tsx @@ -78,7 +78,7 @@ const CardMaterials = ({
-
SKU
+
Stok Kodu
{ item.sku } @@ -90,7 +90,7 @@ const CardMaterials = ({
-
MaterialName
+
Malzeme Adı
{ item.name } @@ -102,7 +102,7 @@ const CardMaterials = ({
-
MaterialType
+
Malzeme Türü
{ item.material_type } @@ -114,7 +114,7 @@ const CardMaterials = ({
-
UnitofMeasure
+
Ölçü Birimi
{ item.unit_of_measure } @@ -126,7 +126,7 @@ const CardMaterials = ({
-
StandardCost
+
Standart Maliyet
{ item.standard_cost } @@ -138,7 +138,7 @@ const CardMaterials = ({
-
ReorderPoint
+
Yeniden Sipariş Noktası
{ item.reorder_point } @@ -150,7 +150,7 @@ const CardMaterials = ({
-
ReorderQuantity
+
Yeniden Sipariş Miktarı
{ item.reorder_quantity } @@ -162,7 +162,7 @@ const CardMaterials = ({
-
Status
+
Durum
{ item.status } @@ -174,7 +174,7 @@ const CardMaterials = ({
-
PreferredVendor
+
Tercih Edilen Tedarikçi
{ dataFormatter.vendorsOneListFormatter(item.preferred_vendor) } @@ -186,7 +186,7 @@ const CardMaterials = ({
-
Specification
+
Teknik Özellik
{ item.specification } @@ -198,7 +198,7 @@ const CardMaterials = ({
-
SpecFiles
+
Teknik Dosyalar
{dataFormatter.filesFormatter(item.spec_files).map(link => ( @@ -220,7 +220,7 @@ const CardMaterials = ({ ))} {!loading && materials.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Materials/ListMaterials.tsx b/frontend/src/components/Materials/ListMaterials.tsx index 23cadbb..8fef0f8 100644 --- a/frontend/src/components/Materials/ListMaterials.tsx +++ b/frontend/src/components/Materials/ListMaterials.tsx @@ -48,7 +48,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

SKU

+

Stok Kodu

{ item.sku }

@@ -56,7 +56,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

MaterialName

+

Malzeme Adı

{ item.name }

@@ -64,7 +64,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

MaterialType

+

Malzeme Türü

{ item.material_type }

@@ -72,7 +72,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

UnitofMeasure

+

Ölçü Birimi

{ item.unit_of_measure }

@@ -80,7 +80,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

StandardCost

+

Standart Maliyet

{ item.standard_cost }

@@ -88,7 +88,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

ReorderPoint

+

Yeniden Sipariş Noktası

{ item.reorder_point }

@@ -96,7 +96,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

ReorderQuantity

+

Yeniden Sipariş Miktarı

{ item.reorder_quantity }

@@ -104,7 +104,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

Status

+

Durum

{ item.status }

@@ -112,7 +112,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

PreferredVendor

+

Tercih Edilen Tedarikçi

{ dataFormatter.vendorsOneListFormatter(item.preferred_vendor) }

@@ -120,7 +120,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

Specification

+

Teknik Özellik

{ item.specification }

@@ -128,7 +128,7 @@ const ListMaterials = ({ materials, loading, onDelete, currentPage, numPages, on
-

SpecFiles

+

Teknik Dosyalar

{dataFormatter.filesFormatter(item.spec_files).map(link => (
)}
diff --git a/frontend/src/components/Materials/TableMaterials.tsx b/frontend/src/components/Materials/TableMaterials.tsx index ee75cfd..08188ea 100644 --- a/frontend/src/components/Materials/TableMaterials.tsx +++ b/frontend/src/components/Materials/TableMaterials.tsx @@ -277,7 +277,7 @@ const TableSampleMaterials = ({ filterItems, setFilterItems, filters, showGrid } return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,22 +326,22 @@ const TableSampleMaterials = ({ filterItems, setFilterItems, filters, showGrid } )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleMaterials = ({ filterItems, setFilterItems, filters, showGrid }
@@ -429,14 +429,14 @@ const TableSampleMaterials = ({ filterItems, setFilterItems, filters, showGrid } : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleMaterials = ({ filterItems, setFilterItems, filters, showGrid } onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Materials/configureMaterialsCols.tsx b/frontend/src/components/Materials/configureMaterialsCols.tsx index b1580da..8cf5bca 100644 --- a/frontend/src/components/Materials/configureMaterialsCols.tsx +++ b/frontend/src/components/Materials/configureMaterialsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'sku', - headerName: 'SKU', + headerName: 'Stok Kodu', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'MaterialName', + headerName: 'Malzeme Adı', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'material_type', - headerName: 'MaterialType', + headerName: 'Malzeme Türü', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'unit_of_measure', - headerName: 'UnitofMeasure', + headerName: 'Ölçü Birimi', flex: 1, minWidth: 120, filterable: false, @@ -103,7 +103,7 @@ export const loadColumns = async ( { field: 'standard_cost', - headerName: 'StandardCost', + headerName: 'Standart Maliyet', flex: 1, minWidth: 120, filterable: false, @@ -119,7 +119,7 @@ export const loadColumns = async ( { field: 'reorder_point', - headerName: 'ReorderPoint', + headerName: 'Yeniden Sipariş Noktası', flex: 1, minWidth: 120, filterable: false, @@ -135,7 +135,7 @@ export const loadColumns = async ( { field: 'reorder_quantity', - headerName: 'ReorderQuantity', + headerName: 'Yeniden Sipariş Miktarı', flex: 1, minWidth: 120, filterable: false, @@ -151,7 +151,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -166,7 +166,7 @@ export const loadColumns = async ( { field: 'preferred_vendor', - headerName: 'PreferredVendor', + headerName: 'Tercih Edilen Tedarikçi', flex: 1, minWidth: 120, filterable: false, @@ -188,7 +188,7 @@ export const loadColumns = async ( { field: 'specification', - headerName: 'Specification', + headerName: 'Teknik Özellik', flex: 1, minWidth: 120, filterable: false, @@ -203,7 +203,7 @@ export const loadColumns = async ( { field: 'spec_files', - headerName: 'SpecFiles', + headerName: 'Teknik Dosyalar', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Nonconformances/CardNonconformances.tsx b/frontend/src/components/Nonconformances/CardNonconformances.tsx index d123d86..f6b3cdd 100644 --- a/frontend/src/components/Nonconformances/CardNonconformances.tsx +++ b/frontend/src/components/Nonconformances/CardNonconformances.tsx @@ -162,7 +162,7 @@ const CardNonconformances = ({
-
CorrectiveAction
+
Düzeltici İşlem
{ item.corrective_action } @@ -174,7 +174,7 @@ const CardNonconformances = ({
-
DueAt
+
Termin Tarihi
{ dataFormatter.dateTimeFormatter(item.due_at) } @@ -220,7 +220,7 @@ const CardNonconformances = ({ ))} {!loading && nonconformances.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Nonconformances/ListNonconformances.tsx b/frontend/src/components/Nonconformances/ListNonconformances.tsx index 276905e..a519b5c 100644 --- a/frontend/src/components/Nonconformances/ListNonconformances.tsx +++ b/frontend/src/components/Nonconformances/ListNonconformances.tsx @@ -104,7 +104,7 @@ const ListNonconformances = ({ nonconformances, loading, onDelete, currentPage,
-

CorrectiveAction

+

Düzeltici İşlem

{ item.corrective_action }

@@ -112,7 +112,7 @@ const ListNonconformances = ({ nonconformances, loading, onDelete, currentPage,
-

DueAt

+

Termin Tarihi

{ dataFormatter.dateTimeFormatter(item.due_at) }

@@ -157,7 +157,7 @@ const ListNonconformances = ({ nonconformances, loading, onDelete, currentPage, ))} {!loading && nonconformances.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Nonconformances/TableNonconformances.tsx b/frontend/src/components/Nonconformances/TableNonconformances.tsx index a4f9666..5fcac53 100644 --- a/frontend/src/components/Nonconformances/TableNonconformances.tsx +++ b/frontend/src/components/Nonconformances/TableNonconformances.tsx @@ -308,7 +308,7 @@ const TableSampleNonconformances = ({ filterItems, setFilterItems, filters, show return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -357,18 +357,18 @@ const TableSampleNonconformances = ({ filterItems, setFilterItems, filters, show )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -444,13 +444,13 @@ const TableSampleNonconformances = ({ filterItems, setFilterItems, filters, show
@@ -460,14 +460,14 @@ const TableSampleNonconformances = ({ filterItems, setFilterItems, filters, show : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -494,7 +494,7 @@ const TableSampleNonconformances = ({ filterItems, setFilterItems, filters, show onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Nonconformances/configureNonconformancesCols.tsx b/frontend/src/components/Nonconformances/configureNonconformancesCols.tsx index 86ab8a3..c528af2 100644 --- a/frontend/src/components/Nonconformances/configureNonconformancesCols.tsx +++ b/frontend/src/components/Nonconformances/configureNonconformancesCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'ncr_number', - headerName: 'NCRNumber', + headerName: 'Uygunsuzluk No', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'severity', - headerName: 'Severity', + headerName: 'Şiddet', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'inspection', - headerName: 'Inspection', + headerName: 'Kontrol', flex: 1, minWidth: 120, filterable: false, @@ -110,7 +110,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu Kişi', flex: 1, minWidth: 120, filterable: false, @@ -132,7 +132,7 @@ export const loadColumns = async ( { field: 'description', - headerName: 'Description', + headerName: 'Açıklama', flex: 1, minWidth: 120, filterable: false, @@ -147,7 +147,7 @@ export const loadColumns = async ( { field: 'root_cause', - headerName: 'RootCause', + headerName: 'Kök Neden', flex: 1, minWidth: 120, filterable: false, @@ -162,7 +162,7 @@ export const loadColumns = async ( { field: 'corrective_action', - headerName: 'CorrectiveAction', + headerName: 'Düzeltici Faaliyet', flex: 1, minWidth: 120, filterable: false, @@ -177,7 +177,7 @@ export const loadColumns = async ( { field: 'due_at', - headerName: 'DueAt', + headerName: 'Termin Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -195,7 +195,7 @@ export const loadColumns = async ( { field: 'closed_at', - headerName: 'ClosedAt', + headerName: 'Kapanış Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -213,7 +213,7 @@ export const loadColumns = async ( { field: 'attachments', - headerName: 'Attachments', + headerName: 'Ekler', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Organizations/CardOrganizations.tsx b/frontend/src/components/Organizations/CardOrganizations.tsx index 45afe7d..bfb3287 100644 --- a/frontend/src/components/Organizations/CardOrganizations.tsx +++ b/frontend/src/components/Organizations/CardOrganizations.tsx @@ -93,7 +93,7 @@ const CardOrganizations = ({ ))} {!loading && organizations.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Organizations/ListOrganizations.tsx b/frontend/src/components/Organizations/ListOrganizations.tsx index b1eeb0b..75f428b 100644 --- a/frontend/src/components/Organizations/ListOrganizations.tsx +++ b/frontend/src/components/Organizations/ListOrganizations.tsx @@ -70,7 +70,7 @@ const ListOrganizations = ({ organizations, loading, onDelete, currentPage, numP ))} {!loading && organizations.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Organizations/TableOrganizations.tsx b/frontend/src/components/Organizations/TableOrganizations.tsx index ab0d371..b328c18 100644 --- a/frontend/src/components/Organizations/TableOrganizations.tsx +++ b/frontend/src/components/Organizations/TableOrganizations.tsx @@ -277,7 +277,7 @@ const TableSampleOrganizations = ({ filterItems, setFilterItems, filters, showGr return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,18 +326,18 @@ const TableSampleOrganizations = ({ filterItems, setFilterItems, filters, showGr )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleOrganizations = ({ filterItems, setFilterItems, filters, showGr
@@ -429,14 +429,14 @@ const TableSampleOrganizations = ({ filterItems, setFilterItems, filters, showGr : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleOrganizations = ({ filterItems, setFilterItems, filters, showGr onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Organizations/configureOrganizationsCols.tsx b/frontend/src/components/Organizations/configureOrganizationsCols.tsx index f0e7dd6..affe915 100644 --- a/frontend/src/components/Organizations/configureOrganizationsCols.tsx +++ b/frontend/src/components/Organizations/configureOrganizationsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'Name', + headerName: 'Organizasyon Adı', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Permissions/CardPermissions.tsx b/frontend/src/components/Permissions/CardPermissions.tsx index caff22d..89c201a 100644 --- a/frontend/src/components/Permissions/CardPermissions.tsx +++ b/frontend/src/components/Permissions/CardPermissions.tsx @@ -93,7 +93,7 @@ const CardPermissions = ({ ))} {!loading && permissions.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Permissions/ListPermissions.tsx b/frontend/src/components/Permissions/ListPermissions.tsx index 80239af..8792b84 100644 --- a/frontend/src/components/Permissions/ListPermissions.tsx +++ b/frontend/src/components/Permissions/ListPermissions.tsx @@ -70,7 +70,7 @@ const ListPermissions = ({ permissions, loading, onDelete, currentPage, numPages ))} {!loading && permissions.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Permissions/TablePermissions.tsx b/frontend/src/components/Permissions/TablePermissions.tsx index 9b21466..978980d 100644 --- a/frontend/src/components/Permissions/TablePermissions.tsx +++ b/frontend/src/components/Permissions/TablePermissions.tsx @@ -277,7 +277,7 @@ const TableSamplePermissions = ({ filterItems, setFilterItems, filters, showGrid return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,18 +326,18 @@ const TableSamplePermissions = ({ filterItems, setFilterItems, filters, showGrid )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSamplePermissions = ({ filterItems, setFilterItems, filters, showGrid
@@ -429,14 +429,14 @@ const TableSamplePermissions = ({ filterItems, setFilterItems, filters, showGrid : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSamplePermissions = ({ filterItems, setFilterItems, filters, showGrid onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Permissions/configurePermissionsCols.tsx b/frontend/src/components/Permissions/configurePermissionsCols.tsx index b221e80..daf3528 100644 --- a/frontend/src/components/Permissions/configurePermissionsCols.tsx +++ b/frontend/src/components/Permissions/configurePermissionsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'Name', + headerName: 'Yetki Adı', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Pipeline_stages/CardPipeline_stages.tsx b/frontend/src/components/Pipeline_stages/CardPipeline_stages.tsx index 9ef42d7..79a8b5c 100644 --- a/frontend/src/components/Pipeline_stages/CardPipeline_stages.tsx +++ b/frontend/src/components/Pipeline_stages/CardPipeline_stages.tsx @@ -141,7 +141,7 @@ const CardPipeline_stages = ({ ))} {!loading && pipeline_stages.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Pipeline_stages/ListPipeline_stages.tsx b/frontend/src/components/Pipeline_stages/ListPipeline_stages.tsx index da762aa..0be3153 100644 --- a/frontend/src/components/Pipeline_stages/ListPipeline_stages.tsx +++ b/frontend/src/components/Pipeline_stages/ListPipeline_stages.tsx @@ -102,7 +102,7 @@ const ListPipeline_stages = ({ pipeline_stages, loading, onDelete, currentPage, ))} {!loading && pipeline_stages.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Pipeline_stages/TablePipeline_stages.tsx b/frontend/src/components/Pipeline_stages/TablePipeline_stages.tsx index f99faf7..c8c80ed 100644 --- a/frontend/src/components/Pipeline_stages/TablePipeline_stages.tsx +++ b/frontend/src/components/Pipeline_stages/TablePipeline_stages.tsx @@ -277,7 +277,7 @@ const TableSamplePipeline_stages = ({ filterItems, setFilterItems, filters, show return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,18 +326,18 @@ const TableSamplePipeline_stages = ({ filterItems, setFilterItems, filters, show )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSamplePipeline_stages = ({ filterItems, setFilterItems, filters, show
@@ -429,14 +429,14 @@ const TableSamplePipeline_stages = ({ filterItems, setFilterItems, filters, show : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSamplePipeline_stages = ({ filterItems, setFilterItems, filters, show onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Pipeline_stages/configurePipeline_stagesCols.tsx b/frontend/src/components/Pipeline_stages/configurePipeline_stagesCols.tsx index 1c87f2e..8ea0d69 100644 --- a/frontend/src/components/Pipeline_stages/configurePipeline_stagesCols.tsx +++ b/frontend/src/components/Pipeline_stages/configurePipeline_stagesCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'StageName', + headerName: 'Aşama Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'sort_order', - headerName: 'SortOrder', + headerName: 'Sıralama No', flex: 1, minWidth: 120, filterable: false, @@ -74,7 +74,7 @@ export const loadColumns = async ( { field: 'stage_type', - headerName: 'StageType', + headerName: 'Aşama Türü', flex: 1, minWidth: 120, filterable: false, @@ -111,7 +111,7 @@ export const loadColumns = async ( { field: 'is_active', - headerName: 'IsActive', + headerName: 'Aktif', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Pipelines/CardPipelines.tsx b/frontend/src/components/Pipelines/CardPipelines.tsx index 29c17d5..e55b7e3 100644 --- a/frontend/src/components/Pipelines/CardPipelines.tsx +++ b/frontend/src/components/Pipelines/CardPipelines.tsx @@ -129,7 +129,7 @@ const CardPipelines = ({ ))} {!loading && pipelines.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Pipelines/ListPipelines.tsx b/frontend/src/components/Pipelines/ListPipelines.tsx index e47c2a9..b6ba697 100644 --- a/frontend/src/components/Pipelines/ListPipelines.tsx +++ b/frontend/src/components/Pipelines/ListPipelines.tsx @@ -94,7 +94,7 @@ const ListPipelines = ({ pipelines, loading, onDelete, currentPage, numPages, on ))} {!loading && pipelines.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Pipelines/TablePipelines.tsx b/frontend/src/components/Pipelines/TablePipelines.tsx index 3a64c40..346d56c 100644 --- a/frontend/src/components/Pipelines/TablePipelines.tsx +++ b/frontend/src/components/Pipelines/TablePipelines.tsx @@ -279,7 +279,7 @@ const TableSamplePipelines = ({ filterItems, setFilterItems, filters, showGrid } return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -328,18 +328,18 @@ const TableSamplePipelines = ({ filterItems, setFilterItems, filters, showGrid } )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -415,13 +415,13 @@ const TableSamplePipelines = ({ filterItems, setFilterItems, filters, showGrid }
@@ -431,14 +431,14 @@ const TableSamplePipelines = ({ filterItems, setFilterItems, filters, showGrid } : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -463,7 +463,7 @@ const TableSamplePipelines = ({ filterItems, setFilterItems, filters, showGrid } onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Pipelines/configurePipelinesCols.tsx b/frontend/src/components/Pipelines/configurePipelinesCols.tsx index ebb6681..47414a9 100644 --- a/frontend/src/components/Pipelines/configurePipelinesCols.tsx +++ b/frontend/src/components/Pipelines/configurePipelinesCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'PipelineName', + headerName: 'Pipeline Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'module', - headerName: 'Module', + headerName: 'Modül', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu Kişi', flex: 1, minWidth: 120, filterable: false, @@ -95,7 +95,7 @@ export const loadColumns = async ( { field: 'is_default', - headerName: 'IsDefault', + headerName: 'Varsayılan', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Production_operations/CardProduction_operations.tsx b/frontend/src/components/Production_operations/CardProduction_operations.tsx index e086a9a..6072379 100644 --- a/frontend/src/components/Production_operations/CardProduction_operations.tsx +++ b/frontend/src/components/Production_operations/CardProduction_operations.tsx @@ -78,7 +78,7 @@ const CardProduction_operations = ({
-
OperationName
+
Operasyon Adı
{ item.name } @@ -90,7 +90,7 @@ const CardProduction_operations = ({
-
Sequence
+
Sıra
{ item.sequence } @@ -102,7 +102,7 @@ const CardProduction_operations = ({
-
Status
+
Durum
{ item.status } @@ -114,7 +114,7 @@ const CardProduction_operations = ({
-
ScheduledStartAt
+
Planlanan Başlangıç Tarihi
{ dataFormatter.dateTimeFormatter(item.scheduled_start_at) } @@ -126,7 +126,7 @@ const CardProduction_operations = ({
-
ScheduledEndAt
+
Planlanan Bitiş Tarihi
{ dataFormatter.dateTimeFormatter(item.scheduled_end_at) } @@ -138,7 +138,7 @@ const CardProduction_operations = ({
-
StartedAt
+
Başlangıç Tarihi
{ dataFormatter.dateTimeFormatter(item.started_at) } @@ -150,7 +150,7 @@ const CardProduction_operations = ({
-
EndedAt
+
Bitiş Tarihi
{ dataFormatter.dateTimeFormatter(item.ended_at) } @@ -162,7 +162,7 @@ const CardProduction_operations = ({
-
ProductionOrder
+
Üretim Emri
{ dataFormatter.production_ordersOneListFormatter(item.production_order) } @@ -174,7 +174,7 @@ const CardProduction_operations = ({
-
Machine
+
Makine
{ dataFormatter.machinesOneListFormatter(item.machine) } @@ -186,7 +186,7 @@ const CardProduction_operations = ({
-
AssignedTo
+
Atanan Kişi
{ dataFormatter.usersOneListFormatter(item.assigned_to) } @@ -198,7 +198,7 @@ const CardProduction_operations = ({
-
PlannedQuantity
+
Planlanan Miktar
{ item.planned_quantity } @@ -210,7 +210,7 @@ const CardProduction_operations = ({
-
GoodQuantity
+
Uygun Miktar
{ item.good_quantity } @@ -222,7 +222,7 @@ const CardProduction_operations = ({
-
ScrapQuantity
+
Hurda Miktarı
{ item.scrap_quantity } @@ -234,7 +234,7 @@ const CardProduction_operations = ({
-
WorkInstructions
+
İş Talimatları
{ item.work_instructions } @@ -246,7 +246,7 @@ const CardProduction_operations = ({
-
Attachments
+
Ekler
{dataFormatter.filesFormatter(item.attachments).map(link => ( @@ -268,7 +268,7 @@ const CardProduction_operations = ({ ))} {!loading && production_operations.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Production_operations/ListProduction_operations.tsx b/frontend/src/components/Production_operations/ListProduction_operations.tsx index 7f73bb3..f28c5f0 100644 --- a/frontend/src/components/Production_operations/ListProduction_operations.tsx +++ b/frontend/src/components/Production_operations/ListProduction_operations.tsx @@ -48,7 +48,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

OperationName

+

Operasyon Adı

{ item.name }

@@ -56,7 +56,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

Sequence

+

Sıra

{ item.sequence }

@@ -64,7 +64,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

Status

+

Durum

{ item.status }

@@ -72,7 +72,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

ScheduledStartAt

+

Planlanan Başlangıç Tarihi

{ dataFormatter.dateTimeFormatter(item.scheduled_start_at) }

@@ -80,7 +80,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

ScheduledEndAt

+

Planlanan Bitiş Tarihi

{ dataFormatter.dateTimeFormatter(item.scheduled_end_at) }

@@ -88,7 +88,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

StartedAt

+

Başlangıç Tarihi

{ dataFormatter.dateTimeFormatter(item.started_at) }

@@ -96,7 +96,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

EndedAt

+

Bitiş Tarihi

{ dataFormatter.dateTimeFormatter(item.ended_at) }

@@ -104,7 +104,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

ProductionOrder

+

Üretim Emri

{ dataFormatter.production_ordersOneListFormatter(item.production_order) }

@@ -112,7 +112,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

Machine

+

Makine

{ dataFormatter.machinesOneListFormatter(item.machine) }

@@ -120,7 +120,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

AssignedTo

+

Atanan Kişi

{ dataFormatter.usersOneListFormatter(item.assigned_to) }

@@ -128,7 +128,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

PlannedQuantity

+

Planlanan Miktar

{ item.planned_quantity }

@@ -136,7 +136,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

GoodQuantity

+

Uygun Miktar

{ item.good_quantity }

@@ -144,7 +144,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

ScrapQuantity

+

Hurda Miktarı

{ item.scrap_quantity }

@@ -152,7 +152,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

WorkInstructions

+

İş Talimatları

{ item.work_instructions }

@@ -160,7 +160,7 @@ const ListProduction_operations = ({ production_operations, loading, onDelete, c
-

Attachments

+

Ekler

{dataFormatter.filesFormatter(item.attachments).map(link => (
)}
diff --git a/frontend/src/components/Production_operations/TableProduction_operations.tsx b/frontend/src/components/Production_operations/TableProduction_operations.tsx index b35ec28..2c80f4c 100644 --- a/frontend/src/components/Production_operations/TableProduction_operations.tsx +++ b/frontend/src/components/Production_operations/TableProduction_operations.tsx @@ -310,7 +310,7 @@ const TableSampleProduction_operations = ({ filterItems, setFilterItems, filters return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -359,22 +359,22 @@ const TableSampleProduction_operations = ({ filterItems, setFilterItems, filters )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -446,13 +446,13 @@ const TableSampleProduction_operations = ({ filterItems, setFilterItems, filters
@@ -462,14 +462,14 @@ const TableSampleProduction_operations = ({ filterItems, setFilterItems, filters : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -496,7 +496,7 @@ const TableSampleProduction_operations = ({ filterItems, setFilterItems, filters onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Production_operations/configureProduction_operationsCols.tsx b/frontend/src/components/Production_operations/configureProduction_operationsCols.tsx index 0baa841..5e06c3c 100644 --- a/frontend/src/components/Production_operations/configureProduction_operationsCols.tsx +++ b/frontend/src/components/Production_operations/configureProduction_operationsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'OperationName', + headerName: 'Operasyon Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'sequence', - headerName: 'Sequence', + headerName: 'Sıra', flex: 1, minWidth: 120, filterable: false, @@ -74,7 +74,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -89,7 +89,7 @@ export const loadColumns = async ( { field: 'scheduled_start_at', - headerName: 'ScheduledStartAt', + headerName: 'Planlanan Başlangıç Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -107,7 +107,7 @@ export const loadColumns = async ( { field: 'scheduled_end_at', - headerName: 'ScheduledEndAt', + headerName: 'Planlanan Bitiş Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -125,7 +125,7 @@ export const loadColumns = async ( { field: 'started_at', - headerName: 'StartedAt', + headerName: 'Başlangıç Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -143,7 +143,7 @@ export const loadColumns = async ( { field: 'ended_at', - headerName: 'EndedAt', + headerName: 'Bitiş Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -161,7 +161,7 @@ export const loadColumns = async ( { field: 'production_order', - headerName: 'ProductionOrder', + headerName: 'Üretim Emri', flex: 1, minWidth: 120, filterable: false, @@ -183,7 +183,7 @@ export const loadColumns = async ( { field: 'machine', - headerName: 'Machine', + headerName: 'Makine', flex: 1, minWidth: 120, filterable: false, @@ -205,7 +205,7 @@ export const loadColumns = async ( { field: 'assigned_to', - headerName: 'AssignedTo', + headerName: 'Atanan Kişi', flex: 1, minWidth: 120, filterable: false, @@ -227,7 +227,7 @@ export const loadColumns = async ( { field: 'planned_quantity', - headerName: 'PlannedQuantity', + headerName: 'Planlanan Miktar', flex: 1, minWidth: 120, filterable: false, @@ -243,7 +243,7 @@ export const loadColumns = async ( { field: 'good_quantity', - headerName: 'GoodQuantity', + headerName: 'Uygun Miktar', flex: 1, minWidth: 120, filterable: false, @@ -259,7 +259,7 @@ export const loadColumns = async ( { field: 'scrap_quantity', - headerName: 'ScrapQuantity', + headerName: 'Hurda Miktarı', flex: 1, minWidth: 120, filterable: false, @@ -275,7 +275,7 @@ export const loadColumns = async ( { field: 'work_instructions', - headerName: 'WorkInstructions', + headerName: 'İş Talimatları', flex: 1, minWidth: 120, filterable: false, @@ -290,7 +290,7 @@ export const loadColumns = async ( { field: 'attachments', - headerName: 'Attachments', + headerName: 'Ekler', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Production_orders/CardProduction_orders.tsx b/frontend/src/components/Production_orders/CardProduction_orders.tsx index e3f0770..8ebfaba 100644 --- a/frontend/src/components/Production_orders/CardProduction_orders.tsx +++ b/frontend/src/components/Production_orders/CardProduction_orders.tsx @@ -78,7 +78,7 @@ const CardProduction_orders = ({
-
OrderNumber
+
Emir Numarası
{ item.order_number } @@ -90,7 +90,7 @@ const CardProduction_orders = ({
-
Status
+
Durum
{ item.status } @@ -102,7 +102,7 @@ const CardProduction_orders = ({
-
PlannedStartAt
+
Planlanan Başlangıç Tarihi
{ dataFormatter.dateTimeFormatter(item.planned_start_at) } @@ -114,7 +114,7 @@ const CardProduction_orders = ({
-
PlannedEndAt
+
Planlanan Bitiş Tarihi
{ dataFormatter.dateTimeFormatter(item.planned_end_at) } @@ -126,7 +126,7 @@ const CardProduction_orders = ({
-
ActualStartAt
+
Gerçek Başlangıç Tarihi
{ dataFormatter.dateTimeFormatter(item.actual_start_at) } @@ -138,7 +138,7 @@ const CardProduction_orders = ({
-
ActualEndAt
+
Gerçek Bitiş Tarihi
{ dataFormatter.dateTimeFormatter(item.actual_end_at) } @@ -150,7 +150,7 @@ const CardProduction_orders = ({
-
Owner
+
Sorumlu Kişi
{ dataFormatter.usersOneListFormatter(item.owner) } @@ -162,7 +162,7 @@ const CardProduction_orders = ({
-
RelatedDeal
+
İlgili Fırsat
{ dataFormatter.dealsOneListFormatter(item.deal) } @@ -174,7 +174,7 @@ const CardProduction_orders = ({
-
Notes
+
Notlar
{ item.notes } @@ -189,7 +189,7 @@ const CardProduction_orders = ({ ))} {!loading && production_orders.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Production_orders/ListProduction_orders.tsx b/frontend/src/components/Production_orders/ListProduction_orders.tsx index e4e5fd7..41d9ea6 100644 --- a/frontend/src/components/Production_orders/ListProduction_orders.tsx +++ b/frontend/src/components/Production_orders/ListProduction_orders.tsx @@ -48,7 +48,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa
-

OrderNumber

+

Emir Numarası

{ item.order_number }

@@ -56,7 +56,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa
-

Status

+

Durum

{ item.status }

@@ -64,7 +64,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa
-

PlannedStartAt

+

Planlanan Başlangıç Tarihi

{ dataFormatter.dateTimeFormatter(item.planned_start_at) }

@@ -72,7 +72,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa
-

PlannedEndAt

+

Planlanan Bitiş Tarihi

{ dataFormatter.dateTimeFormatter(item.planned_end_at) }

@@ -80,7 +80,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa
-

ActualStartAt

+

Gerçek Başlangıç Tarihi

{ dataFormatter.dateTimeFormatter(item.actual_start_at) }

@@ -88,7 +88,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa
-

ActualEndAt

+

Gerçek Bitiş Tarihi

{ dataFormatter.dateTimeFormatter(item.actual_end_at) }

@@ -96,7 +96,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa
-

Owner

+

Sorumlu Kişi

{ dataFormatter.usersOneListFormatter(item.owner) }

@@ -104,7 +104,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa
-

RelatedDeal

+

İlgili Fırsat

{ dataFormatter.dealsOneListFormatter(item.deal) }

@@ -112,7 +112,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa
-

Notes

+

Notlar

{ item.notes }

@@ -134,7 +134,7 @@ const ListProduction_orders = ({ production_orders, loading, onDelete, currentPa ))} {!loading && production_orders.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Production_orders/TableProduction_orders.tsx b/frontend/src/components/Production_orders/TableProduction_orders.tsx index 6eeb84b..3734cd2 100644 --- a/frontend/src/components/Production_orders/TableProduction_orders.tsx +++ b/frontend/src/components/Production_orders/TableProduction_orders.tsx @@ -286,7 +286,7 @@ const TableSampleProduction_orders = ({ filterItems, setFilterItems, filters, sh return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -335,22 +335,22 @@ const TableSampleProduction_orders = ({ filterItems, setFilterItems, filters, sh )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -422,13 +422,13 @@ const TableSampleProduction_orders = ({ filterItems, setFilterItems, filters, sh
@@ -438,14 +438,14 @@ const TableSampleProduction_orders = ({ filterItems, setFilterItems, filters, sh : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -476,7 +476,7 @@ const TableSampleProduction_orders = ({ filterItems, setFilterItems, filters, sh onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Production_orders/configureProduction_ordersCols.tsx b/frontend/src/components/Production_orders/configureProduction_ordersCols.tsx index 6dd45d9..a486b69 100644 --- a/frontend/src/components/Production_orders/configureProduction_ordersCols.tsx +++ b/frontend/src/components/Production_orders/configureProduction_ordersCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'order_number', - headerName: 'OrderNumber', + headerName: 'Emir Numarası', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'planned_start_at', - headerName: 'PlannedStartAt', + headerName: 'Planlanan Başlangıç Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -91,7 +91,7 @@ export const loadColumns = async ( { field: 'planned_end_at', - headerName: 'PlannedEndAt', + headerName: 'Planlanan Bitiş Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -109,7 +109,7 @@ export const loadColumns = async ( { field: 'actual_start_at', - headerName: 'ActualStartAt', + headerName: 'Gerçek Başlangıç Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -127,7 +127,7 @@ export const loadColumns = async ( { field: 'actual_end_at', - headerName: 'ActualEndAt', + headerName: 'Gerçek Bitiş Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -145,7 +145,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu Kişi', flex: 1, minWidth: 120, filterable: false, @@ -167,7 +167,7 @@ export const loadColumns = async ( { field: 'deal', - headerName: 'RelatedDeal', + headerName: 'İlgili Fırsat', flex: 1, minWidth: 120, filterable: false, @@ -189,7 +189,7 @@ export const loadColumns = async ( { field: 'notes', - headerName: 'Notes', + headerName: 'Notlar', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Quality_inspections/CardQuality_inspections.tsx b/frontend/src/components/Quality_inspections/CardQuality_inspections.tsx index 1389b90..347e088 100644 --- a/frontend/src/components/Quality_inspections/CardQuality_inspections.tsx +++ b/frontend/src/components/Quality_inspections/CardQuality_inspections.tsx @@ -78,7 +78,7 @@ const CardQuality_inspections = ({
-
InspectionNumber
+
Kontrol Numarası
{ item.inspection_number } @@ -90,7 +90,7 @@ const CardQuality_inspections = ({
-
InspectionType
+
Kontrol Türü
{ item.inspection_type } @@ -102,7 +102,7 @@ const CardQuality_inspections = ({
-
Result
+
Sonuç
{ item.result } @@ -114,7 +114,7 @@ const CardQuality_inspections = ({
-
ScheduledAt
+
Planlanan Tarih
{ dataFormatter.dateTimeFormatter(item.scheduled_at) } @@ -126,7 +126,7 @@ const CardQuality_inspections = ({
-
CompletedAt
+
Tamamlanma Tarihi
{ dataFormatter.dateTimeFormatter(item.completed_at) } @@ -138,7 +138,7 @@ const CardQuality_inspections = ({
-
ProductionOrder
+
Üretim Emri
{ dataFormatter.production_ordersOneListFormatter(item.production_order) } @@ -150,7 +150,7 @@ const CardQuality_inspections = ({
-
Operation
+
Operasyon
{ dataFormatter.production_operationsOneListFormatter(item.operation) } @@ -162,7 +162,7 @@ const CardQuality_inspections = ({
-
Inspector
+
Denetçi
{ dataFormatter.usersOneListFormatter(item.inspector) } @@ -174,7 +174,7 @@ const CardQuality_inspections = ({
-
Findings
+
Bulgular
{ item.findings } @@ -186,7 +186,7 @@ const CardQuality_inspections = ({
-
EvidenceFiles
+
Kanıt Dosyaları
{dataFormatter.filesFormatter(item.evidence_files).map(link => ( @@ -208,7 +208,7 @@ const CardQuality_inspections = ({ ))} {!loading && quality_inspections.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Quality_inspections/ListQuality_inspections.tsx b/frontend/src/components/Quality_inspections/ListQuality_inspections.tsx index 806c312..eb56d80 100644 --- a/frontend/src/components/Quality_inspections/ListQuality_inspections.tsx +++ b/frontend/src/components/Quality_inspections/ListQuality_inspections.tsx @@ -48,7 +48,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

InspectionNumber

+

Kontrol Numarası

{ item.inspection_number }

@@ -56,7 +56,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

InspectionType

+

Kontrol Türü

{ item.inspection_type }

@@ -64,7 +64,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

Result

+

Sonuç

{ item.result }

@@ -72,7 +72,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

ScheduledAt

+

Planlanan Tarih

{ dataFormatter.dateTimeFormatter(item.scheduled_at) }

@@ -80,7 +80,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

CompletedAt

+

Tamamlanma Tarihi

{ dataFormatter.dateTimeFormatter(item.completed_at) }

@@ -88,7 +88,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

ProductionOrder

+

Üretim Emri

{ dataFormatter.production_ordersOneListFormatter(item.production_order) }

@@ -96,7 +96,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

Operation

+

Operasyon

{ dataFormatter.production_operationsOneListFormatter(item.operation) }

@@ -104,7 +104,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

Inspector

+

Denetçi

{ dataFormatter.usersOneListFormatter(item.inspector) }

@@ -112,7 +112,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

Findings

+

Bulgular

{ item.findings }

@@ -120,7 +120,7 @@ const ListQuality_inspections = ({ quality_inspections, loading, onDelete, curre
-

EvidenceFiles

+

Kanıt Dosyaları

{dataFormatter.filesFormatter(item.evidence_files).map(link => (
)}
diff --git a/frontend/src/components/Quality_inspections/TableQuality_inspections.tsx b/frontend/src/components/Quality_inspections/TableQuality_inspections.tsx index 65c0fed..a5d258f 100644 --- a/frontend/src/components/Quality_inspections/TableQuality_inspections.tsx +++ b/frontend/src/components/Quality_inspections/TableQuality_inspections.tsx @@ -286,7 +286,7 @@ const TableSampleQuality_inspections = ({ filterItems, setFilterItems, filters, return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -335,22 +335,22 @@ const TableSampleQuality_inspections = ({ filterItems, setFilterItems, filters, )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -422,13 +422,13 @@ const TableSampleQuality_inspections = ({ filterItems, setFilterItems, filters,
@@ -438,14 +438,14 @@ const TableSampleQuality_inspections = ({ filterItems, setFilterItems, filters, : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -476,7 +476,7 @@ const TableSampleQuality_inspections = ({ filterItems, setFilterItems, filters, onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Quality_inspections/configureQuality_inspectionsCols.tsx b/frontend/src/components/Quality_inspections/configureQuality_inspectionsCols.tsx index 73f7235..b551ff2 100644 --- a/frontend/src/components/Quality_inspections/configureQuality_inspectionsCols.tsx +++ b/frontend/src/components/Quality_inspections/configureQuality_inspectionsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'inspection_number', - headerName: 'InspectionNumber', + headerName: 'Kontrol Numarası', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'inspection_type', - headerName: 'InspectionType', + headerName: 'Kontrol Türü', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'result', - headerName: 'Result', + headerName: 'Sonuç', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'scheduled_at', - headerName: 'ScheduledAt', + headerName: 'Planlanan Tarih', flex: 1, minWidth: 120, filterable: false, @@ -106,7 +106,7 @@ export const loadColumns = async ( { field: 'completed_at', - headerName: 'CompletedAt', + headerName: 'Tamamlanma Tarihi', flex: 1, minWidth: 120, filterable: false, @@ -124,7 +124,7 @@ export const loadColumns = async ( { field: 'production_order', - headerName: 'ProductionOrder', + headerName: 'Üretim Emri', flex: 1, minWidth: 120, filterable: false, @@ -146,7 +146,7 @@ export const loadColumns = async ( { field: 'operation', - headerName: 'Operation', + headerName: 'Operasyon', flex: 1, minWidth: 120, filterable: false, @@ -168,7 +168,7 @@ export const loadColumns = async ( { field: 'inspector', - headerName: 'Inspector', + headerName: 'Denetçi', flex: 1, minWidth: 120, filterable: false, @@ -190,7 +190,7 @@ export const loadColumns = async ( { field: 'findings', - headerName: 'Findings', + headerName: 'Bulgular', flex: 1, minWidth: 120, filterable: false, @@ -205,7 +205,7 @@ export const loadColumns = async ( { field: 'evidence_files', - headerName: 'EvidenceFiles', + headerName: 'Kanıt Dosyaları', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Roles/CardRoles.tsx b/frontend/src/components/Roles/CardRoles.tsx index 0f17f91..a104dd5 100644 --- a/frontend/src/components/Roles/CardRoles.tsx +++ b/frontend/src/components/Roles/CardRoles.tsx @@ -117,7 +117,7 @@ const CardRoles = ({ ))} {!loading && roles.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Roles/ListRoles.tsx b/frontend/src/components/Roles/ListRoles.tsx index c18ec78..2ea6ef2 100644 --- a/frontend/src/components/Roles/ListRoles.tsx +++ b/frontend/src/components/Roles/ListRoles.tsx @@ -86,7 +86,7 @@ const ListRoles = ({ roles, loading, onDelete, currentPage, numPages, onPageChan ))} {!loading && roles.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Roles/TableRoles.tsx b/frontend/src/components/Roles/TableRoles.tsx index 69f45f5..5a06c0b 100644 --- a/frontend/src/components/Roles/TableRoles.tsx +++ b/frontend/src/components/Roles/TableRoles.tsx @@ -277,7 +277,7 @@ const TableSampleRoles = ({ filterItems, setFilterItems, filters, showGrid }) => return (
-
Filter
+
Filtre
)?.type === 'enum' ? (
- Value + Değer
value={filterItem?.fields?.filterValue || ''} onChange={handleChange(filterItem.id)} > - + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,18 +326,18 @@ const TableSampleRoles = ({ filterItems, setFilterItems, filters, showGrid }) => )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
/>
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleRoles = ({ filterItems, setFilterItems, filters, showGrid }) =>
@@ -429,14 +429,14 @@ const TableSampleRoles = ({ filterItems, setFilterItems, filters, showGrid }) => : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleRoles = ({ filterItems, setFilterItems, filters, showGrid }) => onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Roles/configureRolesCols.tsx b/frontend/src/components/Roles/configureRolesCols.tsx index c96ae5c..49e63ea 100644 --- a/frontend/src/components/Roles/configureRolesCols.tsx +++ b/frontend/src/components/Roles/configureRolesCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'Name', + headerName: 'Rol Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'permissions', - headerName: 'Permissions', + headerName: 'Yetkiler', flex: 1, minWidth: 120, filterable: false, @@ -78,7 +78,7 @@ export const loadColumns = async ( { field: 'globalAccess', - headerName: 'Global Access', + headerName: 'Genel Erişim', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Search.tsx b/frontend/src/components/Search.tsx index b7beb98..5729750 100644 --- a/frontend/src/components/Search.tsx +++ b/frontend/src/components/Search.tsx @@ -11,9 +11,9 @@ const Search = () => { const validateSearch = (value) => { let error; if (!value) { - error = 'Required'; + error = 'Zorunlu alan'; } else if (value.length < 2) { - error = 'Minimum length: 2 characters'; + error = 'Minimum uzunluk: 2 karakter'; } return error; }; @@ -36,7 +36,7 @@ const Search = () => { id='search' name='search' validate={validateSearch} - placeholder='Search' + placeholder='Ara' className={` ${corners} dark:bg-dark-900 ${cardsStyle} dark:border-dark-700 p-2 relative ml-2 w-full dark:placeholder-dark-600 ${focusRing} shadow-none`} /> {errors.search && touched.search && values.search.length < 2 ? ( diff --git a/frontend/src/components/TableSampleClients.tsx b/frontend/src/components/TableSampleClients.tsx index 3fb3411..67d5dea 100644 --- a/frontend/src/components/TableSampleClients.tsx +++ b/frontend/src/components/TableSampleClients.tsx @@ -11,18 +11,11 @@ const TableSampleClients = () => { const { clients } = useSampleClients() const perPage = 5 - const [currentPage, setCurrentPage] = useState(0) const clientsPaginated = clients.slice(perPage * currentPage, perPage * (currentPage + 1)) - - const numPages = clients.length / perPage - - const pagesList = [] - - for (let i = 0; i < numPages; i++) { - pagesList.push(i) - } + const numPages = Math.max(1, Math.ceil(clients.length / perPage)) + const pagesList = Array.from({ length: numPages }, (_, index) => index) const [isModalInfoActive, setIsModalInfoActive] = useState(false) const [isModalTrashActive, setIsModalTrashActive] = useState(false) @@ -35,42 +28,37 @@ const TableSampleClients = () => { return ( <> -

- Lorem ipsum dolor sit amet adipiscing elit -

-

This is sample modal

+

Bu örnek pencere, seçilen müşteri için kısa bir özet göstermek amacıyla kullanılır.

+

Gerçek projelerde bu alan detay görünümü veya hızlı aksiyon kartı ile değiştirilebilir.

-

- Lorem ipsum dolor sit amet adipiscing elit -

-

This is sample modal

+

Bu örnek kaydı silmek istediğinize emin misiniz?

- - - - + + + + + @@ -78,21 +66,17 @@ const TableSampleClients = () => { {clientsPaginated.map((client: Client) => ( - - - - + + + -
- NameCompanyCityProgressCreatedAd SoyadŞirketŞehirİlerlemeOluşturulma
- + {client.name}{client.company}{client.city} - + {client.name}{client.company}{client.city} + {client.progress} + {client.created} @@ -115,8 +99,8 @@ const TableSampleClients = () => { ))}
-
-
+
+
{pagesList.map((page) => ( { ))} - Page {currentPage + 1} of {numPages} + Sayfa {currentPage + 1} / {numPages}
diff --git a/frontend/src/components/Uploaders/FilesUploader.js b/frontend/src/components/Uploaders/FilesUploader.js index 26a4b1a..970233b 100644 --- a/frontend/src/components/Uploaders/FilesUploader.js +++ b/frontend/src/components/Uploaders/FilesUploader.js @@ -32,7 +32,7 @@ const FilesUploader = (props) => { })); }; - const handleRemove = (id) => { + const handleKaldır = (id) => { onChange(valuesArr().filter((item) => item.id !== id)); }; @@ -119,7 +119,7 @@ const FilesUploader = (props) => { className="btn btn-link" type="button" onClick={() => - handleRemove(item.id) + handleKaldır(item.id) } > diff --git a/frontend/src/components/Uploaders/ImagesUploader.js b/frontend/src/components/Uploaders/ImagesUploader.js index 725abe7..e74b766 100644 --- a/frontend/src/components/Uploaders/ImagesUploader.js +++ b/frontend/src/components/Uploaders/ImagesUploader.js @@ -85,7 +85,7 @@ const ImagesUploader = (props) => { })); }; - const handleRemove = (id) => { + const handleKaldır = (id) => { onChange(valuesArr().filter((item) => item.id !== id)); }; @@ -191,7 +191,7 @@ const ImagesUploader = (props) => { diff --git a/frontend/src/components/Users/CardUsers.tsx b/frontend/src/components/Users/CardUsers.tsx index d8c73cc..82959b1 100644 --- a/frontend/src/components/Users/CardUsers.tsx +++ b/frontend/src/components/Users/CardUsers.tsx @@ -62,7 +62,7 @@ const CardUsers = ({ className={'cursor-pointer'} >
@@ -202,7 +202,7 @@ const CardUsers = ({ ))} {!loading && users.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Users/ListUsers.tsx b/frontend/src/components/Users/ListUsers.tsx index 377cca1..9f5ac11 100644 --- a/frontend/src/components/Users/ListUsers.tsx +++ b/frontend/src/components/Users/ListUsers.tsx @@ -40,7 +40,7 @@ const ListUsers = ({ users, loading, onDelete, currentPage, numPages, onPageChan

Avatar

@@ -145,7 +145,7 @@ const ListUsers = ({ users, loading, onDelete, currentPage, numPages, onPageChan ))} {!loading && users.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Users/TableUsers.tsx b/frontend/src/components/Users/TableUsers.tsx index bef1b7f..29a421b 100644 --- a/frontend/src/components/Users/TableUsers.tsx +++ b/frontend/src/components/Users/TableUsers.tsx @@ -277,7 +277,7 @@ const TableSampleUsers = ({ filterItems, setFilterItems, filters, showGrid }) => return (
-
Filter
+
Filtre
)?.type === 'enum' ? (
- Value + Değer
value={filterItem?.fields?.filterValue || ''} onChange={handleChange(filterItem.id)} > - + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,18 +326,18 @@ const TableSampleUsers = ({ filterItems, setFilterItems, filters, showGrid }) => )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
/>
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleUsers = ({ filterItems, setFilterItems, filters, showGrid }) =>
@@ -429,14 +429,14 @@ const TableSampleUsers = ({ filterItems, setFilterItems, filters, showGrid }) => : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleUsers = ({ filterItems, setFilterItems, filters, showGrid }) => onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Users/configureUsersCols.tsx b/frontend/src/components/Users/configureUsersCols.tsx index dc7e770..17bc63c 100644 --- a/frontend/src/components/Users/configureUsersCols.tsx +++ b/frontend/src/components/Users/configureUsersCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'firstName', - headerName: 'First Name', + headerName: 'Ad', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'lastName', - headerName: 'Last Name', + headerName: 'Soyad', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'phoneNumber', - headerName: 'Phone Number', + headerName: 'Telefon Numarası', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'email', - headerName: 'E-Mail', + headerName: 'E-posta', flex: 1, minWidth: 120, filterable: false, @@ -103,7 +103,7 @@ export const loadColumns = async ( { field: 'disabled', - headerName: 'Disabled', + headerName: 'Devre Dışı', flex: 1, minWidth: 120, filterable: false, @@ -119,7 +119,7 @@ export const loadColumns = async ( { field: 'avatar', - headerName: 'Avatar', + headerName: 'Profil Görseli', flex: 1, minWidth: 120, filterable: false, @@ -130,7 +130,7 @@ export const loadColumns = async ( sortable: false, renderCell: (params: GridValueGetterParams) => ( @@ -140,7 +140,7 @@ export const loadColumns = async ( { field: 'app_role', - headerName: 'App Role', + headerName: 'Uygulama Rolü', flex: 1, minWidth: 120, filterable: false, @@ -162,7 +162,7 @@ export const loadColumns = async ( { field: 'custom_permissions', - headerName: 'Custom Permissions', + headerName: 'Özel Yetkiler', flex: 1, minWidth: 120, filterable: false, @@ -182,7 +182,7 @@ export const loadColumns = async ( { field: 'organizations', - headerName: 'Organizations', + headerName: 'Organizasyonlar', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Vendors/CardVendors.tsx b/frontend/src/components/Vendors/CardVendors.tsx index c6097c9..7ee31f1 100644 --- a/frontend/src/components/Vendors/CardVendors.tsx +++ b/frontend/src/components/Vendors/CardVendors.tsx @@ -78,7 +78,7 @@ const CardVendors = ({
-
VendorName
+
Tedarikçi Adı
{ item.name } @@ -90,7 +90,7 @@ const CardVendors = ({
-
Email
+
E-posta
{ item.email } @@ -102,7 +102,7 @@ const CardVendors = ({
-
Phone
+
Telefon
{ item.phone } @@ -114,7 +114,7 @@ const CardVendors = ({
-
Website
+
Web Sitesi
{ item.website } @@ -126,7 +126,7 @@ const CardVendors = ({
-
Address
+
Adres
{ item.address } @@ -138,7 +138,7 @@ const CardVendors = ({
-
VendorType
+
Tedarikçi Türü
{ item.vendor_type } @@ -150,7 +150,7 @@ const CardVendors = ({
-
Status
+
Durum
{ item.status } @@ -162,7 +162,7 @@ const CardVendors = ({
-
Owner
+
Sorumlu Kişi
{ dataFormatter.usersOneListFormatter(item.owner) } @@ -174,7 +174,7 @@ const CardVendors = ({
-
Notes
+
Notlar
{ item.notes } @@ -189,7 +189,7 @@ const CardVendors = ({ ))} {!loading && vendors.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Vendors/ListVendors.tsx b/frontend/src/components/Vendors/ListVendors.tsx index f08a61a..666280e 100644 --- a/frontend/src/components/Vendors/ListVendors.tsx +++ b/frontend/src/components/Vendors/ListVendors.tsx @@ -48,7 +48,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage
-

VendorName

+

Tedarikçi Adı

{ item.name }

@@ -56,7 +56,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage
-

Email

+

E-posta

{ item.email }

@@ -64,7 +64,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage
-

Phone

+

Telefon

{ item.phone }

@@ -72,7 +72,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage
-

Website

+

Web Sitesi

{ item.website }

@@ -80,7 +80,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage
-

Address

+

Adres

{ item.address }

@@ -88,7 +88,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage
-

VendorType

+

Tedarikçi Türü

{ item.vendor_type }

@@ -96,7 +96,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage
-

Status

+

Durum

{ item.status }

@@ -104,7 +104,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage
-

Owner

+

Sorumlu Kişi

{ dataFormatter.usersOneListFormatter(item.owner) }

@@ -112,7 +112,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage
-

Notes

+

Notlar

{ item.notes }

@@ -134,7 +134,7 @@ const ListVendors = ({ vendors, loading, onDelete, currentPage, numPages, onPage ))} {!loading && vendors.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Vendors/TableVendors.tsx b/frontend/src/components/Vendors/TableVendors.tsx index f69a569..07faf47 100644 --- a/frontend/src/components/Vendors/TableVendors.tsx +++ b/frontend/src/components/Vendors/TableVendors.tsx @@ -277,7 +277,7 @@ const TableSampleVendors = ({ filterItems, setFilterItems, filters, showGrid }) return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,22 +326,22 @@ const TableSampleVendors = ({ filterItems, setFilterItems, filters, showGrid }) )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleVendors = ({ filterItems, setFilterItems, filters, showGrid })
@@ -429,14 +429,14 @@ const TableSampleVendors = ({ filterItems, setFilterItems, filters, showGrid }) : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleVendors = ({ filterItems, setFilterItems, filters, showGrid }) onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Vendors/configureVendorsCols.tsx b/frontend/src/components/Vendors/configureVendorsCols.tsx index a302db9..7ff67d2 100644 --- a/frontend/src/components/Vendors/configureVendorsCols.tsx +++ b/frontend/src/components/Vendors/configureVendorsCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'VendorName', + headerName: 'Tedarikçi Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'email', - headerName: 'Email', + headerName: 'E-posta', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'phone', - headerName: 'Phone', + headerName: 'Telefon', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'website', - headerName: 'Website', + headerName: 'Web Sitesi', flex: 1, minWidth: 120, filterable: false, @@ -103,7 +103,7 @@ export const loadColumns = async ( { field: 'address', - headerName: 'Address', + headerName: 'Adres', flex: 1, minWidth: 120, filterable: false, @@ -118,7 +118,7 @@ export const loadColumns = async ( { field: 'vendor_type', - headerName: 'VendorType', + headerName: 'Tedarikçi Türü', flex: 1, minWidth: 120, filterable: false, @@ -133,7 +133,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -148,7 +148,7 @@ export const loadColumns = async ( { field: 'owner', - headerName: 'Owner', + headerName: 'Sorumlu Kişi', flex: 1, minWidth: 120, filterable: false, @@ -170,7 +170,7 @@ export const loadColumns = async ( { field: 'notes', - headerName: 'Notes', + headerName: 'Notlar', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Venues/CardVenues.tsx b/frontend/src/components/Venues/CardVenues.tsx index fc4d46b..17eaf38 100644 --- a/frontend/src/components/Venues/CardVenues.tsx +++ b/frontend/src/components/Venues/CardVenues.tsx @@ -213,7 +213,7 @@ const CardVenues = ({ ))} {!loading && venues.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Venues/ListVenues.tsx b/frontend/src/components/Venues/ListVenues.tsx index 92f5048..f3f08bd 100644 --- a/frontend/src/components/Venues/ListVenues.tsx +++ b/frontend/src/components/Venues/ListVenues.tsx @@ -150,7 +150,7 @@ const ListVenues = ({ venues, loading, onDelete, currentPage, numPages, onPageCh ))} {!loading && venues.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Venues/TableVenues.tsx b/frontend/src/components/Venues/TableVenues.tsx index b633c30..1fd86fb 100644 --- a/frontend/src/components/Venues/TableVenues.tsx +++ b/frontend/src/components/Venues/TableVenues.tsx @@ -277,7 +277,7 @@ const TableSampleVenues = ({ filterItems, setFilterItems, filters, showGrid }) = return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -326,18 +326,18 @@ const TableSampleVenues = ({ filterItems, setFilterItems, filters, showGrid }) = )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -413,13 +413,13 @@ const TableSampleVenues = ({ filterItems, setFilterItems, filters, showGrid }) =
@@ -429,14 +429,14 @@ const TableSampleVenues = ({ filterItems, setFilterItems, filters, showGrid }) = : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -450,7 +450,7 @@ const TableSampleVenues = ({ filterItems, setFilterItems, filters, showGrid }) = onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Venues/configureVenuesCols.tsx b/frontend/src/components/Venues/configureVenuesCols.tsx index 8067a43..978c1ff 100644 --- a/frontend/src/components/Venues/configureVenuesCols.tsx +++ b/frontend/src/components/Venues/configureVenuesCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'VenueName', + headerName: 'Mekan Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'address', - headerName: 'Address', + headerName: 'Adres', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'city', - headerName: 'City', + headerName: 'Şehir', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'country', - headerName: 'Country', + headerName: 'Ülke', flex: 1, minWidth: 120, filterable: false, @@ -103,7 +103,7 @@ export const loadColumns = async ( { field: 'capacity', - headerName: 'Capacity', + headerName: 'Kapasite', flex: 1, minWidth: 120, filterable: false, @@ -119,7 +119,7 @@ export const loadColumns = async ( { field: 'contact_name', - headerName: 'ContactName', + headerName: 'İletişim Kişisi', flex: 1, minWidth: 120, filterable: false, @@ -134,7 +134,7 @@ export const loadColumns = async ( { field: 'contact_phone', - headerName: 'ContactPhone', + headerName: 'İletişim Telefonu', flex: 1, minWidth: 120, filterable: false, @@ -149,7 +149,7 @@ export const loadColumns = async ( { field: 'contact_email', - headerName: 'ContactEmail', + headerName: 'İletişim E-postası', flex: 1, minWidth: 120, filterable: false, @@ -164,7 +164,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, @@ -179,7 +179,7 @@ export const loadColumns = async ( { field: 'preferred_vendor', - headerName: 'PreferredVendor', + headerName: 'Tercih Edilen Tedarikçi', flex: 1, minWidth: 120, filterable: false, @@ -201,7 +201,7 @@ export const loadColumns = async ( { field: 'notes', - headerName: 'Notes', + headerName: 'Notlar', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/components/Warehouses/CardWarehouses.tsx b/frontend/src/components/Warehouses/CardWarehouses.tsx index abf482f..aec4aa5 100644 --- a/frontend/src/components/Warehouses/CardWarehouses.tsx +++ b/frontend/src/components/Warehouses/CardWarehouses.tsx @@ -78,7 +78,7 @@ const CardWarehouses = ({
-
WarehouseName
+
Depo Adı
{ item.name } @@ -90,7 +90,7 @@ const CardWarehouses = ({
-
Code
+
Kod
{ item.code } @@ -102,7 +102,7 @@ const CardWarehouses = ({
-
Address
+
Adres
{ item.address } @@ -114,7 +114,7 @@ const CardWarehouses = ({
-
Manager
+
Yönetici
{ dataFormatter.usersOneListFormatter(item.manager) } @@ -126,7 +126,7 @@ const CardWarehouses = ({
-
Status
+
Durum
{ item.status } @@ -141,7 +141,7 @@ const CardWarehouses = ({ ))} {!loading && warehouses.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)} diff --git a/frontend/src/components/Warehouses/ListWarehouses.tsx b/frontend/src/components/Warehouses/ListWarehouses.tsx index a83c645..0839c1c 100644 --- a/frontend/src/components/Warehouses/ListWarehouses.tsx +++ b/frontend/src/components/Warehouses/ListWarehouses.tsx @@ -48,7 +48,7 @@ const ListWarehouses = ({ warehouses, loading, onDelete, currentPage, numPages,
-

WarehouseName

+

Depo Adı

{ item.name }

@@ -56,7 +56,7 @@ const ListWarehouses = ({ warehouses, loading, onDelete, currentPage, numPages,
-

Code

+

Kod

{ item.code }

@@ -64,7 +64,7 @@ const ListWarehouses = ({ warehouses, loading, onDelete, currentPage, numPages,
-

Address

+

Adres

{ item.address }

@@ -72,7 +72,7 @@ const ListWarehouses = ({ warehouses, loading, onDelete, currentPage, numPages,
-

Manager

+

Yönetici

{ dataFormatter.usersOneListFormatter(item.manager) }

@@ -80,7 +80,7 @@ const ListWarehouses = ({ warehouses, loading, onDelete, currentPage, numPages,
-

Status

+

Durum

{ item.status }

@@ -102,7 +102,7 @@ const ListWarehouses = ({ warehouses, loading, onDelete, currentPage, numPages, ))} {!loading && warehouses.length === 0 && (
-

No data to display

+

Gösterilecek veri yok

)}
diff --git a/frontend/src/components/Warehouses/TableWarehouses.tsx b/frontend/src/components/Warehouses/TableWarehouses.tsx index 7695b3c..e1ad67e 100644 --- a/frontend/src/components/Warehouses/TableWarehouses.tsx +++ b/frontend/src/components/Warehouses/TableWarehouses.tsx @@ -279,7 +279,7 @@ const TableSampleWarehouses = ({ filterItems, setFilterItems, filters, showGrid return (
-
Filter
+
Filtre
- Value + Değer
- + {filters.find((filter) => filter.title === filterItem?.fields?.selectedField )?.options?.map((option) => ( @@ -328,22 +328,22 @@ const TableSampleWarehouses = ({ filterItems, setFilterItems, filters, showGrid )?.number ? (
-
From
+
Başlangıç
-
To
+
Bitiş
- From + Başlangıç
-
To
+
Bitiş
) : (
-
Contains
+
İçerir
)}
-
Action
+
İşlem
{ deleteFilter(filterItem.id) }} @@ -415,13 +415,13 @@ const TableSampleWarehouses = ({ filterItems, setFilterItems, filters, showGrid
@@ -431,14 +431,14 @@ const TableSampleWarehouses = ({ filterItems, setFilterItems, filters, showGrid : null } -

Are you sure you want to delete this item?

+

Bu kaydı silmek istediğinize emin misiniz?

@@ -463,7 +463,7 @@ const TableSampleWarehouses = ({ filterItems, setFilterItems, filters, showGrid onDeleteRows(selectedRows)} />, document.getElementById('delete-rows-button'), diff --git a/frontend/src/components/Warehouses/configureWarehousesCols.tsx b/frontend/src/components/Warehouses/configureWarehousesCols.tsx index 0c713c2..33a25d7 100644 --- a/frontend/src/components/Warehouses/configureWarehousesCols.tsx +++ b/frontend/src/components/Warehouses/configureWarehousesCols.tsx @@ -43,7 +43,7 @@ export const loadColumns = async ( { field: 'name', - headerName: 'WarehouseName', + headerName: 'Depo Adı', flex: 1, minWidth: 120, filterable: false, @@ -58,7 +58,7 @@ export const loadColumns = async ( { field: 'code', - headerName: 'Code', + headerName: 'Kod', flex: 1, minWidth: 120, filterable: false, @@ -73,7 +73,7 @@ export const loadColumns = async ( { field: 'address', - headerName: 'Address', + headerName: 'Adres', flex: 1, minWidth: 120, filterable: false, @@ -88,7 +88,7 @@ export const loadColumns = async ( { field: 'manager', - headerName: 'Manager', + headerName: 'Yönetici', flex: 1, minWidth: 120, filterable: false, @@ -110,7 +110,7 @@ export const loadColumns = async ( { field: 'status', - headerName: 'Status', + headerName: 'Durum', flex: 1, minWidth: 120, filterable: false, diff --git a/frontend/src/pages/activities/[activitiesId].tsx b/frontend/src/pages/activities/[activitiesId].tsx index 393d213..3946b10 100644 --- a/frontend/src/pages/activities/[activitiesId].tsx +++ b/frontend/src/pages/activities/[activitiesId].tsx @@ -445,10 +445,10 @@ const EditActivities = () => { return ( <> - {getPageTitle('Edit activities')} + {getPageTitle('Aktiviteyi düzenle')} - + {''} @@ -475,7 +475,7 @@ const EditActivities = () => { - + @@ -523,7 +523,7 @@ const EditActivities = () => { - + @@ -554,11 +554,11 @@ const EditActivities = () => { @@ -594,7 +594,7 @@ const EditActivities = () => { - + { { { - + { - + { - + { - + { - + { { - + { - - - router.push('/activities/activities-list')}/> + + + router.push('/activities/activities-list')}/> diff --git a/frontend/src/pages/activities/activities-edit.tsx b/frontend/src/pages/activities/activities-edit.tsx index 5c672c9..9f9e3ec 100644 --- a/frontend/src/pages/activities/activities-edit.tsx +++ b/frontend/src/pages/activities/activities-edit.tsx @@ -442,10 +442,10 @@ const EditActivitiesPage = () => { return ( <> - {getPageTitle('Edit activities')} + {getPageTitle('Aktiviteyi düzenle')} - + {''} @@ -472,7 +472,7 @@ const EditActivitiesPage = () => { - + @@ -520,7 +520,7 @@ const EditActivitiesPage = () => { - + @@ -551,11 +551,11 @@ const EditActivitiesPage = () => { @@ -591,7 +591,7 @@ const EditActivitiesPage = () => { - + { { { - + { - + { - + { - + { - + { { - + { - - - router.push('/activities/activities-list')}/> + + + router.push('/activities/activities-list')}/> diff --git a/frontend/src/pages/activities/activities-list.tsx b/frontend/src/pages/activities/activities-list.tsx index a7197e1..ba91407 100644 --- a/frontend/src/pages/activities/activities-list.tsx +++ b/frontend/src/pages/activities/activities-list.tsx @@ -34,39 +34,39 @@ const ActivitiesTablesPage = () => { const dispatch = useAppDispatch(); - const [filters] = useState([{label: 'Subject', title: 'subject'},{label: 'Details', title: 'details'}, + const [filters] = useState([{label: 'Konu', title: 'subject'},{label: 'Detaylar', title: 'details'}, - {label: 'DueAt', title: 'due_at', date: 'true'},{label: 'CompletedAt', title: 'completed_at', date: 'true'}, + {label: 'Termin Tarihi', title: 'due_at', date: 'true'},{label: 'Tamamlanma Tarihi', title: 'completed_at', date: 'true'}, - {label: 'AssignedTo', title: 'assigned_to'}, + {label: 'Atanan Kişi', title: 'assigned_to'}, - {label: 'Company', title: 'company'}, + {label: 'Şirket', title: 'company'}, - {label: 'Contact', title: 'contact'}, + {label: 'Kişi', title: 'contact'}, - {label: 'Lead', title: 'lead'}, + {label: 'Potansiyel', title: 'lead'}, - {label: 'Deal', title: 'deal'}, + {label: 'Fırsat', title: 'deal'}, - {label: 'ActivityType', title: 'activity_type', type: 'enum', options: ['call','email','meeting','task','note','demo','follow_up']},{label: 'Status', title: 'status', type: 'enum', options: ['planned','in_progress','done','canceled','overdue']}, + {label: 'Aktivite Türü', title: 'activity_type', type: 'enum', options: ['call','email','meeting','task','note','demo','follow_up']},{label: 'Durum', title: 'status', type: 'enum', options: ['planned','in_progress','done','canceled','overdue']}, ]); const hasCreatePermission = currentUser && hasPermission(currentUser, 'CREATE_ACTIVITIES'); - const addFilter = () => { + const addFiltre = () => { const newItem = { id: uniqueId(), fields: { @@ -90,7 +90,7 @@ const ActivitiesTablesPage = () => { link.click() }; - const onModalConfirm = async () => { + const onModalOnayla = async () => { if (!csvFile) return; await dispatch(uploadCsv(csvFile)); dispatch(setRefetch(true)); @@ -106,28 +106,28 @@ const ActivitiesTablesPage = () => { return ( <> - {getPageTitle('Activities')} + {getPageTitle('Aktiviteler')} - + {''} - {hasCreatePermission && } + {hasCreatePermission && } - + {hasCreatePermission && ( setIsModalActive(true)} /> )} @@ -137,7 +137,7 @@ const ActivitiesTablesPage = () => {
- Switch to Table + Tablo görünümüne geç
@@ -153,12 +153,12 @@ const ActivitiesTablesPage = () => { { return ( <> - {getPageTitle('New Item')} + {getPageTitle('Yeni aktivite')} - + {''} @@ -299,7 +299,7 @@ const ActivitiesNew = () => { - + @@ -345,7 +345,7 @@ const ActivitiesNew = () => { - + @@ -374,11 +374,11 @@ const ActivitiesNew = () => { @@ -412,7 +412,7 @@ const ActivitiesNew = () => { - + { @@ -489,12 +489,12 @@ const ActivitiesNew = () => { @@ -532,7 +532,7 @@ const ActivitiesNew = () => { - + @@ -562,7 +562,7 @@ const ActivitiesNew = () => { - + @@ -592,7 +592,7 @@ const ActivitiesNew = () => { - + @@ -622,7 +622,7 @@ const ActivitiesNew = () => { - + @@ -652,7 +652,7 @@ const ActivitiesNew = () => { - + @@ -689,7 +689,7 @@ const ActivitiesNew = () => { { - + @@ -736,9 +736,9 @@ const ActivitiesNew = () => { - - - router.push('/activities/activities-list')}/> + + + router.push('/activities/activities-list')}/> diff --git a/frontend/src/pages/activities/activities-table.tsx b/frontend/src/pages/activities/activities-table.tsx index 612c871..cf81487 100644 --- a/frontend/src/pages/activities/activities-table.tsx +++ b/frontend/src/pages/activities/activities-table.tsx @@ -34,39 +34,39 @@ const ActivitiesTablesPage = () => { const dispatch = useAppDispatch(); - const [filters] = useState([{label: 'Subject', title: 'subject'},{label: 'Details', title: 'details'}, + const [filters] = useState([{label: 'Konu', title: 'subject'},{label: 'Detaylar', title: 'details'}, - {label: 'DueAt', title: 'due_at', date: 'true'},{label: 'CompletedAt', title: 'completed_at', date: 'true'}, + {label: 'Termin Tarihi', title: 'due_at', date: 'true'},{label: 'Tamamlanma Tarihi', title: 'completed_at', date: 'true'}, - {label: 'AssignedTo', title: 'assigned_to'}, + {label: 'Atanan Kişi', title: 'assigned_to'}, - {label: 'Company', title: 'company'}, + {label: 'Şirket', title: 'company'}, - {label: 'Contact', title: 'contact'}, + {label: 'Kişi', title: 'contact'}, - {label: 'Lead', title: 'lead'}, + {label: 'Potansiyel', title: 'lead'}, - {label: 'Deal', title: 'deal'}, + {label: 'Fırsat', title: 'deal'}, - {label: 'ActivityType', title: 'activity_type', type: 'enum', options: ['call','email','meeting','task','note','demo','follow_up']},{label: 'Status', title: 'status', type: 'enum', options: ['planned','in_progress','done','canceled','overdue']}, + {label: 'Aktivite Türü', title: 'activity_type', type: 'enum', options: ['call','email','meeting','task','note','demo','follow_up']},{label: 'Durum', title: 'status', type: 'enum', options: ['planned','in_progress','done','canceled','overdue']}, ]); const hasCreatePermission = currentUser && hasPermission(currentUser, 'CREATE_ACTIVITIES'); - const addFilter = () => { + const addFiltre = () => { const newItem = { id: uniqueId(), fields: { @@ -90,7 +90,7 @@ const ActivitiesTablesPage = () => { link.click() }; - const onModalConfirm = async () => { + const onModalOnayla = async () => { if (!csvFile) return; await dispatch(uploadCsv(csvFile)); dispatch(setRefetch(true)); @@ -106,28 +106,28 @@ const ActivitiesTablesPage = () => { return ( <> - {getPageTitle('Activities')} + {getPageTitle('Aktiviteler')} - + {''} - {hasCreatePermission && } + {hasCreatePermission && } - + {hasCreatePermission && ( setIsModalActive(true)} /> )} @@ -136,7 +136,7 @@ const ActivitiesTablesPage = () => {
- Back to calendar + Takvim görünümüne dön
@@ -151,12 +151,12 @@ const ActivitiesTablesPage = () => { { const { id } = router.query; - - function removeLastCharacter(str) { - console.log(str,`str`) - return str.slice(0, -1); - } useEffect(() => { dispatch(fetch({ id })); @@ -46,13 +41,13 @@ const ActivitiesView = () => { return ( <> - {getPageTitle('View activities')} + {getPageTitle('Aktivite detayı')} - + @@ -75,8 +70,8 @@ const ActivitiesView = () => {
-

ActivityType

-

{activities?.activity_type ?? 'No data'}

+

Aktivite Türü

+

{activities?.activity_type ?? 'Veri yok'}

@@ -107,8 +102,8 @@ const ActivitiesView = () => {
-

Status

-

{activities?.status ?? 'No data'}

+

Durum

+

{activities?.status ?? 'Veri yok'}

@@ -125,7 +120,7 @@ const ActivitiesView = () => {
-

Subject

+

Konu

{activities?.subject}

@@ -161,10 +156,10 @@ const ActivitiesView = () => {
-

Details

+

Detaylar

{activities.details ?

- :

No data

+ :

Veri yok

}
@@ -201,7 +196,7 @@ const ActivitiesView = () => { - + {activities.due_at ? { ) : null } disabled - /> :

No DueAt

} + /> :

Son tarih yok

}
@@ -241,7 +236,7 @@ const ActivitiesView = () => { - + {activities.completed_at ? { ) : null } disabled - /> :

No CompletedAt

} + /> :

Tamamlanma tarihi yok

}
@@ -291,10 +286,10 @@ const ActivitiesView = () => {
-

AssignedTo

+

Atanan Kişi

-

{activities?.assigned_to?.firstName ?? 'No data'}

+

{activities?.assigned_to?.firstName ?? 'Veri yok'}

@@ -379,7 +374,7 @@ const ActivitiesView = () => {
-

Company

+

Şirket

@@ -390,7 +385,7 @@ const ActivitiesView = () => { -

{activities?.company?.name ?? 'No data'}

+

{activities?.company?.name ?? 'Veri yok'}

@@ -467,7 +462,7 @@ const ActivitiesView = () => {
-

Contact

+

Kişi

@@ -480,7 +475,7 @@ const ActivitiesView = () => { -

{activities?.contact?.first_name ?? 'No data'}

+

{activities?.contact?.first_name ?? 'Veri yok'}

@@ -555,7 +550,7 @@ const ActivitiesView = () => {
-

Lead

+

Potansiyel Müşteri

@@ -574,7 +569,7 @@ const ActivitiesView = () => { -

{activities?.lead?.title ?? 'No data'}

+

{activities?.lead?.title ?? 'Veri yok'}

@@ -643,7 +638,7 @@ const ActivitiesView = () => {
-

Deal

+

Fırsat

@@ -664,7 +659,7 @@ const ActivitiesView = () => { -

{activities?.deal?.name ?? 'No data'}

+

{activities?.deal?.name ?? 'Veri yok'}

@@ -736,7 +731,7 @@ const ActivitiesView = () => {
-

Attachments

+

Ekler

{activities?.attachments?.length ? dataFormatter.filesFormatter(activities.attachments).map(link => ( - )) :

No Attachments

+ )) :

Ek yok

}
@@ -772,7 +767,7 @@ const ActivitiesView = () => {
-

organizations

+

Organizasyon

@@ -781,7 +776,7 @@ const ActivitiesView = () => { -

{activities?.organizations?.name ?? 'No data'}

+

{activities?.organizations?.name ?? 'Veri yok'}

@@ -871,7 +866,7 @@ const ActivitiesView = () => { router.push('/activities/activities-list')} /> diff --git a/frontend/src/pages/budget_items/[budget_itemsId].tsx b/frontend/src/pages/budget_items/[budget_itemsId].tsx index 8d8fd2c..2f4c037 100644 --- a/frontend/src/pages/budget_items/[budget_itemsId].tsx +++ b/frontend/src/pages/budget_items/[budget_itemsId].tsx @@ -417,10 +417,10 @@ const EditBudget_items = () => { return ( <> - {getPageTitle('Edit budget_items')} + {getPageTitle('Bütçe Kalemi Düzenle')} - + {''} @@ -434,11 +434,11 @@ const EditBudget_items = () => { @@ -484,7 +484,7 @@ const EditBudget_items = () => { - + @@ -534,7 +534,7 @@ const EditBudget_items = () => { - + @@ -571,12 +571,12 @@ const EditBudget_items = () => { @@ -609,12 +609,12 @@ const EditBudget_items = () => { @@ -651,7 +651,7 @@ const EditBudget_items = () => { { { - + { - + { - + { { - - - router.push('/budget_items/budget_items-list')}/> + + + router.push('/budget_items/budget_items-list')}/> diff --git a/frontend/src/pages/budget_items/budget_items-edit.tsx b/frontend/src/pages/budget_items/budget_items-edit.tsx index 61cb043..f50ba3c 100644 --- a/frontend/src/pages/budget_items/budget_items-edit.tsx +++ b/frontend/src/pages/budget_items/budget_items-edit.tsx @@ -414,10 +414,10 @@ const EditBudget_itemsPage = () => { return ( <> - {getPageTitle('Edit budget_items')} + {getPageTitle('Bütçe Kalemi Düzenle')} - + {''} @@ -431,11 +431,11 @@ const EditBudget_itemsPage = () => { @@ -481,7 +481,7 @@ const EditBudget_itemsPage = () => { - + @@ -531,7 +531,7 @@ const EditBudget_itemsPage = () => { - + @@ -568,12 +568,12 @@ const EditBudget_itemsPage = () => { @@ -606,12 +606,12 @@ const EditBudget_itemsPage = () => { @@ -648,7 +648,7 @@ const EditBudget_itemsPage = () => { { { - + { - + { - + { { - - - router.push('/budget_items/budget_items-list')}/> + + + router.push('/budget_items/budget_items-list')}/> diff --git a/frontend/src/pages/budget_items/budget_items-list.tsx b/frontend/src/pages/budget_items/budget_items-list.tsx index 40b9d3f..092255e 100644 --- a/frontend/src/pages/budget_items/budget_items-list.tsx +++ b/frontend/src/pages/budget_items/budget_items-list.tsx @@ -34,27 +34,27 @@ const Budget_itemsTablesPage = () => { const dispatch = useAppDispatch(); - const [filters] = useState([{label: 'BudgetItemName', title: 'name'},{label: 'Notes', title: 'notes'}, + const [filters] = useState([{label: 'Bütçe Kalemi Adı', title: 'name'},{label: 'Notlar', title: 'notes'}, - {label: 'EstimatedCost', title: 'estimated_cost', number: 'true'},{label: 'ActualCost', title: 'actual_cost', number: 'true'}, - {label: 'DueAt', title: 'due_at', date: 'true'},{label: 'PaidAt', title: 'paid_at', date: 'true'}, + {label: 'Tahmini Maliyet', title: 'estimated_cost', number: 'true'},{label: 'Gerçekleşen Maliyet', title: 'actual_cost', number: 'true'}, + {label: 'Vade Tarihi', title: 'due_at', date: 'true'},{label: 'Ödeme Tarihi', title: 'paid_at', date: 'true'}, - {label: 'Event', title: 'event'}, + {label: 'Etkinlik', title: 'event'}, - {label: 'Vendor', title: 'vendor'}, + {label: 'Tedarikçi', title: 'vendor'}, - {label: 'Category', title: 'category', type: 'enum', options: ['venue','catering','av','staffing','marketing','travel','materials','other']},{label: 'Status', title: 'status', type: 'enum', options: ['planned','approved','committed','paid','canceled']}, + {label: 'Kategori', title: 'category', type: 'enum', options: ['venue','catering','av','staffing','marketing','travel','materials','other']},{label: 'Durum', title: 'status', type: 'enum', options: ['planned','approved','committed','paid','canceled']}, ]); const hasCreatePermission = currentUser && hasPermission(currentUser, 'CREATE_BUDGET_ITEMS'); - const addFilter = () => { + const addFiltre = () => { const newItem = { id: uniqueId(), fields: { @@ -78,7 +78,7 @@ const Budget_itemsTablesPage = () => { link.click() }; - const onModalConfirm = async () => { + const onModalOnayla = async () => { if (!csvFile) return; await dispatch(uploadCsv(csvFile)); dispatch(setRefetch(true)); @@ -94,28 +94,28 @@ const Budget_itemsTablesPage = () => { return ( <> - {getPageTitle('Budget_items')} + {getPageTitle('Bütçe Kalemleri')} - + {''} - {hasCreatePermission && } + {hasCreatePermission && } - + {hasCreatePermission && ( setIsModalActive(true)} /> )} @@ -137,12 +137,12 @@ const Budget_itemsTablesPage = () => { { return ( <> - {getPageTitle('New Item')} + {getPageTitle('Yeni Kayıt')} - + {''} @@ -260,11 +260,11 @@ const Budget_itemsNew = () => { @@ -308,7 +308,7 @@ const Budget_itemsNew = () => { - + @@ -356,7 +356,7 @@ const Budget_itemsNew = () => { - + @@ -391,12 +391,12 @@ const Budget_itemsNew = () => { @@ -427,12 +427,12 @@ const Budget_itemsNew = () => { @@ -467,12 +467,12 @@ const Budget_itemsNew = () => { @@ -503,12 +503,12 @@ const Budget_itemsNew = () => { @@ -546,7 +546,7 @@ const Budget_itemsNew = () => { - + @@ -576,7 +576,7 @@ const Budget_itemsNew = () => { - + @@ -592,7 +592,7 @@ const Budget_itemsNew = () => { - + { { - - - router.push('/budget_items/budget_items-list')}/> + + + router.push('/budget_items/budget_items-list')}/> diff --git a/frontend/src/pages/budget_items/budget_items-table.tsx b/frontend/src/pages/budget_items/budget_items-table.tsx index 456c197..84c3549 100644 --- a/frontend/src/pages/budget_items/budget_items-table.tsx +++ b/frontend/src/pages/budget_items/budget_items-table.tsx @@ -34,27 +34,27 @@ const Budget_itemsTablesPage = () => { const dispatch = useAppDispatch(); - const [filters] = useState([{label: 'BudgetItemName', title: 'name'},{label: 'Notes', title: 'notes'}, + const [filters] = useState([{label: 'Bütçe Kalemi Adı', title: 'name'},{label: 'Notlar', title: 'notes'}, - {label: 'EstimatedCost', title: 'estimated_cost', number: 'true'},{label: 'ActualCost', title: 'actual_cost', number: 'true'}, - {label: 'DueAt', title: 'due_at', date: 'true'},{label: 'PaidAt', title: 'paid_at', date: 'true'}, + {label: 'Tahmini Maliyet', title: 'estimated_cost', number: 'true'},{label: 'Gerçekleşen Maliyet', title: 'actual_cost', number: 'true'}, + {label: 'Vade Tarihi', title: 'due_at', date: 'true'},{label: 'Ödeme Tarihi', title: 'paid_at', date: 'true'}, - {label: 'Event', title: 'event'}, + {label: 'Etkinlik', title: 'event'}, - {label: 'Vendor', title: 'vendor'}, + {label: 'Tedarikçi', title: 'vendor'}, - {label: 'Category', title: 'category', type: 'enum', options: ['venue','catering','av','staffing','marketing','travel','materials','other']},{label: 'Status', title: 'status', type: 'enum', options: ['planned','approved','committed','paid','canceled']}, + {label: 'Kategori', title: 'category', type: 'enum', options: ['venue','catering','av','staffing','marketing','travel','materials','other']},{label: 'Durum', title: 'status', type: 'enum', options: ['planned','approved','committed','paid','canceled']}, ]); const hasCreatePermission = currentUser && hasPermission(currentUser, 'CREATE_BUDGET_ITEMS'); - const addFilter = () => { + const addFiltre = () => { const newItem = { id: uniqueId(), fields: { @@ -78,7 +78,7 @@ const Budget_itemsTablesPage = () => { link.click() }; - const onModalConfirm = async () => { + const onModalOnayla = async () => { if (!csvFile) return; await dispatch(uploadCsv(csvFile)); dispatch(setRefetch(true)); @@ -94,28 +94,28 @@ const Budget_itemsTablesPage = () => { return ( <> - {getPageTitle('Budget_items')} + {getPageTitle('Bütçe Kalemleri')} - + {''} - {hasCreatePermission && } + {hasCreatePermission && } - + {hasCreatePermission && ( setIsModalActive(true)} /> )} @@ -124,7 +124,7 @@ const Budget_itemsTablesPage = () => {
- Back to table + Tablo görünümüne dön
@@ -139,12 +139,12 @@ const Budget_itemsTablesPage = () => { { const { id } = router.query; - - function removeLastCharacter(str) { - console.log(str,`str`) - return str.slice(0, -1); - } useEffect(() => { dispatch(fetch({ id })); @@ -46,13 +41,13 @@ const Budget_itemsView = () => { return ( <> - {getPageTitle('View budget_items')} + {getPageTitle('Bütçe Kalemi Detayı')} - + @@ -108,7 +103,7 @@ const Budget_itemsView = () => {

Category

-

{budget_items?.category ?? 'No data'}

+

{budget_items?.category ?? 'Veri yok'}

@@ -140,7 +135,7 @@ const Budget_itemsView = () => {

Status

-

{budget_items?.status ?? 'No data'}

+

{budget_items?.status ?? 'Veri yok'}

@@ -164,7 +159,7 @@ const Budget_itemsView = () => {

EstimatedCost

-

{budget_items?.estimated_cost || 'No data'}

+

{budget_items?.estimated_cost || 'Veri yok'}

@@ -196,7 +191,7 @@ const Budget_itemsView = () => {

ActualCost

-

{budget_items?.actual_cost || 'No data'}

+

{budget_items?.actual_cost || 'Veri yok'}

@@ -230,7 +225,7 @@ const Budget_itemsView = () => { - + {budget_items.due_at ? { ) : null } disabled - /> :

No DueAt

} + /> :

Termin tarihi yok

}
@@ -270,7 +265,7 @@ const Budget_itemsView = () => { - + {budget_items.paid_at ? { -

{budget_items?.event?.name ?? 'No data'}

+

{budget_items?.event?.name ?? 'Veri yok'}

@@ -449,7 +444,7 @@ const Budget_itemsView = () => { -

{budget_items?.vendor?.name ?? 'No data'}

+

{budget_items?.vendor?.name ?? 'Veri yok'}

@@ -484,7 +479,7 @@ const Budget_itemsView = () => {

Notes

{budget_items.notes ?

- :

No data

+ :

Veri yok

}
@@ -581,7 +576,7 @@ const Budget_itemsView = () => { -

{budget_items?.organizations?.name ?? 'No data'}

+

{budget_items?.organizations?.name ?? 'Veri yok'}

@@ -671,7 +666,7 @@ const Budget_itemsView = () => { router.push('/budget_items/budget_items-list')} /> diff --git a/frontend/src/pages/companies/[companiesId].tsx b/frontend/src/pages/companies/[companiesId].tsx index 975ea78..f67e724 100644 --- a/frontend/src/pages/companies/[companiesId].tsx +++ b/frontend/src/pages/companies/[companiesId].tsx @@ -417,10 +417,10 @@ const EditCompanies = () => { return ( <> - {getPageTitle('Edit companies')} + {getPageTitle('Şirket Düzenle')} - + {''} @@ -434,11 +434,11 @@ const EditCompanies = () => { @@ -471,11 +471,11 @@ const EditCompanies = () => { @@ -508,11 +508,11 @@ const EditCompanies = () => { @@ -545,11 +545,11 @@ const EditCompanies = () => { @@ -582,11 +582,11 @@ const EditCompanies = () => { @@ -619,11 +619,11 @@ const EditCompanies = () => { @@ -656,11 +656,11 @@ const EditCompanies = () => { @@ -694,8 +694,8 @@ const EditCompanies = () => { - - + + @@ -726,8 +726,8 @@ const EditCompanies = () => { - - + + @@ -770,7 +770,7 @@ const EditCompanies = () => { - + @@ -815,7 +815,7 @@ const EditCompanies = () => { - + { - - - router.push('/companies/companies-list')}/> + + + router.push('/companies/companies-list')}/> diff --git a/frontend/src/pages/companies/companies-edit.tsx b/frontend/src/pages/companies/companies-edit.tsx index 2cca4ac..ceb7600 100644 --- a/frontend/src/pages/companies/companies-edit.tsx +++ b/frontend/src/pages/companies/companies-edit.tsx @@ -414,10 +414,10 @@ const EditCompaniesPage = () => { return ( <> - {getPageTitle('Edit companies')} + {getPageTitle('Şirket Düzenle')} - + {''} @@ -431,11 +431,11 @@ const EditCompaniesPage = () => { @@ -468,11 +468,11 @@ const EditCompaniesPage = () => { @@ -505,11 +505,11 @@ const EditCompaniesPage = () => { @@ -542,11 +542,11 @@ const EditCompaniesPage = () => { @@ -579,11 +579,11 @@ const EditCompaniesPage = () => { @@ -616,11 +616,11 @@ const EditCompaniesPage = () => { @@ -653,11 +653,11 @@ const EditCompaniesPage = () => { @@ -691,8 +691,8 @@ const EditCompaniesPage = () => { - - + + @@ -723,8 +723,8 @@ const EditCompaniesPage = () => { - - + + @@ -767,7 +767,7 @@ const EditCompaniesPage = () => { - + @@ -812,7 +812,7 @@ const EditCompaniesPage = () => { - + { - - - router.push('/companies/companies-list')}/> + + + router.push('/companies/companies-list')}/> diff --git a/frontend/src/pages/companies/companies-list.tsx b/frontend/src/pages/companies/companies-list.tsx index 251efb5..53dc57d 100644 --- a/frontend/src/pages/companies/companies-list.tsx +++ b/frontend/src/pages/companies/companies-list.tsx @@ -34,23 +34,23 @@ const CompaniesTablesPage = () => { const dispatch = useAppDispatch(); - const [filters] = useState([{label: 'CompanyName', title: 'name'},{label: 'LegalName', title: 'legal_name'},{label: 'TaxNumber', title: 'tax_number'},{label: 'Industry', title: 'industry'},{label: 'Website', title: 'website'},{label: 'Phone', title: 'phone'},{label: 'Email', title: 'email'},{label: 'BillingAddress', title: 'billing_address'},{label: 'ShippingAddress', title: 'shipping_address'}, + const [filters] = useState([{label: 'Şirket Adı', title: 'name'},{label: 'Resmi Ünvan', title: 'legal_name'},{label: 'Vergi Numarası', title: 'tax_number'},{label: 'Sektör', title: 'industry'},{label: 'Web Sitesi', title: 'website'},{label: 'Telefon', title: 'phone'},{label: 'E-posta', title: 'email'},{label: 'Fatura Adresi', title: 'billing_address'},{label: 'Sevkiyat Adresi', title: 'shipping_address'}, - {label: 'Owner', title: 'owner'}, + {label: 'Sorumlu Kişi', title: 'owner'}, - {label: 'Status', title: 'status', type: 'enum', options: ['active','inactive','prospect']}, + {label: 'Durum', title: 'status', type: 'enum', options: ['active','inactive','prospect']}, ]); const hasCreatePermission = currentUser && hasPermission(currentUser, 'CREATE_COMPANIES'); - const addFilter = () => { + const addFiltre = () => { const newItem = { id: uniqueId(), fields: { @@ -74,7 +74,7 @@ const CompaniesTablesPage = () => { link.click() }; - const onModalConfirm = async () => { + const onModalOnayla = async () => { if (!csvFile) return; await dispatch(uploadCsv(csvFile)); dispatch(setRefetch(true)); @@ -90,28 +90,28 @@ const CompaniesTablesPage = () => { return ( <> - {getPageTitle('Companies')} + {getPageTitle('Şirketler')} - + {''} - {hasCreatePermission && } + {hasCreatePermission && } - + {hasCreatePermission && ( setIsModalActive(true)} /> )} @@ -133,12 +133,12 @@ const CompaniesTablesPage = () => { { return ( <> - {getPageTitle('New Item')} + {getPageTitle('Yeni Kayıt')} - + {''} @@ -259,11 +259,11 @@ const CompaniesNew = () => { @@ -294,11 +294,11 @@ const CompaniesNew = () => { @@ -329,11 +329,11 @@ const CompaniesNew = () => { @@ -364,11 +364,11 @@ const CompaniesNew = () => { @@ -399,11 +399,11 @@ const CompaniesNew = () => { @@ -434,11 +434,11 @@ const CompaniesNew = () => { @@ -469,11 +469,11 @@ const CompaniesNew = () => { @@ -505,8 +505,8 @@ const CompaniesNew = () => { - - + + @@ -535,8 +535,8 @@ const CompaniesNew = () => { - - + + @@ -577,7 +577,7 @@ const CompaniesNew = () => { - + @@ -619,7 +619,7 @@ const CompaniesNew = () => { - + @@ -661,9 +661,9 @@ const CompaniesNew = () => { - - - router.push('/companies/companies-list')}/> + + + router.push('/companies/companies-list')}/> diff --git a/frontend/src/pages/companies/companies-table.tsx b/frontend/src/pages/companies/companies-table.tsx index d53dbe6..0331a61 100644 --- a/frontend/src/pages/companies/companies-table.tsx +++ b/frontend/src/pages/companies/companies-table.tsx @@ -34,23 +34,23 @@ const CompaniesTablesPage = () => { const dispatch = useAppDispatch(); - const [filters] = useState([{label: 'CompanyName', title: 'name'},{label: 'LegalName', title: 'legal_name'},{label: 'TaxNumber', title: 'tax_number'},{label: 'Industry', title: 'industry'},{label: 'Website', title: 'website'},{label: 'Phone', title: 'phone'},{label: 'Email', title: 'email'},{label: 'BillingAddress', title: 'billing_address'},{label: 'ShippingAddress', title: 'shipping_address'}, + const [filters] = useState([{label: 'Şirket Adı', title: 'name'},{label: 'Resmi Ünvan', title: 'legal_name'},{label: 'Vergi Numarası', title: 'tax_number'},{label: 'Sektör', title: 'industry'},{label: 'Web Sitesi', title: 'website'},{label: 'Telefon', title: 'phone'},{label: 'E-posta', title: 'email'},{label: 'Fatura Adresi', title: 'billing_address'},{label: 'Sevkiyat Adresi', title: 'shipping_address'}, - {label: 'Owner', title: 'owner'}, + {label: 'Sorumlu Kişi', title: 'owner'}, - {label: 'Status', title: 'status', type: 'enum', options: ['active','inactive','prospect']}, + {label: 'Durum', title: 'status', type: 'enum', options: ['active','inactive','prospect']}, ]); const hasCreatePermission = currentUser && hasPermission(currentUser, 'CREATE_COMPANIES'); - const addFilter = () => { + const addFiltre = () => { const newItem = { id: uniqueId(), fields: { @@ -74,7 +74,7 @@ const CompaniesTablesPage = () => { link.click() }; - const onModalConfirm = async () => { + const onModalOnayla = async () => { if (!csvFile) return; await dispatch(uploadCsv(csvFile)); dispatch(setRefetch(true)); @@ -90,28 +90,28 @@ const CompaniesTablesPage = () => { return ( <> - {getPageTitle('Companies')} + {getPageTitle('Şirketler')} - + {''} - {hasCreatePermission && } + {hasCreatePermission && } - + {hasCreatePermission && ( setIsModalActive(true)} /> )} @@ -120,7 +120,7 @@ const CompaniesTablesPage = () => {
- Back to table + Tablo görünümüne dön
@@ -135,12 +135,12 @@ const CompaniesTablesPage = () => { { const { id } = router.query; - - function removeLastCharacter(str) { - console.log(str,`str`) - return str.slice(0, -1); - } useEffect(() => { dispatch(fetch({ id })); @@ -46,13 +41,13 @@ const CompaniesView = () => { return ( <> - {getPageTitle('View companies')} + {getPageTitle('Şirket Detayı')} - + @@ -286,7 +281,7 @@ const CompaniesView = () => { - +