Skip to content

Commit 5eed6a3

Browse files
committed
Translate panoramax emptySelection message in French, English, Spanish, Italian and German
1 parent 174e4a2 commit 5eed6a3

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4300,6 +4300,9 @@
43004300
"projectionNotAvailable": "Die konfigurierte Projektion {srs} ist nicht verfügbar. Bitte kontaktieren Sie den Administrator."
43014301
},
43024302
"reloadAPI": "API neu laden"
4303+
},
4304+
"panoramax": {
4305+
"emptySelection": "Sie haben kein Bild ausgewählt."
43034306
}
43044307
},
43054308
"sidebarMenu": {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4271,6 +4271,9 @@
42714271
"projectionNotAvailable": "The projection {srs} configured is not available. Please contact the administrator."
42724272
},
42734273
"reloadAPI": "Reload API"
4274+
},
4275+
"panoramax": {
4276+
"emptySelection": "You have not selected an image."
42744277
}
42754278
},
42764279
"sidebarMenu": {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4261,6 +4261,9 @@
42614261
"projectionNotAvailable": "La proyección {srs} configurada no está disponible. Por favor, contacte al administrador."
42624262
},
42634263
"reloadAPI": "Recargar API"
4264+
},
4265+
"panoramax": {
4266+
"emptySelection": "No ha seleccionado ninguna imagen."
42644267
}
42654268
},
42664269
"sidebarMenu": {

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4261,7 +4261,9 @@
42614261
"invalidCredentials": "Identifiants invalides",
42624262
"projectionNotAvailable": "La projection {srs} configurée n'est pas disponible. Veuillez contacter l'administrateur."
42634263
},
4264-
"reloadAPI": "Recharger l'API"
4264+
"reloadAPI": "Recharger l'API"},
4265+
"panoramax": {
4266+
"emptySelection": "Vous n'avez pas sélectionné d'image."
42654267
}
42664268
},
42674269
"sidebarMenu": {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4263,6 +4263,9 @@
42634263
"projectionNotAvailable": "La proiezione {srs} configurata non è disponibile. Contattare l'amministratore."
42644264
},
42654265
"reloadAPI": "Ricarica API"
4266+
},
4267+
"panoramax": {
4268+
"emptySelection": "Non hai selezionato alcuna immagine."
42664269
}
42674270
},
42684271
"sidebarMenu": {

0 commit comments

Comments
 (0)