Skip to content
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

Feature 1367: Datenkatalog Tabs erstellen #1407

Merged
merged 13 commits into from
Jan 7, 2025
13 changes: 11 additions & 2 deletions ui/locales/app.de.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"menu_layers": "Angezeigte Daten",
"menu_tools": "Werkzeuge",
"menu_share": "Teilen",
"menu_projects": "Projekte",
"menu_settings": "Einstellungen",
"app_cancel_btn_label": "Abbrechen",
"by": "von",
"cam_configuration_header": "Kamera-Einstellungen",
Expand Down Expand Up @@ -87,12 +92,16 @@
"dtd_slice_arrows_hidden": "Um die Slicing-Box zu ändern, schalten Sie die Überhöhung aus",
"dtd_time_journey": "Zeitreise",
"dtd_topic_kml_tag": "Themen-Objekt",
"dtd_user_content_label": "Eigenen Inhalt hinzufügen",
"dtd_voxel_filter": "Filter öffnen",
"dtd_zoom_to": "Heranzoomen",
"dtd_tab_labels": {
"catalog": "Datenkatalog",
"upload": "Upload",
"options": "Einstellungen"
},
"duplicate_to_project": "Zu Projekt duplizieren",
"edit_project": "Projekt bearbeiten",
"header_search_placeholder": "Suche...",
"header_search_placeholder": "Suche nach...",
"lsb_cesium_toolbar_label": "Cesium-Toolbar",
"lsb_debug_tools": "Debugtools",
"lsb_settings": "Einstellungen",
Expand Down
13 changes: 11 additions & 2 deletions ui/locales/app.en.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"menu_layers": "Angezeigte Daten",
"menu_tools": "Werkzeuge",
"menu_share": "Teilen",
"menu_projects": "Projekte",
"menu_settings": "Einstellungen",
"app_cancel_btn_label": "Cancel",
"by": "by",
"cam_configuration_header": "Camera configuration",
Expand Down Expand Up @@ -87,12 +92,16 @@
"dtd_slice_arrows_hidden": "To change the slicing box, switch off the exaggeration",
"dtd_time_journey": "Journey through time",
"dtd_topic_kml_tag": "Topic object",
"dtd_user_content_label": "Add user content",
"dtd_voxel_filter": "Open Filter",
"dtd_zoom_to": "Zoom to",
"dtd_tab_labels": {
"catalog": "Data Catalog",
"upload": "Upload",
"options": "Options"
},
"duplicate_to_project": "Duplicate to my projects",
"edit_project": "Edit project",
"header_search_placeholder": "Search...",
"header_search_placeholder": "Search by...",
"lsb_cesium_toolbar_label": "Cesium Toolbar",
"lsb_debug_tools": "Debug tools",
"lsb_settings": "Settings",
Expand Down
13 changes: 11 additions & 2 deletions ui/locales/app.fr.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"menu_layers": "Données Affichées",
"menu_tools": "Outils",
"menu_share": "Partager",
"menu_projects": "Projets",
"menu_settings": "Paramètres",
"app_cancel_btn_label": "Annuler",
"by": "de",
"cam_configuration_header": "Configuration de la caméra",
Expand Down Expand Up @@ -87,12 +92,16 @@
"dtd_slice_arrows_hidden": "Pour modifier la boîte de découpage, désactivez l'exagération",
"dtd_time_journey": "Voyage dans le temps",
"dtd_topic_kml_tag": "Objet du thème",
"dtd_user_content_label": "Ajouter propre contenu",
"dtd_voxel_filter": "Ouvrir le filtre",
"dtd_zoom_to": "Zoom sur",
"dtd_tab_labels": {
"catalog": "Catalogue de données",
"upload": "Upload",
"options": "Réglages"
},
"duplicate_to_project": "Dupliquer comme projet",
"edit_project": "Editer projet",
"header_search_placeholder": "Recherche...",
"header_search_placeholder": "Recherche par...",
"lsb_cesium_toolbar_label": "Cesium Toolbar",
"lsb_debug_tools": "Debug tools",
"lsb_settings": "Paramètres",
Expand Down
13 changes: 11 additions & 2 deletions ui/locales/app.it.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"menu_layers": "Dati Visualizzati",
"menu_tools": "Strumenti",
"menu_share": "Condividi",
"menu_projects": "Progetti",
"menu_settings": "Impostazioni",
"app_cancel_btn_label": "Cancellare",
"by": "di",
"cam_configuration_header": "Configurazione della camera",
Expand Down Expand Up @@ -87,12 +92,16 @@
"dtd_slice_arrows_hidden": "Per modificare il riquadro di affettatura, disattivare l'esagerazione",
"dtd_time_journey": "Viaggio nel tempo",
"dtd_topic_kml_tag": "Oggetto di tema",
"dtd_user_content_label": "Aggiungere propio contenuto",
"dtd_voxel_filter": "Aprire il filtro",
"dtd_zoom_to": "Zoom su",
"dtd_tab_labels": {
"catalog": "Catalogo di dati",
"upload": "Upload",
"options": "Impostazioni"
},
"duplicate_to_project": "Duplicare nei progetti",
"edit_project": "Editare progetto",
"header_search_placeholder": "Ricercare...",
"header_search_placeholder": "Ricercare per...",
"lsb_cesium_toolbar_label": "Cesium Toolbar",
"lsb_debug_tools": "Debug tools",
"lsb_settings": "Impostazioni",
Expand Down
Loading
Loading