@openmrs/esm-stock-management-app 1.0.1-pre.532 → 1.0.1-pre.548
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/271.js +1 -1
- package/dist/{157.js → 281.js} +1 -1
- package/dist/281.js.map +1 -0
- package/dist/319.js +1 -1
- package/dist/460.js +1 -1
- package/dist/574.js +1 -1
- package/dist/757.js +1 -1
- package/dist/788.js +1 -1
- package/dist/807.js +1 -1
- package/dist/833.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-stock-management-app.js +1 -1
- package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +52 -52
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/stock-home/stock-home-detail-cards.component.tsx +3 -3
- package/src/stock-home/stock-home-metrics.tsx +6 -1
- package/src/stock-items/add-stock-item/packaging-units/packaging-units-delete-modal.component.tsx +4 -1
- package/src/stock-items/add-stock-item/stock-item-details/stock-item-details.component.tsx +1 -1
- package/src/stock-items/add-stock-item/stock-item-units-edit/stock-item-units-edit.component.tsx +20 -15
- package/src/stock-operations/add-stock-operation/base-operation-details.component.tsx +11 -5
- package/src/stock-operations/add-stock-operation/received-items.component.tsx +6 -3
- package/src/stock-operations/add-stock-operation/stock-items-addition.component.tsx +3 -3
- package/src/stock-operations/stock-operation-types-selector/stock-operation-types-selector.component.tsx +2 -2
- package/src/stock-operations/stock-operations-dialog/stock-operations-dialog.component.tsx +16 -6
- package/src/stock-operations/stock-operations-filters.component.tsx +1 -1
- package/src/stock-operations/stock-operations-table.component.tsx +82 -122
- package/src/stock-operations/stock-operations-table.scss +61 -0
- package/src/stock-operations/stock-operations.resource.ts +0 -1
- package/translations/am.json +20 -11
- package/translations/ar.json +24 -15
- package/translations/en.json +20 -11
- package/translations/es.json +25 -16
- package/translations/fr.json +32 -23
- package/translations/he.json +21 -12
- package/translations/km.json +22 -13
- package/translations/zh.json +20 -11
- package/dist/157.js.map +0 -1
package/translations/ar.json
CHANGED
@@ -23,6 +23,7 @@
|
|
23
23
|
"alertRole": "دور التنبيه",
|
24
24
|
"all": "الكل",
|
25
25
|
"approve": "أرسل",
|
26
|
+
"batch": "رقم الدفعة",
|
26
27
|
"batchInformation": "معلومات الدفعة",
|
27
28
|
"batchJob": "وظيفة دفعة",
|
28
29
|
"batchJobErrorMessage": "خطأ في إنشاء وظيفة الدفعة",
|
@@ -33,6 +34,7 @@
|
|
33
34
|
"by": "بواسطة",
|
34
35
|
"cancel": "إلغاء",
|
35
36
|
"cancelled": "تم الإلغاء",
|
37
|
+
"category": "فئة",
|
36
38
|
"checkFilters": "تحقق من الفلاتر أعلاه",
|
37
39
|
"childLocations": "المواقع الفرعية",
|
38
40
|
"chooseACategory": "اختر فئة",
|
@@ -61,6 +63,7 @@
|
|
61
63
|
"dateCompleted": "تاريخ الانتهاء",
|
62
64
|
"dateCreated": "تاريخ الإنشاء",
|
63
65
|
"dateRequested": "تاريخ الطلب",
|
66
|
+
"defaultStockOperationsPackagingUnit": "وحدة تعبئة عمليات المخزون الافتراضية",
|
64
67
|
"defaultStockOperationsUoMName": "تعبئة بالجملة",
|
65
68
|
"delete": "حذف",
|
66
69
|
"deleteConfirmationText": "هل أنت متأكد أنك تريد حذف نطاق المستخدم هذا؟ لا يمكن التراجع عن هذا الإجراء.",
|
@@ -111,15 +114,13 @@
|
|
111
114
|
"errorDeletingRule": "خطأ في حذف قاعدة",
|
112
115
|
"errorDeletingSource": "خطأ في حذف مصدر",
|
113
116
|
"errorDeletingUserScope": "خطأ في حذف نطاق المستخدم",
|
114
|
-
"errorDescription": "",
|
115
|
-
"errorDescriptionTitle": "خطأ في حفظ النموذج",
|
116
117
|
"errorEditingStockItem": "خطأ في تعديل عنصر المخزون",
|
117
118
|
"errorLoadingStockOperation": "خطأ في تحميل عنصر المخزون",
|
118
119
|
"errorSavingBaseOperation": "خطأ في حفظ العملية الأساسية",
|
119
120
|
"errorSavingForm": "خطأ في حفظ النموذج",
|
120
121
|
"errorSavingUserRoleScope": "خطأ في حفظ نطاق دور المستخدم",
|
121
|
-
"errorStockMetric": "",
|
122
|
-
"errorUploadingItems": "
|
122
|
+
"errorStockMetric": "حدث خطأ أثناء جلب مقاييس المخزون",
|
123
|
+
"errorUploadingItems": "حدث خطأ أثناء تحميل عناصر المخزون",
|
123
124
|
"evaluationFrequency": "تردد التقييم (دقائق)",
|
124
125
|
"expirationNotice": "إشعار انتهاء الصلاحية (أيام)",
|
125
126
|
"expired": "منتهي الصلاحية",
|
@@ -140,13 +141,13 @@
|
|
140
141
|
"home": "الرئيسية",
|
141
142
|
"import": "استيراد",
|
142
143
|
"importStockItems": "استيراد عناصر المخزون",
|
143
|
-
"in6Months": "
|
144
|
-
"includeChildLocations": "
|
145
|
-
"
|
144
|
+
"in6Months": "في 6 أشهر",
|
145
|
+
"includeChildLocations": "تضمين مواقع الأطفال",
|
146
|
+
"inventory Alerts": "تنبيهات المخزون",
|
146
147
|
"inventoryAlertNull": "لا توجد تنبيهات مخزون لعرضها",
|
147
148
|
"inventoryBy": "المخزون حسب",
|
148
149
|
"issueStock": "إصدار المخزون",
|
149
|
-
"
|
150
|
+
"issuing": "إصدار",
|
150
151
|
"issuingNull": "لا يوجد إصدار لعرضه",
|
151
152
|
"item": "عنصر",
|
152
153
|
"itemAlreadyExists": "العنصر موجود بالفعل",
|
@@ -185,6 +186,9 @@
|
|
185
186
|
"noViewPrivilegesDescription": "لا توجد صلاحيات عرض",
|
186
187
|
"number": "رقم",
|
187
188
|
"operationDate": "تاريخ العملية",
|
189
|
+
"operationModalTitle": "{{title}} عملية",
|
190
|
+
"operationSuccessful": "لقد نجحت {{title}} عملية",
|
191
|
+
"operationSuccessTitle": "{{title}} عملية",
|
188
192
|
"orderLevel": "مستوى إعادة الطلب:",
|
189
193
|
"other": "آخر",
|
190
194
|
"outofstock": "نفد المخزون",
|
@@ -200,33 +204,38 @@
|
|
200
204
|
"pleaseSpecify": "يرجى التحديد",
|
201
205
|
"poorquality": "جودة رديئة",
|
202
206
|
"print": "طباعة",
|
203
|
-
"providersAvailableToday": "
|
207
|
+
"providersAvailableToday": "مخزون تم التخلص منه",
|
204
208
|
"purchasePrice": "سعر الشراء",
|
205
209
|
"purchasePricePackagingUnit": "سعر شراء وحدة التعبئة:",
|
206
|
-
"qty": "الكمية",
|
207
|
-
"qtyIssued": "الكمية الصادرة",
|
208
210
|
"quantities": "الكميات",
|
209
211
|
"quantity": "حد الكمية",
|
212
|
+
"quantityIssued": "الكمية الصادرة",
|
213
|
+
"quantityReceived": "الكمية المستلمة",
|
210
214
|
"quantityRequested": "الكمية المطلوبة",
|
215
|
+
"quantitySent": "الكمية المرسلة",
|
211
216
|
"quantityUnit": "وحدة الكمية",
|
212
|
-
"
|
217
|
+
"quantityUoM": "وحدة قياس الكمية (UoM)",
|
213
218
|
"rank": "رتبة",
|
214
219
|
"reason": "سبب",
|
215
220
|
"reasonLabel": "يرجى شرح السبب:",
|
216
221
|
"reasonPlaceholder": "أدخل السبب هنا",
|
222
|
+
"receivedItems": "العناصر المستلمة",
|
217
223
|
"receivedNull": "لا يوجد استلام لعرضه",
|
218
224
|
"receivedView": "عرض الكل",
|
219
|
-
"
|
225
|
+
"receiving": "الاستلام",
|
220
226
|
"references": "المراجع",
|
221
227
|
"reject": "رفض",
|
222
228
|
"rejected": "مرفوض",
|
223
229
|
"rejectOrder": "الطلب المرفوض",
|
230
|
+
"remarks": "ملاحظات",
|
224
231
|
"removePackagingUnit": "إزالة وحدة التعبئة",
|
225
232
|
"removePackagingUnitConfirmation": "تأكيد إزالة وحدة التعبئة",
|
226
233
|
"reorderLevel": "مستوى إعادة الطلب",
|
234
|
+
"reorderLevelPackagingUnit": "إعادة طلب وحدة التعبئة والتغليف على مستوى",
|
227
235
|
"report": "تقرير",
|
228
236
|
"ReportDescription": "قائمة التقارير التي طلبها المستخدمون",
|
229
237
|
"reportName": "اسم التقرير",
|
238
|
+
"requested": "مطلوب",
|
230
239
|
"requestedBy": "تم الطلب بواسطة",
|
231
240
|
"responsiblePerson": "الشخص المسؤول",
|
232
241
|
"return": "إرجاع",
|
@@ -259,6 +268,8 @@
|
|
259
268
|
"stockOperation": "عمليات المخزون",
|
260
269
|
"stockOperationAdded": "تمت إضافة عملية المخزون بنجاح",
|
261
270
|
"stockOperationEdited": "تم تعديل عملية المخزون بنجاح",
|
271
|
+
"stockOperationErrorDescription": "تفاصيل: {{message}}",
|
272
|
+
"stockOperationErrorTitle": "حدث خطأ أثناء حفظ النموذج",
|
262
273
|
"stockOperations": "عمليات المخزون",
|
263
274
|
"stockOperationTrackMovement": "عمليات المخزون لتتبع حركة المخزون.",
|
264
275
|
"stockRuleAddedSuccessfully": "تمت إضافة قاعدة المخزون بنجاح",
|
@@ -272,10 +283,8 @@
|
|
272
283
|
"submitted": "تم تقديمه",
|
273
284
|
"successfullysaved": "تم حفظ نطاق دور المستخدم بنجاح",
|
274
285
|
"SuccessfullyUploadedStockItem": "لقد قمت بتحميل العناصر المخزنة بنجاح",
|
275
|
-
"successMessage": "رسالة النجاح",
|
276
286
|
"tabletOverlay": "تراكب الجهاز اللوحي",
|
277
287
|
"tags": "العلامات",
|
278
|
-
"title": "العنوان",
|
279
288
|
"toggleMessage": "استخدم التبديل لتطبيق هذا النطاق على المواقع تحت الموقع المحدد.",
|
280
289
|
"tradeName": "اسم التجارة",
|
281
290
|
"transactions": "المعاملات",
|
package/translations/en.json
CHANGED
@@ -23,6 +23,7 @@
|
|
23
23
|
"alertRole": "Alert Role",
|
24
24
|
"all": "All",
|
25
25
|
"approve": "Dispatch",
|
26
|
+
"batch": "Batch No",
|
26
27
|
"batchInformation": "Batch Information",
|
27
28
|
"batchJob": "Batch Job",
|
28
29
|
"batchJobErrorMessage": "Error creating batch job",
|
@@ -33,6 +34,7 @@
|
|
33
34
|
"by": "By",
|
34
35
|
"cancel": "Cancel",
|
35
36
|
"cancelled": "Cancelled",
|
37
|
+
"category": "Category",
|
36
38
|
"checkFilters": "Check the filters above",
|
37
39
|
"childLocations": "Child Locations",
|
38
40
|
"chooseACategory": "Choose a category",
|
@@ -61,6 +63,7 @@
|
|
61
63
|
"dateCompleted": "Date Completed",
|
62
64
|
"dateCreated": "Date Created",
|
63
65
|
"dateRequested": "Date Requested",
|
66
|
+
"defaultStockOperationsPackagingUnit": "Default stock operations packaging unit",
|
64
67
|
"defaultStockOperationsUoMName": "Bulk Packaging",
|
65
68
|
"delete": "Delete",
|
66
69
|
"deleteConfirmationText": "Are you sure you want to delete this User Scope? This action can't be undone.",
|
@@ -111,14 +114,12 @@
|
|
111
114
|
"errorDeletingRule": "Error deleting a rule",
|
112
115
|
"errorDeletingSource": "Error deleting a source",
|
113
116
|
"errorDeletingUserScope": "Error deleting a user scope",
|
114
|
-
"errorDescription": "",
|
115
|
-
"errorDescriptionTitle": "Error on saving form",
|
116
117
|
"errorEditingStockItem": "Error editing a stock Item",
|
117
118
|
"errorLoadingStockOperation": "Error loading stock item",
|
118
119
|
"errorSavingBaseOperation": "Erro saving base operation",
|
119
120
|
"errorSavingForm": "Error on saving form",
|
120
121
|
"errorSavingUserRoleScope": "Error Saving user role scope",
|
121
|
-
"errorStockMetric": "",
|
122
|
+
"errorStockMetric": "Error fetching stock metrics",
|
122
123
|
"errorUploadingItems": "An error occurred uploading stock items",
|
123
124
|
"evaluationFrequency": "Frequency Check (Minutes)",
|
124
125
|
"expirationNotice": "Expiration Notice (days)",
|
@@ -142,11 +143,11 @@
|
|
142
143
|
"importStockItems": "Import Stock Items",
|
143
144
|
"in6Months": "In 6 months",
|
144
145
|
"includeChildLocations": "Include Child Locations",
|
145
|
-
"
|
146
|
+
"inventory Alerts": "Inventory Alerts",
|
146
147
|
"inventoryAlertNull": "No inventory alerts to display",
|
147
148
|
"inventoryBy": "Inventory by",
|
148
149
|
"issueStock": "Issue Stock ",
|
149
|
-
"
|
150
|
+
"issuing": "Issuing",
|
150
151
|
"issuingNull": "No issued to display",
|
151
152
|
"item": "Item",
|
152
153
|
"itemAlreadyExists": "Item already exits",
|
@@ -185,6 +186,9 @@
|
|
185
186
|
"noViewPrivilegesDescription": "",
|
186
187
|
"number": "Number",
|
187
188
|
"operationDate": "Operation Date",
|
189
|
+
"operationModalTitle": "{{title}} Operation",
|
190
|
+
"operationSuccessful": "You have successfully {{title}} operation",
|
191
|
+
"operationSuccessTitle": "{{title}} Operation",
|
188
192
|
"orderLevel": "Reorder level:",
|
189
193
|
"other": "Other",
|
190
194
|
"outofstock": "Out of Stock",
|
@@ -203,30 +207,35 @@
|
|
203
207
|
"providersAvailableToday": "Disposed Stock ",
|
204
208
|
"purchasePrice": "Purchase Price",
|
205
209
|
"purchasePricePackagingUnit": "Purchase price packaging unit:",
|
206
|
-
"qty": "Qty",
|
207
|
-
"qtyIssued": "Qty Issued",
|
208
210
|
"quantities": "Quantities",
|
209
211
|
"quantity": "Quantity Threshold",
|
212
|
+
"quantityIssued": "Quantity Issued",
|
213
|
+
"quantityReceived": "Quantity Received",
|
210
214
|
"quantityRequested": "Quantity Requested",
|
215
|
+
"quantitySent": "Quantity Sent",
|
211
216
|
"quantityUnit": "Quantity Unit",
|
212
|
-
"
|
217
|
+
"quantityUoM": "Quantity Unit of Measurement(UoM)",
|
213
218
|
"rank": "Rank",
|
214
219
|
"reason": "Reason",
|
215
220
|
"reasonLabel": "Please explain the reason:",
|
216
221
|
"reasonPlaceholder": "Enter reason here",
|
222
|
+
"receivedItems": "Received Items",
|
217
223
|
"receivedNull": "No received to display",
|
218
224
|
"receivedView": "View All",
|
219
|
-
"
|
225
|
+
"receiving": "Receiving",
|
220
226
|
"references": "References",
|
221
227
|
"reject": "Reject ",
|
222
228
|
"rejected": "Rejected",
|
223
229
|
"rejectOrder": "Uploaded Order",
|
230
|
+
"remarks": "Remarks",
|
224
231
|
"removePackagingUnit": "Remove Packaging Unit",
|
225
232
|
"removePackagingUnitConfirmation": "",
|
226
233
|
"reorderLevel": "Reorder Level",
|
234
|
+
"reorderLevelPackagingUnit": "Reorder level packaging unit",
|
227
235
|
"report": "Report",
|
228
236
|
"ReportDescription": "List of reports requested by users",
|
229
237
|
"reportName": "Report",
|
238
|
+
"requested": "Requested",
|
230
239
|
"requestedBy": "Requested By",
|
231
240
|
"responsiblePerson": "Responsible Person",
|
232
241
|
"return": "Return ",
|
@@ -259,6 +268,8 @@
|
|
259
268
|
"stockOperation": "Stock Operations",
|
260
269
|
"stockOperationAdded": "Stock operation added successfully",
|
261
270
|
"stockOperationEdited": "Stock operation edited successfully",
|
271
|
+
"stockOperationErrorDescription": "Details: {{message}}",
|
272
|
+
"stockOperationErrorTitle": "Error on saving form",
|
262
273
|
"stockOperations": "Stock Operations",
|
263
274
|
"stockOperationTrackMovement": "Stock operations to track movement of stock.",
|
264
275
|
"stockRuleAddedSuccessfully": "Stock Rule Added Successfully",
|
@@ -272,10 +283,8 @@
|
|
272
283
|
"submitted": "Submitted",
|
273
284
|
"successfullysaved": "You have successfully saved user role scope ",
|
274
285
|
"SuccessfullyUploadedStockItem": "You have successfully uploaded stock items",
|
275
|
-
"successMessage": "",
|
276
286
|
"tabletOverlay": "Tablet overlay",
|
277
287
|
"tags": "Tags",
|
278
|
-
"title": "",
|
279
288
|
"toggleMessage": "Use the toggle to apply this scope to the locations under the selected location.",
|
280
289
|
"tradeName": "Trade Name",
|
281
290
|
"transactions": "Transactions",
|
package/translations/es.json
CHANGED
@@ -23,6 +23,7 @@
|
|
23
23
|
"alertRole": "Rol de Alerta",
|
24
24
|
"all": "Todo",
|
25
25
|
"approve": "Enviar",
|
26
|
+
"batch": "Número de lote",
|
26
27
|
"batchInformation": "Información del Lote",
|
27
28
|
"batchJob": "Trabajo por Lote",
|
28
29
|
"batchJobErrorMessage": "Error al crear el trabajo por lote",
|
@@ -33,6 +34,7 @@
|
|
33
34
|
"by": "Por",
|
34
35
|
"cancel": "Cancelar",
|
35
36
|
"cancelled": "Cancelado",
|
37
|
+
"category": "Categoría",
|
36
38
|
"checkFilters": "Verifique los filtros arriba",
|
37
39
|
"childLocations": "Ubicaciones Secundarias",
|
38
40
|
"chooseACategory": "Elija una categoría",
|
@@ -61,6 +63,7 @@
|
|
61
63
|
"dateCompleted": "Fecha de Completación",
|
62
64
|
"dateCreated": "Fecha de Creación",
|
63
65
|
"dateRequested": "Fecha de Solicitud",
|
66
|
+
"defaultStockOperationsPackagingUnit": "Unidad de embalaje de operaciones de stock predeterminada",
|
64
67
|
"defaultStockOperationsUoMName": "Empaque a Granel",
|
65
68
|
"delete": "Eliminar",
|
66
69
|
"deleteConfirmationText": "¿Está seguro de que desea eliminar este Alcance de Usuario? Esta acción es irreversible.",
|
@@ -111,15 +114,13 @@
|
|
111
114
|
"errorDeletingRule": "Error deleting a rule",
|
112
115
|
"errorDeletingSource": "Error al eliminar una fuente",
|
113
116
|
"errorDeletingUserScope": "Error deleting a user scope",
|
114
|
-
"errorDescription": "Descripción del error",
|
115
|
-
"errorDescriptionTitle": "Error al guardar el formulario",
|
116
117
|
"errorEditingStockItem": "Error al editar un artículo de inventario",
|
117
118
|
"errorLoadingStockOperation": "Error al cargar el artículo de inventario",
|
118
119
|
"errorSavingBaseOperation": "Error al guardar la operación básica",
|
119
120
|
"errorSavingForm": "Error al guardar el formulario",
|
120
121
|
"errorSavingUserRoleScope": "Error Saving user role scope",
|
121
122
|
"errorStockMetric": "Error de métrica de inventario",
|
122
|
-
"errorUploadingItems": "
|
123
|
+
"errorUploadingItems": "Se produjo un error al cargar artículos en stock.",
|
123
124
|
"evaluationFrequency": "Frecuencia de Evaluación (Minutos)",
|
124
125
|
"expirationNotice": "Aviso de Vencimiento (días)",
|
125
126
|
"expired": "Vencido",
|
@@ -140,18 +141,18 @@
|
|
140
141
|
"home": "Inicio",
|
141
142
|
"import": "Importar",
|
142
143
|
"importStockItems": "Importar Artículos de Inventario",
|
143
|
-
"in6Months": "
|
144
|
-
"includeChildLocations": "
|
145
|
-
"
|
144
|
+
"in6Months": "en 6 meses",
|
145
|
+
"includeChildLocations": "Incluir ubicaciones infantiles",
|
146
|
+
"inventory Alerts": "Alertas de inventario",
|
146
147
|
"inventoryAlertNull": "No hay alertas de inventario para mostrar",
|
147
148
|
"inventoryBy": "Inventario por",
|
148
149
|
"issueStock": "Emitir Inventario",
|
149
|
-
"
|
150
|
+
"issuing": "Emisor",
|
150
151
|
"issuingNull": "No hay emisiones para mostrar",
|
151
152
|
"item": "Artículo",
|
152
153
|
"itemAlreadyExists": "El artículo ya existe",
|
153
|
-
"itemsAboveMax": "
|
154
|
-
"itemsBelowMin": "
|
154
|
+
"itemsAboveMax": "Artículos por encima del máximo",
|
155
|
+
"itemsBelowMin": "Artículos por debajo del mínimo",
|
155
156
|
"itemType": "Tipo de Artículo",
|
156
157
|
"leastMoving": "Menos movimiento",
|
157
158
|
"limit": "Límite",
|
@@ -179,12 +180,15 @@
|
|
179
180
|
"noReportsToDisplay": "No hay reportes de inventario para mostrar",
|
180
181
|
"noRulesToDisplay": "No hay reglas de inventario para mostrar",
|
181
182
|
"noSourcesToDisplay": "No hay fuentes de inventario para mostrar",
|
182
|
-
"noStockItemsToDisplay": "No stock
|
183
|
+
"noStockItemsToDisplay": "No hay artículos en stock para mostrar",
|
183
184
|
"notes": "Por favor explique la razón:",
|
184
185
|
"notSet": "No Definido",
|
185
186
|
"noViewPrivilegesDescription": "No tiene los privilegios necesarios para ver esta página",
|
186
187
|
"number": "Número",
|
187
188
|
"operationDate": "Fecha de la Operación",
|
189
|
+
"operationModalTitle": "{{title}} Operación",
|
190
|
+
"operationSuccessful": "Has logrado {{title}} operación",
|
191
|
+
"operationSuccessTitle": "{{title}} Operación",
|
188
192
|
"orderLevel": "Nivel de Reabastecimiento:",
|
189
193
|
"other": "Otro",
|
190
194
|
"outofstock": "Agotado",
|
@@ -203,30 +207,35 @@
|
|
203
207
|
"providersAvailableToday": "Inventario Disponible",
|
204
208
|
"purchasePrice": "Precio de Compra",
|
205
209
|
"purchasePricePackagingUnit": "Precio de compra de la unidad de empaque:",
|
206
|
-
"qty": "Cantidad",
|
207
|
-
"qtyIssued": "Cantidad Emitida",
|
208
210
|
"quantities": "Cantidades",
|
209
211
|
"quantity": "Umbral de Cantidad",
|
212
|
+
"quantityIssued": "Cantidad emitida",
|
213
|
+
"quantityReceived": "Cantidad recibida",
|
210
214
|
"quantityRequested": "Cantidad Solicitada",
|
215
|
+
"quantitySent": "Cantidad enviada",
|
211
216
|
"quantityUnit": "Unidad de Cantidad",
|
212
|
-
"
|
217
|
+
"quantityUoM": "Unidad de medida de cantidad (UM)",
|
213
218
|
"rank": "Rango",
|
214
219
|
"reason": "Razón",
|
215
220
|
"reasonLabel": "Por favor explique la razón:",
|
216
221
|
"reasonPlaceholder": "Ingrese la razón aquí",
|
222
|
+
"receivedItems": "Artículos recibidos",
|
217
223
|
"receivedNull": "No hay recibos para mostrar",
|
218
224
|
"receivedView": "Ver Todo",
|
219
|
-
"
|
225
|
+
"receiving": "Receiving",
|
220
226
|
"references": "Referencias",
|
221
227
|
"reject": "Rechazar",
|
222
228
|
"rejected": "Rechazado",
|
223
229
|
"rejectOrder": "Pedido Rechazado",
|
230
|
+
"remarks": "Observaciones",
|
224
231
|
"removePackagingUnit": "Eliminar Unidad de Empaque",
|
225
232
|
"removePackagingUnitConfirmation": "¿Está seguro de que desea eliminar esta unidad de empaque?",
|
226
233
|
"reorderLevel": "Nivel de Reabastecimiento",
|
234
|
+
"reorderLevelPackagingUnit": "Reorder level packaging unit",
|
227
235
|
"report": "Reporte",
|
228
236
|
"ReportDescription": "Lista de reportes solicitados por los usuarios",
|
229
237
|
"reportName": "Reporte",
|
238
|
+
"requested": "Solicitado",
|
230
239
|
"requestedBy": "Solicitado Por",
|
231
240
|
"responsiblePerson": "Persona Responsable",
|
232
241
|
"return": "Devolver",
|
@@ -259,6 +268,8 @@
|
|
259
268
|
"stockOperation": "Operaciones de Inventario",
|
260
269
|
"stockOperationAdded": "Operación de inventario agregada con éxito",
|
261
270
|
"stockOperationEdited": "Operación de inventario editada con éxito",
|
271
|
+
"stockOperationErrorDescription": "Detalles: {{message}}",
|
272
|
+
"stockOperationErrorTitle": "Error al guardar el formulario",
|
262
273
|
"stockOperations": "Operaciones de Inventario",
|
263
274
|
"stockOperationTrackMovement": "Operaciones de stock para rastrear el movimiento de stock",
|
264
275
|
"stockRuleAddedSuccessfully": "Regla de stock agregada correctamente",
|
@@ -272,10 +283,8 @@
|
|
272
283
|
"submitted": "Enviado",
|
273
284
|
"successfullysaved": "Ha guardado con éxito el alcance del rol del usuario",
|
274
285
|
"SuccessfullyUploadedStockItem": "Has cargado correctamente los artículos en stock",
|
275
|
-
"successMessage": "Mensaje de Éxito",
|
276
286
|
"tabletOverlay": "Superposición para Tableta",
|
277
287
|
"tags": "Tags",
|
278
|
-
"title": "Título",
|
279
288
|
"toggleMessage": "Utilice el interruptor para aplicar este alcance a las ubicaciones debajo de la ubicación seleccionada.",
|
280
289
|
"tradeName": "Nombre Comercial",
|
281
290
|
"transactions": "Transacciones",
|
package/translations/fr.json
CHANGED
@@ -23,6 +23,7 @@
|
|
23
23
|
"alertRole": "Rôle d'Alerte",
|
24
24
|
"all": "Tout",
|
25
25
|
"approve": "Expédier",
|
26
|
+
"batch": "Numéro de lot",
|
26
27
|
"batchInformation": "Informations sur le Lot",
|
27
28
|
"batchJob": "Tâche par Lot",
|
28
29
|
"batchJobErrorMessage": "Erreur lors de la création de la tâche par lot",
|
@@ -33,6 +34,7 @@
|
|
33
34
|
"by": "Par",
|
34
35
|
"cancel": "Annuler",
|
35
36
|
"cancelled": "Annulé",
|
37
|
+
"category": "Catégorie",
|
36
38
|
"checkFilters": "Vérifiez les filtres ci-dessus",
|
37
39
|
"childLocations": "Emplacements Enfants",
|
38
40
|
"chooseACategory": "Choisissez une catégorie",
|
@@ -61,6 +63,7 @@
|
|
61
63
|
"dateCompleted": "Date de Complétion",
|
62
64
|
"dateCreated": "Date de Création",
|
63
65
|
"dateRequested": "Date de Demande",
|
66
|
+
"defaultStockOperationsPackagingUnit": "Unité de conditionnement des opérations de stock par défaut",
|
64
67
|
"defaultStockOperationsUoMName": "Emballage en Vrac",
|
65
68
|
"delete": "Supprimer",
|
66
69
|
"deleteConfirmationText": "Êtes-vous sûr de vouloir supprimer cette Portée d'Utilisateur? Cette action est irréversible.",
|
@@ -111,8 +114,6 @@
|
|
111
114
|
"errorDeletingRule": "Erreur lors de la suppression d'une règle",
|
112
115
|
"errorDeletingSource": "Erreur lors de la suppression d'une source",
|
113
116
|
"errorDeletingUserScope": "Error deleting a user scope",
|
114
|
-
"errorDescription": "Description de l'erreur",
|
115
|
-
"errorDescriptionTitle": "Erreur lors de l'enregistrement du formulaire",
|
116
117
|
"errorEditingStockItem": "Erreur lors de la modification d'un article de stock",
|
117
118
|
"errorLoadingStockOperation": "Erreur lors du chargement de l'article de stock",
|
118
119
|
"errorSavingBaseOperation": "Erreur lors de l'enregistrement de l'opération de base",
|
@@ -140,13 +141,13 @@
|
|
140
141
|
"home": "Accueil",
|
141
142
|
"import": "Importer",
|
142
143
|
"importStockItems": "Importer des Articles de Stock",
|
143
|
-
"in6Months": "
|
144
|
-
"includeChildLocations": "
|
145
|
-
"
|
144
|
+
"in6Months": "Dans 6 mois",
|
145
|
+
"includeChildLocations": "Inclure les emplacements des enfants",
|
146
|
+
"inventory Alerts": "Alertes d'inventaire",
|
146
147
|
"inventoryAlertNull": "Aucune alerte d'inventaire à afficher",
|
147
148
|
"inventoryBy": "Inventaire par",
|
148
149
|
"issueStock": "Émettre du Stock",
|
149
|
-
"
|
150
|
+
"issuing": "Délivrance",
|
150
151
|
"issuingNull": "Aucune émission à afficher",
|
151
152
|
"item": "Article",
|
152
153
|
"itemAlreadyExists": "L'article existe déjà",
|
@@ -171,7 +172,7 @@
|
|
171
172
|
"newReport": "Nouveau Rapport",
|
172
173
|
"next": "Suivant",
|
173
174
|
"no": "Non",
|
174
|
-
"noData": "
|
175
|
+
"noData": "Aucune donnée à afficher",
|
175
176
|
"noItemsToDisplay": "Aucun Article de Stock à afficher",
|
176
177
|
"noneFulfillment": "Non Réalisation",
|
177
178
|
"noOperationsToDisplay": "Aucune Portée d'Utilisateur de Stock à afficher",
|
@@ -185,6 +186,9 @@
|
|
185
186
|
"noViewPrivilegesDescription": "Vous n'avez pas les privilèges nécessaires pour voir cette page",
|
186
187
|
"number": "Numéro",
|
187
188
|
"operationDate": "Date de l'Opération",
|
189
|
+
"operationModalTitle": "{{title}} Opération",
|
190
|
+
"operationSuccessful": "Vous avez réussi {{title}} opération",
|
191
|
+
"operationSuccessTitle": "{{title}} Opération",
|
188
192
|
"orderLevel": "Niveau de Réapprovisionnement:",
|
189
193
|
"other": "Autre",
|
190
194
|
"outofstock": "En Rupture de Stock",
|
@@ -203,30 +207,35 @@
|
|
203
207
|
"providersAvailableToday": "Stock Disposé",
|
204
208
|
"purchasePrice": "Prix d'Achat",
|
205
209
|
"purchasePricePackagingUnit": "Prix d'achat de l'unité d'emballage:",
|
206
|
-
"qty": "Quantité",
|
207
|
-
"qtyIssued": "Quantité Émise",
|
208
210
|
"quantities": "Quantités",
|
209
211
|
"quantity": "Seuil de Quantité",
|
212
|
+
"quantityIssued": "Quantité émise",
|
213
|
+
"quantityReceived": "Quantité reçue",
|
210
214
|
"quantityRequested": "Quantité Demandée",
|
215
|
+
"quantitySent": "Quantité envoyée",
|
211
216
|
"quantityUnit": "Unité de Quantité",
|
212
|
-
"
|
217
|
+
"quantityUoM": "Unité de mesure de quantité (UdM)",
|
213
218
|
"rank": "Rang",
|
214
219
|
"reason": "Raison",
|
215
220
|
"reasonLabel": "Veuillez expliquer la raison:",
|
216
221
|
"reasonPlaceholder": "Entrez la raison ici",
|
222
|
+
"receivedItems": "Articles reçus",
|
217
223
|
"receivedNull": "Aucun reçu à afficher",
|
218
224
|
"receivedView": "Voir Tout",
|
219
|
-
"
|
225
|
+
"receiving": "Réception",
|
220
226
|
"references": "Références",
|
221
227
|
"reject": "Rejeter",
|
222
228
|
"rejected": "Rejeté",
|
223
229
|
"rejectOrder": "Commande Téléchargée",
|
230
|
+
"remarks": "Remarques",
|
224
231
|
"removePackagingUnit": "Supprimer l'Unité d'Emballage",
|
225
232
|
"removePackagingUnitConfirmation": "Êtes-vous sûr de vouloir supprimer cette unité d'emballage?",
|
226
233
|
"reorderLevel": "Niveau de Réapprovisionnement",
|
234
|
+
"reorderLevelPackagingUnit": "Unité d'emballage au niveau de la commande",
|
227
235
|
"report": "Rapport",
|
228
236
|
"ReportDescription": "Liste des rapports demandés par les utilisateurs",
|
229
237
|
"reportName": "Rapport",
|
238
|
+
"requested": "Demandé",
|
230
239
|
"requestedBy": "Demandé Par",
|
231
240
|
"responsiblePerson": "Personne Responsable",
|
232
241
|
"return": "Retourner",
|
@@ -259,27 +268,27 @@
|
|
259
268
|
"stockOperation": "Opérations de Stock",
|
260
269
|
"stockOperationAdded": "Opération de stock ajoutée avec succès",
|
261
270
|
"stockOperationEdited": "Opération de stock modifiée avec succès",
|
271
|
+
"stockOperationErrorDescription": "Détails: {{message}}",
|
272
|
+
"stockOperationErrorTitle": "Erreur lors de l'enregistrement du formulaire",
|
262
273
|
"stockOperations": "Opérations de Stock",
|
263
|
-
"stockOperationTrackMovement": "
|
264
|
-
"stockRuleAddedSuccessfully": "
|
265
|
-
"stockRuleDeletedSuccessfully": "
|
274
|
+
"stockOperationTrackMovement": "Opérations de stock pour suivre les mouvements de stock.",
|
275
|
+
"stockRuleAddedSuccessfully": "Règle de stock ajoutée avec succès",
|
276
|
+
"stockRuleDeletedSuccessfully": "Règle de stock supprimée avec succès",
|
266
277
|
"stockRules": "Règles",
|
267
|
-
"stocks": "Stock
|
268
|
-
"stockSourceAddedSuccessfully": "
|
269
|
-
"stockSourceDeletedSuccessfully": "
|
270
|
-
"stockUserScopeDeletedSuccessfully": "
|
278
|
+
"stocks": "Stock expirant",
|
279
|
+
"stockSourceAddedSuccessfully": "Source de stock ajoutée avec succès",
|
280
|
+
"stockSourceDeletedSuccessfully": "Source de stock supprimée avec succès",
|
281
|
+
"stockUserScopeDeletedSuccessfully": "Portée de l'utilisateur stock supprimée avec succès",
|
271
282
|
"submit": "Soumettre",
|
272
283
|
"submitted": "Soumis",
|
273
284
|
"successfullysaved": "Vous avez enregistré avec succès la portée du rôle de l'utilisateur",
|
274
|
-
"SuccessfullyUploadedStockItem": "
|
275
|
-
"successMessage": "Message de Succès",
|
285
|
+
"SuccessfullyUploadedStockItem": "Vous avez téléchargé avec succès les articles en stock",
|
276
286
|
"tabletOverlay": "Superposition pour Tablette",
|
277
|
-
"tags": "
|
278
|
-
"title": "Titre",
|
287
|
+
"tags": "Balises",
|
279
288
|
"toggleMessage": "Utilisez le commutateur pour appliquer cette portée aux emplacements sous l'emplacement sélectionné.",
|
280
289
|
"tradeName": "Nom Commercial",
|
281
290
|
"transactions": "Transactions",
|
282
|
-
"type": "
|
291
|
+
"type": "Taper",
|
283
292
|
"updatePackagingUnitErrorMessage": "Erreur lors de la mise à jour de l'unité d'emballage {{name}}",
|
284
293
|
"updatePackagingUnitErrorTitle": "Unité d'Emballage",
|
285
294
|
"updatePackingUnitMessage": "Unité d'Emballage {{ name }} mise à jour avec succès",
|