You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

397 lines
15KB

  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = Önceki sayfa
  7. pdfjs-previous-button-label = Önceki
  8. pdfjs-next-button =
  9. .title = Sonraki sayfa
  10. pdfjs-next-button-label = Sonraki
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Sayfa
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = / { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } / { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Uzaklaştır
  24. pdfjs-zoom-out-button-label = Uzaklaştır
  25. pdfjs-zoom-in-button =
  26. .title = Yakınlaştır
  27. pdfjs-zoom-in-button-label = Yakınlaştır
  28. pdfjs-zoom-select =
  29. .title = Yakınlaştırma
  30. pdfjs-presentation-mode-button =
  31. .title = Sunum moduna geç
  32. pdfjs-presentation-mode-button-label = Sunum modu
  33. pdfjs-open-file-button =
  34. .title = Dosya aç
  35. pdfjs-open-file-button-label = Aç
  36. pdfjs-print-button =
  37. .title = Yazdır
  38. pdfjs-print-button-label = Yazdır
  39. pdfjs-save-button =
  40. .title = Kaydet
  41. pdfjs-save-button-label = Kaydet
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = İndir
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = İndir
  48. pdfjs-bookmark-button =
  49. .title = Geçerli sayfa (geçerli sayfanın adresini görüntüle)
  50. pdfjs-bookmark-button-label = Geçerli sayfa
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Araçlar
  54. pdfjs-tools-button-label = Araçlar
  55. pdfjs-first-page-button =
  56. .title = İlk sayfaya git
  57. pdfjs-first-page-button-label = İlk sayfaya git
  58. pdfjs-last-page-button =
  59. .title = Son sayfaya git
  60. pdfjs-last-page-button-label = Son sayfaya git
  61. pdfjs-page-rotate-cw-button =
  62. .title = Saat yönünde döndür
  63. pdfjs-page-rotate-cw-button-label = Saat yönünde döndür
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Saat yönünün tersine döndür
  66. pdfjs-page-rotate-ccw-button-label = Saat yönünün tersine döndür
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Metin seçme aracını etkinleştir
  69. pdfjs-cursor-text-select-tool-button-label = Metin seçme aracı
  70. pdfjs-cursor-hand-tool-button =
  71. .title = El aracını etkinleştir
  72. pdfjs-cursor-hand-tool-button-label = El aracı
  73. pdfjs-scroll-page-button =
  74. .title = Sayfa kaydırmayı kullan
  75. pdfjs-scroll-page-button-label = Sayfa kaydırma
  76. pdfjs-scroll-vertical-button =
  77. .title = Dikey kaydırmayı kullan
  78. pdfjs-scroll-vertical-button-label = Dikey kaydırma
  79. pdfjs-scroll-horizontal-button =
  80. .title = Yatay kaydırmayı kullan
  81. pdfjs-scroll-horizontal-button-label = Yatay kaydırma
  82. pdfjs-scroll-wrapped-button =
  83. .title = Yan yana kaydırmayı kullan
  84. pdfjs-scroll-wrapped-button-label = Yan yana kaydırma
  85. pdfjs-spread-none-button =
  86. .title = Yan yana sayfaları birleştirme
  87. pdfjs-spread-none-button-label = Birleştirme
  88. pdfjs-spread-odd-button =
  89. .title = Yan yana sayfaları tek numaralı sayfalardan başlayarak birleştir
  90. pdfjs-spread-odd-button-label = Tek numaralı
  91. pdfjs-spread-even-button =
  92. .title = Yan yana sayfaları çift numaralı sayfalardan başlayarak birleştir
  93. pdfjs-spread-even-button-label = Çift numaralı
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Belge özellikleri…
  97. pdfjs-document-properties-button-label = Belge özellikleri…
  98. pdfjs-document-properties-file-name = Dosya adı:
  99. pdfjs-document-properties-file-size = Dosya boyutu:
  100. # Variables:
  101. # $size_kb (Number) - the PDF file size in kilobytes
  102. # $size_b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bayt)
  104. # Variables:
  105. # $size_mb (Number) - the PDF file size in megabytes
  106. # $size_b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bayt)
  108. pdfjs-document-properties-title = Başlık:
  109. pdfjs-document-properties-author = Yazar:
  110. pdfjs-document-properties-subject = Konu:
  111. pdfjs-document-properties-keywords = Anahtar kelimeler:
  112. pdfjs-document-properties-creation-date = Oluşturma tarihi:
  113. pdfjs-document-properties-modification-date = Değiştirme tarihi:
  114. # Variables:
  115. # $date (Date) - the creation/modification date of the PDF file
  116. # $time (Time) - the creation/modification time of the PDF file
  117. pdfjs-document-properties-date-string = { $date } { $time }
  118. pdfjs-document-properties-creator = Oluşturan:
  119. pdfjs-document-properties-producer = PDF üreticisi:
  120. pdfjs-document-properties-version = PDF sürümü:
  121. pdfjs-document-properties-page-count = Sayfa sayısı:
  122. pdfjs-document-properties-page-size = Sayfa boyutu:
  123. pdfjs-document-properties-page-size-unit-inches = inç
  124. pdfjs-document-properties-page-size-unit-millimeters = mm
  125. pdfjs-document-properties-page-size-orientation-portrait = dikey
  126. pdfjs-document-properties-page-size-orientation-landscape = yatay
  127. pdfjs-document-properties-page-size-name-a-three = A3
  128. pdfjs-document-properties-page-size-name-a-four = A4
  129. pdfjs-document-properties-page-size-name-letter = Letter
  130. pdfjs-document-properties-page-size-name-legal = Legal
  131. ## Variables:
  132. ## $width (Number) - the width of the (current) page
  133. ## $height (Number) - the height of the (current) page
  134. ## $unit (String) - the unit of measurement of the (current) page
  135. ## $name (String) - the name of the (current) page
  136. ## $orientation (String) - the orientation of the (current) page
  137. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  138. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  139. ##
  140. # The linearization status of the document; usually called "Fast Web View" in
  141. # English locales of Adobe software.
  142. pdfjs-document-properties-linearized = Hızlı web görünümü:
  143. pdfjs-document-properties-linearized-yes = Evet
  144. pdfjs-document-properties-linearized-no = Hayır
  145. pdfjs-document-properties-close-button = Kapat
  146. ## Print
  147. pdfjs-print-progress-message = Belge yazdırılmaya hazırlanıyor…
  148. # Variables:
  149. # $progress (Number) - percent value
  150. pdfjs-print-progress-percent = %{ $progress }
  151. pdfjs-print-progress-close-button = İptal
  152. pdfjs-printing-not-supported = Uyarı: Yazdırma bu tarayıcı tarafından tam olarak desteklenmemektedir.
  153. pdfjs-printing-not-ready = Uyarı: PDF tamamen yüklenmedi ve yazdırmaya hazır değil.
  154. ## Tooltips and alt text for side panel toolbar buttons
  155. pdfjs-toggle-sidebar-button =
  156. .title = Kenar çubuğunu aç/kapat
  157. pdfjs-toggle-sidebar-notification-button =
  158. .title = Kenar çubuğunu aç/kapat (Belge ana hat/ekler/katmanlar içeriyor)
  159. pdfjs-toggle-sidebar-button-label = Kenar çubuğunu aç/kapat
  160. pdfjs-document-outline-button =
  161. .title = Belge ana hatlarını göster (Tüm öğeleri genişletmek/daraltmak için çift tıklayın)
  162. pdfjs-document-outline-button-label = Belge ana hatları
  163. pdfjs-attachments-button =
  164. .title = Ekleri göster
  165. pdfjs-attachments-button-label = Ekler
  166. pdfjs-layers-button =
  167. .title = Katmanları göster (tüm katmanları varsayılan duruma sıfırlamak için çift tıklayın)
  168. pdfjs-layers-button-label = Katmanlar
  169. pdfjs-thumbs-button =
  170. .title = Küçük resimleri göster
  171. pdfjs-thumbs-button-label = Küçük resimler
  172. pdfjs-current-outline-item-button =
  173. .title = Mevcut ana hat öğesini bul
  174. pdfjs-current-outline-item-button-label = Mevcut ana hat öğesi
  175. pdfjs-findbar-button =
  176. .title = Belgede bul
  177. pdfjs-findbar-button-label = Bul
  178. pdfjs-additional-layers = Ek katmanlar
  179. ## Thumbnails panel item (tooltip and alt text for images)
  180. # Variables:
  181. # $page (Number) - the page number
  182. pdfjs-thumb-page-title =
  183. .title = Sayfa { $page }
  184. # Variables:
  185. # $page (Number) - the page number
  186. pdfjs-thumb-page-canvas =
  187. .aria-label = { $page }. sayfanın küçük hâli
  188. ## Find panel button title and messages
  189. pdfjs-find-input =
  190. .title = Bul
  191. .placeholder = Belgede bul…
  192. pdfjs-find-previous-button =
  193. .title = Önceki eşleşmeyi bul
  194. pdfjs-find-previous-button-label = Önceki
  195. pdfjs-find-next-button =
  196. .title = Sonraki eşleşmeyi bul
  197. pdfjs-find-next-button-label = Sonraki
  198. pdfjs-find-highlight-checkbox = Tümünü vurgula
  199. pdfjs-find-match-case-checkbox-label = Büyük-küçük harfe duyarlı
  200. pdfjs-find-match-diacritics-checkbox-label = Fonetik işaretleri bul
  201. pdfjs-find-entire-word-checkbox-label = Tam sözcükler
  202. pdfjs-find-reached-top = Belgenin başına ulaşıldı, sonundan devam edildi
  203. pdfjs-find-reached-bottom = Belgenin sonuna ulaşıldı, başından devam edildi
  204. # Variables:
  205. # $current (Number) - the index of the currently active find result
  206. # $total (Number) - the total number of matches in the document
  207. pdfjs-find-match-count =
  208. { $total ->
  209. [one] { $total } eşleşmeden { $current }. eşleşme
  210. *[other] { $total } eşleşmeden { $current }. eşleşme
  211. }
  212. # Variables:
  213. # $limit (Number) - the maximum number of matches
  214. pdfjs-find-match-count-limit =
  215. { $limit ->
  216. [one] { $limit } eşleşmeden fazla
  217. *[other] { $limit } eşleşmeden fazla
  218. }
  219. pdfjs-find-not-found = Eşleşme bulunamadı
  220. ## Predefined zoom values
  221. pdfjs-page-scale-width = Sayfa genişliği
  222. pdfjs-page-scale-fit = Sayfayı sığdır
  223. pdfjs-page-scale-auto = Otomatik yakınlaştır
  224. pdfjs-page-scale-actual = Gerçek boyut
  225. # Variables:
  226. # $scale (Number) - percent value for page scale
  227. pdfjs-page-scale-percent = %{ $scale }
  228. ## PDF page
  229. # Variables:
  230. # $page (Number) - the page number
  231. pdfjs-page-landmark =
  232. .aria-label = Sayfa { $page }
  233. ## Loading indicator messages
  234. pdfjs-loading-error = PDF yüklenirken bir hata oluştu.
  235. pdfjs-invalid-file-error = Geçersiz veya bozulmuş PDF dosyası.
  236. pdfjs-missing-file-error = PDF dosyası eksik.
  237. pdfjs-unexpected-response-error = Beklenmeyen sunucu yanıtı.
  238. pdfjs-rendering-error = Sayfa yorumlanırken bir hata oluştu.
  239. ## Annotations
  240. # Variables:
  241. # $date (Date) - the modification date of the annotation
  242. # $time (Time) - the modification time of the annotation
  243. pdfjs-annotation-date-string = { $date } { $time }
  244. # .alt: This is used as a tooltip.
  245. # Variables:
  246. # $type (String) - an annotation type from a list defined in the PDF spec
  247. # (32000-1:2008 Table 169 – Annotation types).
  248. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  249. pdfjs-text-annotation-type =
  250. .alt = [{ $type } işareti]
  251. ## Password
  252. pdfjs-password-label = Bu PDF dosyasını açmak için parolasını yazın.
  253. pdfjs-password-invalid = Geçersiz parola. Lütfen yeniden deneyin.
  254. pdfjs-password-ok-button = Tamam
  255. pdfjs-password-cancel-button = İptal
  256. pdfjs-web-fonts-disabled = Web fontları devre dışı: Gömülü PDF fontları kullanılamıyor.
  257. ## Editing
  258. pdfjs-editor-free-text-button =
  259. .title = Metin
  260. pdfjs-editor-free-text-button-label = Metin
  261. pdfjs-editor-ink-button =
  262. .title = Çiz
  263. pdfjs-editor-ink-button-label = Çiz
  264. pdfjs-editor-stamp-button =
  265. .title = Resim ekle veya düzenle
  266. pdfjs-editor-stamp-button-label = Resim ekle veya düzenle
  267. pdfjs-editor-highlight-button =
  268. .title = Vurgula
  269. pdfjs-editor-highlight-button-label = Vurgula
  270. pdfjs-highlight-floating-button =
  271. .title = Vurgula
  272. pdfjs-highlight-floating-button1 =
  273. .title = Vurgula
  274. .aria-label = Vurgula
  275. pdfjs-highlight-floating-button-label = Vurgula
  276. ## Remove button for the various kind of editor.
  277. pdfjs-editor-remove-ink-button =
  278. .title = Çizimi kaldır
  279. pdfjs-editor-remove-freetext-button =
  280. .title = Metni kaldır
  281. pdfjs-editor-remove-stamp-button =
  282. .title = Resmi kaldır
  283. pdfjs-editor-remove-highlight-button =
  284. .title = Vurgulamayı kaldır
  285. ##
  286. # Editor Parameters
  287. pdfjs-editor-free-text-color-input = Renk
  288. pdfjs-editor-free-text-size-input = Boyut
  289. pdfjs-editor-ink-color-input = Renk
  290. pdfjs-editor-ink-thickness-input = Kalınlık
  291. pdfjs-editor-ink-opacity-input = Saydamlık
  292. pdfjs-editor-stamp-add-image-button =
  293. .title = Resim ekle
  294. pdfjs-editor-stamp-add-image-button-label = Resim ekle
  295. # This refers to the thickness of the line used for free highlighting (not bound to text)
  296. pdfjs-editor-free-highlight-thickness-input = Kalınlık
  297. pdfjs-editor-free-highlight-thickness-title =
  298. .title = Metin dışındaki öğeleri vurgularken kalınlığı değiştir
  299. pdfjs-free-text =
  300. .aria-label = Metin düzenleyicisi
  301. pdfjs-free-text-default-content = Yazmaya başlayın…
  302. pdfjs-ink =
  303. .aria-label = Çizim düzenleyicisi
  304. pdfjs-ink-canvas =
  305. .aria-label = Kullanıcı tarafından oluşturulan resim
  306. ## Alt-text dialog
  307. # Alternative text (alt text) helps when people can't see the image.
  308. pdfjs-editor-alt-text-button-label = Alternatif metin
  309. pdfjs-editor-alt-text-edit-button-label = Alternatif metni düzenle
  310. pdfjs-editor-alt-text-dialog-label = Bir seçenek seçin
  311. pdfjs-editor-alt-text-dialog-description = Alternatif metin, insanlar resmi göremediğinde veya resim yüklenmediğinde işe yarar.
  312. pdfjs-editor-alt-text-add-description-label = Açıklama ekle
  313. pdfjs-editor-alt-text-add-description-description = Konuyu, ortamı veya eylemleri tanımlayan bir iki cümle yazmaya çalışın.
  314. pdfjs-editor-alt-text-mark-decorative-label = Dekoratif olarak işaretle
  315. pdfjs-editor-alt-text-mark-decorative-description = Kenarlıklar veya filigranlar gibi dekoratif resimler için kullanılır.
  316. pdfjs-editor-alt-text-cancel-button = Vazgeç
  317. pdfjs-editor-alt-text-save-button = Kaydet
  318. pdfjs-editor-alt-text-decorative-tooltip = Dekoratif olarak işaretlendi
  319. # .placeholder: This is a placeholder for the alt text input area
  320. pdfjs-editor-alt-text-textarea =
  321. .placeholder = Örneğin, “Genç bir adam yemek yemek için masaya oturuyor”
  322. ## Editor resizers
  323. ## This is used in an aria label to help to understand the role of the resizer.
  324. pdfjs-editor-resizer-label-top-left = Sol üst köşe — yeniden boyutlandır
  325. pdfjs-editor-resizer-label-top-middle = Üst orta — yeniden boyutlandır
  326. pdfjs-editor-resizer-label-top-right = Sağ üst köşe — yeniden boyutlandır
  327. pdfjs-editor-resizer-label-middle-right = Orta sağ — yeniden boyutlandır
  328. pdfjs-editor-resizer-label-bottom-right = Sağ alt köşe — yeniden boyutlandır
  329. pdfjs-editor-resizer-label-bottom-middle = Alt orta — yeniden boyutlandır
  330. pdfjs-editor-resizer-label-bottom-left = Sol alt köşe — yeniden boyutlandır
  331. pdfjs-editor-resizer-label-middle-left = Orta sol — yeniden boyutlandır
  332. ## Color picker
  333. # This means "Color used to highlight text"
  334. pdfjs-editor-highlight-colorpicker-label = Vurgu rengi
  335. pdfjs-editor-colorpicker-button =
  336. .title = Rengi değiştir
  337. pdfjs-editor-colorpicker-dropdown =
  338. .aria-label = Renk seçenekleri
  339. pdfjs-editor-colorpicker-yellow =
  340. .title = Sarı
  341. pdfjs-editor-colorpicker-green =
  342. .title = Yeşil
  343. pdfjs-editor-colorpicker-blue =
  344. .title = Mavi
  345. pdfjs-editor-colorpicker-pink =
  346. .title = Pembe
  347. pdfjs-editor-colorpicker-red =
  348. .title = Kırmızı
  349. ## Show all highlights
  350. ## This is a toggle button to show/hide all the highlights.
  351. pdfjs-editor-highlight-show-all-button-label = Tümünü göster
  352. pdfjs-editor-highlight-show-all-button =
  353. .title = Tümünü göster