[Localization(zh)] Update growth.ts (#2305)

This commit is contained in:
Yonmaru40 2024-06-17 06:43:52 +08:00 committed by GitHub
parent f26a21c74b
commit 0ed8c32e8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const growth: SimpleTranslationEntries = {
"Erratic": "快",
"Fast": "快",
"Medium_Fast": "快",
"Medium_Slow": "慢",
"Slow": "慢",
"Fluctuating": "慢"
} as const;
"Erratic": "非常快",
"Fast": "快",
"Medium_Fast": "快",
"Medium_Slow": "慢",
"Slow": "慢",
"Fluctuating": "非常慢"
} as const;