Skip to content

Commit eb92a5a

Browse files
ildyriaweblate
authored andcommitted
Translated using Weblate (English)
Currently translated at 100.0% (44 of 44 strings) Translation: Lychee/statistics Translate-URL: http://weblate.lycheeorg.dev/projects/lycheeorg/statistics/en/
1 parent e0e3762 commit eb92a5a

1 file changed

Lines changed: 55 additions & 58 deletions

File tree

lang/en/statistics.php

Lines changed: 55 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,62 @@
11
<?php
2-
32
return [
4-
/*
3+
/*
54
|--------------------------------------------------------------------------
65
| Statistics page
76
|--------------------------------------------------------------------------
87
*/
9-
'title' => 'Statistics',
10-
11-
'preview_text' => 'This is a preview of the statistics page available in Lychee <span class="text-primary-emphasis font-bold">SE</span>.<br />The data shown here are randomly generated and do not reflect your server.',
12-
'no_data' => 'User does not have data on server.',
13-
'collapse' => 'Collapse albums sizes',
14-
15-
'total' => [
16-
'total' => 'Total',
17-
'albums' => 'Albums',
18-
'photos' => 'Photos',
19-
'size' => 'Size',
20-
],
21-
'table' => [
22-
'username' => 'Owner',
23-
'title' => 'Title',
24-
'photos' => 'Photos',
25-
'descendants' => 'Children',
26-
'size' => 'Size',
27-
],
28-
'punch_card' => [
29-
'title' => 'Activity',
30-
'photo-taken' => '%d photos taken',
31-
'photo-taken-in' => '%d photos taken in %d',
32-
'photo-uploaded' => '%d photos uploaded',
33-
'photo-uploaded-in' => '%d photos uploaded in %d',
34-
'with-exif' => 'with exif data',
35-
'less' => 'Less',
36-
'more' => 'More',
37-
'tooltip' => '%d photos on %s',
38-
'created_at' => 'Upload date',
39-
'taken_at' => 'Exif date',
40-
'caption' => 'Each column represents a week.',
41-
],
42-
'metrics' => [
43-
'header' => 'Live metrics',
44-
'preview_text' => 'This is a preview of the live metrics available in Lychee <span class="text-primary-emphasis font-bold">SE</span>. The data shown here are randomly generated and do not reflect your server.',
45-
'a_visitor' => 'A visitor',
46-
'visitors' => '%d visitors',
47-
'visit_singular' => '%1$s viewed %2$s',
48-
'favourite_singular' => '%1$s favourited %2$s',
49-
'download_singular' => '%1$s downloaded %2$s',
50-
'shared_singular' => '%1$s shared %2$s',
51-
'visit_plural' => '%1$s viewed %2$s',
52-
'favourite_plural' => '%1$s favourited %2$s',
53-
'download_plural' => '%1$s downloaded %2$s',
54-
'shared_plural' => '%1$s shared %2$s',
55-
'ago' => [
56-
'days' => '%d days ago',
57-
'day' => 'a day ago',
58-
'hours' => '%d hours ago',
59-
'hour' => 'an hour ago',
60-
'minutes' => '%d minutes ago',
61-
'few_minutes' => 'a few minute ago',
62-
'seconds' => 'a few seconds ago',
63-
],
64-
],
8+
'title' => 'Statistics',
9+
'preview_text' => 'This is a preview of the statistics page available in Lychee <span class="text-primary-emphasis font-bold">SE</span>.<br />The data shown here are randomly generated and do not reflect your server.',
10+
'no_data' => 'User does not have data on server.',
11+
'collapse' => 'Collapse albums sizes',
12+
'total' => [
13+
'total' => 'Total',
14+
'albums' => 'Albums',
15+
'photos' => 'Photos',
16+
'size' => 'Size',
17+
],
18+
'table' => [
19+
'username' => 'Owner',
20+
'title' => 'Title',
21+
'photos' => 'Photos',
22+
'descendants' => 'Children',
23+
'size' => 'Size',
24+
],
25+
'punch_card' => [
26+
'title' => 'Activity',
27+
'photo-taken' => '%d photos taken',
28+
'photo-taken-in' => '%d photos taken in %d',
29+
'photo-uploaded' => '%d photos uploaded',
30+
'photo-uploaded-in' => '%d photos uploaded in %d',
31+
'with-exif' => 'with exif data',
32+
'less' => 'Less',
33+
'more' => 'More',
34+
'tooltip' => '%d photos on %s',
35+
'created_at' => 'Upload date',
36+
'taken_at' => 'Exif date',
37+
'caption' => 'Each column represents a week.',
38+
],
39+
'metrics' => [
40+
'header' => 'Live metrics',
41+
'preview_text' => 'This is a preview of the live metrics available in Lychee <span class="text-primary-emphasis font-bold">SE</span>. The data shown here are randomly generated and do not reflect your server.',
42+
'a_visitor' => 'A visitor',
43+
'visitors' => '%d visitors',
44+
'visit_singular' => '%1$s viewed %2$s',
45+
'favourite_singular' => '%1$s favourited %2$s',
46+
'download_singular' => '%1$s downloaded %2$s',
47+
'shared_singular' => '%1$s shared %2$s',
48+
'visit_plural' => '%1$s viewed %2$s',
49+
'favourite_plural' => '%1$s favourited %2$s',
50+
'download_plural' => '%1$s downloaded %2$s',
51+
'shared_plural' => '%1$s shared %2$s',
52+
'ago' => [
53+
'days' => '%d days ago',
54+
'day' => 'a day ago',
55+
'hours' => '%d hours ago',
56+
'hour' => 'an hour ago',
57+
'minutes' => '%d minutes ago',
58+
'few_minutes' => 'a few minute ago',
59+
'seconds' => 'a few seconds ago',
60+
],
61+
],
6562
];

0 commit comments

Comments
 (0)