mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
chore: translate userTypes
This commit is contained in:
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user