the browser-facing portion of osu!
at master 59 lines 2.0 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' => 'حُذفت', 8 'deleted_by' => 'تم الحذف :timeago بواسطة :user', 9 'deleted_by_system' => 'النظام', 10 'deleted_count' => ':count تعليق محذوف|:count تعليقان محذوفان|:count تعليقات محذوفه|:count تعليق محذوف', 11 'edited' => 'تم التعديل :timeago بواسطة :user', 12 'pinned' => 'مُثَبَت', 13 'empty' => 'لا تعليقات بعد.', 14 'empty_other' => 'لا تعليقات بعد.', 15 'load_replies' => 'تحميل الردود', 16 'replies_count' => ':count_delimited رد|:count_delimited ردود', 17 'title' => 'التعليقات', 18 19 'commentable_name' => [ 20 'beatmapset' => 'الخريطة', 21 'build' => 'سِجل التغييرات', 22 'news_post' => 'الأخبار', 23 '_deleted' => 'عنصر محذوف', 24 ], 25 26 'editor' => [ 27 'textarea_hint' => [ 28 '_' => 'اضغط enter إلى :action. استخدم shift + enter لسطر جديد.', 29 'edit' => 'حفظ', 30 'new' => 'نشر', 31 'reply' => 'رد', 32 ], 33 ], 34 35 'guest_button' => [ 36 'new' => 'سجل الدخول للتعليق', 37 'reply' => 'سجل الدخول للرد', 38 ], 39 40 'index' => [ 41 'nav_comments' => 'التعليقات', 42 'nav_title' => 'القائمة', 43 'no_comments' => 'لا توجد تعليقات...', 44 ], 45 46 'ogp' => [ 47 'title' => 'تعليق بواسطة :user', 48 ], 49 50 'placeholder' => [ 51 'edit' => 'عدل التعليق هنا', 52 'new' => 'أدخل تعليق جديد هنا', 53 'reply' => 'أدخل ردك هنا', 54 ], 55 56 'show' => [ 57 'nav_title' => 'التعليقات', 58 ], 59];