Skip to content

Commit bda77c2

Browse files
committed
Merge remote-tracking branch 'repo/main'
2 parents 3089231 + 327faa5 commit bda77c2

39 files changed

+238
-3403
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
- name: Create release
87-
uses: softprops/[email protected].14
87+
uses: softprops/[email protected].15
8888
with:
8989
body: ${{steps.github_release.outputs.changelog}}
9090

l10n.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# https://docs.flutter.dev/development/accessibility-and-localization/internationalization#adding-your-own-localized-messages
2+
# https://docs.google.com/document/d/10e0saTfAv32OZLRmONy866vnaw0I2jwL8zukykpgWBc
23
arb-dir: lib/l10n
34
template-arb-file: intl_en.arb
45
synthetic-package: false
56
output-dir: lib/localization/intl
67
output-localization-file: messages.dart
7-
output-class: FormBuilderLocalizationsImpl
8+
output-class: FormBuilderLocalizationsImpl
9+
#untranslated-messages-file: build/untranslated-messages.txt

lib/l10n/intl_ar.arb

Lines changed: 2 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,20 @@
11
{
2-
"@@last_modified": "2022-03-15T18:27:00.938366",
32
"@@locale": "ar",
43
"requiredErrorText": "هذا الحقل يجب ملؤه.",
5-
"@requiredErrorText": {
6-
"description": "Error Text for required validator",
7-
"type": "text",
8-
"placeholders": {}
9-
},
104
"equalErrorText": "يجب أن تكون القيمة المدخلة مساوية لـ {value}.",
11-
"@equalErrorText": {
12-
"description": "Error Text for equal validator",
13-
"type": "text",
14-
"placeholders": {
15-
"value": {}
16-
}
17-
},
185
"notEqualErrorText": "يجب أن لا تكون القيمة المدخلة مساوية لـ {value}.",
19-
"@notEqualErrorText": {
20-
"description": "Error Text for not-equal validator",
21-
"type": "text",
22-
"placeholders": {
23-
"value": {}
24-
}
25-
},
266
"minErrorText": "يجب أن لا تقل القيمة المدخلة عن {min}.",
27-
"@minErrorText": {
28-
"description": "Error Text for required field",
29-
"type": "text",
30-
"placeholders": {
31-
"min": {}
32-
}
33-
},
347
"minLengthErrorText": "يجب أن لا يقل طول القيمة المدخلة عن {minLength}.",
35-
"@minLengthErrorText": {
36-
"description": "Error Text for minLength validator",
37-
"type": "text",
38-
"placeholders": {
39-
"minLength": {}
40-
}
41-
},
42-
"minWordsCountErrorText": "يجب أن لا يقل عدد الكلمات المدخلة عن {minWordsCount}.",
43-
"@minWordsCountErrorText": {
44-
"description": "Error Text for minWordsCount validator",
45-
"type": "text",
46-
"placeholders": {
47-
"minWordsCount": {}
48-
}
49-
},
508
"maxErrorText": "يجب أن لا تزيد القيمة المدخلة عن {max}.",
51-
"@maxErrorText": {
52-
"description": "Error Text for max validator",
53-
"type": "text",
54-
"placeholders": {
55-
"max": {}
56-
}
57-
},
589
"maxLengthErrorText": "يجب أن لا يزيد طول القيمة المدخلة عن {maxLength}.",
59-
"@maxLengthErrorText": {
60-
"description": "Error Text for required field",
61-
"type": "text",
62-
"placeholders": {
63-
"maxLength": {}
64-
}
65-
},
10+
"minWordsCountErrorText": "يجب أن لا يقل عدد الكلمات المدخلة عن {minWordsCount}.",
6611
"maxWordsCountErrorText": "يجب أن لا يزيد عدد الكلمات المدخلة عن {maxWordsCount}.",
67-
"@maxWordsCountErrorText": {
68-
"description": "Error Text for maxWordsCount validator",
69-
"type": "text",
70-
"placeholders": {
71-
"maxWordsCount": {}
72-
}
73-
},
7412
"emailErrorText": "هذا الحقل يتطلب عنوان بريد إلكتروني صالح.",
75-
"@emailErrorText": {
76-
"description": "Error Text for email field",
77-
"type": "text",
78-
"placeholders": {}
79-
},
8013
"urlErrorText": "هذا الحقل يتطلب عنوان URL صالح.",
81-
"@urlErrorText": {
82-
"description": "Error Text for URL field",
83-
"type": "text",
84-
"placeholders": {}
85-
},
8614
"matchErrorText": "القيمة المدخلة لا تطابق الصيغة المطلوبة.",
87-
"@matchErrorText": {
88-
"description": "Error Text for pattern field",
89-
"type": "text",
90-
"placeholders": {}
91-
},
9215
"numericErrorText": "القيمة المدخلة ليست رقما.",
93-
"@numericErrorText": {
94-
"description": "Error Text for numeric field",
95-
"type": "text",
96-
"placeholders": {}
97-
},
9816
"integerErrorText": "القيمة المدخلة ليست رقما صحيحا.",
99-
"@integerErrorText": {
100-
"description": "Error Text for integer validator",
101-
"type": "text",
102-
"placeholders": {}
103-
},
10417
"creditCardErrorText": "القيمة المدخلة لا تصلح كرقم بطاقة إئتمانية.",
105-
"@creditCardErrorText": {
106-
"description": "Error Text for credit card field",
107-
"type": "text",
108-
"placeholders": {}
109-
},
11018
"ipErrorText": "هذا الحقل يتطلب عنوان IP صالح.",
111-
"@ipErrorText": {
112-
"description": "Error Text for IP address field",
113-
"type": "text",
114-
"placeholders": {}
115-
},
116-
"dateStringErrorText": "هذا الحقل يتطلب تاريخا صالحا.",
117-
"@dateStringErrorText": {
118-
"description": "Error Text for date string field",
119-
"type": "text",
120-
"placeholders": {}
121-
}
19+
"dateStringErrorText": "هذا الحقل يتطلب تاريخا صالحا."
12220
}

lib/l10n/intl_bn.arb

Lines changed: 3 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,20 @@
11
{
2-
"@@last_modified": "2022-04-04T10:09:54.938366",
3-
"@@locale": "bn",
2+
"@@locale": "bn",
43
"requiredErrorText": "খালি রাখা যাবে না।",
5-
"@requiredErrorText": {
6-
"description": "Error Text for required validator",
7-
"type": "text",
8-
"placeholders": {}
9-
},
104
"equalErrorText": "মান {value} সমান হতে হবে।",
11-
"@equalErrorText": {
12-
"description": "Error Text for equal validator",
13-
"type": "text",
14-
"placeholders": {
15-
"value": {}
16-
}
17-
},
185
"notEqualErrorText": "মান {value} এর সমান হওয়া উচিত নয়।",
19-
"@notEqualErrorText": {
20-
"description": "Error Text for not-equal validator",
21-
"type": "text",
22-
"placeholders": {
23-
"value": {}
24-
}
25-
},
266
"minErrorText": "মান অবশ্যই {min} এর থেকে বেশি বা সমান হতে হবে।",
27-
"@minErrorText": {
28-
"description": "Error Text for required field",
29-
"type": "text",
30-
"placeholders": {
31-
"min": {}
32-
}
33-
},
347
"minLengthErrorText": "মান অবশ্যই {minLength} এর চেয়ে বেশি বা সমান সংখ্যা হতে হবে।",
35-
"@minLengthErrorText": {
36-
"description": "Error Text for minLength validator",
37-
"type": "text",
38-
"placeholders": {
39-
"minLength": {}
40-
}
41-
},
42-
"minWordsCountErrorText": "মান অবশ্যই একটি শব্দের গণনা থাকতে হবে {minWordsCount} এর চেয়ে বেশি বা সমান",
43-
"@minWordsCountErrorText": {
44-
"description": "Error Text for required field",
45-
"type": "text",
46-
"placeholders": {
47-
"minWordsCount": {}
48-
}
49-
},
508
"maxErrorText": "মান অবশ্যই {max} এর কম বা সমান হতে হবে।",
51-
"@maxErrorText": {
52-
"description": "Error Text for max validator",
53-
"type": "text",
54-
"placeholders": {
55-
"max": {}
56-
}
57-
},
589
"maxLengthErrorText": "মান অবশ্যই {maxLength} এর থেকে কম বা সমান সংখ্যা হতে হবে।",
59-
"@maxLengthErrorText": {
60-
"description": "Error Text for required field",
61-
"type": "text",
62-
"placeholders": {
63-
"maxLength": {}
64-
}
65-
},
10+
"minWordsCountErrorText": "মান অবশ্যই একটি শব্দের গণনা থাকতে হবে {minWordsCount} এর চেয়ে বেশি বা সমান",
6611
"maxWordsCountErrorText": "মান অবশ্যই একটি শব্দের গণনা থাকতে হবে {maxWordsCount} এর চেয়ে কম বা সমান",
67-
"@maxWordsCountErrorText": {
68-
"description": "Error Text for required field",
69-
"type": "text",
70-
"placeholders": {
71-
"maxWordsCount": {}
72-
}
73-
},
7412
"emailErrorText": "একটি বৈধ ইমেল আইডি প্রয়োজন।",
75-
"@emailErrorText": {
76-
"description": "Error Text for email validator",
77-
"type": "text",
78-
"placeholders": {}
79-
},
8013
"urlErrorText": "একটি বৈধ ওয়েব এড্রেস প্রয়োজন।",
81-
"@urlErrorText": {
82-
"description": "Error Text for URL validator",
83-
"type": "text",
84-
"placeholders": {}
85-
},
8614
"matchErrorText": "মান প্যাটার্নের সাথে মেলে না।",
87-
"@matchErrorText": {
88-
"description": "Error Text for pattern validator",
89-
"type": "text",
90-
"placeholders": {}
91-
},
9215
"numericErrorText": "মান অবশ্যই সংখ্যায় হতে হবে।",
93-
"@numericErrorText": {
94-
"description": "Error Text for numeric validator",
95-
"type": "text",
96-
"placeholders": {}
97-
},
9816
"integerErrorText": "মান অবশ্যই একটি পূর্ণসংখ্যা হতে হবে।",
99-
"@integerErrorText": {
100-
"description": "Error Text for integer validator",
101-
"type": "text",
102-
"placeholders": {}
103-
},
10417
"creditCardErrorText": "বৈধ ক্রেডিট কার্ড নম্বর প্রয়োজন।",
105-
"@creditCardErrorText": {
106-
"description": "Error Text for credit card validator",
107-
"type": "text",
108-
"placeholders": {}
109-
},
11018
"ipErrorText": "একটি বৈধ আইপি এড্রেস প্রয়োজন।",
111-
"@ipErrorText": {
112-
"description": "Error Text for IP address validator",
113-
"type": "text",
114-
"placeholders": {}
115-
},
116-
"dateStringErrorText": "একটি বৈধ তারিখ প্রয়োজন।",
117-
"@dateStringErrorText": {
118-
"description": "Error Text for date string validator",
119-
"type": "text",
120-
"placeholders": {}
121-
}
19+
"dateStringErrorText": "একটি বৈধ তারিখ প্রয়োজন।"
12220
}

0 commit comments

Comments
 (0)