@@ -64,6 +64,10 bg: | |||
|
64 | 64 | other: "almost {{count}} years" |
|
65 | 65 | |
|
66 | 66 |
number: |
|
67 | format: | |
|
68 | separator: "." | |
|
69 | delimiter: "" | |
|
70 | precision: 3 | |
|
67 | 71 | human: |
|
68 | 72 | format: |
|
69 | 73 | precision: 1 |
@@ -71,13 +75,13 bg: | |||
|
71 | 75 | storage_units: |
|
72 | 76 | format: "%n %u" |
|
73 | 77 | units: |
|
74 | kb: KB | |
|
75 | tb: TB | |
|
76 | gb: GB | |
|
77 | 78 | byte: |
|
78 | 79 | one: Byte |
|
79 | 80 | other: Bytes |
|
80 |
|
|
|
81 | kb: "KB" | |
|
82 | mb: "MB" | |
|
83 | gb: "GB" | |
|
84 | tb: "TB" | |
|
81 | 85 | |
|
82 | 86 | # Used in array.to_sentence. |
|
83 | 87 | support: |
@@ -64,6 +64,10 ca: | |||
|
64 | 64 | other: "almost {{count}} years" |
|
65 | 65 | |
|
66 | 66 | number: |
|
67 | format: | |
|
68 | separator: "." | |
|
69 | delimiter: "" | |
|
70 | precision: 3 | |
|
67 | 71 | human: |
|
68 | 72 | format: |
|
69 | 73 | delimiter: "" |
@@ -64,6 +64,10 cs: | |||
|
64 | 64 | other: "almost {{count}} years" |
|
65 | 65 | |
|
66 | 66 |
number: |
|
67 | format: | |
|
68 | separator: "." | |
|
69 | delimiter: "" | |
|
70 | precision: 3 | |
|
67 | 71 | human: |
|
68 | 72 | format: |
|
69 | 73 | precision: 1 |
@@ -67,6 +67,10 el: | |||
|
67 | 67 | other: "almost {{count}} years" |
|
68 | 68 | |
|
69 | 69 |
number: |
|
70 | format: | |
|
71 | separator: "." | |
|
72 | delimiter: "" | |
|
73 | precision: 3 | |
|
70 | 74 | human: |
|
71 | 75 | format: |
|
72 | 76 | precision: 1 |
@@ -64,6 +64,11 en-GB: | |||
|
64 | 64 | other: "almost {{count}} years" |
|
65 | 65 | |
|
66 | 66 | number: |
|
67 | format: | |
|
68 | separator: "." | |
|
69 | delimiter: " " | |
|
70 | precision: 3 | |
|
71 | ||
|
67 | 72 | currency: |
|
68 | 73 | format: |
|
69 | 74 | format: "%u%n" |
@@ -68,6 +68,10 eu: | |||
|
68 | 68 | other: "ia {{count}} urte" |
|
69 | 69 | |
|
70 | 70 | number: |
|
71 | format: | |
|
72 | separator: "." | |
|
73 | delimiter: "" | |
|
74 | precision: 3 | |
|
71 | 75 | human: |
|
72 | 76 | format: |
|
73 | 77 | delimiter: "" |
@@ -64,6 +64,10 hr: | |||
|
64 | 64 | other: "preko {{count}} godina" |
|
65 | 65 | |
|
66 | 66 | number: |
|
67 | format: | |
|
68 | separator: "." | |
|
69 | delimiter: "" | |
|
70 | precision: 3 | |
|
67 | 71 | human: |
|
68 | 72 | format: |
|
69 | 73 | delimiter: "" |
@@ -61,6 +61,10 lv: | |||
|
61 | 61 | other: "gandrīz {{count}} gadus" |
|
62 | 62 | |
|
63 | 63 | number: |
|
64 | format: | |
|
65 | separator: "." | |
|
66 | delimiter: "" | |
|
67 | precision: 3 | |
|
64 | 68 | human: |
|
65 | 69 | format: |
|
66 | 70 | delimiter: " " |
@@ -64,6 +64,10 mn: | |||
|
64 | 64 | other: "бараг {{count}} жил" |
|
65 | 65 | |
|
66 | 66 | number: |
|
67 | format: | |
|
68 | separator: "." | |
|
69 | delimiter: "" | |
|
70 | precision: 3 | |
|
67 | 71 | human: |
|
68 | 72 | format: |
|
69 | 73 | delimiter: "" |
@@ -64,6 +64,10 nl: | |||
|
64 | 64 | other: "almost {{count}} years" |
|
65 | 65 | |
|
66 | 66 |
number: |
|
67 | format: | |
|
68 | separator: "." | |
|
69 | delimiter: "" | |
|
70 | precision: 3 | |
|
67 | 71 | human: |
|
68 | 72 | format: |
|
69 | 73 | precision: 1 |
@@ -41,7 +41,7 ru: | |||
|
41 | 41 | |
|
42 | 42 | number: |
|
43 | 43 | format: |
|
44 |
separator: " |
|
|
44 | separator: "," | |
|
45 | 45 | delimiter: " " |
|
46 | 46 | precision: 3 |
|
47 | 47 | |
@@ -64,7 +64,7 ru: | |||
|
64 | 64 | human: |
|
65 | 65 | format: |
|
66 | 66 | delimiter: "" |
|
67 |
precision: |
|
|
67 | precision: 2 | |
|
68 | 68 | # Rails 2.2 |
|
69 | 69 | # storage_units: [байт, КБ, МБ, ГБ, ТБ] |
|
70 | 70 |
@@ -65,8 +65,9 sl: | |||
|
65 | 65 | |
|
66 | 66 |
number: |
|
67 | 67 | format: |
|
68 |
separator: |
|
|
69 |
delimiter: |
|
|
68 | separator: "," | |
|
69 | delimiter: "." | |
|
70 | precision: 3 | |
|
70 | 71 | human: |
|
71 | 72 | format: |
|
72 | 73 | precision: 1 |
@@ -66,6 +66,10 sr-YU: | |||
|
66 | 66 | other: "skoro {{count}} god." |
|
67 | 67 | |
|
68 | 68 | number: |
|
69 | format: | |
|
70 | separator: "." | |
|
71 | delimiter: "" | |
|
72 | precision: 3 | |
|
69 | 73 | human: |
|
70 | 74 | format: |
|
71 | 75 | delimiter: "" |
@@ -66,6 +66,10 sr: | |||
|
66 | 66 | other: "скоро {{count}} год." |
|
67 | 67 | |
|
68 | 68 | number: |
|
69 | format: | |
|
70 | separator: "." | |
|
71 | delimiter: "" | |
|
72 | precision: 3 | |
|
69 | 73 | human: |
|
70 | 74 | format: |
|
71 | 75 | delimiter: "" |
General Comments 0
You need to be logged in to leave comments.
Login now