the browser-facing portion of osu!
at master 82 lines 1.7 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 'edit' => [ 8 'saved' => '', 9 'title' => '', 10 11 'description' => [ 12 'label' => '', 13 'title' => '', 14 ], 15 16 'header' => [ 17 'label' => '', 18 'title' => '', 19 ], 20 21 'logo' => [ 22 'label' => '', 23 'title' => '', 24 ], 25 26 'settings' => [ 27 'application' => '', 28 'application_help' => '', 29 'default_ruleset' => '', 30 'default_ruleset_help' => '', 31 'title' => '', 32 'url' => '', 33 34 'application_state' => [ 35 'state_0' => '', 36 'state_1' => '', 37 ], 38 ], 39 ], 40 41 'members' => [ 42 'destroy' => [ 43 'success' => '', 44 ], 45 46 'index' => [ 47 'title' => '', 48 49 'table' => [ 50 'status' => '', 51 'joined_at' => '', 52 'remove' => '', 53 'title' => '', 54 ], 55 56 'status' => [ 57 'status_0' => '', 58 'status_1' => '', 59 ], 60 ], 61 ], 62 'show' => [ 63 'bar' => [ 64 'settings' => '', 65 ], 66 67 'info' => [ 68 'created' => '', 69 'website' => '', 70 ], 71 72 'members' => [ 73 'members' => '', 74 'owner' => '', 75 ], 76 77 'sections' => [ 78 'members' => '', 79 'info' => '', 80 ], 81 ], 82];