##// END OF EJS Templates
Merged r4004 from trunk....
Eric Davis -
r3902:d60cc50d99b4
parent child
Show More
@@ -63,7 +63,11 bg:
63 one: "almost 1 year"
63 one: "almost 1 year"
64 other: "almost {{count}} years"
64 other: "almost {{count}} years"
65
65
66 number:
66 number:
67 format:
68 separator: "."
69 delimiter: ""
70 precision: 3
67 human:
71 human:
68 format:
72 format:
69 precision: 1
73 precision: 1
@@ -71,13 +75,13 bg:
71 storage_units:
75 storage_units:
72 format: "%n %u"
76 format: "%n %u"
73 units:
77 units:
74 kb: KB
75 tb: TB
76 gb: GB
77 byte:
78 byte:
78 one: Byte
79 one: Byte
79 other: Bytes
80 other: Bytes
80 mb: 'MB'
81 kb: "KB"
82 mb: "MB"
83 gb: "GB"
84 tb: "TB"
81
85
82 # Used in array.to_sentence.
86 # Used in array.to_sentence.
83 support:
87 support:
@@ -64,6 +64,10 ca:
64 other: "almost {{count}} years"
64 other: "almost {{count}} years"
65
65
66 number:
66 number:
67 format:
68 separator: "."
69 delimiter: ""
70 precision: 3
67 human:
71 human:
68 format:
72 format:
69 delimiter: ""
73 delimiter: ""
@@ -63,7 +63,11 cs:
63 one: "almost 1 year"
63 one: "almost 1 year"
64 other: "almost {{count}} years"
64 other: "almost {{count}} years"
65
65
66 number:
66 number:
67 format:
68 separator: "."
69 delimiter: ""
70 precision: 3
67 human:
71 human:
68 format:
72 format:
69 precision: 1
73 precision: 1
@@ -66,7 +66,11 el:
66 one: "almost 1 year"
66 one: "almost 1 year"
67 other: "almost {{count}} years"
67 other: "almost {{count}} years"
68
68
69 number:
69 number:
70 format:
71 separator: "."
72 delimiter: ""
73 precision: 3
70 human:
74 human:
71 format:
75 format:
72 precision: 1
76 precision: 1
@@ -64,6 +64,11 en-GB:
64 other: "almost {{count}} years"
64 other: "almost {{count}} years"
65
65
66 number:
66 number:
67 format:
68 separator: "."
69 delimiter: " "
70 precision: 3
71
67 currency:
72 currency:
68 format:
73 format:
69 format: "%u%n"
74 format: "%u%n"
@@ -68,6 +68,10 eu:
68 other: "ia {{count}} urte"
68 other: "ia {{count}} urte"
69
69
70 number:
70 number:
71 format:
72 separator: "."
73 delimiter: ""
74 precision: 3
71 human:
75 human:
72 format:
76 format:
73 delimiter: ""
77 delimiter: ""
@@ -64,6 +64,10 hr:
64 other: "preko {{count}} godina"
64 other: "preko {{count}} godina"
65
65
66 number:
66 number:
67 format:
68 separator: "."
69 delimiter: ""
70 precision: 3
67 human:
71 human:
68 format:
72 format:
69 delimiter: ""
73 delimiter: ""
@@ -61,6 +61,10 lv:
61 other: "gandrīz {{count}} gadus"
61 other: "gandrīz {{count}} gadus"
62
62
63 number:
63 number:
64 format:
65 separator: "."
66 delimiter: ""
67 precision: 3
64 human:
68 human:
65 format:
69 format:
66 delimiter: " "
70 delimiter: " "
@@ -64,6 +64,10 mn:
64 other: "бараг {{count}} жил"
64 other: "бараг {{count}} жил"
65
65
66 number:
66 number:
67 format:
68 separator: "."
69 delimiter: ""
70 precision: 3
67 human:
71 human:
68 format:
72 format:
69 delimiter: ""
73 delimiter: ""
@@ -63,7 +63,11 nl:
63 one: "almost 1 year"
63 one: "almost 1 year"
64 other: "almost {{count}} years"
64 other: "almost {{count}} years"
65
65
66 number:
66 number:
67 format:
68 separator: "."
69 delimiter: ""
70 precision: 3
67 human:
71 human:
68 format:
72 format:
69 precision: 1
73 precision: 1
@@ -41,7 +41,7 ru:
41
41
42 number:
42 number:
43 format:
43 format:
44 separator: "."
44 separator: ","
45 delimiter: " "
45 delimiter: " "
46 precision: 3
46 precision: 3
47
47
@@ -64,7 +64,7 ru:
64 human:
64 human:
65 format:
65 format:
66 delimiter: ""
66 delimiter: ""
67 precision: 1
67 precision: 2
68 # Rails 2.2
68 # Rails 2.2
69 # storage_units: [байт, КБ, МБ, ГБ, ТБ]
69 # storage_units: [байт, КБ, МБ, ГБ, ТБ]
70
70
@@ -63,10 +63,11 sl:
63 one: "almost 1 year"
63 one: "almost 1 year"
64 other: "almost {{count}} years"
64 other: "almost {{count}} years"
65
65
66 number:
66 number:
67 format:
67 format:
68 separator: ','
68 separator: ","
69 delimiter: '.'
69 delimiter: "."
70 precision: 3
70 human:
71 human:
71 format:
72 format:
72 precision: 1
73 precision: 1
@@ -66,6 +66,10 sr-YU:
66 other: "skoro {{count}} god."
66 other: "skoro {{count}} god."
67
67
68 number:
68 number:
69 format:
70 separator: "."
71 delimiter: ""
72 precision: 3
69 human:
73 human:
70 format:
74 format:
71 delimiter: ""
75 delimiter: ""
@@ -66,6 +66,10 sr:
66 other: "скоро {{count}} год."
66 other: "скоро {{count}} год."
67
67
68 number:
68 number:
69 format:
70 separator: "."
71 delimiter: ""
72 precision: 3
69 human:
73 human:
70 format:
74 format:
71 delimiter: ""
75 delimiter: ""
@@ -904,4 +908,4 sr:
904 enumeration_doc_categories: Категорије документа
908 enumeration_doc_categories: Категорије документа
905 enumeration_activities: Активности (праћење времена)
909 enumeration_activities: Активности (праћење времена)
906 enumeration_system_activity: Системска активност
910 enumeration_system_activity: Системска активност
907 No newline at end of file
911
@@ -63,7 +63,11 th:
63 one: "almost 1 year"
63 one: "almost 1 year"
64 other: "almost {{count}} years"
64 other: "almost {{count}} years"
65
65
66 number:
66 number:
67 format:
68 separator: "."
69 delimiter: ""
70 precision: 3
67 human:
71 human:
68 format:
72 format:
69 precision: 1
73 precision: 1
@@ -64,6 +64,10 uk:
64 other: "almost {{count}} years"
64 other: "almost {{count}} years"
65
65
66 number:
66 number:
67 format:
68 separator: "."
69 delimiter: ""
70 precision: 3
67 human:
71 human:
68 format:
72 format:
69 precision: 1
73 precision: 1
General Comments 0
You need to be logged in to leave comments. Login now