Skip to content

Commit f4da20f

Browse files
committed
feat(l10n): add arb entries for internal prompt logic and follow-up actions
- Add Arabic and English entries for "internalPromptLogicTitle" and "followUpActionsTitle" - Include descriptions for new entries to facilitate translation and understanding of context
1 parent 2e8c039 commit f4da20f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,5 +2233,13 @@
22332233
"requestWrittenFeedbackDescription": "إذا تم التمكين، سيُطلب من المستخدمين الذين يجيبون بـ 'لا' تقديم ملاحظات مكتوبة مباشرة إلى فريق التطوير.",
22342234
"@requestWrittenFeedbackDescription": {
22352235
"description": "وصف مفتاح طلب ملاحظات مكتوبة بعد رد سلبي."
2236+
},
2237+
"internalPromptLogicTitle": "منطق الموجه الداخلي",
2238+
"@internalPromptLogicTitle": {
2239+
"description": "عنوان قسم منطق الموجه الداخلي لمراجعة التطبيق."
2240+
},
2241+
"followUpActionsTitle": "إجراءات المتابعة",
2242+
"@followUpActionsTitle": {
2243+
"description": "عنوان قسم إجراءات المتابعة لمراجعة التطبيق."
22362244
}
22372245
}

lib/l10n/arb/app_en.arb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2229,5 +2229,13 @@
22292229
"requestWrittenFeedbackDescription": "If enabled, users who respond 'No' will be prompted to provide written feedback directly to the team.",
22302230
"@requestWrittenFeedbackDescription": {
22312231
"description": "Description for the switch to request written feedback after a negative response."
2232+
},
2233+
"internalPromptLogicTitle": "Internal Prompt Logic",
2234+
"@internalPromptLogicTitle": {
2235+
"description": "Title for the nested expansion tile for internal app review prompt settings."
2236+
},
2237+
"followUpActionsTitle": "Follow-up Actions",
2238+
"@followUpActionsTitle": {
2239+
"description": "Title for the nested expansion tile for app review follow-up actions."
22322240
}
22332241
}

0 commit comments

Comments
 (0)