Skip to content

Commit 5e75439

Browse files
Pontoon/Firefox Profiler: Update Turkish (tr)
Co-authored-by: Selim Şumlu <selim@sum.lu> (tr) Co-authored-by: Rua <ruyas7@proton.me> (tr)
1 parent 924feaf commit 5e75439

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

locales/tr/app.ftl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ CallNodeContextMenu--transform-focus-function = Fonksiyona odaklan
6464
.title = { CallNodeContextMenu--transform-focus-function-title }
6565
CallNodeContextMenu--transform-focus-function-inverted = Fonksiyona odaklan (tersine)
6666
.title = { CallNodeContextMenu--transform-focus-function-title }
67+
# This is used as the context menu item to apply the "Collapse resource" transform.
68+
# Variables:
69+
# $nameForResource (String) - Name of the resource to collapse.
70+
CallNodeContextMenu--transform-collapse-resource = <strong>{ $nameForResource }</strong> kaynağını daralt
71+
.title = Bir kaynağı daraltmak, o kaynağa yapılan bütün çağrıların tek bir çağrı düğümünde bir araya getirir.
72+
CallNodeContextMenu--transform-collapse-recursion = Özyinelemeyi daralt
73+
.title = Özyinelemeyi daraltmak devamlı aynı fonksiyona dönen çağrıları kaldırır (yığındaki ara fonksiyonlar dahil).
74+
CallNodeContextMenu--transform-collapse-direct-recursion-only = Yalnızca direkt özyinelemeyi daralt
75+
.title = Direkt özyinelemeyi daraltmak, devamlı aynı fonksiyona yapılan ama yığında ara fonksiyonları olmayan çağrıları kaldırır.
6776
CallNodeContextMenu--transform-drop-function = Bu fonksiyonu taşıyan örnekleri at
6877
.title =
6978
Atılan örneklerin süreleri profilden kaldırılır. Bu işlem, analizle ilgili olmayan
@@ -821,6 +830,11 @@ TransformNavigator--merge-call-node = Düğümü birleştir: { $item }
821830
# Variables:
822831
# $item (String) - Name of the function that transform applied to.
823832
TransformNavigator--merge-function = Birleştir: { $item }
833+
# "Drop function" transform.
834+
# See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=drop
835+
# Variables:
836+
# $item (String) - Name of the function that transform applied to.
837+
TransformNavigator--drop-function = Bırak: { $item }
824838
# "Collapse recursion" transform.
825839
# See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=collapse
826840
# Variables:

0 commit comments

Comments
 (0)