@rucken/todo-web
Version:
Base components and ui for todo application maked on Angular7+ and based on Rucken template
23 lines (22 loc) • 653 B
TypeScript
export declare const RuI18n: {
'Select project': string;
Select: string;
'Delete status': string;
'Do you really want to delete status "{{title}}" from project?': string;
'Select status for append to project': string;
'Delete user': string;
'Do you really want to delete user "{{fullName}}" from project?': string;
'Select user for append to project': string;
Projects: string;
'Select status': string;
Statuses: string;
'Select task': string;
Tasks: string;
Russian: string;
English: string;
Delete: string;
Append: string;
Save: string;
Create: string;
Close: string;
};