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

localization changes #1924

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading