Skip to content

Commit ea9028f

Browse files
translate for the remaining languages
1 parent c3c673b commit ea9028f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+5580
-46
lines changed

lib/l10n/intl_bg.arb

Lines changed: 121 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,125 @@
100100
"vinErrorText": "Стойността трябва да бъде валиден VIN.",
101101
"languageCodeErrorText": "Стойността трябва да бъде валиден езиков код.",
102102
"floatErrorText": "Стойността трябва да бъде валидно число с плаваща запетая.",
103-
"hexadecimalErrorText": "Стойността трябва да бъде валиден шестнадесетичен номер."
103+
"hexadecimalErrorText": "Стойността трябва да бъде валиден шестнадесетичен номер.",
104+
"betweenNumErrorText": "Стойността трябва да бъде {minInclusive, select, true{по-голяма или равна на} other{по-голяма от}} {min} и {maxInclusive, select, true{по-малка или равна на} other{по-малка от}} {max}",
105+
"@betweenNumErrorText": {
106+
"description": "Error text when a value must be within a specific range",
107+
"placeholders": {
108+
"min": {
109+
"type": "num",
110+
"description": "The minimum allowed value"
111+
},
112+
"max": {
113+
"type": "num",
114+
"description": "The maximum allowed value"
115+
},
116+
"minInclusive": {
117+
"type": "String",
118+
"description": "Whether the minimum bound is inclusive"
119+
},
120+
"maxInclusive": {
121+
"type": "String",
122+
"description": "Whether the maximum bound is inclusive"
123+
}
124+
}
125+
},
126+
"booleanErrorText": "Това поле изисква валидна булева стойност (вярно или грешно).",
127+
"dateMustBeAfterErrorText": "Датата трябва да бъде след {reference}.",
128+
"@dateMustBeAfterErrorText": {
129+
"placeholders": {
130+
"reference": {
131+
"type": "DateTime",
132+
"format": "yMd",
133+
"example": "11/10/2021",
134+
"description": "The minimum date allowed"
135+
}
136+
}
137+
},
138+
"dateMustBeBeforeErrorText": "Датата трябва да бъде преди {reference}.",
139+
"@dateMustBeBeforeErrorText": {
140+
"placeholders": {
141+
"reference": {
142+
"type": "DateTime",
143+
"format": "yMd",
144+
"example": "11/10/2021",
145+
"description": "The maximum date allowed"
146+
}
147+
}
148+
},
149+
"dateMustBeBetweenErrorText": "Датата трябва да бъде между {minReference} и {maxReference}.",
150+
"@dateMustBeBetweenErrorText": {
151+
"placeholders": {
152+
"minReference": {
153+
"type": "DateTime",
154+
"format": "yMd",
155+
"example": "11/10/2021",
156+
"description": "The minimum date allowed"
157+
},
158+
"maxReference": {
159+
"type": "DateTime",
160+
"format": "yMd",
161+
"example": "11/10/2021",
162+
"description": "The maximum date allowed"
163+
}
164+
}
165+
},
166+
"dateTimeErrorText": "Това поле изисква валидна дата и час.",
167+
"greaterThanErrorText": "Стойността трябва да бъде по-голяма от {min}.",
168+
"@greaterThanErrorText": {
169+
"placeholders": {
170+
"min": {
171+
"type": "num",
172+
"description": "The minimum value allowed"
173+
}
174+
}
175+
},
176+
"greaterThanOrEqualToErrorText": "Стойността трябва да бъде по-голяма или равна на {min}.",
177+
"@greaterThanOrEqualToErrorText": {
178+
"placeholders": {
179+
"min": {
180+
"type": "num",
181+
"description": "The minimum value allowed"
182+
}
183+
}
184+
},
185+
"isOptionalErrorText": "Полето е незадължително, в противен случай {nextErrorMessage}",
186+
"@isOptionalErrorText": {
187+
"placeholders": {
188+
"nextErrorMessage": {
189+
"type": "String",
190+
"description": "The error text from the next validator."
191+
}
192+
}
193+
},
194+
"isStringErrorText": "Това поле изисква валиден текстов низ.",
195+
"lessThanErrorText": "Стойността трябва да бъде по-малка от {max}.",
196+
"@lessThanErrorText": {
197+
"placeholders": {
198+
"max": {
199+
"type": "num",
200+
"description": "The maximum value allowed"
201+
}
202+
}
203+
},
204+
"lessThanOrEqualToErrorText": "Стойността трябва да бъде по-малка или равна на {max}.",
205+
"@lessThanOrEqualToErrorText": {
206+
"placeholders": {
207+
"max": {
208+
"type": "num",
209+
"description": "The maximum value allowed"
210+
}
211+
}
212+
},
213+
"orSeparator": " или ",
214+
"transformAndValidateErrorTextV1": "Стойността не може да бъде трансформирана.",
215+
"transformAndValidateErrorTextV2": "Стойността трябва да бъде валиден {transformedResultTypeDescription}.",
216+
"@transformAndValidateErrorTextV2": {
217+
"placeholders": {
218+
"transformedResultTypeDescription": {
219+
"type": "String",
220+
"description": "A description for the expected transformed type."
221+
}
222+
}
223+
}
104224
}

lib/l10n/intl_bn.arb

Lines changed: 121 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,125 @@
100100
"vinErrorText": "মানটি একটি বৈধ VIN হতে হবে।",
101101
"languageCodeErrorText": "মানটি একটি বৈধ ভাষা কোড হতে হবে।",
102102
"floatErrorText": "মান একটি বৈধ ভাসমান বিন্দু সংখ্যা হতে হবে।",
103-
"hexadecimalErrorText": "মান একটি বৈধ হেক্সাডেসিমাল সংখ্যা হতে হবে।"
103+
"hexadecimalErrorText": "মান একটি বৈধ হেক্সাডেসিমাল সংখ্যা হতে হবে।",
104+
"betweenNumErrorText": "মান অবশ্যই {minInclusive, select, true{বড় বা সমান হতে হবে} other{বড় হতে হবে}} {min} এবং {maxInclusive, select, true{ছোট বা সমান হতে হবে} other{ছোট হতে হবে}} {max}",
105+
"@betweenNumErrorText": {
106+
"description": "Error text when a value must be within a specific range",
107+
"placeholders": {
108+
"min": {
109+
"type": "num",
110+
"description": "The minimum allowed value"
111+
},
112+
"max": {
113+
"type": "num",
114+
"description": "The maximum allowed value"
115+
},
116+
"minInclusive": {
117+
"type": "String",
118+
"description": "Whether the minimum bound is inclusive"
119+
},
120+
"maxInclusive": {
121+
"type": "String",
122+
"description": "Whether the maximum bound is inclusive"
123+
}
124+
}
125+
},
126+
"booleanErrorText": "এই ক্ষেত্রে একটি বৈধ বুলিয়ান মান (সত্য বা মিথ্যা) প্রয়োজন।",
127+
"dateMustBeAfterErrorText": "তারিখ অবশ্যই {reference} এর পরে হতে হবে।",
128+
"@dateMustBeAfterErrorText": {
129+
"placeholders": {
130+
"reference": {
131+
"type": "DateTime",
132+
"format": "yMd",
133+
"example": "11/10/2021",
134+
"description": "The minimum date allowed"
135+
}
136+
}
137+
},
138+
"dateMustBeBeforeErrorText": "তারিখ অবশ্যই {reference} এর আগে হতে হবে।",
139+
"@dateMustBeBeforeErrorText": {
140+
"placeholders": {
141+
"reference": {
142+
"type": "DateTime",
143+
"format": "yMd",
144+
"example": "11/10/2021",
145+
"description": "The maximum date allowed"
146+
}
147+
}
148+
},
149+
"dateMustBeBetweenErrorText": "তারিখ অবশ্যই {minReference} এবং {maxReference} এর মধ্যে হতে হবে।",
150+
"@dateMustBeBetweenErrorText": {
151+
"placeholders": {
152+
"minReference": {
153+
"type": "DateTime",
154+
"format": "yMd",
155+
"example": "11/10/2021",
156+
"description": "The minimum date allowed"
157+
},
158+
"maxReference": {
159+
"type": "DateTime",
160+
"format": "yMd",
161+
"example": "11/10/2021",
162+
"description": "The maximum date allowed"
163+
}
164+
}
165+
},
166+
"dateTimeErrorText": "এই ক্ষেত্রে একটি বৈধ তারিখ ও সময় প্রয়োজন।",
167+
"greaterThanErrorText": "মান অবশ্যই {min} এর চেয়ে বড় হতে হবে।",
168+
"@greaterThanErrorText": {
169+
"placeholders": {
170+
"min": {
171+
"type": "num",
172+
"description": "The minimum value allowed"
173+
}
174+
}
175+
},
176+
"greaterThanOrEqualToErrorText": "মান অবশ্যই {min} এর চেয়ে বড় বা সমান হতে হবে।",
177+
"@greaterThanOrEqualToErrorText": {
178+
"placeholders": {
179+
"min": {
180+
"type": "num",
181+
"description": "The minimum value allowed"
182+
}
183+
}
184+
},
185+
"isOptionalErrorText": "এই ক্ষেত্রটি ঐচ্ছিক, অন্যথায় {nextErrorMessage}",
186+
"@isOptionalErrorText": {
187+
"placeholders": {
188+
"nextErrorMessage": {
189+
"type": "String",
190+
"description": "The error text from the next validator."
191+
}
192+
}
193+
},
194+
"isStringErrorText": "এই ক্ষেত্রে একটি বৈধ স্ট্রিং প্রয়োজন।",
195+
"lessThanErrorText": "মান অবশ্যই {max} এর চেয়ে ছোট হতে হবে।",
196+
"@lessThanErrorText": {
197+
"placeholders": {
198+
"max": {
199+
"type": "num",
200+
"description": "The maximum value allowed"
201+
}
202+
}
203+
},
204+
"lessThanOrEqualToErrorText": "মান অবশ্যই {max} এর চেয়ে ছোট বা সমান হতে হবে।",
205+
"@lessThanOrEqualToErrorText": {
206+
"placeholders": {
207+
"max": {
208+
"type": "num",
209+
"description": "The maximum value allowed"
210+
}
211+
}
212+
},
213+
"orSeparator": " বা ",
214+
"transformAndValidateErrorTextV1": "মানটি রূপান্তর করা যাবে না।",
215+
"transformAndValidateErrorTextV2": "মানটি অবশ্যই একটি বৈধ {transformedResultTypeDescription} হতে হবে।",
216+
"@transformAndValidateErrorTextV2": {
217+
"placeholders": {
218+
"transformedResultTypeDescription": {
219+
"type": "String",
220+
"description": "A description for the expected transformed type."
221+
}
222+
}
223+
}
104224
}

lib/l10n/intl_bs.arb

Lines changed: 121 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,125 @@
100100
"vinErrorText": "Vrijednost mora biti ispravan VIN.",
101101
"languageCodeErrorText": "Vrijednost mora biti ispravan kod jezika.",
102102
"floatErrorText": "Vrijednost mora biti ispravan broj s pomičnim zarezom.",
103-
"hexadecimalErrorText": "Vrijednost mora biti ispravan heksadecimalni broj."
103+
"hexadecimalErrorText": "Vrijednost mora biti ispravan heksadecimalni broj.",
104+
"betweenNumErrorText": "Vrijednost mora biti {minInclusive, select, true{veća ili jednaka} other{veća od}} {min} i {maxInclusive, select, true{manja ili jednaka} other{manja od}} {max}",
105+
"@betweenNumErrorText": {
106+
"description": "Error text when a value must be within a specific range",
107+
"placeholders": {
108+
"min": {
109+
"type": "num",
110+
"description": "The minimum allowed value"
111+
},
112+
"max": {
113+
"type": "num",
114+
"description": "The maximum allowed value"
115+
},
116+
"minInclusive": {
117+
"type": "String",
118+
"description": "Whether the minimum bound is inclusive"
119+
},
120+
"maxInclusive": {
121+
"type": "String",
122+
"description": "Whether the maximum bound is inclusive"
123+
}
124+
}
125+
},
126+
"booleanErrorText": "Ovo polje zahtijeva validnu boolean vrijednost (true ili false).",
127+
"dateMustBeAfterErrorText": "Datum mora biti nakon {reference}.",
128+
"@dateMustBeAfterErrorText": {
129+
"placeholders": {
130+
"reference": {
131+
"type": "DateTime",
132+
"format": "yMd",
133+
"example": "11/10/2021",
134+
"description": "The minimum date allowed"
135+
}
136+
}
137+
},
138+
"dateMustBeBeforeErrorText": "Datum mora biti prije {reference}.",
139+
"@dateMustBeBeforeErrorText": {
140+
"placeholders": {
141+
"reference": {
142+
"type": "DateTime",
143+
"format": "yMd",
144+
"example": "11/10/2021",
145+
"description": "The maximum date allowed"
146+
}
147+
}
148+
},
149+
"dateMustBeBetweenErrorText": "Datum mora biti između {minReference} i {maxReference}.",
150+
"@dateMustBeBetweenErrorText": {
151+
"placeholders": {
152+
"minReference": {
153+
"type": "DateTime",
154+
"format": "yMd",
155+
"example": "11/10/2021",
156+
"description": "The minimum date allowed"
157+
},
158+
"maxReference": {
159+
"type": "DateTime",
160+
"format": "yMd",
161+
"example": "11/10/2021",
162+
"description": "The maximum date allowed"
163+
}
164+
}
165+
},
166+
"dateTimeErrorText": "Ovo polje zahtijeva validan datum i vrijeme.",
167+
"greaterThanErrorText": "Vrijednost mora biti veća od {min}.",
168+
"@greaterThanErrorText": {
169+
"placeholders": {
170+
"min": {
171+
"type": "num",
172+
"description": "The minimum value allowed"
173+
}
174+
}
175+
},
176+
"greaterThanOrEqualToErrorText": "Vrijednost mora biti veća ili jednaka {min}.",
177+
"@greaterThanOrEqualToErrorText": {
178+
"placeholders": {
179+
"min": {
180+
"type": "num",
181+
"description": "The minimum value allowed"
182+
}
183+
}
184+
},
185+
"isOptionalErrorText": "Polje je opcionalno, u suprotnom, {nextErrorMessage}'",
186+
"@isOptionalErrorText": {
187+
"placeholders": {
188+
"nextErrorMessage": {
189+
"type": "String",
190+
"description": "The error text from the next validator."
191+
}
192+
}
193+
},
194+
"isStringErrorText": "Ovo polje zahtijeva validan tekst.",
195+
"lessThanErrorText": "Vrijednost mora biti manja od {max}.",
196+
"@lessThanErrorText": {
197+
"placeholders": {
198+
"max": {
199+
"type": "num",
200+
"description": "The maximum value allowed"
201+
}
202+
}
203+
},
204+
"lessThanOrEqualToErrorText": "Vrijednost mora biti manja ili jednaka {max}.",
205+
"@lessThanOrEqualToErrorText": {
206+
"placeholders": {
207+
"max": {
208+
"type": "num",
209+
"description": "The maximum value allowed"
210+
}
211+
}
212+
},
213+
"orSeparator": " ili ",
214+
"transformAndValidateErrorTextV1": "Vrijednost se ne može transformisati.",
215+
"transformAndValidateErrorTextV2": "Vrijednost mora biti validan {transformedResultTypeDescription}.",
216+
"@transformAndValidateErrorTextV2": {
217+
"placeholders": {
218+
"transformedResultTypeDescription": {
219+
"type": "String",
220+
"description": "A description for the expected transformed type."
221+
}
222+
}
223+
}
104224
}

0 commit comments

Comments
 (0)