mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Update vocabulary.ts
This commit is contained in:
parent
3a5d7f916b
commit
b96e96f58b
1 changed files with 9 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
||||||
import seedrandom from 'seedrandom';
|
import seedrandom from 'seedrandom';
|
||||||
|
|
||||||
export const itemPrefixes = [
|
export const itemPrefixes = [
|
||||||
'プラチナ製',
|
'Made of platinum',
|
||||||
'新鮮な',
|
'Fresh',
|
||||||
'最新式の',
|
'State-of-the-art',
|
||||||
'古代の',
|
'Ancient',
|
||||||
'手作り',
|
'handmade',
|
||||||
'時計じかけの',
|
'Clockwork',
|
||||||
'伝説の',
|
'Legendary',
|
||||||
'焼き',
|
'Grilled',
|
||||||
'生の',
|
'Raw',
|
||||||
'藍謹製',
|
'藍謹製',
|
||||||
'ポケットサイズ',
|
'ポケットサイズ',
|
||||||
'3日前の',
|
'3日前の',
|
||||||
|
|
Loading…
Reference in a new issue