|
| 1 | +#This is the resource bundle for the UI5 Web Components |
| 2 | +# |
1 | 3 |
|
| 4 | +#XTXT: Text for characters left |
2 | 5 | PROMPT_INPUT_CHARACTERS_LEFT={0} characters remaining |
3 | 6 |
|
| 7 | +#XTXT: Text for characters over |
4 | 8 | PROMPT_INPUT_CHARACTERS_EXCEEDED={0} characters over limit |
5 | 9 |
|
| 10 | +#XTXT: Text for |
6 | 11 | BUTTON_TOOLTIP_TEXT={0} with Artificial Intelligence |
7 | 12 |
|
| 13 | +#XFLD: Text for the aria-label attribute of the Writing Assistant toolbar |
8 | 14 | WRITING_ASSISTANT_LABEL=Writing Assistant Toolbar Shift + F4 |
9 | 15 |
|
| 16 | +#XFLD: Next version button accessible name in Input |
| 17 | +INPUT_VERSIONING_NEXT_BUTTON_TOOLTIP=Next Version (Ctrl + Shift + Y) |
| 18 | + |
| 19 | +#XFLD: Next version button accessible name in Input |
| 20 | +INPUT_VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Previous Version (Ctrl + Shift + Z) |
| 21 | + |
| 22 | +#XFLD: Tooltip for the Writing Assistant button in Input |
| 23 | +INPUT_WRITING_ASSISTANT_BUTTON_TOOLTIP=AI Writing Assistant (Shift + F4) |
| 24 | + |
| 25 | +#XFLD: Previous version button accessible name |
10 | 26 | VERSIONING_PREVIOUS_BUTTON_TEXT=Previous Version |
11 | 27 |
|
| 28 | +#XFLD: Next version button accessible name |
12 | 29 | VERSIONING_NEXT_BUTTON_TEXT=Next Version |
13 | 30 |
|
| 31 | +#XMSG: Announcement message when Writing Assistant starts generating |
14 | 32 | WRITING_ASSISTANT_GENERATING_ANNOUNCEMENT=Stop generating (ESC) |
15 | 33 |
|
| 34 | +#XFLD: Accessible name for the Writing Assistant toolbar |
16 | 35 | WRITING_ASSISTANT_TOOLBAR_ACCESSIBLE_NAME=Writing Assistant Toolbar |
17 | 36 |
|
| 37 | +#XFLD: Accessible name for the Writing Assistant button |
18 | 38 | WRITING_ASSISTANT_BUTTON_ACCESSIBLE_NAME=Writing Assistant |
19 | 39 |
|
| 40 | +#XTOL: Tooltip for the Writing Assistant button |
20 | 41 | WRITING_ASSISTANT_BUTTON_TOOLTIP=Writing Assistant (Shift + F4) |
21 | 42 |
|
| 43 | +#XTOL: Writing Assistant stop generating button tooltip |
| 44 | +WRITING_ASSISTANT_STOP_TOOLTIP=Stop Generating (Esc) |
| 45 | + |
| 46 | +#XFLD: Tooltip for the Previous Version button |
22 | 47 | VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Previous Version |
23 | 48 |
|
| 49 | +#XFLD: Tooltip for the Next Version button |
24 | 50 | VERSIONING_NEXT_BUTTON_TOOLTIP=Next Version |
0 commit comments