Skip to content

FOUR-13438: STORY Copy icon now adds to clipboard #7355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2024
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: 2 additions & 0 deletions resources/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"Add Screen": "Ansicht hinzufügen",
"Add User To Group": "Benutzer zu Gruppe hinzufügen",
"Add Users": "Benutzer hinzufügen",
"Add to clipboard": "Zur Zwischenablage hinzufügen",
"Address": "Adresse",
"Admin": "Administrator",
"Advanced Search": "Erweiterte Suche",
Expand Down Expand Up @@ -644,6 +645,7 @@
"Refresh": "Aktualisieren",
"Regenerating CSS Files": "CSS-Dateien werden neu generiert",
"Remember me": "Meine Daten speichern",
"Remove from clipboard": "Aus Zwischenablage entfernen",
"Remove from Group": "Aus Gruppe entfernen",
"Remove the .env file to perform a new installation.": "Entfernen Sie die .env-Datei, damit Sie eine neue Installation durchführen können.",
"Remove": "Entfernen",
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"Add URL Restriction": "Add URL Restriction",
"Add User To Group": "Add User To Group",
"Add Users": "Add Users",
"Add to clipboard": "Add to clipboard",
"add": "add",
"Add": "Add",
"Additional Details (optional)": "Additional Details (optional)",
Expand Down Expand Up @@ -1348,6 +1349,7 @@
"Regex": "Regex",
"Regular Button": "Regular Button",
"Remember me": "Remember me",
"Remove from clipboard": "Remove from clipboard",
"Remove from Group": "Remove from Group",
"Remove from My Bookmarks": "Remove from My Bookmarks",
"Remove the .env file to perform a new installation.": "Remove the .env file to perform a new installation.",
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"Add Screen": "Agregar pantalla",
"Add User To Group": "Agregar usuario a grupo",
"Add Users": "Agregar usuarios",
"Add to clipboard": "Agregar al portapapeles",
"Address": "Dirección",
"Admin": "Administrador",
"Advanced Search": "Búsqueda avanzada",
Expand Down Expand Up @@ -649,6 +650,7 @@
"Refresh": "Refrescar",
"Regenerating CSS Files": "Volviendo a generar archivos CSS",
"Remember me": "Recordarme",
"Remove from clipboard": "Quitar del portapapeles",
"Remove from Group": "Eliminar de este grupo",
"Remove the .env file to perform a new installation.": "Elimine el archivo .env existente para realizar una nueva instalación.",
"Remove": "Eliminar",
Expand Down
2 changes: 2 additions & 0 deletions resources/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"Add Screen": "Ajouter un écran",
"Add User To Group": "Ajouter un utilisateur au groupe",
"Add Users": "Ajouter des utilisateurs",
"Add to clipboard": "Ajouter au presse-papier",
"Address": "Adresse",
"Admin": "Administrateur",
"Advanced Search": "Recherche avancée",
Expand Down Expand Up @@ -644,6 +645,7 @@
"Refresh": "Actualiser",
"Regenerating CSS Files": "Nouvelle génération des fichiers CSS en cours",
"Remember me": "Mémoriser mes informations",
"Remove from clipboard": "Retirer du presse-papiers",
"Remove from Group": "Retirer du groupe",
"Remove the .env file to perform a new installation.": "Supprimez le fichier .env pour effectuer une nouvelle installation.",
"Remove": "Retirer",
Expand Down
Loading