Add 30 n12345
This commit is contained in:
parent
97e6aac39d
commit
df46525ccf
@ -49,7 +49,7 @@ export default function IncomeOutcome()
|
||||
}],
|
||||
annotations: {
|
||||
points: [{
|
||||
x: t('incomes'),
|
||||
x: t('income'),
|
||||
seriesIndex: 0,
|
||||
label: {
|
||||
borderColor: '#775DD0',
|
||||
|
||||
@ -13,7 +13,7 @@ export default function ServicesSubscriptions()
|
||||
const themeType = useAppSelector((state) => state.themeTypeReducer.value.themeType)
|
||||
// declare global variables
|
||||
const cookies = new Cookies();
|
||||
const t = useTranslations();
|
||||
const t = useTranslations('statistics');
|
||||
const locale = cookies.get("NEXT_LOCALE")
|
||||
const isRtl = locale == 'ar' ? true : false
|
||||
const isDark = themeType == 'dark' ? true : false
|
||||
|
||||
@ -13,7 +13,7 @@ export default function WorkersJobTypes()
|
||||
const themeType = useAppSelector((state) => state.themeTypeReducer.value.themeType)
|
||||
// declare global variables
|
||||
const cookies = new Cookies();
|
||||
const t = useTranslations();
|
||||
const t = useTranslations('statistics');
|
||||
const locale = cookies.get("NEXT_LOCALE")
|
||||
const isRtl = locale == 'ar' ? true : false
|
||||
const isDark = themeType == 'dark' ? true : false
|
||||
|
||||
@ -394,6 +394,8 @@
|
||||
"female": "أنثى",
|
||||
"total": "الإجمالي",
|
||||
"active": "نشط",
|
||||
"inactive": "غير نشط"
|
||||
"inactive": "غير نشط",
|
||||
"services": "الخدمات",
|
||||
"workers": "العمال"
|
||||
}
|
||||
}
|
||||
@ -398,6 +398,8 @@
|
||||
"female": "Female",
|
||||
"total": "Total",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive"
|
||||
"inactive": "Inactive",
|
||||
"services": "Services",
|
||||
"workers": "Workers"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user