2019-10-09 14:51:17 +00:00
|
|
|
import prefill from '../prefill';
|
2024-07-24 21:36:29 +00:00
|
|
|
import t from '../../translation';
|
2016-01-21 13:24:10 +00:00
|
|
|
|
2019-10-01 15:53:48 +00:00
|
|
|
export default prefill({
|
2024-07-24 21:36:29 +00:00
|
|
|
0: { text: t('none') },
|
|
|
|
|
1: { text: t('blueFlower') },
|
|
|
|
|
2: { text: t('greenFlower') },
|
|
|
|
|
3: { text: t('pinkFlower') },
|
|
|
|
|
4: { text: t('purpleFlower') },
|
|
|
|
|
5: { text: t('orangeFlower') },
|
|
|
|
|
6: { text: t('yellowFlower') },
|
|
|
|
|
7: { text: t('hoopEarrings') },
|
|
|
|
|
8: { text: t('goldEarringLeft') },
|
|
|
|
|
9: { text: t('goldEarringRight') },
|
|
|
|
|
10: { text: t('goldEarrings') },
|
|
|
|
|
11: { text: t('whiteEarrings') },
|
|
|
|
|
12: { text: t('blueEarrings') },
|
|
|
|
|
13: { text: t('greenEarrings') },
|
|
|
|
|
14: { text: t('redEarrings') },
|
|
|
|
|
15: { text: t('pinkEarrings') },
|
|
|
|
|
16: { text: t('purpleEarrings') },
|
2016-01-21 13:24:10 +00:00
|
|
|
});
|