|
1295 | 1295 | "restoreItems": "{{itemsToRecover}} restored successfully", |
1296 | 1296 | "moveItems": "{{itemsToMove}} moved successfully", |
1297 | 1297 | "storageModified": "Storage modified successfully", |
| 1298 | + "membersUpdatedSuccessfully": "Members updated successfully", |
1298 | 1299 | "errorModifyingStorage": "The new storage is not valid for this member.", |
1299 | 1300 | "generalErrorWhileModifyingStorage": "Something went wrong while modifying storage", |
1300 | 1301 | "itemDeleted": "{{item}} deleted", |
|
1318 | 1319 | "errorWhileLoadingWorkspace": "Error while loading the workspace {{error}}", |
1319 | 1320 | "errorFetchingWorkspaceCredentials": "Error while fetching workspace credentials {{error}}", |
1320 | 1321 | "invalidWorkspaceInvitationError": "Workspace full. Contact the owner.", |
1321 | | - "errorAcceptingWorkspaceInvitation": "Something went wrong while accepting the invitation" |
| 1322 | + "errorAcceptingWorkspaceInvitation": "Something went wrong while accepting the invitation", |
| 1323 | + "errorWhileUpdatingWorkspaceMembers": "Something went wrong while updating the members", |
| 1324 | + "errorWhileFetchingCurrentWorkspaceMembers": "Something went wrong while fetching workspace members", |
| 1325 | + "newMembersCannotBeLessThanTheExistentOnesError": "Selected members cannot be fewer than current workspace members" |
1322 | 1326 | }, |
1323 | 1327 | "actions": { |
1324 | 1328 | "undo": "Undo", |
|
1349 | 1353 | "moreInfo": "More info", |
1350 | 1354 | "dismiss": "Dismiss", |
1351 | 1355 | "save": "Save", |
| 1356 | + "saveChanges": "Save changes", |
1352 | 1357 | "saving": "Saving", |
1353 | 1358 | "share": "Share", |
1354 | 1359 | "back": "Back", |
|
1368 | 1373 | "report": "Report abuse", |
1369 | 1374 | "yes": "Yes", |
1370 | 1375 | "no": "No", |
1371 | | - "more": "More" |
| 1376 | + "more": "More", |
| 1377 | + "continue": "Continue", |
| 1378 | + "keepCurrent": "Keep current" |
1372 | 1379 | }, |
1373 | 1380 | "drive": { |
1374 | 1381 | "usage": "Usage", |
|
1702 | 1709 | "title": "Billing", |
1703 | 1710 | "nextBillingDate": "Next billing date", |
1704 | 1711 | "planLimit": "Billed for {{planLimit}} plan", |
| 1712 | + "membersLabel": "members", |
1705 | 1713 | "subscription": "Subscription", |
| 1714 | + "perUser": "per user", |
1706 | 1715 | "lifetimeSubscription": { |
1707 | 1716 | "planType": "Lifetime", |
1708 | 1717 | "text": "No upcoming billings" |
|
1712 | 1721 | "action": "Upgrade", |
1713 | 1722 | "actionDescription": "Increase your storage space and get more features" |
1714 | 1723 | }, |
| 1724 | + "members": { |
| 1725 | + "title": "Members", |
| 1726 | + "editMembers": "Edit members", |
| 1727 | + "numberOfMembers": "Number of members", |
| 1728 | + "expandNumber": "Expand the number of members.", |
| 1729 | + "confirmUpdateModal": { |
| 1730 | + "title": "Change plan", |
| 1731 | + "confirmToProceed": { |
| 1732 | + "text1": "You are about to change your Internxt member plan from ", |
| 1733 | + "to": "to ", |
| 1734 | + "text2": ". Confirm your choice to proceed, please." |
| 1735 | + }, |
| 1736 | + "current": "Current", |
| 1737 | + "new": "New", |
| 1738 | + "decreaseStorage": { |
| 1739 | + "text": "This will also decrease your total business storage from ", |
| 1740 | + "to": " to " |
| 1741 | + }, |
| 1742 | + "increaseStorage": { |
| 1743 | + "text": "This will also increase your total business storage from ", |
| 1744 | + "to": " to " |
| 1745 | + } |
| 1746 | + } |
| 1747 | + }, |
1715 | 1748 | "paymentMethod": { |
1716 | 1749 | "title": "Payment Method", |
1717 | 1750 | "editButton": "Edit payment method", |
|
0 commit comments