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

EZP-31581: Added missing translation #1352

Merged
merged 1 commit into from
Apr 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/bundle/Resources/translations/validators.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<target state="new">Content Type identifier may only contain letters from "a" to "z", numbers and underscores.</target>
<note>key: ez.content_type.identifier.pattern</note>
</trans-unit>
<trans-unit id="e03cdf7df4e43a891269e0bbe734e7bab5cc61eb" resname="ez.content_type.identifier.unique">
<source>The Content Type identifier "%identifier%" is used by another Content Type. Enter a unique identifier.</source>
<target>The Content Type identifier "%identifier%" is used by another Content Type. Enter a unique identifier.</target>
<note>key: ez.content_type.identifier.unique</note>
</trans-unit>
<trans-unit id="7ecfa6bd2c1993d18d067f3abe3acebeb9c2458c" resname="ez.content_type.names">
<source>Content Type name cannot be blank and cannot be longer than 255 characters.</source>
<target state="new">Content Type name cannot be blank and cannot be longer than 255 characters.</target>
Expand All @@ -31,6 +36,11 @@
<target state="new">Field definition name cannot be blank cannot be longer than 255 characters.</target>
<note>key: ez.field_definition.names</note>
</trans-unit>
<trans-unit id="3c8e362f900d886ce75b34d0fd952128612a2b12" resname="ez.field_definition.identifier.unique">
<source>The Field definition identifier "%identifier%" is used by another Field definition. Enter a unique identifier.</source>
<target>The Field definition identifier "%identifier%" is used by another Field definition. Enter a unique identifier..</target>
<note>key: ez.field_definition.identifier.unique</note>
</trans-unit>
<trans-unit id="924826be1015d20c1f4524754c690e10935abaac" resname="ez.section.identifier.format">
<source>Section identifier may only contain letters from "a" to "z", numbers and underscores.</source>
<target state="new">Section identifier may only contain letters from "a" to "z", numbers and underscores.</target>
Expand Down