Skip to content

Commit

Permalink
Add missing phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Aug 30, 2024
1 parent 91a0e0f commit 3c8a86d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 9 deletions.
10 changes: 8 additions & 2 deletions app/lang/da/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
'confirm_remove_calendar_item' => 'Er du sikker på at du vil fjerne denne begivenhed?',
'calendar_overview' => 'Datoer for den næste uge',
'show_calendar_view' => 'Vis kalender visning på panelet',
'show_plant_id' => 'Vis plante-id\'er i lister',
'unknown_calendar_class' => 'Ukendt',
'add_calendar_class' => 'Tilføj kalender klasse',
'calendar_class_ident' => 'Ident',
Expand Down Expand Up @@ -417,5 +418,10 @@
'auto_backup_cronjob_url' => 'Cronjob URL',
'backup_path' => 'Valgfri sti til at gemme backup-filer',
'backup_settings_stored' => 'Backup cronjob-indstillinger blev gemt',
'auto_backup_not_active' => 'Auto-backup-funktionen er ikke blevet aktiveret endnu'
];
'auto_backup_not_active' => 'Auto-backup-funktionen er ikke blevet aktiveret endnu',
'shared_photos' => 'Delte billeder',
'confirm_remove_shared_photo' => 'Vil du virkelig fjerne dette element?',
'share_photo_public' => 'Del dette billede offentligt',
'share_photo_description' => 'Beskrivelse',
'share_photo_keywords' => 'Nøgleord'
];
7 changes: 6 additions & 1 deletion app/lang/de/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,10 @@
'auto_backup_cronjob_url' => 'Cronjob URL',
'backup_path' => 'Optionaler Speicherort der Backup-Dateien',
'backup_settings_stored' => 'Die Backup Cronjob Einstellungen wurden erfolgreich gespeichert',
'auto_backup_not_active' => 'Das automatische Backup ist nicht aktiviert'
'auto_backup_not_active' => 'Das automatische Backup ist nicht aktiviert',
'shared_photos' => 'Geteilte Fotos',
'confirm_remove_shared_photo' => 'Soll dieses Objekt wirklich gelöscht werden?',
'share_photo_public' => 'Dieses Foto öffentlich teilen',
'share_photo_description' => 'Beschreibung',
'share_photo_keywords' => 'Schlüsselwörter'
];
9 changes: 7 additions & 2 deletions app/lang/es/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,10 @@
'auto_backup_cronjob_url' => 'Cronjob URL',
'backup_path' => 'Ruta opcional para almacenar archivos de respaldo',
'backup_settings_stored' => 'La configuración del cronjob de respaldo se guardó exitosamente',
'auto_backup_not_active' => 'La función de copia de seguridad automática aún no se ha activado'
];
'auto_backup_not_active' => 'La función de copia de seguridad automática aún no se ha activado',
'shared_photos' => 'Fotos compartidas',
'confirm_remove_shared_photo' => '¿Realmente deseas eliminar este elemento?',
'share_photo_public' => 'Comparte esta foto públicamente',
'share_photo_description' => 'Descripción',
'share_photo_keywords' => 'Palabras clave'
];
10 changes: 7 additions & 3 deletions app/lang/fr/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@
'restore_from_history' => 'Restaurer',
'content_empty' => 'Ça a l\'air plutôt vide ici...',
'last_added_plants' => 'Dernières plantes ajoutées',
'last_authored_plants' => 'Dernières plantes créées',
'info' => 'Info',
'hortusfox_version' => 'HortusFox v{version}',
'php_version' => 'Version PHP: {version}',
Expand Down Expand Up @@ -419,5 +418,10 @@
'auto_backup_cronjob_url' => 'Cronjob URL',
'backup_path' => 'Chemin facultatif pour stocker les fichiers de sauvegarde',
'backup_settings_stored' => 'Les paramètres de sauvegarde de la tâche cron ont été enregistrés avec succès',
'auto_backup_not_active' => 'La fonction de sauvegarde automatique n\'a pas encore été activée'
];
'auto_backup_not_active' => 'La fonction de sauvegarde automatique n\'a pas encore été activée',
'shared_photos' => 'Photos partagées',
'confirm_remove_shared_photo' => 'Voulez-vous vraiment supprimer cet élément?',
'share_photo_public' => 'Partager cette photo publiquement',
'share_photo_description' => 'Description',
'share_photo_keywords' => 'Mots-clés'
];
7 changes: 6 additions & 1 deletion app/lang/pl/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,10 @@
'auto_backup_cronjob_url' => 'Cronjob URL',
'backup_path' => 'Opcjonalna ścieżka do przechowywania plików kopii zapasowych',
'backup_settings_stored' => 'Ustawienia kopii zapasowej zadania cronjob zostały pomyślnie zapisane',
'auto_backup_not_active' => 'Funkcja automatycznego tworzenia kopii zapasowych nie została jeszcze aktywowana'
'auto_backup_not_active' => 'Funkcja automatycznego tworzenia kopii zapasowych nie została jeszcze aktywowana',
'shared_photos' => 'Udostępnione zdjęcia',
'confirm_remove_shared_photo' => 'Czy na pewno chcesz usunąć ten element?',
'share_photo_public' => 'Udostępnij to zdjęcie publicznie',
'share_photo_description' => 'Opis',
'share_photo_keywords' => 'Słowa kluczowe'
];

0 comments on commit 3c8a86d

Please sign in to comment.