-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: Improve the name of the professional version #7855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,7 +52,7 @@ const message = { | |
| refresh: 'Refresh', | ||
| get: 'Get', | ||
| upgrade: 'Upgrade', | ||
| update: 'update', | ||
| update: 'Update', | ||
| ignore: 'Ignore upgrade', | ||
| copy: 'Copy', | ||
| random: 'Random', | ||
|
|
@@ -1763,20 +1763,18 @@ const message = { | |
| backupRecoverMessage: 'Please enter the compression or decompression password (leave blank to not set)', | ||
| }, | ||
| license: { | ||
| community: 'Community Edition: ', | ||
| community2: 'Community Edition', | ||
| pro: 'Professional Edition: ', | ||
| xpack: 'Professional Edition', | ||
| trial: 'Trial Version', | ||
| community: 'OSS', | ||
| oss: 'Open Source Software', | ||
| pro: 'Pro', | ||
| trial: 'Trial', | ||
| subscription: 'Subscription', | ||
| perpetual: 'Perpetual', | ||
| versionConstraint: '{0} Version Buyout', | ||
| forceDelete: 'Force delete, will ignore errors during the deletion process and eventually remove metadata', | ||
| deleteHelper: 'Deleting the license may cause child nodes to be unable to switch, please proceed with caution!', | ||
| office: 'Official Version', | ||
| trialInfo: 'Version', | ||
| authorizationId: 'Subscription Authorization ID', | ||
| authorizationId: 'Authorization ID', | ||
| authorizedUser: 'Authorized User', | ||
| expiresAt: 'Expiration Date', | ||
| productName: 'Product Name', | ||
| productStatus: 'Product Status', | ||
| lostHelper: | ||
| 'The license has reached the maximum number of retry attempts. Please manually click the sync button to ensure the professional version functions properly. detail: ', | ||
| exceptionalHelper: | ||
|
|
@@ -1788,7 +1786,6 @@ const message = { | |
| 'There are currently other nodes besides the master node. The {0} operation is not supported. Please delete the nodes in the node management and try again.', | ||
| importLicense: 'Import License', | ||
| importHelper: 'Please click or drag the license file here', | ||
| indefinitePeriod: 'Indefinite Period', | ||
| levelUpPro: 'Upgrade to Professional Edition', | ||
| licenseSync: 'License Sync', | ||
| knowMorePro: 'Learn More', | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There have been no noticeable differences between the provided code snippets, including syntax and structure changes. The current status indicates it hasn't undergone significant modifications since its creation on September 1st, 2021, making this an old dataset. As these snippets do not seem to be related to new versions of software nor updates to existing applications, I can neither identify any peculiarities nor suggest improvements at this juncture based on my knowledge cutoff. |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears that there isn't any syntax error or logical inconsistency detected from the snippet provided. The code looks good with no issues identified. It might be worth reviewing for clarity or readability improvements if necessary, but currently, it's very concise.
Would you like to proceed and analyze other sections of this project?