|
| 1 | +<?xml version="1.0"?> |
| 2 | +<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> |
| 3 | + <file source-language="en" target-language="tr" datatype="plaintext" original="file.ext"> |
| 4 | + <body> |
| 5 | + <trans-unit id="note"> |
| 6 | + <source>note</source> |
| 7 | + <target>NOT</target> |
| 8 | + </trans-unit> |
| 9 | + <trans-unit id="tip"> |
| 10 | + <source>tip</source> |
| 11 | + <target>TÜYO</target> |
| 12 | + </trans-unit> |
| 13 | + <trans-unit id="not_available"> |
| 14 | + <source>not_available</source> |
| 15 | + <target>Uygun değil</target> |
| 16 | + </trans-unit> |
| 17 | + <trans-unit id="mit_license"> |
| 18 | + <source>mit_license</source> |
| 19 | + <target>MİT Lisansı</target> |
| 20 | + </trans-unit> |
| 21 | + |
| 22 | + <trans-unit id="http_error.name"> |
| 23 | + <source>http_error.name</source> |
| 24 | + <target>Hata %status_code%</target> |
| 25 | + </trans-unit> |
| 26 | + <trans-unit id="http_error.description"> |
| 27 | + <source>http_error.description</source> |
| 28 | + <target>İsteğinizi tamamlamayı engelleyen bilinmeyen bir hata oluştu (HTTP% status_code%).</target> |
| 29 | + </trans-unit> |
| 30 | + <trans-unit id="http_error.suggestion"> |
| 31 | + <source>http_error.suggestion</source> |
| 32 | + <target><![CDATA[Bu sayfayı birkaç dakika içinde tekrar yüklemeyi veya <a href="%url%">ana sayfaya geri dönmeyi</a> deneyin.]]></target> |
| 33 | + </trans-unit> |
| 34 | + <trans-unit id="http_error_403.description"> |
| 35 | + <source>http_error_403.description</source> |
| 36 | + <target>Bu kaynağa erişim izniniz yok.</target> |
| 37 | + </trans-unit> |
| 38 | + <trans-unit id="http_error_403.suggestion"> |
| 39 | + <source>http_error_403.suggestion</source> |
| 40 | + <target>Yöneticinize veya sistem yöneticinize bu kaynağa erişim izni vermesini isteyin.</target> |
| 41 | + </trans-unit> |
| 42 | + <trans-unit id="http_error_404.description"> |
| 43 | + <source>http_error_404.description</source> |
| 44 | + <target>İstediğiniz sayfayı bulamadık.</target> |
| 45 | + </trans-unit> |
| 46 | + <trans-unit id="http_error_404.suggestion"> |
| 47 | + <source>http_error_404.suggestion</source> |
| 48 | + <target><![CDATA[URL'de yanlış yazımları kontrol edin veya <a href="%url%">ana sayfaya geri dönün</a>.]]></target> |
| 49 | + </trans-unit> |
| 50 | + <trans-unit id="http_error_500.description"> |
| 51 | + <source>http_error_500.description</source> |
| 52 | + <target>Bir iç sunucu hatası vardı.</target> |
| 53 | + </trans-unit> |
| 54 | + <trans-unit id="http_error_500.suggestion"> |
| 55 | + <source>http_error_500.suggestion</source> |
| 56 | + <target><![CDATA[Bu sayfayı birkaç dakika içinde tekrar yüklemeyi veya <a href="%url%">ana sayfaya geri dönmeyi</a> deneyin.]]></target> |
| 57 | + </trans-unit> |
| 58 | + |
| 59 | + <trans-unit id="title.homepage"> |
| 60 | + <source>title.homepage</source> |
| 61 | + <target><![CDATA[<Strong> Symfony Demo </strong> uygulamasına hoş geldiniz]]></target> |
| 62 | + </trans-unit> |
| 63 | + <trans-unit id="title.source_code"> |
| 64 | + <source>title.source_code</source> |
| 65 | + <target>Bu sayfayı oluşturmak için kullanılan kaynak kodu</target> |
| 66 | + </trans-unit> |
| 67 | + <trans-unit id="title.controller_code"> |
| 68 | + <source>title.controller_code</source> |
| 69 | + <target>Denetleyici kodu</target> |
| 70 | + </trans-unit> |
| 71 | + <trans-unit id="title.twig_template_code"> |
| 72 | + <source>title.twig_template_code</source> |
| 73 | + <target>Twig şablon kodu</target> |
| 74 | + </trans-unit> |
| 75 | + <trans-unit id="title.login"> |
| 76 | + <source>title.login</source> |
| 77 | + <target>Güvenli Giriş</target> |
| 78 | + </trans-unit> |
| 79 | + <trans-unit id="title.post_list"> |
| 80 | + <source>title.post_list</source> |
| 81 | + <target>Gönderi Listesi</target> |
| 82 | + </trans-unit> |
| 83 | + <trans-unit id="title.edit_post"> |
| 84 | + <source>title.edit_post</source> |
| 85 | + <target>Gönderiyi düzenle #%id%</target> |
| 86 | + </trans-unit> |
| 87 | + <trans-unit id="title.add_comment"> |
| 88 | + <source>title.add_comment</source> |
| 89 | + <target>Yorum ekle</target> |
| 90 | + </trans-unit> |
| 91 | + <trans-unit id="title.comment_error"> |
| 92 | + <source>title.comment_error</source> |
| 93 | + <target>Yorumunuz yayınlanırken bir hata oluştu</target> |
| 94 | + </trans-unit> |
| 95 | + |
| 96 | + <trans-unit id="action.show"> |
| 97 | + <source>action.show</source> |
| 98 | + <target>Göster</target> |
| 99 | + </trans-unit> |
| 100 | + <trans-unit id="action.show_post"> |
| 101 | + <source>action.show_post</source> |
| 102 | + <target>Gönderiyi göster</target> |
| 103 | + </trans-unit> |
| 104 | + <trans-unit id="action.show_code"> |
| 105 | + <source>action.show_code</source> |
| 106 | + <target>Kodu göster</target> |
| 107 | + </trans-unit> |
| 108 | + <trans-unit id="action.edit"> |
| 109 | + <source>action.edit</source> |
| 110 | + <target>Düzenle</target> |
| 111 | + </trans-unit> |
| 112 | + <trans-unit id="action.edit_post"> |
| 113 | + <source>action.edit_post</source> |
| 114 | + <target>Gönderiyi düzenle</target> |
| 115 | + </trans-unit> |
| 116 | + <trans-unit id="action.save"> |
| 117 | + <source>action.save</source> |
| 118 | + <target>Değişiklikleri kaydet</target> |
| 119 | + </trans-unit> |
| 120 | + <trans-unit id="action.delete_post"> |
| 121 | + <source>action.delete_post</source> |
| 122 | + <target>Gönderiyi sil</target> |
| 123 | + </trans-unit> |
| 124 | + <trans-unit id="delete_post_modal.title"> |
| 125 | + <source>delete_post_modal.title</source> |
| 126 | + <target>Bu gönderiyi silmek istediğinizden emin misiniz?</target> |
| 127 | + </trans-unit> |
| 128 | + <trans-unit id="delete_post_modal.body"> |
| 129 | + <source>delete_post_modal.body</source> |
| 130 | + <target>Bu işlem geri alınamaz.</target> |
| 131 | + </trans-unit> |
| 132 | + <trans-unit id="label.delete_post"> |
| 133 | + <source>label.delete_post</source> |
| 134 | + <target>Gönderiyi sil</target> |
| 135 | + </trans-unit> |
| 136 | + <trans-unit id="label.cancel"> |
| 137 | + <source>label.cancel</source> |
| 138 | + <target>İptal</target> |
| 139 | + </trans-unit> |
| 140 | + <trans-unit id="action.create_post"> |
| 141 | + <source>action.create_post</source> |
| 142 | + <target>Yeni bir gönderi oluştur</target> |
| 143 | + </trans-unit> |
| 144 | + <trans-unit id="label.create_post"> |
| 145 | + <source>label.create_post</source> |
| 146 | + <target>Gönderi oluştur</target> |
| 147 | + </trans-unit> |
| 148 | + <trans-unit id="label.save_and_create_new"> |
| 149 | + <source>label.save_and_create_new</source> |
| 150 | + <target>Kaydet ve yeni oluştur</target> |
| 151 | + </trans-unit> |
| 152 | + <trans-unit id="action.back_to_list"> |
| 153 | + <source>action.back_to_list</source> |
| 154 | + <target>Gönderi listesine geri dön</target> |
| 155 | + </trans-unit> |
| 156 | + <trans-unit id="action.publish_comment"> |
| 157 | + <source>action.publish_comment</source> |
| 158 | + <target>Yorumu yayınla</target> |
| 159 | + </trans-unit> |
| 160 | + <trans-unit id="action.sign_in"> |
| 161 | + <source>action.sign_in</source> |
| 162 | + <target>Giriş yap</target> |
| 163 | + </trans-unit> |
| 164 | + <trans-unit id="action.browse_app"> |
| 165 | + <source>action.browse_app</source> |
| 166 | + <target>Uygulamaya göz at</target> |
| 167 | + </trans-unit> |
| 168 | + <trans-unit id="action.browse_admin"> |
| 169 | + <source>action.browse_admin</source> |
| 170 | + <target>Yönetim paneline göz at</target> |
| 171 | + </trans-unit> |
| 172 | + |
| 173 | + <trans-unit id="label.title"> |
| 174 | + <source>label.title</source> |
| 175 | + <target>Başlık</target> |
| 176 | + </trans-unit> |
| 177 | + <trans-unit id="label.author"> |
| 178 | + <source>label.author</source> |
| 179 | + <target>Yazar</target> |
| 180 | + </trans-unit> |
| 181 | + <trans-unit id="label.author_email"> |
| 182 | + <source>label.author_email</source> |
| 183 | + <target>Yazar e-postası</target> |
| 184 | + </trans-unit> |
| 185 | + <trans-unit id="label.username"> |
| 186 | + <source>label.username</source> |
| 187 | + <target>Kullanıcı adı</target> |
| 188 | + </trans-unit> |
| 189 | + <trans-unit id="label.password"> |
| 190 | + <source>label.password</source> |
| 191 | + <target>Şifre</target> |
| 192 | + </trans-unit> |
| 193 | + <trans-unit id="label.role"> |
| 194 | + <source>label.role</source> |
| 195 | + <target>Rol</target> |
| 196 | + </trans-unit> |
| 197 | + <trans-unit id="label.content"> |
| 198 | + <source>label.content</source> |
| 199 | + <target>İçerik</target> |
| 200 | + </trans-unit> |
| 201 | + <trans-unit id="label.summary"> |
| 202 | + <source>label.summary</source> |
| 203 | + <target>Özet</target> |
| 204 | + </trans-unit> |
| 205 | + <trans-unit id="label.published_at"> |
| 206 | + <source>label.published_at</source> |
| 207 | + <target>Yayınlandı</target> |
| 208 | + </trans-unit> |
| 209 | + <trans-unit id="label.tags"> |
| 210 | + <source>label.tags</source> |
| 211 | + <target>Etiketler</target> |
| 212 | + </trans-unit> |
| 213 | + <trans-unit id="label.actions"> |
| 214 | + <source>label.actions</source> |
| 215 | + <target>İşlemler</target> |
| 216 | + </trans-unit> |
| 217 | + <trans-unit id="title.post_new"> |
| 218 | + <source>title.post_new</source> |
| 219 | + <target>Gönderi oluluşturma</target> |
| 220 | + </trans-unit> |
| 221 | + <trans-unit id="action.edit_contents"> |
| 222 | + <source>action.edit_contents</source> |
| 223 | + <target>İçeriği düzenle</target> |
| 224 | + </trans-unit> |
| 225 | + |
| 226 | + <trans-unit id="menu.toggle_nav"> |
| 227 | + <source>menu.toggle_nav</source> |
| 228 | + <target>Navigasyonu değiştir</target> |
| 229 | + </trans-unit> |
| 230 | + <trans-unit id="menu.choose_language"> |
| 231 | + <source>menu.choose_language</source> |
| 232 | + <target>Dil seç</target> |
| 233 | + </trans-unit> |
| 234 | + <trans-unit id="menu.post_list"> |
| 235 | + <source>menu.post_list</source> |
| 236 | + <target>Gönderi listesi</target> |
| 237 | + </trans-unit> |
| 238 | + <trans-unit id="menu.back_to_blog"> |
| 239 | + <source>menu.back_to_blog</source> |
| 240 | + <target>Blog'a dön</target> |
| 241 | + </trans-unit> |
| 242 | + <trans-unit id="menu.homepage"> |
| 243 | + <source>menu.homepage</source> |
| 244 | + <target>Anasayfa</target> |
| 245 | + </trans-unit> |
| 246 | + <trans-unit id="menu.admin"> |
| 247 | + <source>menu.admin</source> |
| 248 | + <target>Yönetim paneli</target> |
| 249 | + </trans-unit> |
| 250 | + <trans-unit id="menu.logout"> |
| 251 | + <source>menu.logout</source> |
| 252 | + <target>Çıkış</target> |
| 253 | + </trans-unit> |
| 254 | + <trans-unit id="menu.rss"> |
| 255 | + <source>menu.rss</source> |
| 256 | + <target>Blog Yazıları RSS</target> |
| 257 | + </trans-unit> |
| 258 | + <trans-unit id="menu.search"> |
| 259 | + <source>menu.search</source> |
| 260 | + <target>Arama</target> |
| 261 | + </trans-unit> |
| 262 | + |
| 263 | + <trans-unit id="post.to_publish_a_comment"> |
| 264 | + <source>post.to_publish_a_comment</source> |
| 265 | + <target>yorum ekle</target> |
| 266 | + </trans-unit> |
| 267 | + <trans-unit id="post.num_comments"> |
| 268 | + <source>post.num_comments</source> |
| 269 | + <target>%count% yorum</target> |
| 270 | + </trans-unit> |
| 271 | + <trans-unit id="post.commented_on"> |
| 272 | + <source>post.commented_on</source> |
| 273 | + <target>yorum yaptı</target> |
| 274 | + </trans-unit> |
| 275 | + <trans-unit id="post.no_comments"> |
| 276 | + <source>post.no_comments</source> |
| 277 | + <target>Bu yazıya ilk yorum yapan siz olun.</target> |
| 278 | + </trans-unit> |
| 279 | + <trans-unit id="post.no_posts_found"> |
| 280 | + <source>post.no_posts_found</source> |
| 281 | + <target>Gönderi bulunamadı.</target> |
| 282 | + </trans-unit> |
| 283 | + <trans-unit id="post.created_successfully"> |
| 284 | + <source>post.created_successfully</source> |
| 285 | + <target>Gönderi başarıyla oluşturuldu!</target> |
| 286 | + </trans-unit> |
| 287 | + <trans-unit id="post.updated_successfully"> |
| 288 | + <source>post.updated_successfully</source> |
| 289 | + <target>Gönderi başarıyla güncellendi!</target> |
| 290 | + </trans-unit> |
| 291 | + <trans-unit id="post.deleted_successfully"> |
| 292 | + <source>post.deleted_successfully</source> |
| 293 | + <target>Gönderi başarıyla silindi!</target> |
| 294 | + </trans-unit> |
| 295 | + <trans-unit id="post.search_for"> |
| 296 | + <source>post.search_for</source> |
| 297 | + <target>Arama...</target> |
| 298 | + </trans-unit> |
| 299 | + <trans-unit id="post.search_no_results"> |
| 300 | + <source>post.search_no_results</source> |
| 301 | + <target>Sonuç bulunamadı</target> |
| 302 | + </trans-unit> |
| 303 | + |
| 304 | + <trans-unit id="notification.comment_created"> |
| 305 | + <source>notification.comment_created</source> |
| 306 | + <target>Gönderiniz bir yorum aldı!</target> |
| 307 | + </trans-unit> |
| 308 | + <trans-unit id="notification.comment_created.description"> |
| 309 | + <source>notification.comment_created.description</source> |
| 310 | + <target><![CDATA[Gönderiniz "% title%" yeni bir yorum aldı. Yorumu <a href="%link%">bu bağlantıyı</a> takip ederek okuyabilirsiniz.]]></target> |
| 311 | + </trans-unit> |
| 312 | + |
| 313 | + <trans-unit id="help.app_description"> |
| 314 | + <source>help.app_description</source> |
| 315 | + <target><![CDATA[Bu, Symfony uygulamalarının geliştirilmesinde önerilen yöntemleri göstermek için, Symfony Framework'de oluşturulmuş bir <strong>demo uygulamasıdır</strong>.]]></target> |
| 316 | + </trans-unit> |
| 317 | + <trans-unit id="help.show_code"> |
| 318 | + <source>help.show_code</source> |
| 319 | + <target><![CDATA[Bu sayfayı oluşturmak için kullanılan <strong>Denetleyici</strong> ve <strong>şablon</strong> kaynak kodunu göstermek için bu butona tıklayın.]]></target> |
| 320 | + </trans-unit> |
| 321 | + <trans-unit id="help.browse_app"> |
| 322 | + <source>help.browse_app</source> |
| 323 | + <target><![CDATA[Demo uygulamasının <strong>genel bölümüne</strong> göz atın.]]></target> |
| 324 | + </trans-unit> |
| 325 | + <trans-unit id="help.browse_admin"> |
| 326 | + <source>help.browse_admin</source> |
| 327 | + <target><![CDATA[Demo uygulamasının <strong>yönetim paneline</strong> göz atın.]]></target> |
| 328 | + </trans-unit> |
| 329 | + <trans-unit id="help.login_users"> |
| 330 | + <source>help.login_users</source> |
| 331 | + <target>Aşağıdaki kullanıcılardan birini deneyin</target> |
| 332 | + </trans-unit> |
| 333 | + <trans-unit id="help.role_user"> |
| 334 | + <source>help.role_user</source> |
| 335 | + <target>normal kullanıcı</target> |
| 336 | + </trans-unit> |
| 337 | + <trans-unit id="help.role_admin"> |
| 338 | + <source>help.role_admin</source> |
| 339 | + <target>yönetici</target> |
| 340 | + </trans-unit> |
| 341 | + <trans-unit id="help.reload_fixtures"> |
| 342 | + <source>help.reload_fixtures</source> |
| 343 | + <target>Bu kullanıcılar işe yaramazsa, bu komutu terminalden çalıştırarak uygulama datasını yeniden yükleyin:</target> |
| 344 | + </trans-unit> |
| 345 | + <trans-unit id="help.add_user"> |
| 346 | + <source>help.add_user</source> |
| 347 | + <target>Yeni kullanıcılar oluşturmak isterseniz, bu komutu çalıştırın:</target> |
| 348 | + </trans-unit> |
| 349 | + <trans-unit id="help.more_information"> |
| 350 | + <source>help.more_information</source> |
| 351 | + <target><![CDATA[Daha fazla bilgi için <a href="https://symfony.com/doc">Symfony doc sayfasına bakın.</a>.]]></target> |
| 352 | + </trans-unit> |
| 353 | + |
| 354 | + <trans-unit id="rss.title"> |
| 355 | + <source>rss.title</source> |
| 356 | + <target>Symfony Demo blogu</target> |
| 357 | + </trans-unit> |
| 358 | + <trans-unit id="rss.description"> |
| 359 | + <source>rss.description</source> |
| 360 | + <target>Symfony Demo blogunda yayınlanan son yazılar</target> |
| 361 | + </trans-unit> |
| 362 | + </body> |
| 363 | + </file> |
| 364 | +</xliff> |
0 commit comments