Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 15 translations.

NameCurrent message text
 h Bulgarian (bg)==Проверка на числото с разделител за хиляди==
Интервал като разделител, без минус
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Точка като разделител, минусът е разрешен
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Danish (da)==Talvalidering med tusind-separator==
Mellemrum som separator, ingen minus
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Prik som skilletegn, minus tilladt
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h German (de)==Zahlenvalidierung mit Tausendertrennzeichen==
Leerzeichen als Trennzeichen, kein Minus
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Punkt als Trennzeichen, Minus erlaubt
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h English (en)==Number validation with thousand separator==
Space as separator, no minus
 <source lang="html">/^(?!0)\d{1,3}(\ \d{3})*$/</source>
Dot as separator, minus allowed
 <source lang="html">/^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Spanish (es)==Validación de números con separador de miles==
Espacio como separador, sin menos
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Punto como separador, se permite menos
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h French (fr)==Validation des nombres avec séparateur de milliers==
Espace comme séparateur, pas de moins
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Point comme séparateur, moins autorisé
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Hungarian (hu)==Számérvényesítés ezerelválasztóval==
Szóköz, mint elválasztó, nincs mínusz
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Pont elválasztóként, mínusz megengedett
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Italian (it)==Convalida del numero con separatore delle migliaia==
Spazio come separatore, nessun segno meno
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Punto come separatore, meno consentito
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Japanese (ja)==千の桁区切りを使用した数値検証==
スペースを区切り文字とし、負の数でない場合、
 <source lang="html">/^(?!0)\d{1,3}(\ \d{3})*$/</source>
ピリオドを区切り文字とし、負の数を含める場合。
 <source lang="html">/^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Dutch (nl)==Nummervalidatie met scheidingsteken duizendtallen==
Spatie als scheidingsteken, geen minteken
<source lang="html">/^(?!0)\d{1,3}(\ \d{3})*$/</source>
Punt als scheidingsteken, minteken toegestaan
<source lang="html">/^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Polish (pl)==Weryfikacja liczb z separatorem tysięcy==
Spacja jako separator, bez minusa
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Kropka jako separator, minus dozwolony
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Romanian (ro)==Validarea numărului cu separator de mii==
Spațiu ca separator, fără minus
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Punctul ca separator, minus permis
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Slovenian (sl)==Preverjanje števila z ločilom tisoč==
Presledek kot ločilo, brez minusa
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Pika kot ločilo, dovoljen minus
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Vietnamese (vi)==Xác thực số bằng dấu phân cách nghìn==
Dấu cách làm dấu phân cách, không có dấu trừ
<source lang="html"> /^(?!0)\d{1,3}(\ \d{3})*$/</source> 
Dấu chấm làm dấu phân cách, được phép trừ
<source lang="html"> /^-?(?!0)\d{1,3}(\.\d{3})*$/</source>
 h Chinese (China) (zh-cn)==用千位分隔符进行数字验证==
空格做分隔符,没有减号
 <source lang="html">/^(?!0)\d{1,3}(\ \d{3})*$/</source>
点做分隔符,允许减号
 <source lang="html">/^-?(?!0)\d{1,3}(\.\d{3})*$/</source>