Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang/de/dialogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'description' => 'Lychee ist ein kostenloses Fotoverwaltungsprogramm, das auf einem Server oder Webspace betrieben werden kann. Die Installation erfolgt in wenigen Sekunden. Fotos lassen sich hochladen, verwalten und teilen – ganz wie in einer nativen Anwendung. Lychee bietet alle notwendigen Funktionen und sorgt für eine sichere Speicherung sämtlicher Bilder.',
'update_available' => 'Update verfügbar!',
'thank_you' => 'Vielen Dank für Ihre Unterstützung!',
'get_supporter_or_register' => 'Exklusive Funktionen stehen in der <a href="https://lycheeorg.dev/get-supporter-edition/" class="text-primary-500 underline">Supporter Edition</a> zur Verfügung und tragen zur Weiterentwicklung von Lychee bei. <br>Die Freischaltung kann über den Erwerb dieser Edition oder durch die Registrierung eines Lizenzschlüssels erfolgen.',
'get_supporter_or_register' => 'Exklusive Funktionen stehen in der <a href="https://lycheeorg.dev/get-supporter-edition/" class="text-primary-500 underline">Supporter Edition</a> zur Verfügung und tragen zur Weiterentwicklung von Lychee bei. <br />Die Freischaltung kann über den Erwerb dieser Edition oder durch die Registrierung eines Lizenzschlüssels erfolgen',
'here' => 'hier',
],
'dropbox' => [
Expand Down
113 changes: 55 additions & 58 deletions lang/en/statistics.php
Original file line number Diff line number Diff line change
@@ -1,65 +1,62 @@
<?php

return [
/*
/*
|--------------------------------------------------------------------------
| Statistics page
|--------------------------------------------------------------------------
*/
'title' => 'Statistics',

'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.',
'no_data' => 'User does not have data on server.',
'collapse' => 'Collapse albums sizes',

'total' => [
'total' => 'Total',
'albums' => 'Albums',
'photos' => 'Photos',
'size' => 'Size',
],
'table' => [
'username' => 'Owner',
'title' => 'Title',
'photos' => 'Photos',
'descendants' => 'Children',
'size' => 'Size',
],
'punch_card' => [
'title' => 'Activity',
'photo-taken' => '%d photos taken',
'photo-taken-in' => '%d photos taken in %d',
'photo-uploaded' => '%d photos uploaded',
'photo-uploaded-in' => '%d photos uploaded in %d',
'with-exif' => 'with exif data',
'less' => 'Less',
'more' => 'More',
'tooltip' => '%d photos on %s',
'created_at' => 'Upload date',
'taken_at' => 'Exif date',
'caption' => 'Each column represents a week.',
],
'metrics' => [
'header' => 'Live metrics',
'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.',
'a_visitor' => 'A visitor',
'visitors' => '%d visitors',
'visit_singular' => '%1$s viewed %2$s',
'favourite_singular' => '%1$s favourited %2$s',
'download_singular' => '%1$s downloaded %2$s',
'shared_singular' => '%1$s shared %2$s',
'visit_plural' => '%1$s viewed %2$s',
'favourite_plural' => '%1$s favourited %2$s',
'download_plural' => '%1$s downloaded %2$s',
'shared_plural' => '%1$s shared %2$s',
'ago' => [
'days' => '%d days ago',
'day' => 'a day ago',
'hours' => '%d hours ago',
'hour' => 'an hour ago',
'minutes' => '%d minutes ago',
'few_minutes' => 'a few minute ago',
'seconds' => 'a few seconds ago',
],
],
'title' => 'Statistics',
'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.',
'no_data' => 'User does not have data on server.',
'collapse' => 'Collapse albums sizes',
'total' => [
'total' => 'Total',
'albums' => 'Albums',
'photos' => 'Photos',
'size' => 'Size',
],
'table' => [
'username' => 'Owner',
'title' => 'Title',
'photos' => 'Photos',
'descendants' => 'Children',
'size' => 'Size',
],
'punch_card' => [
'title' => 'Activity',
'photo-taken' => '%d photos taken',
'photo-taken-in' => '%d photos taken in %d',
'photo-uploaded' => '%d photos uploaded',
'photo-uploaded-in' => '%d photos uploaded in %d',
'with-exif' => 'with exif data',
'less' => 'Less',
'more' => 'More',
'tooltip' => '%d photos on %s',
'created_at' => 'Upload date',
'taken_at' => 'Exif date',
'caption' => 'Each column represents a week.',
],
'metrics' => [
'header' => 'Live metrics',
'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.',
'a_visitor' => 'A visitor',
'visitors' => '%d visitors',
'visit_singular' => '%1$s viewed %2$s',
'favourite_singular' => '%1$s favourited %2$s',
'download_singular' => '%1$s downloaded %2$s',
'shared_singular' => '%1$s shared %2$s',
'visit_plural' => '%1$s viewed %2$s',
'favourite_plural' => '%1$s favourited %2$s',
'download_plural' => '%1$s downloaded %2$s',
'shared_plural' => '%1$s shared %2$s',
'ago' => [
'days' => '%d days ago',
'day' => 'a day ago',
'hours' => '%d hours ago',
'hour' => 'an hour ago',
'minutes' => '%d minutes ago',
'few_minutes' => 'a few minute ago',
'seconds' => 'a few seconds ago',
],
],
];
Loading