the browser-facing portion of osu!
at master 44 lines 1.2 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 '_' => 'סדר לפי', 8 9 'all' => 'הכל', 10 'friends' => 'חברים', 11 'last_visit' => 'פעיל לאחרונה', 12 'new' => 'אחרון', 13 'old' => 'ישן', 14 'rank' => 'דירוג', 15 'top' => 'עליון', 16 'username' => 'שם משתמש', 17 18 'artist_tracks' => [ 19 'album' => 'אלבום', 20 'artist' => 'אמן', 21 'bpm' => 'פעימות בדקה', 22 'genre' => 'ז\'אנר', 23 'length' => 'אורך', 24 'relevance' => 'רלוונטיות', 25 'title' => 'כותרת', 26 'update' => 'עדכן', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'זמן פירסום', 31 'relevance' => 'רלוונטיות', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'נוצר', 36 'feature_votes' => 'עדיפות כוכב', 37 'new' => 'תגובה אחרונה', 38 ], 39 40 'users' => [ 41 'relevance' => 'רלוונטיות', 42 'username' => 'שם', 43 ], 44];