zh.ts 132 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import { I18NStrings } from './en'; export const zh: I18NStrings = { name: '中文', navigation: { back: '返回', }, };