Skip to content

Commit 4aea850

Browse files
committed
New Crowdin translations by GitHub Action
1 parent 688c59b commit 4aea850

File tree

486 files changed

+34373
-13548
lines changed

Some content is hidden

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

486 files changed

+34373
-13548
lines changed

_data/de/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ privacy_policy: Privacy Policy
33
coc: Code of Conduct
44
trademark_policy: Trademark Policy
55
security_policy: Security Policy
6-
license: Lizenzvertrag
6+
license: License

_data/de/general.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title_announcement: "[email protected]: Now the Default on npm with LTS Timeline"
2+
body_announcement: "Express 5.1.0 is now the default on npm, and we're introducing an official LTS schedule for the v4 and v5 release lines. <a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>Check out our latest blog for more information.</a>"
3+
community-caveat-alert: "This information refers to third-party sites, products, or modules that are not maintained by the Expressjs team. Listing here does not constitute an endorsement or recommendation from the Expressjs project team."
4+
warning: 'Warning'
5+
note: 'Note'
6+
caution: 'Caution'

_data/de/menu.yml

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,50 @@
11
# Home
22
home: Home
3-
43
# Getting started
5-
getting_started: Einführung
4+
getting_started: Getting started
65
installing: Installing
76
hello_world: Hello world
87
generator: Express generator
9-
basic_routing: Basisrouting
10-
static_files: Statische Dateien
8+
basic_routing: Basic routing
9+
static_files: Static files
1110
examples: More examples
12-
faq: Häufig gestellte Fragen
13-
11+
faq: FAQ
1412
# Guide
15-
guide: Leitfaden
13+
guide: Guide
1614
routing: Routing
17-
writing_middleware: Middleware schreiben
18-
using_middleware: Middleware verwenden
15+
writing_middleware: Writing middleware
16+
using_middleware: Using middleware
1917
overriding_express_api: Overriding the Express API
20-
using_template_engines: Template-Engines verwenden
21-
error_handling: Fehlerbehandlung
18+
using_template_engines: Using template engines
19+
error_handling: Error handling
2220
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-
21+
behind_proxies: Express behind proxies
22+
migrating_4: Moving to Express 4
23+
migrating_5: Moving to Express 5
24+
database_integration: Database integration
2825
# API reference
29-
30-
api: API-Referenz
26+
api: API reference
3127
5x: 5.x
3228
4x: 4.x
33-
3x: 3.x (veraltet)
34-
2x: 2.x (veraltet)
35-
29+
3x: 3.x (deprecated)
30+
2x: 2.x (deprecated)
3631
# 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
32+
advanced: Advanced topics
33+
developing_template_engines: Building template engines
34+
security_updates: Security updates
35+
best_practice_security: Security best practices
36+
best_practice_performance: Performance best practices
4237
healthcheck_graceful_shutdown: Health checks & shutdown
43-
4438
# Resources
45-
resources: Ressourcen
46-
glossary: Glossar
39+
resources: Resources
40+
glossary: Glossary
4741
middleware: Middleware
4842
community: Community
4943
utils: Utility modules
5044
contributing: Contributing to Express
5145
changelog: Release Change Log
52-
5346
# Support
5447
support: Support
55-
5648
# Blog
5749
blog: Blog
5850
latest_post: Latest post

_data/es/footer.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +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
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/es/general.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title_announcement: "[email protected]: Now the Default on npm with LTS Timeline"
2+
body_announcement: "Express 5.1.0 is now the default on npm, and we're introducing an official LTS schedule for the v4 and v5 release lines. <a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>Check out our latest blog for more information.</a>"
3+
community-caveat-alert: "This information refers to third-party sites, products, or modules that are not maintained by the Expressjs team. Listing here does not constitute an endorsement or recommendation from the Expressjs project team."
4+
warning: 'Warning'
5+
note: 'Note'
6+
caution: 'Caution'

_data/es/menu.yml

Lines changed: 29 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,50 @@
11
# Home
2-
home: Inicio
3-
2+
home: Home
43
# Getting started
5-
getting_started: Cómo empezar
6-
installing: Instalación
4+
getting_started: Getting started
5+
installing: Installing
76
hello_world: Hello world
8-
generator: Generador de Express
9-
basic_routing: Direccionamiento básico
10-
static_files: Archivos estáticos
7+
generator: Express generator
8+
basic_routing: Basic routing
9+
static_files: Static files
1110
examples: More examples
12-
faq: Preguntas más frecuentes
13-
11+
faq: FAQ
1412
# Guide
15-
guide: Guía
16-
routing: Direccionamiento
17-
writing_middleware: Escritura de middleware
18-
using_middleware: Utilización del middleware
13+
guide: Guide
14+
routing: Routing
15+
writing_middleware: Writing middleware
16+
using_middleware: Using middleware
1917
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-
18+
using_template_engines: Using template engines
19+
error_handling: Error handling
20+
debugging: Debugging
21+
behind_proxies: Express behind proxies
22+
migrating_4: Moving to Express 4
23+
migrating_5: Moving to Express 5
24+
database_integration: Database integration
2825
# API reference
29-
api: Referencia de API
26+
api: API reference
3027
5x: 5.x
3128
4x: 4.x
32-
3x: 3.x (en desuso)
33-
2x: 2.x (en desuso)
34-
29+
3x: 3.x (deprecated)
30+
2x: 2.x (deprecated)
3531
# 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
32+
advanced: Advanced topics
33+
developing_template_engines: Building template engines
34+
security_updates: Security updates
35+
best_practice_security: Security best practices
36+
best_practice_performance: Performance best practices
4137
healthcheck_graceful_shutdown: Health checks & shutdown
42-
4338
# Resources
44-
resources: Recursos
45-
glossary: Glosario
39+
resources: Resources
40+
glossary: Glossary
4641
middleware: Middleware
47-
community: Comunidad
42+
community: Community
4843
utils: Utility modules
4944
contributing: Contributing to Express
5045
changelog: Release Change Log
51-
5246
# Support
5347
support: Support
54-
5548
# Blog
5649
blog: Blog
5750
latest_post: Latest post

_data/fr/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ privacy_policy: Privacy Policy
33
coc: Code of Conduct
44
trademark_policy: Trademark Policy
55
security_policy: Security Policy
6-
license: License
6+
license: License

_data/fr/general.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title_announcement: "[email protected]: Now the Default on npm with LTS Timeline"
2+
body_announcement: "Express 5.1.0 is now the default on npm, and we're introducing an official LTS schedule for the v4 and v5 release lines. <a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>Check out our latest blog for more information.</a>"
3+
community-caveat-alert: "This information refers to third-party sites, products, or modules that are not maintained by the Expressjs team. Listing here does not constitute an endorsement or recommendation from the Expressjs project team."
4+
warning: 'Warning'
5+
note: 'Note'
6+
caution: 'Caution'

_data/fr/menu.yml

Lines changed: 25 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,50 @@
11
# Home
2-
home: Accueil
3-
2+
home: Home
43
# Getting started
5-
getting_started: Mise en route
4+
getting_started: Getting started
65
installing: Installing
76
hello_world: Hello world
8-
generator: Générateur Express
9-
basic_routing: Routage de base
10-
static_files: Fichiers statiques
7+
generator: Express generator
8+
basic_routing: Basic routing
9+
static_files: Static files
1110
examples: More examples
1211
faq: FAQ
13-
1412
# Guide
1513
guide: Guide
16-
routing: Routage
17-
writing_middleware: Ecriture de middleware
18-
using_middleware: Utilisation de middleware
14+
routing: Routing
15+
writing_middleware: Writing middleware
16+
using_middleware: Using middleware
1917
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-
18+
using_template_engines: Using template engines
19+
error_handling: Error handling
20+
debugging: Debugging
21+
behind_proxies: Express behind proxies
22+
migrating_4: Moving to Express 4
23+
migrating_5: Moving to Express 5
24+
database_integration: Database integration
2825
# API reference
29-
3026
api: API reference
3127
5x: 5.x
3228
4x: 4.x
33-
3x: 3.x (obsolète)
34-
2x: 2.x (obsolète)
35-
29+
3x: 3.x (deprecated)
30+
2x: 2.x (deprecated)
3631
# 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
32+
advanced: Advanced topics
33+
developing_template_engines: Building template engines
34+
security_updates: Security updates
35+
best_practice_security: Security best practices
36+
best_practice_performance: Performance best practices
4237
healthcheck_graceful_shutdown: Health checks & shutdown
43-
4438
# Resources
45-
resources: Ressources
46-
glossary: Glossaire
39+
resources: Resources
40+
glossary: Glossary
4741
middleware: Middleware
48-
community: Communauté
42+
community: Community
4943
utils: Utility modules
5044
contributing: Contributing to Express
5145
changelog: Release Change Log
52-
5346
# Support
5447
support: Support
55-
5648
# Blog
5749
blog: Blog
5850
latest_post: Latest post

_data/it/footer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ privacy_policy: Privacy Policy
33
coc: Code of Conduct
44
trademark_policy: Trademark Policy
55
security_policy: Security Policy
6-
license: License
6+
license: License

_data/it/general.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title_announcement: "[email protected]: Now the Default on npm with LTS Timeline"
2+
body_announcement: "Express 5.1.0 is now the default on npm, and we're introducing an official LTS schedule for the v4 and v5 release lines. <a href='https://expressjs.com/2025/03/31/v5-1-latest-release.html'>Check out our latest blog for more information.</a>"
3+
community-caveat-alert: "This information refers to third-party sites, products, or modules that are not maintained by the Expressjs team. Listing here does not constitute an endorsement or recommendation from the Expressjs project team."
4+
warning: 'Warning'
5+
note: 'Note'
6+
caution: 'Caution'

_data/it/menu.yml

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,50 @@
11
# Home
22
home: Home
3-
43
# Getting started
5-
getting_started: Introduzione
6-
installing: Installazione
4+
getting_started: Getting started
5+
installing: Installing
76
hello_world: Hello world
8-
generator: Programma di creazione Express
9-
basic_routing: Routing di base
10-
static_files: File statici
7+
generator: Express generator
8+
basic_routing: Basic routing
9+
static_files: Static files
1110
examples: More examples
1211
faq: FAQ
13-
1412
# Guide
1513
guide: Guide
1614
routing: Routing
17-
writing_middleware: Scrittura del middleware
18-
using_middleware: Utilizzo del middleware
15+
writing_middleware: Writing middleware
16+
using_middleware: Using middleware
1917
overriding_express_api: Overriding the Express API
20-
using_template_engines: Utilizzo dei motori di template
21-
error_handling: Gestione degli errori
18+
using_template_engines: Using template engines
19+
error_handling: Error handling
2220
debugging: Debugging
23-
behind_proxies: Express con i proxy
24-
migrating_4: Passaggio a Express 4
25-
migrating_5: Passaggio a Express 5
26-
database_integration: Integrazione database
27-
21+
behind_proxies: Express behind proxies
22+
migrating_4: Moving to Express 4
23+
migrating_5: Moving to Express 5
24+
database_integration: Database integration
2825
# API reference
29-
30-
api: Riferimento API
26+
api: API reference
3127
5x: 5.x
3228
4x: 4.x
33-
3x: 3.x (deprecato)
34-
2x: 2.x (deprecato)
35-
29+
3x: 3.x (deprecated)
30+
2x: 2.x (deprecated)
3631
# Advanced topics
37-
advanced: Argomenti avanzati
38-
developing_template_engines: Motori di template
39-
security_updates: Aggiornamenti sulla sicurezza
40-
best_practice_security: Best practice sulla sicurezza
41-
best_practice_performance: Best practice sulle prestazioni
32+
advanced: Advanced topics
33+
developing_template_engines: Building template engines
34+
security_updates: Security updates
35+
best_practice_security: Security best practices
36+
best_practice_performance: Performance best practices
4237
healthcheck_graceful_shutdown: Health checks & shutdown
43-
4438
# Resources
45-
resources: Risorse
39+
resources: Resources
4640
glossary: Glossary
4741
middleware: Middleware
4842
community: Community
4943
utils: Utility modules
5044
contributing: Contributing to Express
5145
changelog: Release Change Log
52-
5346
# Support
5447
support: Support
55-
5648
# Blog
5749
blog: Blog
5850
latest_post: Latest post

0 commit comments

Comments
 (0)