]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/locale/sw.yml
Switch to using the rails-i18n-updater gem instead of the rails-i18n plugin
[rails.git] / 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
deleted file mode 100644 (file)
index ae21301..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-# Swahili translations for Rails
-# by Joachim Mangilima (joachimm3@gmail.com) and Matthew Todd (http://matthewtodd.org)
-
-sw:
-  # date:
-  #   formats:
-  #     default: "%d.%m.%Y"
-  #     short: "%e. %b"
-  #     long: "%e. %B %Y"
-  #     only_day: "%e"
-  # 
-  #   day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
-  #   abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
-  #   month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
-  #   abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
-  #   order: [ :day, :month, :year ]
-  # 
-  # time:
-  #   formats:
-  #     default: "%A, %e. %B %Y, %H:%M Uhr"
-  #     short: "%e. %B, %H:%M Uhr"
-  #     long: "%A, %e. %B %Y, %H:%M Uhr"
-  #     time: "%H:%M"
-  # 
-  #   am: "vormittags"
-  #   pm: "nachmittags"
-  #     
-  # datetime:
-  #   distance_in_words:
-  #     half_a_minute: 'eine halbe Minute'
-  #     less_than_x_seconds:
-  #       zero: 'weniger als 1 Sekunde'
-  #       one: 'weniger als 1 Sekunde'
-  #       other: 'weniger als {{count}} Sekunden'
-  #     x_seconds:
-  #       one: '1 Sekunde'
-  #       other: '{{count}} Sekunden'
-  #     less_than_x_minutes:
-  #       zero: 'weniger als 1 Minute'
-  #       one: 'weniger als eine Minute'
-  #       other: 'weniger als {{count}} Minuten'
-  #     x_minutes:
-  #       one: '1 Minute'
-  #       other: '{{count}} Minuten'
-  #     about_x_hours:
-  #       one: 'etwa 1 Stunde'
-  #       other: 'etwa {{count}} Stunden'
-  #     x_days:
-  #       one: '1 Tag'
-  #       other: '{{count}} Tage'
-  #     about_x_months:
-  #       one: 'etwa 1 Monat'
-  #       other: 'etwa {{count}} Monate'
-  #     x_months:
-  #       one: '1 Monat'
-  #       other: '{{count}} Monate'
-  #     about_x_years:
-  #       one: 'etwa 1 Jahr'
-  #       other: 'etwa {{count}} Jahre'
-  #     over_x_years:
-  #       one: 'mehr als 1 Jahr'
-  #       other: 'mehr als {{count}} Jahre'
-  #     
-  # number:
-  #   format:
-  #     precision: 2
-  #     separator: ','
-  #     delimiter: '.'
-  #   currency:
-  #     format:
-  #       unit: '€'
-  #       format: '%n%u'
-  #       separator: 
-  #       delimiter: 
-  #       precision: 
-  #   percentage:
-  #     format:
-  #       delimiter: ""
-  #   precision:
-  #     format:
-  #       delimiter: ""
-  #   human:
-  #     format:
-  #       delimiter: ""
-  #       precision: 1
-  # 
-  support:
-    array:
-      words_connector: ", "
-      two_words_connector: " na "
-      last_word_connector: ", na "
-        
-  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:"
-  
-      # The values :model, :attribute and :value are always available for interpolation
-      # The value :count is available when applicable. Can be used for pluralization.
-      messages:
-        # inclusion: "is not included in the list"
-        exclusion: "haiwezi kutumika"
-        invalid: "haifai"
-        confirmation: "haifanani na hapo chini"
-        # 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)"
-        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}}"
-        # odd: "must be odd"
-        # even: "must be even"