Skip to content

Commit b465cd6

Browse files
authored
feat: Remove shortcut hints from locale (#988)
1 parent fc53277 commit b465cd6

75 files changed

Lines changed: 343 additions & 356 deletions

Some content is hidden

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

src/locale/am_ET.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ const locale: Locale = {
1919
yearFormat: 'YYYY',
2020
dayFormat: 'D',
2121
monthBeforeYear: true,
22-
previousMonth: 'ያለፈው ወር (PageUp)',
23-
nextMonth: 'ቀጣይ ወር (PageDown)',
24-
previousYear: 'ያለፈው ዓመት (Control + left)',
25-
nextYear: 'ቀጣይ ዓመት (Control + right)',
22+
previousMonth: 'ያለፈው ወር',
23+
nextMonth: 'ቀጣይ ወር',
24+
previousYear: 'ያለፈው ዓመት',
25+
nextYear: 'ቀጣይ ዓመት',
2626
previousDecade: 'ያለፈው አስርት ዓመት',
2727
nextDecade: 'ቀጣይ አስርት ዓመት',
2828
previousCentury: 'ያለፈው ክፍለ ዘመን',

src/locale/ar_EG.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ const locale: Locale = {
1717
monthSelect: 'اختيار الشهر',
1818
yearSelect: 'اختيار السنة',
1919
decadeSelect: 'اختيار العقد',
20-
previousMonth: 'الشهر السابق (PageUp)',
21-
nextMonth: 'الشهر التالى(PageDown)',
22-
previousYear: 'العام السابق (Control + left)',
23-
nextYear: 'العام التالى (Control + right)',
20+
previousMonth: 'الشهر السابق',
21+
nextMonth: 'الشهر التالى',
22+
previousYear: 'العام السابق',
23+
nextYear: 'العام التالى',
2424
previousDecade: 'العقد السابق',
2525
nextDecade: 'العقد التالى',
2626
previousCentury: 'القرن السابق',

src/locale/az_AZ.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const locale: Locale = {
1818
monthSelect: 'Ay seç',
1919
yearSelect: 'il seç',
2020
decadeSelect: 'Onillik seçin',
21-
previousMonth: 'Əvvəlki ay (PageUp)',
22-
nextMonth: 'Növbəti ay (PageDown)',
23-
previousYear: 'Sonuncu il (Control + left)',
24-
nextYear: 'Növbəti il (Control + right)',
21+
previousMonth: 'Əvvəlki ay',
22+
nextMonth: 'Növbəti ay',
23+
previousYear: 'Sonuncu il',
24+
nextYear: 'Növbəti il',
2525
previousDecade: 'Sonuncu onillik',
2626
nextDecade: 'Növbəti onillik',
2727
previousCentury: 'Sonuncu əsr',

src/locale/bg_BG.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ const locale: Locale = {
1717
monthSelect: 'Избор на месец',
1818
yearSelect: 'Избор на година',
1919
decadeSelect: 'Десетилетие',
20-
previousMonth: 'Предишен месец (PageUp)',
21-
nextMonth: 'Следващ месец (PageDown)',
22-
previousYear: 'Последна година (Control + left)',
23-
nextYear: 'Следваща година (Control + right)',
20+
previousMonth: 'Предишен месец',
21+
nextMonth: 'Следващ месец',
22+
previousYear: 'Последна година',
23+
nextYear: 'Следваща година',
2424
previousDecade: 'Предишно десетилетие',
2525
nextDecade: 'Следващо десетилетие',
2626
previousCentury: 'Последен век',

src/locale/bn_BD.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const locale: Locale = {
1818
monthSelect: 'মাস পছন্দ করুন',
1919
yearSelect: 'বছর পছন্দ করুন',
2020
decadeSelect: 'একটি দশক পছন্দ করুন',
21-
previousMonth: 'গত মাস (PageUp)',
22-
nextMonth: 'আগামী মাস (PageDown)',
23-
previousYear: 'গত বছর (Control + left)',
24-
nextYear: 'আগামী বছর (Control + right)',
21+
previousMonth: 'গত মাস',
22+
nextMonth: 'আগামী মাস',
23+
previousYear: 'গত বছর',
24+
nextYear: 'আগামী বছর',
2525
previousDecade: 'গত দশক',
2626
nextDecade: 'পরের দশক',
2727
previousCentury: 'গত শতাব্দী',

src/locale/by_BY.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ const locale: Locale = {
1919
yearSelect: 'Выбраць год',
2020
decadeSelect: 'Выбраць дзесяцігоддзе',
2121

22-
previousMonth: 'Папярэдні месяц (PageUp)',
23-
nextMonth: 'Наступны месяц (PageDown)',
24-
previousYear: 'Папярэдні год (Control + left)',
25-
nextYear: 'Наступны год (Control + right)',
22+
previousMonth: 'Папярэдні месяц',
23+
nextMonth: 'Наступны месяц',
24+
previousYear: 'Папярэдні год',
25+
nextYear: 'Наступны год',
2626
previousDecade: 'Папярэдняе дзесяцігоддзе',
2727
nextDecade: 'Наступнае дзесяцігоддзе',
2828
previousCentury: 'Папярэдні век',

src/locale/ca_ES.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ const locale: Locale = {
1717
monthSelect: 'Escollir un mes',
1818
yearSelect: 'Escollir un any',
1919
decadeSelect: 'Escollir una dècada',
20-
previousMonth: 'Mes anterior (PageUp)',
21-
nextMonth: 'Mes següent (PageDown)',
22-
previousYear: 'Any anterior (Control + left)',
23-
nextYear: 'Mes següent (Control + right)',
20+
previousMonth: 'Mes anterior',
21+
nextMonth: 'Mes següent',
22+
previousYear: 'Any anterior',
23+
nextYear: 'Mes següent',
2424
previousDecade: 'Dècada anterior',
2525
nextDecade: 'Dècada següent',
2626
previousCentury: 'Segle anterior',

src/locale/cs_CZ.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const locale: Locale = {
1818
yearSelect: 'Vyberte rok',
1919
decadeSelect: 'Vyberte dekádu',
2020

21-
previousMonth: 'Předchozí měsíc (PageUp)',
22-
nextMonth: 'Následující (PageDown)',
23-
previousYear: 'Předchozí rok (Control + left)',
24-
nextYear: 'Následující rok (Control + right)',
21+
previousMonth: 'Předchozí měsíc',
22+
nextMonth: 'Následující',
23+
previousYear: 'Předchozí rok',
24+
nextYear: 'Následující rok',
2525
previousDecade: 'Předchozí dekáda',
2626
nextDecade: 'Následující dekáda',
2727
previousCentury: 'Předchozí století',

src/locale/da_DK.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const locale: Locale = {
1818
yearSelect: 'Vælg år',
1919
decadeSelect: 'Vælg årti',
2020

21-
previousMonth: 'Forrige måned (Page Up)',
22-
nextMonth: 'Næste måned (Page Down)',
23-
previousYear: 'Forrige år (Ctrl-venstre pil)',
24-
nextYear: 'Næste år (Ctrl-højre pil)',
21+
previousMonth: 'Forrige måned',
22+
nextMonth: 'Næste måned',
23+
previousYear: 'Forrige år',
24+
nextYear: 'Næste år',
2525
previousDecade: 'Forrige årti',
2626
nextDecade: 'Næste årti',
2727
previousCentury: 'Forrige århundrede',

src/locale/de_DE.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const locale: Locale = {
1818
yearSelect: 'Wähle ein Jahr',
1919
decadeSelect: 'Wähle ein Jahrzehnt',
2020

21-
previousMonth: 'Vorheriger Monat (PageUp)',
22-
nextMonth: 'Nächster Monat (PageDown)',
23-
previousYear: 'Vorheriges Jahr (Ctrl + left)',
24-
nextYear: 'Nächstes Jahr (Ctrl + right)',
21+
previousMonth: 'Vorheriger Monat',
22+
nextMonth: 'Nächster Monat',
23+
previousYear: 'Vorheriges Jahr',
24+
nextYear: 'Nächstes Jahr',
2525
previousDecade: 'Vorheriges Jahrzehnt',
2626
nextDecade: 'Nächstes Jahrzehnt',
2727
previousCentury: 'Vorheriges Jahrhundert',

0 commit comments

Comments
 (0)