the browser-facing portion of osu!
at master 59 lines 1.8 kB view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 'deleted' => 'silinmiş', 8 'deleted_by' => ':user tarafından :timeago silindi', 9 'deleted_by_system' => 'sistem', 10 'deleted_count' => ':count_delimited tane silinmiş yorum|:count_delimited tane silinmiş yorum', 11 'edited' => ':user tarafından düzenlendi: :timeago', 12 'pinned' => 'sabitlenmiş', 13 'empty' => 'Henüz yorum yok.', 14 'empty_other' => 'Henüz başka yorum yok.', 15 'load_replies' => 'yanıtları yükle', 16 'replies_count' => ':count_delimited yanıt|:count_delimited yanıt', 17 'title' => 'Yorumlar', 18 19 'commentable_name' => [ 20 'beatmapset' => 'Beatmap', 21 'build' => 'Değişiklik kayıtları', 22 'news_post' => 'Haberler', 23 '_deleted' => 'Silinmiş Öge', 24 ], 25 26 'editor' => [ 27 'textarea_hint' => [ 28 '_' => ':action için Enter\'a basın. Yeni satır için Shift+Enter\'ı kullanın.', 29 'edit' => 'Kaydetmek', 30 'new' => 'Göndermek', 31 'reply' => 'Yanıtlamak', 32 ], 33 ], 34 35 'guest_button' => [ 36 'new' => 'Yorum yapmak için giriş yap', 37 'reply' => 'Yanıtlamak için giriş yap', 38 ], 39 40 'index' => [ 41 'nav_comments' => 'yorumlar', 42 'nav_title' => 'katalog', 43 'no_comments' => 'hiçbir yorum bulunamadı...', 44 ], 45 46 'ogp' => [ 47 'title' => ':user tarafından yorum', 48 ], 49 50 'placeholder' => [ 51 'edit' => 'Burada yorumu düzenle', 52 'new' => 'Buraya yeni yorum yaz', 53 'reply' => 'Buraya yanıtını yaz', 54 ], 55 56 'show' => [ 57 'nav_title' => 'yorumlar', 58 ], 59];