Skip to content

Commit 3eb4d60

Browse files
feat(client): created roadmap (#424)
Co-authored-by: DamianBrzezinskiHoA <[email protected]>
1 parent 747318b commit 3eb4d60

File tree

118 files changed

+5238
-43
lines changed

Some content is hidden

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

118 files changed

+5238
-43
lines changed

apps/blog/src/assets/i18n/en.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"become_author": "Become an author",
2828
"newsletter": "Angular.letter",
2929
"navLinks": "Navigation links",
30+
"roadmap": "Roadmap",
3031
"languagePicker": {
3132
"pl": "Polish",
3233
"en": "English"
@@ -119,6 +120,44 @@
119120
"button": "Return to the home page"
120121
}
121122
},
123+
"roadmapPage": {
124+
"introductionNode": {
125+
"title": "Angular.Love Roadmap Introduction",
126+
"description": "The Angular Roadmap on Angular.Love is your go-to guide for learning Angular the right way. It breaks down key concepts, best practices, and useful resources in a clear, structured way. Plus, it’s packed with valuable materials and constantly updated to keep up with the latest trends.",
127+
"additionalDescription": {
128+
"introduction": "Before diving into Angular, it's essential to have a solid understanding of the following concepts:",
129+
"toPrepareList": {
130+
"1": "HTML & CSS – Structure and styling of web pages, including Flexbox, Grid, and responsiveness.",
131+
"2": "JavaScript (ES6+) – Core concepts like variables, functions, promises, and async/await.",
132+
"3": "TypeScript – A typed version of JavaScript with interfaces, generics, and decorators.",
133+
"4": "Node.js & npm – Running JavaScript outside the browser and managing packages.",
134+
"5": "Git – Handling code versions, branches, and teamwork.",
135+
"6": "APIs & HTTP – Making requests and working with JSON data."
136+
},
137+
"ending": "Having a grasp of these topics will make your Angular learning journey much smoother and more effective."
138+
}
139+
},
140+
"label": {
141+
"optional": "optional",
142+
"comingSoon": "upcoming",
143+
"recommended": "recommended"
144+
},
145+
"dialog": {
146+
"becomeAuthor": "Become an author",
147+
"articles": "Articles",
148+
"description": "Description",
149+
"introductionDescription": "Before you start",
150+
"videos": "Videos",
151+
"creators": "Creators",
152+
"share": "Share this roadmap with others"
153+
},
154+
"controls": {
155+
"zoomInRoadmapButton": "Zoom in roadmap",
156+
"restoreRoadmapViewButton": "Restore roadmap default view",
157+
"restoreRoadmapZoomButton": "Restore roadmap original zoom",
158+
"zoomOutRoadmapButton": "Zoom out roadmap"
159+
}
160+
},
122161
"notFoundPage": {
123162
"title": "404",
124163
"description": "It seems like you've lost your way. The page you provided does not exist or the link has expired and is no longer available.",
@@ -156,7 +195,8 @@
156195
"home": "Blog and community for Angular fans",
157196
"aboutUs": "About us",
158197
"becomeAuthor": "Become an author",
159-
"notFound": "Not found"
198+
"notFound": "Not found",
199+
"roadmap": "Roadmap"
160200
},
161201
"adBanner": {
162202
"registerButton": "Download for free",

apps/blog/src/assets/i18n/pl.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"become_author": "Zostań autorem",
2828
"newsletter": "Angular.letter",
2929
"navLinks": "Menu",
30+
"roadmap": "Roadmap",
3031
"languagePicker": {
3132
"pl": "Polski",
3233
"en": "Angielski"
@@ -122,6 +123,44 @@
122123
"button": "Powrót na stronę główną"
123124
}
124125
},
126+
"roadmapPage": {
127+
"introductionNode": {
128+
"title": "Angular.Love Roadmap Wprowadzenie",
129+
"description": "Roadmapa Angulara na Angular.Love to Twoje niezastąpione źródło wiedzy, jeśli chcesz uczyć się Angulara we właściwy sposób. Przedstawia kluczowe koncepcje, dobre praktyki i przydatne materiały w przejrzystej, uporządkowanej formie. Co więcej, zawiera mnóstwo wartościowych zasobów i jest stale aktualizowana, aby nadążać za najnowszymi trendami",
130+
"additionalDescription": {
131+
"introduction": "Zanim zagłębisz się w Angulara, warto mieć solidne podstawy w następujących zagadnieniach:",
132+
"toPrepareList": {
133+
"1": "HTML i CSS – Struktura i stylowanie stron internetowych, w tym Flexbox, Grid i responsywność.",
134+
"2": "JavaScript (ES6+) – Podstawowe pojęcia, takie jak zmienne, funkcje, obietnice (promises) oraz async/await.",
135+
"3": "TypeScript – Typowana wersja JavaScriptu z interfejsami, generykami i dekoratorami.",
136+
"4": "Node.js i npm – Uruchamianie JavaScriptu poza przeglądarką i zarządzanie paczkami.",
137+
"5": "Git – Zarządzanie wersjami kodu, gałęziami i pracą zespołową.",
138+
"6": "API i HTTP – Wysyłanie zapytań i praca z danymi w formacie JSON."
139+
},
140+
"ending": "Opanowanie tych zagadnień sprawi, że nauka Angulara będzie znacznie płynniejsza i bardziej efektywna."
141+
}
142+
},
143+
"label": {
144+
"optional": "opcjonalne",
145+
"comingSoon": "w przyszłości",
146+
"recommended": "polecane"
147+
},
148+
"dialog": {
149+
"becomeAuthor": "Become an author",
150+
"articles": "Artykuły",
151+
"description": "Opis",
152+
"introductionDescription": "Zanim zaczniesz",
153+
"videos": "Materiały video",
154+
"creators": "Twórcy",
155+
"share": "Podziel się tą roadmapą z innymi"
156+
},
157+
"controls": {
158+
"zoomInRoadmapButton": "Przybliż roadmapę",
159+
"restoreRoadmapViewButton": "Przywróć domyślny widok roadmapy",
160+
"restoreRoadmapZoomButton": "Przywróć domyślne powiększenie roadmapy",
161+
"zoomOutRoadmapButton": "Oddal roadmapę"
162+
}
163+
},
125164
"notFoundPage": {
126165
"title": "404",
127166
"description": "Wygląda na to, że zgubiłeś drogę. Strona, której szukasz, nie istnieje lub link wygasł i jest już niedostępny.",
@@ -159,7 +198,8 @@
159198
"home": "Blog dla sympatyków Angulara",
160199
"aboutUs": "O nas",
161200
"becomeAuthor": "Zostań autorem",
162-
"notFound": "Nie znaleziono"
201+
"notFound": "Nie znaleziono",
202+
"roadmap": "Roadmap"
163203
},
164204
"adBanner": {
165205
"registerButton": "Pobierz za darmo",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)