IO-924 Rest of phonebook implementation
This commit is contained in:
@@ -295,6 +295,10 @@
|
||||
"enter": "Payments -> Enter",
|
||||
"list": "Payments -> List"
|
||||
},
|
||||
"phonebook": {
|
||||
"edit": "Phonebook -> Edit",
|
||||
"view": "Phonebook -> View"
|
||||
},
|
||||
"production": {
|
||||
"board": "Production -> Board",
|
||||
"list": "Production -> List"
|
||||
@@ -1373,6 +1377,7 @@
|
||||
"jobs": "Jobs",
|
||||
"owners": "Owners",
|
||||
"parts-queue": "Parts Queue",
|
||||
"phonebook": "Phonebook",
|
||||
"productionboard": "Production Board - Visual",
|
||||
"productionlist": "Production Board - List",
|
||||
"recent": "Recent Items",
|
||||
@@ -1606,6 +1611,28 @@
|
||||
"stripe": "Credit card transaction charged successfully."
|
||||
}
|
||||
},
|
||||
"phonebook": {
|
||||
"actions": {
|
||||
"new": "New Phonebook Entry"
|
||||
},
|
||||
"fields": {
|
||||
"city": "City",
|
||||
"company": "Company",
|
||||
"country": "Country",
|
||||
"email": "Email",
|
||||
"fax": "Fax",
|
||||
"firstname": "First Name",
|
||||
"lastname": "Last Name",
|
||||
"phone1": "Phone 1",
|
||||
"phone2": "Phone 2",
|
||||
"state": "state",
|
||||
"street1": "Street 1",
|
||||
"street2": "Street 2"
|
||||
},
|
||||
"successes": {
|
||||
"saved": ""
|
||||
}
|
||||
},
|
||||
"printcenter": {
|
||||
"appointments": {
|
||||
"appointment_confirmation": "Appointment Confirmation"
|
||||
@@ -1693,6 +1720,9 @@
|
||||
"speedprint": "Speed Print",
|
||||
"title": "Print Center"
|
||||
},
|
||||
"payments": {
|
||||
"ca_bc_etf_table": "ICBC ETF Table"
|
||||
},
|
||||
"vendors": {
|
||||
"purchases_by_vendor_detailed": "Purchases by Vendor - Detailed",
|
||||
"purchases_by_vendor_summary": "Purchases by Vendor - Summary"
|
||||
@@ -1921,6 +1951,7 @@
|
||||
"owners": "Owners",
|
||||
"parts-queue": "Parts Queue",
|
||||
"payments-all": "All Payments",
|
||||
"phonebook": "Phonebook",
|
||||
"productionboard": "Production Board - Visual",
|
||||
"productionlist": "Production Board - List",
|
||||
"profile": "My Profile",
|
||||
@@ -1959,6 +1990,7 @@
|
||||
"owners-detail": "{{name}} | $t(titles.app)",
|
||||
"parts-queue": "Parts Queue | $t(titles.app)",
|
||||
"payments-all": "Payments | $t(titles.app)",
|
||||
"phonebook": "Phonebook | $t(titles.app)",
|
||||
"productionboard": "Production - Board",
|
||||
"productionlist": "Production Board - List | $t(titles.app)",
|
||||
"profile": "My Profile | $t(titles.app)",
|
||||
|
||||
Reference in New Issue
Block a user