blob: 074dcb85d461c744bd81199926c43b3500c8e6bd [file] [log] [blame]
86133aaa3f5d2025-04-20 21:33:29 +08001export default {
2 'app.docs.components.icon.search.placeholder': 'Search icons here, click icon to copy code',
3 'app.docs.components.icon.outlined': 'Outlined',
4 'app.docs.components.icon.filled': 'Filled',
5 'app.docs.components.icon.two-tone': 'Two Tone',
6 'app.docs.components.icon.category.direction': 'Directional Icons',
7 'app.docs.components.icon.category.suggestion': 'Suggested Icons',
8 'app.docs.components.icon.category.editor': 'Editor Icons',
9 'app.docs.components.icon.category.data': 'Data Icons',
10 'app.docs.components.icon.category.other': 'Application Icons',
11 'app.docs.components.icon.category.logo': 'Brand and Logos',
12 'app.docs.components.icon.pic-searcher.intro':
13 'AI Search by image is online, you are welcome to use it! 🎉',
14 'app.docs.components.icon.pic-searcher.title': 'Search by image',
15 'app.docs.components.icon.pic-searcher.upload-text':
16 'Click, drag, or paste file to this area to upload',
17 'app.docs.components.icon.pic-searcher.upload-hint':
18 'We will find the best matching icon based on the image provided',
19 'app.docs.components.icon.pic-searcher.server-error':
20 'Predict service is temporarily unavailable',
21 'app.docs.components.icon.pic-searcher.matching': 'Matching...',
22 'app.docs.components.icon.pic-searcher.modelloading': 'Model is loading...',
23 'app.docs.components.icon.pic-searcher.result-tip': 'Matched the following icons for you:',
24 'app.docs.components.icon.pic-searcher.th-icon': 'Icon',
25 'app.docs.components.icon.pic-searcher.th-score': 'Probability',
26};