aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/javascript
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:32 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:32 +0100
commitb7edf84c423a5f25ebb340fcdab552d5784e2109 (patch)
tree9b1143a3491a60131c9b14f950c21ff8a91026fb /files/tr/web/javascript
parent8f2731905212f6e7eb2d9793ad20b8b448c54ccf (diff)
downloadtranslated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.tar.gz
translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.tar.bz2
translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.zip
unslug tr: modify
Diffstat (limited to 'files/tr/web/javascript')
-rw-r--r--files/tr/web/javascript/data_structures/index.html3
-rw-r--r--files/tr/web/javascript/guide/control_flow_and_error_handling/index.html3
-rw-r--r--files/tr/web/javascript/guide/functions/index.html3
-rw-r--r--files/tr/web/javascript/guide/working_with_objects/index.html3
-rw-r--r--files/tr/web/javascript/reference/operators/function_star_/index.html3
-rw-r--r--files/tr/web/javascript/reference/operators/index.html3
-rw-r--r--files/tr/web/javascript/reference/operators/instanceof/index.html3
-rw-r--r--files/tr/web/javascript/reference/operators/super/index.html3
-rw-r--r--files/tr/web/javascript/reference/operators/this/index.html3
-rw-r--r--files/tr/web/javascript/reference/operators/typeof/index.html3
10 files changed, 20 insertions, 10 deletions
diff --git a/files/tr/web/javascript/data_structures/index.html b/files/tr/web/javascript/data_structures/index.html
index 693d18233a..f71614add0 100644
--- a/files/tr/web/javascript/data_structures/index.html
+++ b/files/tr/web/javascript/data_structures/index.html
@@ -1,11 +1,12 @@
---
title: JavaScript veri tipi ve veri yapısı
-slug: Web/JavaScript/Veri_Yapısı
+slug: Web/JavaScript/Data_structures
tags:
- Başlangıç
- JavaScript
- Veri Türleri
translation_of: Web/JavaScript/Data_structures
+original_slug: Web/JavaScript/Veri_Yapısı
---
<div>{{jsSidebar("More")}}</div>
diff --git a/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html b/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html
index dcf6d13466..ba35caf1d9 100644
--- a/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html
+++ b/files/tr/web/javascript/guide/control_flow_and_error_handling/index.html
@@ -1,11 +1,12 @@
---
title: Kontrol akışı ve hata yakalama
-slug: Web/JavaScript/Guide/Ifadeler
+slug: Web/JavaScript/Guide/Control_flow_and_error_handling
tags:
- Başlangıç
- JavaScript
- Rehberi
translation_of: Web/JavaScript/Guide/Control_flow_and_error_handling
+original_slug: Web/JavaScript/Guide/Ifadeler
---
<div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Grammar_and_types", "Web/JavaScript/Guide/Loops_and_iteration")}}</div>
diff --git a/files/tr/web/javascript/guide/functions/index.html b/files/tr/web/javascript/guide/functions/index.html
index e688bd5dcb..ff7638ebb5 100644
--- a/files/tr/web/javascript/guide/functions/index.html
+++ b/files/tr/web/javascript/guide/functions/index.html
@@ -1,11 +1,12 @@
---
title: Fonksiyonlar
-slug: Web/JavaScript/Guide/Fonksiyonlar
+slug: Web/JavaScript/Guide/Functions
tags:
- Başlangıç seviyesi
- Fonksiyonlar
- Rehber
translation_of: Web/JavaScript/Guide/Functions
+original_slug: Web/JavaScript/Guide/Fonksiyonlar
---
<div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Loops_and_iteration", "Web/JavaScript/Guide/Expressions_and_Operators")}}</div>
diff --git a/files/tr/web/javascript/guide/working_with_objects/index.html b/files/tr/web/javascript/guide/working_with_objects/index.html
index 0782b4db6c..7b3c555da6 100644
--- a/files/tr/web/javascript/guide/working_with_objects/index.html
+++ b/files/tr/web/javascript/guide/working_with_objects/index.html
@@ -1,7 +1,8 @@
---
title: Nesnelerle çalışmak
-slug: Web/JavaScript/Guide/Nesneler_ile_çalışmak
+slug: Web/JavaScript/Guide/Working_with_Objects
translation_of: Web/JavaScript/Guide/Working_with_Objects
+original_slug: Web/JavaScript/Guide/Nesneler_ile_çalışmak
---
<div>{{jsSidebar("JavaScript Rehberi")}} {{PreviousNext("Web/JavaScript/Guide/Keyed_collections", "Web/JavaScript/Guide/Details_of_the_Object_Model")}}</div>
diff --git a/files/tr/web/javascript/reference/operators/function_star_/index.html b/files/tr/web/javascript/reference/operators/function_star_/index.html
index 193e00f205..bf871854a4 100644
--- a/files/tr/web/javascript/reference/operators/function_star_/index.html
+++ b/files/tr/web/javascript/reference/operators/function_star_/index.html
@@ -1,7 +1,8 @@
---
title: function* expression
-slug: Web/JavaScript/Reference/Operatörler/function*
+slug: Web/JavaScript/Reference/Operators/function*
translation_of: Web/JavaScript/Reference/Operators/function*
+original_slug: Web/JavaScript/Reference/Operatörler/function*
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/tr/web/javascript/reference/operators/index.html b/files/tr/web/javascript/reference/operators/index.html
index f42305b092..1163323350 100644
--- a/files/tr/web/javascript/reference/operators/index.html
+++ b/files/tr/web/javascript/reference/operators/index.html
@@ -1,7 +1,8 @@
---
title: İfadeler ve operatörler
-slug: Web/JavaScript/Reference/Operatörler
+slug: Web/JavaScript/Reference/Operators
translation_of: Web/JavaScript/Reference/Operators
+original_slug: Web/JavaScript/Reference/Operatörler
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/tr/web/javascript/reference/operators/instanceof/index.html b/files/tr/web/javascript/reference/operators/instanceof/index.html
index 3434ea34b9..d94b35a526 100644
--- a/files/tr/web/javascript/reference/operators/instanceof/index.html
+++ b/files/tr/web/javascript/reference/operators/instanceof/index.html
@@ -1,7 +1,8 @@
---
title: instanceof
-slug: Web/JavaScript/Reference/Operatörler/instanceof
+slug: Web/JavaScript/Reference/Operators/instanceof
translation_of: Web/JavaScript/Reference/Operators/instanceof
+original_slug: Web/JavaScript/Reference/Operatörler/instanceof
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/tr/web/javascript/reference/operators/super/index.html b/files/tr/web/javascript/reference/operators/super/index.html
index 3dd3f62ebf..1248797b8e 100644
--- a/files/tr/web/javascript/reference/operators/super/index.html
+++ b/files/tr/web/javascript/reference/operators/super/index.html
@@ -1,7 +1,8 @@
---
title: super
-slug: Web/JavaScript/Reference/Operatörler/super
+slug: Web/JavaScript/Reference/Operators/super
translation_of: Web/JavaScript/Reference/Operators/super
+original_slug: Web/JavaScript/Reference/Operatörler/super
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/tr/web/javascript/reference/operators/this/index.html b/files/tr/web/javascript/reference/operators/this/index.html
index 674e577187..a2ee362c2a 100644
--- a/files/tr/web/javascript/reference/operators/this/index.html
+++ b/files/tr/web/javascript/reference/operators/this/index.html
@@ -1,7 +1,8 @@
---
title: this
-slug: Web/JavaScript/Reference/Operatörler/this
+slug: Web/JavaScript/Reference/Operators/this
translation_of: Web/JavaScript/Reference/Operators/this
+original_slug: Web/JavaScript/Reference/Operatörler/this
---
<div>{{jsSidebar("Operators")}}</div>
diff --git a/files/tr/web/javascript/reference/operators/typeof/index.html b/files/tr/web/javascript/reference/operators/typeof/index.html
index deccfd8925..1c5785a9b1 100644
--- a/files/tr/web/javascript/reference/operators/typeof/index.html
+++ b/files/tr/web/javascript/reference/operators/typeof/index.html
@@ -1,7 +1,8 @@
---
title: typeof
-slug: Web/JavaScript/Reference/Operatörler/typeof
+slug: Web/JavaScript/Reference/Operators/typeof
translation_of: Web/JavaScript/Reference/Operators/typeof
+original_slug: Web/JavaScript/Reference/Operatörler/typeof
---
<div>{{jsSidebar("Operatörler")}}</div>