Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-25 19:57:27 +0300
committerGitHub <noreply@github.com>2021-04-25 19:57:27 +0300
commitfb9e10ff80bacea2643a5100bc7a85f2903c10bb (patch)
treec0e3341eb4ec27c8538a83fcb0ca774c98b39a6e /plugins/PagePerformance
parent88800290a3f997b84101bd874b143e6c5021261f (diff)
language update (#17495)
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
Diffstat (limited to 'plugins/PagePerformance')
-rw-r--r--plugins/PagePerformance/lang/nl.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/PagePerformance/lang/nl.json b/plugins/PagePerformance/lang/nl.json
index 0d8834620c..9dafdfc68a 100644
--- a/plugins/PagePerformance/lang/nl.json
+++ b/plugins/PagePerformance/lang/nl.json
@@ -1,6 +1,14 @@
{
"PagePerformance": {
+ "ColumnAveragePageLoadTime": "Gem.pagina laadtijd",
+ "ColumnAverageTimeNetwork": "Gem. netwerk tijd",
+ "ColumnAverageTimeServer": "Gem. server tijd",
+ "ColumnAverageTimeTransfer": "Gem. overdrachtstijd",
+ "ColumnAverageTimeDomProcessing": "Gem. DOM verwerkingstijd",
+ "ColumnAverageTimeDomCompletion": "Gem. DOM doorlooptijd",
"ColumnTimeServer": "Servertijd",
+ "ColumnTimeTransfer": "Overdrachtstijd",
+ "ColumnTimeDomCompletion": "DOM doorlooptijd",
"Performance": "Performance"
}
} \ No newline at end of file