certd/packages/ui/certd-client/src/i18n/locale/en.ts

9 lines
157 B
TypeScript

export default {
app: { crud: { i18n: { name: "name", city: "city", status: "status" } } },
fs: {
rowHandle: {
title: "Operation"
}
}
};