Skip to content

Commit

Permalink
Merge pull request #1924 from CSCfi/CSCTTV-4102
Browse files Browse the repository at this point in the history
localization changes
  • Loading branch information
konolak authored Jan 17, 2025
2 parents 6bc08c9 + 3cf0fb3 commit d267980
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/portal/components/results/results.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1 #srHeader aria-live="polite" class="sr-only"></h1>
routerLink="/service-info/"
fragment="service-info-2"
content="Lue lisää"
i18n-content="@@publication2.toNewSearch">
i18n-content="@@spReadMore">
</app-primary-action-button>
</div>
<div class="d-flex flex-column justify-content-center">
Expand Down
2 changes: 1 addition & 1 deletion src/app/portal/services/tab-change.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class TabChangeService {
},
{
data: 'projects',
label: 'Hankkeet',
label: $localize`:@@projects:Hankkeet`,
link: 'projects',
icon: faAlignLeft,
singular: $localize`:@@projectSingular:projekti`,
Expand Down
6 changes: 5 additions & 1 deletion src/i18n/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4351,7 +4351,7 @@
<target state="new">Limit search based on the organizations participating in the project.</target>
</trans-unit>
<trans-unit id="spFiltersKeywordsTooltip" datatype="html">
<source>Haun rajaus hankkeen tiedoissa olevien avainsanojen perusteella</source>
<source>Haun rajaus hankkeen tiedoissa olevien avainsanojen perusteella.</source>
<target state="new">Limit search based on the keywords in the project&apos;s information.</target>
</trans-unit>
<trans-unit id="projectsBetaDescription" datatype="html">
Expand All @@ -4366,6 +4366,10 @@
<source>Liittyvät organisaatiot</source>
<target state="new">Related organizations</target>
</trans-unit>
<trans-unit id="spReadMore" datatype="html">
<source>Lue lisää</source>
<target state="new">Read more</target>
</trans-unit>
</body>
</file>
</xliff>
8 changes: 6 additions & 2 deletions src/i18n/messages.sv.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4243,7 +4243,7 @@
</trans-unit>
<trans-unit id="relatedProjects" datatype="html">
<source>Hae hankkeeseen liittyvät (tulossa) </source>
<target>Relaterade till detta projekt (På kommande) </target>
<target>Relaterade till detta projekt (På kommande) </target>
</trans-unit>
<trans-unit id="projectSource" datatype="html">
<source>Hanketiedon lähde</source>
Expand Down Expand Up @@ -4339,7 +4339,7 @@
</trans-unit>
<trans-unit id="spFiltersStartYear" datatype="html">
<source>Aloitusvuosi</source>
<target state="new">Aloitusvuosi</target>
<target state="new">Startår</target>
</trans-unit>
<trans-unit id="spFiltersStartYearTooltip" datatype="html">
<source>Haun rajaus hankkeen alkamisvuoden mukaan.</source>
Expand Down Expand Up @@ -4369,6 +4369,10 @@
<source>Liittyvät organisaatiot</source>
<target state="new">Relaterade organisationer</target>
</trans-unit>
<trans-unit id="spReadMore" datatype="html">
<source>Lue lisää</source>
<target state="new">Läs mera</target>
</trans-unit>
</body>
</file>
</xliff>
5 changes: 4 additions & 1 deletion src/i18n/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3256,7 +3256,7 @@
<source>Organisaatio</source>
</trans-unit>
<trans-unit id="spFiltersOrganizationTooltip" datatype="html">
<source>Haun rajaus hankkeeseen osallistuvien organisaatioiden mukaa.n</source>
<source>Haun rajaus hankkeeseen osallistuvien organisaatioiden mukaan.</source>
</trans-unit>
<trans-unit id="spFiltersStartYear" datatype="html">
<source>Aloitusvuosi</source>
Expand All @@ -3279,6 +3279,9 @@
<trans-unit id="spResponsibleOrganization" datatype="html">
<source>Vastuuorganisaatio</source>
</trans-unit>
<trans-unit id="spReadMore" datatype="html">
<source>Lue lisää</source>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit d267980

Please sign in to comment.