the browser-facing portion of osu!
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 'index' => [
8 'batch_disable' => 'Отключить выбранные',
9 'batch_enable' => 'Включить выбранные',
10
11 'batch_confirm' => [
12 '_' => ':action :items?',
13 'disable' => 'Отключить',
14 'enable' => 'Включить',
15 'items' => ':count_delimited обложка|:count_delimited обложки|:count_delimited обложек',
16 ],
17
18 'create_form' => [
19 'files' => 'Файлы',
20 'submit' => 'Сохранить',
21 'title' => 'Добавить новую',
22 ],
23
24 'item' => [
25 'click_to_disable' => 'Нажмите, чтобы выключить',
26 'click_to_enable' => 'Нажмите, чтобы включить',
27 'enabled' => 'Включена',
28 'disabled' => 'Выключена',
29 'image_store' => 'Выбрать изображение',
30 'image_update' => 'Заменить изображение',
31 ],
32 ],
33 'store' => [
34 'failed' => 'При создании обложки произошла ошибка: :error',
35 'ok' => 'Обложки созданы',
36 ],
37];