Skip to content

Commit 31a45f6

Browse files
thezetraxZablon Dawit
and
Zablon Dawit
authored
feat: Added Amharic Translation (#478)
Co-authored-by: Zablon Dawit <[email protected]>
1 parent 3b6df50 commit 31a45f6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

β€Žsrc/locale/am_ET.ts

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
import type { Locale } from '../interface';
2+
3+
const locale: Locale = {
4+
locale: 'am_ET',
5+
today: 'α‹›αˆ¬',
6+
now: 'αŠ αˆαŠ•',
7+
backToToday: 'α‹ˆα‹° α‹›αˆ¬ α‰°αˆ˜αˆˆαˆ΅',
8+
ok: 'αŠ₯ሺ',
9+
clear: 'αŠ αŠ•αƒ',
10+
month: 'α‹ˆαˆ­',
11+
year: 'α‹“αˆ˜α‰΅',
12+
timeSelect: 'αˆ°α‹“α‰΅ ምረαŒ₯',
13+
dateSelect: 'α‰€αŠ• ምረαŒ₯',
14+
weekSelect: 'αˆ³αˆαŠ•α‰΅ ምረαŒ₯',
15+
monthSelect: 'α‹ˆαˆ­ ምረαŒ₯',
16+
yearSelect: 'αŠ αˆ˜α‰΅ ምረαŒ₯',
17+
decadeSelect: 'αŠ αˆ΅αˆ­α‰΅ αŠ αˆ˜α‰³α‰΅ ምረαŒ₯',
18+
yearFormat: 'YYYY',
19+
dateFormat: 'D/M/YYYY',
20+
dayFormat: 'D',
21+
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
22+
monthBeforeYear: true,
23+
previousMonth: 'α‹«αˆˆαˆα‹ α‹ˆαˆ­ (PageUp)',
24+
nextMonth: 'α‰€αŒ£α‹­ α‹ˆαˆ­ (PageDown)',
25+
previousYear: 'α‹«αˆˆαˆα‹ α‹“αˆ˜α‰΅ (Control + left)',
26+
nextYear: 'α‰€αŒ£α‹­ α‹“αˆ˜α‰΅ (Control + right)',
27+
previousDecade: 'α‹«αˆˆαˆα‹ αŠ αˆ΅αˆ­α‰΅ α‹“αˆ˜α‰΅',
28+
nextDecade: 'α‰€αŒ£α‹­ αŠ αˆ΅αˆ­α‰΅ α‹“αˆ˜α‰΅',
29+
previousCentury: 'α‹«αˆˆαˆα‹ ክፍለ α‹˜αˆ˜αŠ•',
30+
nextCentury: 'α‰€αŒ£α‹­ ክፍለ α‹˜αˆ˜αŠ•',
31+
};
32+
33+
export default locale;

0 commit comments

Comments
Β (0)