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' => 'ištrinta', 8 'deleted_by' => 'prieš :timeago ištrinė :user', 9 'deleted_by_system' => 'sistema', 10 'deleted_count' => '::count_delimited ištrintas komentaras|:count_delimited ištrinta komentarų', 11 'edited' => 'redaguota :timeago pateikė :user', 12 'pinned' => 'prisegta', 13 'empty' => 'Dar komentarų nėra.', 14 'empty_other' => 'Dar nėra kitų komentarų.', 15 'load_replies' => 'krauti atsakymus', 16 'replies_count' => ':count_delimited atsakymas|:count_delimited atsakymų', 17 'title' => 'Komentarai', 18 19 'commentable_name' => [ 20 'beatmapset' => 'Beatmap\'as', 21 'build' => 'Pakeitimų sąrašas', 22 'news_post' => 'Naujienos', 23 '_deleted' => 'Ištrintas elementas', 24 ], 25 26 'editor' => [ 27 'textarea_hint' => [ 28 '_' => 'Spausk enter kad :action. Spausk shift+enter naujai eilutei.', 29 'edit' => 'išsaugoti', 30 'new' => 'publikuoti', 31 'reply' => 'atsakyti', 32 ], 33 ], 34 35 'guest_button' => [ 36 'new' => 'Prisijunkite norint komentuoti', 37 'reply' => 'Prisijunkite, kad atsakyti', 38 ], 39 40 'index' => [ 41 'nav_comments' => 'komentarai', 42 'nav_title' => 'sąrašas', 43 'no_comments' => 'komentarų nerasta...', 44 ], 45 46 'ogp' => [ 47 'title' => 'komentaras iš :user', 48 ], 49 50 'placeholder' => [ 51 'edit' => 'Redaguoti komentarą čia', 52 'new' => 'Rašyk naują komentarą čia', 53 'reply' => 'Rašyk savo atsakymą čia', 54 ], 55 56 'show' => [ 57 'nav_title' => 'komentarai', 58 ], 59];