mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-11 16:55:46 +00:00

otetranome - Portuguese, Brazilian; Portuguese forght - German glottis0q - German ernestoacostame - Spanish Lucian I. Last (lil5) - Dutch ButterflyOfFire (BoFFire) - Arabic eorn - Breton Angelos Chouvardas (achouvardas) - Greek Russian Retro (retrograde) - Russian cExplorer - German GabiSnow - Spanish CTHTC - German Romain de Laage (rdelaage) - Spanish LuuzViir (Spanish) Samuel Roland (samuelroland) - French thelama - Portuguese
39 lines
2.0 KiB
PHP
39 lines
2.0 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @copyright 2020 Ad Aures
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'by_service_weekly' => 'Pellgargadurioù eus ar rannoù dre servij (e-pad ar sizhunvezh tremenet)',
|
|
'by_player_weekly' => 'Pellgargadurioù eus ar rannoù dre lenner (e-pad ar sizhunvezh tremenet)',
|
|
'by_player_yearly' => 'Pellgargadurioù eus ar rannoù dre servij (e-pad ar bloavezh tremenet)',
|
|
'by_device_weekly' => 'Pellgargadurioù eus ar rannoù dre venveg (e-pad ar sizhunvezh tremenet)',
|
|
'by_os_weekly' => 'Pellgargadurioù eus ar rannoù dre OS (e-pad ar sizhunvezh tremenet)',
|
|
'podcast_by_region' => 'Pellgargadurioù eus ar rannoù dre vro (e-pad ar sizhunvezh tremenet)',
|
|
'unique_daily_listeners' => 'Daily unique listeners',
|
|
'unique_monthly_listeners' => 'Monthly unique listeners',
|
|
'by_browser' => 'Web pages usage by browser (for the past week)',
|
|
'podcast_by_day' => 'Episode daily downloads',
|
|
'podcast_by_month' => 'Episode monthly downloads',
|
|
'episode_by_day' => 'Episode daily downloads (first 60 days)',
|
|
'episode_by_month' => 'Episode monthly downloads',
|
|
'episodes_by_day' =>
|
|
'5 latest episodes downloads (during their first 60 days)',
|
|
'by_country_weekly' => 'Episode downloads by country (for the past week)',
|
|
'by_country_yearly' => 'Episode downloads by country (for the past year)',
|
|
'by_domain_weekly' => 'Web pages visits by source (for the past week)',
|
|
'by_domain_yearly' => 'Web pages visits by source (for the past year)',
|
|
'by_entry_page' => 'Web pages visits by landing page (for the past week)',
|
|
'podcast_bots' => 'Bots (crawlers)',
|
|
'daily_listening_time' => 'Daily cumulative listening time',
|
|
'monthly_listening_time' => 'Monthly cumulative listening time',
|
|
'by_weekday' => 'By week day (for the past 60 days)',
|
|
'by_hour' => 'By time of day (for the past 60 days)',
|
|
'podcast_by_bandwidth' => 'Daily used bandwidth (in MB)',
|
|
];
|