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 'button' => [
8 'resend' => 'שלח מחדש דוא"ל אימות',
9 'set' => 'הגדר סיסמה',
10 'start' => 'התחל',
11 ],
12
13 'error' => [
14 'contact_support' => 'נא צור קשר עם התמיכה כדי לשחזר חשבון.',
15 'expired' => '',
16 'invalid' => '',
17 'is_privileged' => 'צור קשר עם peppy חחח.',
18 'missing_key' => 'נדרש.',
19 'too_many_tries' => 'יותר מדי נסיונות כושלים.',
20 'user_not_found' => 'שם המשתמש המבוקש אינו קיים.',
21 'wrong_key' => 'קוד שגוי.',
22 ],
23
24 'notice' => [
25 'sent' => 'בדוק את האימייל שלך בשביל קוד האימות.',
26 'saved' => 'סיסמה חדשה נשמרה!',
27 ],
28
29 'started' => [
30 'password' => 'סיסמה חדשה',
31 'password_confirmation' => 'אימות סיסמה',
32 'title' => 'מאפס סיסמה לחשבון <strong>:username</strong>.',
33 'verification_key' => 'קוד אימות',
34 ],
35
36 'starting' => [
37 'username' => 'הכנס אימייל או שם משתמש',
38
39 'reason' => [
40 'inactive_different_country' => "",
41 ],
42 'support' => [
43 '_' => 'צריך עזרה נוספת? צור איתנו קשר דרך ה:button שלנו.',
44 'button' => 'מערכת תמיכה',
45 ],
46 ],
47];