@openmrs/esm-stock-management-app 1.0.1-pre.476 → 1.0.1-pre.484

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. package/dist/271.js +1 -0
  2. package/dist/319.js +1 -0
  3. package/dist/460.js +1 -0
  4. package/dist/474.js +1 -1
  5. package/dist/474.js.map +1 -1
  6. package/dist/574.js +1 -1
  7. package/dist/757.js +1 -0
  8. package/dist/788.js +1 -0
  9. package/dist/807.js +1 -0
  10. package/dist/833.js +1 -0
  11. package/dist/main.js +1 -1
  12. package/dist/main.js.map +1 -1
  13. package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +163 -9
  14. package/dist/routes.json +1 -1
  15. package/i18next-parser.config.js +1 -1
  16. package/package.json +2 -2
  17. package/src/core/components/card/metrics-card-component.tsx +3 -3
  18. package/src/core/components/privilages-component/privilages.component.tsx +7 -1
  19. package/src/core/components/table/table.component.tsx +1 -1
  20. package/src/stock-items/add-bulk-stock-item/stock-items-bulk-import.component.tsx +3 -2
  21. package/src/stock-items/add-stock-item/add-stock-action-button.component.tsx +2 -2
  22. package/src/stock-items/add-stock-item/packaging-units/packaging-units-delete-modal.component.tsx +4 -4
  23. package/src/stock-items/add-stock-item/stock-item-details/stock-item-details.component.tsx +30 -34
  24. package/src/stock-items/add-stock-item/stock-item-rules/add-stock-rule-button.component.tsx +1 -1
  25. package/src/stock-items/add-stock-item/stock-item-rules/add-stock-rules.component.tsx +2 -2
  26. package/src/stock-items/add-stock-item/stock-item-rules/stock-rules-delete.component.tsx +2 -2
  27. package/src/stock-items/edit-stock-item/edit-stock-item-action-menu.component.tsx +1 -1
  28. package/src/stock-items/stock-item.utils.tsx +20 -9
  29. package/src/stock-items/stock-items-table.component.tsx +1 -1
  30. package/src/stock-locations/add-locations-form.component.tsx +8 -2
  31. package/src/stock-locations/location-admin-form.component.tsx +8 -5
  32. package/src/stock-locations/stock-locations-table.component.tsx +4 -14
  33. package/src/stock-locations/stock-locations-table.resource.tsx +9 -21
  34. package/src/stock-operations/add-stock-operation/add-stock-operation.component.tsx +1 -0
  35. package/src/stock-operations/add-stock-operation/add-stock-operation.resource.tsx +1 -7
  36. package/src/stock-operations/add-stock-operation/add-stock-operation.utils.tsx +0 -1
  37. package/src/stock-operations/add-stock-operation/base-operation-details.component.tsx +10 -8
  38. package/src/stock-operations/add-stock-operation/stock-items-addition-row.component.tsx +2 -1
  39. package/src/stock-operations/add-stock-operation/stock-items-addition.component.tsx +2 -2
  40. package/src/stock-operations/edit-stock-operation/edit-stock-operation-action-menu.component.tsx +3 -0
  41. package/src/stock-operations/stock-operation.utils.tsx +28 -12
  42. package/src/stock-operations/stock-operations-dialog/stock-operations-issue-stock-button.component.tsx +1 -1
  43. package/src/stock-operations/stock-operations-table.component.tsx +9 -2
  44. package/src/stock-reports/generate-report/create-stock-report.component.tsx +33 -18
  45. package/src/stock-sources/add-stock-source-button.component.tsx +1 -1
  46. package/src/stock-sources/add-stock-sources/add-stock-sources.component.tsx +2 -2
  47. package/src/stock-sources/stock-sources-delete/stock-sources-delete.component.tsx +2 -2
  48. package/src/stock-user-role-scopes/add-stock-user-role-scope-button.component.tsx +5 -2
  49. package/src/stock-user-role-scopes/add-stock-user-scope/add-stock-user-role-scope.component.tsx +10 -8
  50. package/src/stock-user-role-scopes/delete-stock-user-scope/delete-stock-user-scope.component.tsx +3 -2
  51. package/src/stock-user-role-scopes/delete-stock-user-scope-modal.component.tsx +1 -3
  52. package/src/stock-user-role-scopes/stock-user-role-scopes-items-table.component.tsx +1 -1
  53. package/src/utils.ts +0 -10
  54. package/translations/am.json +292 -0
  55. package/translations/ar.json +292 -0
  56. package/translations/en.json +75 -57
  57. package/translations/es.json +292 -0
  58. package/translations/fr.json +292 -0
  59. package/translations/he.json +292 -0
  60. package/translations/km.json +292 -0
  61. package/translations/zh.json +292 -0
@@ -35,7 +35,7 @@ const StockSourcesDeleteActionMenu: React.FC<
35
35
  title: t("deletingSource", "Delete Source"),
36
36
  kind: "success",
37
37
  subtitle: t(
38
- "stocksourcedeletedsuccessfully",
38
+ "stockSourceDeletedSuccessfully",
39
39
  "Stock Source Deleted Successfully"
40
40
  ),
41
41
  });
@@ -43,7 +43,7 @@ const StockSourcesDeleteActionMenu: React.FC<
43
43
  (error) => {
44
44
  setDeletingSource(false);
45
45
  showSnackbar({
46
- title: t(`errorDeletingSource', 'error deleting a source`),
46
+ title: t("errorDeletingSource", "Error deleting a source"),
47
47
  kind: "error",
48
48
  isLowContrast: true,
49
49
  subtitle: error?.message,
@@ -8,12 +8,15 @@ const AddStockUserRoleScopeActionButton: React.FC = () => {
8
8
  const { t } = useTranslation();
9
9
 
10
10
  const handleClick = useCallback(() => {
11
- launchOverlay("Add Stock User Role Scope", <AddStockUserRoleScope />);
11
+ launchOverlay(
12
+ t("addStockUserRoleScope", "Add Stock User Role Scope"),
13
+ <AddStockUserRoleScope />
14
+ );
12
15
  }, []);
13
16
 
14
17
  return (
15
18
  <Button onClick={handleClick} size="md" kind="primary">
16
- {t("stockmanagement.addnewuserrolescope", "Add New User Role Scope")}
19
+ {t("addNewUserRoleScope", "Add New User Role Scope")}
17
20
  </Button>
18
21
  );
19
22
  };
@@ -242,7 +242,7 @@ const AddStockUserRoleScope: React.FC<AddStockUserRoleScopeProps> = ({
242
242
  e.preventDefault();
243
243
 
244
244
  createOrUpdateUserRoleScope(formModel).then(
245
- (res) => {
245
+ () => {
246
246
  handleMutate(`${restBaseUrl}/stockmanagement/userrolescope`);
247
247
  showSnackbar({
248
248
  isLowContrast: true,
@@ -250,16 +250,14 @@ const AddStockUserRoleScope: React.FC<AddStockUserRoleScopeProps> = ({
250
250
  kind: "success",
251
251
  subtitle: t(
252
252
  "successfullysaved",
253
- `You have successfully saved user role scope `
253
+ "You have successfully saved user role scope"
254
254
  ),
255
255
  });
256
256
  closeOverlay();
257
257
  },
258
258
  (err) => {
259
259
  showSnackbar({
260
- title: t(
261
- `errorSaving user role scope', 'Error Saving user role scope`
262
- ),
260
+ title: t("errorSavingUserRoleScope", "Error Saving user role scope"),
263
261
  kind: "error",
264
262
  isLowContrast: true,
265
263
  subtitle: err?.message,
@@ -274,7 +272,7 @@ const AddStockUserRoleScope: React.FC<AddStockUserRoleScopeProps> = ({
274
272
  <InlineLoading
275
273
  status="active"
276
274
  iconDescription="Loading"
277
- description="Loading data..."
275
+ description={t("loadingData", "Loading data...")}
278
276
  />
279
277
  );
280
278
  }
@@ -324,7 +322,7 @@ const AddStockUserRoleScope: React.FC<AddStockUserRoleScopeProps> = ({
324
322
  disabled
325
323
  hidden
326
324
  value="placeholder-item"
327
- text={t("Choose a role")}
325
+ text={t("chooseARole", "Choose a role")}
328
326
  />
329
327
 
330
328
  {editMode ? (
@@ -432,10 +430,14 @@ const AddStockUserRoleScope: React.FC<AddStockUserRoleScopeProps> = ({
432
430
  <br />
433
431
  <section className={styles.section}>
434
432
  <div style={{ display: "flex", flexDirection: "column" }}>
435
- <span className={styles.sectionTitle}> {t("Locations")}</span>
433
+ <span className={styles.sectionTitle}>
434
+ {" "}
435
+ {t("locations", "Locations")}
436
+ </span>
436
437
  <div className={styles.hr} />
437
438
  <span className={styles.subTitle}>
438
439
  {t(
440
+ "toggleMessage",
439
441
  "Use the toggle to apply this scope to the locations under the selected location."
440
442
  )}
441
443
  </span>
@@ -34,7 +34,7 @@ const StockUserScopeDeleteActionMenu: React.FC<
34
34
  title: t("deletingstockUserScope", "Delete Stock User Scope"),
35
35
  kind: "success",
36
36
  subtitle: t(
37
- "stockuserscopedeletedsuccessfully",
37
+ "stockUserScopeDeletedSuccessfully",
38
38
  "Stock User Scope Deleted Successfully"
39
39
  ),
40
40
  });
@@ -43,7 +43,8 @@ const StockUserScopeDeleteActionMenu: React.FC<
43
43
  setDeletingUserScope(false);
44
44
  showSnackbar({
45
45
  title: t(
46
- `errorDeletingUserScope', 'error deleting a user scope`
46
+ "errorDeletingUserScope",
47
+ "Error deleting a user scope"
47
48
  ),
48
49
  kind: "error",
49
50
  isLowContrast: true,
@@ -12,7 +12,6 @@ interface DeleteConfirmationProps {
12
12
  const DeleteConfirmation: React.FC<DeleteConfirmationProps> = ({
13
13
  close,
14
14
  onConfirmation,
15
- uuid,
16
15
  }) => {
17
16
  const { t } = useTranslation();
18
17
  const handleCancel = () => close();
@@ -27,8 +26,7 @@ const DeleteConfirmation: React.FC<DeleteConfirmationProps> = ({
27
26
  <p className={styles.bodyLong01}>
28
27
  {t(
29
28
  "deleteConfirmationText",
30
- `Are you sure you want to delete this User Scope? This action can't be undone.`,
31
- { encounter: uuid }
29
+ "Are you sure you want to delete this User Scope? This action can't be undone."
32
30
  )}
33
31
  </p>
34
32
  </ModalBody>
@@ -135,7 +135,7 @@ function StockUserRoleScopesItems() {
135
135
  <ArrowLeft key={`${key}-${index}-1`} />
136
136
  )}{" "}
137
137
  </span>
138
- ); //return
138
+ );
139
139
  }),
140
140
  stockOperations: userRoleScope?.operationTypes
141
141
  ?.map((operation) => {
package/src/utils.ts CHANGED
@@ -1,15 +1,5 @@
1
- import { showSnackbar } from "@openmrs/esm-framework";
2
1
  import { mutate } from "swr";
3
2
 
4
- export function errorAlert(msg: string, error?: Error) {
5
- showSnackbar({
6
- title: msg,
7
- kind: "error",
8
- isLowContrast: true,
9
- subtitle: error?.message,
10
- });
11
- }
12
-
13
3
  export const handleMutate = (url: string) => {
14
4
  mutate((key) => typeof key === "string" && key.startsWith(url), undefined, {
15
5
  revalidate: true,
@@ -0,0 +1,292 @@
1
+ {
2
+ "abbreviation": "አጠቃላይ ስም",
3
+ "acronym": "አብሮም/ኮድ",
4
+ "action": "እርምጃዎች",
5
+ "actionFrequency": "እንቅስቃሴ እንደምን እንቅስቃሴ (ደቂቀ ደቂቀ)",
6
+ "actions": "እርምጃዎች",
7
+ "activeFrom": "ከተግባር የተጀመረ",
8
+ "ActiveFrom": "ከተግባር የተጀመረ",
9
+ "activeTo": "እስከ",
10
+ "addedRule": "እንዴት ያክል",
11
+ "addedSource": "መጠንቀቂያን እንዴት",
12
+ "addItem": "እንዴት ያክል stock item",
13
+ "addLocation": "አዲስ ቦታ ፍጠር",
14
+ "addNewStock": "አዲስ አስገባ",
15
+ "addNewStockRule": "አዲስ ህግ ጨምር",
16
+ "addNewStockSource": "አዲስ ምንጭ ያክሉ",
17
+ "addNewUserRoleScope": "አዲስ የተጠቃሚ ሚና ወሰን ያክሉ",
18
+ "addStockItem": "ተመንዝር እንዴት",
19
+ "addStockOperation": "ተመንዝር እንዴት",
20
+ "addStockUserRoleScope": "የተመንዝር የተጠቃሚ ሚና ድርጊት እንዴት",
21
+ "addUserRole": "የተጠቃሚ ሚና እንዴት",
22
+ "adminSettings": "የአስተዳደር እንዴት",
23
+ "alertRole": "እርምጃ ሚና",
24
+ "all": "ሁሉም",
25
+ "approve": "ተግባር",
26
+ "batchInformation": "የአጠቃላይ መረጃ",
27
+ "batchJob": "አጠቃላይ ስራ",
28
+ "batchJobErrorMessage": "የአጠቃላይ ስራ መፍጠር ስህተት",
29
+ "BatchJobErrorTitle": "የአጠቃላይ ስራ",
30
+ "BatchJobSuccess": "የአጠቃላይ ስራ በተሳካ ሁኔታ ተፈጠረ",
31
+ "batchNo": "የአጠቃላይ ቁጥር",
32
+ "batchNumber": "የአጠቃላይ ቁጥር",
33
+ "by": "በ",
34
+ "cancel": "ሰርዝ",
35
+ "cancelled": "ተሰርዝ",
36
+ "checkFilters": "ላይ ያሉትን ስንስና ይፈትሹ",
37
+ "childLocations": "የሕፃናት ቦታዎች",
38
+ "chooseACategory": "አንድ ክፍል ይምረጡ",
39
+ "chooseADestination": "አንድ መድረሻ ይምረጡ",
40
+ "chooseAlertRole": "አንድ እርምጃ ሚና ይምረጡ",
41
+ "chooseALocation": "አንድ ቦታ ይምረጡ",
42
+ "chooseAnItem": "አንድ እቃ ይምረጡ",
43
+ "chooseAPackagingUoM": "አንድ አሳይ ይምረጡ",
44
+ "chooseAReason": "አንድ ምክንያት ይምረጡ",
45
+ "chooseARole": "ሚና ይምረጡ",
46
+ "chooseASource": "አንድ ምንጭ ይምረጡ",
47
+ "chooseLocation": "ቦታውን ይምረጡ",
48
+ "chooseMailRole": "አንድ የድምፅ ሚና ይምረጡ",
49
+ "chooseQuantityUnit": "የመጠን እቃ ይምረጡ",
50
+ "chooseSourceType": "አንድ የምንጭ ዓይነት ይምረጡ",
51
+ "chooseVendor": "አንድ አቅራቢ ይምረጡ",
52
+ "code": "ኮድ",
53
+ "comingSoonUnderDev": "አድካሚ እንቅስቃሴዎች በመጠባበቅ እንደሚኖሩ ያንን በኋላችን ያገኙ።",
54
+ "commonName": "የዕውቅ ስም",
55
+ "complete": "የተጠቃሚ ስራ ሂደት",
56
+ "completed": "ተጠናቋል",
57
+ "continue": "ቀጥል",
58
+ "created": "ተፈጠረ",
59
+ "createLocation": "ቦታ ፍጠር",
60
+ "date": "ቀን",
61
+ "dateCompleted": "ቀን ተጠናቋል",
62
+ "dateCreated": "ቀን ተፈጠረ",
63
+ "dateRequested": "ቀን ተጠየቀ",
64
+ "defaultStockOperationsUoMName": "በትር ማስገባት",
65
+ "delete": "አጥፋ",
66
+ "deleteConfirmationText": "እርስዎ ይህን የተጠቃሚ እንደምን ያጥፋሉ? ይህ እርምጃ አይመለስም።",
67
+ "deletePackagingUnitMesaage": "የተመንዝር ተመንዝር ወቅት ተጠናቋል",
68
+ "deletePackagingUnitTitle": "የተመንዝር ተጠቃሚ እንዴት",
69
+ "deletePackingUnitErrorTitle": "የተመንዝር ተመንዝር በማጥፋት ስህተት",
70
+ "deleteRule": "ህግን አጥፋ",
71
+ "deleteRuleConfirmationText": "እርስዎ ይህን የተመንዝር ህግ እንደምን ያጥፋሉ? ይህ እርምጃ አይመለስም።",
72
+ "deleteSource": "መንጭ አጥፋ",
73
+ "deleteStock": "የተመንዝር ምንጭ አጥፋ",
74
+ "deleteStockItemReferenceMesaage": "የተመንዝር ተጠቃሚ ተጠናቋል",
75
+ "deleteStockItemReferenceTitle": "የተመንዝር ተጠቃሚ በማጥፋት ስህተት",
76
+ "deleteStockRule": "የተመንዝር ህግ አጥፋ",
77
+ "deleteStockUserScope": "የተመንዝር የተጠቃሚ ድርጊት አጥፋ",
78
+ "deleteUserScope": "የተጠቃሚ ድርጊት አጥፋ",
79
+ "deletingRule": "ህግን አጥፋ",
80
+ "deletingSource": "መንጭን አጥፋ",
81
+ "deletingstockUserScope": "የተመንዝር የተጠቃሚ ድርጊት አጥፋ",
82
+ "dispatch": "ውጤት",
83
+ "dispatched": "ተግባር ተሰጥቷል",
84
+ "dispensingUnit": "ተጠቃሚ አሰጣጥ",
85
+ "dispensingUnitHolder": "አንድ ተጠቃሚ አሰጣጥ ይምረጡ",
86
+ "dispensingUnitName": "ተጠቃሚ እንዴት",
87
+ "dispensingUnitOfMeasurement": "የተጠቃሚ እንዴት መጠን:",
88
+ "displayInventoryReport": "stockmanagement.report.edit.inventorygroupby",
89
+ "displayMaxReorderReport": "stockmanagement.report.edit.maxreorderlevelratio",
90
+ "displayMostLeastMovingReport": "stockmanagement.report.edit.mostleastmoving",
91
+ "displayReportDate": "stockmanagement.report.edit.date",
92
+ "displayStockDestinationReport": "stockmanagement.report.edit.stocksourcedestination",
93
+ "displayStockReport": "stockmanagement.report.edit.stocksource",
94
+ "disposedstock": "ተወው የተመንዝር",
95
+ "doesThisTransactionRequireApproval": "ይህ ክፍያ ፈቃድ እንደምን ያስፈልጋል?",
96
+ "drug": "መድኃኒት",
97
+ "editFullfillmentReport": "stockmanagement.report. አርትዕ. ሙላት",
98
+ "editItem": "እቃ {{name}} አስተካክል",
99
+ "editOperationTitle": "እንደ {{operationType}} አስተካክል",
100
+ "editStockItem": "የተመንዝር እቃ አስተካክል",
101
+ "editStockOperation": "የተመንዝር እንዴት አስተካክል",
102
+ "editStockRule": "የተመንዝር ህግ አስተካክል",
103
+ "editUserScope": "የተጠቃሚ ድርጊት አስተካክል",
104
+ "enabled": "ተንብቶ እንደሆን",
105
+ "endDate": "መጨረሻ ቀን",
106
+ "error": "ስህተት",
107
+ "errorAddingRule": "ህግ ማከል ስህተት",
108
+ "errorAddingSource": "ምንጭ ማከል ስህተት",
109
+ "errorAddingStockItem": "የተመንዝር እቃ ማከል ስህተት",
110
+ "errorCreatingForm": "ቦታ ማፍጠር ስህተት",
111
+ "errorDeletingRule": "ህግ ማጥፋት ስህተት",
112
+ "errorDeletingSource": "ምንጭ ማጥፋት ስህተት",
113
+ "errorDeletingUserScope": "የተጠቃሚ ወሰን መሰረዝ ላይ ስህተት",
114
+ "errorDescription": "",
115
+ "errorDescriptionTitle": "በቅጽ መጠቀም ላይ ስህተት",
116
+ "errorEditingStockItem": "የተመንዝር እቃ ማስተካከያ ስህተት",
117
+ "errorLoadingStockOperation": "የተመንዝር እቃ ማስገባት ስህተት",
118
+ "errorSavingBaseOperation": "በመሠረት እንዴት መቆርጣት ስህተት",
119
+ "errorSavingForm": "ቅጽ መቆርጣት ስህተት",
120
+ "errorSavingUserRoleScope": "የተጠቃሚ ሚና ድርጊት መቆርጣት ስህተት",
121
+ "errorStockMetric": "",
122
+ "errorUploadingItems": "የአክሲዮን ንጥሎችን በመስቀል ላይ ስህተት ተፈጥሯል።",
123
+ "evaluationFrequency": "የእንቅስቃሴ እንደምን ተግባር (ደቂቀ ደቂቀ)",
124
+ "expirationNotice": "የመጨረሻ ማስታወቂያ (ቀን)",
125
+ "expired": "ተጠቅመ",
126
+ "expires": "ይዘረጋል",
127
+ "expiringStock": "እንደምንዝር ማጠፍ",
128
+ "expiry": "እንደምንዝር",
129
+ "expiryNoticeDays": "የመጨረሻ ማስታወቂያ (ቀን)",
130
+ "filter": "ፍተሻ ...",
131
+ "filterByLocation": "እንደ ቦታ ይጠቀሙ",
132
+ "formCreated": "ቦታ አክል",
133
+ "from": "ከ",
134
+ "fullFulfillment": "ሙሉ እንደምንዝር",
135
+ "fullName": "ሙሉ ስም",
136
+ "genericName": "አጠቃላይ ስም",
137
+ "goBack": "ወደ ኋላችሁ ውድድር",
138
+ "hasExpiration": "እቃው የሚጠናቅው አለ?",
139
+ "highestServiceVolume": "የማይገኙ እንደምንዝር",
140
+ "home": "ቤት",
141
+ "import": "አስመጣ",
142
+ "importStockItems": "የተመንዝር እቃዎችን አስመጣ",
143
+ "in6Months": "በ 6 ወራት ውስጥ",
144
+ "includeChildLocations": "የልጆች አካባቢዎችን ያካትቱ",
145
+ "Inventory Alerts": "የእንቅስቃሴ ማስጠንቀቂያዎች",
146
+ "inventoryAlertNull": "የእንቅስቃሴ ማስጠንቀቂያ የለም",
147
+ "inventoryBy": "እንቅስቃሴ እንደ",
148
+ "issueStock": "የተመንዝር ማቅረብ",
149
+ "Issuing": "እንደምንዝር",
150
+ "issuingNull": "የማቅረብ የለም",
151
+ "item": "እቃ",
152
+ "itemAlreadyExists": "እቃው ቀድሞ አለ",
153
+ "itemsAboveMax": "ከከፍተኛው በላይ እቃዎች",
154
+ "itemsBelowMin": "ከዝቅተኛው በታች ያሉ እቃዎች",
155
+ "itemType": "የእቃ አይነት",
156
+ "leastMoving": "ቢያንስ መንቀሳቀስ",
157
+ "limit": "ገደብ",
158
+ "loading": "እንደምንዝር...",
159
+ "loadingData": "ውሂብ በመጫን...",
160
+ "location": "ቦታ(ዎች)",
161
+ "locationAndBatchno": "አካባቢ እና ባች",
162
+ "locationAndStockItem": "አካባቢ እና የአክሲዮን ንጥል",
163
+ "locationCreatedSuccessfully": "ቦታ {{locationName}} በተሳካ ሁኔታ ተፈጥሯል።",
164
+ "locationPlaceholder": "ቦታ አክል",
165
+ "locations": "ቦታዎች",
166
+ "mailRole": "የኢሜይል ሚና",
167
+ "manageStock": "የተመንዝርን ስራ አስተካክል",
168
+ "mostMoving": "በጣም የሚንቀሳቀስ",
169
+ "name": "የህግ ስም",
170
+ "newOperationTitle": "አዲስ: {{operationName}}",
171
+ "newReport": "አዲስ የሪፖርት",
172
+ "next": "ቀጣይ",
173
+ "no": "አይ",
174
+ "noData": "ምንም የሚታይ ውሂብ የለም።",
175
+ "noItemsToDisplay": "የሚታይ የተመንዝር እቃዎች የለም",
176
+ "noneFulfillment": "የማይገባ",
177
+ "noOperationsToDisplay": "ማሳያ የለም የተመንዝር የተጠቃሚ ድርጊቶች",
178
+ "noPrivilagesTitle": "አልተሰጠም",
179
+ "noReportsToDisplay": "ማሳያ የለም የተመንዝር ሪፖርቶች",
180
+ "noRulesToDisplay": "ማሳያ የለም የተመንዝር ህግ",
181
+ "noSourcesToDisplay": "ማሳያ የለም የተመንዝር ምንጭ",
182
+ "noStockItemsToDisplay": "ምንም የሚታዩ የአክሲዮን ዕቃዎች የሉም",
183
+ "notes": "እቅድ እንደምን ማብራሪያ ስጡኝ:",
184
+ "notSet": "አልተመለከተም",
185
+ "noViewPrivilegesDescription": "ትርጉም አልተሰጠም",
186
+ "number": "ቁጥር",
187
+ "operationDate": "የእንቅስቃሴ ቀን",
188
+ "orderLevel": "እንደ መዝገብ አስተካክል:",
189
+ "other": "ሌላ",
190
+ "outofstock": "የተጠናቀቀ",
191
+ "packagingUnit": "የጥቅም እቃ",
192
+ "packagingUnits": "የጥቅም እቃዎች",
193
+ "packSize": "የጥቅም መጠን",
194
+ "panelDescription": "ወደ የተመንዝር አስተዳደር ባህሪዎች ለመደረግ ተጠቃሚዎች የቦታና የተመንዝር የእንቅስቃሴ አይነት እንደምንዝር አካባቢ አለባቸው።",
195
+ "parameters": "ፓራሜተር",
196
+ "partialFulfillment": "አካል እንደምንዝር",
197
+ "patients": "ታካሚዎች",
198
+ "permanent": "እንደ መሆን?",
199
+ "pleaseFillField": "እቅድ አስተዳደር",
200
+ "pleaseSpecify": "እቅድ ይስተዋውቁ",
201
+ "poorquality": "ዝቅተኛ እንደምንዝር",
202
+ "print": "አሳይ",
203
+ "providersAvailableToday": "የተዘገበ እንደምንዝር",
204
+ "purchasePrice": "የግዢ ዋጋ",
205
+ "purchasePricePackagingUnit": "የግዢ ዋጋ የጥቅም እቃ:",
206
+ "qty": "ብዛት",
207
+ "qtyIssued": "ብዛት እንደምንዝር",
208
+ "quantities": "ብዛቶች",
209
+ "quantity": "ብዛት ድንጋይ",
210
+ "quantityRequested": "የተጠየቀ ብዛት",
211
+ "quantityUnit": "የብዛት እቃ",
212
+ "quantityUom": "ብዛት የእንቅስቃሴ",
213
+ "rank": "እኩል",
214
+ "reason": "ምክንያት",
215
+ "reasonLabel": "እቅድ ያስረዱኝ:",
216
+ "reasonPlaceholder": "ምክንያት እዚህ ግብዣ",
217
+ "receivedNull": "የተቀበለ የለም",
218
+ "receivedView": "ሁሉንም ይያዙ",
219
+ "Receiving": "እንደምንዝር",
220
+ "references": "እቅድ",
221
+ "reject": "ድርስ",
222
+ "rejected": "ተከስቷል",
223
+ "rejectOrder": "የማድረግ ትእዛዝ",
224
+ "removePackagingUnit": "የጥቅም እቃን አስወግድ",
225
+ "removePackagingUnitConfirmation": "እቅድ አስወግድ",
226
+ "reorderLevel": "እንደ ተደርጓል",
227
+ "report": "ሪፖርት",
228
+ "ReportDescription": "ተጠየቁት ሪፖርቶች ዝርዝር",
229
+ "reportName": "ሪፖርት",
230
+ "requestedBy": "በሚጠየቁት",
231
+ "responsiblePerson": "የተጠቃሚ ሰው",
232
+ "return": "እንደምንዝር",
233
+ "returned": "ተመለሰ",
234
+ "role": "ሚና",
235
+ "roleDescription": "ይህ ሚና በተመንዝር እንደምንዝር ብቻ ተግባራዊ እንደምንዝር።",
236
+ "save": "አስተካክል",
237
+ "savePackagingUnitErrorMessage": "የጥቅም እቃን ማስተካከል አልተቻለም",
238
+ "savePackagingUnitErrorTitle": "የጥቅም እቃ",
239
+ "savePackingUnitMessage": "የጥቅም እቃ በተሳካ ሁኔታ ተያይዞአል",
240
+ "savePackingUnitTitle": "የጥቅም እቃ",
241
+ "saveReferenceTitle": "የተመንዝር ምንጭ",
242
+ "saveStockItemReferenceErrorTitle": "የተመንዝር ምንጭ",
243
+ "saveStockItemReferenceMessage": "የተመንዝር ምንጭ በተሳካ ሁኔታ ተያይዞአል",
244
+ "searchThisList": "ይህን ዝርዝር ፈልግ",
245
+ "SelectOption": "አስተካክል አምር",
246
+ "selectTags": "የታጣቂዎችን አምር",
247
+ "source": "ምንጭ",
248
+ "sourceType": "የምንጭ አይነት",
249
+ "startDate": "መጀመሪያ ቀን",
250
+ "started": "መሥራት ተጀመረ",
251
+ "status": "ሁኔታ",
252
+ "stockItem": "የተመንዝር እቃ",
253
+ "stockItemAdded": "የተመንዝር እቃ በተሳካ ሁኔታ ተጨምሯል",
254
+ "stockItemCategory": "የተመንዝር እቃ ምድብ",
255
+ "stockItemDetails": "የተመንዝር እቃ ዝርዝር",
256
+ "stockItemEdited": "የተመንዝር እቃ በተሳካ ሁኔታ ተለዋዋጭነት ሰጠ",
257
+ "stockItems": "የተመንዝር እቃዎች",
258
+ "stockManagement": "የተመንዝር አስተዳደር",
259
+ "stockOperation": "የተመንዝር እንቅስቃሴ",
260
+ "stockOperationAdded": "የተመንዝር እንቅስቃሴ በተሳካ ሁኔታ ተጨምሯል",
261
+ "stockOperationEdited": "የተመንዝር እንቅስቃሴ በተሳካ ሁኔታ ተለዋዋጭነት ሰጠ",
262
+ "stockOperations": "የተመንዝር እንቅስቃሴዎች",
263
+ "stockOperationTrackMovement": "የአክሲዮን እንቅስቃሴን ለመከታተል የአክሲዮን ክንዋኔዎች።",
264
+ "stockRuleAddedSuccessfully": "የአክሲዮን ደንብ በተሳካ ሁኔታ ታክሏል።",
265
+ "stockRuleDeletedSuccessfully": "የአክሲዮን ህግ በተሳካ ሁኔታ ተሰርዟል።",
266
+ "stockRules": "ደንቦች",
267
+ "stocks": "የሚያልፍ የተመንዝር",
268
+ "stockSourceAddedSuccessfully": "የአክሲዮን ምንጭ በተሳካ ሁኔታ ታክሏል።",
269
+ "stockSourceDeletedSuccessfully": "የአክሲዮን ምንጭ በተሳካ ሁኔታ ተሰርዟል።",
270
+ "stockUserScopeDeletedSuccessfully": "የአክሲዮን ተጠቃሚ ወሰን በተሳካ ሁኔታ ተሰርዟል።",
271
+ "submit": "አስተዋውቅ",
272
+ "submitted": "ተጠይቷል",
273
+ "successfullysaved": "የተጠቃሚ ሚና አካባቢ በተሳካ ሁኔታ ተስተካክሏል",
274
+ "SuccessfullyUploadedStockItem": "የአክሲዮን ንጥሎችን በተሳካ ሁኔታ ሰቅለዋል።",
275
+ "successMessage": "ተጠቃሚ ሚና እንደምንዝር",
276
+ "tabletOverlay": "ታብሌት አውርስ",
277
+ "tags": "ታጣቂዎች",
278
+ "title": "ርዕስ",
279
+ "toggleMessage": "ይህንን አስተዋውቅ በተመረጡት ቦታ ላይ ይጠቀሙ።",
280
+ "tradeName": "የንግድ ስም",
281
+ "transactions": "ግብይቶች",
282
+ "type": "አይነት",
283
+ "updatePackagingUnitErrorMessage": "የጥቅም እቃ {{name}} አዘምኗል ስህተት",
284
+ "updatePackagingUnitErrorTitle": "የጥቅም እቃ",
285
+ "updatePackingUnitMessage": "የጥቅም እቃ {{ name }} በተሳካ ሁኔታ አዘምኗል",
286
+ "updatePackingUnitTitle": "የጥቅም እቃ",
287
+ "uploadStockItems": "የተመንዝር እቃዎችን አስገባ",
288
+ "user": "ተጠቃሚ",
289
+ "view": "እንደምንዝር",
290
+ "whoIsThePreferredVendor": "የተመረጠ ቻርነት ማስተዳደር ማስረጃው ነው?",
291
+ "yes": "አዎን"
292
+ }