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('string', {
name: 'string:base64.title',
description: 'string:base64.description',
shortDescription: 'string:base64.shortDescription',
userTypes: ['General Users', 'Developers']
userTypes: ['generalUsers', 'developers']
}
});

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('string', {
name: 'string:rot13.title',
description: 'string:rot13.description',
shortDescription: 'string:rot13.shortDescription',
userTypes: ['General Users', 'Developers']
userTypes: ['generalUsers', 'developers']
},
path: 'rot13',

View File

@@ -7,7 +7,7 @@ export const tool = defineTool('string', {
name: 'string:rotate.title',
description: 'string:rotate.description',
shortDescription: 'string:rotate.shortDescription',
userTypes: ['General Users', 'Developers']
userTypes: ['generalUsers', 'developers']
},
path: 'rotate',

View File

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

View File

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

View File

@@ -6,7 +6,7 @@ export const tool = defineTool('string', {
name: 'string:textReplacer.title',
description: 'string:textReplacer.description',
shortDescription: 'string:textReplacer.shortDescription',
userTypes: ['General Users', 'Developers']
userTypes: ['generalUsers', 'developers']
},
path: 'replacer',

View File

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

View File

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

View File

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