1
0
mirror of synced 2024-11-26 14:56:07 +03:00
select2/src/js
Meir Cohen 7974fd1662 Corrected a few Hebrew translations
About  `errorLoading`:
Before the correction, the translation was: "התוצאות לא נטענו בהלכה".
The word "בהלכה" is wrong and should be spelled "כהלכה", but besides that, this translations means "The results were loaded improperly", while my corrected translation means "Error while loading results", which is what needed.

About `inputTooLong`, `inputTooShort`, `maximumSelected`:
In Hebrew, it's not acceptable to have the digit 1 for representing a single object. You should use the actual word "one", which is "אחד" in Hebrew together with the singular noun (e.g. "one item" / "one character", instead of "1 item" / "1 character").
**These 3 parts needed a critical fix anyway**, because they were addind the English letter 's' to the end of the Hebrew string.

About `loadingMore`:
The translation was "טען תוצאות נוספות" which means "Load more results", as an instruction, probably a typo.
I changed "טען" to "טוען" so now it means "loading more results", which is the correct form.

This closes https://github.com/select2/select2/pull/3911
2015-11-09 17:43:53 -05:00
..
select2 Corrected a few Hebrew translations 2015-11-09 17:43:53 -05:00
banner.end.js Overhaul of the AMD integration 2015-03-14 19:05:24 -04:00
banner.start.js Overhaul of the AMD integration 2015-03-14 19:05:24 -04:00
jquery.mousewheel.shim.js fix error: "Uncaught ReferenceError: require is not defined" 2015-04-02 10:29:22 -04:00
jquery.select2.js Method called using apply to avoid translating multiple args into single arg. Fixes #3756 2015-09-10 12:05:25 +01:00
jquery.shim.js Fix undefined variables 2015-02-13 22:49:54 -05:00
wrapper.end.js Fix TypeError 2015-03-18 10:48:47 -04:00
wrapper.start.js Overhaul of the AMD integration 2015-03-14 19:05:24 -04:00