]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/sw.yml
Change /index.php/ in wiki.openstreetmap.org links to /wiki/. This looks nicer
[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: "%d.%m.%Y"
8   #     short: "%e. %b"
9   #     long: "%e. %B %Y"
10   #     only_day: "%e"
11   # 
12   #   day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
13   #   abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
14   #   month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
15   #   abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
16   #   order: [ :day, :month, :year ]
17   # 
18   # time:
19   #   formats:
20   #     default: "%A, %e. %B %Y, %H:%M Uhr"
21   #     short: "%e. %B, %H:%M Uhr"
22   #     long: "%A, %e. %B %Y, %H:%M Uhr"
23   #     time: "%H:%M"
24   # 
25   #   am: "vormittags"
26   #   pm: "nachmittags"
27   #     
28   # datetime:
29   #   distance_in_words:
30   #     half_a_minute: 'eine halbe Minute'
31   #     less_than_x_seconds:
32   #       zero: 'weniger als 1 Sekunde'
33   #       one: 'weniger als 1 Sekunde'
34   #       other: 'weniger als {{count}} Sekunden'
35   #     x_seconds:
36   #       one: '1 Sekunde'
37   #       other: '{{count}} Sekunden'
38   #     less_than_x_minutes:
39   #       zero: 'weniger als 1 Minute'
40   #       one: 'weniger als eine Minute'
41   #       other: 'weniger als {{count}} Minuten'
42   #     x_minutes:
43   #       one: '1 Minute'
44   #       other: '{{count}} Minuten'
45   #     about_x_hours:
46   #       one: 'etwa 1 Stunde'
47   #       other: 'etwa {{count}} Stunden'
48   #     x_days:
49   #       one: '1 Tag'
50   #       other: '{{count}} Tage'
51   #     about_x_months:
52   #       one: 'etwa 1 Monat'
53   #       other: 'etwa {{count}} Monate'
54   #     x_months:
55   #       one: '1 Monat'
56   #       other: '{{count}} Monate'
57   #     about_x_years:
58   #       one: 'etwa 1 Jahr'
59   #       other: 'etwa {{count}} Jahre'
60   #     over_x_years:
61   #       one: 'mehr als 1 Jahr'
62   #       other: 'mehr als {{count}} Jahre'
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       # template:
96       #   header:
97       #     one:    "Konnte dieses {{model}} Objekt nicht speichern: 1 Fehler."
98       #     other:  "Konnte dieses {{model}} Objekt nicht speichern: {{count}} Fehler."
99       #   body: "Bitte überprüfen Sie die folgenden Felder:"
100   
101       # The values :model, :attribute and :value are always available for interpolation
102       # The value :count is available when applicable. Can be used for pluralization.
103       messages:
104         # inclusion: "is not included in the list"
105         exclusion: "haiwezi kutumika"
106         invalid: "haifai"
107         confirmation: "haifanani na hapo chini"
108         # accepted: "must be accepted"
109         empty: "haitakiwi kuwa wazi"
110         blank: "haitakiwi kuwa wazi"
111         too_long: "ndefu sana (isizidi herufi {{count}})"
112         too_short: "fupi mno (isipungue herufi {{count}})"
113         # wrong_length: "is the wrong length (should be {{count}} characters)"
114         taken: "imeshachukuliwa"
115         not_a_number: "inaruhusiwa namba tu"
116         # greater_than: "must be greater than {{count}}"
117         # greater_than_or_equal_to: "must be greater than or equal to {{count}}"
118         # equal_to: "must be equal to {{count}}"
119         # less_than: "must be less than {{count}}"
120         # less_than_or_equal_to: "must be less than or equal to {{count}}"
121         # odd: "must be odd"
122         # even: "must be even"