Skip to content

Commit

Permalink
manage production translations
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-almog committed May 10, 2017
1 parent d158c1f commit 95dd556
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
25 changes: 24 additions & 1 deletion locales/en/camps.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,29 @@
},
"prod_dep": {
"nav": "My Department",
"nav_admin": "Manage Departments"
"nav_admin": "Manage Departments",
"dash": {
"title": "Manage Departments",
"desc": "Manage Departments"
},
"admin_index": {
"all_camps": "All Departments",
"all_members": "All Members",
"docs": "Docs",
"new": "New",
"all_camps_table": "All Camps"
},
"stats": {
"search": "search",
"name_en": "Name",
"contact_person": "Contact Person",
"status": "Status",
"last_update": "Last Update",
"published": "Published"
},
"members": {
"actions": "Actions"
}

}
}
25 changes: 24 additions & 1 deletion locales/he/camps.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,29 @@

"prod_dep": {
"nav": "המחלקה שלי",
"nav_admin": "ניהול מחלקות הפקה"
"nav_admin": "ניהול מחלקות הפקה",
"dash": {
"title": "ניהול מחלקות הפקה",
"desc": "ניהול מחלקות הפקה"
},
"admin_index": {
"all_camps": "כל המחלקות",
"all_members": "כל חברים",
"docs": "מסמכים",
"new": "חדש",
"all_camps_table": "כל החברים"
},
"stats": {
"search": "חיפוש",
"name_en": "שם",
"contact_person": "איש קשר",
"status": "סטטוס",
"last_update": "עודכן לאחרונה",
"published": "פורסם בתאריך"
},
"members": {
"actions": "פעולות"
}

}
}

0 comments on commit 95dd556

Please sign in to comment.