@brightspace-ui/intl 3.31.3 → 3.31.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/ar.js +1 -1
- package/package.json +1 -1
package/lang/ar.js
CHANGED
|
@@ -17,7 +17,7 @@ export default {
|
|
|
17
17
|
"intl-common:actions:save": "حفظ", // save action (in Title Case)
|
|
18
18
|
"intl-common:actions:saveAndClose": "حفظ وإغلاق", // save and close action (in Title Case)
|
|
19
19
|
"intl-common:actions:saveAndNew": "حفظ وجديد", // save and new action (in Title Case)
|
|
20
|
-
"intl-common:actions:search": "
|
|
20
|
+
"intl-common:actions:search": "بحث", // search action (in Title Case)
|
|
21
21
|
"intl-common:actions:submit": "تسليم", // submit action (in Title Case)
|
|
22
22
|
"intl-common:actions:update": "تحديث", // update action (in Title Case)
|
|
23
23
|
"intl-common:characters:ampersand": "علامة العطف ”&“", // short name or description of the "&" character
|
package/package.json
CHANGED