chore: translate userTypes

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-22 19:47:09 +01:00
parent 6fddf8ec42
commit 56e0f1696c
66 changed files with 81 additions and 75 deletions

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:checkLeapYears.title',
description: 'time:checkLeapYears.description',
shortDescription: 'time:checkLeapYears.shortDescription',
userTypes: ['General Users']
userTypes: ['generalUsers']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertDaysToHours.title',
description: 'time:convertDaysToHours.description',
shortDescription: 'time:convertDaysToHours.shortDescription',
userTypes: ['General Users']
userTypes: ['generalUsers']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertHoursToDays.title',
description: 'time:convertHoursToDays.description',
shortDescription: 'time:convertHoursToDays.shortDescription',
userTypes: ['General Users']
userTypes: ['generalUsers']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertSecondsToTime.title',
description: 'time:convertSecondsToTime.description',
shortDescription: 'time:convertSecondsToTime.shortDescription',
userTypes: ['General Users']
userTypes: ['generalUsers']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:convertTimeToSeconds.title',
description: 'time:convertTimeToSeconds.description',
shortDescription: 'time:convertTimeToSeconds.shortDescription',
userTypes: ['General Users', 'Developers']
userTypes: ['generalUsers', 'developers']
}
});

View File

@@ -19,6 +19,6 @@ export const tool = defineTool('time', {
name: 'time:crontabGuru.title',
description: 'time:crontabGuru.description',
shortDescription: 'time:crontabGuru.shortDescription',
userTypes: ['Developers']
userTypes: ['developers']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:timeBetweenDates.title',
description: 'time:timeBetweenDates.description',
shortDescription: 'time:timeBetweenDates.shortDescription',
userTypes: ['General Users', 'Developers']
userTypes: ['generalUsers', 'developers']
}
});

View File

@@ -11,6 +11,6 @@ export const tool = defineTool('time', {
name: 'time:truncateClockTime.title',
description: 'time:truncateClockTime.description',
shortDescription: 'time:truncateClockTime.shortDescription',
userTypes: ['General Users', 'Developers']
userTypes: ['generalUsers', 'developers']
}
});