Skip to content

Commit 41a8114

Browse files
Merge branch '5.1' into 5.x
* 5.1: [Process] Dont test TTY if there is no TTY support Fixing some Mongolian translating the validators for european portuguese language Fix CI Update validators.he.xlf Update security.he.xlf Update validators.he.xlf Improve performances in CircualReference detection [PHPUnitBridge] Fixed crash on Windows with PHP 8 Fix session called initized several time
2 parents b9a4d6d + 040b85b commit 41a8114

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

Resources/translations/security.he.xlf

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,51 +8,51 @@
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>Authentication credentials could not be found.</source>
11-
<target>Authentication credentials could not be found.</target>
11+
<target>פרטי זיהוי לא נמצאו.</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>Authentication request could not be processed due to a system problem.</source>
1515
<target>לא ניתן היה לעבד את בקשת אימות בגלל בעיית מערכת.</target>
1616
</trans-unit>
1717
<trans-unit id="4">
1818
<source>Invalid credentials.</source>
19-
<target>שם משתמש או סיסמא שגויים</target>
19+
<target>שם משתמש או סיסמא שגויים.</target>
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>Cookie has already been used by someone else.</source>
23-
<target>Cookie has already been used by someone else.</target>
23+
<target>עוגיה כבר שומשה.</target>
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>Not privileged to request the resource.</source>
27-
<target>Not privileged to request the resource.</target>
27+
<target>אין הרשאה מתאימה.</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>Invalid CSRF token.</source>
31-
<target>Invalid CSRF token.</target>
31+
<target>אסימון CSRF לא חוקי.</target>
3232
</trans-unit>
3333
<trans-unit id="9">
3434
<source>No authentication provider found to support the authentication token.</source>
35-
<target>No authentication provider found to support the authentication token.</target>
35+
<target>לא נמצא ספק אימות המתאימה לבקשה.</target>
3636
</trans-unit>
3737
<trans-unit id="10">
3838
<source>No session available, it either timed out or cookies are not enabled.</source>
3939
<target>אין סיישן זמין, או שתם הזמן הקצוב או העוגיות אינן מופעלות.</target>
4040
</trans-unit>
4141
<trans-unit id="11">
4242
<source>No token could be found.</source>
43-
<target>No token could be found.</target>
43+
<target>הטוקן לא נמצא.</target>
4444
</trans-unit>
4545
<trans-unit id="12">
4646
<source>Username could not be found.</source>
47-
<target>שם משתמש לא נמצא במערכת</target>
47+
<target>שם משתמש לא נמצא.</target>
4848
</trans-unit>
4949
<trans-unit id="13">
5050
<source>Account has expired.</source>
5151
<target>החשבון פג תוקף.</target>
5252
</trans-unit>
5353
<trans-unit id="14">
5454
<source>Credentials have expired.</source>
55-
<target>פרטי התחברות פקעו תוקף</target>
55+
<target>פרטי התחברות פקעו תוקף.</target>
5656
</trans-unit>
5757
<trans-unit id="15">
5858
<source>Account is disabled.</source>
@@ -62,6 +62,14 @@
6262
<source>Account is locked.</source>
6363
<target>החשבון נעול.</target>
6464
</trans-unit>
65+
<trans-unit id="17">
66+
<source>Too many failed login attempts, please try again later.</source>
67+
<target>יותר מדי ניסיונות כניסה כושלים, אנא נסה שוב מאוחר יותר.</target>
68+
</trans-unit>
69+
<trans-unit id="18">
70+
<source>Invalid or expired login link.</source>
71+
<target>קישור כניסה לא חוקי או שפג תוקפו.</target>
72+
</trans-unit>
6573
</body>
6674
</file>
6775
</xliff>

0 commit comments

Comments
 (0)