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>
10
10
< div class ="col-auto px-0 ">
11
11
< app-secondary-button
12
12
*ngIf ="displayButton "
13
- i18n-content ="@@edit "
14
- content ="Muokkaa "
13
+ i18n-content ="@@reselect "
14
+ content ="Vaihda valintoja "
15
15
(click) ="openDialog($event) "
16
16
> </ app-secondary-button >
17
17
</ div >
Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ export class SinglePublicationComponent
795
795
? $localize `:@@yes:Kyllä`
796
796
: source . internationalCollaboration === "0"
797
797
? $localize `:@@no:Ei`
798
- : $localize `@@unknown:Ei tiedossa ` ;
798
+ : $localize `: @@unknown:Ei tietoa ` ;
799
799
800
800
source . internationalPublication =
801
801
source . internationalPublication === 1
@@ -809,7 +809,7 @@ export class SinglePublicationComponent
809
809
? $localize `:@@yes:Kyllä`
810
810
: source . businessCollaboration === "0"
811
811
? $localize `:@@no:Ei`
812
- : $localize `@@unknown:Ei tiedossa ` ;
812
+ : $localize `: @@unknown:Ei tietoa ` ;
813
813
814
814
// Get & set publication type label
815
815
if (
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export class PublicationAdapter implements Adapter<Publication> {
132
132
} else if ( item . selfArchivedCode === 0 ) {
133
133
archiveCodeText = $localize `:@@no:Ei` ;
134
134
} else {
135
- archiveCodeText = $localize `:@@unknown:Ei tiedossa ` ;
135
+ archiveCodeText = $localize `:@@unknown:Ei tietoa ` ;
136
136
}
137
137
138
138
let articleTypeText = '' ;
Original file line number Diff line number Diff line change 6257
6257
<target >Terms of use</target >
6258
6258
</trans-unit >
6259
6259
6260
- <trans-unit id =" footer.link.accessability " datatype =" html" >
6260
+ <trans-unit id =" footer.link.accessibility " datatype =" html" >
6261
6261
<source >Saavutettavuusseloste</source >
6262
6262
<target >Accessibility statement</target >
6263
6263
</trans-unit >
6266
6266
<source >Vaihda valintoja</source >
6267
6267
<target >Switch choices</target >
6268
6268
</trans-unit >
6269
+
6270
+ <trans-unit id =" unknown" datatype =" html" >
6271
+ <source >Ei tietoa</source >
6272
+ <target >Unknown</target >
6273
+ </trans-unit >
6269
6274
</body >
6270
6275
</file >
6271
6276
</xliff >
Original file line number Diff line number Diff line change @@ -6261,7 +6261,7 @@ uppgifter till datalagret för forskningsinformation. De gemensamma personuppgif
6261
6261
<target >Användarvillkor</target >
6262
6262
</trans-unit >
6263
6263
6264
- <trans-unit id =" footer.link.accessability " datatype =" html" >
6264
+ <trans-unit id =" footer.link.accessibility " datatype =" html" >
6265
6265
<source >Saavutettavuusseloste</source >
6266
6266
<target >Tillgänglighetsredogörelse</target >
6267
6267
</trans-unit >
@@ -6270,6 +6270,11 @@ uppgifter till datalagret för forskningsinformation. De gemensamma personuppgif
6270
6270
<source >Vaihda valintoja</source >
6271
6271
<target >Växla val</target >
6272
6272
</trans-unit >
6273
+
6274
+ <trans-unit id =" unknown" datatype =" html" >
6275
+ <source >Ei tietoa</source >
6276
+ <target >Okänd</target >
6277
+ </trans-unit >
6273
6278
</body >
6274
6279
</file >
6275
6280
</xliff >
Original file line number Diff line number Diff line change 2350
2350
<trans-unit id =" reselect" datatype =" html" >
2351
2351
<source >Vaihda valintoja</source >
2352
2352
</trans-unit >
2353
+
2354
+ <trans-unit id =" unknown" datatype =" html" >
2355
+ <source >Ei tietoa</source >
2356
+ </trans-unit >
2353
2357
</body >
2354
2358
</file >
2355
2359
</xliff >
You can’t perform that action at this time.
0 commit comments