Skip to content

Commit c33a4c3

Browse files
committed
Add phrases
1 parent 414c51a commit c33a4c3

File tree

8 files changed

+23
-15
lines changed

8 files changed

+23
-15
lines changed

app/lang/da/app.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
'move_plants' => 'Flyt planter',
482482
'bulk_move_plants' => 'Flyt planter til et andet sted',
483483
'hardy' => 'Hårdfør',
484-
'sorting_type_hardy' => 'Hardy',
485-
'confirm_set_gallery_photo_as_main' => 'Vil du erstatte hovedbilledet med dette?'
484+
'sorting_type_hardy' => 'Hårdfør',
485+
'confirm_set_gallery_photo_as_main' => 'Vil du erstatte hovedbilledet med dette?',
486+
'enable_quick_add' => 'Aktiver Quick-Add-widget'
486487
];

app/lang/de/app.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,5 +482,6 @@
482482
'bulk_move_plants' => 'Pflanzen in einen anderen Raum verschieben',
483483
'hardy' => 'Winterhart',
484484
'sorting_type_hardy' => 'Winterhart',
485-
'confirm_set_gallery_photo_as_main' => 'Soll das Hauptfoto mit diesem hier ersetzt werden?'
485+
'confirm_set_gallery_photo_as_main' => 'Soll das Hauptfoto mit diesem hier ersetzt werden?',
486+
'enable_quick_add' => 'Quick-Add-Widget aktivieren'
486487
];

app/lang/es/app.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
'move_plants' => 'Mover plantas',
482482
'bulk_move_plants' => 'Mover plantas a una ubicación diferente',
483483
'hardy' => 'Resistente al frío',
484-
'sorting_type_hardy' => 'Hardy',
485-
'confirm_set_gallery_photo_as_main' => '¿Quieres reemplazar la foto principal con esta?'
484+
'sorting_type_hardy' => 'Resistente al frío',
485+
'confirm_set_gallery_photo_as_main' => '¿Quieres reemplazar la foto principal con esta?',
486+
'enable_quick_add' => 'Activar el widget de adición rápida'
486487
];

app/lang/fr/app.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
'move_plants' => 'Déplacer les plantes',
482482
'bulk_move_plants' => 'Déplacer les plantes vers un autre emplacement',
483483
'hardy' => 'Résistante au froid',
484-
'sorting_type_hardy' => 'Hardy',
485-
'confirm_set_gallery_photo_as_main' => 'Voulez-vous remplacer la photo principale par celle-ci?'
484+
'sorting_type_hardy' => 'Résistante au froid',
485+
'confirm_set_gallery_photo_as_main' => 'Voulez-vous remplacer la photo principale par celle-ci?',
486+
'enable_quick_add' => 'Activer le widget d’ajout rapide'
486487
];

app/lang/nl/app.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
'move_plants' => 'Verplaats planten',
482482
'bulk_move_plants' => 'Verplaats planten naar een andere locatie',
483483
'hardy' => 'Winterhard',
484-
'sorting_type_hardy' => 'Hardy',
485-
'confirm_set_gallery_photo_as_main' => 'Wil je de hoofdafbeelding vervangen door deze?'
484+
'sorting_type_hardy' => 'Winterhard',
485+
'confirm_set_gallery_photo_as_main' => 'Wil je de hoofdafbeelding vervangen door deze?',
486+
'enable_quick_add' => 'Quick-Add-widget inschakelen'
486487
];

app/lang/no/app.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
'move_plants' => 'Flytt planter',
482482
'bulk_move_plants' => 'Flytt planter til et annet sted',
483483
'hardy' => 'Hardfør',
484-
'sorting_type_hardy' => 'Hardy',
485-
'confirm_set_gallery_photo_as_main' => 'Vil du bytte ut hovedbildet med dette?'
484+
'sorting_type_hardy' => 'Hardfør',
485+
'confirm_set_gallery_photo_as_main' => 'Vil du bytte ut hovedbildet med dette?',
486+
'enable_quick_add' => 'Aktiver Quick-Add-modulen'
486487
];

app/lang/pl/app.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
'move_plants' => 'Przenieś rośliny',
482482
'bulk_move_plants' => 'Przenieś rośliny w inne miejsce',
483483
'hardy' => 'Mrozoodporna',
484-
'sorting_type_hardy' => 'Hardy',
485-
'confirm_set_gallery_photo_as_main' => 'Czy chcesz zastąpić główne zdjęcie tym?'
484+
'sorting_type_hardy' => 'Mrozoodporna',
485+
'confirm_set_gallery_photo_as_main' => 'Czy chcesz zastąpić główne zdjęcie tym?',
486+
'enable_quick_add' => 'Włącz widżet szybkiego dodawania'
486487
];

app/lang/pt-br/app.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@
481481
'move_plants' => 'Mover plantas',
482482
'bulk_move_plants' => 'Mover plantas para outro local',
483483
'hardy' => 'Resistente ao frio',
484-
'sorting_type_hardy' => 'Hardy',
485-
'confirm_set_gallery_photo_as_main' => 'Você quer substituir a foto principal por esta?'
484+
'sorting_type_hardy' => 'Resistente ao frio',
485+
'confirm_set_gallery_photo_as_main' => 'Você quer substituir a foto principal por esta?',
486+
'enable_quick_add' => 'Ativar o widget de adição rápida'
486487
];

0 commit comments

Comments
 (0)