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' => 'Toate notificările citite!',
8 'delete' => 'Șterge :type',
9 'loading' => 'Se încarcă notificările necitite...',
10 'mark_read' => 'Curăță :type',
11 'none' => 'Nicio notificare',
12 'see_all' => 'vedeți toate notificările',
13 'see_channel' => 'accesați chat-ul',
14 'verifying' => 'Verificați sesiunea pentru a vizualiza notificările',
15
16 'action_type' => [
17 '_' => 'tot',
18 'beatmapset' => 'beatmap-uri',
19 'build' => 'versiuni',
20 'channel' => 'chat',
21 'forum_topic' => 'forum',
22 'news_post' => 'știri',
23 'user' => 'profil',
24 ],
25
26 'filters' => [
27 '_' => 'tot',
28 'user' => 'profil',
29 'beatmapset' => 'beatmap-uri',
30 'forum_topic' => 'forum',
31 'news_post' => 'noutăți',
32 'build' => 'versiuni',
33 'channel' => 'chat',
34 ],
35
36 'item' => [
37 'beatmapset' => [
38 '_' => 'Beatmap',
39
40 'beatmap_owner_change' => [
41 '_' => 'Dificultate cu participare ca oaspete',
42 'beatmap_owner_change' => 'Acum ești proprietarul dificultății ":beatmap" pentru beatmap-ul ":title"',
43 'beatmap_owner_change_compact' => 'Acum ești proprietarul dificultății ":beatmap"',
44 ],
45
46 'beatmapset_discussion' => [
47 '_' => 'Discuții beatmap',
48 'beatmapset_discussion_lock' => 'Discuția pe ":title" a fost închisă',
49 'beatmapset_discussion_lock_compact' => 'Discuția a fost închisă',
50 'beatmapset_discussion_post_new' => 'Postare nouă pe ":title" de :username',
51 'beatmapset_discussion_post_new_empty' => 'Postare nouă pe ":title" de :username',
52 'beatmapset_discussion_post_new_compact' => 'Postare nouă de :username',
53 'beatmapset_discussion_post_new_compact_empty' => 'Postare nouă de :username',
54 'beatmapset_discussion_review_new' => 'Noua recenzie ":title" de :username care conține probleme: :problems, sugestii: :suggestions, laude: :praises',
55 'beatmapset_discussion_review_new_compact' => 'Noua recenzie de :username care conține probleme: :problems, sugestii: :suggestions, laude: :praises',
56 'beatmapset_discussion_unlock' => 'Discuția pe ":title" a fost redeschisă',
57 'beatmapset_discussion_unlock_compact' => 'Discuția a fost redeschisă',
58
59 'review_count' => [
60 'praises' => 'o laudă|:count_delimited laude|:count_delimited de laude',
61 'problems' => 'o problemă|:count_delimited probleme|:count_delimited de probleme',
62 'suggestions' => 'o sugestie|:count_delimited sugestii|:count_delimited de sugestii',
63 ],
64 ],
65
66 'beatmapset_problem' => [
67 '_' => 'Problemă de beatmap calificat',
68 'beatmapset_discussion_qualified_problem' => 'Raportat de :username on ":title": ":content"',
69 'beatmapset_discussion_qualified_problem_empty' => 'Raportat de :username pe ":title"',
70 'beatmapset_discussion_qualified_problem_compact' => 'Raportat de :username: ":content"',
71 'beatmapset_discussion_qualified_problem_compact_empty' => 'Raportat de :username',
72 ],
73
74 'beatmapset_state' => [
75 '_' => 'Starea Beatmap-ului s-a schimbat',
76 'beatmapset_disqualify' => ':title a fost descalificat',
77 'beatmapset_disqualify_compact' => 'Beatmap-ul a fost descalificat',
78 'beatmapset_love' => ':title a fost promovat la Iubit',
79 'beatmapset_love_compact' => 'Beatmap-ul a fost promovat la Iubit',
80 'beatmapset_nominate' => ':title a fost nominat',
81 'beatmapset_nominate_compact' => 'Beatmap-ul a fost nominat',
82 'beatmapset_qualify' => '„:title" a stârns destule nominalizări și a intrat în lista de așteptare pentru clasament',
83 'beatmapset_qualify_compact' => 'Beatmap-ul a intrat în lista de așteptare pentru clasament',
84 'beatmapset_rank' => '„:title" a fost clasat',
85 'beatmapset_rank_compact' => 'Beatmap-ul a fost clasat',
86 'beatmapset_remove_from_loved' => '":title" a fost eliminat din Iubit',
87 'beatmapset_remove_from_loved_compact' => 'Beatmap-ul a fost eliminat din Iubit',
88 'beatmapset_reset_nominations' => 'Nominația ":title" a fost resetată',
89 'beatmapset_reset_nominations_compact' => 'Nominația a fost resetată',
90 ],
91
92 'comment' => [
93 '_' => 'Comentariu nou',
94
95 'comment_new' => ':username a comentat ":content" la ":title"',
96 'comment_new_compact' => ':username a comentat ":content"',
97 'comment_reply' => ':username a răspuns ”:content” pe ”:title”',
98 'comment_reply_compact' => ':username a răspuns ”:content”',
99 ],
100 ],
101
102 'channel' => [
103 '_' => 'Conversație',
104
105 'announcement' => [
106 '_' => 'Anunț nou',
107
108 'announce' => [
109 'channel_announcement' => ':username spune ":title"',
110 'channel_announcement_compact' => ':title',
111 'channel_announcement_group' => 'Anunţ de la :username',
112 ],
113 ],
114
115 'channel' => [
116 '_' => 'Mesaj nou',
117
118 'pm' => [
119 'channel_message' => ':username spune ":title"',
120 'channel_message_compact' => ':title',
121 'channel_message_group' => 'de la :username',
122 ],
123 ],
124 ],
125
126 'build' => [
127 '_' => 'Istoric modificări',
128
129 'comment' => [
130 '_' => 'Comentariu nou',
131
132 'comment_new' => ':username a comentat ":content" la ":title"',
133 'comment_new_compact' => ':username a comentat ":content"',
134 'comment_reply' => ':username a răspuns ”:content” pe ”:title”',
135 'comment_reply_compact' => ':username a răspuns ”:content”',
136 ],
137 ],
138
139 'news_post' => [
140 '_' => 'Noutăți',
141
142 'comment' => [
143 '_' => 'Comentariu nou',
144
145 'comment_new' => ':username a comentat ":content" la ":title"',
146 'comment_new_compact' => ':username a comentat ":content"',
147 'comment_reply' => ':username a răspuns ”:content” pe ”:title”',
148 'comment_reply_compact' => ':username a răspuns ”:content”',
149 ],
150 ],
151
152 'forum_topic' => [
153 '_' => 'Subiect forum',
154
155 'forum_topic_reply' => [
156 '_' => 'Un nou răspuns pe forum',
157 'forum_topic_reply' => ':username a răspuns la ":title"',
158 'forum_topic_reply_compact' => ':username a răspuns',
159 ],
160 ],
161
162 'user' => [
163 'user_beatmapset_new' => [
164 '_' => 'Beatmap nou',
165
166 'user_beatmapset_new' => 'Beatmap nou ":title" de către :username',
167 'user_beatmapset_new_compact' => 'Beatmap nou ":title"',
168 'user_beatmapset_new_group' => 'Beatmap-uri noi de către :username',
169
170 'user_beatmapset_revive' => 'Beatmap-ul ":title" reînviat de către :username',
171 'user_beatmapset_revive_compact' => 'Beatmap-ul ":title" reînviat',
172 ],
173 ],
174
175 'user_achievement' => [
176 '_' => 'Medalii',
177
178 'user_achievement_unlock' => [
179 '_' => 'Medalie nouă',
180 'user_achievement_unlock' => 'Deblocat ":title"!',
181 'user_achievement_unlock_compact' => 'Deblocat ":title"!',
182 'user_achievement_unlock_group' => 'Medalii deblocate!',
183 ],
184 ],
185 ],
186
187 'mail' => [
188 'beatmapset' => [
189 'beatmap_owner_change' => [
190 'beatmap_owner_change' => 'Ești acum un oaspete al beatmap-ului ":title"',
191 ],
192
193 'beatmapset_discussion' => [
194 'beatmapset_discussion_lock' => 'Discuția pe ”:title” a fost încuiată',
195 'beatmapset_discussion_post_new' => 'Discuția pe ”:title” are update-uri noi',
196 'beatmapset_discussion_unlock' => 'Discuția pe ”:title” a fost redeschisă',
197 ],
198
199 'beatmapset_problem' => [
200 'beatmapset_discussion_qualified_problem' => 'O nouă problem a fost raportată pe ”:title”',
201 ],
202
203 'beatmapset_state' => [
204 'beatmapset_disqualify' => '”:title” a fost descalificat',
205 'beatmapset_love' => '”:title” a fost promovată la Iubit',
206 'beatmapset_nominate' => '”:title” a fost nominat',
207 'beatmapset_qualify' => '„:title" a primit suficiente nominalizări și a intrat în lista de așteptare pentru clasament',
208 'beatmapset_rank' => '„:title" a fost clasat',
209 'beatmapset_remove_from_loved' => '":title" a fost eliminat din Iubit',
210 'beatmapset_reset_nominations' => 'Nominația ”:title” a fost resetată',
211 ],
212
213 'comment' => [
214 'comment_new' => 'Beatmap-ul ”:title” are noi comentarii',
215 ],
216 ],
217
218 'channel' => [
219 'announcement' => [
220 'announce' => 'Există un anunț nou în „:name”',
221 ],
222
223 'channel' => [
224 'pm' => 'Ai primit un mesaj nou de la :username',
225 ],
226 ],
227
228 'build' => [
229 'comment' => [
230 'comment_new' => 'Istoricul schimbărilor ":title" are comentarii noi',
231 ],
232 ],
233
234 'news_post' => [
235 'comment' => [
236 'comment_new' => 'Noutățile ”:title” au noi comentarii',
237 ],
238 ],
239
240 'forum_topic' => [
241 'forum_topic_reply' => [
242 'forum_topic_reply' => 'Există răspunsuri noi în ":title"',
243 ],
244 ],
245
246 'user' => [
247 'user_beatmapset_new' => [
248 'user_beatmapset_new' => ':username a creat beatmap-uri noi',
249 'user_beatmapset_revive' => ':username a reînviat beatmap-uri',
250 ],
251 ],
252 ],
253];