-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(*): add arm version of general quotes and homepage
- Loading branch information
Showing
19 changed files
with
262 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
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: "րոպե ընթերձել", | ||
me: { | ||
name: "Վրեժ Օգանիսյան", | ||
social: "Բաժանորդագրվել", | ||
socialDivider: "կամ", | ||
title: "👋 Ողջույն", | ||
description: | ||
"I’m a software engineer, lecturer, and rebel. Here I write about education, management, and the art of non-conformity.", | ||
}, | ||
}, | ||
}; |
Oops, something went wrong.