To correct problems in compact numbers below, please go to Compact Decimal Formatting.
Numeric Format | Compact-Short | Compact-Long | Compact-Short +Currency |
---|---|---|---|
1 | 1 | 1 | €1 |
1,1 | 1,1 | 1,1 | €1,1 |
1,5 | 1,5 | 1,5 | €1,5 |
2 | 2 | 2 | €2 |
3 | 3 | 3 | €3 |
5 | 5 | 5 | €5 |
10 | 10 | 10 | €10 |
100 | 100 | 100 | €100 |
101 | 101 | 101 | €101 |
102 | 102 | 102 | €102 |
103 | 103 | 103 | €103 |
1.000 | 1 tis. | 1 tisoč | 1 tis. € |
1.100 | 1,1 tis. | 1,1 tisoč | 1,1 tis. € |
1.500 | 1,5 tis. | 1,5 tisoč | 1,5 tis. € |
2.000 | 2 tis. | 2 tisoč | 2 tis. € |
3.000 | 3 tis. | 3 tisoč | 3 tis. € |
5.000 | 5 tis. | 5 tisoč | 5 tis. € |
10.000 | 10 tis. | 10 tisoč | 10 tis. € |
100.000 | 100 tis. | 100 tisoč | 100 tis. € |
101.000 | 101 tis. | 101 tisoč | 101 tis. € |
102.000 | 102 tis. | 102 tisoč | 102 tis. € |
103.000 | 103 tis. | 103 tisoč | 103 tis. € |
1.000.000 | 1 mio. | 1 milijon | 1 mio. € |
1.100.000 | 1,1 mio. | 1,1 milijonov | 1,1 mio. € |
1.500.000 | 1,5 mio. | 1,5 milijonov | 1,5 mio. € |
2.000.000 | 2 mio. | 2 milijonov | 2 mio. € |
3.000.000 | 3 mio. | 3 milijonov | 3 mio. € |
5.000.000 | 5 mio. | 5 milijonov | 5 mio. € |
10.000.000 | 10 mio. | 10 milijonov | 10 mio. € |
100.000.000 | 100 mio. | 100 milijonov | 100 mio. € |
101.000.000 | 101 mio. | 101 milijonov | 101 mio. € |
102.000.000 | 102 mio. | 102 milijonov | 102 mio. € |
103.000.000 | 103 mio. | 103 milijonov | 103 mio. € |
1.000.000.000 | 1 mrd. | 1 milijarda | 1 mrd. € |
1.100.000.000 | 1,1 mrd. | 1,1 milijard | 1,1 mrd. € |
1.500.000.000 | 1,5 mrd. | 1,5 milijard | 1,5 mrd. € |
2.000.000.000 | 2 mrd. | 2 milijard | 2 mrd. € |
3.000.000.000 | 3 mrd. | 3 milijard | 3 mrd. € |
5.000.000.000 | 5 mrd. | 5 milijard | 5 mrd. € |
10.000.000.000 | 10 mrd. | 10 milijard | 10 mrd. € |
100.000.000.000 | 100 mrd. | 100 milijard | 100 mrd. € |
101.000.000.000 | 101 mrd. | 101 milijard | 101 mrd. € |
102.000.000.000 | 102 mrd. | 102 milijard | 102 mrd. € |
103.000.000.000 | 103 mrd. | 103 milijard | 103 mrd. € |
1.000.000.000.000 | 1 bil. | 1 bilijon | 1 bil. € |
1.100.000.000.000 | 1,1 bil. | 1,1 bilijonov | 1,1 bil. € |
1.500.000.000.000 | 1,5 bil. | 1,5 bilijonov | 1,5 bil. € |
2.000.000.000.000 | 2 bil. | 2 bilijonov | 2 bil. € |
3.000.000.000.000 | 3 bil. | 3 bilijonov | 3 bil. € |
5.000.000.000.000 | 5 bil. | 5 bilijonov | 5 bil. € |
10.000.000.000.000 | 10 bil. | 10 bilijonov | 10 bil. € |
100.000.000.000.000 | 100 bil. | 100 bilijonov | 100 bil. € |
101.000.000.000.000 | 101 bil. | 101 bilijonov | 101 bil. € |
102.000.000.000.000 | 102 bil. | 102 bilijonov | 102 bil. € |
103.000.000.000.000 | 103 bil. | 103 bilijonov | 103 bil. € |
1.100.000.000.000.000 | 1100 bil. | 1100 bilijonov | 1100 bil. € |
Look over the Minimal Pairs to make sure they are ok. Then review the examples in the cell to the left. All of those you should be able to substitute for the numbers in the Minimal Pairs, with an acceptable result. If any would be incorrect, please file a ticket.
For more details, see Plural Rules.
Name | Code | Type | Category | Examples | Minimal Pairs | Rules |
---|---|---|---|---|---|---|
slovenščina | sl | cardinal | one | 1, 101, 201, 301, 401, 501, 601, 701, 1001, … | 1 ura | v = 0 and i % 100 = 1 |
two | 2, 102, 202, 302, 402, 502, 602, 702, 1002, … | 2 uri | v = 0 and i % 100 = 2 | |||
few | 3, 4, 103, 104, 203, 204, 303, 304, 403, 404, 503, 504, 603, 604, 703, 704, 1003, … 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, … | 3 ure 1,5 ure | v = 0 and i % 100 = 3..4 or v != 0 | |||
other | 0, 5~19, 100, 1000, 10000, 100000, 1000000, … | 5 ur | ||||
ordinal | other | 0~15, 100, 1000, 10000, 100000, 1000000, … | V 15. križišču zavijte desno. | |||
range | one+one | 1–101 | 1–101 ure | one + one → few | ||
one+two | 1–2 | 1–2 uri | one + two → two | |||
one+few | 1–3 | 1–3 ure | one + few → few | |||
one+other | 1–5 | 1–5 ur | one + other → other | |||
two+one | 2–101 | 2–101 ure | two + one → few | |||
two+two | 2–102 | 2–102 uri | two + two → two | |||
two+few | 2–3 | 2–3 ure | two + few → few | |||
two+other | 2–5 | 2–5 ur | two + other → other | |||
few+one | 0.0–1 | 0,0–1 ure | few + one → few | |||
few+two | 0.0–2 | 0,0–2 uri | few + two → two | |||
few+few | 0.0–3 | 0,0–3 ure | few + few → few | |||
few+other | 0.0–5 | 0,0–5 ur | few + other → other | |||
other+one | 0–1 | 0–1 ure | other + one → few | |||
other+two | 0–2 | 0–2 uri | other + two → two | |||
other+few | 0–3 | 0–3 ure | other + few → few | |||
other+other | 0–5 | 0–5 ur | other + other → other |