mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-20 00:59:34 +00:00
Create frontend translation files and update configuration
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
This commit is contained in:
parent
8eb07caca4
commit
8400f3ed21
18 changed files with 956 additions and 9 deletions
|
|
@ -79,9 +79,9 @@ export default class extends Controller {
|
||||||
panelPlacement: this.element.dataset.panelPlacement,
|
panelPlacement: this.element.dataset.panelPlacement,
|
||||||
plugins: [recentSearchesPlugin],
|
plugins: [recentSearchesPlugin],
|
||||||
openOnFocus: true,
|
openOnFocus: true,
|
||||||
placeholder: trans("search.placeholder"),
|
placeholder: trans("search.placeholder", {}, 'frontend'),
|
||||||
translations: {
|
translations: {
|
||||||
submitButtonTitle: trans("search.submit")
|
submitButtonTitle: trans("search.submit", {}, 'frontend')
|
||||||
},
|
},
|
||||||
|
|
||||||
// Use a navigator compatible with turbo:
|
// Use a navigator compatible with turbo:
|
||||||
|
|
@ -150,7 +150,7 @@ export default class extends Controller {
|
||||||
},
|
},
|
||||||
templates: {
|
templates: {
|
||||||
header({ html }) {
|
header({ html }) {
|
||||||
return html`<span class="aa-SourceHeaderTitle">${trans("part.labelp")}</span>
|
return html`<span class="aa-SourceHeaderTitle">${trans("part.labelp", {}, 'frontend')}</span>
|
||||||
<div class="aa-SourceHeaderLine" />`;
|
<div class="aa-SourceHeaderLine" />`;
|
||||||
},
|
},
|
||||||
item({item, components, html}) {
|
item({item, components, html}) {
|
||||||
|
|
|
||||||
|
|
@ -88,23 +88,23 @@ export default class extends Controller {
|
||||||
|
|
||||||
switch (level) {
|
switch (level) {
|
||||||
case 0:
|
case 0:
|
||||||
text = trans("user.password_strength.very_weak");
|
text = trans("user.password_strength.very_weak", {}, 'frontend');
|
||||||
classes = "bg-danger badge-danger";
|
classes = "bg-danger badge-danger";
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
text = trans("user.password_strength.weak");
|
text = trans("user.password_strength.weak", {}, 'frontend');
|
||||||
classes = "bg-warning badge-warning";
|
classes = "bg-warning badge-warning";
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
text = trans("user.password_strength.medium")
|
text = trans("user.password_strength.medium", {}, 'frontend')
|
||||||
classes = "bg-info badge-info";
|
classes = "bg-info badge-info";
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
text = trans("user.password_strength.strong");
|
text = trans("user.password_strength.strong", {}, 'frontend');
|
||||||
classes = "bg-primary badge-primary";
|
classes = "bg-primary badge-primary";
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
text = trans("user.password_strength.very_strong");
|
text = trans("user.password_strength.very_strong", {}, 'frontend');
|
||||||
classes = "bg-success badge-success";
|
classes = "bg-success badge-success";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
|
|
@ -204,7 +204,7 @@ export default class extends Controller {
|
||||||
|
|
||||||
if (data.not_in_db_yet) {
|
if (data.not_in_db_yet) {
|
||||||
//Not yet added items are shown italic and with a badge
|
//Not yet added items are shown italic and with a badge
|
||||||
name += "<i><b>" + escape(data.text) + "</b></i>" + "<span class='ms-3 badge bg-info badge-info'>" + trans("entity.select.group.new_not_added_to_DB") + "</span>";
|
name += "<i><b>" + escape(data.text) + "</b></i>" + "<span class='ms-3 badge bg-info badge-info'>" + trans("entity.select.group.new_not_added_to_DB", {}, 'frontend') + "</span>";
|
||||||
} else {
|
} else {
|
||||||
name += "<b>" + escape(data.text) + "</b>";
|
name += "<b>" + escape(data.text) + "</b>";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
ux_translator:
|
ux_translator:
|
||||||
# The directory where the JavaScript translations are dumped
|
# The directory where the JavaScript translations are dumped
|
||||||
dump_directory: '%kernel.project_dir%/var/translations'
|
dump_directory: '%kernel.project_dir%/var/translations'
|
||||||
|
# Only include the frontend translation domain in the JavaScript bundle
|
||||||
|
domains:
|
||||||
|
- 'frontend'
|
||||||
|
|
||||||
when@prod:
|
when@prod:
|
||||||
ux_translator:
|
ux_translator:
|
||||||
|
|
|
||||||
80
translations/frontend.cs.xlf
Normal file
80
translations/frontend.cs.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="cs">
|
||||||
|
<file id="frontend.cs">
|
||||||
|
<unit id="eLrezdb" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Hledat</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Díly</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="S4CxO.T" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>Nový (zatím nebyl přidán do DB)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="9rnHbSK" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>Velmi slabé</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="gKHmHwM" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>Slabé</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="c44gN8b" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>Střední</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="NwiBLHc" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>Silné</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Bw.iCUm" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>Velmi silné</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="U5IhkwB" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>Jdi!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
80
translations/frontend.da.xlf
Normal file
80
translations/frontend.da.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="da">
|
||||||
|
<file id="frontend.da">
|
||||||
|
<unit id="lQ8QeGr" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Søg</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Komponenter</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="_cXCaLo" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>Ny (endnu ikke tilføjet til database)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="RdFvZsb" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>Meget svag</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="IBjmblZ" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>Svag</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="qSm_ID0" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>Middel</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="aWAaADS" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>Stærk</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Wa9CStW" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>Meget stærk</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="N66qZeD" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>Kom nu!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
80
translations/frontend.de.xlf
Normal file
80
translations/frontend.de.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="de">
|
||||||
|
<file id="frontend.de">
|
||||||
|
<unit id="eLrezdb" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Suche</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Bauteile</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="S4CxO.T" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>Neu (noch nicht zur DB hinzugefügt)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="9rnHbSK" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>Sehr schwach</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="gKHmHwM" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>Schwach</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="c44gN8b" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>Mittel</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="NwiBLHc" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>Stark</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Bw.iCUm" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>Sehr stark</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="U5IhkwB" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>Los!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
28
translations/frontend.el.xlf
Normal file
28
translations/frontend.el.xlf
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="el">
|
||||||
|
<file id="frontend.el">
|
||||||
|
<unit id="lQ8QeGr" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Αναζήτηση</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
80
translations/frontend.en.xlf
Normal file
80
translations/frontend.en.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="en">
|
||||||
|
<file id="frontend.en">
|
||||||
|
<unit id="eLrezdb" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Search</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Parts</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="S4CxO.T" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>New (not added to DB yet)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="9rnHbSK" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>Very weak</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="gKHmHwM" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>Weak</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="c44gN8b" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>Medium</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="NwiBLHc" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>Strong</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Bw.iCUm" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>Very strong</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="U5IhkwB" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>Go!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
80
translations/frontend.es.xlf
Normal file
80
translations/frontend.es.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="es">
|
||||||
|
<file id="frontend.es">
|
||||||
|
<unit id="eLrezdb" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Buscar</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Componentes</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="S4CxO.T" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>Nuevo (no añadido a la base de datos)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="9rnHbSK" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>Muy débil</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="gKHmHwM" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>Débil</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="c44gN8b" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>Medio</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="NwiBLHc" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>Fuerte</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Bw.iCUm" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>Muy fuerte</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="U5IhkwB" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>¡Vamos!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
44
translations/frontend.fr.xlf
Normal file
44
translations/frontend.fr.xlf
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="fr">
|
||||||
|
<file id="frontend.fr">
|
||||||
|
<unit id="lQ8QeGr" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Recherche</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Composants</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="N66qZeD" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>Rechercher!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
80
translations/frontend.hu.xlf
Normal file
80
translations/frontend.hu.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="hu">
|
||||||
|
<file id="frontend.hu">
|
||||||
|
<unit id="eLrezdb" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Keresés</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Alkatrészek</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="S4CxO.T" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>Új (még nem hozzáadva az adatbázishoz)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="9rnHbSK" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>Nagyon gyenge</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="gKHmHwM" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>Gyenge</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="c44gN8b" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>Közepes</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="NwiBLHc" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>Erős</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Bw.iCUm" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>Nagyon erős</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="U5IhkwB" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>Indítás!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
80
translations/frontend.it.xlf
Normal file
80
translations/frontend.it.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="it">
|
||||||
|
<file id="frontend.it">
|
||||||
|
<unit id="eLrezdb" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Ricerca</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Componenti</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="S4CxO.T" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>Nuovo (non ancora aggiunto al DB)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="9rnHbSK" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>Molto debole</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="gKHmHwM" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>Debole</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="c44gN8b" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>Media</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="NwiBLHc" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>Forte</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Bw.iCUm" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>Molto forte</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="U5IhkwB" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>Cerca!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
44
translations/frontend.ja.xlf
Normal file
44
translations/frontend.ja.xlf
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="ja">
|
||||||
|
<file id="frontend.ja">
|
||||||
|
<unit id="lQ8QeGr" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>検索</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>部品</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="N66qZeD" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>検索</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
28
translations/frontend.nl.xlf
Normal file
28
translations/frontend.nl.xlf
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="nl">
|
||||||
|
<file id="frontend.nl">
|
||||||
|
<unit id="lQ8QeGr" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Zoeken</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
80
translations/frontend.pl.xlf
Normal file
80
translations/frontend.pl.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="pl">
|
||||||
|
<file id="frontend.pl">
|
||||||
|
<unit id="eLrezdb" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Szukaj</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Komponenty</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="S4CxO.T" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>Nowość (jeszcze niedodana do DB)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="9rnHbSK" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>Bardzo słabe</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="gKHmHwM" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>Słabe</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="c44gN8b" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>Średnie</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="NwiBLHc" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>Mocne</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Bw.iCUm" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>Bardzo mocne</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="U5IhkwB" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>Idź!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
80
translations/frontend.ru.xlf
Normal file
80
translations/frontend.ru.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="ru">
|
||||||
|
<file id="frontend.ru">
|
||||||
|
<unit id="eLrezdb" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>Поиск</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>Компоненты</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="S4CxO.T" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>Новый (еще не добавленный в БД)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="9rnHbSK" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>Очень слабый</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="gKHmHwM" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>Слабый</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="c44gN8b" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>Средний</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="NwiBLHc" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>Сильный</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Bw.iCUm" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>Очень сильный</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="U5IhkwB" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>Поехали!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
80
translations/frontend.zh.xlf
Normal file
80
translations/frontend.zh.xlf
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="zh">
|
||||||
|
<file id="frontend.zh">
|
||||||
|
<unit id="lQ8QeGr" name="search.placeholder">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:67</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:61</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:27</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:43</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_sidebar.html.twig:63</note>
|
||||||
|
<note priority="1">templates\AdminPages\EntityAdminBase.html.twig:9</note>
|
||||||
|
<note priority="1">templates\base.html.twig:80</note>
|
||||||
|
<note priority="1">templates\base.html.twig:179</note>
|
||||||
|
<note priority="1">templates\base.html.twig:206</note>
|
||||||
|
<note priority="1">templates\base.html.twig:237</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.placeholder</source>
|
||||||
|
<target>搜索</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="R4hoCqe" name="part.labelp">
|
||||||
|
<segment>
|
||||||
|
<source>part.labelp</source>
|
||||||
|
<target>部件</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="_cXCaLo" name="entity.select.group.new_not_added_to_DB">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>entity.select.group.new_not_added_to_DB</source>
|
||||||
|
<target>新建(尚未添加到数据库)</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="RdFvZsb" name="user.password_strength.very_weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_weak</source>
|
||||||
|
<target>非常弱</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="IBjmblZ" name="user.password_strength.weak">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.weak</source>
|
||||||
|
<target>弱</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="qSm_ID0" name="user.password_strength.medium">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.medium</source>
|
||||||
|
<target>中</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="aWAaADS" name="user.password_strength.strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.strong</source>
|
||||||
|
<target>强</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="Wa9CStW" name="user.password_strength.very_strong">
|
||||||
|
<segment state="translated">
|
||||||
|
<source>user.password_strength.very_strong</source>
|
||||||
|
<target>非常强</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
<unit id="N66qZeD" name="search.submit">
|
||||||
|
<notes>
|
||||||
|
<note category="file-source" priority="1">Part-DB1\templates\_navbar_search.html.twig:68</note>
|
||||||
|
<note priority="1">Part-DB1\templates\_navbar_search.html.twig:62</note>
|
||||||
|
</notes>
|
||||||
|
<segment state="translated">
|
||||||
|
<source>search.submit</source>
|
||||||
|
<target>GO!</target>
|
||||||
|
</segment>
|
||||||
|
</unit>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue