Skip to content

Commit d94613a

Browse files
authored
separate content of headers and footer (#1769)
1 parent bf006cd commit d94613a

Some content is hidden

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

95 files changed

+1499
-3415
lines changed

_data/de/footer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
terms_of_use: Terms of Use
2+
privacy_policy: Privacy Policy
3+
coc: Code of Conduct
4+
trademark_policy: Trademark Policy
5+
security_policy: Security Policy
6+
license: Lizenzvertrag

_data/de/menu.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Home
2+
home: Home
3+
4+
# Getting started
5+
getting_started: Einführung
6+
installing: Installing
7+
hello_world: Hello world
8+
generator: Express generator
9+
basic_routing: Basisrouting
10+
static_files: Statische Dateien
11+
examples: More examples
12+
faq: Häufig gestellte Fragen
13+
14+
# Guide
15+
guide: Leitfaden
16+
routing: Routing
17+
writing_middleware: Middleware schreiben
18+
using_middleware: Middleware verwenden
19+
overriding_express_api: Overriding the Express API
20+
using_template_engines: Template-Engines verwenden
21+
error_handling: Fehlerbehandlung
22+
debugging: Debugging
23+
behind_proxies: Express hinter Proxys
24+
migrating_4: Wechsel zu Express 4
25+
migrating_5: Wechsel zu Express 5
26+
database_integration: Datenbankintegration
27+
28+
# API reference
29+
30+
api: API-Referenz
31+
5x: 5.x
32+
4x: 4.x
33+
3x: 3.x (veraltet)
34+
2x: 2.x (veraltet)
35+
36+
# Advanced topics
37+
advanced: Themen für Fortgeschrittene
38+
developing_template_engines: Template-Engines
39+
security_updates: Sicherheitsupdates
40+
best_practice_security: Sicherheitsspezifische Best Practices
41+
best_practice_performance: Leistungsspezifische Best Practices
42+
healthcheck_graceful_shutdown: Health checks & shutdown
43+
44+
# Resources
45+
resources: Ressourcen
46+
glossary: Glossar
47+
middleware: Middleware
48+
community: Community
49+
utils: Utility modules
50+
contributing: Contributing to Express
51+
changelog: Release Change Log
52+
53+
# Support
54+
support: Support
55+
56+
# Blog
57+
blog: Blog
58+
latest_post: Latest post
59+
all_posts: All posts
60+
write_post: Write a Post

_data/en/footer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
terms_of_use: Terms of Use
2+
privacy_policy: Privacy Policy
3+
coc: Code of Conduct
4+
trademark_policy: Trademark Policy
5+
security_policy: Security Policy
6+
license: License

_data/en/menu.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Home
2+
home: Home
3+
4+
# Getting started
5+
getting_started: Getting started
6+
installing: Installing
7+
hello_world: Hello world
8+
generator: Express generator
9+
basic_routing: Basic routing
10+
static_files: Static files
11+
examples: More examples
12+
faq: FAQ
13+
14+
# Guide
15+
guide: Guide
16+
routing: Routing
17+
writing_middleware: Writing middleware
18+
using_middleware: Using middleware
19+
overriding_express_api: Overriding the Express API
20+
using_template_engines: Using template engines
21+
error_handling: Error handling
22+
debugging: Debugging
23+
behind_proxies: Express behind proxies
24+
migrating_4: Moving to Express 4
25+
migrating_5: Moving to Express 5
26+
database_integration: Database integration
27+
28+
# API reference
29+
30+
api: API reference
31+
5x: 5.x
32+
4x: 4.x
33+
3x: 3.x (deprecated)
34+
2x: 2.x (deprecated)
35+
36+
# Advanced topics
37+
advanced: Advanced topics
38+
developing_template_engines: Building template engines
39+
security_updates: Security updates
40+
best_practice_security: Security best practices
41+
best_practice_performance: Performance best practices
42+
healthcheck_graceful_shutdown: Health checks & shutdown
43+
44+
# Resources
45+
resources: Resources
46+
glossary: Glossary
47+
middleware: Middleware
48+
community: Community
49+
utils: Utility modules
50+
contributing: Contributing to Express
51+
changelog: Release Change Log
52+
53+
# Support
54+
support: Support
55+
56+
# Blog
57+
blog: Blog
58+
latest_post: Latest post
59+
all_posts: All posts
60+
write_post: Write a Post

_data/es/footer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
terms_of_use: Condiciones de uso
2+
privacy_policy: Política de privacidad
3+
coc: Código de conducta
4+
trademark_policy: Política de marcas
5+
security_policy: Seguridad
6+
license: Licencia

_data/es/menu.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Home
2+
home: Inicio
3+
4+
# Getting started
5+
getting_started: Cómo empezar
6+
installing: Instalación
7+
hello_world: Hello world
8+
generator: Generador de Express
9+
basic_routing: Direccionamiento básico
10+
static_files: Archivos estáticos
11+
examples: More examples
12+
faq: Preguntas más frecuentes
13+
14+
# Guide
15+
guide: Guía
16+
routing: Direccionamiento
17+
writing_middleware: Escritura de middleware
18+
using_middleware: Utilización del middleware
19+
overriding_express_api: Overriding the Express API
20+
using_template_engines: Utilización de motores de plantilla
21+
error_handling: Manejo de errores
22+
debugging: Depuración
23+
behind_proxies: Express detrás de proxies
24+
migrating_4: Migración a Express 4
25+
migrating_5: Migración a Express 5
26+
database_integration: Integración de la base de datos
27+
28+
# API reference
29+
api: Referencia de API
30+
5x: 5.x
31+
4x: 4.x
32+
3x: 3.x (en desuso)
33+
2x: 2.x (en desuso)
34+
35+
# Advanced topics
36+
advanced: Temas avanzados
37+
developing_template_engines: Motores de plantilla
38+
security_updates: Actualizaciones de seguridad
39+
best_practice_security: Mejores prácticas de seguridad
40+
best_practice_performance: Mejores prácticas de rendimiento
41+
healthcheck_graceful_shutdown: Health checks & shutdown
42+
43+
# Resources
44+
resources: Recursos
45+
glossary: Glosario
46+
middleware: Middleware
47+
community: Comunidad
48+
utils: Utility modules
49+
contributing: Contributing to Express
50+
changelog: Release Change Log
51+
52+
# Support
53+
support: Support
54+
55+
# Blog
56+
blog: Blog
57+
latest_post: Latest post
58+
all_posts: All posts
59+
write_post: Write a Post

_data/fr/footer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
terms_of_use: Terms of Use
2+
privacy_policy: Privacy Policy
3+
coc: Code of Conduct
4+
trademark_policy: Trademark Policy
5+
security_policy: Security Policy
6+
license: License

_data/fr/menu.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Home
2+
home: Accueil
3+
4+
# Getting started
5+
getting_started: Mise en route
6+
installing: Installing
7+
hello_world: Hello world
8+
generator: Générateur Express
9+
basic_routing: Routage de base
10+
static_files: Fichiers statiques
11+
examples: More examples
12+
faq: FAQ
13+
14+
# Guide
15+
guide: Guide
16+
routing: Routage
17+
writing_middleware: Ecriture de middleware
18+
using_middleware: Utilisation de middleware
19+
overriding_express_api: Overriding the Express API
20+
using_template_engines: Utilisation de moteurs de modèles
21+
error_handling: Traitement d'erreurs
22+
debugging: Débogage
23+
behind_proxies: Express derrière Proxys
24+
migrating_4: Migration vers Express 4
25+
migrating_5: Migration vers Express 5
26+
database_integration: Intégration de bases de données
27+
28+
# API reference
29+
30+
api: API reference
31+
5x: 5.x
32+
4x: 4.x
33+
3x: 3.x (obsolète)
34+
2x: 2.x (obsolète)
35+
36+
# Advanced topics
37+
advanced: Rubriques avancées
38+
developing_template_engines: Moteurs de modèles
39+
security_updates: Mises à jour de sécurité
40+
best_practice_security: Meilleures pratiques en termes de sécurité
41+
best_practice_performance: Meilleures pratiques en termes de performances
42+
healthcheck_graceful_shutdown: Health checks & shutdown
43+
44+
# Resources
45+
resources: Ressources
46+
glossary: Glossaire
47+
middleware: Middleware
48+
community: Communauté
49+
utils: Utility modules
50+
contributing: Contributing to Express
51+
changelog: Release Change Log
52+
53+
# Support
54+
support: Support
55+
56+
# Blog
57+
blog: Blog
58+
latest_post: Latest post
59+
all_posts: All posts
60+
write_post: Write a Post

_data/id/footer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
terms_of_use: Terms of Use
2+
privacy_policy: Privacy Policy
3+
coc: Code of Conduct
4+
trademark_policy: Trademark Policy
5+
security_policy: Security Policy
6+
license: License

_data/id/menu.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Home
2+
home: Home
3+
4+
# Getting started
5+
getting_started: Mulai
6+
installing: Menginstal
7+
hello_world: Hello world
8+
generator: Express generator
9+
basic_routing: Dasar routing
10+
static_files: File statis
11+
examples: Contoh lainnya
12+
faq: FAQ
13+
14+
# Guide
15+
guide: Panduan
16+
routing: Routing
17+
writing_middleware: Membuat middleware
18+
using_middleware: Menggunakan middleware
19+
overriding_express_api: Mengganti Express API
20+
using_template_engines: Menggunakan template engines
21+
error_handling: Penanganan Error
22+
debugging: Debugging
23+
behind_proxies: Express behind proxies
24+
migrating_4: Pindah to Express 4
25+
migrating_5: Pindah to Express 5
26+
database_integration: Integrasi Database
27+
28+
# API reference
29+
30+
api: Referensi API
31+
5x: 5.x
32+
4x: 4.x
33+
3x: 3.x (deprecated)
34+
2x: 2.x (deprecated)
35+
36+
# Advanced topics
37+
advanced: Topik lanjutan
38+
developing_template_engines: Membangun template engines
39+
security_updates: Security updates
40+
best_practice_security: Security best practices
41+
best_practice_performance: Performance best practices
42+
healthcheck_graceful_shutdown: Health checks & shutdown
43+
44+
# Resources
45+
resources: Resources
46+
glossary: Glossary
47+
middleware: Middleware
48+
community: Community
49+
utils: Utility modules
50+
contributing: Contributing to Express
51+
changelog: Release Change Log
52+
53+
# Support
54+
support: Support
55+
56+
# Blog
57+
blog: Blog
58+
latest_post: Latest post
59+
all_posts: All posts
60+
write_post: Write a Post

0 commit comments

Comments
 (0)