AyuntamientoMadrid/participacion

View on GitHub
config/locales/he/rails.yml

Summary

Maintainability
Test Coverage
he:
  date:
    abbr_day_names:
      - א
      - ב
      - ג
      - ד
      - ה
      - ו
      - ש
    abbr_month_names:
      -
      - ינו
      - פבר
      - מרץ
      - אפר
      - מאי
      - יונ
      - יול
      - אוג
      - ספט
      - אוק
      - נוב
      - דצמ
    day_names:
      - ראשון
      - שני
      - שלישי
      - רביעי
      - חמישי
      - שישי
      - שבת
    formats:
      default: "%d-%m-%Y"
      long: "%e ב%B, %Y"
      short: "%e %b"
    month_names:
      -
      - ינואר
      - פברואר
      - מרץ
      - אפריל
      - מאי
      - יוני
      - יולי
      - אוגוסט
      - ספטמבר
      - אוקטובר
      - נובמבר
      - דצמבר
  datetime:
    distance_in_words:
      about_x_hours:
        one: כשעה
        two: כ %{count} שעות
        many: כ %{count} שעות
        other: כ %{count} שעות
      about_x_months:
        one: כחודש
        two: כ %{count} חודשים
        many: כ %{count} חודשים
        other: כ %{count} חודשים
      about_x_years:
        one: כשנה
        two: כ %{count} שנים
        many: כ %{count} שנים
        other: כ %{count} שנים
      almost_x_years:
        one: כמעט שנה
        two: כמעט %{count} שנים
        many: כמעט %{count} שנים
        other: כמעט %{count} שנים
      half_a_minute: חצי דקה
      less_than_x_minutes:
        one: פחות מדקה
        two: פחות מ %{count} דקות
        many: פחות מ %{count} דקות
        other: פחות מ %{count} דקות
      less_than_x_seconds:
        one: פחות משניה
        two: פחות מ %{count} שניות
        many: פחות מ %{count} שניות
        other: פחות מ %{count} שניות
      over_x_years:
        one: מעל שנה
        two: מעל %{count} שנים
        many: מעל %{count} שנים
        other: מעל %{count} שנים
      x_days:
        one: יום אחד
        two: "%{count} ימים"
        many: "%{count} ימים"
        other: "%{count} ימים"
      x_minutes:
        one: דקה אחת
        two: "%{count} דקות"
        many: "%{count} דקות"
        other: "%{count} דקות"
      x_months:
        one: חודש אחד
        two: "%{count} חודשים"
        many: "%{count} חודשים"
        other: "%{count} חודשים"
      x_years:
        one: שנה אחת
        two: "%{count} שנים"
        many: "%{count} שנים"
        other: "%{count} שנים"
      x_seconds:
        one: שניה אחת
        two: "%{count} שניות"
        many: "%{count} שניות"
        other: "%{count} שניות"
    prompts:
      day: יום
      hour: שעה
      minute: דקה
      month: חודש
      second: שניות
      year: שנה
  errors:
    format: "%{attribute} %{message}"
    messages:
      accepted: חייב באישור
      blank: לא יכול להיות ריק
      present: חייב להיות ריק
      confirmation: אינו תואם %{attribute}
      empty: לא יכול להיות ריק
      equal_to: חייב להיות שווה ל- %{count}
      even: חייב להיות שווה
      exclusion: שמור
      greater_than: חייב להיות גדול מ- %{count}
      greater_than_or_equal_to: חייב להיות גדול או שווה ל- %{count}
      inclusion: לא נכלל ברשימה
      invalid: לא תקין
      less_than: חייב להיות קטן מ- %{count}
      less_than_or_equal_to: חייב להיות קטן או שווה ל- %{count}
      model_invalid: "אימות נכשל: %{errors}"
      not_a_number: הוא לא מספר
      not_an_integer: חייב להיות מספר שלם
      odd: חייב להיות אי זוגי
      required: חייב להתקיים
      taken: כבר בשימוש
      too_long:
        one: ארוך מדי (מקסימום הוא תו אחד)
        two: ארוך מדי (מקסימום %{count} תווים)
        many: ארוך מדי (מקסימום %{count} תווים)
        other: ארוך מדי (מקסימום %{count} תווים)
      too_short:
        one: הוא קצר מדי (המינימום הוא תו אחד)
        two: קצר מדי (המינימום הוא %{count} תווים)
        many: קצר מדי (המינימום הוא %{count} תווים)
        other: קצר מדי (המינימום הוא %{count} תווים)
      wrong_length:
        one: הוא אורך הלא נכון (צריך להיות תו אחד)
        two: האורך לא נכון (צריך להיות %{count} תווים)
        many: האורך לא נכון (צריך להיות %{count} תווים)
        other: האורך לא נכון (צריך להיות %{count} תווים)
      other_than: חייב להיות שונה מ- %{count}
    template:
      body: "אנא בדוק את השדות הבאים:"
      header:
        one: שגיאה מנעה מה%{model} להישמר
        two: "%{count} שגיאות מנעו מה%{model} להישמר"
        many: "%{count} שגיאות מנעו מה%{model} להישמר"
        other: "%{count} שגיאות מנעו מה%{model} להישמר"
  helpers:
    select:
      prompt: נא בחר
    submit:
      create: יצירת %{model}
      submit: שמירת %{model}
      update: עדכון %{model}
  number:
    currency:
      format:
        delimiter: ","
        format: "%u %n"
        precision: 2
        separator: "."
        significant: false
        strip_insignificant_zeros: false
        unit: "₪"
    format:
      delimiter: ","
      precision: 3
      separator: "."
      significant: false
      strip_insignificant_zeros: false
    human:
      decimal_units:
        format: "%n %u"
        units:
          billion: מיליארד
          million: מיליון
          quadrillion: קודריליון
          thousand: אלף
          trillion: טריליון
      format:
        precision: 3
        significant: true
        strip_insignificant_zeros: true
      storage_units:
        format: "%n %u"
        units:
          byte:
            one: בייט
            two: בייטים
            many: בייטים
            other: בייטים
          gb: ג'יגה-בייט
          kb: קילו-בייט
          mb: מגה-בייט
          tb: טרה-בייט
    percentage:
      format:
        format: "%n%"
  support:
    array:
      last_word_connector: "ו, "
      two_words_connector: " ו"
      words_connector: ", "
  time:
    am: לפני הצהרים
    formats:
      datetime: "%a %d %b %H:%M:%S %Z %Y"
      default: "%a %d %b %H:%M:%S %Z %Y"
      long: "%d ב%B, %Y %H:%M"
      short: "%d %b %H:%M"
      api: "%Y-%m-%d %H"
    pm: אחר הצהרים