the browser-facing portion of osu!
at master 253 lines 10 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 'all_read' => 'כל ההתראות נקראו!', 8 'delete' => 'מחק :type', 9 'loading' => 'טוען התראות שלא נקראו...', 10 'mark_read' => 'נקה :type', 11 'none' => 'אין התראות', 12 'see_all' => 'ראה את כל ההתראות', 13 'see_channel' => 'לך לצ\'אט', 14 'verifying' => '', 15 16 'action_type' => [ 17 '_' => '', 18 'beatmapset' => '', 19 'build' => '', 20 'channel' => '', 21 'forum_topic' => '', 22 'news_post' => '', 23 'user' => '', 24 ], 25 26 'filters' => [ 27 '_' => 'הכל', 28 'user' => 'פרופיל', 29 'beatmapset' => 'מפות', 30 'forum_topic' => 'פורום', 31 'news_post' => 'חדשות', 32 'build' => 'בניות', 33 'channel' => 'צ\'אטים', 34 ], 35 36 'item' => [ 37 'beatmapset' => [ 38 '_' => 'מפה', 39 40 'beatmap_owner_change' => [ 41 '_' => '', 42 'beatmap_owner_change' => '', 43 'beatmap_owner_change_compact' => '', 44 ], 45 46 'beatmapset_discussion' => [ 47 '_' => 'דיוני מפות', 48 'beatmapset_discussion_lock' => 'מפה ":title" ננעלה לדיון.', 49 'beatmapset_discussion_lock_compact' => 'הדיון ננעל', 50 'beatmapset_discussion_post_new' => ':username פרסם הודעה חדשה בדיון מפה ":title".', 51 'beatmapset_discussion_post_new_empty' => 'פוסט חדש ב":title" על ידי :username', 52 'beatmapset_discussion_post_new_compact' => 'פוסט חדש על ידי :username ":content"', 53 'beatmapset_discussion_post_new_compact_empty' => 'פוסט חדש על ידי :username', 54 'beatmapset_discussion_review_new' => 'ביקורת חדשה ב":title" על ידי :username מכילה בעיות: :problems, המלצות: :suggestions, שבחים: :praises', 55 'beatmapset_discussion_review_new_compact' => 'ביקורת חדשה מאת :username כוללת את הבעיות: :problems, המלצות: :suggestions, שבחים: :praises', 56 'beatmapset_discussion_unlock' => 'מפה ":title" נפתחה לדיון.', 57 'beatmapset_discussion_unlock_compact' => 'הדיון נפתח', 58 59 'review_count' => [ 60 'praises' => '', 61 'problems' => '', 62 'suggestions' => '', 63 ], 64 ], 65 66 'beatmapset_problem' => [ 67 '_' => 'הבעיה של המפה המעומדת', 68 'beatmapset_discussion_qualified_problem' => 'דווח על ידי :username ב":title": ":content"', 69 'beatmapset_discussion_qualified_problem_empty' => 'דווח על ידי :username ב":title"', 70 'beatmapset_discussion_qualified_problem_compact' => 'דווח על ידי :username ":content"', 71 'beatmapset_discussion_qualified_problem_compact_empty' => 'דווח על ידי :username', 72 ], 73 74 'beatmapset_state' => [ 75 '_' => 'סטטוס מפה השתנה', 76 'beatmapset_disqualify' => 'מפה ":title" נפסלה על ידי :username.', 77 'beatmapset_disqualify_compact' => 'המפה נפסלה', 78 'beatmapset_love' => 'מפה ":title" קודמה כאהובה על ידי :username.', 79 'beatmapset_love_compact' => 'המפה קודמה להיות אהובה', 80 'beatmapset_nominate' => 'מפה ":title" מונתה על ידי :username.', 81 'beatmapset_nominate_compact' => 'המפה דורגה', 82 'beatmapset_qualify' => 'מפה ":title" קיבלה מספיק מינויים ולכן היא בתור לדירוג.', 83 'beatmapset_qualify_compact' => 'המפה נכנסה לתור הדירוג', 84 'beatmapset_rank' => '":title" דורגה', 85 'beatmapset_rank_compact' => 'מפה דורגה', 86 'beatmapset_remove_from_loved' => '":title" הוסרה מנאהב', 87 'beatmapset_remove_from_loved_compact' => 'מפה הוסרה מנאהב', 88 'beatmapset_reset_nominations' => 'בעיה שפורסמה על י די :username איפסה את מינויה של מפה ":title" ', 89 'beatmapset_reset_nominations_compact' => 'דירוג אופס', 90 ], 91 92 'comment' => [ 93 '_' => 'תגובה חדשה', 94 95 'comment_new' => ':username הגיב ":content" ב":title"', 96 'comment_new_compact' => ':username הגיב ":content"', 97 'comment_reply' => ':username הגיב ":content" ב":title"', 98 'comment_reply_compact' => ':username הגיב ":content"', 99 ], 100 ], 101 102 'channel' => [ 103 '_' => 'צ\'אט', 104 105 'announcement' => [ 106 '_' => '', 107 108 'announce' => [ 109 'channel_announcement' => '', 110 'channel_announcement_compact' => '', 111 'channel_announcement_group' => '', 112 ], 113 ], 114 115 'channel' => [ 116 '_' => 'הודעה חדשה', 117 118 'pm' => [ 119 'channel_message' => ':username אומר ":title"', 120 'channel_message_compact' => ':title', 121 'channel_message_group' => 'מ:username', 122 ], 123 ], 124 ], 125 126 'build' => [ 127 '_' => 'יומן שינויים', 128 129 'comment' => [ 130 '_' => 'תגובה חדשה', 131 132 'comment_new' => ':username הגיב ":content" ב":title"', 133 'comment_new_compact' => ':username הגיב ":content"', 134 'comment_reply' => ':username הגיב ":content" ב":title"', 135 'comment_reply_compact' => ':username הגיב ":content"', 136 ], 137 ], 138 139 'news_post' => [ 140 '_' => 'חדשות', 141 142 'comment' => [ 143 '_' => 'תגובה חדשה', 144 145 'comment_new' => ':username הגיב ":content" ב":title"', 146 'comment_new_compact' => ':username הגיב ":content"', 147 'comment_reply' => ':username הגיב ":content" ב"::title"', 148 'comment_reply_compact' => ':username הגיב ":content"', 149 ], 150 ], 151 152 'forum_topic' => [ 153 '_' => 'נושא פורום', 154 155 'forum_topic_reply' => [ 156 '_' => 'תגובת פורום חדשה', 157 'forum_topic_reply' => ':username הגיב לנושא פורום ":title".', 158 'forum_topic_reply_compact' => ':username הגיב', 159 ], 160 ], 161 162 'user' => [ 163 'user_beatmapset_new' => [ 164 '_' => 'מפה חדשה', 165 166 'user_beatmapset_new' => 'מפה חדשה ":title" מאת :username', 167 'user_beatmapset_new_compact' => 'מפה חדשה ":title"', 168 'user_beatmapset_new_group' => 'מפות חדשות מאת :username', 169 170 'user_beatmapset_revive' => '', 171 'user_beatmapset_revive_compact' => '', 172 ], 173 ], 174 175 'user_achievement' => [ 176 '_' => 'מדליות', 177 178 'user_achievement_unlock' => [ 179 '_' => 'מדליה חדשה', 180 'user_achievement_unlock' => 'נפתח ":title"!', 181 'user_achievement_unlock_compact' => 'נפתח ":title"!', 182 'user_achievement_unlock_group' => 'מדליות נפתחו!', 183 ], 184 ], 185 ], 186 187 'mail' => [ 188 'beatmapset' => [ 189 'beatmap_owner_change' => [ 190 'beatmap_owner_change' => '', 191 ], 192 193 'beatmapset_discussion' => [ 194 'beatmapset_discussion_lock' => 'הדיון על ":title" ננעל', 195 'beatmapset_discussion_post_new' => 'לדיון על ":title" יש עדכונים חדשים', 196 'beatmapset_discussion_unlock' => 'הדיון על ":title" נפתח', 197 ], 198 199 'beatmapset_problem' => [ 200 'beatmapset_discussion_qualified_problem' => 'בעיה חדשה דווחה ב":title"', 201 ], 202 203 'beatmapset_state' => [ 204 'beatmapset_disqualify' => '":title" נפסלה', 205 'beatmapset_love' => '":title" קודמה להיות נאהבת', 206 'beatmapset_nominate' => '":title" דורגה', 207 'beatmapset_qualify' => '":title" קיבלה מספיק הצבעות ונכנסה לתור הדירוג', 208 'beatmapset_rank' => '":title" דורגה', 209 'beatmapset_remove_from_loved' => '":title" הוסרה מנאהב', 210 'beatmapset_reset_nominations' => 'ההצבעה של ":title" אופסה', 211 ], 212 213 'comment' => [ 214 'comment_new' => 'למפה ":title" יש תגובות חדשות', 215 ], 216 ], 217 218 'channel' => [ 219 'announcement' => [ 220 'announce' => '', 221 ], 222 223 'channel' => [ 224 'pm' => 'קיבלת הודעה חדשה מאת :username', 225 ], 226 ], 227 228 'build' => [ 229 'comment' => [ 230 'comment_new' => 'רשימת שינויים ":title" יש תגובות חדשות', 231 ], 232 ], 233 234 'news_post' => [ 235 'comment' => [ 236 'comment_new' => 'חדשות ":title" יש תגובות חדשות', 237 ], 238 ], 239 240 'forum_topic' => [ 241 'forum_topic_reply' => [ 242 'forum_topic_reply' => 'יש תגובות חדשות ב":title"', 243 ], 244 ], 245 246 'user' => [ 247 'user_beatmapset_new' => [ 248 'user_beatmapset_new' => ':username יצר מפות חדשות', 249 'user_beatmapset_revive' => '', 250 ], 251 ], 252 ], 253];