From 7f38e1ce668be1138cb3f64440919482060eaff8 Mon Sep 17 00:00:00 2001 From: Daniel Brendel Date: Thu, 5 Dec 2024 11:23:02 +0100 Subject: [PATCH] #312 Translations --- app/lang/da/app.php | 4 ++-- app/lang/es/app.php | 4 ++-- app/lang/fr/app.php | 4 ++-- app/lang/pl/app.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/lang/da/app.php b/app/lang/da/app.php index ae6bf22..1dd6aad 100644 --- a/app/lang/da/app.php +++ b/app/lang/da/app.php @@ -462,6 +462,6 @@ 'plant_sorting_view_cards' => 'Se som kort', 'plant_sorting_view_list' => 'Se som liste', 'amount' => 'Beløb', - 'confirm_remove_preview_photo' => 'Do you really want to remove this photo?', - 'move_current_photo_to_gallery' => 'Move current photo to gallery' + 'confirm_remove_preview_photo' => 'Vil du virkelig fjerne dette billede?', + 'move_current_photo_to_gallery' => 'Flyt det aktuelle billede til galleriet' ]; \ No newline at end of file diff --git a/app/lang/es/app.php b/app/lang/es/app.php index 7a7e940..6c978a1 100644 --- a/app/lang/es/app.php +++ b/app/lang/es/app.php @@ -462,6 +462,6 @@ 'plant_sorting_view_cards' => 'Ver como tarjetas', 'plant_sorting_view_list' => 'Ver como lista', 'amount' => 'Cantidad', - 'confirm_remove_preview_photo' => 'Do you really want to remove this photo?', - 'move_current_photo_to_gallery' => 'Move current photo to gallery' + 'confirm_remove_preview_photo' => '¿Realmente quieres eliminar esta foto?', + 'move_current_photo_to_gallery' => 'Mover la foto actual a la galería' ]; \ No newline at end of file diff --git a/app/lang/fr/app.php b/app/lang/fr/app.php index 97a584e..64fb02d 100644 --- a/app/lang/fr/app.php +++ b/app/lang/fr/app.php @@ -462,6 +462,6 @@ 'plant_sorting_view_cards' => 'Afficher sous forme de cartes', 'plant_sorting_view_list' => 'Afficher sous forme de liste', 'amount' => 'Quantité', - 'confirm_remove_preview_photo' => 'Do you really want to remove this photo?', - 'move_current_photo_to_gallery' => 'Move current photo to gallery' + 'confirm_remove_preview_photo' => 'Voulez-vous vraiment supprimer cette photo?', + 'move_current_photo_to_gallery' => 'Déplacer la photo actuelle vers la galerie' ]; \ No newline at end of file diff --git a/app/lang/pl/app.php b/app/lang/pl/app.php index cd8d247..a40ec69 100644 --- a/app/lang/pl/app.php +++ b/app/lang/pl/app.php @@ -462,6 +462,6 @@ 'plant_sorting_view_cards' => 'Zobacz jako karty', 'plant_sorting_view_list' => 'Wyświetl jako listę', 'amount' => 'Ilość', - 'confirm_remove_preview_photo' => 'Do you really want to remove this photo?', - 'move_current_photo_to_gallery' => 'Move current photo to gallery' + 'confirm_remove_preview_photo' => 'Czy na pewno chcesz usunąć to zdjęcie?', + 'move_current_photo_to_gallery' => 'Przenieś bieżące zdjęcie do galerii' ]; \ No newline at end of file