diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/javascript/guide | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/web/javascript/guide')
14 files changed, 32 insertions, 18 deletions
diff --git a/files/es/web/javascript/guide/control_flow_and_error_handling/index.html b/files/es/web/javascript/guide/control_flow_and_error_handling/index.html index d685818029..c64d9901cb 100644 --- a/files/es/web/javascript/guide/control_flow_and_error_handling/index.html +++ b/files/es/web/javascript/guide/control_flow_and_error_handling/index.html @@ -1,6 +1,6 @@ --- title: Control de flujo y manejo de errores -slug: Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores +slug: Web/JavaScript/Guide/Control_flow_and_error_handling tags: - Control de flujo - Guía @@ -11,8 +11,9 @@ tags: - Principiantes - Promesas - declaraciones - - 'l10n:priority' + - l10n:priority translation_of: Web/JavaScript/Guide/Control_flow_and_error_handling +original_slug: Web/JavaScript/Guide/Control_de_flujo_y_manejo_de_errores --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Grammar_and_types", "Web/JavaScript/Guide/Loops_and_iteration")}}</div> diff --git a/files/es/web/javascript/guide/functions/index.html b/files/es/web/javascript/guide/functions/index.html index 9594a71f4c..0f4bb56c2b 100644 --- a/files/es/web/javascript/guide/functions/index.html +++ b/files/es/web/javascript/guide/functions/index.html @@ -1,14 +1,15 @@ --- title: Funciones -slug: Web/JavaScript/Guide/Funciones +slug: Web/JavaScript/Guide/Functions tags: - Funciones - Guía - JavaScript - Novato - Principiante - - 'l10n:priority' + - l10n:priority translation_of: Web/JavaScript/Guide/Functions +original_slug: Web/JavaScript/Guide/Funciones --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Loops_and_iteration", "Web/JavaScript/Guide/Expressions_and_Operators")}}</div> diff --git a/files/es/web/javascript/guide/indexed_collections/index.html b/files/es/web/javascript/guide/indexed_collections/index.html index baf55a84d5..5a9129d406 100644 --- a/files/es/web/javascript/guide/indexed_collections/index.html +++ b/files/es/web/javascript/guide/indexed_collections/index.html @@ -1,13 +1,14 @@ --- title: Colecciones indexadas -slug: Web/JavaScript/Guide/colecciones_indexadas +slug: Web/JavaScript/Guide/Indexed_collections tags: - Array - Arreglo - Guía - JavaScript - - 'l10n:priority' + - l10n:priority translation_of: Web/JavaScript/Guide/Indexed_collections +original_slug: Web/JavaScript/Guide/colecciones_indexadas --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Regular_Expressions", "Web/JavaScript/Guide/Keyed_Collections")}}</div> diff --git a/files/es/web/javascript/guide/introduction/index.html b/files/es/web/javascript/guide/introduction/index.html index 6200c2c7d6..bf909679ab 100644 --- a/files/es/web/javascript/guide/introduction/index.html +++ b/files/es/web/javascript/guide/introduction/index.html @@ -1,14 +1,15 @@ --- title: Introducción -slug: Web/JavaScript/Guide/Introducción +slug: Web/JavaScript/Guide/Introduction tags: - Guía - Introducion - JavaScript - Novato - Principiante - - 'l10n:priority' + - l10n:priority translation_of: Web/JavaScript/Guide/Introduction +original_slug: Web/JavaScript/Guide/Introducción --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide", "Web/JavaScript/Guide/Grammar_and_types")}}</div> diff --git a/files/es/web/javascript/guide/loops_and_iteration/index.html b/files/es/web/javascript/guide/loops_and_iteration/index.html index 07b7c12e31..d74307f35e 100644 --- a/files/es/web/javascript/guide/loops_and_iteration/index.html +++ b/files/es/web/javascript/guide/loops_and_iteration/index.html @@ -1,6 +1,6 @@ --- title: Bucles e iteración -slug: Web/JavaScript/Guide/Bucles_e_iteración +slug: Web/JavaScript/Guide/Loops_and_iteration tags: - Bucle - Guia(2) @@ -9,6 +9,7 @@ tags: - JavaScript - Sintaxis translation_of: Web/JavaScript/Guide/Loops_and_iteration +original_slug: Web/JavaScript/Guide/Bucles_e_iteración --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Control_flow_and_error_handling", "Web/JavaScript/Guide/Functions")}}</div> diff --git a/files/es/web/javascript/guide/modules/index.html b/files/es/web/javascript/guide/modules/index.html index eacc6835f6..84f2af4f9a 100644 --- a/files/es/web/javascript/guide/modules/index.html +++ b/files/es/web/javascript/guide/modules/index.html @@ -1,6 +1,6 @@ --- title: Módulos JavaScript -slug: Web/JavaScript/Guide/Módulos +slug: Web/JavaScript/Guide/Modules tags: - Guía - JavaScript @@ -9,6 +9,7 @@ tags: - export - import translation_of: Web/JavaScript/Guide/Modules +original_slug: Web/JavaScript/Guide/Módulos --- <div>{{JSSidebar("Guía de JavaScript")}}{{Previous("Web/JavaScript/Guide/Meta_programming")}}</div> diff --git a/files/es/web/javascript/guide/regular_expressions/assertions/index.html b/files/es/web/javascript/guide/regular_expressions/assertions/index.html index b822cdd2bf..fe7dfcfd1b 100644 --- a/files/es/web/javascript/guide/regular_expressions/assertions/index.html +++ b/files/es/web/javascript/guide/regular_expressions/assertions/index.html @@ -1,6 +1,6 @@ --- title: Aserciones -slug: Web/JavaScript/Guide/Regular_Expressions/Aserciones +slug: Web/JavaScript/Guide/Regular_Expressions/Assertions tags: - Aserciones - Expresiones Regulares @@ -9,6 +9,7 @@ tags: - Referencia - regex translation_of: Web/JavaScript/Guide/Regular_Expressions/Assertions +original_slug: Web/JavaScript/Guide/Regular_Expressions/Aserciones --- <p>{{jsSidebar("JavaScript Guide")}}</p> diff --git a/files/es/web/javascript/guide/regular_expressions/character_classes/index.html b/files/es/web/javascript/guide/regular_expressions/character_classes/index.html index 6de027b270..ea0b2ff545 100644 --- a/files/es/web/javascript/guide/regular_expressions/character_classes/index.html +++ b/files/es/web/javascript/guide/regular_expressions/character_classes/index.html @@ -1,6 +1,6 @@ --- title: Clases de caracteres -slug: Web/JavaScript/Guide/Regular_Expressions/Clases_de_caracteres +slug: Web/JavaScript/Guide/Regular_Expressions/Character_Classes tags: - Expresiones Regulares - Guía @@ -9,6 +9,7 @@ tags: - RegExp - clases de caracteres translation_of: Web/JavaScript/Guide/Regular_Expressions/Character_Classes +original_slug: Web/JavaScript/Guide/Regular_Expressions/Clases_de_caracteres --- <p>{{JsSidebar("Guía de JavaScript")}}</p> diff --git a/files/es/web/javascript/guide/regular_expressions/cheatsheet/index.html b/files/es/web/javascript/guide/regular_expressions/cheatsheet/index.html index accc783aff..7a0337bd2f 100644 --- a/files/es/web/javascript/guide/regular_expressions/cheatsheet/index.html +++ b/files/es/web/javascript/guide/regular_expressions/cheatsheet/index.html @@ -1,6 +1,6 @@ --- title: Hoja de referencia de sintaxis de expresiones regulares -slug: Web/JavaScript/Guide/Regular_Expressions/Hoja_de_referencia +slug: Web/JavaScript/Guide/Regular_Expressions/Cheatsheet tags: - Cheatsheet - Expresiones Regulares @@ -9,6 +9,7 @@ tags: - JavaScript - RegExp translation_of: Web/JavaScript/Guide/Regular_Expressions/Cheatsheet +original_slug: Web/JavaScript/Guide/Regular_Expressions/Hoja_de_referencia --- <div>{{jsSidebar("Guía de JavaScript")}}</div> diff --git a/files/es/web/javascript/guide/regular_expressions/groups_and_ranges/index.html b/files/es/web/javascript/guide/regular_expressions/groups_and_ranges/index.html index 34eed03589..17e377f501 100644 --- a/files/es/web/javascript/guide/regular_expressions/groups_and_ranges/index.html +++ b/files/es/web/javascript/guide/regular_expressions/groups_and_ranges/index.html @@ -1,6 +1,6 @@ --- title: Grupos y rangos -slug: Web/JavaScript/Guide/Regular_Expressions/Grupos_y_rangos +slug: Web/JavaScript/Guide/Regular_Expressions/Groups_and_Ranges tags: - Expresiones Regulares - Guía @@ -10,6 +10,7 @@ tags: - grupos - regex translation_of: Web/JavaScript/Guide/Regular_Expressions/Groups_and_Ranges +original_slug: Web/JavaScript/Guide/Regular_Expressions/Grupos_y_rangos --- <p>{{jsSidebar("JavaScript Guide")}}</p> diff --git a/files/es/web/javascript/guide/regular_expressions/quantifiers/index.html b/files/es/web/javascript/guide/regular_expressions/quantifiers/index.html index bc2821219f..4693f0ff61 100644 --- a/files/es/web/javascript/guide/regular_expressions/quantifiers/index.html +++ b/files/es/web/javascript/guide/regular_expressions/quantifiers/index.html @@ -1,6 +1,6 @@ --- title: Cuantificadores -slug: Web/JavaScript/Guide/Regular_Expressions/Cuantificadores +slug: Web/JavaScript/Guide/Regular_Expressions/Quantifiers tags: - Expresiones Regulares - Guía @@ -9,6 +9,7 @@ tags: - cuantificadores - regex translation_of: Web/JavaScript/Guide/Regular_Expressions/Quantifiers +original_slug: Web/JavaScript/Guide/Regular_Expressions/Cuantificadores --- <p>{{jsSidebar("JavaScript Guide")}}</p> diff --git a/files/es/web/javascript/guide/regular_expressions/unicode_property_escapes/index.html b/files/es/web/javascript/guide/regular_expressions/unicode_property_escapes/index.html index 7fc434a0dc..3539c66acf 100644 --- a/files/es/web/javascript/guide/regular_expressions/unicode_property_escapes/index.html +++ b/files/es/web/javascript/guide/regular_expressions/unicode_property_escapes/index.html @@ -1,6 +1,6 @@ --- title: Escapes de propiedades Unicode -slug: Web/JavaScript/Guide/Regular_Expressions/Escapes_de_propiedades_Unicode +slug: Web/JavaScript/Guide/Regular_Expressions/Unicode_Property_Escapes tags: - Expresiones Regulares - Guía @@ -9,6 +9,7 @@ tags: - escapes de propiedades unicode - regex translation_of: Web/JavaScript/Guide/Regular_Expressions/Unicode_Property_Escapes +original_slug: Web/JavaScript/Guide/Regular_Expressions/Escapes_de_propiedades_Unicode --- <p>{{jsSidebar("JavaScript Guide")}}</p> diff --git a/files/es/web/javascript/guide/using_promises/index.html b/files/es/web/javascript/guide/using_promises/index.html index 4b84166fe6..bb7881d37d 100644 --- a/files/es/web/javascript/guide/using_promises/index.html +++ b/files/es/web/javascript/guide/using_promises/index.html @@ -1,6 +1,6 @@ --- title: Usar promesas -slug: Web/JavaScript/Guide/Usar_promesas +slug: Web/JavaScript/Guide/Using_promises tags: - Asíncrono - Guía @@ -8,6 +8,7 @@ tags: - Promesa - Promesas translation_of: Web/JavaScript/Guide/Using_promises +original_slug: Web/JavaScript/Guide/Usar_promesas --- <div>{{jsSidebar("JavaScript Guide")}}</div> diff --git a/files/es/web/javascript/guide/working_with_objects/index.html b/files/es/web/javascript/guide/working_with_objects/index.html index 84a9854d9a..3dfdad3248 100644 --- a/files/es/web/javascript/guide/working_with_objects/index.html +++ b/files/es/web/javascript/guide/working_with_objects/index.html @@ -1,6 +1,6 @@ --- title: Trabajando con objetos -slug: Web/JavaScript/Guide/Trabajando_con_objectos +slug: Web/JavaScript/Guide/Working_with_Objects tags: - Comparación de objetos - Constructor @@ -10,6 +10,7 @@ tags: - Objeto - Principiante translation_of: Web/JavaScript/Guide/Working_with_Objects +original_slug: Web/JavaScript/Guide/Trabajando_con_objectos --- <div>{{jsSidebar("Guía de JavaScript")}} {{PreviousNext("Web/JavaScript/Guide/Keyed_collections", "Web/JavaScript/Guide/Details_of_the_Object_Model")}}</div> |