forked from box/box-ui-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtr-TR.properties
More file actions
1976 lines (1976 loc) · 142 KB
/
tr-TR.properties
File metadata and controls
1976 lines (1976 loc) · 142 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# The text for when the user does not have permissions to see access stats.
be.accessStatsPermissionsError = Üzgünüz, bu dosyanın erişim istatistiklerini görüntüleme izniniz yok.
# Full date time and time stamp
be.activityFeed.fullDateTime = {time, date, full}, {time, time, short}
# Error message for feed item API errors
be.activityFeedItemApiError = Etkinlik akışı yüklenirken bir sorun oluştu. Lütfen sayfayı yenileyin veya daha sonra tekrar deneyin.
# Text to show when an annotation activity no longer exists
be.activitySidebar.activityFeed.annotationMissingError = Bu yorum artık yok
# Text to show when comment no longer exists
be.activitySidebar.activityFeed.commentMissingError = Bu yorum artık yok
# Error title
be.activitySidebar.activityFeed.feedInlineErrorTitle = Hata
# Text to show to hide more replies of comment or annotation
be.activitySidebar.activityFeed.hideReplies = Yanıtları gizle
# Text to show on button to start replying to comment
be.activitySidebar.activityFeed.reply = Yanıtla
# Text to show on reply form input placeholder
be.activitySidebar.activityFeed.replyInThread = Mesaj dizisinde yanıtla
# Text to show to get more replies of comment or annotation
be.activitySidebar.activityFeed.showReplies = {repliesToLoadCount, plural, one {# Yanıtı} other {# Yanıtları}} göster
# Text to show when a task no longer exists
be.activitySidebar.activityFeed.taskMissingError = Bu görev artık yok
# Dropdown option for filtering all activity from activity list
be.activitySidebarFilter.status.allActivity = Tüm Etkinlikler
# Dropdown option for filtering all comments from comments list
be.activitySidebarFilter.status.allComments = Tüm Yorumlar
# Dropdown option for filtering unresolved comments from activity or comments list
be.activitySidebarFilter.status.open = Çözülmemiş Yorumlar
# Dropdown option for filtering resolved comments from activity or comments list
be.activitySidebarFilter.status.resolved = Çözülmüş Yorumlar
# Dropdown option for filtering tasks from activity list
be.activitySidebarFilter.status.tasks = Görevler
# Label for add action
be.add = Ekle
# Text to display when app is disabled by applied access policy
be.additionalTab.blockedByShieldAccessPolicy = Bir güvenlik ilkesi nedeniyle bu uygulamanın kullanımı engellendi.
# Error message when an annotation deletion fails
be.annotationThread.errorDeleteAnnotation = Bu öğe silinirken bir hata oluştu.
# Error message when an annotation update fails
be.annotationThread.errorEditAnnotation = Bu bilgi notu değiştirilemedi.
# Error message when an annotation fetch fails
be.annotattionThread.errorFetchAnnotation = Bilgi notu alınamadı.
# Error message when an app activity deletion fails
be.api.appActivityDeleteErrorMessage = Bu öğe silinirken bir hata oluştu.
# Error message when a comment creation fails due to a conflict
be.api.commentCreateConflictMessage = Bu yorum zaten yapılmış.
# Error message when a comment creation fails
be.api.commentCreateErrorMessage = Bu yorum oluşturulurken bir hata oluştu.
# Error message when a comment deletion fails
be.api.commentDeleteErrorMessage = Bu yorum silinirken bir hata oluştu.
# Error message when an annotation comment update fails
be.api.commentUpdateErrorMessage = Bu yorum değiştirilemedi.
# Error message when fetching for comment replies fails
be.api.repliesFetchErrorMessage = Bu yoruma verilen cevaplar yüklenemedi.
# Title shown when an error occurs performing an action on a task
be.api.taskActionErrorTitle = Hata
# Error message when approving a task fails
be.api.taskApproveErrorMessage = Bu görev onaylanırken bir hata oluştu. Lütfen sayfayı yenileyin ve tekrar deneyin.
# Error message when completing a task fails
be.api.taskCompleteErrorMessage = Bu görev tamamlanırken bir hata oluştu. Lütfen sayfayı yenileyin ve tekrar deneyin.
# Error message when a task creation fails
be.api.taskCreateErrorMessage = Bu görev oluşturulurken bir hata oluştu. Lütfen tekrar deneyin.
# Error message when a task deletion fails
be.api.taskDeleteErrorMessage = Bu görev silinirken bir hata oluştu. Lütfen sayfayı yenileyin ve tekrar deneyin.
# Warning message showing that, while the task was being created, the group assignee limit was exceeded by specified amount
be.api.taskGroupExceedsWarningTitle = Bir veya daha fazla grup bu görevi alamıyor çünkü grup boyutu, grup başına maksimum atanan kişi sınırını ({max}) aşamaz.
# Error message when rejecting a task fails
be.api.taskRejectErrorMessage = Bu görev reddedilirken bir hata oluştu. Lütfen sayfayı yenileyin ve tekrar deneyin.
# Alt message if app activity icon is missing or cannot load
be.appActivity.altIcon = {appActivityName} Simgesi
# Text to display in the delete app activity submit button
be.appActivity.deleteMenuItem = Sil
# Confirmation prompt text to delete app activity
be.appActivity.deletePrompt = Bu uygulama etkinliğini kalıcı olarak silmek istediğinizden emin misiniz?
# Icon title for a Box item of type folder is an archive
be.archive = Arşivle
# Icon title for a Box item of type folder is in archive
be.archivedFolder = Arşivlenmiş Klasör
# Label for back button
be.back = Geri
# Icon title for a Box item of type bookmark or web-link
be.bookmark = Yer İşareti
# Message when Box Tools cannot open a particular file type
be.boxEditBlacklistedError = Bu dosya yerel olarak açılamıyor
# Shown in the open with dropdown when an application is blocked by shield access policy.
be.boxEditErrorBlockedByPolicy = Bu içeriğin yerel olarak düzenlemesi bir erişim ilkesine göre devre dışı bırakıldı
# Message shown telling user how to install Box Tools
be.boxToolsInstallMessage = Bu dosyayı masaüstünüzde açmak için {boxTools} yazılımını kurun
# Label for cancel action.
be.cancel = İptal
# Label for choose action.
be.choose = Seç
# Label for close action.
be.close = Kapat
# Icon title for a Box item of type folder that has collaborators
be.collaboratedFolder = İşbirliği Klasörü
# Message to the user to collapse the Transcript entries
be.collapse = Daralt
# Label for complete state.
be.complete = Tamamla
# Text shown to users when opening the content insights flyout and there is an error
be.contentInsights.contentAnalyticsErrorText = İçerikten çıkarımlar yüklenirken bir sorun oluştu. Lütfen tekrar deneyin.
# Message shown when the user does not have access to view content insights anymore
be.contentInsights.contentAnalyticsPermissionError = Üzgünüz! İçerikten çıkarımları görme izniniz artık yok.
# Title for Content Insights section in file sidebar
be.contentInsights.contentInsightsTitle = İçerikten Çıkarımlar
# Label for the chart displaying the number of downloads over the selected time period
be.contentInsights.downloadGraphLabel = Seçilen zaman aralığında gerçekleşen indirme sayısını gösteren grafik
# Title for the content insights graph card regarding number of Previews
be.contentInsights.downloadGraphType = İndirmeler
# Open Content Insights button which opens the Content Insights Modal
be.contentInsights.openContentInsightsButton = Ayrıntılara Bak
# Label for the chart displaying the number of users over the selected time period
be.contentInsights.peopleGraphLabel = Seçilen zaman aralığındaki kullanıcı sayısını gösteren grafik
# Title used to represent how many users have interacted with the file
be.contentInsights.peopleTitle = KİŞİLER
# Label for the chart displaying the number of previews over the selected time period
be.contentInsights.previewGraphLabel = Seçilen zaman aralığında gerçekleşen önizleme sayısını gösteren grafik
# Title for the content insights graph card regarding number of Previews
be.contentInsights.previewGraphType = Ön Görüntülemeler
# Label for the arrow indicator in the trend pill
be.contentInsights.trendDown = Düşüyor
# Trend description for the content insights graph card regarding the count of events from the past month
be.contentInsights.trendMonth = Önceki Ay
# Trend description for the content insights graph card regarding the count of events from the past three months
be.contentInsights.trendThreeMonths = SON 3 AY
# Label for the arrow indicator in the trend pill
be.contentInsights.trendUp = Çıkıyor
# Trend description for the content insights graph card regarding the count of events from the past week
be.contentInsights.trendWeek = Önceki Hafta
# Trend description for the content insights graph card regarding the count of events from the past year
be.contentInsights.trendYear = Önceki Yıl
# Message that appears when the request for the ContentSharing Element is malformed.
be.contentSharing.badRequestError = Bu öğe için yapılan istek hatalı oluşturulmuş.
# Message that appears when collaborators cannot be retrieved in the ContentSharing Element.
be.contentSharing.collaboratorsLoadingError = Bu öğe için işbirlikçiler alınamadı.
# Message that appears when users cannot be retrieved in the ContentSharing Element.
be.contentSharing.getContactsError = Kişiler alınamadı.
# Message that appears when the ContentSharing Element cannot be loaded.
be.contentSharing.loadingError = Bu öğe için paylaşılmış bağlantı yüklenemedi.
# Message that appears when the user cannot access the item for the ContentSharing Element.
be.contentSharing.noAccessError = Bu öğeye erişiminiz yok.
# Message that appears when the item for the ContentSharing Element cannot be found.
be.contentSharing.notFoundError = Bu öğe için paylaşılmış bağlantı bulunamadı.
# Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
be.contentSharing.sendInvitesError = Davetler gönderilemedi.
# Message that appears when collaborators were added to the shared link in the ContentSharing Element.
be.contentSharing.sendInvitesSuccess = İşbirlikçiler başarıyla davet edildi.
# Message that appears when the shared link in the ContentSharing Element was removed.
be.contentSharing.sharedLinkRemovalSuccess = Bu öğe için paylaşılmış bağlantı kaldırıldı.
# Message that appears when the shared link settings in the ContentSharing Element were successfully updated.
be.contentSharing.sharedLinkSettingsUpdateSuccess = Bu öğe için paylaşılmış bağlantı başarıyla güncellendi.
# Message that appears when the shared link in the ContentSharing Element cannot be updated.
be.contentSharing.sharedLinkUpdateError = Bu öğe için paylaşılmış bağlantı güncellenemedi.
# Text to show on menu item to delete the annotation comment
be.contentSidebar.activityFeed.annotationActivity.annotationActivityDeleteMenuItem = Sil
# Confirmation prompt text to delete the annotation comment
be.contentSidebar.activityFeed.annotationActivity.annotationActivityDeletePrompt = Bu yorumu kalıcı olarak silmek istediğinizden emin misiniz?
# Text to show on menu item to edit the annotation comment
be.contentSidebar.activityFeed.annotationActivity.annotationActivityEditMenuItem = Değiştir
# Full data and time for annotation title
be.contentSidebar.activityFeed.annotationActivity.annotationActivityPostedFullDateTime = {time, date, full}, {time, time, short}
# Text to show on menu item to resolve the annotation comment
be.contentSidebar.activityFeed.annotationActivity.annotationActivityResolveMenuItem = Çözüldü olarak işaretle
# Text to show on menu item to unresolve the annotation comment
be.contentSidebar.activityFeed.annotationActivity.annotationActivityUnresolveMenuItem = Çözülmedi olarak işaretle
# Annotation activity item link shown on annotation activity
be.contentSidebar.activityFeed.annotationActivityPageItem = Sayfa {number}
# Annotation activity item link shown on annotation activity for previous file version
be.contentSidebar.activityFeed.annotationActivityVersionLink = Sürüm {number}
# Annotation activity item link shown on annotation activity for previous file version that is unavailable
be.contentSidebar.activityFeed.annotationActivityVersionUnavailable = Sürüm Kullanılamıyor
# Text to show on menu item to delete comment
be.contentSidebar.activityFeed.comment.commentDeleteMenuItem = Sil
# Confirmation prompt text to delete comment
be.contentSidebar.activityFeed.comment.commentDeletePrompt = Bu yorumu kalıcı olarak silmek istediğinizden emin misiniz?
# Text to show on menu item to edit comment
be.contentSidebar.activityFeed.comment.commentEditMenuItem = Değiştir
# Comment posted full date time for title
be.contentSidebar.activityFeed.comment.commentPostedFullDateTime = {time, date, full}, {time, time, short}
# Text to show on menu item to resolve the comment
be.contentSidebar.activityFeed.comment.commentResolveMenuItem = Çözüldü olarak işaretle
# Text to show on menu item to unresolve the comment
be.contentSidebar.activityFeed.comment.commentUnresolveMenuItem = Çözülmedi olarak işaretle
# Text to show to hide more replies of comment or annotation
be.contentSidebar.activityFeed.comment.hideReplies = Yanıtları gizle
# Text for aria label of Inline comment circle type icon
be.contentSidebar.activityFeed.comment.inlineCommentAnnotationIconTitle = Satır İçi Yorum
# Text to show on button to start replying to comment
be.contentSidebar.activityFeed.comment.reply = Yanıtla
# Text to show on reply form input placeholder
be.contentSidebar.activityFeed.comment.replyInThread = Mesaj dizisinde yanıtla
# Text to show to get more replies of comment or annotation
be.contentSidebar.activityFeed.comment.showReplies = {repliesToLoadCount, plural, one {# Yanıtı} other {# Yanıtları}} göster
# Placeholder for approvers input
be.contentSidebar.activityFeed.commentForm.approvalAddAssignee = Atanan ekleyin
# Label for checkbox to add approvers to a comment
be.contentSidebar.activityFeed.commentForm.approvalAddTask = Görev Ekle
# Tooltip text for checkbox to add approvers to a comment
be.contentSidebar.activityFeed.commentForm.approvalAddTaskTooltip = Bir kişiye görev atandığında, kişiye yorum kutusundaki mesaj şeklinde bir bildirim iletilir; kişi görevi onaylayabilir ya da reddedebilir.
# Title for assignees input
be.contentSidebar.activityFeed.commentForm.approvalAssignees = Atananlar
# Title for approvers due date input
be.contentSidebar.activityFeed.commentForm.approvalDueDate = Bitiş Tarihi
# Placeholder for due date input
be.contentSidebar.activityFeed.commentForm.approvalSelectDate = Bir tarih seçin
# Mentioning call to action displayed below the comment input
be.contentSidebar.activityFeed.commentForm.atMentionTip = Bildirim alması için kullanıcılardan @bahsedin.
# Mentioning call to action detailed description for screen reader users
be.contentSidebar.activityFeed.commentForm.atMentionTipDescription = Kullanıcılardan bahsetmek için @ simgesini, otomatik tamamlama önerileri arasında gezinmek için yukarı ve aşağı ok tuşlarını kullanın.
# Text for cancel button
be.contentSidebar.activityFeed.commentForm.commentCancel = İptal
# Accessible label for comment input field
be.contentSidebar.activityFeed.commentForm.commentLabel = Bir yorum yazın
# Text for post button
be.contentSidebar.activityFeed.commentForm.commentPost = Gönder
# Placeholder for comment input
be.contentSidebar.activityFeed.commentForm.commentWrite = Bir yorum yazın
# Show original button for showing original comment
be.contentSidebar.activityFeed.commmon.showOriginalMessage = Orijinali Göster
# Indicator of resolved status of Comment or Annotation, visible in Feed Item (in upper-case in supported language)
be.contentSidebar.activityFeed.common.activityStatusResolved = Çözüldü
# Label indicating that message was edited, should be lowercase, should have escaped leading space
be.contentSidebar.activityFeed.common.editedMessage = \ (düzenlenmiş)
# See less button for hiding part of long message
be.contentSidebar.activityFeed.common.seeLessMessage = Daha Az Göster
# See more button for showing whole long message
be.contentSidebar.activityFeed.common.seeMoreMessage = Daha Fazla Göster
# Translate button for translating comment
be.contentSidebar.activityFeed.common.translateMessage = Çevir
# Text for aria label of approval task circle type icon
be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle = Onay Görevi
# Text for aria label of general task circle type icon
be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle = Genel Görev
# Tooltip text for any task icon, explaining that the task only needs one assignee to complete.
be.contentSidebar.activityFeed.task.taskAnyAffordanceTooltip = Bu görevin tamamlanması için yalnızca bir atanan gerekiyor
# Text to show on menu item to delete task
be.contentSidebar.activityFeed.task.taskDeleteMenuItem = Görevi sil
# Confirmation prompt text to delete task
be.contentSidebar.activityFeed.task.taskDeletePrompt = Bu görevi kalıcı olarak silmek istediğinizden emin misiniz?
# Text to show on menu item to edit task
be.contentSidebar.activityFeed.task.taskEditMenuItem = Görevi değiştir
# Tooltip text for multi-file icon, explaining that the task involves multiple files
be.contentSidebar.activityFeed.task.taskMultipleFilesAffordanceTooltip = Bu görevle ilişkilendirilmiş birden çok dosya var
# Label for checkbox to set a task that requires only one assignee to complete.
be.contentSidebar.activityFeed.taskForm.taskAnyCheckboxLabel = Bu görevin tamamlanması için yalnızca bir atanan gerekiyor
# Text in tooltip explaining completion rule for an any assignee task (with optional groups).
be.contentSidebar.activityFeed.taskForm.taskAnyInfoGroupTooltip = Bu seçeneğin belirlenmesi durumunda bu görevin tamamlanması için yalnızca bir atanan gerekir. Bu, tüm gruplardaki atananlar için geçerlidir.
# Text in tooltip explaining completion rule for an any assignee task.
be.contentSidebar.activityFeed.taskForm.taskAnyInfoTooltip = Varsayılan olarak, bir görev tamamlanmadan önce tüm atananların işlem yapması gerekir. Bu seçenek belirlendiğinde, bu görevi yalnızca bir atananın tamamlaması gerekecektir.
# Warning message showing that, while the task was updated, not all assignees (1+) were removed
be.contentSidebar.activityFeed.taskForm.taskApprovalAssigneeRemovalWarningMessage = Görev artık onaylandığı için atananlar kaldırılamıyor.
# Title shown above error message when a task creation fails
be.contentSidebar.activityFeed.taskForm.taskCreateErrorTitle = Hata
# Subheading for dropdown where user can select assignees and the item is a group
be.contentSidebar.activityFeed.taskForm.taskCreateGroupLabel = Grup
# Title shown above warning message when a task create/edit partially fails
be.contentSidebar.activityFeed.taskForm.taskEditWarningTitle = Görev Güncellendi Ama Hatalar Oluştu
# Warning message showing that, while the task was updated, not all assignees (1+) were removed
be.contentSidebar.activityFeed.taskForm.taskGeneralAssigneeRemovalWarningMessage = Görev artık tamamlandığı için atananlar kaldırılamıyor.
# Title shown above warning message when task group exceeds limit
be.contentSidebar.activityFeed.taskForm.taskGroupExceedsWarningTitle = Grup başına maksimum atanan kişi sınırı aşıldı
# Error message when a task edit fails
be.contentSidebar.activityFeed.taskForm.taskUpdateErrorMessage = Bu görev değiştirilirken bir hata oluştu. Lütfen tekrar deneyin.
# label for cancel button in create task popup
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormCancelLabel = İptal
# label for task create form due date input
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormDueDateLabel = Bitiş Tarihi
# label for task create form message input
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormMessageLabel = Mesaj
# label for task create form assignee input
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormSelectAssigneesLabel = Atananları Seçin
# label for create button in create task modal in create mode
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormSubmitLabel = Oluştur
# label for edit button in create task modal in edit mode
be.contentSidebar.activityFeed.taskForm.tasksEditTaskFormSubmitLabel = Güncelle
# Title for checkmark icon indicating someone completed a task
be.contentSidebar.activityFeed.taskNew.taskAssignmentCompleted = Tamamlandı
# Error message when we failed to load the collaborators when user tries to edit a task
be.contentSidebar.activityFeed.taskNew.taskCollaboratorLoadErrorMessage = Bu görev için işbirlikçiler yüklenirken bir hata oluştu. Lütfen tekrar deneyin.
# Label and date for task due date
be.contentSidebar.activityFeed.taskNew.taskDueDateLabel = Son tarih: {date}
# Text for due date description formatted with relative date and relative time. (Upper-case in supported languages)
be.contentSidebar.activityFeed.taskNew.taskFeedStatusDue = SON TARİH: {dateTime}
# Button name to hide task assignee list
be.contentSidebar.activityFeed.taskNew.taskShowLessAssignees = Daha Az Göster
# Button name to expand task assignee list, additionalAssigneeCount is the number of additional task assignees that can be shown.
be.contentSidebar.activityFeed.taskNew.taskShowMoreAssignees = {additionalAssigneeCount} Atanan Daha Göster
# Button name to expand task assignee list, when there is an unknown number of assignees beyond additionalAssigneeCount.
be.contentSidebar.activityFeed.taskNew.taskShowMoreAssigneesOverflow = {additionalAssigneeCount, plural, one {#+ Atanan Daha Göster} other {#+ Atanan Daha Göster}}
# Approve option for an approval task
be.contentSidebar.activityFeed.taskNew.tasksFeedApproveAction = Onayla
# Label for an approved task
be.contentSidebar.activityFeed.taskNew.tasksFeedApprovedLabel = Onaylandı
# Label for an approved task (in upper-case in supported language)
be.contentSidebar.activityFeed.taskNew.tasksFeedApprovedUppercaseLabel = ONAYLANDI
# Title for list of all task assignees
be.contentSidebar.activityFeed.taskNew.tasksFeedAssigneeListTitle = Atananlar
# Completion option for a general task
be.contentSidebar.activityFeed.taskNew.tasksFeedCompleteAction = Tamamlandı Olarak İşaretle
# Label for a completed task
be.contentSidebar.activityFeed.taskNew.tasksFeedCompletedLabel = Tamamlandı
# Label for an completed task (in upper-case in supported language)
be.contentSidebar.activityFeed.taskNew.tasksFeedCompletedUppercaseLabel = TAMAMLANDI
# Comment headline for an approval task
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineApproval = {user}, bir Onay Görevi atadı
# Comment headline for an approval task assigned to the current user
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineApprovalCurrentUser = {user}, size bir Onay Görevi atadı
# Comment headline for a general task
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineGeneral = {user}, bir görev atadı
# Comment headline for a general task assigned to the current user
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineGeneralCurrentUser = {user}, size bir Görev atadı
# Label for a task in progress
be.contentSidebar.activityFeed.taskNew.tasksFeedInProgressLabel = Sürüyor
# Label for a task in progress (in upper-case in supported language)
be.contentSidebar.activityFeed.taskNew.tasksFeedInProgressUppercaseLabel = SÜRÜYOR
# Label for button to expand flyout to see all task assignees
be.contentSidebar.activityFeed.taskNew.tasksFeedMoreAssigneesLabel = Tüm atananları gör
# Reject option for an approval task
be.contentSidebar.activityFeed.taskNew.tasksFeedRejectAction = Reddet
# Label for a rejected task
be.contentSidebar.activityFeed.taskNew.tasksFeedRejectedLabel = Reddedildi
# Label for a task rejected (in upper-case in supported language)
be.contentSidebar.activityFeed.taskNew.tasksFeedRejectedUppercaseLabel = REDDEDİLDİ
# Approved task status, where dateTime is a readable time like "Today at 2pm"
be.contentSidebar.activityFeed.taskNew.tasksFeedStatusApproved = Onaylandı: {dateTime}
# Completed task status, where dateTime is a readable time like "Today at 2pm"
be.contentSidebar.activityFeed.taskNew.tasksFeedStatusCompleted = Tamamlandı: {dateTime}
# Rejected task status, where dateTime is a readable time like "Today at 2pm"
be.contentSidebar.activityFeed.taskNew.tasksFeedStatusRejected = Reddedildi: {dateTime}
# View the details for a task
be.contentSidebar.activityFeed.taskNew.tasksFeedViewDetailsAction = Görev Ayrıntılarını Görüntüleyin
# label for button that opens task popup
be.contentSidebar.addTask = Görev Ekle
# label for menu item that opens approval task popup
be.contentSidebar.addTask.approval = Onay Görevi
# description for menu item that opens approval task popup
be.contentSidebar.addTask.approval.description = Atanan kişiler görevlerin onaylanmasından ya da reddedilmesinden sorumlu olacak
# title for approval task popup
be.contentSidebar.addTask.approval.title = Onay Görevi Oluşturun
# label for menu item that opens general task popup
be.contentSidebar.addTask.general = Genel Görev
# description for menu item that opens general task popup
be.contentSidebar.addTask.general.description = Atanan kişiler görevlerin tamamlandı olarak işaretlenmesinden sorumlu olacak
# title for general task popup
be.contentSidebar.addTask.general.title = Genel Görev Oluşturun
# body for first-time user experience tooltip shown to new users of Box Sign
be.contentSidebar.boxSignFtuxBody = İçeriğinizin bulunduğu yerden belgeleri imzalayın veya imza istekleri gönderin
# title for first-time user experience tooltip shown to new users of Box Sign
be.contentSidebar.boxSignFtuxTitle = Box Sign - Box'ta güvenli ve sorunsuz e-imzalar
# label for button that opens a Box Sign signature request experience
be.contentSidebar.boxSignRequest = İmza İste
# One of the dropdown options that opens a Box Sign request signature experience
be.contentSidebar.boxSignRequestSignature = İmza İste
# Tooltip text for when Box Sign is blocked due to a security policy
be.contentSidebar.boxSignSecurityBlockedTooltip = Bir güvenlik ilkesi nedeniyle bu işlem kullanılamıyor.
# One of the dropdown options that opens a Box Sign sign myself experience
be.contentSidebar.boxSignSignMyself = Kendi İmzamı At
# label for button that opens a Box Sign signature fulfillment experience
be.contentSidebar.boxSignSignature = Sign
# Tooltip text for when Box Sign is blocked due to an item being watermarked
be.contentSidebar.boxSignWatermarkBlockedTooltip = Dosya filigranlı olduğu için bu işlem kullanılamıyor.
# title for when editing an existing approval task
be.contentSidebar.editTask.approval.title = Onay Görevini Değiştirin
# modal title for when editing an existing general task
be.contentSidebar.editTask.general.title = Genel Görevi Değiştirin
# Label for copy action.
be.copy = Kopyala
# Label for create action.
be.create = Oluştur
# Error text for create folder dialog when name is already in use
be.createDialogErrorInUse = Aynı ada bir sahip klasör zaten var.
# Error text for create folder dialog when name is invalid
be.createDialogErrorInvalid = Bu geçersiz bir klasör adı.
# Error text for create folder dialog when name is too long
be.createDialogErrorTooLong = Bu klasör adı çok uzun.
# Label for create folder dialog
be.createDialogLabel = Yeni Klasör
# Text for create folder dialog
be.createDialogText = Lütfen bir ad girin.
# Current user error message
be.currentUserErrorHeaderMessage = Geçerli kullanıcı alınırken bir hata oluştu.
# Date ascending option shown in the share access drop down select.
be.dateASC = Tarih: En Eski → En Yeni
# Date descending option shown in the share access drop down select.
be.dateDESC = Tarih: En Yeni → En Eski
# Default error mask top message
be.defaultErrorMaskHeaderMessage = Üzgünüz, bir hata oluştu.
# Default error mask bottom message
be.defaultErrorMaskSubHeaderMessage = Lütfen sayfayı yenileyin veya daha sonra tekrar deneyin.
# Default bottom inline error message
be.defaultInlineErrorContentMessage = Lütfen daha sonra tekrar deneyin.
# Message to the user when there is at least one Open With integration available
be.defaultOpenWithDescription = Bu dosyayı bir iş ortağı hizmetiyle açın
# Label for default skill section in the preview sidebar
be.defaultSkill = Skill Kartı
# Label for delete action.
be.delete = Sil
# Text for delete confirmation dialog for files
be.deleteDialogFileText = {name} öğesini silmek istediğinizden emin misiniz?
# Text for delete confirmation dialog for folders
be.deleteDialogFolderText = {name} klasörünü ve tüm içeriğini silmek istediğinizden emin misiniz?
# Label for delete confirmation dialog
be.deleteDialogLabel = Silme İşlemini Onayla
# Label for the description field in the preview sidebar.
be.description = Açıklama
# Placeholder for file description in preview sidebar.
be.descriptionPlaceholder = Bir açıklama girin
# DocGen sidebar header
be.docGenSidebar.docGenTags = Doc Gen Etiketleri
# No tags available
be.docGenSidebar.emptyTags = Bu belgede etiket bulunmuyor
# Error message when tags could not be loaded
be.docGenSidebar.errorTags = Doc Gen şablonunda yaptığınız son değişiklikler henüz işlenmemiş görünüyor.
# Image tags section header
be.docGenSidebar.imageTags = Görüntü etiketleri
# Label for the Process document button
be.docGenSidebar.refreshButton = Belge işle
# Text tags section header
be.docGenSidebar.textTags = Metin etiketleri
# Label for download action.
be.download = İndir
# Message to the user to enter into drawing annotation mode
be.drawAnnotation = Çizim açıklaması modu
# Label for an edit action
be.editLabel = Düzenle
# Message to the user when there are no Open With integrations
be.emptyOpenWithDescription = Bu dosya için entegrasyon mevcut değil
# Generic error label.
be.error = Hata
# Default label for signifying error in the sub header.
be.errorBreadcrumb = Hata
# Title when an error occurs
be.errorOccured = Bir hata oluştu
# Message to the user when the open with element errors
be.errorOpenWithDescription = Bu dosya, şu anda diğer hizmetlerle açılamıyor
# Message shown when there is an error.
be.errorState = Yüklenirken bir ağ hatası oluştu.
# Header message to the user when an Open With integration fails to execute
be.executeIntegrationOpenWithErrorHeader = Üzgünüz, bu entegrasyon şu anda kullanılamıyor.
# Sub header message to the user when an Open With integration fails to execute
be.executeIntegrationOpenWithErrorSubHeader = Lütfen daha sonra tekrar deneyin.
# Message to the user to expand the Transcript entries
be.expand = Genişlet
# Icon title for a Box item of type folder that has collaborators outside of the user's enterprise
be.externalFolder = Harici Klasör
# Label for face skill section in the preview sidebar
be.faceSkill = Yüzler
# Call-to-action text describing what to do to navigate to specified feedback form
be.feedbackCtaText = Geri bildirim sağlamak için tıklayın
# Accessible text used to describe the form used for feedback
be.feedbackFormDescription = Beta Geri Bildirim Formu
# Icon title for a Box item of type file
be.file = Dosya
# File access stats error message
be.fileAccessStatsErrorHeaderMessage = Erişim istatistikleri alınırken bir hata meydana geldi.
# File classification error message
be.fileClassificationErrorHeaderMessage = Sınıflandırma alınırken bir hata oluştu.
# Inline error title message for file description
be.fileDescriptionInlineErrorTitleMessage = Açıklama kaydedilirken bir hata oluştu.
# name of the File Request feature used to translate when a File Request is uploaded by the service
be.fileRequestDisplayName = Dosya İsteği
# Icon title for a Box item of type folder
be.folder = Klasör
# Message shown when there are no folder items.
be.folderState = Bu klasörde öğe yok.
# Aria label for button to get information about a file’s versions
be.getVersionInfo = Sürüm bilgisini al
# Label for switching to grid view
be.gridView = Kılavuz Görünümüne Geç
# Label for the size of columns in grid view
be.gridView.columnSize = Sütun boyutu
# Label for decreasing the size of columns in grid view
be.gridView.decreaseColumnSize = Sütun boyutunu küçült
# Label for increasing the size of columns in grid view
be.gridView.increaseColumnSize = Sütun boyutunu büyüt
# Label for in action.
be.in = Konum:
# Text for last accessed date with last access prefix.
be.interactedDate = En son {date} tarihinde erişildi
# Label for item created date.
be.itemCreated = Oluşturulma Tarihi
# Label for item last accessed date.
be.itemInteracted = Son Erişim Tarihi
# Label for item modified date.
be.itemModified = Değiştirilme Tarihi
# Label for item name attribute.
be.itemName = Ad
# Label for item owner.
be.itemOwner = Sahip
# Label for item size attribute.
be.itemSize = Boyut
# label for item uploader.
be.itemUploader = Yükleyici
# Label for keywords/topics skill section in the preview sidebar
be.keywordSkill = Konular
# Message displayed in the activity feed for when image keyword search applies keywords
be.keywordsAppliedList = Anahtar kelimeler uygulandı
# Label for a list of keywords. {words} are the list of keywords.
be.keywordsList = Anahtar kelimeler: {words}
# Label for switching to list view
be.listView = Liste Görünümüne Geç
# Label for loading state.
be.loading = Yükleniyor
# Message shown when folder items are still fetching.
be.loadingState = Öğeler yüklenirken lütfen bekleyin...
# Placeholder for a logo.
be.logo = Logo
# Indicator on the footer that max items have been selected.
be.max = maksimum
# Title for all categories
be.messageCenter.all = Tümü
# Title for Box education category
be.messageCenter.boxEducation = Box Education
# Displayed when there was an error fetching posts
be.messageCenter.errorFetchingPosts = Üzgünüz, şu anda gönderileri göstermekte sorun yaşıyoruz. Sayfayı yenilemek sorunu çözebilir.
# Title for product category
be.messageCenter.events = Etkinlikler
# Displayed when there are no posts to display
be.messageCenter.noPosts = Şu anda bu kategori için gönderi yok.
# Error message for preview not loading an image
be.messageCenter.previewError = Üzgünüz, bu görüntüyü göstermekte sorun yaşıyoruz.
# Title for product category
be.messageCenter.product = Ürün
# Title for the message center modal
be.messageCenter.title = Yenilikler
# Message shown when there are no items for provided metadata query.
be.metadataState = Bu klasörde öğe yok.
# Text for modified date with modified prefix.
be.modifiedDate = {date} tarihinde değiştirildi
# Text for modified date with user with modified prefix.
be.modifiedDateBy = {name} tarafından {date} tarihinde değiştirildi
# Label for a button that displays more options
be.moreOptions = Daha Fazla Seçenek
# Name ascending option shown in the share access drop down select.
be.nameASC = Ad: A → Z
# Name descending option shown in the share access drop down select.
be.nameDESC = Ad: Z → A
# Text for modified or interacted date with user.
be.nameDate = {name} tarafından {date} tarihinde
# Label for create new folder action.
be.newFolder = Yeni Klasör
# Next file button title
be.nextFile = Sonraki Dosya
# Title for next segment on skill timeline
be.nextSegment = Sonraki Bölüm
# Message displayed in an empty activity feed
be.noActivity = Gösterilecek etkinlik yok
# Message shown alongside empty activity feed when user can annotate
be.noActivityAnnotationPrompt = İmleci ön görüntülemenin üzerine getirin ve dosyaya açıklama eklemek için alttaki kontrolleri kullanın.
# Message shown in
be.noActivityCommentPrompt = Bildirim alması için birinden @bahsedin ve hakkında yorum yapın.
# Label for open action.
be.open = Aç
# Next page button tooltip
be.pagination.nextPage = Sonraki Sayfa
# Pagination menu button with current page number out of total number of pages
be.pagination.pageStatus = {pageNumber}/{pageCount}
# Previous page button tooltip
be.pagination.previousPage = Önceki Sayfa
# Icon title for a Box item of type folder that is private and has no collaborators
be.personalFolder = Kişisel Klasör
# Message to the user to enter into point annotation mode
be.pointAnnotation = Nokta açıklaması modu
# Label for preview action.
be.preview = Ön Görüntüle
# Error message when Preview fails due to the files call.
be.previewError = Bu önizleme yüklenmedi. Lütfen görüntülemek için dosyayı açmayı veya indirmeyi deneyin.
# Error message when Preview fails due to the files call which is blocked by an access policy.
be.previewErrorBlockedByPolicy = Bir güvenlik ilkesi nedeniyle bu içeriğe erişiminiz kısıtlandı.
# Message when new preview is available.
be.previewUpdate = Bu dosyanın yeni bir sürümü mevcut.
# Previous file button title
be.previousFile = Önceki Dosya
# Title for previous segment on skill timeline
be.previousSegment = Önceki Bölüm
# Label for print action
be.print = Yazdır
# If a user has been deleted, we call the user "a prior collaborator" - meaning someone who used to be able to collaborate on the content.
be.priorCollaborator = Eski Bir İşbirlikçi
# Shown as the title in the sub header when showing recents.
be.recentsBreadcrumb = Son Dosyalar
# Message shown when there are no recent items.
be.recentsState = Henüz son öğe yok.
# Label for reload button.
be.reload = Yeniden Yükle
# Label for remove action.
be.remove = Kaldır
# Label for rename action.
be.rename = Yeniden Adlandır
# Error text for rename dialog when name is already in use
be.renameDialogErrorInUse = Aynı ada sahip bir öğe zaten var.
# Error text for rename dialog when name is invalid
be.renameDialogErrorInvalid = Bu ad geçersiz.
# Error text for rename dialog when name is too long
be.renameDialogErrorTooLong = Bu ad çok uzun.
# Label for rename dialog
be.renameDialogLabel = Yeniden Adlandır
# Text for rename dialog
be.renameDialogText = Lütfen {name} için yeni bir ad girin:
# Label for resume action for a single file.
be.resume = Devam Et
# Label for resume action for multiple files.
be.resumeAll = Tümüne Devam Et
# Label for retry action.
be.retry = Yeniden Dene
# Default label for root folder.
be.rootBreadcrumb = Tüm Dosyalar
# Label for save action.
be.save = Kaydet
# Shown as the title in the sub header while searching.
be.searchBreadcrumb = Arama Sonuçları
# Shown as a placeholder in the search box.
be.searchPlaceholder = Dosya ve klasörleri ara
# Message shown when there are no search results.
be.searchState = Üzgünüz, aradığınızı bulamadık.
# Default label for selected items list in the footer.
be.selected = {count} Öğe Seçildi
# Shown as the title in the sub header while showing selected items.
be.selectedBreadcrumb = Seçili Öğeler
# Message shown when there are no selected items.
be.selectedState = Henüz bir öğe seçmediniz.
# Label for share action.
be.share = Paylaş
# Dropdown select option for collaborator share access.
be.shareAccessCollab = Erişim: Bu klasördeki kişiler
# Dropdown select option for enterprise share access.
be.shareAccessCompany = Bu şirketteki kişiler
# Dropdown select option for no access.
be.shareAccessNone = Paylaşılmış bağlantı yok
# Dropdown select option for open share access.
be.shareAccessOpen = Erişim: Bağlantıya sahip kişiler
# Dropdown select option to remove access.
be.shareAccessRemove = Paylaşılmış bağlantıyı kaldır
# Label for shared link dialog
be.shareDialogLabel = Paylaş
# Text for no shared link
be.shareDialogNone = Yok
# Text for share link dialog
be.shareDialogText = Paylaşılmış Bağlantı:
# Title for the sidebar access stats.
be.sidebarAccessStats = Erişim İstatistikleri
# Title for the preview activity feed.
be.sidebarActivityTitle = Etkinlik
# Generic Box AI content type opened used in welcome message and placeholder
be.sidebarBoxAIContent = içerik
# Label for button that triggers switch to Box AI Modal
be.sidebarBoxAISwitchToModalView = Switch to modal view
# Title for the preview Box AI feed.
be.sidebarBoxAITitle = Box IA
# Title for the sidebar content insights.
be.sidebarContentInsights = İçerikten Çıkarımlar
# Title for the preview details sidebar.
be.sidebarDetailsTitle = Ayrıntılar
# Title for the DocGen sidebar tab.
be.sidebarDocGenTitle = Doc Gen Etiketleri
# Icon title for a Box file of type DocGen template
be.sidebarDocGenTooltip = Box Doc Gen
# Generic error content for file fetching.
be.sidebarFileFetchingErrorContent = Box dosyanız alınırken bir hata oluştu. Lütfen sayfayı yenileyin ve tekrar deneyin.
# Label for the hide sidebar button.
be.sidebarHide = Kenar Çubuğunu Gizle
# Generic error content for metadata editing.
be.sidebarMetadataEditingErrorContent = Meta veri güncellenirken bir hata oluştu. Lütfen sayfayı yenileyin ve tekrar deneyin.
# Generic error content for metadata fetching.
be.sidebarMetadataFetchingErrorContent = Meta veri alınırken bir hata oluştu. Lütfen sayfayı yenileyin ve tekrar deneyin.
# Title for the preview metadata.
be.sidebarMetadataTitle = Meta veri
# Label for the sidebar tabs list
be.sidebarNavLabel = Kenar çubuğu
# Label for file properties section in the preview sidebar
be.sidebarProperties = Dosya Özellikleri
# Label for the show sidebar button.
be.sidebarShow = Kenar Çubuğunu Göster
# Generic error content for skills editing.
be.sidebarSkillsErrorContent = Skills özelliği güncellenirken bir hata oluştu. Lütfen sayfayı yenileyin ve tekrar deneyin.
# Generic error title for skills editing.
be.sidebarSkillsErrorTitle = Skills Hatası
# Title for the preview details skills.
be.sidebarSkillsTitle = Skills
# Label for the current version item in the version history list.
be.sidebarVersions.current = Güncel Sürüm
# Label for the version delete action.
be.sidebarVersions.delete = Sil
# Error message for the version delete action.
be.sidebarVersions.deleteError = Dosya sürümü silinemedi.
# Message displayed for a deleted version. {name} is the user who performed the action.
be.sidebarVersions.deletedBy = {name} tarafından silindi
# Tooltip message for actions disabled by retention policy.
be.sidebarVersions.disabledByRetention = Veri saklama ilkesi tarafından devre dışı bırakıldı
# Label for the version download action.
be.sidebarVersions.download = İndir
# Error message for the version download action.
be.sidebarVersions.downloadError = Dosya sürümü indirilemedi.
# Message to display when no versions are available
be.sidebarVersions.empty = Bu dosya için önceki bir sürüm mevcut değil.
# Error message for the versions fetch call.
be.sidebarVersions.fetchError = Dosya sürümleri geri alınamadı.
# name of the File Request feature used to translate when a File Request is uploaded by the service
be.sidebarVersions.fileRequestDisplayName = Dosya İsteği
# Error message with upsell for the versions fetch call for users who dont have the version feature.
be.sidebarVersions.notAvailable = Üzgünüz, mevcut hesap planınızda sürüm geçmişi işlevi kullanılamıyor. Sürüm oluşturma işlevine erişim için ücretli planlarımızdan birini seçin.
# Label for the version preview action.
be.sidebarVersions.preview = Ön görüntüle
# Header to display for group of versions created in the prior week
be.sidebarVersions.priorWeek = Geçen Hafta
# Label for the version promote action.
be.sidebarVersions.promote = Geçerli Kıl
# Error message for the version promote action.
be.sidebarVersions.promoteError = Dosya sürümü güncellenemedi.
# Message displayed for a restored version. {name} is the user who performed the action.
be.sidebarVersions.promotedBy = {name} tarafından {versionPromoted} sürümüne yükseltildi
# Label for the version restore action.
be.sidebarVersions.restore = Eski Haline Getir
# Error message for the version restored action.
be.sidebarVersions.restoreError = Dosya sürümü eski haline getirilemedi.
# Message displayed for a restored version. {name} is the user who performed the action.
be.sidebarVersions.restoredBy = {name} tarafından eski haline getirildi
# Heading for inline error messages displayed due to a remote server issue.
be.sidebarVersions.serverError = Sunucu Hatası
# Header to display for group of versions created in the current month
be.sidebarVersions.thisMonth = Bu Ay
# Title for the preview versions sidebar
be.sidebarVersions.title = Sürüm Geçmişi
# Header to display for group of versions created yesterday
be.sidebarVersions.today = Bugün
# Label for the version actions dropdown menu toggle button.
be.sidebarVersions.toggle = Eylemler Menüsünü Aç/Kapat
# Text on the upgrade button shown when user does not have access to Version History
be.sidebarVersions.upgradeButton = Yükselt
# Text on the upgrade button shown when user does not have access to Version History
be.sidebarVersions.upgradeLink = Şimdi Yükselt
# Message displayed for an uploaded version. {name} is the user who performed the action.
be.sidebarVersions.uploadedBy = {name} tarafından yüklendi
# Text displayed if a version exceeds the user's maximum allowed version count
be.sidebarVersions.versionLimitExceeded = Son {versionLimit, number} {versionLimit, plural, one {sürüm} other {sürüm}} ile sınırlısınız.
# Max supported entries for version history
be.sidebarVersions.versionMaxEntries = Sürüm geçmişi, en son {maxVersions} girişle sınırlıdır.
# Text to display in the version badge.
be.sidebarVersions.versionNumberBadge = V{versionNumber}
# Label given to the version badge for screen readers.
be.sidebarVersions.versionNumberLabel = Sürüm numarası {versionNumber}
# Message describing when the version will be deleted due to an applied retention policy.
be.sidebarVersions.versionRetentionDelete = Veri saklama ilkesine göre {time} tarihinde silinecek.
# Message describing that the version retention policy is indefinite and will not expire.
be.sidebarVersions.versionRetentionIndefinite = Veri saklama ilkesine göre süresiz olarak tutulacak.
# Message describing when the version retention policy will expire.
be.sidebarVersions.versionRetentionRemove = Veri saklama ilkesi {time} tarihinde sona erecek.
# Upgrade message shown when user does not have access to Version History
be.sidebarVersions.versionUpsell = Üzgünüz, mevcut hesap planınızda sürüm geçmişi işlevi kullanılamıyor. Sürüm oluşturma işlevine erişim için ücretli planlarımızdan birini seçin.
# Name displayed for unknown or deleted users.
be.sidebarVersions.versionUserUnknown = Bilinmeyen
# Header to display for group of versions created today
be.sidebarVersions.yesterday = Dün
# Size ascending option shown in the share access drop down select.
be.sizeASC = Boyut: En Küçük → En Büyük
# Size descending option shown in the share access drop down select.
be.sizeDESC = Boyut: En Büyük → En Küçük
# Error message when a skill processing failed
be.skillFileProcessingError = Üzgünüz, dosya işlenirken bir hata oluştu.
# Error message when skill fails due to file extension
be.skillInvalidFileExtensionError = Üzgünüz, Skill bilgileri bulunamadı. Bu dosya uzantısı şu anda desteklenmiyor.
# Error message when skill fails due to file size
be.skillInvalidFileSizeError = Üzgünüz, Skill bilgisi bulunamadı. Bu dosya boyutu şu anda desteklenmiyor.
# Default message when skills are waiting to run
be.skillInvokedStatus = Dosyanızı işlemek üzere hazırlıyoruz. Lütfen bekleyin!
# Error message when a skill has no data
be.skillNoInfoFoundError = Üzgünüz, Skill bilgisi bulunamadı.
# Default message when skills are still running
be.skillPendingStatus = Dosyanız işleniyor. Lütfen bekleyin!
# Default error message when skills fail to run
be.skillUnknownError = Bu Skill özelliği kullanılırken veya ilgili veriler getirilirken bir hata oluştu.
# Label for sort action
be.sort = Sırala
# Label for status skill card in the preview sidebar
be.statusSkill = Durum
# Shown instead of todays date.
be.today = bugün
# Label for keywords/topics skill section in the preview sidebar
be.topicsSkill = Konular
# Message to the user for editing the transcript in the sidebar
be.transcriptEdit = Düzenlemek için bir bölüme tıklayın.
# Label for transcript skill section in the preview sidebar
be.transcriptSkill = Transkripsiyon
# Label for upload action.
be.upload = Yükle
# Message shown for upload link for uploading more files when there are no items to upload
be.uploadEmptyFileInput = Cihazınıza göz atın
# Message shown for upload link for uploading more folders when there are no items to upload
be.uploadEmptyFolderInput = Klasör Seçin
# Label for upload empty state.
be.uploadEmptyState = Boş durum
# Message shown when there are no items to upload and folder upload is disabled
be.uploadEmptyWithFolderUploadDisabled = Dosyaları sürükleyip bırakın
# Message shown when there are no items to upload and folder upload is enabled
be.uploadEmptyWithFolderUploadEnabled = Dosya ve klasörleri sürükleyip bırakın
# Message shown when there is a network error when uploading
be.uploadError = Yükleme sırasında bir ağ hatası oluştu.
# Label for upload error state.
be.uploadErrorState = Hata durumu
# Message shown when too many files are uploaded at once
be.uploadErrorTooManyFiles = Tek seferde en fazla {fileLimit} dosya yükleyebilirsiniz.
# Message shown when user drag and drops files onto uploads in progress
be.uploadInProgress = Daha fazla dosya eklemek için sürükleyip bırakın
# Message shown on a device with no drag and drop support when there are no items to upload
be.uploadNoDragDrop = Cihazınızdan dosyalar seçin
# Message shown for letting user choose between {option1} and {option2}
be.uploadOptions = {option1} veya {option2}
# Message shown when all files have been successfully uploaded
be.uploadSuccess = Başarılı! Dosyalarınız yüklendi.
# Message shown for upload link for uploading more files after a successful upload
be.uploadSuccessFileInput = Daha Fazla Dosya Seçin
# Message shown for upload link for uploading more folders after a successful upload
be.uploadSuccessFolderInput = Daha Fazla Klasör Seçin
# Label for upload success state.
be.uploadSuccessState = Başarı durumu
# Cancel upload button tooltip
be.uploadsCancelButtonTooltip = Bu yüklemeyi iptal et
# Default error message shown when upload fails
be.uploadsDefaultErrorMessage = Yüklemeyle ilgili bir şeyler ters gitti. Lütfen tekrar deneyin.
# Error message shown when file size exceeds the limit
be.uploadsFileSizeLimitExceededErrorMessage = Dosya boyutu klasör sahibinin dosya boyutu sınırını aşıyor
# Error message shown when file size exceeds the limit
be.uploadsFileSizeLimitExceededErrorMessageForUpgradeCta = Bu dosya, planınızın yükleme sınırını aşıyor. Daha büyük dosyaları depolamak için şimdi planınızı yükseltin.
# Upgrade message shown when file size exceeds the limit
be.uploadsFileSizeLimitExceededUpgradeMessageForUpgradeCta = Yükselt
# Error message shown when attempting to upload a file which name already exists
be.uploadsItemNameInUseErrorMessage = Bu ada sahip bir dosya zaten var.
# Text shown when uploads are completed
be.uploadsManagerUploadComplete = Tamamlandı
# Text shown when uploads failed
be.uploadsManagerUploadFailed = Bazı Yüklemeler Başarısız Oldu
# Text shown when uploads are in progress
be.uploadsManagerUploadInProgress = Yükleniyor
# Text shown to guide the user to drag drop file to upload
be.uploadsManagerUploadPrompt = Dosyaları bu klasöre yüklemek için bu sayfaya sürükleyin.
# Error message shown when one or more child folders failed to upload
be.uploadsOneOrMoreChildFoldersFailedToUploadMessage = Bir veya daha fazla alt klasör yüklenemedi.
# Error message to display when a macOS package failed to upload
be.uploadsPackageUploadErrorMessage = Paket dosyası yüklenemedi. Lütfen tek bir dosya olarak kaydedip yeniden deneyin.
# Error message shown when pending app folder size exceeds the limit
be.uploadsPendingFolderSizeLimitErrorMessage = Bekleyen uygulama klasör boyutu sınırı aşıldı
# Error message shown when pending folder upload contains invalid characters
be.uploadsProvidedFolderNameInvalidMessage = Sağlanan klasör adı {name}, klasör oluşturmak için kullanılamadı.
# Retry upload button tooltip
be.uploadsRetryButtonTooltip = Yüklemeyi yeniden dene
# Error message shown when account storage limit has been reached
be.uploadsStorageLimitErrorMessage = Hesap depolama sınırına ulaşıldı
# Message displayed in the activity feed to represent the range of versions actioned by a single user. {name} is the user who did the action. {actionMessage} is the action. {versions} is a range of versions.
be.versionCollapsed = {name} {actionMessage} {versions} sürümü
# Message displayed in the activity feed for a deleted version. {name} is the user who performed the action. {version_number} is the file version string.
be.versionDeleted = {name}, {version_number} sürümünü sildi
# Message displayed in the activity feed to represent the range of versions actioned by multiple users. {numberOfCollaborators} is a number. {actionMessage} is the action. {versions} is a range of versions.
be.versionMultipleUsersCollapsed = {numberOfCollaborators} işbirlikçi, {versions} sürümünü {actionMessage}
# Message displayed in the activity feed to represent the range of versions uploaded by multiple users. {numberOfCollaborators} is a number and {versions} is a range of versions.
be.versionMultipleUsersUploaded = {numberOfCollaborators} işbirlikçi, {versions} sürümlerini yükledi
# Message displayed in the activity feed for a promoted version. {name} is the user who performed the action. {version_promoted} is the originating file version string. {version_number} is the file version string.
be.versionPromoted = {name}, {version_promoted} sürümünü {version_number} sürümüne yükseltti
# Message displayed in the activity feed for a restored version. {name} is the user who performed the action. {version_number} is the file version string.
be.versionRestored = {name}, {version_number} sürümünü eski haline getirdi
# Message displayed in the activity feed to represent the range of versions uploaded by a single user. {name} is the user who uploaded. {versions} is a range of versions.
be.versionUploadCollapsed = {name}, {versions} sürümlerini yükledi
# Message displayed in the activity feed for a newly uploaded version. {name} is the user who performed the action. {version_number} is the file version string.
be.versionUploaded = {name}, {version_number} sürümünü yükledi
# Shown instead of yesterdays date.
be.yesterday = dün
# The label for the comments category of access stats
boxui.accessStats.accessStatsComments = Yorumlar
# The label for the downloads category of access stats
boxui.accessStats.accessStatsDownloads = İndirilenler
# The label for the edit category of access stats
boxui.accessStats.accessStatsEdits = Düzenlemeler
# The label for the preview category of access stats
boxui.accessStats.accessStatsPreviews = Ön Görüntülemeler
# The text in the link in the sidebar to open up the access stats popup
boxui.accessStats.accessStatsViewDetails = Ayrıntıları Görüntüle
# The label for the view category of access stats for box notes
boxui.accessStats.accessStatsViews = Görüntülemeler
# Description text about advanced content insights.
boxui.advancedContentInsights.advancedContentInsightsDescription = Görüntüleyicilerin bu içerikle nasıl etkileşime girdiğine dair uygulanabilir bilgiler edinin. Harcanan ortalama süreyi, her bir sayfadaki uğraşıyı, her bir kişi ve ziyaret detaylarını ölçün.
# Advanced Content Insights toggle title
boxui.advancedContentInsights.advancedContentInsightsTitleDisabled = Uğraşı İçgörülerini Etkinleştirin
# Advanced Content Insights toggle title
boxui.advancedContentInsights.advancedContentInsightsTitleEnabled = Uğraşı İçgörüleri etkinleştirildi
# Text for an icon aria label to convey an external user of the enterprise
boxui.avatar.externalUser = Harici kullanıcı
# Text for the beta badge
boxui.badges.beta = BETA
# Text for the trial badge
boxui.badges.trial = DENEME SÜRÜMÜ
# Text for the upgrade badge
boxui.badges.upgrade = YÜKSELT
# Next month button for a date picker calendar
boxui.base.nextMonth = Sonraki Ay
# Previous month button for a date picker calendar
boxui.base.previousMonth = Önceki Ay
# Aria label for describing "breadcrumb"
boxui.breadcrumb.breadcrumbLabel = Breadcrumb
# Button label for the "more" dropdown menu
boxui.categorySelector.label.more = Daha fazla
# Icon to display more information on the checkbox
boxui.checkboxTooltip.iconInfoText = Bilgi
# Button to add classification on an item
boxui.classification.add = Ekle
# Header for classification section in sidebar
boxui.classification.classification = Sınıflandırma
# Classification label color name as dark blue
boxui.classification.classificationDarkBlue = Koyu Mavi
# Classification label color name as green
boxui.classification.classificationGreen = Yeşil
# Classification label color name as grey
boxui.classification.classificationGrey = Gri
# Classification label color name as light blue
boxui.classification.classificationLightBlue = Açık Mavi
# Classification label color name as orange
boxui.classification.classificationOrange = Turuncu
# Classification label color name as purple
boxui.classification.classificationPurple = Mor
# Classification label color name as red
boxui.classification.classificationRed = Kırmızı
# Classification label color name as yellow
boxui.classification.classificationYellow = Sarı
# Header displayed above the classification definition
boxui.classification.definition = Tanım
# Button to edit classification on an item
boxui.classification.edit = Düzenle
# Sentence stating which user or service imported a classification and on what date.
boxui.classification.importedBy = {modifiedBy} tarafından, {modifiedAt} tarihinde içe aktarıldı
# Default message for classification in the sidebar when there is none
boxui.classification.missing = Sınıflandırılmamış
# Sentence stating which user or service modified a classification and on what date.
boxui.classification.modifiedBy = {modifiedBy} tarafından, {modifiedAt} tarihinde uygulandı
# Label displayed above details about when a classification was last modified.
boxui.classification.modifiedByLabel = Gizlilik Sınıflandırması Etiketi
# Text to display for users who have not accepted an invitation to collaborate yet
boxui.collaboratorAvatars.collaboration.pendingCollabText = Bekleniyor
# Label for collaborator avatars
boxui.collaboratorAvatars.collaboratorAvatarsLabel = Şu kişilerle paylaşılıyor:
# Tooltip text for collaborator expiration badge
boxui.collaboratorAvatars.collaborators.expirationTooltipText = Erişim {date} tarihinde sona eriyor
# This tooltip indicates that a collaborator is not in the same enterprise of the current user
boxui.collaboratorAvatars.collaborators.externalCollabTooltipText = {email} şirketinizin dışındandır
# Manage all link text on collaborator list
boxui.collaboratorAvatars.manageAllLinkText = Tümünü Yönet
# Text to display in collaborator list if there are more items
boxui.collaboratorAvatars.viewAdditionalPeopleText = Daha fazla kişi görüntüle
# Aria label for toggle button that expands/collapses sidebar (expanded state)
boxui.collapsiblesidebar.collapseBtnLabel = Daralt
# Aria label for toggle button that expands/collapses sidebar (collapsed state)
boxui.collapsiblesidebar.expandBtnLabel = Genişlet
# Content Answers feature name shown on menu item and modal title
boxui.contentAnswers.contentAnswersTitle = Box IA
# Default tooltip message for Content Answers entry point button
boxui.contentAnswers.defaultTooltip = Box AI'yi kullanarak bu belge hakkında anında yanıtlar alın
# Disabled tooltip message for Content Answers entry point button when the file type is not supported
boxui.contentAnswers.disabledTooltipFileNotCompatible = Box AI şu anda bu dosya türü için desteklenmiyor
# Text inside the chip for the first suggested question for documents
boxui.contentAnswers.documentSuggestedQuestionLabel1 = Bu belgeyi özetle
# Text inside the chip for the second suggested question for documents
boxui.contentAnswers.documentSuggestedQuestionLabel2 = Temel çıkarımlar nelerdir?
# Text inside the chip for the third suggested question for documents
boxui.contentAnswers.documentSuggestedQuestionLabel3 = Bu belge nasıl geliştirilebilir?
# Text inside the chip for the fourth suggested question for documents
boxui.contentAnswers.documentSuggestedQuestionLabel4 = Tanımlanmış herhangi bir sonraki adım var mı?
# Actual prompt for the first suggested question for documents
boxui.contentAnswers.documentSuggestedQuestionPrompt1 = Bu belgeyi özetle
# Actual prompt for the second suggested question for documents
boxui.contentAnswers.documentSuggestedQuestionPrompt2 = Temel çıkarımlar nelerdir?
# Actual prompt for the third suggested question for documents
boxui.contentAnswers.documentSuggestedQuestionPrompt3 = Bu belge nasıl geliştirilebilir?
# Actual prompt for the fourth suggested question for documents
boxui.contentAnswers.documentSuggestedQuestionPrompt4 = Tanımlanmış herhangi bir sonraki adım var mı?
# Existing questions tooltip message for Content Answers entry point button
boxui.contentAnswers.hasQuestionsTooltip = Box AI'a dön
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = Box AI'a elektronik tablonuzda hem basit hem de karmaşık sorular sorabilirsiniz: Toplam sayılar, ortalamalar, ileri düzey karşılaştırmalar, trend analizleri ve benzeri şeyler. Bugün deneyin!
# Content Answers welcome message spreadsheet notification
boxui.contentAnswers.welcomeMessageSpreadsheetNotice = Elektronik tablo desteği, metin içeriği bakımından yoğun dosyalar için en iyi sonucu verir
# Aria label for the icon inside spreadsheet notification
boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel = elektronik tablo destek bildirim afişi
# Aria label for the folder breadcrumb
boxui.contentExplorer.breadcrumb = Breadcrumb
# Text shown on button used to close the content explorer
boxui.contentExplorer.cancel = İptal
# Text shown on button used to choose an item
boxui.contentExplorer.choose = Seç
# Aria label for button to navigate back to the previous folder
boxui.contentExplorer.clickToGoBack = Geri gitmek için tıklayın
# Aria label for folder tree button to navigate back to previous folders
boxui.contentExplorer.clickToViewPath = Yolu görüntülemek için tıklayın
# Text shown on button used to copy an item to a different folder
boxui.contentExplorer.copy = Kopyala
# Text shown in the list when the folder being viewed is empty
boxui.contentExplorer.emptyFolder = Bu klasörde alt klasör yok.
# Text shown in the list when there are no search results
boxui.contentExplorer.emptySearch = Üzgünüz, aradığınızı bulamadık.
# Tooltip message for the folder tree breadcrumb button
boxui.contentExplorer.filepath = Dosya yolu
# Text shown for the current folder and its number of items next to the folder tree breadcrumbs
boxui.contentExplorer.folderTreeBreadcrumbsText = {folderName} ({totalItems})