diff --git a/.github/config/.finnishwords.txt b/.github/config/.finnishwords.txt
index 903927644..8c58ae752 100644
--- a/.github/config/.finnishwords.txt
+++ b/.github/config/.finnishwords.txt
@@ -96,18 +96,14 @@ kansio
kansioille
kansioina
kansion
-kansion
kansiossa
kansiot
-kansiot
-kansiota
kansiota
kanssa
kanssasi
käynnissä
käynnistyy
käytä
-käytä
käytettävissä
käytetylle
käytössä
@@ -165,6 +161,7 @@ koskevia
kulutuksesta
kulutus
kunnes
+kuvaus
kyseisen
ladata
ladattavat
@@ -174,7 +171,6 @@ lähetettäväksi
lähetettävät
lähetettiin
lähetetyt
-lähetetyt
lähettäessä
lähettäjän
lähettämistä
@@ -318,7 +314,6 @@ projekteja
projekti
projektia
projektien
-projektien
projektiin
projektilla
projektille
@@ -350,6 +345,7 @@ rajoitteiden
resurssienkäyttö
resurssit
rivinvaihtoa
+saavutettavuus
sähköpostitse
säiliö
säiliöitä
@@ -432,7 +428,6 @@ tarkoittaen
tarvitset
tässä
tätä
-tätä
taustalla
tavallisesti
täytyy
@@ -450,6 +445,7 @@ tieto
tietoa
tietosivulta
tietotekniikan
+tietotekniikkakeskus
tila
tilan
tilankäyttö
@@ -472,6 +468,7 @@ tunnuksen
tunnus
tunti
tuo
+tuottaa
tyhjä
tyhjennä
tyyppi
diff --git a/swift_browser_ui_frontend/public/index.html b/swift_browser_ui_frontend/public/index.html
index cad8bd1e9..8c9283e04 100644
--- a/swift_browser_ui_frontend/public/index.html
+++ b/swift_browser_ui_frontend/public/index.html
@@ -7,6 +7,8 @@
+
+
Swift browser UI
diff --git a/swift_browser_ui_frontend/src/common/lang.js b/swift_browser_ui_frontend/src/common/lang.js
index c76fe1060..8ec546dab 100644
--- a/swift_browser_ui_frontend/src/common/lang.js
+++ b/swift_browser_ui_frontend/src/common/lang.js
@@ -177,7 +177,7 @@ let default_translations = {
instructions: "Share ID instructions",
close_instructions: "Close instructions",
share_cont: "Share the bucket",
- share_title: "Share folder: ",
+ share_title: "Share folder",
share_subtitle:
"This folder is already accessible to all the members" +
" of this project.",
@@ -196,7 +196,7 @@ let default_translations = {
shared_successfully: "Folder was shared successfully!",
project_id: "Project ID",
field_label: "Project Identifiers to share with",
- field_placeholder: "Add Project IDs",
+ field_placeholder: "Add Share IDs",
cancel: "Cancel",
confirm: "Share",
to_me: "Shared to the project",
@@ -451,6 +451,12 @@ let default_translations = {
sharing: "Sharing API tokens",
about: "About Sensitive Data Services",
},
+ footerMenu:{
+ groupandprogram:"Sensitive Data Services - SD Connect",
+ csc:"Powered by CSC - IT Center for Science Ltd.",
+ servicedescription:"Service Description",
+ accessibility:"Accessibility",
+ },
},
},
fi: {
@@ -621,7 +627,7 @@ let default_translations = {
instructions: "Jaa tunnus ohjeet",
close_instructions: "Sulje ohjeet",
share_cont: "Jaa säiliö",
- share_title: "Jaa kansio: ",
+ share_title: "Jaa kansio ",
share_subtitle:
"Tämä kansio on jo kaikkien tämän projektin jäsenten käytettävissä.",
share_other_projects: "Jaa toisen projektin kanssa",
@@ -634,7 +640,7 @@ let default_translations = {
read_perm: "Salli säiliön luku",
write_perm: "Salli säiliöön kirjoitus",
shared_successfully: "Kansion jakaminen onnistui!",
- project_id: "Projektin tunnus",
+ project_id: "Jaa tunnus",
field_label: "Jaa projektitunnisteille",
field_placeholder: "Lisää projektitunnukset",
cancel: "Peru",
@@ -885,6 +891,12 @@ let default_translations = {
sharing: "API avainten jakaminen",
about: "Tietoa",
},
+ footerMenu:{
+ groupandprogram:"Sensitive Data Service-SD Connect",
+ csc:"Palvelun tuottaa CSC -Tieteen Tietotekniikkakeskus Oy",
+ servicedescription: "Palvelun Kuvaus",
+ accessibility:"Saavutettavuus",
+ },
},
},
};
diff --git a/swift_browser_ui_frontend/src/components/CFooter.vue b/swift_browser_ui_frontend/src/components/CFooter.vue
new file mode 100644
index 000000000..c2115f74d
--- /dev/null
+++ b/swift_browser_ui_frontend/src/components/CFooter.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
diff --git a/swift_browser_ui_frontend/src/components/EditTagsModal.vue b/swift_browser_ui_frontend/src/components/EditTagsModal.vue
index 6ee85eedb..cffc26b93 100644
--- a/swift_browser_ui_frontend/src/components/EditTagsModal.vue
+++ b/swift_browser_ui_frontend/src/components/EditTagsModal.vue
@@ -27,7 +27,7 @@
size="large"
@click="toggleEditTagsModal"
>
- {{ $t("message.cancel") }}
+ {{ $t("message.cancel") }}
-
diff --git a/swift_browser_ui_frontend/src/pages/IndexOIDCPage.vue b/swift_browser_ui_frontend/src/pages/IndexOIDCPage.vue
index 3534955e4..7ca4ba0fe 100644
--- a/swift_browser_ui_frontend/src/pages/IndexOIDCPage.vue
+++ b/swift_browser_ui_frontend/src/pages/IndexOIDCPage.vue
@@ -38,23 +38,6 @@
-
@@ -71,25 +54,6 @@ c-login-card {
c-button {
margin-top: 2rem;
}
-footer {
- background-color: var(--csc-light-grey);
- color: var(--csc-dark-grey);
- padding: 1rem 0 1rem;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
-}
-footer h5 {
- font-weight: bold;
-}
-footer p {
- font-size: 0.875rem;
- line-height: 1rem;
-}
-footer c-flex {
- display: flex;
- justify-content: space-around;
- text-align: center;
-}
+
+
diff --git a/swift_browser_ui_frontend/src/pages/IndexPage.vue b/swift_browser_ui_frontend/src/pages/IndexPage.vue
index 343b677f3..ebbcb1ae0 100644
--- a/swift_browser_ui_frontend/src/pages/IndexPage.vue
+++ b/swift_browser_ui_frontend/src/pages/IndexPage.vue
@@ -93,31 +93,21 @@
-
+
-