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

Qa #1944

Merged
merged 9 commits into from
Jan 22, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class ProjectsComponent implements OnInit, OnDestroy, AfterViewInit {
this.tableColumns = [
{
key: 'name',
label: $localize`:@@spSortsProject:Hanke`,
label: $localize`:@@spSortsProject:Hankkeen nimi`,
class: 'col-8 col-lg-5 col-xl-3',
mobile: true,
},
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4367,8 +4367,8 @@
<target state="new">Read more</target>
</trans-unit>
<trans-unit id="spSortsProject" datatype="html">
<source>Hanke</source>
<target state="new">Project</target>
<source>Hankkeen nimi</source>
<target state="new">Project's name</target>
</trans-unit>
<trans-unit id="spSortsAbbreviation" datatype="html">
<source>Lyhenne</source>
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/messages.sv.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4370,8 +4370,8 @@
<target state="new">Läs mera</target>
</trans-unit>
<trans-unit id="spSortsProject" datatype="html">
<source>Hanke</source>
<target state="new">Projekt</target>
<source>Hankkeen nimi</source>
<target state="new">Projektets namn</target>
</trans-unit>
<trans-unit id="spSortsAbbreviation" datatype="html">
<source>Lyhenne</source>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3286,7 +3286,7 @@
<source>Organisaatio</source>
</trans-unit>
<trans-unit id="spSortsProject" datatype="html">
<source>Hanke</source>
<source>Hankkeen nimi</source>
</trans-unit>
<trans-unit id="spSortsStartYear" datatype="html">
<source>Aloitusvuosi</source>
Expand Down
Loading