PHRAS-4139

This commit is contained in:
aynsix
2025-03-07 20:27:39 +03:00
parent 44eaae4981
commit c85da09744
9 changed files with 1115 additions and 939 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2025-03-03T17:36:11Z" source-language="en" target-language="de" datatype="plaintext" original="not.available"> <file date="2025-03-07T17:24:08Z" source-language="en" target-language="de" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note> <note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2025-03-03T17:36:26Z" source-language="en" target-language="en" datatype="plaintext" original="not.available"> <file date="2025-03-07T17:24:23Z" source-language="en" target-language="en" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note> <note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2025-03-03T17:36:44Z" source-language="en" target-language="fr" datatype="plaintext" original="not.available"> <file date="2025-03-07T17:24:42Z" source-language="en" target-language="fr" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note> <note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2"> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2025-03-03T17:37:05Z" source-language="en" target-language="nl" datatype="plaintext" original="not.available"> <file date="2025-03-07T17:25:05Z" source-language="en" target-language="nl" datatype="plaintext" original="not.available">
<header> <header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/> <tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note> <note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>

View File

@@ -25,7 +25,7 @@
</form> </form>
<div class="form_submit"> <div class="form_submit">
<button class="formsubmiter" data-form_selector="#report-connections-form">Download</button> <button class="formsubmiter" data-form_selector="#report-connections-form">{{'Download' | trans}}</button>
</div> </div>
</div> </div>
@@ -50,7 +50,7 @@
<div class="form2 form_content"> <div class="form2 form_content">
<div class="form_titre">{{ "report:: Permalink" | trans }}</div> <div class="form_titre">{{ "report:: Permalink" | trans }}</div>
<select name="permalink"> <select name="permalink">
<option value>{{ "report:: choose subdef permalink" }}</option> <option value>{{ "report:: choose subdef permalink" | trans }}</option>
{% for sbas_id,subdefs in availableSubdefName %} {% for sbas_id,subdefs in availableSubdefName %}
{% for subdefName in subdefs %} {% for subdefName in subdefs %}
<option class="subdeflist subdeflist-{{ sbas_id }}" value="{{ subdefName }}">{{ subdefName }}</option> <option class="subdeflist subdeflist-{{ sbas_id }}" value="{{ subdefName }}">{{ subdefName }}</option>
@@ -62,7 +62,7 @@
</form> </form>
<div class="form_submit"> <div class="form_submit">
<button class="formsubmiter" data-form_selector="#report-downloads-form">Download</button> <button class="formsubmiter" data-form_selector="#report-downloads-form">{{'Download' | trans}}</button>
</div> </div>
</div> </div>
@@ -108,7 +108,7 @@
<div class="form2 form_content"> <div class="form2 form_content">
<div class="form_titre">{{ "report:: Permalink" | trans }}</div> <div class="form_titre">{{ "report:: Permalink" | trans }}</div>
<select name="permalink"> <select name="permalink">
<option value>{{ "report:: choose subdef permalink" }}</option> <option value>{{ "report:: choose subdef permalink" | trans }}</option>
{% for sbas_id,subdefs in availableSubdefName %} {% for sbas_id,subdefs in availableSubdefName %}
{% for subdefName in subdefs %} {% for subdefName in subdefs %}
<option class="subdeflist subdeflist-{{ sbas_id }}" value="{{ subdefName }}">{{ subdefName }}</option> <option class="subdeflist subdeflist-{{ sbas_id }}" value="{{ subdefName }}">{{ subdefName }}</option>
@@ -121,7 +121,7 @@
</form> </form>
<div class="form_submit"> <div class="form_submit">
<button class="formsubmiter" data-form_selector="#report-records-form">Download</button> <button class="formsubmiter" data-form_selector="#report-records-form">{{'Download' | trans}}</button>
</div> </div>
</div> </div>