Skip to content

Commit 61424ca

Browse files
committed
feat(l10n): add loading full list translation
- Add new translation key "loadingFullList" for Arabic and English - Include description for the new key in both language files - Message indicates that the full list of items in a dropdown is being loaded
1 parent ae1a59e commit 61424ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,10 @@
854854
"@loadingData": {
855855
"description": "رسالة عامة تُعرض أثناء تحميل البيانات لنموذج"
856856
},
857+
"loadingFullList": "جاري تحميل القائمة الكاملة...",
858+
"@loadingFullList": {
859+
"description": "رسالة تُعرض في قائمة منسدلة عند تحميل قائمتها الكاملة من العناصر في الخلفية."
860+
},
857861
"createSource": "إنشاء مصدر",
858862
"@createSource": {
859863
"description": "عنوان صفحة إنشاء مصدر"
@@ -1090,4 +1094,4 @@
10901094
"@countryPickerSelectCountryLabel": {
10911095
"description": "التسمية المعروضة عند عدم اختيار أي دولة في حقل نموذج منتقي البلد"
10921096
}
1093-
}
1097+
}

lib/l10n/arb/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,10 @@
854854
"@loadingData": {
855855
"description": "Generic message displayed while loading data for a form"
856856
},
857+
"loadingFullList": "Loading full list...",
858+
"@loadingFullList": {
859+
"description": "Message displayed in a dropdown when its full list of items is being loaded in the background."
860+
},
857861
"createSource": "Create Source",
858862
"@createSource": {
859863
"description": "Title for the Create Source page"

0 commit comments

Comments
 (0)