Skip to content

Commit 0b763f7

Browse files
authored
Fix #11419 fixed group translation files (#11420) (#11422)
* #Fix 11419 fixed group translation files * Fix #11419 fixed group translation files
1 parent ba50ce9 commit 0b763f7

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

web/client/translations/data.de-DE.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4324,6 +4324,10 @@
43244324
"noPublicContentTitle": "Ausgewählte Ressourcen",
43254325
"noPublicContentContent": "Dieser Katalog enthält keine ausgewählten Ressourcen."
43264326
},
4327+
"groupsSection": {
4328+
"noContentYetTitle": "Keine Gruppen vorhanden",
4329+
"noContentYetContent": "Es sind keine Benutzergruppen vorhanden. Klicken Sie auf \"Neue Gruppe\", um eine zu erstellen"
4330+
},
43274331
"mapsFilter": "Karten",
43284332
"dashboardsFilter": "Dashboards",
43294333
"geostoriesFilter": "Geostories",

web/client/translations/data.en-US.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4295,6 +4295,10 @@
42954295
"noPublicContentTitle": "Featured Resources",
42964296
"noPublicContentContent": "This catalog doesn't have featured resources."
42974297
},
4298+
"groupsSection": {
4299+
"noContentYetTitle": "No user groups",
4300+
"noContentYetContent": "There are no user groups. Click on \"New Group\" to create one"
4301+
},
42984302
"mapsFilter": "Maps",
42994303
"dashboardsFilter": "Dashboards",
43004304
"geostoriesFilter": "Geostories",

web/client/translations/data.es-ES.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4285,6 +4285,10 @@
42854285
"noPublicContentTitle": "Recursos destacados",
42864286
"noPublicContentContent": "Este catálogo no tiene recursos destacados."
42874287
},
4288+
"groupsSection": {
4289+
"noContentYetTitle": "No hay grupos",
4290+
"noContentYetContent": "No hay grupos de usuarios. Haz clic en \"Nuevo grupo\" para crear uno"
4291+
},
42884292
"mapsFilter": "Mapas",
42894293
"dashboardsFilter": "Paneles de control",
42904294
"geostoriesFilter": "Geostories",

web/client/translations/data.fr-FR.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4286,6 +4286,10 @@
42864286
"noPublicContentTitle": "Ressources en vedette",
42874287
"noPublicContentContent": "Ce catalogue n'a pas de ressources en vedette."
42884288
},
4289+
"groupsSection": {
4290+
"noContentYetTitle": "Aucun groupe trouvé",
4291+
"noContentYetContent": "Il n'y a pas de groupes d'utilisateurs. Cliquez sur « Nouveau groupe » pour en créer un."
4292+
},
42894293
"mapsFilter": "Cartes",
42904294
"dashboardsFilter": "Tableaux de bord",
42914295
"geostoriesFilter": "Géostories",

web/client/translations/data.it-IT.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4288,6 +4288,10 @@
42884288
"noPublicContentTitle": "Risorse in evidenza",
42894289
"noPublicContentContent": "Questo catalogo non ha risorse in evidenza."
42904290
},
4291+
"groupsSection": {
4292+
"noContentYetTitle": "Non ci sono gruppi",
4293+
"noContentYetContent": "Non ci sono gruppi utenti. Clicca su \"Nuovo Gruppo\" per crearne uno"
4294+
},
42914295
"mapsFilter": "Mappe",
42924296
"dashboardsFilter": "Dashboard",
42934297
"geostoriesFilter": "Geostories",

0 commit comments

Comments
 (0)