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' => 'eliminat', 8 'deleted_by' => 'eliminat :timeago per :user', 9 'deleted_by_system' => 'sistema', 10 'deleted_count' => ':count_delimited comentari eliminat|:count_delimited comentaris eliminats', 11 'edited' => 'editat :timeago per :user', 12 'pinned' => 'fixat', 13 'empty' => 'No hi ha comentaris.', 14 'empty_other' => 'Encara no hi ha cap altre comentari.', 15 'load_replies' => 'carrega les respostes', 16 'replies_count' => ':count_delimited resposta|:count_delimited respostes', 17 'title' => 'Comentaris', 18 19 'commentable_name' => [ 20 'beatmapset' => 'Beatmap', 21 'build' => 'Registre de canvis', 22 'news_post' => 'Notícies', 23 '_deleted' => 'Element eliminat', 24 ], 25 26 'editor' => [ 27 'textarea_hint' => [ 28 '_' => 'Prem enter per :action. Fes servir shift+enter per canviar de línia.', 29 'edit' => 'guardar', 30 'new' => 'publicar', 31 'reply' => 'respondre', 32 ], 33 ], 34 35 'guest_button' => [ 36 'new' => 'Inicia sessió per a comentar', 37 'reply' => 'Inicia sessió per a respondre', 38 ], 39 40 'index' => [ 41 'nav_comments' => 'comentaris', 42 'nav_title' => 'llistat', 43 'no_comments' => 'no s\'han trobat comentaris...', 44 ], 45 46 'ogp' => [ 47 'title' => 'comentari per :user', 48 ], 49 50 'placeholder' => [ 51 'edit' => 'Edita el comentari aquí', 52 'new' => 'Escriu un nou comentari aquí', 53 'reply' => 'Escriu la teva resposta aquí', 54 ], 55 56 'show' => [ 57 'nav_title' => 'comentaris', 58 ], 59];