diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:47:32 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:47:32 +0100 |
commit | 6cfd1f09e599d9bb5da01e943981925d1873e3ce (patch) | |
tree | ff4233e580ce34c9d51c338aec6bdbd40d531288 /files/hu/web/javascript | |
parent | 799f1d56539e5a895d70eb88a86f0379f3a3ae0d (diff) | |
download | translated-content-6cfd1f09e599d9bb5da01e943981925d1873e3ce.tar.gz translated-content-6cfd1f09e599d9bb5da01e943981925d1873e3ce.tar.bz2 translated-content-6cfd1f09e599d9bb5da01e943981925d1873e3ce.zip |
unslug hu: modify
Diffstat (limited to 'files/hu/web/javascript')
4 files changed, 8 insertions, 4 deletions
diff --git a/files/hu/web/javascript/a_re-introduction_to_javascript/index.html b/files/hu/web/javascript/a_re-introduction_to_javascript/index.html index 89192fcbf4..511d734ced 100644 --- a/files/hu/web/javascript/a_re-introduction_to_javascript/index.html +++ b/files/hu/web/javascript/a_re-introduction_to_javascript/index.html @@ -1,7 +1,8 @@ --- title: A JavaScript újbóli bemutatása -slug: Web/JavaScript/a_javascript_ujboli_bemutatasa +slug: Web/JavaScript/A_re-introduction_to_JavaScript translation_of: Web/JavaScript/A_re-introduction_to_JavaScript +original_slug: Web/JavaScript/a_javascript_ujboli_bemutatasa --- <div>{{jsSidebar}}</div> diff --git a/files/hu/web/javascript/guide/introduction/index.html b/files/hu/web/javascript/guide/introduction/index.html index 3e87f3d12b..0a4be1d981 100644 --- a/files/hu/web/javascript/guide/introduction/index.html +++ b/files/hu/web/javascript/guide/introduction/index.html @@ -1,7 +1,8 @@ --- title: Bevezetés -slug: Web/JavaScript/Guide/Bevezetés +slug: Web/JavaScript/Guide/Introduction translation_of: Web/JavaScript/Guide/Introduction +original_slug: Web/JavaScript/Guide/Bevezetés --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide", "Web/JavaScript/Guide/Grammar_and_types")}}</div> diff --git a/files/hu/web/javascript/reference/errors/unexpected_type/index.html b/files/hu/web/javascript/reference/errors/unexpected_type/index.html index 1fd4e782de..0cfccda5c1 100644 --- a/files/hu/web/javascript/reference/errors/unexpected_type/index.html +++ b/files/hu/web/javascript/reference/errors/unexpected_type/index.html @@ -1,7 +1,8 @@ --- title: 'Típushiba: "x" (nem) "y"' -slug: Web/JavaScript/Reference/Errors/Érvénytelen_típus +slug: Web/JavaScript/Reference/Errors/Unexpected_type translation_of: Web/JavaScript/Reference/Errors/Unexpected_type +original_slug: Web/JavaScript/Reference/Errors/Érvénytelen_típus --- <div>{{jsSidebar("Errors")}}</div> diff --git a/files/hu/web/javascript/reference/global_objects/function/index.html b/files/hu/web/javascript/reference/global_objects/function/index.html index 2e1f19b7c6..a65fa95eea 100644 --- a/files/hu/web/javascript/reference/global_objects/function/index.html +++ b/files/hu/web/javascript/reference/global_objects/function/index.html @@ -1,11 +1,12 @@ --- title: Függvény -slug: Web/JavaScript/Reference/Global_Objects/Függvény +slug: Web/JavaScript/Reference/Global_Objects/Function tags: - Függvény - JavaScript - Osztály translation_of: Web/JavaScript/Reference/Global_Objects/Function +original_slug: Web/JavaScript/Reference/Global_Objects/Függvény --- <div>{{JSRef}}</div> |