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"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ?$/</source>
 h Danish (da)Samme som ovenfor, men de to decimaler er valgfrie:
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ?$/</source>
 h German (de)Wie oben, aber die beiden Dezimalstellen sind optional:
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2})?$/</source>
 h English (en)Same as above, but the two decimal points are optional:
<source lang="html">/^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2})?$/ </source>
 h Spanish (es)Igual que arriba, pero los dos puntos decimales son opcionales:
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ps</source>
 h French (fr)Comme ci-dessus, mais les deux points décimaux sont facultatifs :
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ?$/</source>
 h Hungarian (hu)Ugyanaz, mint fent, de a két tizedesvessző nem kötelező:
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ?$/</source>
 h Italian (it)Come sopra, ma i due punti decimali sono opzionali:
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ?$/</source>
 h Japanese (ja)上記と同様で、小数点以下を省略可とする例:
<source lang="html">/^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2})?$/ </source>
 h Dutch (nl)Hetzelfde als hierboven, maar de twee decimale punten zijn optioneel:
<source lang="html">/^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2})?$/ </source>
 h Polish (pl)To samo co powyżej, ale dwa miejsca po przecinku są opcjonalne:
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ?$/</source>
 h Romanian (ro)La fel ca mai sus, dar cele două zecimale sunt opționale:
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ?$/</source>
 h Slovenian (sl)Enako kot zgoraj, vendar dve decimalni vejici nista obvezni:
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ?$/</source>
 h Vietnamese (vi)Tương tự như trên nhưng hai dấu thập phân là tùy chọn:
<source lang="html"> /^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2}) ?$/</source>
 h Chinese (China) (zh-cn)和上面一样,但两位小数变成可选项:
<source lang="html">/^[1-9][0-9]{0,2}(?:,?[0-9]{3}){0,3}(?:\.[0-9]{2})?$/ </source>