Fix: Solve label module (language) issue

This commit is contained in:
yunusyerli1 2023-02-23 18:55:23 +03:00 committed by Clemente Raposo
parent d80e47964d
commit 204300b9d6
2 changed files with 4 additions and 115 deletions

View file

@ -29,8 +29,8 @@
<div class="card text-center border-0" *ngIf="content">
<scrm-image [image]="content.icon" [wrapperClass]="'sicon-3x'"></scrm-image>
<div class="card-body">
<h6 class="card-title admin-card-title" [title]="language.getFieldLabel(content.descriptionLabelKey)">
<scrm-label [labelKey]="content.titleLabelKey"></scrm-label>
<h6 class="card-title admin-card-title" [title]="language.getFieldLabel(content.descriptionLabelKey, 'administration')">
<scrm-label [labelKey]="content.titleLabelKey" [module]="'administration'"></scrm-label>
</h6>
<ng-container *ngIf="content.linkGroup">
<div *ngFor="let item of content.linkGroup">
@ -38,8 +38,8 @@
[routerLink]="item.link"
[queryParams]="item?.params"
queryParamsHandling="merge"
[title]="language.getFieldLabel(item.descriptionKey)">
<scrm-label [labelKey]="item.titleKey"></scrm-label>
[title]="language.getFieldLabel(item.descriptionKey, 'administration')">
<scrm-label [labelKey]="item.titleKey" [module]="'administration'"></scrm-label>
</a>
</div>
</ng-container>

View file

@ -4015,114 +4015,3 @@ $app_strings['LBL_NEW_NOTIFICATION'] = "You have {{context.unread}} new notifica
$app_strings['LBL_NOTIFICATION_ITEM_DATE'] = 'Due: {{fields.date_start.value}}';
$app_strings['LBL_NOTIFICATION_ITEM_DATE_ENTERED'] = 'Notified: {{fields.snooze.value}}';
$app_strings['LBL_USERS_TITLE'] = "Users & Authentication";
$app_strings['LBL_USERS_DESC'] = "Create, edit, activate and deactivate users in SuiteCRM.";
$app_strings['LBL_OAUTH2_CLIENTS_TITLE'] = 'OAuth2 Clients and Tokens';
$app_strings['LBL_OAUTH2_CLIENTS'] = 'Manage which clients have access to the OAuth2 Server and view session log and revoke active sessions';
$app_strings['LBL_OAUTH'] = 'OAuth key management';
$app_strings['LBL_OAUTH_TITLE'] = 'OAuth Keys';
$app_strings['LBL_MANAGE_PASSWORD_TITLE'] = 'Password Management';
$app_strings['LBL_MANAGE_PASSWORD'] = 'Manage password requirements and expiration';
$app_strings['LBL_CONFIG_SECURITYGROUPS_TITLE'] = 'Security Suite Settings';
$app_strings['LBL_CONFIG_SECURITYGROUPS'] = 'Configure Security Suite settings such as group inheritance, additive security, etc';
$app_strings['LBL_MANAGE_SECURITYGROUPS_TITLE'] = 'Security Suite Group Management';
$app_strings['LBL_MANAGE_SECURITYGROUPS'] = 'Security Suite Group Editor';
$app_strings['LBL_MANAGE_ROLES_TITLE'] = 'Role Management';
$app_strings['LBL_MANAGE_ROLES'] = 'Manage role membership and properties';
$app_strings['LBL_MANAGE_USERS_TITLE'] = 'User Management';
$app_strings['LBL_MANAGE_USERS'] = 'Manage user accounts and passwords';
$app_strings['LBL_ADMINISTRATION_HOME_TITLE'] = 'System';
$app_strings['LBL_ADMINISTRATION_HOME_DESC'] = 'Configure the system-wide settings according to the specifications of your organization. Users can override some of the default locale settings within their user settings page.';
$app_strings['LBL_CONFIGURE_SETTINGS_TITLE'] = 'System Settings';
$app_strings['LBL_CONFIGURE_SETTINGS'] = 'Configure system-wide settings';
$app_strings['LBL_CURRENCY'] = 'Set up currencies and conversion rates';
$app_strings['LBL_MANAGE_CURRENCIES'] = 'Currencies';
$app_strings['LBL_ELASTIC_SEARCH_SETTINGS'] = 'Elasticsearch';
$app_strings['LBL_ELASTIC_SEARCH_SETTINGS_DESC'] = 'Configure Elasticsearch preferences';
$app_strings['LBL_MANAGE_LANGUAGES'] = 'Languages';
$app_strings['LBL_LANGUAGES'] = 'Manage which languages are available for users';
$app_strings['LBL_MANAGE_LOCALE'] = 'Locale';
$app_strings['LBL_LOCALE'] = 'Set default localization settings for your system';
$app_strings['LBL_PDF_HEADER'] = 'PDF Settings';
$app_strings['LBL_CHANGE_PDF_SETTINGS'] = 'Change PDF Settings';
$app_strings['LBL_SUITE_SCHEDULER_TITLE'] = 'Scheduler';
$app_strings['LBL_SUITE_SCHEDULER'] = 'Set up scheduled events';
$app_strings['LBL_SEARCH_WRAPPER'] = 'Search Settings';
$app_strings['LBL_SEARCH_WRAPPER_DESC'] = 'Configure the global search preferences for the system';
$app_strings['LBL_THEME_SETTINGS'] = 'Themes';
$app_strings['LBL_THEME_SETTINGS_DESC'] = 'Choose themes for users to be able to select';
$app_strings['LBL_MODULE_ADMIN'] = 'Module Settings';
$app_strings['LBL_MODULE_ADMIN_HEADER_DESC'] = 'Configure Module specifics and settings';
$app_strings['LBL_AOP_SETTINGS'] = 'Case Module Settings';
$app_strings['LBL_CHANGE_SETTINGS_AOP'] = 'Change settings for Cases and the Cases Portal';
$app_strings['LBL_AOS_SETTINGS'] = 'Sales Module Settings';
$app_strings['LBL_CHANGE_SETTINGS'] = 'Change settings for Quotes, Contracts and Invoices';
$app_strings['LBL_BUSINESS_HOURS'] = 'Business hours';
$app_strings['LBL_AOP_BUSINESS_HOURS_DESC'] = "Restrict Workflow & Case automations to certain days and times";
$app_strings['LBL_CONFIGURE_GROUP_TABS_DESC'] = 'Create and edit module menu filters';
$app_strings['LBL_CONFIGURE_TABS_AND_SUBPANELS'] = 'Display Modules and Subpanels';
$app_strings['LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC'] = 'Choose which modules are displayed in the navigation bar and which subpanels are displayed system-wide';
$app_strings['LBL_CONFIGURE_GROUP_TABS'] = 'Configure Module Menu Filters';
$app_strings['LBL_CONNECTOR_SETTINGS'] = 'Connectors';
$app_strings['LBL_CONNECTOR_SETTINGS_DESC'] = 'Manage connector settings';
$app_strings['LBL_SUITEFEED_SETTINGS'] = 'Activity Stream Settings';
$app_strings['LBL_SUITEFEED_SETTINGS_DESC'] = 'Enable the user feed and module feeds for the My Activity Stream dashlet';
$app_strings['LBL_HISTORY_CONTACTS_EMAILS'] = 'History Subpanel';
$app_strings['LBL_HISTORY_CONTACTS_EMAILS_DESC'] = "Enable/Disable contacts\' emails in history";
$app_strings['LBL_RELEASE'] = 'Manage releases and versions';
$app_strings['LBL_MANAGE_RELEASES'] = 'Releases';
$app_strings['LBL_EMAIL_TITLE'] = 'Email';
$app_strings['LBL_EMAIL_DESC'] = 'Manage outbound and inbound emails. The email settings must be configured in order to enable users to send out email and newsletter campaigns.';
$app_strings['LBL_CAMPAIGN_CONFIG_TITLE'] = 'Campaign Email Settings';
$app_strings['LBL_CAMPAIGN_CONFIG_DESC'] = 'Configure email settings for campaigns';
$app_strings['LBL_MASS_EMAIL_MANAGER_DESC'] = 'Manage the outbound email queue';
$app_strings['LBL_MASS_EMAIL_MANAGER_TITLE'] = 'Email Queue';
$app_strings['LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS'] = 'External OAuth Connections';
$app_strings['LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC'] = 'Setup external OAuth connections';
$app_strings['LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS'] = 'External OAuth Providers';
$app_strings['LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC'] = 'Setup external OAuth providers';
$app_strings['LBL_MANAGE_MAILBOX'] = 'Inbound Email';
$app_strings['LBL_MAILBOX_DESC'] = 'Set up group mail accounts for monitoring inbound email and manage personal inbound mail account information for users';
$app_strings['LBL_MANAGE_MAILBOX_OUTBOUND'] = 'Outbound Email';
$app_strings['LBL_MAILBOX_OUTBOUND_DESC'] = 'Configure outbound email settings';
$app_strings['LBL_MASS_EMAIL_CONFIG_TITLE'] = 'Email Settings';
$app_strings['LBL_MASS_EMAIL_CONFIG_DESC'] = 'Configure email settings';
$app_strings['LBL_MASS_EMAIL_MANAGER_DESC'] = 'Manage the outbound email queue';
$app_strings['LBL_ADMIN_TOOLS_TITLE'] = 'Admin Tools';
$app_strings['LBL_ADMIN_TOOLS_HEADER_DESC'] = 'Repair, backup and run diagnosis on your SuiteCRM instance';
$app_strings['LBL_BACKUPS_TITLE'] = 'Backups';
$app_strings['LBL_BACKUPS'] = 'Backup SuiteCRM files';
$app_strings['LBL_DIAGNOSTIC_TITLE'] = 'Diagnostic Tool';
$app_strings['LBL_DIAGNOSTIC_DESC'] = 'Capture system configuration for diagnostics and analysis';
$app_strings['LBL_IMPORT_WIZARD'] = 'Import Wizard';
$app_strings['LBL_IMPORT_WIZARD_DESC'] = 'Use the import wizard to easily import records into the system';
$app_strings['LBL_MODULE_LOADER_TITLE'] = 'Module Loader';
$app_strings['LBL_MODULE_LOADER'] = 'Add or remove SuiteCRM modules, themes, language packs and other extensions';
$app_strings['LBL_UPGRADE_TITLE'] = 'Repair';
$app_strings['LBL_UPGRADE'] = 'Check and repair SuiteCRM';
$app_strings['LBL_TOOLS_DESC'] = 'Create and edit modules and module layouts, manage standard and custom fields and configure tabs.';
$app_strings['LBL_STUDIO_TITLE'] = 'Developer Tools';
$app_strings['LBL_MODULEBUILDER'] = 'Module Builder';
$app_strings['LBL_MODULEBUILDER_DESC'] = 'Build new modules to expand the functionality of SuiteCRM';
$app_strings['LBL_RENAME_TABS'] = 'Rename Modules';
$app_strings['LBL_CHANGE_NAME_MODULES'] = 'Change the names of the modules appearing within the application';
$app_strings['LBL_DROPDOWN_EDITOR'] = 'Dropdown Editor';
$app_strings['DESC_DROPDOWN_EDITOR'] = 'Add, delete, or change the dropdown lists';
$app_strings['LBL_WORKFLOW_MANAGER'] = 'Workflow Manager';
$app_strings['LBL_WORKFLOW_MANAGER_DESC'] = 'Manage, Add, delete or change Workflow processes';
$app_strings['LBL_STUDIO_DESC'] = 'Customize module fields, layouts and relationships';
$app_strings['LBL_STUDIO'] = 'Studio';
$app_strings['LBL_GOOGLE_SUITE_ADMIN_HEADER'] = 'Google Suite';
$app_strings['LBL_GOOGLE_SUITE_ADMIN_DESC'] = 'Manage your Google Suite Integration.';
$app_strings['LBL_GOOGLE_CALENDAR_SETTINGS_TITLE'] = 'Google Calendar Settings';
$app_strings['LBL_GOOGLE_CALENDAR_SETTINGS_DESC'] = 'Configuration settings to adjust your Google Calendar';
$app_strings['LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE'] = 'Google Maps Settings';
$app_strings['LBL_JJWG_MAPS_ADMIN_CONFIG_DESC'] = 'Configuration settings to adjust your Google Maps';
$app_strings['LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE'] = 'Geocoded Counts';
$app_strings['LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC'] = 'Shows the number of module objects geocoded, grouped by geocoding response';
$app_strings['LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE'] = 'Geocode Addresses';
$app_strings['LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC'] = 'Geocode your object addreses. This process may take a few minutes!';
$app_strings['LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE'] = 'Geocoding Test';
$app_strings['LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC'] = 'Run a single geocoding test with detailed display results.';
$app_strings['LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE'] = 'Address Cache';
$app_strings['LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC'] = 'Provides access to Address Cache information. This is only cache.';