first commit
CI/CD / CI · Admin API (dotnet build) (push) Successful in 41s
CI/CD / CI · Admin Web (tsc) (push) Failing after 5s
CI/CD / CI · Website (tsc) (push) Failing after 4s
CI/CD / CI · Koja (tsc) (push) Failing after 5s
CI/CD / CI · API (dotnet build + test) (push) Successful in 1m13s
CI/CD / CI · Dashboard (tsc) (push) Failing after 2m32s
CI/CD / Deploy · all services (push) Has been skipped
CI/CD / CI · Admin API (dotnet build) (push) Successful in 41s
CI/CD / CI · Admin Web (tsc) (push) Failing after 5s
CI/CD / CI · Website (tsc) (push) Failing after 4s
CI/CD / CI · Koja (tsc) (push) Failing after 5s
CI/CD / CI · API (dotnet build + test) (push) Successful in 1m13s
CI/CD / CI · Dashboard (tsc) (push) Failing after 2m32s
CI/CD / Deploy · all services (push) Has been skipped
This commit is contained in:
@@ -67,6 +67,29 @@
|
||||
"delivery": "Delivery",
|
||||
"unknown": "User"
|
||||
},
|
||||
"branchSwitcher": {
|
||||
"title": "Active branch",
|
||||
"allBranches": "All branches",
|
||||
"selectBranch": "Select branch"
|
||||
},
|
||||
"branchAccess": {
|
||||
"title": "Branch access",
|
||||
"staff": "Staff",
|
||||
"noStaff": "No staff yet",
|
||||
"selectStaff": "Select a staff member to manage access",
|
||||
"ownerNote": "The owner has access to all branches and does not need per-branch roles.",
|
||||
"noAssignments": "No branch roles assigned yet",
|
||||
"loading": "Loading...",
|
||||
"branch": "Branch",
|
||||
"role": "Role",
|
||||
"selectBranch": "Select branch",
|
||||
"add": "Add",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"access": {
|
||||
"deniedTitle": "No access to this page",
|
||||
"deniedBody": "Your role doesn't have permission to view this page. Contact a manager or owner if you need access."
|
||||
},
|
||||
"nav": {
|
||||
"aria": "Main navigation",
|
||||
"collapseSidebar": "Collapse sidebar",
|
||||
@@ -182,6 +205,8 @@
|
||||
"cancelOrderConfirm": "Customer left without paying? The order will be cancelled and the table freed.",
|
||||
"cancelOrderSuccess": "Order cancelled",
|
||||
"cancelOrderError": "Could not cancel order",
|
||||
"cancelReasonPlaceholder": "Cancellation reason (optional)",
|
||||
"cancelOrderHasPayments": "Refund the recorded payments first, then cancel the order",
|
||||
"itemsCount": "items",
|
||||
"applyCoupon": "Apply coupon",
|
||||
"couponPlaceholder": "Coupon code",
|
||||
@@ -379,7 +404,8 @@
|
||||
"tabs": {
|
||||
"attendance": "Attendance",
|
||||
"leave": "Leave",
|
||||
"payroll": "Payroll"
|
||||
"payroll": "Payroll",
|
||||
"access": "Branch access"
|
||||
},
|
||||
"myAttendance": "My attendance",
|
||||
"clockIn": "Clock in",
|
||||
|
||||
Reference in New Issue
Block a user