Skip to content

Commit

Permalink
Update growth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
40chyan authored Jun 16, 2024
1 parent 9d44255 commit cb35f72
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/locales/zh_CN/growth.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit cb35f72

Please sign in to comment.