-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'hotfix/1.1.1' into main
- Loading branch information
Showing
6 changed files
with
57 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file original="file.ext" source-language="it" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="invalid_message_period.invalid_start_date"> | ||
<source>Start date should be valid. {{ startDate }} is not a valid date.</source> | ||
<target>Start date should be valid. {{ startDate }} is not a valid date.</target> | ||
</trans-unit> | ||
<trans-unit id="invalid_message_period.invalid_end_date"> | ||
<source>End date should be valid. {{ endDate }} is not a valid date.</source> | ||
<target>End date should be valid. {{ endDate }} is not a valid date.</target> | ||
</trans-unit> | ||
<trans-unit id="invalid_message_period.invalid_date_range"> | ||
<source>Start date should be greater or equals then the end date.</source> | ||
<target>Start date should be greater or equals then the end date.</target> | ||
</trans-unit> | ||
<trans-unit id="invalid_message_period.invalid"> | ||
<source>Invalid Period.</source> | ||
<target>Invalid Period.</target> | ||
</trans-unit> | ||
<trans-unit id="invalid_message_period.required"> | ||
<source>A valid Period is required.</source> | ||
<target>A valid Period is required.</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file original="file.ext" source-language="it" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="invalid_message_period.invalid_start_date"> | ||
<source>Start date should be valid. {{ startDate }} is not a valid date.</source> | ||
<target>La data di inizio dovrebbe essere valida. {{ startDate }} non è una data valida.</target> | ||
</trans-unit> | ||
<trans-unit id="invalid_message_period.invalid_end_date"> | ||
<source>End date should be valid. {{ endDate }} is not a valid date.</source> | ||
<target>La data di fine dovrebbe essere valida. {{ endDate }} non è una data valida.</target> | ||
</trans-unit> | ||
<trans-unit id="invalid_message_period.invalid_date_range"> | ||
<source>Start date should be greater or equals then the end date.</source> | ||
<target>La data di inizio dovrebbe essere successiva o uguale della data di fine.</target> | ||
</trans-unit> | ||
<trans-unit id="invalid_message_period.invalid"> | ||
<source>Invalid Period.</source> | ||
<target>Periodo non valido.</target> | ||
</trans-unit> | ||
<trans-unit id="invalid_message_period.required"> | ||
<source>A valid Period is required.</source> | ||
<target>Un periodo è obbligatorio.</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |