wj-elements
Version:
WebJET Elements is a modern set of user interface tools harnessing the power of web components designed to simplify web application development.
20 lines (19 loc) • 560 B
TypeScript
export const enGb: {
code: string;
name: string;
dir: string;
welcome: string;
'wj.file.upload.button': string;
'wj.file.upload.uploaded': string;
'wj.file.upload.from': string;
'wj.stepper.button.next': string;
'wj.stepper.button.finish': string;
'wj.stepper.button.previous': string;
'wj.stepper.step': string;
'wj.pagination.of': string;
'wj.pagination.first': string;
'wj.pagination.prev': string;
'wj.pagination.next': string;
'wj.pagination.last': string;
'wj.select.empty': string;
};