]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/sw.yml
Make it possible to associate an openID during account creation
[rails.git] / vendor / plugins / rails-i18n / locale / sw.yml
1 # Swahili translations for Rails
2 # by Joachim Mangilima (joachimm3@gmail.com) and Matthew Todd (http://matthewtodd.org)
3
4 sw:
5   date:
6     formats:
7       default: "%Y-%m-%d"
8       # TODO the short and long date formats are temporary until I can talk with someone...
9       short: "%e ya %b"
10       long: "%e ya %B, %Y"
11
12     day_names: [Jumpili, Jumatatu, Jumanne, Jumatano, Alhamisi, Ijumaa, Jumamosi]
13     abbr_day_names: [J2, J3, J4, J5, Al, Ij, J1]
14     month_names: [~, Januari, Februari, Machi, Aprili, Mei, Juni, Julai, Agosti, Septemba, Oktoba, Novemba, Desemba]
15     # TODO these abbreviated month names are temporary until I can talk with someone...
16     abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
17     order: [ :year, :month, :day ]
18
19   # time:
20   #   formats:
21   #     default: "%A, %e. %B %Y, %H:%M Uhr"
22   #     short: "%e. %B, %H:%M Uhr"
23   #     long: "%A, %e. %B %Y, %H:%M Uhr"
24   #
25   #   am: "vormittags"
26   #   pm: "nachmittags"
27
28   datetime:
29     distance_in_words:
30       half_a_minute: 'nusu dakika'
31       less_than_x_seconds:
32         zero: 'chini ya sekunde 1'
33         one: 'chini ya sekunde 1'
34         other: 'chini ya sekunde {{count}}'
35       x_seconds:
36         one: 'sekunde 1'
37         other: 'sekunde {{count}}'
38       less_than_x_minutes:
39         zero: 'chini ya dakika 1'
40         one: 'chini ya dakika 1'
41         other: 'chini ya dakika {{count}}'
42       x_minutes:
43         one: 'dakika 1'
44         other: 'dakika {{count}}'
45       about_x_hours:
46         one: 'kama saa 1'
47         other: 'kama masaa {{count}}'
48       x_days:
49         one: 'siku 1'
50         other: 'siku {{count}}'
51       about_x_months:
52         one: 'kama mwezi 1'
53         other: 'kama miezi {{count}}'
54       x_months:
55         one: 'mwezi 1'
56         other: 'miezi {{count}}'
57       about_x_years:
58         one: 'kama mwaka 1'
59         other: 'kama miaka {{count}}'
60       over_x_years:
61         one: 'zaidi ya mwaka 1'
62         other: 'zaidi ya miaka {{count}}'
63   #
64   # number:
65   #   format:
66   #     precision: 2
67   #     separator: ','
68   #     delimiter: '.'
69   #   currency:
70   #     format:
71   #       unit: '€'
72   #       format: '%n%u'
73   #       separator:
74   #       delimiter:
75   #       precision:
76   #   percentage:
77   #     format:
78   #       delimiter: ""
79   #   precision:
80   #     format:
81   #       delimiter: ""
82   #   human:
83   #     format:
84   #       delimiter: ""
85   #       precision: 1
86   #
87   support:
88     array:
89       words_connector: ", "
90       two_words_connector: " na "
91       last_word_connector: ", na "
92
93   activerecord:
94     errors:
95       # TODO this error message template could use some work
96       template:
97         header:
98           one:    "Tumeshindwa kuhifadhi {{model}} hii kwa sababu ya jambo limoja."
99           other:  "Tumeshindwa kuhifadhi {{model}} hii kwa sababu ya mambo {{count}}."
100         body: ""
101
102       # The values :model, :attribute and :value are always available for interpolation
103       # The value :count is available when applicable. Can be used for pluralization.
104       messages:
105         # inclusion: "is not included in the list"
106         exclusion: "haiwezi kutumika"
107         invalid: "haifai"
108         confirmation: "haifanani na hapo chini"
109         # accepted: "must be accepted"
110         empty: "haitakiwi kuwa wazi"
111         blank: "haitakiwi kuwa wazi"
112         too_long: "ndefu sana (isizidi herufi {{count}})"
113         too_short: "fupi mno (isipungue herufi {{count}})"
114         # wrong_length: "is the wrong length (should be {{count}} characters)"
115         taken: "imeshachukuliwa"
116         not_a_number: "inaruhusiwa namba tu"
117         # greater_than: "must be greater than {{count}}"
118         # greater_than_or_equal_to: "must be greater than or equal to {{count}}"
119         # equal_to: "must be equal to {{count}}"
120         # less_than: "must be less than {{count}}"
121         # less_than_or_equal_to: "must be less than or equal to {{count}}"
122         # odd: "must be odd"
123         # even: "must be even"