Skip to content

Commit dc4f7aa

Browse files
committed
merged branch excelwebzone/hebrew_translations (PR symfony#1840)
Commits ------- 2fca9b7 Some small hebrew fixes Discussion ---------- Some small hebrew fixes
2 parents e8cc5d4 + 2fca9b7 commit dc4f7aa

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.he.xliff

+15-15
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>The value you selected is not a valid choice</source>
23-
<target>הערך שבחרת הוא לא בחירה חוקית</target>
23+
<target>הערך שבחרת אינו חוקי</target>
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choices</source>
27-
<target>אתה צריך לבחור לפחות {{ limit }} בחירות</target>
27+
<target>אתה צריך לבחור לפחות {{ limit }} אפשרויות</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You must select at most {{ limit }} choices</source>
31-
<target>אתה צריך לבחור לכל היותר {{ limit }} בחירות</target>
31+
<target>אתה צריך לבחור לכל היותר {{ limit }} אפשרויות</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid</source>
@@ -52,11 +52,11 @@
5252
</trans-unit>
5353
<trans-unit id="13">
5454
<source>This value is not a valid email address</source>
55-
<target>הערך לא כתובת דוא"ל תקינה</target>
55+
<target>כתובת המייל אינה תקינה</target>
5656
</trans-unit>
5757
<trans-unit id="14">
5858
<source>The file could not be found</source>
59-
<target>לא ניתן למצוא קובץ</target>
59+
<target>הקובץ לא נמצא</target>
6060
</trans-unit>
6161
<trans-unit id="15">
6262
<source>The file is not readable</source>
@@ -72,47 +72,47 @@
7272
</trans-unit>
7373
<trans-unit id="18">
7474
<source>This value should be {{ limit }} or less</source>
75-
<target>הערך צריך להיות {{ limit }} או פחות תווים</target>
75+
<target>הערך צריל להכיל {{ limit }} תווים לכל היותר</target>
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value is too long. It should have {{ limit }} characters or less</source>
79-
<target>הערך ארוך מדי. צריך להגביל {{ limit }} תווים או פחות</target>
79+
<target>הערך ארוך מידי. הוא צריך להכיל {{ limit }} תווים לכל היותר</target>
8080
</trans-unit>
8181
<trans-unit id="20">
8282
<source>This value should be {{ limit }} or more</source>
83-
<target>הערך צריך להיות {{ limit }} או יותר תווים</target>
83+
<target>הערך צריך להכיל {{ limit }} תווים לפחות</target>
8484
</trans-unit>
8585
<trans-unit id="21">
8686
<source>This value is too short. It should have {{ limit }} characters or more</source>
87-
<target>הערך ארוך מדי. צריך להגביל {{ limit }} תווים או יותר</target>
87+
<target>הערך קצר מידיץ הוא צריך להכיל {{ limit }} תווים לפחות</target>
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be blank</source>
9191
<target>הערך לא אמור להיות ריק</target>
9292
</trans-unit>
9393
<trans-unit id="23">
9494
<source>This value should not be null</source>
95-
<target>הערך לא אמור להיות null</target>
95+
<target>הערך לא אמור להיות ריק</target>
9696
</trans-unit>
9797
<trans-unit id="24">
9898
<source>This value should be null</source>
99-
<target>הערך צריך להיות null</target>
99+
<target>הערך צריך להיות ריק</target>
100100
</trans-unit>
101101
<trans-unit id="25">
102102
<source>This value is not valid</source>
103103
<target>הערך אינו חוקי</target>
104104
</trans-unit>
105105
<trans-unit id="26">
106106
<source>This value is not a valid time</source>
107-
<target>הערך לא זמן תקף</target>
107+
<target>הערך אינו זמן תקין</target>
108108
</trans-unit>
109109
<trans-unit id="27">
110110
<source>This value is not a valid URL</source>
111-
<target>הערך לא כתובת אתר חוקית</target>
111+
<target>זאת אינה כתובת אתר תקינה</target>
112112
</trans-unit>
113113
<trans-unit id="28">
114114
<source>This form should not contain extra fields</source>
115-
<target>קבוצה השדה לא יכילו שדות נוספת</target>
115+
<target>הטופס לא צריך להכיל שדות נוספים</target>
116116
</trans-unit>
117117
<trans-unit id="29">
118118
<source>The uploaded file was too large. Please try to upload a smaller file</source>
@@ -144,7 +144,7 @@
144144
</trans-unit>
145145
<trans-unit id="36">
146146
<source>This file is not a valid image</source>
147-
<target>הקובץ אינו תמונה תקפה</target>
147+
<target>הקובץ הזה אינו תמונה תקינה</target>
148148
</trans-unit>
149149
<trans-unit id="37">
150150
<source>This is not a valid IP address</source>

0 commit comments

Comments
 (0)