@acorex/core 4.1.6 → 4.1.10
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/fesm2015/acorex-core.mjs
CHANGED
|
@@ -975,7 +975,9 @@ var common$1 = {
|
|
|
975
975
|
"refresh-rate": "Refresh Rate",
|
|
976
976
|
refresh: "Refresh",
|
|
977
977
|
reload: "Reload",
|
|
978
|
-
condition: "Condition"
|
|
978
|
+
condition: "Condition",
|
|
979
|
+
next: "Next",
|
|
980
|
+
prev: "Prev"
|
|
979
981
|
};
|
|
980
982
|
var dateTime$1 = {
|
|
981
983
|
weekdaysShort: {
|
|
@@ -1243,7 +1245,9 @@ var common = {
|
|
|
1243
1245
|
"refresh-rate": "نرخ بروز رسانی",
|
|
1244
1246
|
refresh: "بروز رسانی",
|
|
1245
1247
|
reload: "بارگزاری مجدد",
|
|
1246
|
-
condition: "شرط"
|
|
1248
|
+
condition: "شرط",
|
|
1249
|
+
next: "بعدی",
|
|
1250
|
+
prev: "قبلی"
|
|
1247
1251
|
};
|
|
1248
1252
|
var dateTime = {
|
|
1249
1253
|
weekdaysShort: {
|