You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/i18n/ui.ts
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,12 @@ export const ui = {
15
15
en: {
16
16
"site.title": "Ultimate Python",
17
17
"nav.start": "Start Learning",
18
+
"nav.home": "Back to home",
18
19
"nav.github": "View on GitHub",
19
20
21
+
"notFound.title": "Page not found",
22
+
"notFound.message": "This page doesn't exist or may have moved. Search the sidebar or start from the first lesson.",
23
+
20
24
"welcome.title": "Master Python by example",
21
25
"welcome.subtitle": "An interactive study guide for newcomers and professionals. Learn from clean, heavily-commented code runnable on Replit or locally with zero dependencies.",
22
26
"card.lessons.title": "Standalone Lessons",
@@ -38,8 +42,12 @@ export const ui = {
38
42
ko: {
39
43
"site.title": "Ultimate Python",
40
44
"nav.start": "학습 시작하기",
45
+
"nav.home": "홈으로 돌아가기",
41
46
"nav.github": "GitHub에서 보기",
42
47
48
+
"notFound.title": "페이지를 찾을 수 없습니다",
49
+
"notFound.message": "이 페이지가 없거나 이동했을 수 있습니다. 사이드바에서 검색하거나 첫 레슨부터 시작하세요.",
50
+
43
51
"welcome.title": "예제로 마스터하는 Python",
44
52
"welcome.subtitle": "초보자와 전문가 모두를 위한 대화형 학습 가이드. Replit이나 로컬에서 의존성 없이 실행 가능한 깨끗하고 주석이 잘 달린 코드로 학습하세요.",
"notFound.message": "Esta página no existe o puede haberse movido. Busca en la barra lateral o empieza desde la primera lección.",
104
+
89
105
"welcome.title": "Domina Python a través de ejemplos",
90
106
"welcome.subtitle": "Una guía de estudio interactiva para principiantes y profesionales. Aprende con código limpio y comentado, ejecutable localmente o en Replit sin dependencias.",
91
107
"card.lessons.title": "Lecciones Independientes",
@@ -107,8 +123,12 @@ export const ui = {
107
123
de: {
108
124
"site.title": "Ultimate Python",
109
125
"nav.start": "Lernen starten",
126
+
"nav.home": "Zur Startseite",
110
127
"nav.github": "Auf GitHub anzeigen",
111
128
129
+
"notFound.title": "Seite nicht gefunden",
130
+
"notFound.message": "Diese Seite existiert nicht oder wurde verschoben. Nutze die Seitenleiste oder starte mit der ersten Lektion.",
131
+
112
132
"welcome.title": "Python an Beispielen meistern",
113
133
"welcome.subtitle": "Ein interaktiver Leitfaden für Einsteiger und Profis. Lerne mit sauberem, gut kommentiertem Code, der lokal oder in Replit ohne Abhängigkeiten läuft.",
114
134
"card.lessons.title": "Eigenständige Lektionen",
@@ -130,8 +150,12 @@ export const ui = {
130
150
fr: {
131
151
"site.title": "Ultimate Python",
132
152
"nav.start": "Commencer l'apprentissage",
153
+
"nav.home": "Retour à l'accueil",
133
154
"nav.github": "Voir sur GitHub",
134
155
156
+
"notFound.title": "Page introuvable",
157
+
"notFound.message": "Cette page n'existe pas ou a peut-être été déplacée. Utilisez la barre latérale ou commencez par la première leçon.",
158
+
135
159
"welcome.title": "Maîtrisez Python par l'exemple",
136
160
"welcome.subtitle": "Un guide d'étude interactif pour débutants et professionnels. Apprenez grâce à un code propre et commenté, exécutable localement ou sur Replit sans dépendances.",
137
161
"card.lessons.title": "Leçons Autonomes",
@@ -153,8 +177,12 @@ export const ui = {
153
177
hi: {
154
178
"site.title": "Ultimate Python",
155
179
"nav.start": "सीखना शुरू करें",
180
+
"nav.home": "होम पर वापस जाएँ",
156
181
"nav.github": "GitHub पर देखें",
157
182
183
+
"notFound.title": "पृष्ठ नहीं मिला",
184
+
"notFound.message": "यह पृष्ठ मौजूद नहीं है या स्थान बदल गया हो सकता है। साइडबार में खोजें या पहले पाठ से शुरू करें।",
185
+
158
186
"welcome.title": "उदाहरणों के माध्यम से पायथन को मास्टर करें",
159
187
"welcome.subtitle": "शुरुआती और पेशेवरों के लिए एक इंटरैक्टिव स्टडी गाइड। बिना किसी निर्भरता के स्थानीय रूप से या Replit पर चलने वाले स्पष्ट, टिप्पणियों से युक्त कोड से सीखें।",
160
188
"card.lessons.title": "स्वतंत्र पाठ",
@@ -176,8 +204,12 @@ export const ui = {
176
204
"pt-br": {
177
205
"site.title": "Ultimate Python",
178
206
"nav.start": "Começar a Aprender",
207
+
"nav.home": "Voltar ao início",
179
208
"nav.github": "Ver no GitHub",
180
209
210
+
"notFound.title": "Página não encontrada",
211
+
"notFound.message": "Esta página não existe ou pode ter sido movida. Pesquise na barra lateral ou comece pela primeira lição.",
212
+
181
213
"welcome.title": "Domine o Python através de exemplos",
182
214
"welcome.subtitle": "Um guia de estudo interativo para iniciantes e profissionais. Aprenda com código limpo e comentado, executável localmente ou no Replit sem dependências.",
0 commit comments