Skip to content

Commit

Permalink
i18n: fix typos, translate table form deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhidki committed Feb 19, 2025
1 parent aafe415 commit afef864
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
20 changes: 18 additions & 2 deletions timApp/i18n/messages.fi.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -10531,7 +10531,7 @@ Ole hyvä ja luo ensin kirjautumiskoodit.</target>
</trans-unit>
<trans-unit id="6129598176641143387" datatype="html">
<source>New members will be notified by email.</source>
<target state="translated">Uusille jäsenille on lähetetään ilmoitus sähköpostitse.</target>
<target state="translated">Uusille käyttäjille lähetetään ilmoitus sähköpostitse.</target>
<context-group purpose="location">
<context context-type="sourcefile">static/scripts/tim/plugin/tableForm/table-form.component.ts</context>
<context context-type="linenumber">1638,1636</context>
Expand All @@ -10540,7 +10540,7 @@ Ole hyvä ja luo ensin kirjautumiskoodit.</target>
<trans-unit id="8143693159335456296" datatype="html">
<source>Please provide email addresses or usernames.
Separate multiple addresses with commas or write each address on a new line.</source>
<target state="translated">Anna ryhmään lisättävät sähköpostiosoitteet tai käyttäjätunnukset.
<target state="translated">Anna ryhmään lisättävät sähköpostiosoitteet.
Syötä useiden käyttäjien osoitteet allekkain tai pilkulla erotettuina.</target>
<context-group purpose="location">
<context context-type="sourcefile">static/scripts/tim/plugin/tableForm/table-form.component.ts</context>
Expand Down Expand Up @@ -10587,6 +10587,22 @@ Syötä useiden käyttäjien osoitteet allekkain tai pilkulla erotettuina.</targ
<context context-type="linenumber">47,49</context>
</context-group>
</trans-unit>
<trans-unit id="808449486721217429" datatype="html">
<source>&lt;b&gt;Really remove the following users from group&lt;/b&gt; </source>
<target state="translated">&lt;b&gt;Poistetaanko seuraavat käyttäjätunnukset ryhmästä&lt;/b&gt; </target>
<context-group purpose="location">
<context context-type="sourcefile">static/scripts/tim/plugin/tableForm/table-form.component.ts</context>
<context context-type="linenumber">1204</context>
</context-group>
</trans-unit>
<trans-unit id="5532251880411219076" datatype="html">
<source>Remove users from group </source>
<target state="translated">Poista käyttäjät ryhmästä </target>
<context-group purpose="location">
<context context-type="sourcefile">static/scripts/tim/plugin/tableForm/table-form.component.ts</context>
<context context-type="linenumber">1209</context>
</context-group>
</trans-unit>
</body>
</file>
</xliff>
16 changes: 16 additions & 0 deletions timApp/i18n/messages.sv.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -10492,6 +10492,22 @@ Separate multiple addresses with commas or write each address on a new line.</ta
<context context-type="linenumber">1653</context>
</context-group>
</trans-unit>
<trans-unit id="808449486721217429" datatype="html">
<source>&lt;b&gt;Really remove the following users from group&lt;/b&gt; </source>
<target state="new">&lt;b&gt;Really remove the following users from group&lt;/b&gt; </target>
<context-group purpose="location">
<context context-type="sourcefile">static/scripts/tim/plugin/tableForm/table-form.component.ts</context>
<context context-type="linenumber">1204</context>
</context-group>
</trans-unit>
<trans-unit id="5532251880411219076" datatype="html">
<source>Remove users from group </source>
<target state="new">Remove users from group </target>
<context-group purpose="location">
<context context-type="sourcefile">static/scripts/tim/plugin/tableForm/table-form.component.ts</context>
<context context-type="linenumber">1209</context>
</context-group>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -1201,12 +1201,12 @@ export class TableFormComponent
const dr = await to2(
showInputDialog({
text:
"<b>Really remove the following users from group:</b> " +
$localize`<b>Really remove the following users from group</b> ` +
group +
"<br>\n<pre>\n" +
"<b>?</b><br>\n<pre>\n" +
msg +
"\n</pre>",
title: "Remove users from group " + group,
title: $localize`Remove users from group ` + group,
isInput: InputDialogKind.ValidatorOnly,
validator: async () => {
const ulist = TableFormComponent.makeUserList(
Expand Down

0 comments on commit afef864

Please sign in to comment.