Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  [FrameworkBundle] Add missing `not-compromised-password` entry in XSD
  [AssetMapper] Fix CssCompiler matches url in comments
  Add support for doctrine/persistence 4
  Ensure TransportExceptionInterface populates stream debug data
  Fix typo in validators.sk.xlf
  [Mime] Fix body validity check in `Email` when using `Message::setBody()`
  Review Arabic translations for the validator
  Fixed mistakes in proper hebrew writing in the previous translation and confirmed the rest to be correct and in the same style.
  Review translation
  [Cache] Don't clear system caches on cache:clear
  [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers
  Mark Czech Validator translation as reviewed
  [PropertyInfo] Fix `TypeTest` duplicated assert
  [Validator] Fix `Url` constraint attribute assertion
  convert legacy types to TypeInfo types if getType() is not implemented
  [HtmlSanitizer] Avoid accessing non existent array key when checking for hosts validity
  Update validators.ar.xlf
  [DomCrawler] Make `ChoiceFormField::isDisabled` return `true` for unchecked disabled checkboxes
  • Loading branch information
xabbuh committed Jan 27, 2025
2 parents 1985dc7 + 0931c6b commit 466784f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Resources/translations/security.he.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
<body>
<trans-unit id="1">
<source>An authentication exception occurred.</source>
<target>שגיאה באימות</target>
<target>התרחשה שגיאה באימות.</target>
</trans-unit>
<trans-unit id="2">
<source>Authentication credentials could not be found.</source>
<target>פרטי זיהוי לא נמצאו.</target>
<target>פרטי הזיהוי לא נמצאו.</target>
</trans-unit>
<trans-unit id="3">
<source>Authentication request could not be processed due to a system problem.</source>
<target>לא ניתן היה לעבד את בקשת אימות בגלל בעיית מערכת.</target>
<target>לא ניתן היה לעבד את בקשת האימות בגלל בעיית מערכת.</target>
</trans-unit>
<trans-unit id="4">
<source>Invalid credentials.</source>
<target>שם משתמש או סיסמא שגויים.</target>
</trans-unit>
<trans-unit id="5">
<source>Cookie has already been used by someone else.</source>
<target>עוגיה כבר שומשה.</target>
<target>עוגיה כבר שומשה על ידי מישהו אחר.</target>
</trans-unit>
<trans-unit id="6">
<source>Not privileged to request the resource.</source>
Expand All @@ -32,15 +32,15 @@
</trans-unit>
<trans-unit id="9">
<source>No authentication provider found to support the authentication token.</source>
<target>לא נמצא ספק אימות המתאימה לבקשה.</target>
<target>לא נמצא ספק אימות המתאים לבקשה.</target>
</trans-unit>
<trans-unit id="10">
<source>No session available, it either timed out or cookies are not enabled.</source>
<target>אין סיישן זמין, או שתם הזמן הקצוב או העוגיות אינן מופעלות.</target>
<target>אין מפגש זמין, תם הזמן הקצוב או שהעוגיות אינן מופעלות.</target>
</trans-unit>
<trans-unit id="11">
<source>No token could be found.</source>
<target>הטוקן לא נמצא.</target>
<target>אסימון לא נמצא.</target>
</trans-unit>
<trans-unit id="12">
<source>Username could not be found.</source>
Expand Down Expand Up @@ -72,11 +72,11 @@
</trans-unit>
<trans-unit id="19">
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
<target>יותר מדי ניסיונות כניסה כושלים, אנא נסה שוב בוד %minutes% דקה.</target>
<target>יותר מדי ניסיונות כניסה כושלים, אנא נסה שוב בעוד %minutes% דקה.</target>
</trans-unit>
<trans-unit id="20">
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
<target state="needs-review-translation">יותר מדי ניסיונות כניסה כושלים, אנא נסה שוב בעוד %minutes% דקות.</target>
<target>יותר מדי ניסיונות כניסה כושלים, אנא נסה שוב בעוד %minutes% דקות.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit 466784f

Please sign in to comment.