- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/ directory and its contents - Includes package manifest, Dockerfile, source code, documentation, and build artifacts - Add tirreno-1761840148.tar.gz as a build artifact - Add tirreno-cloudron-package-1761841304.tar.gz as the Cloudron package - Include all necessary files for the tirreno Cloudron package This adds the complete tirreno Cloudron package artifacts to the repository.
51 lines
2.5 KiB
PHP
51 lines
2.5 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Tirreno ~ Open source user analytics
|
|
* Copyright (c) Tirreno Technologies Sàrl (https://www.tirreno.com)
|
|
*
|
|
* Licensed under GNU Affero General Public License version 3 of the or any later version.
|
|
* For full copyright and license information, please see the LICENSE
|
|
* Redistributions of files must retain the above copyright notice.
|
|
*
|
|
* @copyright Copyright (c) Tirreno Technologies Sàrl (https://www.tirreno.com)
|
|
* @license https://opensource.org/licenses/AGPL-3.0 AGPL License
|
|
* @link https://www.tirreno.com Tirreno(tm)
|
|
*/
|
|
|
|
return [
|
|
'AdminUser_page_title' => 'Events',
|
|
'AdminUser_breadcrumb_title' => 'Events',
|
|
|
|
'AdminUser_widgets_id' => 'User',
|
|
'AdminUser_widgets_id_tooltip' => 'Basic user account information.',
|
|
'AdminUser_widgets_ips_warning' => 'IP addresses',
|
|
'AdminUser_widgets_ips_warning_tooltip' => 'A list of warning signals based on IP addresses linked to the user.',
|
|
'AdminUser_widgets_email' => 'Email',
|
|
'AdminUser_widgets_email_tooltip' => 'A list of warning signals based on email addresses linked to the user.',
|
|
'AdminUser_widgets_domain' => 'Domain',
|
|
'AdminUser_widgets_domain_tooltip' => 'A list of warning signals based on email domains linked to the user.',
|
|
'AdminUser_widgets_phone' => 'Phone',
|
|
'AdminUser_widgets_phone_tooltip' => 'Phone.',
|
|
|
|
'AdminUser_counters_total_new_devices' => 'New devices per day',
|
|
'AdminUser_counters_total_new_devices_tooltip' => 'Total new devices over user\'s sessions per day.',
|
|
'AdminUser_counters_total_new_ips' => 'New IPs per day',
|
|
'AdminUser_counters_total_new_ips_tooltip' => 'Total new IPs over user\'s sessions per day.',
|
|
'AdminUser_counters_total_events_max' => 'Events per session',
|
|
'AdminUser_counters_total_events_max_tooltip' => 'Average total events over user\'s sessions per day.',
|
|
'AdminUser_counters_total_sessions' => 'Sessions per day',
|
|
'AdminUser_counters_total_sessions_tooltip' => 'Total user\'s sessions per day.',
|
|
|
|
'AdminUser_recalculate_risk_score_success_message' => 'User trust score was successfully recalculated.',
|
|
'AdminUser_recalculate_risk_score_tooltip' => 'Recalculate trust score',
|
|
|
|
'AdminUser_remove_user_button' => 'Delete user',
|
|
'AdminUser_scheduled_for_removal' => 'All information related to this user is scheduled for removal.',
|
|
|
|
'AdminUser_review_comment_placeholder' => 'There is no review for this user.',
|
|
|
|
'AdminPayload_table_title' => 'Payload',
|
|
'AdminPayload_table_title_tooltip' => 'Payload',
|
|
];
|