Last change
on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[59329aa] | 1 | export interface Translation {
|
---|
| 2 | startsWith?: string;
|
---|
| 3 | contains?: string;
|
---|
| 4 | notContains?: string;
|
---|
| 5 | endsWith?: string;
|
---|
| 6 | equals?: string;
|
---|
| 7 | notEquals?: string;
|
---|
| 8 | noFilter?: string;
|
---|
| 9 | lt?: string;
|
---|
| 10 | lte?: string;
|
---|
| 11 | gt?: string;
|
---|
| 12 | gte?: string;
|
---|
| 13 | is?: string;
|
---|
| 14 | isNot?: string;
|
---|
| 15 | before?: string;
|
---|
| 16 | after?: string;
|
---|
| 17 | dateIs?: string;
|
---|
| 18 | dateIsNot?: string;
|
---|
| 19 | dateBefore?: string;
|
---|
| 20 | dateAfter?: string;
|
---|
| 21 | clear?: string;
|
---|
| 22 | apply?: string;
|
---|
| 23 | matchAll?: string;
|
---|
| 24 | matchAny?: string;
|
---|
| 25 | addRule?: string;
|
---|
| 26 | removeRule?: string;
|
---|
| 27 | accept?: string;
|
---|
| 28 | reject?: string;
|
---|
| 29 | choose?: string;
|
---|
| 30 | upload?: string;
|
---|
| 31 | cancel?: string;
|
---|
| 32 | dayNames?: string[];
|
---|
| 33 | dayNamesShort?: string[];
|
---|
| 34 | dayNamesMin?: string[];
|
---|
| 35 | monthNames?: string[];
|
---|
| 36 | monthNamesShort?: string[];
|
---|
| 37 | dateFormat?: string;
|
---|
| 38 | today?: string;
|
---|
| 39 | weekHeader?: string;
|
---|
| 40 | weak?: string;
|
---|
| 41 | medium?: string;
|
---|
| 42 | strong?: string;
|
---|
| 43 | passwordPrompt?: string;
|
---|
| 44 | emptyMessage?: string;
|
---|
| 45 | emptyFilterMessage?: string;
|
---|
| 46 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.