mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 06:16:52 +00:00
fix(nc-gui): Approching and Exceeding limit tooltip changes
This commit is contained in:
@@ -141,11 +141,11 @@
|
||||
"upgradeToSeeMoreRecordInline": "Upgrade to view all records from external datasources",
|
||||
"upgradeToSeeMoreRecordSubtitle": "Unlock complete visibility into your connected sources. View all records by upgrading to the Team plan.",
|
||||
"upgradeToSeeMoreRecordInlineSubtitle": "You're viewing {limit} of {total} records. Unlock access to the remaining {remaining} records by upgrading to the Team plan.",
|
||||
"editorLimitExceedTooltip": "{activePlan} plan has an editor limit set to {limit}.",
|
||||
"recordLimitExceedTooltip": "{activePlan} plan supports up to {limit} records per workspace.",
|
||||
"storageLimitExceedTooltip": "{activePlan} plan includes {limit} GB of attachment storage per workspace.",
|
||||
"webhookLimitExceedTooltip": "{activePlan} plan allows up to {limit} webhook calls per month.",
|
||||
"apiLimitExceedTooltip": "{activePlan} plan includes {limit} API calls per month.",
|
||||
"editorLimitExceedTooltip": "{prefix}. {activePlan} plan has an editor limit set to {limit}.",
|
||||
"recordLimitExceedTooltip": "{prefix}. {activePlan} plan supports up to {limit} records per workspace.",
|
||||
"storageLimitExceedTooltip": "{prefix}. {activePlan} plan includes {limit} GB of attachment storage per workspace.",
|
||||
"webhookLimitExceedTooltip": "{prefix}. {activePlan} plan allows up to {limit} webhook calls per month.",
|
||||
"apiLimitExceedTooltip": "{prefix}. {activePlan} plan includes {limit} API calls per month.",
|
||||
"freePlanEditorLimitTooltip": "The free plan allows upto {limit} Editor type users, upgrade to get unlimited",
|
||||
"adjustCollaboratorRoles": "Adjust Collaborator Roles",
|
||||
"newEditorWillBeChanged": "New Editors will be charged",
|
||||
@@ -1644,7 +1644,9 @@
|
||||
"expandShiftSpace": "Expand 'Shift + Space'",
|
||||
"selectAllMappedFields": "Select all mapped fields",
|
||||
"copyErrorCode": "Copy error code",
|
||||
"paidUserBadgeTooltip": "User has an editor or higher role in at least one base."
|
||||
"paidUserBadgeTooltip": "User has an editor or higher role in at least one base.",
|
||||
"approachingLimit": "Approaching limit",
|
||||
"exceedingLimit": "Exceeding limit"
|
||||
},
|
||||
"placeholder": {
|
||||
"searchIcons": "Search icons",
|
||||
|
||||
Reference in New Issue
Block a user