File tree Expand file tree Collapse file tree 6 files changed +21
-7
lines changed
components/single/single-publication Expand file tree Collapse file tree 6 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ <h3 class="fw-bold font-size-normal">{{ label }}</h3>
1010 < div class ="col-auto px-0 ">
1111 < app-secondary-button
1212 *ngIf ="displayButton "
13- i18n-content ="@@edit "
14- content ="Muokkaa "
13+ i18n-content ="@@reselect "
14+ content ="Vaihda valintoja "
1515 (click) ="openDialog($event) "
1616 > </ app-secondary-button >
1717 </ div >
Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ export class SinglePublicationComponent
795795 ? $localize `:@@yes:Kyllä`
796796 : source . internationalCollaboration === "0"
797797 ? $localize `:@@no:Ei`
798- : $localize `@@unknown:Ei tiedossa ` ;
798+ : $localize `: @@unknown:Ei tietoa ` ;
799799
800800 source . internationalPublication =
801801 source . internationalPublication === 1
@@ -809,7 +809,7 @@ export class SinglePublicationComponent
809809 ? $localize `:@@yes:Kyllä`
810810 : source . businessCollaboration === "0"
811811 ? $localize `:@@no:Ei`
812- : $localize `@@unknown:Ei tiedossa ` ;
812+ : $localize `: @@unknown:Ei tietoa ` ;
813813
814814 // Get & set publication type label
815815 if (
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export class PublicationAdapter implements Adapter<Publication> {
132132 } else if ( item . selfArchivedCode === 0 ) {
133133 archiveCodeText = $localize `:@@no:Ei` ;
134134 } else {
135- archiveCodeText = $localize `:@@unknown:Ei tiedossa ` ;
135+ archiveCodeText = $localize `:@@unknown:Ei tietoa ` ;
136136 }
137137
138138 let articleTypeText = '' ;
Original file line number Diff line number Diff line change 62576257 <target >Terms of use</target >
62586258 </trans-unit >
62596259
6260- <trans-unit id =" footer.link.accessability " datatype =" html" >
6260+ <trans-unit id =" footer.link.accessibility " datatype =" html" >
62616261 <source >Saavutettavuusseloste</source >
62626262 <target >Accessibility statement</target >
62636263 </trans-unit >
62666266 <source >Vaihda valintoja</source >
62676267 <target >Switch choices</target >
62686268 </trans-unit >
6269+
6270+ <trans-unit id =" unknown" datatype =" html" >
6271+ <source >Ei tietoa</source >
6272+ <target >Unknown</target >
6273+ </trans-unit >
62696274 </body >
62706275 </file >
62716276</xliff >
Original file line number Diff line number Diff line change @@ -6261,7 +6261,7 @@ uppgifter till datalagret för forskningsinformation. De gemensamma personuppgif
62616261 <target >Användarvillkor</target >
62626262 </trans-unit >
62636263
6264- <trans-unit id =" footer.link.accessability " datatype =" html" >
6264+ <trans-unit id =" footer.link.accessibility " datatype =" html" >
62656265 <source >Saavutettavuusseloste</source >
62666266 <target >Tillgänglighetsredogörelse</target >
62676267 </trans-unit >
@@ -6270,6 +6270,11 @@ uppgifter till datalagret för forskningsinformation. De gemensamma personuppgif
62706270 <source >Vaihda valintoja</source >
62716271 <target >Växla val</target >
62726272 </trans-unit >
6273+
6274+ <trans-unit id =" unknown" datatype =" html" >
6275+ <source >Ei tietoa</source >
6276+ <target >Okänd</target >
6277+ </trans-unit >
62736278 </body >
62746279 </file >
62756280</xliff >
Original file line number Diff line number Diff line change 23502350 <trans-unit id =" reselect" datatype =" html" >
23512351 <source >Vaihda valintoja</source >
23522352 </trans-unit >
2353+
2354+ <trans-unit id =" unknown" datatype =" html" >
2355+ <source >Ei tietoa</source >
2356+ </trans-unit >
23532357 </body >
23542358 </file >
23552359</xliff >
You can’t perform that action at this time.
0 commit comments