mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-18 17:09:31 +00:00
Removed unnecessary translations
This commit is contained in:
parent
230ae0f447
commit
ac8b119414
5 changed files with 2 additions and 26 deletions
|
|
@ -144,7 +144,7 @@ class TypeSynonymsCollectionType extends AbstractType
|
|||
if ($child->has('dataSource')) {
|
||||
$child->get('dataSource')->addError(
|
||||
new FormError($this->translator->trans(
|
||||
'settings.system.data_source_synonyms.collection_type.duplicate',
|
||||
'settings.synonyms.type_synonyms.collection_type.duplicate',
|
||||
[], 'validators'
|
||||
))
|
||||
);
|
||||
|
|
@ -152,7 +152,7 @@ class TypeSynonymsCollectionType extends AbstractType
|
|||
if ($child->has('locale')) {
|
||||
$child->get('locale')->addError(
|
||||
new FormError($this->translator->trans(
|
||||
'settings.system.data_source_synonyms.collection_type.duplicate',
|
||||
'settings.synonyms.type_synonyms.collection_type.duplicate',
|
||||
[], 'validators'
|
||||
))
|
||||
);
|
||||
|
|
|
|||
|
|
@ -13659,11 +13659,5 @@ Vezměte prosím na vědomí, že se nemůžete vydávat za uživatele se zakáz
|
|||
<target>Minimální šířka náhledu (px)</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="a7uOieC" name="datasource.synonym">
|
||||
<segment state="translated">
|
||||
<source>datasource.synonym</source>
|
||||
<target>%name% (Váš synonymum: %synonym%)</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
|
|
@ -365,11 +365,5 @@
|
|||
<target>Neplatný kód. Zkontrolujte, zda je vaše ověřovací aplikace správně nastavena a zda je čas správně nastaven jak na serveru, tak na ověřovacím zařízení.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="djd7Z5r" name="settings.system.data_source_synonyms.collection_type.duplicate">
|
||||
<segment state="translated">
|
||||
<source>settings.system.data_source_synonyms.collection_type.duplicate</source>
|
||||
<target>Dvojitá kombinace zdroje dat a jazyka.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
|
|
@ -365,11 +365,5 @@
|
|||
<target>Ungültiger Code. Überprüfen Sie, ob die Authenticator App korrekt eingerichtet ist und ob der Server und das Gerät beide die korrekte Uhrzeit eingestellt haben.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="djd7Z5r" name="settings.system.data_source_synonyms.collection_type.duplicate">
|
||||
<segment state="translated">
|
||||
<source>settings.system.data_source_synonyms.collection_type.duplicate</source>
|
||||
<target>Doppelte Kombination aus Datenquelle und Sprache.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
|
|
@ -365,11 +365,5 @@
|
|||
<target>Invalid code. Check that your authenticator app is set up correctly and that both the server and authentication device has the time set correctly.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="djd7Z5r" name="settings.system.data_source_synonyms.collection_type.duplicate">
|
||||
<segment state="translated">
|
||||
<source>settings.system.data_source_synonyms.collection_type.duplicate</source>
|
||||
<target>Duplicate combination of data source and locale.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue