mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Refactored referrer logic. Display stats for no referrers.
This commit is contained in:
parent
0026b4b1ea
commit
be8291c856
92 changed files with 687 additions and 450 deletions
|
|
@ -247,6 +247,12 @@
|
|||
"value": "नया पासवर्ड"
|
||||
}
|
||||
],
|
||||
"label.none": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "None"
|
||||
}
|
||||
],
|
||||
"label.owner": [
|
||||
{
|
||||
"type": 0,
|
||||
|
|
@ -716,13 +722,7 @@
|
|||
"metrics.filter.combined": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "संयुक्त"
|
||||
}
|
||||
],
|
||||
"metrics.filter.domain-only": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "केवल डोमेन"
|
||||
"value": "Combined"
|
||||
}
|
||||
],
|
||||
"metrics.filter.raw": [
|
||||
|
|
@ -761,6 +761,12 @@
|
|||
"value": "सन्दर्भदाता"
|
||||
}
|
||||
],
|
||||
"metrics.screens": [
|
||||
{
|
||||
"type": 0,
|
||||
"value": "Screens"
|
||||
}
|
||||
],
|
||||
"metrics.unique-visitors": [
|
||||
{
|
||||
"type": 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue