@nextjscms/translations 0.9.5 → 0.9.7
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/dist/languages/ar.d.ts
CHANGED
|
@@ -426,6 +426,9 @@ declare const _default: {
|
|
|
426
426
|
readonly fieldMaxValueError: "{field} يجب أن يكون {max} أو أقل";
|
|
427
427
|
readonly fieldMinMaxMismatch: "{field} الحد الأدنى أكبر من الحد الأقصى";
|
|
428
428
|
readonly fieldLengthMismatch: "{field} الحد الأدنى للطول أكبر من الحد الأقصى";
|
|
429
|
+
readonly fieldDateMinValueError: "{field} يجب أن يكون في {min} أو بعده";
|
|
430
|
+
readonly fieldDateMaxValueError: "{field} يجب أن يكون في {max} أو قبله";
|
|
431
|
+
readonly fieldDateBoundsMismatch: "{field} يحتوي على minDate أكبر من maxDate";
|
|
429
432
|
readonly invalidDatePleaseProvideValid: "{field}: تاريخ غير صالح، يرجى تقديم تاريخ صالح";
|
|
430
433
|
readonly fileCorrupted: "الملف تالف";
|
|
431
434
|
readonly fileWriteError: "{field}: خطأ في كتابة الملف على القرص";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyfU"}
|
package/dist/languages/ar.js
CHANGED
|
@@ -432,6 +432,9 @@ export default {
|
|
|
432
432
|
fieldMaxValueError: '{field} يجب أن يكون {max} أو أقل',
|
|
433
433
|
fieldMinMaxMismatch: '{field} الحد الأدنى أكبر من الحد الأقصى',
|
|
434
434
|
fieldLengthMismatch: '{field} الحد الأدنى للطول أكبر من الحد الأقصى',
|
|
435
|
+
fieldDateMinValueError: '{field} يجب أن يكون في {min} أو بعده',
|
|
436
|
+
fieldDateMaxValueError: '{field} يجب أن يكون في {max} أو قبله',
|
|
437
|
+
fieldDateBoundsMismatch: '{field} يحتوي على minDate أكبر من maxDate',
|
|
435
438
|
// Date/Color/Map Validation
|
|
436
439
|
invalidDatePleaseProvideValid: '{field}: تاريخ غير صالح، يرجى تقديم تاريخ صالح',
|
|
437
440
|
// File Operation Errors
|