Skip to content

Commit

Permalink
TASK: Translated using Weblate (Portuguese)\n\nCurrently translated a…
Browse files Browse the repository at this point in the history
…t 92.5% (50 of 54 strings)\n\nTranslation: Neos/Neos.Flow - ValidationErrors - 8.1\nTranslate-URL: https://hosted.weblate.org/projects/neos/neosflow-validationerrors-81/pt/

Co-authored-by: ssantos <ssantos@web.de>
  • Loading branch information
weblate and SantosSi committed Mar 28, 2024
1 parent f0bf4f9 commit 87d42bd
Showing 1 changed file with 60 additions and 58 deletions.
118 changes: 60 additions & 58 deletions Neos.Flow/Resources/Private/Translations/pt/ValidationErrors.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4,246 +4,248 @@
<body>
<!-- AlphanumericValidator -->
<trans-unit id="1221551320" xml:space="preserve">
<source>Only regular characters (a to z, umlauts, ...) and numbers are allowed.</source>
<target state="translated">
Apenas caracteres regulares (a a z, tremas, ...) e números são permitidos.</target>
<source>Only regular characters (a to z, umlauts, ...) and numbers are allowed.</source>
<target state="translated">Apenas caracteres regulares (a a z, tremas, ...) e números são permitidos.</target>
</trans-unit>
<!-- BooleanValueValidator -->
<trans-unit id="1361044943" xml:space="preserve">
<source>The given value is expected to be {0}.</source>
<source>The given value is expected to be {0}.</source>
<target state="translated">The given value is expected to be {0}.</target>
</trans-unit>
<!-- CollectionValidator -->
<trans-unit id="1317204797" xml:space="preserve">
<source>The given subject is not a collection</source>
<source>The given subject is not a collection</source>
<target state="translated">The given subject is not a collection</target>
</trans-unit>
<!-- CountValidator -->
<trans-unit id="1253718666" xml:space="preserve">
<source>The given subject is not countable</source>
<source>The given subject is not countable</source>
<target state="translated">The given subject is not countable</target>
</trans-unit>
<trans-unit id="1253718831" xml:space="preserve">
<source>The count must be between {0,number} and {1,number}</source>
<source>The count must be between {0,number} and {1,number}</source>
<target state="translated">The count must be between {0,number} and {1,number}</target>
</trans-unit>
<!-- DateTimeRangeValidator -->
<trans-unit id="1324314378" xml:space="preserve">
<source>The given value is not a valid date</source>
<source>The given value is not a valid date</source>
<target state="translated">The given value is not a valid date</target>
</trans-unit>
<trans-unit id="1325615630" xml:space="preserve">
<source>The given date must be between {0,datetime,datetime} and {1,datetime,datetime}</source>
<source>The given date must be between {0,datetime,datetime} and {1,datetime,datetime}</source>
<target state="translated">The given date must be between {0,datetime,datetime} and {1,datetime,datetime}</target>
</trans-unit>
<trans-unit id="1324315107" xml:space="preserve">
<source>The given date must be after {0,datetime,datetime}</source>
<source>The given date must be after {0,datetime,datetime}</source>
<target state="translated">The given date must be after {0,datetime,datetime}</target>
</trans-unit>
<trans-unit id="1324315115" xml:space="preserve">
<source>The given date must be before {0,datetime,datetime}</source>
<source>The given date must be before {0,datetime,datetime}</source>
<target state="translated">The given date must be before {0,datetime,datetime}</target>
</trans-unit>
<!-- DateTimeValidator -->
<trans-unit id="1281454676" xml:space="preserve">
<source>The "locale" option can be only set to string identifier, or Locale object</source>
<source>The "locale" option can be only set to string identifier, or Locale object</source>
<target state="translated">A opção "locale" só pode ser definida como identificador de cadeia de caracteres ou objeto Locale</target>
</trans-unit>
<trans-unit id="1281454830" xml:space="preserve">
<source>A valid time is expected</source>
<source>A valid time is expected</source>
<target state="translated">A valid time is expected</target>
</trans-unit>
<trans-unit id="1281454831" xml:space="preserve">
<source>A valid date and time is expected</source>
<source>A valid date and time is expected</source>
<target state="translated">A valid date and time is expected</target>
</trans-unit>
<trans-unit id="1281454832" xml:space="preserve">
<source>A valid date is expected</source>
<source>A valid date is expected</source>
<target state="translated">A valid date is expected</target>
</trans-unit>
<!-- EmailAddressValidator -->
<trans-unit id="1221559976" xml:space="preserve">
<source>Please specify a valid email address</source>
<source>Please specify a valid email address</source>
<target state="translated">Please specify a valid email address</target>
</trans-unit>
<!-- FloatValidator -->
<trans-unit id="1221560288" xml:space="preserve">
<source>A valid float number is expected</source>
<source>A valid float number is expected</source>
<target state="translated">A valid float number is expected</target>
</trans-unit>
<trans-unit id="1332934124" xml:space="preserve">
<source>"{0}" cannot be converted to a float value</source>
<source>"{0}" cannot be converted to a float value</source>
<target state="translated">"{0}" cannot be converted to a float value</target>
</trans-unit>
<!-- GenericObjectValidator -->
<trans-unit id="1241099149" xml:space="preserve">
<source>Object expected, {0} given</source>
<source>Object expected, {0} given</source>
<target state="translated">Object expected, {0} given</target>
</trans-unit>
<!-- IntegerValidator -->
<trans-unit id="1221560494" xml:space="preserve">
<source>A valid integer number is expected</source>
<source>A valid integer number is expected</source>
<target state="translated">A valid integer number is expected</target>
</trans-unit>
<trans-unit id="1332933658" xml:space="preserve">
<source>"{0}" is no integer.</source>
<source>"{0}" is no integer.</source>
<target state="translated">"{0}" is no integer.</target>
</trans-unit>
<!-- LabelValidator -->
<trans-unit id="1272298003" xml:space="preserve">
<source>Only letters, numbers, spaces and certain punctuation marks are expected</source>
<source>Only letters, numbers, spaces and certain punctuation marks are expected</source>
<target state="translated">Apenas letras, números, espaços e certos sinais de pontuação são esperados</target>
</trans-unit>
<!-- LocaleIdentifierValidator -->
<trans-unit id="1327090892" xml:space="preserve">
<source>Value is no valid I18n locale identifier</source>
<source>Value is no valid I18n locale identifier</source>
<target state="translated">Value is no valid I18n locale identifier</target>
</trans-unit>
<!-- NotEmptyValidator -->
<trans-unit id="1221560910" xml:space="preserve">
<source>This property is required</source>
<source>This property is required</source>
<target state="translated">This property is required</target>
</trans-unit>
<trans-unit id="1221560718" xml:space="preserve">
<source>This property is required</source>
<source>This property is required</source>
<target state="translated">This property is required</target>
</trans-unit>
<!-- NumberRangeValidator -->
<trans-unit id="1221563685" xml:space="preserve">
<source>A valid number is expected</source>
<source>A valid number is expected</source>
<target state="translated">A valid number is expected</target>
</trans-unit>
<trans-unit id="1221561046" xml:space="preserve">
<source>Please enter a valid number between {0,number} and {1,number}</source>
<source>Please enter a valid number between {0,number} and {1,number}</source>
<target state="translated">Please enter a valid number between {0,number} and {1,number}</target>
</trans-unit>
<!-- NumberValidator -->
<trans-unit id="1281286579" xml:space="preserve">
<source>The "locale" option can be only set to string identifier, or Locale object</source>
<source>The "locale" option can be only set to string identifier, or Locale object</source>
<target state="translated">A opção "locale" só pode ser definida como identificador de cadeia ou objeto Locale</target>
</trans-unit>
<trans-unit id="1281452093" xml:space="preserve">
<source>A valid percent number is expected</source>
<source>A valid percent number is expected</source>
<target state="translated">A valid percent number is expected</target>
</trans-unit>
<trans-unit id="1281452094" xml:space="preserve">
<source>A valid decimal number is expected</source>
<source>A valid decimal number is expected</source>
<target state="translated">A valid decimal number is expected</target>
</trans-unit>
<!-- RegularExpressionValidator -->
<trans-unit id="1221565130" xml:space="preserve">
<source>The given subject did not match the pattern. Got: {0}</source>
<source>The given subject did not match the pattern. Got: {0}</source>
<target state="translated">The given subject did not match the pattern. Got: {0}</target>
</trans-unit>
<!-- StringLengthValidator -->
<trans-unit id="1238110957" xml:space="preserve">
<source>The given object could not be converted to a string</source>
<source>The given object could not be converted to a string</source>
<target state="translated">O objeto dado não pôde ser convertido numa cadeia de caracteres</target>
</trans-unit>
<trans-unit id="1269883975" xml:space="preserve">
<source>The given value is not a valid string</source>
<source>The given value is not a valid string</source>
<target state="translated">O valor fornecido não é uma cadeia de caracteres válida</target>
</trans-unit>
<trans-unit id="1238108067" xml:space="preserve">
<source>The length of this text must be between {0,number} and {1,number} characters</source>
<source>The length of this text must be between {0,number} and {1,number} characters</source>
<target state="translated">The length of this text must be between {0,number} and {1,number} characters</target>
</trans-unit>
<group id="1238108068" restype="x-gettext-plurals">
<trans-unit id="1238108068[0]">
<source>This field must contain at least {0,number} character</source>
<target state="needs-translation">This field must contain at least {0,number} character</target> </trans-unit>
<target state="needs-translation">This field must contain at least {0,number} character</target>
</trans-unit>
<trans-unit id="1238108068[1]">
<source>This field must contain at least {0,number} characters</source>
<target state="needs-translation">This field must contain at least {0,number} characters</target> </trans-unit>
<target state="needs-translation">This field must contain at least {0,number} characters</target>
</trans-unit>
</group>
<group id="1238108069" restype="x-gettext-plurals">
<trans-unit id="1238108069[0]">
<source>This text may not exceed {0,number} character</source>
<target state="needs-translation">This text may not exceed {0,number} character</target> </trans-unit>
<target state="needs-translation">This text may not exceed {0,number} character</target>
</trans-unit>
<trans-unit id="1238108069[1]">
<source>This text may not exceed {0,number} characters</source>
<target state="needs-translation">This text may not exceed {0,number} characters</target> </trans-unit>
<target state="needs-translation">This text may not exceed {0,number} characters</target>
</trans-unit>
</group>
<!-- StringValidator -->
<trans-unit id="1238108070" xml:space="preserve">
<source>A valid string is expected</source>
<source>A valid string is expected</source>
<target state="translated">Espera-se uma cadeia de caracteres válida</target>
</trans-unit>
<!-- TextValidator -->
<trans-unit id="1221565786" xml:space="preserve">
<source>Valid text without any XML tags is expected</source>
<source>Valid text without any XML tags is expected</source>
<target state="translated">Valid text without any XML tags is expected</target>
</trans-unit>
<!-- UuidValidator -->
<trans-unit id="1221565853" xml:space="preserve">
<source>The given subject is not a valid UUID</source>
<source>The given subject is not a valid UUID</source>
<target state="translated">The given subject is not a valid UUID</target>
</trans-unit>
<!-- ElectronicAddressValidator -->
<trans-unit id="1268676030" xml:space="preserve">
<source>No validator found for electronic address of type "{0}"</source>
<source>No validator found for electronic address of type "{0}"</source>
<target state="translated">No validator found for electronic address of type "{0}"</target>
</trans-unit>
<!-- PersonNameValidator -->
<trans-unit id="1268676765" xml:space="preserve">
<source>The person name cannot be empty</source>
<source>The person name cannot be empty</source>
<target state="translated">The person name cannot be empty</target>
</trans-unit>
<!-- Package "Neos.Media" -->
<!-- ImageTypeValidator -->
<trans-unit id="1327947256" xml:space="preserve">
<source>The given value is not a Image instance</source>
<source>The given value is not a Image instance</source>
<target state="translated">The given value is not a Image instance</target>
</trans-unit>
<trans-unit id="1327947647" xml:space="preserve">
<source>The image type "{0}" is not allowed</source>
<source>The image type "{0}" is not allowed</source>
<target state="translated">The image type "{0}" is not allowed</target>
</trans-unit>
<trans-unit id="1328030664" xml:space="preserve">
<source>The uploaded file is no valid image</source>
<target state="translated">
O arquivo enviado não é uma imagem válida..</target>
<source>The uploaded file is no valid image</source>
<target state="translated">O ficheiro enviado não é uma imagem válida</target>
</trans-unit>
<!-- ImageSizeValidator -->
<trans-unit id="1327943859" xml:space="preserve">
<source>The given value is not a Image instance</source>
<source>The given value is not a Image instance</source>
<target state="translated">The given value is not a Image instance</target>
</trans-unit>
<trans-unit id="1319801362" xml:space="preserve">
<source>The actual image width of {0,number} is lower than the allowed minimum width of {1,number}</source>
<source>The actual image width of {0,number} is lower than the allowed minimum width of {1,number}</source>
<target state="translated">The actual image width of {0,number} is lower than the allowed minimum width of {1,number}</target>
</trans-unit>
<trans-unit id="1319801859" xml:space="preserve">
<source>The actual image width of {0,number} is higher than the allowed maximum width of {1,number}</source>
<source>The actual image width of {0,number} is higher than the allowed maximum width of {1,number}</source>
<target state="translated">The actual image width of {0,number} is higher than the allowed maximum width of {1,number}</target>
</trans-unit>
<trans-unit id="1319801925" xml:space="preserve">
<source>The actual image height of {0,number} is lower than the allowed minimum height of {1,number}</source>
<source>The actual image height of {0,number} is lower than the allowed minimum height of {1,number}</source>
<target state="translated">The actual image height of {0,number} is lower than the allowed minimum height of {1,number}</target>
</trans-unit>
<trans-unit id="1319801929" xml:space="preserve">
<source>The actual image height of {0,number} is higher than the allowed maximum height of {1,number}</source>
<source>The actual image height of {0,number} is higher than the allowed maximum height of {1,number}</source>
<target state="translated">The actual image height of {0,number} is higher than the allowed maximum height of {1,number}</target>
</trans-unit>
<trans-unit id="1319813336" xml:space="preserve">
<source>The given image size of {0,number} x {1,number} is too low for the required minimum resolution of {2,number}</source>
<source>The given image size of {0,number} x {1,number} is too low for the required minimum resolution of {2,number}</source>
<target state="translated">The given image size of {0,number} x {1,number} is too low for the required minimum resolution of {2,number}</target>
</trans-unit>
<trans-unit id="1319813355" xml:space="preserve">
<source>The given image size of {0,number} x {1,number} is too high for the required maximum resolution of {2,number}</source>
<source>The given image size of {0,number} x {1,number} is too high for the required maximum resolution of {2,number}</source>
<target state="translated">The given image size of {0,number} x {1,number} is too high for the required maximum resolution of {2,number}</target>
</trans-unit>
<!-- ImageOrientationValidator -->
<trans-unit id="1328028604" xml:space="preserve">
<source>The given value is not a Image instance</source>
<source>The given value is not a Image instance</source>
<target state="translated">The given value is not a Image instance</target>
</trans-unit>
<trans-unit id="1328029406" xml:space="preserve">
<source>The image orientation must be "{0}"</source>
<source>The image orientation must be "{0}"</source>
<target state="translated">The image orientation must be "{0}"</target>
</trans-unit>
<trans-unit id="1328029362" xml:space="preserve">
<source>The image orientation "{0}" is not allowed</source>
<source>The image orientation "{0}" is not allowed</source>
<target state="translated">The image orientation "{0}" is not allowed</target>
</trans-unit>
</body>
Expand Down

0 comments on commit 87d42bd

Please sign in to comment.