-
Notifications
You must be signed in to change notification settings - Fork 0
/
translations.js
59 lines (58 loc) · 1.93 KB
/
translations.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
export const CommonTranslations = {
"en-US": {
home: "Home",
articles: "Articles",
blog: "Blog",
talks: "Talks",
about: "About",
library: "Library",
slides: "Slides",
books: "Books",
movies: "Movies",
tvShows: "TV Shows",
views: "Views",
published: "Published on",
projects: "Projects",
uses: "Uses",
support: "Support Author",
otherArticles: "You might also like",
readingTime: "min read",
me: {
name: "Vrezh Oganisyan",
social: "Subscribe in",
socialDivider: "or",
title: "👋 Hey, I’m Vrezh",
description:
"I’m a software engineer, lecturer, and rebel. Here I write about education, management, and the art of non-conformity.",
},
},
am: {
home: "Գլխավոր",
articles: "Հոդվածներ",
blog: "Բլոգ",
talks: "Ելույթներ",
about: "Իմ մասին",
library: "Գրադարան",
slides: "Սլայդներ",
books: "Գրքեր",
movies: "Ֆիլմեր",
tvShows: "Սերիալներ",
views: "Դիտում",
published: "Հրապարակվել է",
projects: "Նախագծեր",
uses: "Իմ դեվայսները",
support: "Աջակցել հեղինակին",
otherArticles: "Ձեզ կհետաքրքրի նաև",
readingTime: "րոպե ընթերցել",
articlesWarning:
"Հոդվածների մի մասը դեռ թարգմանվում են և հասանելի են միայն անգլերեն լեզվով։",
me: {
name: "Վրեժ Օգանիսյան",
social: "Բաժանորդագրվել էջին՝",
socialDivider: "կամ",
title: "👋 Ողջույն։ Ես Վրեժն եմ։",
description:
"Զբաղվում եմ ծրագրավորմամբ և դասախոսությամբ։ Այս էջում գրում եմ կրթության, մենեջմենթի և ՏՏ ոլորտի մասին։",
},
},
};