Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 15 translations.

NameCurrent message text
 h Bulgarian (bg)==Проверка на число с опционален десетичен знак (за цена)==
Приема числа от 0 до 199, с 2 десетични знака по избор:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ?$/</source>
 h Danish (da)==Talvalidering med valgfri decimal (til pris)==
Accepterer tal fra 0 til 199, med 2 decimaler valgfri:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ?$/</source>
 h German (de)==Zahlenvalidierung mit optionaler Dezimalzahl (für Preis)==
Akzeptiert Zahlen von 0 bis 199, mit 2 Dezimalstellen optional:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9])?$/</source>
 h English (en)==Number validation with optional decimal (for price)==
Accepts numbers from 0 to 199, with 2 decimal optional:
 <source lang="html">/^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9])?$/</source>
 h Spanish (es)==Validación de números con decimal opcional (para precio)==
Acepta números del 0 al 199, con 2 decimales opcionales:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ps</source>
 h French (fr)==Validation des nombres avec décimale en option (pour le prix)==
Accepte les nombres de 0 à 199, avec 2 décimales en option :
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ?$/</source>
 h Hungarian (hu)==Számérvényesítés opcionális tizedesjegyekkel (árért)==
0-tól 199-ig számokat fogad el, 2 tizedesjegyet opcionálisan:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ?$/</source>
 h Italian (it)==Convalida numero con decimale facoltativo (per prezzo)==
Accetta numeri da 0 a 199, con 2 decimale facoltativo:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ?$/</source>
 h Japanese (ja)==小数点込みの数値の検証(価格向け)==
0から199(小数点以下2桁があっても可)にマッチさせる例。
 <source lang="html">/^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9])?$/</source>
 h Dutch (nl)==Validatie getal met optioneel een decimaal (prijzen)==
Accepteert getallen van 0 tot en met 199, met 2 decimalen optioneel:
 <source lang="html">/^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9])?$/</source>
 h Polish (pl)==Weryfikacja liczb z opcjonalnym ułamkiem dziesiętnym (dla ceny)==
Akceptuje liczby od 0 do 199, z opcjonalnym 2 miejscami po przecinku:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ?$/</source>
 h Romanian (ro)==Validarea numerelor cu zecimală opțională (pentru preț)==
Acceptă numere de la 0 la 199, cu 2 zecimale opțional:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ?$/</source>
 h Slovenian (sl)==Preverjanje števila z neobvezno decimalko (za ceno)==
Sprejema števila od 0 do 199, z 2 decimalkama neobvezno:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ?$/</source>
 h Vietnamese (vi)==Xác thực số bằng số thập phân tùy chọn (đối với giá)==
Chấp nhận các số từ 0 đến 199, với 2 số thập phân tùy chọn:
<source lang="html"> /^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9]) ?$/</source>
 h Chinese (China) (zh-cn)==带有可选小数的数字验证(价格)==
匹配从 0 到 199 的数字, 可选是否带两位小数:
 <source lang="html">/^([1][0-9][0-9]|[1-9][0-9]|[0-9])((\.)[0-9][0-9])?$/</source>