config/locales/he.yml in activeadmin-0.6.6 vs config/locales/he.yml in activeadmin-1.0.0.pre1

- old
+ new

@@ -7,13 +7,11 @@ view: "צפייה" edit: "עריכה" delete: "מחיקה" delete_confirmation: "האם אתה בטוח שאתה רוצה למחוק את זה?" new_model: "%{model} חדש" - create_model: "יצירת %{model} חדש" edit_model: "ערוך %{model}" - update_model: "עדכון %{model}" delete_model: "מחיקת %{model}" details: "פרטים על %{model}" cancel: "ביטול" empty: "ריק" previous: "הקודם" @@ -31,10 +29,13 @@ equals: "שווה ל" starts_with: "מתחיל עם" ends_with: "מסתיים ב" greater_than: "גדול מ" less_than: "פחות מ" + status_tag: + "yes": "כן" + "no": "לא" main_content: "Please implement %{model}#main_content to display content." logout: "התנתקות" powered_by: "Powered by %{active_admin} %{version}" sidebars: filters: "סינון" @@ -49,12 +50,15 @@ other: "רשומות" any: "Any" blank_slate: content: "כרגע אין עוד אף %{resource_name}." link: "צור אחד" + dropdown_actions: + button_label: "פעולו" batch_actions: button_label: "פעולות מרובות" - delete_confirmation: "האם הנך בטוח שאתה רוצה למרוח את %{plural_model}? לא תוכל לבטל את המחיקה." + default_confirmation: "אתה בטוח שאתה רוצה לעשות את זה?" + delete_confirmation: "האם הנך בטוח שאתה רוצה למרוח את %{plural_model}?" succesfully_destroyed: one: "1 %{model} נמחק בהצלחה" few: "%{count} %{plural_model} נמחק בהצלחה" many: "%{count} %{plural_model} נמחק בהצלחה" other: "%{count} %{plural_model} נמחק בהצלחה"