X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7b384f03ab1d34fd3ebcc5ae3add25b3b5591e2e..beeb77721fea6e3beb09cbd25134d14e85f45322:/vendor/plugins/rails-i18n/locale/sw.yml diff --git a/vendor/plugins/rails-i18n/locale/sw.yml b/vendor/plugins/rails-i18n/locale/sw.yml index 37f952a86..37cf896dd 100644 --- a/vendor/plugins/rails-i18n/locale/sw.yml +++ b/vendor/plugins/rails-i18n/locale/sw.yml @@ -5,14 +5,14 @@ sw: date: formats: default: "%Y-%m-%d" - # the short and long date formats are temporary until I can talk with someone... + # TODO the short and long date formats are temporary until I can talk with someone... short: "%e ya %b" long: "%e ya %B, %Y" day_names: [Jumpili, Jumatatu, Jumanne, Jumatano, Alhamisi, Ijumaa, Jumamosi] abbr_day_names: [J2, J3, J4, J5, Al, Ij, J1] month_names: [~, Januari, Februari, Machi, Aprili, Mei, Juni, Julai, Agosti, Septemba, Oktoba, Novemba, Desemba] - # these abbreviated month names are temporary until I can talk with someone... + # TODO these abbreviated month names are temporary until I can talk with someone... abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] order: [ :year, :month, :day ] @@ -31,35 +31,35 @@ sw: less_than_x_seconds: zero: 'chini ya sekunde 1' one: 'chini ya sekunde 1' - other: 'chini ya sekunde {{count}}' + other: 'chini ya sekunde %{count}' x_seconds: one: 'sekunde 1' - other: 'sekunde {{count}}' + other: 'sekunde %{count}' less_than_x_minutes: zero: 'chini ya dakika 1' one: 'chini ya dakika 1' - other: 'chini ya dakika {{count}}' + other: 'chini ya dakika %{count}' x_minutes: one: 'dakika 1' - other: 'dakika {{count}}' + other: 'dakika %{count}' about_x_hours: one: 'kama saa 1' - other: 'kama masaa {{count}}' + other: 'kama masaa %{count}' x_days: one: 'siku 1' - other: 'siku {{count}}' + other: 'siku %{count}' about_x_months: one: 'kama mwezi 1' - other: 'kama miezi {{count}}' + other: 'kama miezi %{count}' x_months: one: 'mwezi 1' - other: 'miezi {{count}}' + other: 'miezi %{count}' about_x_years: one: 'kama mwaka 1' - other: 'kama miaka {{count}}' + other: 'kama miaka %{count}' over_x_years: one: 'zaidi ya mwaka 1' - other: 'zaidi ya miaka {{count}}' + other: 'zaidi ya miaka %{count}' # # number: # format: @@ -92,11 +92,12 @@ sw: activerecord: errors: - # template: - # header: - # one: "Konnte dieses {{model}} Objekt nicht speichern: 1 Fehler." - # other: "Konnte dieses {{model}} Objekt nicht speichern: {{count}} Fehler." - # body: "Bitte überprüfen Sie die folgenden Felder:" + # TODO this error message template could use some work + template: + header: + one: "Tumeshindwa kuhifadhi %{model} hii kwa sababu ya jambo limoja." + other: "Tumeshindwa kuhifadhi %{model} hii kwa sababu ya mambo %{count}." + body: "" # The values :model, :attribute and :value are always available for interpolation # The value :count is available when applicable. Can be used for pluralization. @@ -108,15 +109,15 @@ sw: # accepted: "must be accepted" empty: "haitakiwi kuwa wazi" blank: "haitakiwi kuwa wazi" - too_long: "ndefu sana (isizidi herufi {{count}})" - too_short: "fupi mno (isipungue herufi {{count}})" - # wrong_length: "is the wrong length (should be {{count}} characters)" + too_long: "ndefu sana (isizidi herufi %{count})" + too_short: "fupi mno (isipungue herufi %{count})" + # wrong_length: "is the wrong length (should be %{count} characters)" taken: "imeshachukuliwa" not_a_number: "inaruhusiwa namba tu" - # greater_than: "must be greater than {{count}}" - # greater_than_or_equal_to: "must be greater than or equal to {{count}}" - # equal_to: "must be equal to {{count}}" - # less_than: "must be less than {{count}}" - # less_than_or_equal_to: "must be less than or equal to {{count}}" + # greater_than: "must be greater than %{count}" + # greater_than_or_equal_to: "must be greater than or equal to %{count}" + # equal_to: "must be equal to %{count}" + # less_than: "must be less than %{count}" + # less_than_or_equal_to: "must be less than or equal to %{count}" # odd: "must be odd" # even: "must be even"