Skip to content

Commit 5d4a70b

Browse files
committed
fix: update from crowdin
1 parent c1d2146 commit 5d4a70b

File tree

4 files changed

+156
-156
lines changed

4 files changed

+156
-156
lines changed

i18n/de.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$IS_INSTANCE decorator expects and object as value, but got falsy value.": "$IS_INSTANCE Dekorator erwartet und Objekt als Wert, bekam aber Falschwert.",
2+
"$IS_INSTANCE decorator expects and object as value, but got falsy value.": "$IS_INSTANCE Dekorator erwartet ein Objekt als Wert, bekam aber einen falschen Wert.",
33
"$property is $constraint1": "$property ist $constraint1",
44
"$property is not a valid decimal number.": "$property ist keine gültige Dezimalzahl.",
55
"$property must be a BIC or SWIFT code": "$property muss ein BIC oder SWIFT Code sein",
@@ -19,15 +19,15 @@
1919
"$property must be a ISSN": "$property muss eine ISSN sein",
2020
"$property must be a json string": "$property muss ein json-String sein",
2121
"$property must be a jwt string": "$property muss ein jwt-String sein",
22-
"$property must be a latitude string or number": "$property muss eine Breitenzeichenkette oder eine Zahl sein",
23-
"$property must be a latitude,longitude string": "$property muss ein Breitengrad sein, Längengrad",
22+
"$property must be a latitude string or number": "$property muss eine Breitengrad-Zeichenkette oder eine Zahl sein",
23+
"$property must be a latitude,longitude string": "$property muss eine Breitengrad, Längengrad Zeichenkette sein",
2424
"$property must be a longitude string or number": "$property muss eine Längengrad-Zeichenkette oder Zahl sein",
2525
"$property must be a lowercase string": "$property muss ein Kleinbuchstaben sein",
2626
"$property must be a MAC Address": "$property muss eine MAC-Adresse sein",
27-
"$property must be a mongodb id": "$property muss eine Mongodb id sein",
27+
"$property must be a mongodb id": "$property muss eine MongoDB-ID sein",
2828
"$property must be a negative number": "$property muss eine negative Zahl sein",
2929
"$property must be a non-empty object": "$property muss ein nicht-leeres Objekt sein",
30-
"$property must be a number conforming to the specified constraints": "$property muss eine Zahl sein, die den angegebenen Einschränkungen entspricht",
30+
"$property must be a number conforming to the specified constraints": "$property muss eine Zahl sein, die die angegebenen Voraussetzungen erfüllt",
3131
"$property must be a number string": "$property muss eine Zahlenfolge sein",
3232
"$property must be a phone number": "$property muss eine Telefonnummer sein",
3333
"$property must be a port": "$property muss ein Port sein",
@@ -72,7 +72,7 @@
7272
"$property must be shorter than or equal to $constraint1 characters": "$property muss kürzer oder gleich $constraint1 Zeichen sein",
7373
"$property must be shorter than or equal to $constraint2 characters": "$property muss kürzer oder gleich $constraint2 Zeichen sein",
7474
"$property must be uppercase": "$property muss groß sein",
75-
"$property must be valid octal number": "$property muss eine gültige oktal-Nummer sein",
75+
"$property must be valid octal number": "$property muss eine gültige Oktalzahl sein",
7676
"$property must be valid passport number": "$property muss eine gültige Passnummer sein",
7777
"$property must contain $constraint1 values": "$property muss $constraint1 Werte enthalten",
7878
"$property must contain a $constraint1 string": "$property muss eine $constraint1 Zeichenkette enthalten",
@@ -95,8 +95,8 @@
9595
"$property should not be one of the following values: $constraint1": "$property sollte nicht einer der folgenden Werte sein: $constraint1",
9696
"$property should not contain $constraint1 values": "$property sollte keine $constraint1 Werte enthalten",
9797
"$property should not contain a $constraint1 string": "$property sollte keinen $constraint1 String enthalten",
98-
"$property's byte length must fall into ($constraint1, $constraint2) range": "Die Byte-Länge von $propertymuss in den Bereich ($constraint1, $constraint2) fallen",
99-
"All $property's elements must be unique": "Alle Elemente von $propertymüssen eindeutig sein",
98+
"$property's byte length must fall into ($constraint1, $constraint2) range": "Die Byte-Länge von $property muss in den Bereich ($constraint1, $constraint2) fallen",
99+
"All $property's elements must be unique": "Alle Elemente von $property müssen eindeutig sein",
100100
"each value in ": "jeder Wert in ",
101101
"maximal allowed date for ": "maximal erlaubtes Datum für ",
102102
"minimal allowed date for ": "minimales erlaubtes Datum für ",

i18n/en.json

+93-93
Original file line numberDiff line numberDiff line change
@@ -8,97 +8,97 @@
88
"$property must be a BTC address": "$property must be a BTC address",
99
"$property must be a credit card": "$property must be a credit card",
1010
"$property must be a currency": "$property must be a currency",
11-
"$property must be a data uri format": "$property must be a data uri format",
12-
"$property must be a Date instance": "$property must be a Date instance",
13-
"$property must be a Firebase Push Id": "$property must be a Firebase Push Id",
14-
"$property must be a hash of type $constraint1": "$property must be a hash of type $constraint1",
15-
"$property must be a hexadecimal color": "$property must be a hexadecimal color",
16-
"$property must be a hexadecimal number": "$property must be a hexadecimal number",
17-
"$property must be a HSL color": "$property must be a HSL color",
18-
"$property must be a identity card number": "$property must be a identity card number",
19-
"$property must be a ISSN": "$property must be a ISSN",
20-
"$property must be a json string": "$property must be a json string",
21-
"$property must be a jwt string": "$property must be a jwt string",
22-
"$property must be a latitude string or number": "$property must be a latitude string or number",
23-
"$property must be a latitude,longitude string": "$property must be a latitude,longitude string",
24-
"$property must be a longitude string or number": "$property must be a longitude string or number",
25-
"$property must be a lowercase string": "$property must be a lowercase string",
26-
"$property must be a MAC Address": "$property must be a MAC Address",
27-
"$property must be a mongodb id": "$property must be a mongodb id",
28-
"$property must be a negative number": "$property must be a negative number",
29-
"$property must be a non-empty object": "$property must be a non-empty object",
30-
"$property must be a number conforming to the specified constraints": "$property must be a number conforming to the specified constraints",
31-
"$property must be a number string": "$property must be a number string",
32-
"$property must be a phone number": "$property must be a phone number",
33-
"$property must be a port": "$property must be a port",
34-
"$property must be a positive number": "$property must be a positive number",
35-
"$property must be a postal code": "$property must be a postal code",
36-
"$property must be a Semantic Versioning Specification": "$property must be a Semantic Versioning Specification",
37-
"$property must be a string": "$property must be a string",
38-
"$property must be a UUID": "$property must be a UUID",
39-
"$property must be a valid domain name": "$property must be a valid domain name",
40-
"$property must be a valid enum value": "$property must be a valid enum value",
41-
"$property must be a valid ISO 8601 date string": "$property must be a valid ISO 8601 date string",
42-
"$property must be a valid ISO31661 Alpha2 code": "$property must be a valid ISO31661 Alpha2 code",
43-
"$property must be a valid ISO31661 Alpha3 code": "$property must be a valid ISO31661 Alpha3 code",
44-
"$property must be a valid phone number": "$property must be a valid phone number",
45-
"$property must be a valid representation of military time in the format HH:MM": "$property must be a valid representation of military time in the format HH:MM",
46-
"$property must be an array": "$property must be an array",
47-
"$property must be an EAN (European Article Number)": "$property must be an EAN (European Article Number)",
48-
"$property must be an email": "$property must be an email",
49-
"$property must be an Ethereum address": "$property must be an Ethereum address",
50-
"$property must be an IBAN": "$property must be an IBAN",
51-
"$property must be an instance of $constraint1name": "$property must be an instance of $constraint1name",
52-
"$property must be an integer number": "$property must be an integer number",
53-
"$property must be an ip address": "$property must be an ip address",
54-
"$property must be an ISBN": "$property must be an ISBN",
55-
"$property must be an ISIN (stock/security identifier)": "$property must be an ISIN (stock/security identifier)",
56-
"$property must be an ISRC": "$property must be an ISRC",
57-
"$property must be an object": "$property must be an object",
58-
"$property must be an URL address": "$property must be an URL address",
59-
"$property must be base32 encoded": "$property must be base32 encoded",
60-
"$property must be base64 encoded": "$property must be base64 encoded",
61-
"$property must be divisible by $constraint1": "$property must be divisible by $constraint1",
62-
"$property must be empty": "$property must be empty",
63-
"$property must be equal to $constraint1": "$property must be equal to $constraint1",
64-
"$property must be locale": "$property must be locale",
65-
"$property must be longer than or equal to $constraint1 and shorter than or equal to $constraint2 characters": "$property must be longer than or equal to $constraint1 and shorter than or equal to $constraint2 characters",
66-
"$property must be longer than or equal to $constraint1 characters": "$property must be longer than or equal to $constraint1 characters",
67-
"$property must be magnet uri format": "$property must be magnet uri format",
68-
"$property must be MIME type format": "$property must be MIME type format",
69-
"$property must be one of the following values: $constraint1": "$property must be one of the following values: $constraint1",
70-
"$property must be RFC 3339 date": "$property must be RFC 3339 date",
71-
"$property must be RGB color": "$property must be RGB color",
72-
"$property must be shorter than or equal to $constraint1 characters": "$property must be shorter than or equal to $constraint1 characters",
73-
"$property must be shorter than or equal to $constraint2 characters": "$property must be shorter than or equal to $constraint2 characters",
74-
"$property must be uppercase": "$property must be uppercase",
75-
"$property must be valid octal number": "$property must be valid octal number",
76-
"$property must be valid passport number": "$property must be valid passport number",
77-
"$property must contain $constraint1 values": "$property must contain $constraint1 values",
78-
"$property must contain a $constraint1 string": "$property must contain a $constraint1 string",
79-
"$property must contain a full-width and half-width characters": "$property must contain a full-width and half-width characters",
80-
"$property must contain a full-width characters": "$property must contain a full-width characters",
81-
"$property must contain a half-width characters": "$property must contain a half-width characters",
82-
"$property must contain any surrogate pairs chars": "$property must contain any surrogate pairs chars",
83-
"$property must contain at least $constraint1 elements": "$property must contain at least $constraint1 elements",
84-
"$property must contain not more than $constraint1 elements": "$property must contain not more than $constraint1 elements",
85-
"$property must contain one or more multibyte chars": "$property must contain one or more multibyte chars",
86-
"$property must contain only ASCII characters": "$property must contain only ASCII characters",
87-
"$property must contain only letters (a-zA-Z)": "$property must contain only letters (a-zA-Z)",
88-
"$property must contain only letters and numbers": "$property must contain only letters and numbers",
89-
"$property must match $constraint1 regular expression": "$property must match $constraint1 regular expression",
90-
"$property must not be greater than $constraint1": "$property must not be greater than $constraint1",
91-
"$property must not be less than $constraint1": "$property must not be less than $constraint1",
92-
"$property should not be empty": "$property should not be empty",
93-
"$property should not be equal to $constraint1": "$property should not be equal to $constraint1",
94-
"$property should not be null or undefined": "$property should not be null or undefined",
95-
"$property should not be one of the following values: $constraint1": "$property should not be one of the following values: $constraint1",
96-
"$property should not contain $constraint1 values": "$property should not contain $constraint1 values",
97-
"$property should not contain a $constraint1 string": "$property should not contain a $constraint1 string",
98-
"$property's byte length must fall into ($constraint1, $constraint2) range": "$property's byte length must fall into ($constraint1, $constraint2) range",
99-
"All $property's elements must be unique": "All $property's elements must be unique",
100-
"each value in ": "each value in ",
101-
"maximal allowed date for ": "maximal allowed date for ",
102-
"minimal allowed date for ": "minimal allowed date for ",
103-
"nested property $property must be either object or array": "nested property $property must be either object or array"
11+
"$property must be a data uri format": "",
12+
"$property must be a Date instance": "",
13+
"$property must be a Firebase Push Id": "",
14+
"$property must be a hash of type $constraint1": "",
15+
"$property must be a hexadecimal color": "",
16+
"$property must be a hexadecimal number": "",
17+
"$property must be a HSL color": "",
18+
"$property must be a identity card number": "",
19+
"$property must be a ISSN": "",
20+
"$property must be a json string": "",
21+
"$property must be a jwt string": "",
22+
"$property must be a latitude string or number": "",
23+
"$property must be a latitude,longitude string": "",
24+
"$property must be a longitude string or number": "",
25+
"$property must be a lowercase string": "",
26+
"$property must be a MAC Address": "",
27+
"$property must be a mongodb id": "",
28+
"$property must be a negative number": "",
29+
"$property must be a non-empty object": "",
30+
"$property must be a number conforming to the specified constraints": "",
31+
"$property must be a number string": "",
32+
"$property must be a phone number": "",
33+
"$property must be a port": "",
34+
"$property must be a positive number": "",
35+
"$property must be a postal code": "",
36+
"$property must be a Semantic Versioning Specification": "",
37+
"$property must be a string": "",
38+
"$property must be a UUID": "",
39+
"$property must be a valid domain name": "",
40+
"$property must be a valid enum value": "",
41+
"$property must be a valid ISO 8601 date string": "",
42+
"$property must be a valid ISO31661 Alpha2 code": "",
43+
"$property must be a valid ISO31661 Alpha3 code": "",
44+
"$property must be a valid phone number": "",
45+
"$property must be a valid representation of military time in the format HH:MM": "",
46+
"$property must be an array": "",
47+
"$property must be an EAN (European Article Number)": "",
48+
"$property must be an email": "",
49+
"$property must be an Ethereum address": "",
50+
"$property must be an IBAN": "",
51+
"$property must be an instance of $constraint1name": "",
52+
"$property must be an integer number": "",
53+
"$property must be an ip address": "",
54+
"$property must be an ISBN": "",
55+
"$property must be an ISIN (stock/security identifier)": "",
56+
"$property must be an ISRC": "",
57+
"$property must be an object": "",
58+
"$property must be an URL address": "",
59+
"$property must be base32 encoded": "",
60+
"$property must be base64 encoded": "",
61+
"$property must be divisible by $constraint1": "",
62+
"$property must be empty": "",
63+
"$property must be equal to $constraint1": "",
64+
"$property must be locale": "",
65+
"$property must be longer than or equal to $constraint1 and shorter than or equal to $constraint2 characters": "",
66+
"$property must be longer than or equal to $constraint1 characters": "",
67+
"$property must be magnet uri format": "",
68+
"$property must be MIME type format": "",
69+
"$property must be one of the following values: $constraint1": "",
70+
"$property must be RFC 3339 date": "",
71+
"$property must be RGB color": "",
72+
"$property must be shorter than or equal to $constraint1 characters": "",
73+
"$property must be shorter than or equal to $constraint2 characters": "",
74+
"$property must be uppercase": "",
75+
"$property must be valid octal number": "",
76+
"$property must be valid passport number": "",
77+
"$property must contain $constraint1 values": "",
78+
"$property must contain a $constraint1 string": "",
79+
"$property must contain a full-width and half-width characters": "",
80+
"$property must contain a full-width characters": "",
81+
"$property must contain a half-width characters": "",
82+
"$property must contain any surrogate pairs chars": "",
83+
"$property must contain at least $constraint1 elements": "",
84+
"$property must contain not more than $constraint1 elements": "",
85+
"$property must contain one or more multibyte chars": "",
86+
"$property must contain only ASCII characters": "",
87+
"$property must contain only letters (a-zA-Z)": "",
88+
"$property must contain only letters and numbers": "",
89+
"$property must match $constraint1 regular expression": "",
90+
"$property must not be greater than $constraint1": "",
91+
"$property must not be less than $constraint1": "",
92+
"$property should not be empty": "",
93+
"$property should not be equal to $constraint1": "",
94+
"$property should not be null or undefined": "",
95+
"$property should not be one of the following values: $constraint1": "",
96+
"$property should not contain $constraint1 values": "",
97+
"$property should not contain a $constraint1 string": "",
98+
"$property's byte length must fall into ($constraint1, $constraint2) range": "",
99+
"All $property's elements must be unique": "",
100+
"each value in ": "",
101+
"maximal allowed date for ": "",
102+
"minimal allowed date for ": "",
103+
"nested property $property must be either object or array": ""
104104
}

0 commit comments

Comments
 (0)