Actions

Special

All translations

Enter a message name below to show all available translations.

Message

Found 15 translations.

NameCurrent message text
 h Bulgarian (bg)==Числа от 1 до 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9 ][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> !Н!<source lang="html"> /^[1-9][0-9]{0,4}$/ прави същото като по-горе, но трябва да работи малко по-бързо</source> 
==Числа от 1 до 999, 1.000 до 999.999 до 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Приема числа от 1 до 999, 1.000 до 999.999 до 999.999.999, но
отхвърля числа като 999.1.1, 94.22.22, 999.1.22, 999.11.1, 999.1.333
 h Danish (da)==Numre fra 1 til 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9] [0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> 
<source lang="html"> /^[1-9][0-9]{0,4}$/ gør det samme som ovenfor, men burde køre lidt hurtigere</source> 
==Numre fra 1 til 999, 1.000 til 999.999 til 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Accepterer numre fra 1 til 999, 1.000 til 999.999 til 999.999.999, men
 afviser numre som 999.1.1 , 94.22.22, 999.1.22, 999.139.1,.
 h German (de)==Zahlen von 1 bis 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> 
<source lang="html"> /^[1-9][0-9]{0,4}$/ macht das Gleiche wie oben, sollte aber etwas schneller laufen</source> 
==Zahlen von 1 bis 999, 1.000 bis 999.999 bis 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Akzeptiert Zahlen von 1 bis 999, 1.000 bis 999.999 bis 999.999.999, aber
lehnt Zahlen wie 999.1.1, 94.22.22, 999.1.22, 999.11.1, 999.1.333 ab
 h English (en)==Numbers from 1 to 99999==
 <source lang="html">/^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source>
 <source lang="html">/^[1-9][0-9]{0,4}$/ does the same as above but should run a little faster</source>
==Numbers from 1 to 999, 1.000 to 999.999 to 999.999.999==
 <source lang="html">/^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source>
Accepts numbers from 1 to 999, 1.000 to 999.999 to 999.999.999 but
rejects numbers like 999.1.1 , 94.22.22, 999.1.22, 999.11.1, 999.1.333
 h Spanish (es)==Números del 1 al 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9 ][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source><source lang="html"> /^[1-9][0-9]{0,4}$/ hace lo mismo que arriba pero debería ejecutarse un poco más rápido</source> 
==Números del 1 al 999, del 1.000 al 999.999 al 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Acepta números del 1 al 999, del 1.000 al 999.999 y al 999.999.999 pero
rechaza números como 999.1.1, 94.22.22, 999.1.22, 999.11.1, 999.1.333
 h French (fr)==Nombres de 1 à 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9 ][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> 
<source lang="html"> /^[1-9][0-9]{0,4}$/ fait la même chose que ci-dessus mais devrait s'exécuter un peu plus vite</source> 
==Nombres de 1 à 999, 1.000 à 999.999 à 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Accepte les nombres de 1 à 999, 1.000 à 999.999 à 999.999.999 mais
rejette les nombres comme 999.1.1 , 94.22.22, 999.1.22, 999.11.1, 999.1.333
 h Hungarian (hu)==Számok 1-től 99999-ig==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9 ][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> 
<source lang="html"> /^[1-9][0-9]{0,4}$/ ugyanazt csinálja, mint fent, de kicsit gyorsabban kell futnia</source> 
==Számok 1-től 999-ig, 1000-től 999.999-ig 999.999.999-ig==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Elfogadja a számokat 1-től 999-ig, 1000-tól 999.999-ig 999.999.999-ig, de
elutasítja az olyan számokat, mint a 999.1.1 , 94.22.22, 999.1.22, 999.199.1, 333.1.
 h Italian (it)==Numeri da 1 a 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9 ][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> 
<source lang="html"> /^[1-9][0-9]{0,4}$/ fa come sopra ma dovrebbe funzionare un po' più velocemente</source> 
==Numeri da 1 a 999, da 1.000 a 999.999 a 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Accetta numeri da 1 a 999, da 1.000 a 999.999 a 999.999.999 ma
rifiuta numeri come 999.1.1 , 94.22.22, 999.1.22, 999.11.1, 999.1.333
 h Japanese (ja)=数値の検証=
==1から99999までの数値==
 <source lang="html">/^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source>
 <source lang="html">/^[1-9][0-9]{0,4}$/ も同じですが、少し早く動作します</source>
==1から999、1.000から999.999、999.999.999まで==
 <source lang="html">/^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source>
1から999、1.000から999.999、999.999.999までにマッチしますが、999.1.1、94.22.22、999.1.22、999.11.1、999.1.333といったものにはマッチしません。
 h Dutch (nl)==Getallen van 1 tot 99999==
 <source lang="html">/^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source>
 <source lang="html">/^[1-9][0-9]{0,4}$/ doet hetzelfde als hierboven, maar dan wat sneller</source>
==Getallen van 1 tot 999, 1.000 tot 999.999 tot 999.999.999==
 <source lang="html">/^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source>
Accepteert getallen van 1 tot 999 1.000 tot 999.999 tot 999.999.999 maar
keurt getallen als 999.1.1 , 94.22.22, 999.1.22, 999.11.1 en 999.1.333 af.
 h Polish (pl)==Liczby od 1 do 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9 ][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> 
<source lang="html"> /^[1-9][0-9]{0,4}$/ robi to samo co powyżej, ale powinno działać trochę szybciej</source> 
==Liczby od 1 do 999, od 1.000 do 999.999 do 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Akceptuje liczby od 1 do 999, 1.000 do 999.999 do 999.999.999, ale
odrzuca liczby takie jak 999.1.1 , 94.22.22, 999.1.22, 999.11.1, 999.1.333
 h Romanian (ro)==Numerele de la 1 la 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9 ][0-9][1-9][0-9][0-9][0-9][0-9])$/</source> 
<source lang="html"> /^[1-9][0-9]{0,4}$/ face la fel ca mai sus, dar ar trebui să ruleze puțin mai repede</source> 
==Numerele de la 1 la 999, de la 1.000 la 999.999 la 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Acceptă numere de la 1 la 999, de la 1.000 la 999.999 la 999.999.999, dar
respinde numere precum 999.1.1, 94.22.22, 999.1.22, 999.11.1, 933.
 h Slovenian (sl)==Številke od 1 do 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9] [0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> 
<source lang="html"> /^[1-9][0-9]{0,4}$/ naredi enako kot zgoraj, vendar bi moralo delovati nekoliko hitreje</source> 
==Številke od 1 do 999, 1.000 do 999.999 do 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Sprejema številke od 1 do 999, 1.000 do 999.999 do 999.999.999, vendar
zavrača številke, kot so 999.1.1 , 94.22.22, 999.1.22, 999.11.1, 999.1.333
 h Vietnamese (vi)==Các số từ 1 đến 99999==
<source lang="html"> /^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9] [0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source> 
<source lang="html"> /^[1-9][0-9]{0,4}$/ thực hiện tương tự như trên nhưng sẽ chạy nhanh hơn một chút</source> 
==Các số từ 1 đến 999, 1.000 đến 999.999 đến 999.999.999==
<source lang="html"> /^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source> 
Chấp nhận các số từ 1 đến 999, 1.000 đến 999.999 đến 999.999.999 nhưng
từ chối các số như 999.1.1 , 94.22.22, 999.1.22, 999.11.1, 999.1.333
 h Chinese (China) (zh-cn)==从 1 到 99999 的数字==
 <source lang="html">/^([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9])$/</source>
 <source lang="html">/^[1-9][0-9]{0,4}$/ does the same as above but should run a little faster</source>
==从 1 到 999, 从1.000 到 999.999 到 999.999.999 的数字==
 <source lang="html">/^[1-9][0-9]{0,2}(?:\.[0-9]{3}){0,2}$/</source>
匹配从 1 到 999, 1.000 到 999.999 到 999.999.999 的数字,不匹配像 999.1.1 , 94.22.22, 999.1.22, 999.11.1, 999.1.333 的数字。