diff --git a/resources/lang/de.json b/resources/lang/de.json index 64297b0eef..2410c5c5fc 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -2349,5 +2349,7 @@ "No items to show": "Keine Artikel zu zeigen", "Copy link": "Kopieren Link", "This actions is taking longer than expected. We will continue updating your tasks in the background.": "Diese Aktion dauert länger als erwartet. Wir werden Ihre Aufgaben weiterhin im Hintergrund aktualisieren.", - "No user selected": "Kein Benutzer ausgewählt" + "No user selected": "Kein Benutzer ausgewählt", + "Encrypted": "Verschlüsselt", + "Users/Groups to View": "Benutzer/Gruppen zum Anzeigen" } \ No newline at end of file diff --git a/resources/lang/en.json b/resources/lang/en.json index e5955d7a61..a3345fbf20 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -2342,5 +2342,7 @@ "Start": "Start", "Copy link": "Copy link", "This actions is taking longer than expected. We will continue updating your tasks in the background.": "This actions is taking longer than expected. We will continue updating your tasks in the background.", - "No user selected": "No user selected" + "No user selected": "No user selected", + "Encrypted": "Encrypted", + "Users/Groups to View": "Users/Groups to View" } diff --git a/resources/lang/es.json b/resources/lang/es.json index 20ca7a6e79..15f12342a1 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -2346,5 +2346,7 @@ "No items to show": "No hay artículos para mostrar", "Copy link": "Copiar enlace", "This actions is taking longer than expected. We will continue updating your tasks in the background.": "Esta acción está tomando más tiempo de lo esperado. Continuaremos actualizando tus tareas en segundo plano.", - "No user selected": "Ningún usuario seleccionado" + "No user selected": "Ningún usuario seleccionado", + "Encrypted": "Encriptado", + "Users/Groups to View": "Usuarios/Grupos que pueden ver" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index 4956f23953..82faa6c933 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -2348,5 +2348,7 @@ "No items to show": "Aucun élément à afficher", "Copy link": "Copier le lien", "This actions is taking longer than expected. We will continue updating your tasks in the background.": "Cette action prend plus de temps que prévu. Nous continuerons à mettre à jour vos tâches en arrière-plan.", - "No user selected": "Aucun utilisateur sélectionné" + "No user selected": "Aucun utilisateur sélectionné", + "Encrypted": "Chiffrée", + "Users/Groups to View": "Utilisateurs/Groupes à afficher" } \ No newline at end of file diff --git a/upgrades/2024_08_26_201558_add_default_key_for_encrypted_fields.php b/upgrades/2024_08_26_201558_add_default_key_for_encrypted_fields.php index e5f9326f32..9fac8af704 100644 --- a/upgrades/2024_08_26_201558_add_default_key_for_encrypted_fields.php +++ b/upgrades/2024_08_26_201558_add_default_key_for_encrypted_fields.php @@ -1,6 +1,7 @@