Skip to content

Commit e93a0ad

Browse files
Translation Delivery (#12868)
[INTERNAL] Translation delivery: commit by LX Lab Change-Id: Id64939dafaac2445585c70d295aa2bdac784ac0f Co-authored-by: ilhan orhan <ilhan.orhan007@gmail.com>
1 parent e2f530c commit e93a0ad

96 files changed

Lines changed: 866 additions & 455 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/ai/src/i18n/messagebundle_ar.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WRITING_ASSISTANT_BUTTON_TOOLTIP=مساعد الكتابة (Shift + F4)
2727

2828
WRITING_ASSISTANT_STOP_TOOLTIP=إيقاف الإنشاء (ESC)
2929

30-
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=الإصدار السابق
30+
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=الإصدار السابق (Ctrl + Shift + Z)
3131

32-
VERSIONING_NEXT_BUTTON_TOOLTIP=الإصدار التالي
32+
VERSIONING_NEXT_BUTTON_TOOLTIP=الإصدار التالي (Ctrl + Shift + Y)

packages/ai/src/i18n/messagebundle_bg.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WRITING_ASSISTANT_BUTTON_TOOLTIP=Асистент за писане (Shift + F4)
2727

2828
WRITING_ASSISTANT_STOP_TOOLTIP=Спиране на генерирането (Esc)
2929

30-
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Предишна версия
30+
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Предходна версия (Ctrl + Shift + Z)
3131

32-
VERSIONING_NEXT_BUTTON_TOOLTIP=Следваща версия
32+
VERSIONING_NEXT_BUTTON_TOOLTIP=Следваща версия (Ctrl + Shift + Y)

packages/ai/src/i18n/messagebundle_ca.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WRITING_ASSISTANT_BUTTON_TOOLTIP=Assistent de redacció (Majús + F4)
2727

2828
WRITING_ASSISTANT_STOP_TOOLTIP=Aturar la generació (Esc)
2929

30-
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Versió anterior
30+
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Versió anterior (Control + Majús + Z)
3131

32-
VERSIONING_NEXT_BUTTON_TOOLTIP=Versió següent
32+
VERSIONING_NEXT_BUTTON_TOOLTIP=Versió següent (Control + Majús + Y)

packages/ai/src/i18n/messagebundle_cnr.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WRITING_ASSISTANT_BUTTON_TOOLTIP=Pomoćnik pri pisanju (Shift + F4)
2727

2828
WRITING_ASSISTANT_STOP_TOOLTIP=Zaustavi generisanje (Esc)
2929

30-
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Prethodna verzija
30+
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Prethodna verzija (Ctrl + Shift + Z)
3131

32-
VERSIONING_NEXT_BUTTON_TOOLTIP=Sljedeća verzija
32+
VERSIONING_NEXT_BUTTON_TOOLTIP=Sljedeća verzija (Ctrl + Shift + Y)

packages/ai/src/i18n/messagebundle_cs.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WRITING_ASSISTANT_BUTTON_TOOLTIP=Asistent psaní (Shift + F4
2727

2828
WRITING_ASSISTANT_STOP_TOOLTIP=Zastavit generování (Esc)
2929

30-
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Předchozí verze
30+
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Předchozí verze (Ctrl + Shift + Z)
3131

32-
VERSIONING_NEXT_BUTTON_TOOLTIP=Další verze
32+
VERSIONING_NEXT_BUTTON_TOOLTIP=Příští verze (Ctrl + Shift + Y)

packages/ai/src/i18n/messagebundle_cy.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WRITING_ASSISTANT_BUTTON_TOOLTIP=Cynorthwyydd Ysgrifennu (Shift + F4)
2727

2828
WRITING_ASSISTANT_STOP_TOOLTIP=Stopio Cynhyrchu (Esc)
2929

30-
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Fersiwn Flaenorol
30+
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Fersiwn Flaenorol (Ctrl + Shift + Z)
3131

32-
VERSIONING_NEXT_BUTTON_TOOLTIP=Fersiwn Nesaf
32+
VERSIONING_NEXT_BUTTON_TOOLTIP=Fersiwn Nesaf (Ctrl + Shift + Y)

packages/ai/src/i18n/messagebundle_da.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WRITING_ASSISTANT_BUTTON_TOOLTIP=Skriveassistent (Skift + F4)
2727

2828
WRITING_ASSISTANT_STOP_TOOLTIP=Stop generering (Esc)
2929

30-
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Forrige version
30+
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Forrige version (Ctrl + Skift + Z)
3131

32-
VERSIONING_NEXT_BUTTON_TOOLTIP=Næste version
32+
VERSIONING_NEXT_BUTTON_TOOLTIP=Næste version (Ctrl + Skift + Y)

packages/ai/src/i18n/messagebundle_de.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WRITING_ASSISTANT_BUTTON_TOOLTIP=Formulierungsassistent (Umschalt + F4)
2727

2828
WRITING_ASSISTANT_STOP_TOOLTIP=Generierung stoppen (Esc)
2929

30-
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Vorherige Version
30+
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Vorherige Version (Strg + Umschalt + Z)
3131

32-
VERSIONING_NEXT_BUTTON_TOOLTIP=Nächste Version
32+
VERSIONING_NEXT_BUTTON_TOOLTIP=Nächste Version (Strg + Umschalt + Y)

packages/ai/src/i18n/messagebundle_el.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WRITING_ASSISTANT_BUTTON_TOOLTIP=Βοηθός Εγγραφής (Shift + F4)
2727

2828
WRITING_ASSISTANT_STOP_TOOLTIP=Διακοπή Δημιουργίας (ESC)
2929

30-
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Προηγούμενη Έκδοση
30+
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Προηγούμενη Έκδοση (Ctrl + Shift + Z)
3131

32-
VERSIONING_NEXT_BUTTON_TOOLTIP=Επόμενη Έκδοση
32+
VERSIONING_NEXT_BUTTON_TOOLTIP=Επόμενη Έκδοση (Ctrl + Shift + Y)
Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,32 @@
1-
#XTXT: Text for characters left
1+
22
PROMPT_INPUT_CHARACTERS_LEFT={0} characters remaining
33

4-
#XTXT: Text for characters over
54
PROMPT_INPUT_CHARACTERS_EXCEEDED={0} characters over limit
65

7-
#XTXT: Text for
86
BUTTON_TOOLTIP_TEXT={0} with Artificial Intelligence
97

10-
#XFLD: Text for the aria-label attribute of the Writing Assistant toolbar
118
WRITING_ASSISTANT_LABEL=Writing Assistant Toolbar Shift + F4
129

13-
#XFLD: Next version button accessible name in Input
1410
INPUT_VERSIONING_NEXT_BUTTON_TOOLTIP=Next Version (Ctrl + Shift + Y)
1511

16-
#XFLD: Next version button accessible name in Input
1712
INPUT_VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Previous Version (Ctrl + Shift + Z)
1813

19-
#XFLD: Tooltip for the Writing Assistant button in Input
2014
INPUT_WRITING_ASSISTANT_BUTTON_TOOLTIP=AI Writing Assistant (Shift + F4)
2115

22-
#XFLD: Previous version button accessible name
2316
VERSIONING_PREVIOUS_BUTTON_TEXT=Previous Version
2417

25-
#XFLD: Next version button accessible name
2618
VERSIONING_NEXT_BUTTON_TEXT=Next Version
2719

28-
#XMSG: Announcement message when Writing Assistant starts generating
2920
WRITING_ASSISTANT_GENERATING_ANNOUNCEMENT=Stop generating (ESC)
3021

31-
#XFLD: Accessible name for the Writing Assistant toolbar
3222
WRITING_ASSISTANT_TOOLBAR_ACCESSIBLE_NAME=Writing Assistant Toolbar
3323

34-
#XFLD: Accessible name for the Writing Assistant button
3524
WRITING_ASSISTANT_BUTTON_ACCESSIBLE_NAME=Writing Assistant
3625

37-
#XTOL: Tooltip for the Writing Assistant button
3826
WRITING_ASSISTANT_BUTTON_TOOLTIP=Writing Assistant (Shift + F4)
3927

40-
#XTOL: Writing Assistant stop generating button tooltip
4128
WRITING_ASSISTANT_STOP_TOOLTIP=Stop Generating (Esc)
4229

43-
#XTOL: Tooltip for the Previous Version button
4430
VERSIONING_PREVIOUS_BUTTON_TOOLTIP=Previous Version (Ctrl + Shift + Z)
4531

46-
#XTOL: Tooltip for the Next Version button
4732
VERSIONING_NEXT_BUTTON_TOOLTIP=Next Version (Ctrl + Shift + Y)

0 commit comments

Comments
 (0)