improvement: Nothing done is related to subscriptions!!!
This commit is contained in:
@@ -122,6 +122,9 @@
|
||||
"labelCreatePassword": "Create password",
|
||||
"labelConfirmPassword": "Confirm password",
|
||||
"activateAccount": "Activate account",
|
||||
"setPasswordTitle": "Set your password",
|
||||
"setPasswordSubmit": "Set password",
|
||||
"passwordSetupAlreadyDone": "This password setup link is no longer valid. You can log in now.",
|
||||
"invitationAcceptedRedirect": "Invitation accepted. Opening your workspace...",
|
||||
"invitationAcceptedSignInFailed": "Account activated, but sign-in failed. Please log in with your password.",
|
||||
"errorAcceptInvitation": "Could not accept invitation",
|
||||
@@ -322,6 +325,18 @@
|
||||
"disableBullet3": "Disabling frees one seat on your plan so you can invite someone else.",
|
||||
"disableMemberButton": "Disable member",
|
||||
"editModalTitle": "Edit member",
|
||||
"removePassword": "Remove password",
|
||||
"copyPasswordSetupLink": "Copy password setup link",
|
||||
"removePasswordModalTitle": "Remove password",
|
||||
"removePasswordConfirm": "Remove the password for {name} ({email})?",
|
||||
"removePasswordBullet1": "They will not be able to sign in until they set a new password with the setup link.",
|
||||
"removePasswordBullet2": "You cannot choose their new password. Share the setup link with them.",
|
||||
"removePasswordBullet3": "This signs them out of every organization they belong to.",
|
||||
"removePasswordButton": "Remove password and copy link",
|
||||
"passwordSetupLinkHeading": "Password setup link",
|
||||
"passwordSetupShareHint": "Share this link so they can set a new password. Login will fail until they finish.",
|
||||
"successPasswordCleared": "Password removed for {name}. Share the setup link with them.",
|
||||
"errorClearPassword": "Could not remove the password.",
|
||||
"loadingWorkingHours": "Loading working hours…",
|
||||
"errorLoadStaff": "Failed to load staff.",
|
||||
"errorCopyInvite": "Could not copy invitation link.",
|
||||
@@ -1214,6 +1229,7 @@
|
||||
"APPOINTMENT_NOT_FOUND": "Appointment not found.",
|
||||
"APPOINTMENT_NOT_PROVIDER": "You are not the provider for this appointment.",
|
||||
"PATIENT_NOT_FOUND": "Patient not found.",
|
||||
"PATIENT_MOBILE_UNAVAILABLE": "This mobile number cannot be added for this clinic.",
|
||||
"WORKING_HOURS_INVALID": "Working hours are invalid. Check that shifts do not overlap.",
|
||||
"WORKING_HOURS_OWNER_NOT_ALLOWED": "Set owner working hours from account settings.",
|
||||
"WORKING_HOURS_CONFLICTS_WITH_APPOINTMENTS": "These hours conflict with upcoming appointments. Reschedule or remove those appointments first.",
|
||||
@@ -1237,6 +1253,8 @@
|
||||
"STAFF_CANNOT_ENABLE_OWNER": "The organization owner cannot be enabled this way.",
|
||||
"STAFF_CANNOT_DISABLE_OWNER": "The organization owner cannot be disabled.",
|
||||
"STAFF_CANNOT_REMOVE_OWNER": "The organization owner cannot be removed.",
|
||||
"STAFF_CANNOT_CLEAR_OWN_PASSWORD": "You cannot remove your own password here. Use account settings or forgot password.",
|
||||
"STAFF_PASSWORD_CLEAR_ACTIVE_ONLY": "Password can only be removed for active members. Pending members use the invitation link.",
|
||||
"ORG_CANNOT_LINK_SELF": "You cannot link an organization to itself.",
|
||||
"ORG_LINK_WRONG_TYPE": "You can only link to the matching organization type (clinic or lab).",
|
||||
"ORG_TARGET_NO_SUBSCRIPTION": "The other organization does not have an active subscription.",
|
||||
|
||||
Reference in New Issue
Block a user