2016-01-11 20:19:22 +00:00
{
2019-03-12 01:43:28 +00:00
"copyErrorAndQuit" : {
"message" : "Hatayı kopyala ve çı k" ,
"description" : "Shown in the top-level error popup, allowing user to copy the error text and close the app"
} ,
2019-04-08 21:16:09 +00:00
"unknownGroup" : {
"message" : "Bilinmeyen grup" ,
"description" : "Shown as the name of a group if we don't have any information about it"
} ,
2019-03-12 01:43:28 +00:00
"databaseError" : {
"message" : "Veritabanı hatası " ,
"description" : "Shown in a popup if the database cannot start up properly"
} ,
"deleteAndRestart" : {
"message" : "Tüm verileri sil ve yeniden başlat" ,
"description" : "Shown in a popup if the database cannot start up properly; allows user to dalete database and restart"
} ,
2018-08-31 20:50:28 +00:00
"mainMenuFile" : {
"message" : "&Dosya" ,
"description" : "The label that is used for the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mainMenuEdit" : {
"message" : "&Düzenle" ,
"description" : "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mainMenuView" : {
"message" : "&Görünüm" ,
"description" : "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mainMenuWindow" : {
"message" : "&Pencere" ,
"description" : "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
} ,
"mainMenuHelp" : {
"message" : "&Yardı m" ,
"description" : "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
} ,
"mainMenuSettings" : {
"message" : "Tercihler..." ,
"description" : "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for ‘ Preferences’ on the operating system."
} ,
"appMenuHide" : {
"message" : "Gizle" ,
"description" : "Application menu command to hide the window"
2017-08-30 16:31:03 +00:00
} ,
2018-07-18 17:47:58 +00:00
"appMenuHideOthers" : {
2018-07-31 16:54:06 +00:00
"message" : "Diğerlerini Gizle" ,
2018-07-18 17:47:58 +00:00
"description" : "Application menu command to hide all other windows"
} ,
2018-08-31 20:50:28 +00:00
"appMenuUnhide" : {
"message" : "Hepsini Göster" ,
"description" : "Application menu command to show all application windows"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"appMenuQuit" : {
"message" : "Signal'den Çı k" ,
"description" : "Application menu command to close the application"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuUndo" : {
"message" : "Geri al" ,
"description" : "Edit menu command to remove recently-typed text"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuRedo" : {
"message" : "Yinele" ,
"description" : "Edit menu command to restore previously undone typed text"
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuCut" : {
"message" : "Kes" ,
"description" : "Edit menu command to remove selected text and add it to clipboard"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuCopy" : {
"message" : "Kopyala" ,
"description" : "Edit menu command to add selected text to clipboard"
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuPaste" : {
"message" : "Yapı ştı r" ,
"description" : "Edit menu command to insert text from clipboard at cursor location"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuPasteAndMatchStyle" : {
"message" : "Yapı ştı r ve Stille Eşleştir" ,
"description" : "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
2016-10-08 14:40:13 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuDelete" : {
"message" : "Sil" ,
"description" : "Edit menu command to remove the selected text"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuSelectAll" : {
"message" : "Tümünü Seç" ,
"description" : "Edit menu comand to select all of the text in selected text box"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuStartSpeaking" : {
"message" : "Konuşmaya başla" ,
"description" : "Edit menu item under 'speech' to start dictation"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"editMenuStopSpeaking" : {
"message" : "Konuşmayı durdur" ,
"description" : "Edit menu item under 'speech' to stop dictation"
2016-02-22 22:27:51 +00:00
} ,
2018-08-31 20:50:28 +00:00
"windowMenuClose" : {
"message" : "Pencereyi Kapat" ,
"description" : "Window menu command to close the current window"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"windowMenuMinimize" : {
"message" : "Küçült" ,
"description" : "Window menu command to minimize the current window"
2016-01-20 20:23:12 +00:00
} ,
2018-08-31 20:50:28 +00:00
"windowMenuZoom" : {
"message" : "Yakı nlaştı r" ,
"description" : "Window menu command to make the current window the size of the whole screen"
2018-07-31 16:54:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"windowMenuBringAllToFront" : {
"message" : "Hepsini Öne Getir" ,
"description" : "Window menu command to bring all windows of current applicatinon to front"
2016-08-11 19:22:17 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuResetZoom" : {
"message" : "Normal Boyut" ,
"description" : "View menu command to go back to the default zoom"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuZoomIn" : {
"message" : "Yakı nlaştı r" ,
"description" : "View menu command to make everything bigger"
2018-06-21 19:03:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuZoomOut" : {
"message" : "Uzaklaştı r" ,
"description" : "View menu command to make everything smaller"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuToggleFullScreen" : {
"message" : "Tam Ekranı Aç/Kapat" ,
"description" : "View menu command to enter or leave Full Screen mode"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"viewMenuToggleDevTools" : {
"message" : "Geliştirici Araçları nı Aç/Kapat" ,
"description" : "View menu command to show or hide the developer tools"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"menuSetupWithImport" : {
"message" : "İçe Aktarma seçeneği ile kur" ,
"description" : "When the application is not yet set up, menu option to start up the import sequence"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"menuSetupAsNewDevice" : {
"message" : "Yeni Cihaz olarak kur" ,
"description" : "When the application is not yet set up, menu option to start up the set up as fresh device"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"menuSetupAsStandalone" : {
"message" : "Bağı msı z Cihaz olarak kur" ,
"description" : "Only available on development modes, menu option to open up the standalone device setup sequence"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"loading" : {
"message" : "Yükleniyor..." ,
"description" : "Message shown on the loading screen before we've loaded any messages"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"optimizingApplication" : {
"message" : "Uygulama optimize ediliyor..." ,
"description" : "Message shown on the loading screen while we are doing application optimizations"
2016-04-03 21:33:07 +00:00
} ,
2018-08-31 20:50:28 +00:00
"migratingToSQLCipher" : {
2019-03-12 01:43:28 +00:00
"message" : "İletiler optimize ediliyor... $status$ tamamlandı ." ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown on the loading screen while we are doing application optimizations" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"status" : {
2017-08-30 16:31:03 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "45/200"
2017-08-30 16:31:03 +00:00
}
}
} ,
2019-04-08 21:16:09 +00:00
"archivedConversations" : {
"message" : "Arşivlenmiş Sohbetler" ,
"description" : "Shown in place of the search box when showing archived conversation list"
} ,
"archiveHelperText" : {
"message" : "Bu sohbetler arşivlendi ve sadece yeni iletiler alı nı rsa gelen kutusunda görünecekler." ,
"description" : "Shown at the top of the archived converations list in the left pane"
} ,
"archiveConversation" : {
"message" : "Sohbeti Arşivle" ,
"description" : "Shown in menu for conversation, and moves conversation out of main conversation list"
} ,
"moveConversationToInbox" : {
"message" : "Sohbeti Gelen Kutusuna Taşı " ,
"description" : "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
} ,
2018-08-31 20:50:28 +00:00
"chooseDirectory" : {
"message" : "Klasör seçin" ,
"description" : "Button to allow the user to find a folder on disk"
2017-08-30 16:31:03 +00:00
} ,
2019-01-16 23:29:04 +00:00
"chooseFile" : {
2019-02-04 19:53:59 +00:00
"message" : "Dosya seçin" ,
2019-01-16 23:29:04 +00:00
"description" : "Button to allow the user to find a file on disk"
} ,
2018-08-31 20:50:28 +00:00
"loadDataHeader" : {
"message" : "Verilerinizi yükleyin" ,
"description" : "Header shown on the first screen in the data import process"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"loadDataDescription" : {
2019-03-12 01:43:28 +00:00
"message" : "Dı şa aktarma işlemini tamamladı nı z ve kişileriniz ile iletileriniz sabı rla bilgisayarı nı zda bekliyor. Kaydettiğiniz Signal verilerinizi içeren klasörü seçin." ,
2018-08-31 20:50:28 +00:00
"description" : "Introduction to the process of importing messages and contacts from disk"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importChooserTitle" : {
"message" : "Dı şa aktarı lan verilerin bulunduğu dizini seçin" ,
"description" : "Title of the popup window used to select data previously exported"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importErrorHeader" : {
"message" : "Bir şeyler ters gitti!" ,
"description" : "Header of the error screen after a failed import"
2017-05-16 18:56:33 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importingHeader" : {
2019-03-12 01:43:28 +00:00
"message" : "Kişiler ve iletiler yükleniyor" ,
2018-08-31 20:50:28 +00:00
"description" : "Header of screen shown as data is import"
2018-06-21 19:03:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importErrorFirst" : {
"message" : "Kaydedilmiş Signal verilerinizi içeren doğru dizini seçtiğinizden emin olun. Dizinin ismi 'Signal Export' ile başlamalı . Verinizin yeni bir kopyası nı Chrome Uygulaması ndan kaydededebilirsiniz." ,
"description" : "Message shown if the import went wrong; first paragraph"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importErrorSecond" : {
"message" : "Eğer bu adı mlar işinize yaramadı ysa, lütfen bir hata ayı klama günlüğü gönderin (Görüntüle -> Hata Ayı klama Günlüğü) ki aktarmanı za yardı m edebilelim!" ,
"description" : "Message shown if the import went wrong; second paragraph"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importAgain" : {
"message" : "Klasör seçip tekrar deneyiniz" ,
"description" : "Button shown if the user runs into an error during import, allowing them to start over"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importCompleteHeader" : {
"message" : "Başarı lı !" ,
"description" : "Header shown on the screen at the end of a successful import process"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importCompleteStartButton" : {
2018-10-16 00:32:32 +00:00
"message" : "Signal Desktop'ı kullanmaya başlayı n" ,
2018-08-31 20:50:28 +00:00
"description" : "Button shown at end of successful import process, nothing left but a restart"
2018-07-31 16:54:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"importCompleteLinkButton" : {
"message" : "Bu cihazı telefonunuza bağlayı n" ,
"description" : "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
2016-03-17 22:05:27 +00:00
} ,
2018-08-31 20:50:28 +00:00
"selectedLocation" : {
"message" : "seçtiğiniz konum" ,
"description" : "Message shown as the export location if we didn't capture the target directory"
2016-08-11 19:22:17 +00:00
} ,
2018-08-31 20:50:28 +00:00
"upgradingDatabase" : {
"message" : "Veritabanı yükseltiliyor. Bu biraz zaman alabilir..." ,
"description" : "Message shown on the loading screen when we're changing database structure on first run of a new version"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"loadingMessages" : {
2019-03-12 01:43:28 +00:00
"message" : "İletiler yükleniyor. Şimdiye kadar $count$..." ,
2018-08-31 20:50:28 +00:00
"description" : "Message shown on the loading screen when we're catching up on the backlog of messages" ,
"placeholders" : {
"count" : {
"content" : "$1" ,
"example" : "5"
}
}
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"me" : {
"message" : "Ben" ,
"description" : "The label for yourself when shown in a group member list"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"view" : {
"message" : "Görüntüle" ,
"description" : "Used as a label on a button allowing user to see more information"
2016-06-30 01:12:20 +00:00
} ,
2017-08-30 16:31:03 +00:00
"youLeftTheGroup" : {
2018-07-31 16:54:06 +00:00
"message" : "Gruptan ayrı ldı nı z" ,
2017-08-30 16:31:03 +00:00
"description" : "Displayed when a user can't send a message because they have left the group"
} ,
2018-08-31 20:50:28 +00:00
"scrollDown" : {
"message" : "Sohbetin en altı na kaydı r" ,
"description" : "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"messagesBelow" : {
2019-03-12 01:43:28 +00:00
"message" : "Aşağı da yeni iletiler var" ,
2018-08-31 20:50:28 +00:00
"description" : "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unreadMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "1 Okunmamı ş İleti" ,
2018-08-31 20:50:28 +00:00
"description" : "Text for unread message separator, just one message"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unreadMessages" : {
2019-03-12 01:43:28 +00:00
"message" : "$count$ Okunmamı ş İleti" ,
2018-08-31 20:50:28 +00:00
"description" : "Text for unread message separator, with count" ,
"placeholders" : {
"count" : {
"content" : "$1" ,
"example" : "5"
}
}
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"youMarkedAsVerified" : {
"message" : "$name$ ile olan Güvenlik Numaranı zı doğrulanmı ş olarak işaretlediniz" ,
"description" : "Shown in the conversation history when the user marks a contact as verified." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerified" : {
"message" : "$name$ ile olan Güvenlik Numaranı zı doğrulanmamı ş olarak işaretlediniz" ,
"description" : "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"youMarkedAsVerifiedOtherDevice" : {
"message" : "$name$ ile olan Güvenlik Numaranı zı başka bir cihazdan doğrulanmı ş olarak işaretlediniz" ,
"description" : "Shown in the conversation history when we discover that the user marked a contact as verified on another device." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerifiedOtherDevice" : {
"message" : "$name$ ile olan Güvenlik Numaranı zı başka bir cihazdan doğrulanmamı ş olarak işaretlediniz" ,
"description" : "Shown in the conversation history when we discover that the user marked a contact as not verified on another device." ,
2018-07-31 16:54:06 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2018-07-31 16:54:06 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2018-07-31 16:54:06 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"membersNeedingVerification" : {
"message" : "Son doğrulamanı zdan yana bu grup üyeleriyle olan güvenlik numaraları nı z değişti. Yeni güvenlik numaraları nı görmek için grup üyelerine tı klayı n." ,
"description" : "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"changedSinceVerifiedMultiple" : {
"message" : "Birden fazla grup üyesiyle olan güvenlik numaraları nı z son doğrulamanı zdan bu yana. Bu, birisinin iletişiminizi kesmeye çalı ştı ğı ya da kişilerin Signal'i yeniden yüklemiş olduğu anlamı na gelebilir." ,
"description" : "Shown on confirmation dialog when user attempts to send a message"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"changedSinceVerified" : {
"message" : "$name$ ile olan güvenlik numaranı z son doğrulamanı zdan bu yana değişti. Bu, birisinin iletişiminizi kesmeye çalı ştı ğı ya da $name$ Signal'i yeniden yüklemiş olduğu anlamı na gelebilir." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2018-08-31 20:50:28 +00:00
"changedRightAfterVerify" : {
"message" : "Doğrulamaya çalı ştı ğı nı z güvenlik numarası değişti. Lütfen $name$ ile olan yeni güvenlik numaranı zı gözden geçirin. Unutmayı n, bu değişiklik birisinin iletişiminizi kesmeye çalı ştı ğı ya da $name$ Signal'i yeniden yüklemiş olduğu anlamı na gelebilir." ,
"description" : "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change" ,
2016-10-07 10:13:47 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2017-08-30 16:31:03 +00:00
"changedRecentlyMultiple" : {
2018-07-31 16:54:06 +00:00
"message" : "Birden fazla grup üyesiyle olan güvenlik numaraları nı z yakı n zamanda değişti. Bu, birisinin iletişiminizi kesmeye çalı ştı ğı ya da kişilerin Signal'i yeniden yüklemiş olduğu anlamı na gelebilir." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown on confirmation dialog when user attempts to send a message"
} ,
2018-08-31 20:50:28 +00:00
"changedRecently" : {
"message" : "$name$ ile olan güvenlik numaranı z yakı n zamanda değişti. Bu, birisinin iletişiminizi kesmeye çalı ştı ğı ya da $name$ Signal'i yeniden yüklemiş olduğu anlamı na gelebilir." ,
"description" : "Shown on confirmation dialog when user attempts to send a message" ,
2018-06-21 19:03:06 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2018-06-21 19:03:06 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2018-06-21 19:03:06 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"identityKeyErrorOnSend" : {
"message" : "$name$ ile olan güvenlik numaranı z değişti. Bu, birisinin iletişiminizi kesmeye çalı ştı ğı ya da $name$ Signal'i yeniden yüklemiş olduğu anlamı na gelebilir. Bu kişi ile güvenlik numaranı zı doğrulamak isteyebilirsiniz." ,
"description" : "Shown when user clicks on a failed recipient in the message detail view after an identity key change" ,
2018-07-18 17:47:58 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2018-07-18 17:47:58 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"sendAnyway" : {
"message" : "Yine de Gönder" ,
"description" : "Used on a warning dialog to make it clear that it might be risky to send the message."
2018-06-21 19:03:06 +00:00
} ,
2017-08-30 16:31:03 +00:00
"noLongerVerified" : {
2018-01-05 00:28:53 +00:00
"message" : "$name$ ile olan güvenlik numaranı z değişti ve henüz doğrulanmadı . Göstermek için tı klayı n." ,
2017-08-30 16:31:03 +00:00
"description" : "Shown in converation banner when user's safety number has changed, but they were previously verified." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
}
}
} ,
2018-08-31 20:50:28 +00:00
"multipleNoLongerVerified" : {
"message" : "Bu grubun birden fazla üyesiyle olan güvenlik numaraları nı z değişti ve henüz doğrulanmadı . Göstermek için tı klayı n." ,
"description" : "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"debugLogExplanation" : {
"message" : "Bu günlük katkı da bulunanları n görebilmeleri için herkese açı k bir şekilde gönderilecektir. Göndermeden önce inceleyip düzenleyebilirsiniz." ,
"description" : ""
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"debugLogError" : {
"message" : "Yüklemede bir şeyler ters gitti! Lütfen günlüğü hazı rlayacağı nı z hata kaydı na kendiniz ekleyin." ,
"description" : ""
2016-02-22 22:27:51 +00:00
} ,
2018-08-31 20:50:28 +00:00
"reportIssue" : {
"message" : "Sorun bildir" ,
"description" : "Link to open the issue tracker"
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"gotIt" : {
"message" : "Anladı m!" ,
"description" : "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"submit" : {
"message" : "Gönder" ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"acceptNewKey" : {
"message" : "Kabul et" ,
"description" : "Label for a button to accept a new safety number"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"verify" : {
"message" : "Doğrulanmı ş olarak işaretle" ,
"description" : ""
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unverify" : {
"message" : "Doğrulanmadı olarak işaretle" ,
"description" : ""
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"isVerified" : {
"message" : "$name$ ile olan güvenlik numaranı zı doğruladı nı z." ,
"description" : "Summary state shown at top of the safety number screen if user has verified contact." ,
2016-01-21 23:28:58 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2016-01-25 22:20:18 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2016-01-25 22:20:18 +00:00
}
2016-01-21 23:28:58 +00:00
}
2016-01-20 20:23:12 +00:00
} ,
2018-08-31 20:50:28 +00:00
"isNotVerified" : {
"message" : "$name$ ile olan güvenlik numaranı zı doğrulamadı nı z." ,
"description" : "Summary state shown at top of the safety number screen if user has not verified contact." ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2017-08-30 16:31:03 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2017-08-30 16:31:03 +00:00
}
}
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"verified" : {
"message" : "Doğrulandı " ,
2016-01-20 20:23:12 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"newIdentity" : {
"message" : "Yeni güvenlik numarası " ,
"description" : "Header for a key change dialog"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"identityChanged" : {
"message" : "Bu kişiyle olan güvenlik numaranı z değişti. Bu birisinin iletişiminizi kesmeye çalı ştı ğı veya bu kişinin Signal'i yeniden yüklemiş olduğu anlamı na gelebilir. Aşağı daki yeni güvenlik numarası nı doğrulamak isteyebilirsiniz." ,
"description" : ""
2018-06-21 19:03:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"incomingError" : {
2019-03-12 01:43:28 +00:00
"message" : "Gelen ileti işlenirken hata oluştu" ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"media" : {
"message" : "Medya" ,
"description" : "Header of the default pane in the media gallery, showing images and videos"
2016-01-20 20:23:12 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mediaEmptyState" : {
"message" : "Bu sohbette hiç medya yok" ,
"description" : "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
2018-07-31 16:54:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"documents" : {
"message" : "Belgeler" ,
"description" : "Header of the secondary pane in the media gallery, showing every non-media attachment"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"documentsEmptyState" : {
"message" : "Bu sohbette hiç belge yok" ,
"description" : "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"today" : {
"message" : "Bugün" ,
"description" : "Section header in the media gallery"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"yesterday" : {
"message" : "Dün" ,
"description" : "Section header in the media gallery"
2018-06-21 19:03:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"thisWeek" : {
"message" : "Bu Hafta" ,
"description" : "Section header in the media gallery"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"thisMonth" : {
"message" : "Bu Ay" ,
"description" : "Section header in the media gallery"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unsupportedAttachment" : {
"message" : "Desteklenmeyen eklenti türü. Kaydetmek için tı kla." ,
"description" : "Displayed for incoming unsupported attachment"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"clickToSave" : {
"message" : "Kaydetmek için tı kla" ,
"description" : "Hover text for attachment filenames"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unnamedFile" : {
"message" : "İsimsiz Dosya" ,
"description" : "Hover text for attachment filenames"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"voiceMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "Sesli İleti" ,
2018-08-31 20:50:28 +00:00
"description" : "Name for a voice message attachment"
2016-04-07 19:27:03 +00:00
} ,
2018-10-16 00:32:32 +00:00
"dangerousFileType" : {
"message" : "Eklenti türüne güvenlik sebeplerinden dolayı izin verilmemektedir" ,
"description" : "Shown in toast when user attempts to send .exe file, for example"
} ,
2019-02-04 19:53:59 +00:00
"loadingPreview" : {
"message" : "Öz İzleme Yükleniyor..." ,
"description" : "Shown while Signal Desktop is fetching metadata for a url in composition area"
} ,
"stagedPreviewThumbnail" : {
"message" : "$domain$ için bağlantı ön izlemesi küçük resim taslağı " ,
"description" : "Shown while Signal Desktop is fetching metadata for a url in composition area" ,
"placeholders" : {
"path" : {
"content" : "$1" ,
"example" : "instagram.com"
}
}
} ,
"previewThumbnail" : {
"message" : "$domain$ için bağlantı ön izlemesi küçük resmi" ,
"description" : "Shown while Signal Desktop is fetching metadata for a url in composition area" ,
"placeholders" : {
"path" : {
"content" : "$1" ,
"example" : "instagram.com"
}
}
} ,
2019-01-16 23:29:04 +00:00
"stagedImageAttachment" : {
2019-02-04 19:53:59 +00:00
"message" : "Resim eklentisi taslağı : $path$" ,
2019-01-16 23:29:04 +00:00
"description" : "Alt text for staged attachments" ,
"placeholders" : {
"path" : {
"content" : "$1" ,
"example" : "dog.jpg"
}
}
} ,
"oneNonImageAtATimeToast" : {
2019-03-12 01:43:28 +00:00
"message" : "Görüntü olmayan eklentiler içerildiğinde, ileti başı eklenti sı nı rı birdir." ,
2019-01-16 23:29:04 +00:00
"description" : "An error popup when the user has attempted to add an attachment"
} ,
"cannotMixImageAdnNonImageAttachments" : {
2019-03-12 01:43:28 +00:00
"message" : "Görüntü ve görüntü olmayan eklentileri tek iletide birleştiremezsiniz." ,
2019-01-16 23:29:04 +00:00
"description" : "An error popup when the user has attempted to add an attachment"
} ,
"maximumAttachments" : {
2019-03-12 01:43:28 +00:00
"message" : "Bu iletiye daha fazla eklenti ekleyemezsiniz." ,
2019-01-16 23:29:04 +00:00
"description" : "An error popup when the user has attempted to add an attachment"
} ,
2018-08-31 20:50:28 +00:00
"fileSizeWarning" : {
2019-03-12 01:43:28 +00:00
"message" : "Üzgünüz, seçilen dosya ileti boyutu kı sı tlamaları nı aşı yor." ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-06-21 19:03:06 +00:00
} ,
2018-10-16 00:32:32 +00:00
"unableToLoadAttachment" : {
"message" : "Seçilen eklenti yüklenemedi." ,
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"disconnected" : {
"message" : "Bağlantı yok" ,
"description" : "Displayed when the desktop client cannot connect to the server."
} ,
"connecting" : {
"message" : "Bağlanı yor" ,
"description" : "Displayed when the desktop client is currently connecting to the server."
} ,
"offline" : {
"message" : "Çevrimdı şı " ,
"description" : "Displayed when the desktop client has no network connection."
} ,
"checkNetworkConnection" : {
"message" : "Ağ bağlantı nı zı kontrol edin." ,
"description" : "Obvious instructions for when a user's computer loses its network connection"
} ,
"attemptingReconnection" : {
"message" : "Yeniden bağlantı kurma $reconnect_duration_in_seconds$ saniye içerisinde tekrar denenecektir." ,
"description" : "" ,
2016-10-07 10:13:47 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"reconnect_duration_in_seconds" : {
2016-10-07 10:13:47 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "10"
2016-10-07 10:13:47 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"submitDebugLog" : {
"message" : "Hata ayı klama günlüğü" ,
"description" : "Menu item and header text for debug log modal (sentence case)"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"debugLog" : {
"message" : "Hata Ayı klama Günlüğü" ,
"description" : "View menu item to open the debug log (title case)"
2016-04-03 21:33:07 +00:00
} ,
2018-08-31 20:50:28 +00:00
"goToReleaseNotes" : {
"message" : "Sürüm Notları na Git" ,
"description" : ""
2018-07-20 23:30:56 +00:00
} ,
2018-08-31 20:50:28 +00:00
"goToForums" : {
"message" : "Forumlara Git" ,
"description" : "Item under the Help menu, takes you to the forums"
2016-10-08 14:40:13 +00:00
} ,
2018-08-31 20:50:28 +00:00
"goToSupportPage" : {
"message" : "Destek Sayfası na Git" ,
"description" : "Item under the Help menu, takes you to the support page"
2018-07-12 18:32:00 +00:00
} ,
2018-08-31 20:50:28 +00:00
"menuReportIssue" : {
"message" : "Sorun Bildir" ,
"description" : "Item under the Help menu, takes you to GitHub new issue form (title case)"
2016-02-22 22:27:51 +00:00
} ,
2018-08-31 20:50:28 +00:00
"signalDesktopPreferences" : {
2018-10-16 00:32:32 +00:00
"message" : "Signal Desktop Tercihleri" ,
2018-08-31 20:50:28 +00:00
"description" : "Title of the window that pops up with Signal Desktop preferences in it"
2018-07-31 16:54:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"aboutSignalDesktop" : {
2018-10-16 00:32:32 +00:00
"message" : "Signal Desktop Hakkı nda" ,
2018-08-31 20:50:28 +00:00
"description" : "Item under the Help menu, which opens a small about window"
} ,
"speech" : {
"message" : "Konuşma" ,
"description" : "Item under the Edit menu, with 'start/stop speaking' items below it"
2016-01-20 20:23:12 +00:00
} ,
2018-01-05 00:28:53 +00:00
"show" : {
"message" : "Göster" ,
"description" : "Command under Window menu, to show the window"
} ,
2018-08-31 20:50:28 +00:00
"hide" : {
"message" : "Gizle" ,
"description" : "Command in the tray icon menu, to hide the window"
2017-02-09 23:27:14 +00:00
} ,
2018-08-31 20:50:28 +00:00
"quit" : {
"message" : "Çı kı ş Yap" ,
"description" : "Command in the tray icon menu, to quit the application"
} ,
2019-04-08 21:16:09 +00:00
"signalDesktop" : {
2018-10-16 00:32:32 +00:00
"message" : "Signal Desktop" ,
2018-08-31 20:50:28 +00:00
"description" : "Tooltip for the tray icon"
} ,
2019-04-08 21:16:09 +00:00
"search" : {
"message" : "Ara" ,
2018-08-31 20:50:28 +00:00
"description" : "Placeholder text in the search input"
} ,
2019-09-13 20:59:54 +00:00
"searchIn" : {
"message" : "$conversationName$ sohbetinde ara" ,
"description" : "Shown in the search box before text is entered when searching in a specific conversation" ,
"placeholders" : {
"conversationName" : {
"content" : "$1" ,
"example" : "Friends"
}
}
} ,
2019-04-08 21:16:09 +00:00
"noSearchResults" : {
"message" : "\"$searchTerm$\" için arama sonucu yok" ,
"description" : "Shown in the search left pane when no results were found" ,
"placeholders" : {
"searchTerm" : {
"content" : "$1" ,
"example" : "dog"
}
}
} ,
2019-09-13 20:59:54 +00:00
"noSearchResultsInConversation" : {
"message" : "$conversationName$ sohbetinde \"$searchTerm$\" için sonuç bulunamadı " ,
"description" : "Shown in the search left pane when no results were found" ,
"placeholders" : {
"searchTerm" : {
"content" : "$2" ,
"example" : "Friends"
}
}
} ,
2019-04-08 21:16:09 +00:00
"conversationsHeader" : {
"message" : "Sohbetler" ,
"description" : "Shown to separate the types of search results"
} ,
"contactsHeader" : {
"message" : "Kişiler" ,
"description" : "Shown to separate the types of search results"
} ,
"messagesHeader" : {
"message" : "İletiler" ,
"description" : "Shown to separate the types of search results"
} ,
2018-08-31 20:50:28 +00:00
"welcomeToSignal" : {
"message" : "Signal'e Hoşgeldin" ,
"description" : ""
} ,
"selectAContact" : {
"message" : "Sohbete başlamak için bir kişi veya grup seçin." ,
"description" : ""
} ,
2019-01-16 23:29:04 +00:00
"typingAlt" : {
"message" : "Bu sohbet için yazma animasyonu" ,
"description" : "Used as the 'title' attibute for the typing animation"
} ,
2018-08-31 20:50:28 +00:00
"contactAvatarAlt" : {
"message" : "$name$ kişisinin avatarı " ,
"description" : "Used in the alt tag for the image avatar of a contact" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "John"
2017-08-30 16:31:03 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"sendMessageToContact" : {
2019-03-12 01:43:28 +00:00
"message" : "İleti Gönder" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown when you are sent a contact and that contact has a signal account"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"home" : {
"message" : "ev" ,
"description" : "Shown on contact detail screen as a label for an address/phone/email"
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"work" : {
"message" : "iş" ,
"description" : "Shown on contact detail screen as a label for an address/phone/email"
2018-06-21 19:03:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mobile" : {
"message" : "mobil" ,
"description" : "Shown on contact detail screen as a label for aa phone or email"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"email" : {
"message" : "eposta" ,
"description" : "Generic label shown if contact email has custom type but no label"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"phone" : {
"message" : "telefon" ,
"description" : "Generic label shown if contact phone has custom type but no label"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"address" : {
"message" : "adres" ,
"description" : "Generic label shown if contact address has custom type but no label"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"poBox" : {
"message" : "Posta Kutusu" ,
"description" : "When rendering an address, used to provide context to a post office box"
2018-05-02 16:29:36 +00:00
} ,
2019-04-08 21:16:09 +00:00
"downloading" : {
"message" : "İndiriliyor" ,
"description" : "Shown in the message bubble while a long message attachment is being downloaded"
} ,
2018-08-31 20:50:28 +00:00
"downloadAttachment" : {
"message" : "Eklentiyi İndir" ,
"description" : "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
2016-08-24 23:54:05 +00:00
} ,
2018-08-31 20:50:28 +00:00
"replyToMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "İletiyi Yanı tla" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"originalMessageNotFound" : {
2019-03-12 01:43:28 +00:00
"message" : "İletinin aslı bulunamadı " ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in quote if reference message was not found as message was initially downloaded and processed"
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"originalMessageNotAvailable" : {
2019-03-12 01:43:28 +00:00
"message" : "İletinin aslı artı k mevcut değil" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in toast if user clicks on quote that references message no longer in database"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"messageFoundButNotLoaded" : {
2019-03-12 01:43:28 +00:00
"message" : "İletinin aslı bulundu, ama yüklenmedi. Yüklemek için yukarı ya kaydı rı n." ,
2018-08-31 20:50:28 +00:00
"description" : "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
2016-10-07 10:13:47 +00:00
} ,
2019-01-16 23:29:04 +00:00
"voiceNoteMustBeOnlyAttachment" : {
2019-03-12 01:43:28 +00:00
"message" : "Sesli not bir iletide içerilen tek eklenti olmalı dı r." ,
2019-01-16 23:29:04 +00:00
"description" : "Shown in toast if tries to record a voice note with any staged attachments"
} ,
2018-08-31 20:50:28 +00:00
"you" : {
"message" : "Siz" ,
"description" : "In Android theme, shown in quote if you or someone else replies to you"
2016-10-07 10:13:47 +00:00
} ,
2018-05-02 16:29:36 +00:00
"replyingTo" : {
2018-07-31 16:54:06 +00:00
"message" : "$name$ Cevaben" ,
2018-05-02 16:29:36 +00:00
"description" : "Shown in iOS theme when you or someone quotes to a message which is not from you" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "John"
}
}
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"audioPermissionNeeded" : {
2019-03-12 01:43:28 +00:00
"message" : "Sesli iletiler göndermek için, Signal Desktop'ı n mikrofonunuza erişimine izin verin." ,
2018-08-31 20:50:28 +00:00
"description" : "Shown if the user attempts to send an audio message without audio permssions turned on"
} ,
"allowAccess" : {
"message" : "Erişimine İzin Ver" ,
"description" : "Button shown in popup asking to enable microphon/video permissions to send audio messages"
} ,
"showSettings" : {
"message" : "Ayarları Göster" ,
"description" : "A button shown in dialog requesting the user to turn on audio permissions"
} ,
"audio" : {
"message" : "Ses" ,
"description" : "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
} ,
"video" : {
"message" : "Video" ,
"description" : "Shown in a quotation of a message containing a video if no text was originally provided with that video"
} ,
"photo" : {
"message" : "Fotoğraf" ,
"description" : "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
} ,
2019-04-08 21:16:09 +00:00
"cannotUpdate" : {
2019-09-13 20:59:54 +00:00
"message" : "Güncellenemiyor" ,
2019-04-08 21:16:09 +00:00
"description" : "Shown as the title of our update error dialogs on windows"
} ,
"cannotUpdateDetail" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop güncellenemedi, ama yeni bir sürüm mevcut. Lütfen https://signal.org/download adresini ziyaret edin ve yeni sürümü el ile kurun, sonrası nda bu sorun hakkı nda destek ile iletişime geçin veya hata raporu doldurun." ,
2019-04-08 21:16:09 +00:00
"description" : "Shown if a general error happened while trying to install update package"
} ,
"readOnlyVolume" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop galiba macOS karantinası nda ve otomatik güncellenemiyor. Lütfen Signal.app'i Bulucu'yla /Applications'a taşı mayı deneyin." ,
2019-04-08 21:16:09 +00:00
"description" : "Shown on MacOS if running on a read-only volume and we cannot update"
} ,
2018-08-31 20:50:28 +00:00
"ok" : {
"message" : "TAMAM" ,
2017-09-14 17:11:45 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"cancel" : {
"message" : "İptal" ,
"description" : ""
2018-06-21 19:03:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"failedToSend" : {
"message" : "Bazı alı cı lara gönderilemedi. Ağ bağlantı nı zı kontrol edin." ,
"description" : ""
2018-06-21 19:03:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"error" : {
"message" : "Hata" ,
"description" : ""
2016-06-30 01:12:20 +00:00
} ,
2018-08-31 20:50:28 +00:00
"messageDetail" : {
2019-03-12 01:43:28 +00:00
"message" : "İleti Detayı " ,
2018-08-31 20:50:28 +00:00
"description" : ""
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"delete" : {
"message" : "Sil" ,
"description" : ""
} ,
"deleteWarning" : {
2019-03-12 01:43:28 +00:00
"message" : "Emin misiniz? 'Sil'e tı klamak bu iletiyi sadece bu cihazdan kalı cı olarak silecektir." ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"deleteThisMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "Bu iletiyi sil" ,
2018-08-31 20:50:28 +00:00
"description" : ""
} ,
"from" : {
"message" : "Gönderen" ,
"description" : "Label for the sender of a message"
} ,
"to" : {
2019-04-08 21:16:09 +00:00
"message" : "alı cı " ,
2018-08-31 20:50:28 +00:00
"description" : "Label for the receiver of a message"
} ,
"sent" : {
"message" : "Gönderildi" ,
"description" : "Label for the time a message was sent"
2018-06-21 19:03:06 +00:00
} ,
2016-01-11 20:19:22 +00:00
"received" : {
"message" : "Alı ndı " ,
"description" : "Label for the time a message was received"
} ,
2018-08-31 20:50:28 +00:00
"sendMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "İleti gönder" ,
2018-08-31 20:50:28 +00:00
"description" : "Placeholder text in the message entry field"
} ,
"groupMembers" : {
"message" : "Grup üyeleri" ,
"description" : ""
} ,
"showMembers" : {
"message" : "Üyeleri göster" ,
"description" : ""
} ,
"resetSession" : {
"message" : "Oturumu sı fı rla" ,
"description" : "This is a menu item for resetting the session, using the imperative case, as in a command."
} ,
"showSafetyNumber" : {
"message" : "Güvenlik numarası nı görüntüle" ,
"description" : ""
} ,
"viewAllMedia" : {
"message" : "Tüm medyaları görüntüle" ,
"description" : "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
} ,
"verifyHelp" : {
"message" : "$name$ ile olan uçtan uca şifrelemenizin güvenliğini doğrulamak isterseniz, yukarı daki numaraları cihazları ndaki numaralarla karşı laştı rı n." ,
"description" : "" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "John"
2017-08-30 16:31:03 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"theirIdentityUnknown" : {
2019-03-12 01:43:28 +00:00
"message" : "Bu kişiyle herhangi bir iletişimde bulunmadı nı z. Güvenlik numaraları nı z ilk iletiden sonra oluşturulacaktı r." ,
2018-08-31 20:50:28 +00:00
"description" : ""
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"moreInfo" : {
"message" : "Daha Fazla Bilgi..." ,
"description" : "Shown on the drop-down menu for an individual message, takes you to message detail screen"
} ,
"retrySend" : {
"message" : "Tekrar Gönder" ,
"description" : "Shown on the drop-down menu for an indinvidaul message, but only if it is an outgoing message that failed to send"
} ,
"deleteMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "İletiyi Sil" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on the drop-down menu for an individual message, deletes single message"
} ,
"deleteMessages" : {
2019-03-12 01:43:28 +00:00
"message" : "İletileri sil" ,
2018-08-31 20:50:28 +00:00
"description" : "Menu item for deleting messages, title case."
} ,
"deleteConversationConfirmation" : {
"message" : "Bu sohbeti kalı cı olarak sil?" ,
"description" : "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
} ,
"sessionEnded" : {
"message" : "Güvenli oturumu sı fı rla" ,
"description" : "This is a past tense, informational message. In other words, your secure session has been reset."
} ,
"quoteThumbnailAlt" : {
2019-03-12 01:43:28 +00:00
"message" : "Alı ntı lanmı ş iletideki görüntünün önizlemesi" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in alt tag of thumbnail images inside of an embedded message quote"
} ,
"imageAttachmentAlt" : {
2019-03-12 01:43:28 +00:00
"message" : "İletiye görüntü eklenmiş" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in alt tag of image attachment"
} ,
"videoAttachmentAlt" : {
2019-03-12 01:43:28 +00:00
"message" : "İletiye eklenen videonun ekran görüntüsü" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in alt tag of video attachment preview"
} ,
"lightboxImageAlt" : {
2019-02-04 19:53:59 +00:00
"message" : "Konuşmada gönderilen görüntü" ,
2018-08-31 20:50:28 +00:00
"description" : "Used in the alt tag for the image shown in a full-screen lightbox view"
} ,
2019-01-16 23:29:04 +00:00
"imageCaptionIconAlt" : {
"message" : "Bu görüntünün başlı ğı olduğunu gösteren ikon" ,
"description" : "Used for the icon layered on top of an image in message bubbles"
} ,
"addACaption" : {
2019-02-04 19:53:59 +00:00
"message" : "Bir başlı k ekleyin..." ,
2019-01-16 23:29:04 +00:00
"description" : ""
} ,
"save" : {
"message" : "Kaydet" ,
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"fileIconAlt" : {
"message" : "Dosya ikonu" ,
"description" : "Used in the media gallery documents tab to visually represent a file"
} ,
"installWelcome" : {
2018-10-16 00:32:32 +00:00
"message" : "Signal Desktop'a Hoş Geldiniz" ,
2018-08-31 20:50:28 +00:00
"description" : "Welcome title on the install page"
} ,
"installTagline" : {
"message" : "Gizlilik mümkün. Signal bunu kolaylaştı rı r." ,
"description" : "Tagline displayed under 'installWelcome' string on the install page"
} ,
"linkYourPhone" : {
2018-10-16 00:32:32 +00:00
"message" : "Signal Desktop'a telefonunuzu bağlayı n" ,
2018-08-31 20:50:28 +00:00
"description" : "Shown on the front page when the application first starst, above the QR code"
} ,
"signalSettings" : {
"message" : "Signal Ayarları " ,
"description" : "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
} ,
"linkedDevices" : {
"message" : "Bağlı cihazlar" ,
"description" : "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
} ,
"plusButton" : {
"message" : "'+' Düğmesi" ,
"description" : "The button used in Signal Android to add a new linked device"
} ,
"linkNewDevice" : {
"message" : "Yeni Cihaz Bağla" ,
"description" : "The menu option shown in Signal iOS to add a new linked device"
} ,
"deviceName" : {
"message" : "Cihaz adı " ,
"description" : "The label in settings panel shown for the user-provided name for this desktop instance"
} ,
"chooseDeviceName" : {
"message" : "Bu cihazı adlandı rı n" ,
"description" : "The header shown on the 'choose device name' screen in the device linking process"
} ,
"finishLinkingPhone" : {
"message" : "Telefon bağlantı sı nı tamamla" ,
"description" : "The text on the button to finish the linking process, after choosing the device name"
} ,
"initialSync" : {
"message" : "Kişiler ve gruplar senkronize ediliyor" ,
"description" : "Shown during initial link while contacts and groups are being pulled from mobile device"
} ,
"installConnectionFailed" : {
"message" : "Sunucuya bağlanı lamadı ." ,
"description" : "Displayed when we can't connect to the server."
} ,
"installTooManyDevices" : {
"message" : "Üzgünüz, halihazı rda bağlı olan çok fazla cihazı nı z var. Bazı ları nı kaldı rmayı deneyin." ,
"description" : ""
} ,
"settings" : {
"message" : "Ayarlar" ,
"description" : "Menu item and header for global settings"
} ,
"theme" : {
"message" : "Tema" ,
"description" : "Header for theme settings"
} ,
"permissions" : {
"message" : "İzinler" ,
"description" : "Header for permissions section of settings"
} ,
"mediaPermissionsDescription" : {
"message" : "Kamera ve mikrofona erişim izni ver" ,
"description" : "Description of the media permission description"
} ,
2019-02-04 19:53:59 +00:00
"general" : {
"message" : "Genel" ,
"description" : "Header for general options on the settings screen"
} ,
2018-08-31 20:50:28 +00:00
"spellCheckDescription" : {
2019-03-12 01:43:28 +00:00
"message" : "İleti kutusuna girilen sözcüklerin denetlenmesini etkinleştir" ,
2018-08-31 20:50:28 +00:00
"description" : "Description of the media permission description"
} ,
"clearDataHeader" : {
"message" : "Verileri Temizle" ,
"description" : "Header in the settings dialog for the section dealing with data deletion"
} ,
"clearDataExplanation" : {
2019-03-12 01:43:28 +00:00
"message" : "Bu, tüm iletileri ve kayı tlı hesap bilgilerini kaldı rarak uygulamadaki tüm verileri temizler." ,
2018-08-31 20:50:28 +00:00
"description" : "Text describing what the clear data button will do."
} ,
"clearDataButton" : {
"message" : "Verileri temizle" ,
"description" : "Button in the settings dialog starting process to delete all data"
2016-10-07 10:13:47 +00:00
} ,
2018-05-02 16:29:36 +00:00
"deleteAllDataHeader" : {
2018-06-21 19:03:06 +00:00
"message" : "Tüm veri silinsin mi?" ,
2018-05-02 16:29:36 +00:00
"description" : "Header of the full-screen delete data confirmation screen"
} ,
2018-08-31 20:50:28 +00:00
"deleteAllDataBody" : {
2019-03-12 01:43:28 +00:00
"message" : "Tüm kişilerin ve tüm iletilerin dahil olduğu bu uygulamanı n tüm kayı tlı hesap bilgilerini silmek üzeresiniz. İstediğiniz zaman mobil cihazı nı zla tekrar bağlayabilirsiniz, ancak silinen iletiler geri yüklenmeyecektir." ,
2018-08-31 20:50:28 +00:00
"description" : "Text describing what exactly will happen if the user clicks the button to delete all data"
} ,
"deleteAllDataButton" : {
"message" : "Tüm verileri sil" ,
"description" : "Text of the button that deletes all data"
} ,
2018-05-02 16:29:36 +00:00
"deleteAllDataProgress" : {
2018-07-12 18:32:00 +00:00
"message" : "Bağlantı kesiliyor ve tüm veriler siliniyor" ,
2018-05-02 16:29:36 +00:00
"description" : "Message shown to user when app is disconnected and data deleted"
} ,
2018-08-31 20:50:28 +00:00
"notifications" : {
"message" : "Bildirimler" ,
"description" : "Header for notification settings"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"notificationSettingsDialog" : {
2019-03-12 01:43:28 +00:00
"message" : "İleti geldiğinde şunları n olduğu bildirim göster:" ,
2018-08-31 20:50:28 +00:00
"description" : "Explain the purpose of the notification settings"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"disableNotifications" : {
"message" : "Bildirimleri devre dı şı bı rak" ,
"description" : "Label for disabling notifications"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"nameAndMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "Gönderenin adı nı ve iletisini" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for setting notifications to display name and message text"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"noNameOrMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "Ne gönderenin adı nı ne de iletisini" ,
2018-08-31 20:50:28 +00:00
"description" : "Label for setting notifications to display no name and no message text"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"nameOnly" : {
"message" : "Sadece gönderenin adı " ,
"description" : "Label for setting notifications to display sender name only"
2016-04-28 18:15:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"newMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "Yeni İleti" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in notifications for only 1 message"
} ,
"newMessages" : {
2019-03-12 01:43:28 +00:00
"message" : "Yeni İletiler" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in notifications for multiple messages"
} ,
"notificationMostRecentFrom" : {
"message" : "En son:" ,
"description" : "Displayed in notifications when setting is 'name only' and more than one message is waiting"
} ,
"notificationFrom" : {
"message" : "Kimden:" ,
"description" : "Displayed in notifications when setting is 'name only' and one message is waiting"
} ,
"notificationMostRecent" : {
"message" : "En son:" ,
"description" : "Displayed in notifications when setting is 'name and message' and more than one message is waiting"
} ,
"sendFailed" : {
"message" : "Gönderme başarı sı z" ,
"description" : "Shown on outgoing message if it fails to send"
} ,
"showMore" : {
"message" : "Detaylar" ,
"description" : "Displays the details of a key change"
} ,
"showLess" : {
"message" : "Detayları gizle" ,
"description" : "Hides the details of a key change"
} ,
"learnMore" : {
"message" : "Güvenlik numaraları nı doğrulama hakkı nda daha fazla bilgi edinin" ,
"description" : "Text that links to a support article on verifying safety numbers"
2017-08-30 16:31:03 +00:00
} ,
2016-04-07 19:27:03 +00:00
"expiredWarning" : {
2019-09-13 20:59:54 +00:00
"message" : "Signal Desktop'ı n bu sürümü kullanı m dı şı kaldı . İletişime devam etmek için lütfen en son sürüme yükseltin." ,
2016-04-07 19:27:03 +00:00
"description" : "Warning notification that this version of the app has expired"
} ,
2018-08-31 20:50:28 +00:00
"upgrade" : {
"message" : "Yükselt" ,
"description" : "Label text for button to upgrade the app to the latest version"
2018-06-21 19:03:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"mediaMessage" : {
2019-03-12 01:43:28 +00:00
"message" : "Medya iletisi" ,
2018-08-31 20:50:28 +00:00
"description" : "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unregisteredUser" : {
"message" : "Numara kayı tlı değil" ,
"description" : "Error message displayed when sending to an unregistered user."
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"sync" : {
"message" : "Kişiler" ,
"description" : "Label for contact and group sync settings"
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"syncExplanation" : {
"message" : "Tüm Signal grupları nı ve kişileri mobil cihazı nı zdan buraya aktarı n." ,
"description" : "Explanatory text for sync settings"
2018-06-21 19:03:06 +00:00
} ,
2018-08-31 20:50:28 +00:00
"lastSynced" : {
"message" : "Son senkronize zamanı " ,
"description" : "Label for date and time of last sync operation"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"syncNow" : {
"message" : "Şimdi içe aktar" ,
"description" : "Label for a button that syncs contacts and groups from your phone"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"syncing" : {
"message" : "İçe aktarı lı yor..." ,
"description" : "Label for a disabled sync button while sync is in progress."
2017-02-09 23:27:14 +00:00
} ,
2018-08-31 20:50:28 +00:00
"syncFailed" : {
"message" : "İçe aktarma başarı sı z oldu. Bilgisayarı nı zı n ve telefonunuzun İnternet'e bağlı olduğundan emin olun." ,
"description" : "Informational text displayed if a sync operation times out."
2016-01-20 20:23:12 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timestamp_s" : {
"message" : "şimdi" ,
"description" : "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
} ,
"timestamp_m" : {
"message" : "1 dakika" ,
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
} ,
"timestamp_h" : {
"message" : "1 saat" ,
"description" : "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
} ,
"hoursAgoShort" : {
"message" : "$hours$ s" ,
"description" : "Even further contracted form of 'X hours ago' which works both for singular and plural, used in the left pane" ,
"placeholders" : {
"hours" : {
"content" : "$1" ,
"example" : "2"
}
}
2017-08-30 16:31:03 +00:00
} ,
2018-07-18 17:47:58 +00:00
"hoursAgo" : {
2018-07-31 16:54:06 +00:00
"message" : "$hours$ s önce" ,
2018-07-18 17:47:58 +00:00
"description" : "Contracted form of 'X hours ago' which works both for singular and plural" ,
"placeholders" : {
2018-08-31 20:50:28 +00:00
"hours" : {
"content" : "$1" ,
"example" : "2"
}
}
} ,
"minutesAgoShort" : {
"message" : "$minutes$ dk" ,
"description" : "Even further contracted form of 'X minutes ago' which works both for singular and plural, used in the left pane" ,
"placeholders" : {
"minutes" : {
"content" : "$1" ,
"example" : "10"
}
}
} ,
"minutesAgo" : {
"message" : "$minutes$ dk önce" ,
"description" : "Contracted form of 'X minutes ago' which works both for singular and plural" ,
"placeholders" : {
"minutes" : {
"content" : "$1" ,
"example" : "10"
}
}
} ,
"justNow" : {
"message" : "şimdi" ,
"description" : "Shown if a message is very recent, less than 60 seconds old"
} ,
"timestampFormat_M" : {
"message" : "D MMM" ,
"description" : "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
} ,
2019-09-13 20:59:54 +00:00
"messageBodyTooLong" : {
"message" : "İleti metni çok uzun." ,
"description" : "Shown if the user tries to send more than 64kb of text"
} ,
2018-08-31 20:50:28 +00:00
"unblockToSend" : {
2019-03-12 01:43:28 +00:00
"message" : "İleti göndermek için bu kişinin engellenmesini kaldı rı n." ,
2018-08-31 20:50:28 +00:00
"description" : "Brief message shown when trying to message a blocked number"
} ,
2018-10-16 00:32:32 +00:00
"unblockGroupToSend" : {
2019-03-12 01:43:28 +00:00
"message" : "İleti göndermek için bu grubun engellenmesini kaldı rı n." ,
2018-10-16 00:32:32 +00:00
"description" : "Brief message shown when trying to message a blocked group"
} ,
2018-08-31 20:50:28 +00:00
"youChangedTheTimer" : {
2019-03-12 01:43:28 +00:00
"message" : "Kaybolan ileti zamanlayı csı nı $time$ olarak ayarladı nı z" ,
2018-08-31 20:50:28 +00:00
"description" : "Message displayed when you change the message expiration timer in a conversation." ,
"placeholders" : {
"time" : {
"content" : "$1" ,
"example" : "10m"
}
}
} ,
"timerSetOnSync" : {
2019-03-12 01:43:28 +00:00
"message" : "Kaybolan ileti zamanlayı cı sı $time$ olarak güncellendi" ,
2018-08-31 20:50:28 +00:00
"description" : "Message displayed when timer is set on initial link of desktop device." ,
"placeholders" : {
"time" : {
2018-07-18 17:47:58 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "10m"
2018-07-18 17:47:58 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"theyChangedTheTimer" : {
2019-03-12 01:43:28 +00:00
"message" : "$name$ kaybolan ileti zamanlayı cı sı nı $time$ olarak ayarladı " ,
2018-08-31 20:50:28 +00:00
"description" : "Message displayed when someone else changes the message expiration timer in a conversation." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
} ,
"time" : {
"content" : "$2" ,
"example" : "10m"
}
}
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds" : {
"message" : "kapalı " ,
"description" : "Label for option to turn off message expiration in the timer menu"
2016-02-11 20:36:07 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds" : {
"message" : "5 saniye" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds" : {
"message" : "10 saniye" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds" : {
"message" : "30 saniye" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_minute" : {
"message" : "1 dakika" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes" : {
"message" : "5 dakika" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2017-09-14 17:11:45 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes" : {
"message" : "30 dakika" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_hour" : {
"message" : "1 saat" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2016-03-17 22:05:27 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_6_hours" : {
"message" : "6 saat" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_12_hours" : {
"message" : "12 saat" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_day" : {
"message" : "1 gün" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_week" : {
"message" : "1 hafta" ,
"description" : "Label for a selectable option in the message expiration timer menu"
2016-09-12 18:51:16 +00:00
} ,
2018-08-31 20:50:28 +00:00
"disappearingMessages" : {
2019-03-12 01:43:28 +00:00
"message" : "Kaybolan iletiler" ,
2018-08-31 20:50:28 +00:00
"description" : "Conversation menu option to enable disappearing messages"
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds_abbreviated" : {
"message" : "kapalı " ,
"description" : "Short format indicating current timer setting in the conversation list snippet"
2017-05-16 18:56:33 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds_abbreviated" : {
"message" : "5sn" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds_abbreviated" : {
"message" : "10sn" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds_abbreviated" : {
"message" : "30sn" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_minute_abbreviated" : {
"message" : "1dk" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes_abbreviated" : {
"message" : "5dk" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes_abbreviated" : {
"message" : "30dk" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_hour_abbreviated" : {
"message" : "1s" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_6_hours_abbreviated" : {
"message" : "6s" ,
2016-10-08 14:40:13 +00:00
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_12_hours_abbreviated" : {
"message" : "12s" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_day_abbreviated" : {
"message" : "1g" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2018-07-20 23:30:56 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerOption_1_week_abbreviated" : {
"message" : "1h" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"disappearingMessagesDisabled" : {
2019-03-12 01:43:28 +00:00
"message" : "Kaybolan iletiler devre dı şı " ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in the left pane when the timer is turned off"
2017-08-30 16:31:03 +00:00
} ,
2018-08-31 20:50:28 +00:00
"disabledDisappearingMessages" : {
2019-03-12 01:43:28 +00:00
"message" : "$name$ kaybolan iletileri devre dı şı bı raktı " ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in the conversation list when the timer is turned off" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "John"
2017-08-30 16:31:03 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"youDisabledDisappearingMessages" : {
2019-03-12 01:43:28 +00:00
"message" : "Kaybolan iletileri devre dı şı bı raktı nı z" ,
2018-08-31 20:50:28 +00:00
"description" : "Displayed in the conversation list when the timer is turned off"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"timerSetTo" : {
"message" : "Zamanlayı cı $time$ olarak ayarlandı " ,
"description" : "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane" ,
2018-01-05 00:28:53 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"time" : {
2018-01-05 00:28:53 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "1w"
2018-01-05 00:28:53 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"audioNotificationDescription" : {
"message" : "Sesli bildirim oynat" ,
"description" : "Description for audio notification setting"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"safetyNumberChanged" : {
"message" : "Güvenlik Numarası değişti" ,
"description" : "A notification shown in the conversation when a contact reinstalls"
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"safetyNumberChangedGroup" : {
"message" : "$name$ ile olan Güvenlik Numarası değişti" ,
"description" : "A notification shown in a group conversation when a contact reinstalls, showing the contact name" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "John"
}
}
2018-01-05 00:28:53 +00:00
} ,
2018-08-31 20:50:28 +00:00
"verifyNewNumber" : {
"message" : "Güvenlik Numarası nı Doğrula" ,
"description" : "Label on button included with safety number change notification in the conversation"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"yourSafetyNumberWith" : {
"message" : "$name$ ile olan güvenlik numaranı z:" ,
"description" : "Heading for safety number view" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "John"
2017-08-30 16:31:03 +00:00
}
}
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"themeLight" : {
"message" : "Açı k" ,
"description" : "Label text for light theme (normal)"
2018-05-02 16:29:36 +00:00
} ,
2018-08-31 20:50:28 +00:00
"themeDark" : {
"message" : "Koyu" ,
"description" : "Label text for dark theme"
2016-01-15 01:40:51 +00:00
} ,
2019-09-13 20:59:54 +00:00
"themeSystem" : {
"message" : "Sistem" ,
"description" : "Label text for system theme"
} ,
2019-03-12 01:43:28 +00:00
"noteToSelf" : {
"message" : "Kendime Not" ,
"description" : "Name for the conversation with your own phone number"
} ,
2018-08-31 20:50:28 +00:00
"hideMenuBar" : {
"message" : "Menü çubuğunu gizle" ,
"description" : "Label text for menu bar visibility setting"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"startConversation" : {
2019-04-08 21:16:09 +00:00
"message" : "Yeni sohbet başlat…" ,
2018-08-31 20:50:28 +00:00
"description" : "Label underneath number a user enters that is not an existing contact"
2016-10-07 10:13:47 +00:00
} ,
2018-08-31 20:50:28 +00:00
"newPhoneNumber" : {
"message" : "Kişi eklemek için telefon numarası nı girin." ,
"description" : "Placeholder for adding a new number to a contact"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"invalidNumberError" : {
"message" : "Geçersiz numara" ,
"description" : "When a person inputs a number that is invalid"
2016-01-20 20:23:12 +00:00
} ,
2018-08-31 20:50:28 +00:00
"unlinkedWarning" : {
2019-03-12 01:43:28 +00:00
"message" : "İletişime devam etmek için Signal Desktop'ı mobil cihazı nı za yeniden bağlayı n." ,
2018-01-05 00:28:53 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"unlinked" : {
"message" : "Bağlantı koparı ldı " ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"relink" : {
"message" : "Yeniden bağla" ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionTitle" : {
"message" : "Signal güncellemesi mevcut" ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionMessage" : {
"message" : "Signal'ı n yeni bir sürümü mevcut." ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionInstructions" : {
"message" : "Güncellemeleri uygulamak için 'Signal'i Yeniden Başlat'a bası nı z." ,
2016-02-22 22:27:51 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateRestartButtonLabel" : {
"message" : "Signal'i Yeniden Başlat" ,
"description" : ""
2016-01-11 20:19:22 +00:00
} ,
2018-08-31 20:50:28 +00:00
"autoUpdateLaterButtonLabel" : {
"message" : "Sonra" ,
2016-01-11 20:19:22 +00:00
"description" : ""
} ,
2018-08-31 20:50:28 +00:00
"leftTheGroup" : {
"message" : "$name$ gruptan ayrı ldı " ,
"description" : "Shown in the conversation history when a single person leaves the group" ,
2018-01-05 00:28:53 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Bob"
2018-01-05 00:28:53 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"multipleLeftTheGroup" : {
"message" : "$name$ gruptan ayrı ldı " ,
"description" : "Shown in the conversation history when multiple people leave the group" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
"name" : {
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Alice, Bob"
2017-08-30 16:31:03 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"updatedTheGroup" : {
"message" : "Grup güncellendi" ,
"description" : "Shown in the conversation history when someone updates the group"
2018-07-18 17:47:58 +00:00
} ,
2018-08-31 20:50:28 +00:00
"titleIsNow" : {
"message" : "Yeni başlı k '$name$'" ,
"description" : "Shown in the conversation history when someone changes the title of the group" ,
2016-10-07 10:13:47 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2016-10-07 10:13:47 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Book Club"
2016-10-07 10:13:47 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"joinedTheGroup" : {
"message" : "$name$ gruba katı ldı " ,
"description" : "Shown in the conversation history when a single person joins the group" ,
2018-07-18 17:47:58 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"name" : {
2018-07-18 17:47:58 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Alice"
2018-07-18 17:47:58 +00:00
}
}
} ,
2018-08-31 20:50:28 +00:00
"multipleJoinedTheGroup" : {
"message" : "$names$ gruba katı ldı " ,
"description" : "Shown in the conversation history when more than one person joins the group" ,
2017-08-30 16:31:03 +00:00
"placeholders" : {
2018-08-31 20:50:28 +00:00
"names" : {
2017-08-30 16:31:03 +00:00
"content" : "$1" ,
2018-08-31 20:50:28 +00:00
"example" : "Alice, Bob"
2017-08-30 16:31:03 +00:00
}
}
2018-01-05 00:28:53 +00:00
} ,
2019-09-13 20:59:54 +00:00
"ConversationListItem--draft-prefix" : {
"message" : "Taslak:" ,
"description" : "Prefix shown in italic in conversation view when a draft is saved"
} ,
"message--getNotificationText--stickers" : {
"message" : "Çı kartma iletisi" ,
"description" : "Shown in notifications and in the left pane instead of sticker image."
} ,
"message--getDescription--unsupported-message" : {
"message" : "Desteklenmeyen ileti" ,
"description" : "Shown in notifications and in the left pane when a message has features too new for this signal install."
} ,
"message--getDescription--disappearing-photo" : {
"message" : "Kaybolan fotoğraf" ,
"description" : "Shown in notifications and in the left pane when a message is a disappearing photo."
} ,
"stickers--toast--InstallFailed" : {
"message" : "Çı kartma paketi yüklenemedi" ,
"description" : "Shown in a toast if the user attempts to install a sticker pack and it fails"
} ,
"stickers--StickerManager--InstalledPacks" : {
"message" : "Yüklü Çı kartmalar" ,
"description" : "Shown in the sticker pack manager above your installed sticker packs."
} ,
"stickers--StickerManager--InstalledPacks--Empty" : {
"message" : "Yüklü çı kartma yok" ,
"description" : "Shown in the sticker pack manager when you don't have any installed sticker packs."
} ,
"stickers--StickerManager--BlessedPacks" : {
"message" : "Signal Tarafı ndan" ,
"description" : "Shown in the sticker pack manager above the default sticker packs."
} ,
"stickers--StickerManager--BlessedPacks--Empty" : {
"message" : "Signal çı kartmaları mevcut değil" ,
"description" : "Shown in the sticker pack manager when there are no blessed sticker packs available."
} ,
"stickers--StickerManager--ReceivedPacks" : {
"message" : "Aldı ğı nı z Çı kartmalar" ,
"description" : "Shown in the sticker pack manager above sticker packs which you have received in messages."
} ,
"stickers--StickerManager--ReceivedPacks--Empty" : {
"message" : "Gelen mesajlardan aldı ğı nı z çı kartmalar burada gözükecektir" ,
"description" : "Shown in the sticker pack manager when you have not received any sticker packs in messages."
} ,
"stickers--StickerManager--Install" : {
"message" : "Yükle" ,
"description" : "Shown in the sticker pack manager next to sticker packs which can be installed."
} ,
"stickers--StickerManager--Uninstall" : {
"message" : "Kaldı r" ,
"description" : "Shown in the sticker pack manager next to sticker packs which are already installed."
} ,
"stickers--StickerManager--UninstallWarning" : {
"message" : "Eğer iletinin aslı mevcut değil ise bu çı kartma paketini tekrar yükleyemeyebilirsiniz." ,
"description" : "Shown in the sticker pack manager next to sticker packs which are already installed."
} ,
"stickers--StickerManager--Introduction--Title" : {
"message" : "Karşı nı zda Çı kartmalar" ,
"description" : "Shown as the title on a tooltip when the user upgrades to a version of Signal supporting stickers."
} ,
"stickers--StickerManager--Introduction--Body" : {
"message" : "Çı kartma kullanabilecek iken neden kelimeler kullanası nı z?" ,
"description" : "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
} ,
"stickers--StickerPicker--DownloadError" : {
"message" : "Bazı çı kartmalar indirilemedi." ,
"description" : "Shown in the sticker picker when one or more stickers could not be downloaded."
} ,
"stickers--StickerPicker--DownloadPending" : {
"message" : "Çı kartma paketi yükleniyor..." ,
"description" : "Shown in the sticker picker when one or more stickers are still downloading."
} ,
"stickers--StickerPicker--Empty" : {
"message" : "Mevcut çı kartma yok" ,
"description" : "Shown in the sticker picker when there are no stickers to show."
} ,
"stickers--StickerPicker--Hint" : {
"message" : "Yeni aldı ğı nı z iletilerdeki çı kartma paketleri yüklenebilir" ,
"description" : "Shown in the sticker picker the first time you have received new packs you can install."
} ,
"stickers--StickerPicker--NoPacks" : {
"message" : "Mevcut çı kartma paketi yok" ,
"description" : "Shown in the sticker picker when there are no installed sticker packs."
} ,
"stickers--StickerPicker--NoRecents" : {
"message" : "Yakı n zamanda kullanı lan çı kartmalar burada gözükecektir." ,
"description" : "Shown in the sticker picker when there are no recent stickers to show."
} ,
"stickers--StickerPreview--Title" : {
"message" : "Çı kartma Paketi" ,
"description" : "The title that appears in the sticker pack preview modal."
} ,
"stickers--StickerPreview--Error" : {
"message" : "Çı kartma paketi açı lı rken hata. Lütfen internet bağlantı nı zı kontrol edin ve tekrar deneyin." ,
"description" : "The message that appears in the sticker preview modal when there is an error."
} ,
"EmojiPicker--empty" : {
"message" : "Mevcut emoji yok" ,
"description" : "Shown in the emoji picker when a search yields 0 results."
} ,
"EmojiPicker--search-placeholder" : {
"message" : "Emoji Ara" ,
"description" : "Shown as a placeholder inside the emoji picker search field."
} ,
"EmojiPicker--skin-tone" : {
"message" : "Ten rengi $tone$" ,
"description" : "Shown as a tooltip over the emoji tone buttons." ,
"placeholders" : {
"status" : {
"content" : "$1" ,
"example" : "2"
}
}
} ,
"confirmation-dialog--Cancel" : {
"message" : "İptal" ,
"description" : "Appears on the cancel button in confirmation dialogs."
} ,
"Message--unsupported-message" : {
"message" : "$contact$ size Signal'in yeni özelliğini kullanan bir ileti gönderdiği için işlenemiyor veya görüntülenemiyor." ,
"description" : "" ,
"placeholders" : {
"contact" : {
"content" : "$1" ,
"example" : "Alice"
}
}
} ,
"Message--unsupported-message-ask-to-resend" : {
"message" : "Signal'in güncel sürümünü kullandı ğı nı za göre $contact$ kişisinin mesajı tekrar göndermesini isteyebilirsiniz." ,
"description" : "" ,
"placeholders" : {
"contact" : {
"content" : "$1" ,
"example" : "Alice"
}
}
} ,
"Message--from-me-unsupported-message" : {
"message" : "Cihazları nı zdan biri Signal'in yeni özelliğini kullanan bir ileti gönderdiği için işlenemiyor veya görüntülenemiyor." ,
"description" : ""
} ,
"Message--from-me-unsupported-message-ask-to-resend" : {
"message" : "Signal'in güncel sürümünü kullandı ğı nı za göre gelecekteki buna benzer mesajlar artı k eşitlenecektir." ,
"description" : ""
} ,
"Message--update-signal" : {
"message" : "Signal'i Güncelle" ,
"description" : "Text for a button which will take user to Signal download page"
} ,
"Message--tap-to-view-expired" : {
"message" : "Görüldü" ,
"description" : "Text shown on messages with with individual timers, after user has viewed it"
} ,
"Message--tap-to-view--outgoing" : {
"message" : "Fotoğraf" ,
"description" : "Text shown on outgoing messages with with individual timers (inaccessble)"
} ,
"Message--tap-to-view--incoming" : {
"message" : "Fotoğrafı Görüntüle" ,
"description" : "Text shown on messages with with individual timers, before user has viewed it"
} ,
"Conversation--getDraftPreview--attachment" : {
"message" : "(eklenti)" ,
"description" : "Text shown in left pane as preview for conversation with saved a saved draft message"
} ,
"Conversation--getDraftPreview--quote" : {
"message" : "(alı ntı )" ,
"description" : "Text shown in left pane as preview for conversation with saved a saved draft message"
} ,
"Conversation--getDraftPreview--draft" : {
"message" : "(taslak)" ,
"description" : "Text shown in left pane as preview for conversation with saved a saved draft message"
} ,
2018-08-31 20:50:28 +00:00
"privacyPolicy" : {
"message" : "Şartlar ve Gizlilik İlkesi" ,
"description" : "Shown in the about box for the link to https://signal.org/legal"
2016-01-11 20:19:22 +00:00
}
2016-01-21 23:28:58 +00:00
}