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' => 'poistettu', 8 'deleted_by' => ':user poisti :timeago', 9 'deleted_by_system' => 'järjestelmä', 10 'deleted_count' => ':count_delimited poistettu kommentti|:count_delimited poistettua kommenttia', 11 'edited' => ':user muokkasi tätä viestiä :timeago', 12 'pinned' => 'kiinnitetty', 13 'empty' => 'Ei vielä kommentteja.', 14 'empty_other' => 'Ei vielä muita kommentteja.', 15 'load_replies' => 'lataa vastauksia', 16 'replies_count' => ':count_delimited vastaus|:count_delimited vastausta', 17 'title' => 'Kommentit', 18 19 'commentable_name' => [ 20 'beatmapset' => 'Rytmikartta', 21 'build' => 'Muutosloki', 22 'news_post' => 'Uutiset', 23 '_deleted' => 'Poistettu', 24 ], 25 26 'editor' => [ 27 'textarea_hint' => [ 28 '_' => 'Paina enter-näppäintä :action. Paina shift- ja enter-näppäimiä tehdäksesi uuden rivin.', 29 'edit' => 'tallentaaksesi', 30 'new' => 'lähettääksesi', 31 'reply' => 'vastataksesi', 32 ], 33 ], 34 35 'guest_button' => [ 36 'new' => 'Kirjaudu sisään kommentoidaksesi', 37 'reply' => 'Kirjaudu sisään vastataksesi', 38 ], 39 40 'index' => [ 41 'nav_comments' => 'kommentteja', 42 'nav_title' => 'listaus', 43 'no_comments' => 'mitään kommentteja ei löytynyt...', 44 ], 45 46 'ogp' => [ 47 'title' => 'käyttäjän :user kommentti', 48 ], 49 50 'placeholder' => [ 51 'edit' => 'Muokkaa kommenttia tässä', 52 'new' => 'Kirjoita kommenttisi tähän', 53 'reply' => 'Kirjoita vastauksesi tähän', 54 ], 55 56 'show' => [ 57 'nav_title' => 'kommentteja', 58 ], 59];