tsv2-library 1.0.61-alpha.9 → 1.0.61-alpha.91
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/loading-0-1a7cddc8.js +4 -0
- package/dist/loading-1-892eee7c.js +4 -0
- package/dist/loading-2-bf39c889.js +4 -0
- package/dist/loading-3-f1ea4b15.js +4 -0
- package/dist/src/build-entry.d.ts +4 -2830
- package/dist/src/components/v2/AssetInfo/AssetInfo.vue.d.ts +4 -4
- package/dist/src/components/v2/ButtonScan/ButtonScan.vue.d.ts +6 -0
- package/dist/src/components/v2/ButtonSelectTree/ButtonSelectTree.vue.d.ts +7 -1
- package/dist/src/components/v2/Calendar/Calendar.vue.d.ts +1 -1
- package/dist/src/components/v2/DialogAssetNameDetail/DialogAssetNameDetail.vue.d.ts +3 -1
- package/dist/src/components/v2/DialogReportDamage/DialogReportDamage.vue.d.ts +8 -0
- package/dist/src/components/v2/DialogReportMissing/DialogReportMissing.vue.d.ts +17 -0
- package/dist/src/components/v2/DialogSelectAsset/DialogSelectAsset.vue.d.ts +13 -9
- package/dist/src/components/v2/DialogSelectTree/DialogSelectTree.vue.d.ts +9 -1
- package/dist/src/components/v2/FileUpload/FileUpload.vue.d.ts +4 -0
- package/dist/src/components/v2/Form/Form.vue.d.ts +2 -0
- package/dist/src/components/v2/HardwareSync/HardwareSync.vue.d.ts +2 -2
- package/dist/src/components/v2/ImageCompressor/BackgroundImageCropper.vue.d.ts +1 -1
- package/dist/src/components/v2/InputCurrency/InputCurrency.vue.d.ts +5 -0
- package/dist/src/components/v2/InputCurrencyReference/InputCurrencyReference.vue.d.ts +153 -0
- package/dist/src/components/v2/Tree/Tree.vue.d.ts +4 -0
- package/dist/src/components/v2/index.d.ts +2 -1
- package/dist/src/dto/assets.dto.d.ts +2 -0
- package/dist/src/dto/missing.dto.d.ts +3 -0
- package/dist/src/dto/tagTransaction.dto.d.ts +9 -0
- package/dist/src/presets/toast/index.js +1 -1
- package/dist/src/services/assets.service.d.ts +1 -0
- package/dist/src/services/deviceIOT.service.d.ts +1 -0
- package/dist/src/services/tagTransaction.service.d.ts +1 -1
- package/dist/src/services/tree.service.d.ts +1 -0
- package/dist/src/types/assets.type.d.ts +8 -5
- package/dist/src/utils/getImageURL.util.d.ts +11 -2
- package/dist/src/utils/index.d.ts +5 -3
- package/dist/src/utils/json.util.d.ts +17 -0
- package/dist/src/utils/request.util.d.ts +17 -0
- package/dist/src/utils/role.util.d.ts +19 -1
- package/dist/style.css +1 -1
- package/dist/tsv2-library.es.js +64866 -70022
- package/dist/tsv2-library.umd.js +47 -609
- package/package.json +3 -1
- package/src/components/v2/ButtonScan/ButtonScan.vue.d.ts +6 -0
- package/src/components/v2/ButtonSelectTree/ButtonSelectTree.vue.d.ts +7 -1
- package/src/components/v2/Calendar/Calendar.vue.d.ts +1 -1
- package/src/components/v2/DialogAssetNameDetail/DialogAssetNameDetail.vue.d.ts +3 -1
- package/src/components/v2/DialogSelectAsset/DialogSelectAsset.vue.d.ts +13 -9
- package/src/components/v2/DialogSelectTree/DialogSelectTree.vue.d.ts +9 -1
- package/src/components/v2/FileUpload/FileUpload.vue.d.ts +4 -0
- package/src/components/v2/Form/Form.vue.d.ts +2 -0
- package/src/components/v2/InputCurrency/InputCurrency.vue.d.ts +5 -0
- package/src/components/v2/Tree/Tree.vue.d.ts +4 -0
- package/src/presets/toast/index.js +1 -1
- package/src/services/assets.service.ts +9 -0
- package/src/services/damage.service.ts +1 -1
- package/src/services/deviceIOT.service.ts +8 -0
- package/src/services/missing.service.ts +1 -1
- package/src/services/tagTransaction.service.ts +2 -2
- package/src/services/tracking.service.ts +1 -1
- package/src/services/tree.service.ts +1 -0
- package/dist/loading-0-7762a473.js +0 -4
- package/dist/loading-1-55418796.js +0 -4
- package/dist/loading-2-b6abf641.js +0 -4
- package/dist/loading-3-705786b6.js +0 -4
|
@@ -19,2842 +19,16 @@ interface TSFormContext<T> {
|
|
|
19
19
|
declare const useForm: <T>() => TSFormContext<T>;
|
|
20
20
|
declare const useField: <T>(path: MaybeRefOrGetter<string>, rules?: MaybeRef<RuleExpression<T>>, opts?: Partial<FieldOptions<T>> | undefined) => FieldContext<T>;
|
|
21
21
|
import Presets from './presets';
|
|
22
|
-
import { handleTokenExpiration, exportToExcel, formatGoDate, formatDate, getUserLocale, formatDateReadable, formatUserName, formatVowelSoundLabel, getImageURL, isObjectEmpty, useToast, listenSidebarChanges, unListenSidebarChanges, getCurrency, formatCurrency, getHostName, getBaseURL, useI18n, getNestedProperyValue, getSeverityByAssetStatus, clearStorage, forceLogout, reLogin, getTransactionRole, getSystemRole, hasSystemRole, hasTransactionRole, checkRouteAccess, hasApprovalRole, hasManagerRole, hasAnyManagerRole, hasMonitoringReportRole, hasAnyMonitoringReportRole, hasStaffRole } from './utils';
|
|
22
|
+
import { handleTokenExpiration, exportToExcel, formatGoDate, formatDate, getUserLocale, formatDateReadable, formatUserName, formatVowelSoundLabel, getImageURL, downloadFile, isObjectEmpty, useToast, listenSidebarChanges, unListenSidebarChanges, getCurrency, formatCurrency, getHostName, getBaseURL, useI18n, getNestedProperyValue, getSeverityByAssetStatus, clearStorage, forceLogout, reLogin, isValidJSONString, buildBodyParams, getTransactionRole, getSystemRole, hasSystemRole, hasTransactionRole, checkRouteAccess, hasApprovalRole, hasManagerRole, hasAnyManagerRole, hasMonitoringReportRole, hasAnyMonitoringReportRole, hasStaffRole, hasAccessToAssetDetail } from './utils';
|
|
23
23
|
import { flattenTreeNodeChildren, parseNodeKeys, filterNodeKeys } from './components/v2/Tree/helpers';
|
|
24
24
|
import useLoadingStore from './components/v2/Loading/store/loading.store';
|
|
25
25
|
import Tooltip from '../node_modules/primevue/tooltip';
|
|
26
26
|
import Focus from './directives/v-focus';
|
|
27
27
|
import VueHtmlToPaper from './plugins/VueHtmlToPaper';
|
|
28
|
-
import { DialogDamageLog, DialogMissingLog, DialogTransferLog, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearchByScan, TSButtonSearch, TSButtonSync, TSButtonSelectTree, TSButtonSelectUser, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDataTable, TSDatePicker, TSDayPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFilterContainer, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputEmail, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputSearch, TSInputText, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage } from './components/v2';
|
|
29
|
-
declare const TSi18n: import("vue-i18n").I18n<{
|
|
30
|
-
en: {
|
|
31
|
-
".pdf_.xls_.docx._max_file_1_MB": string;
|
|
32
|
-
".xls_file": string;
|
|
33
|
-
"(Create)_Import_data": string;
|
|
34
|
-
"(Create)_Manage_asset_names,_brands,_categories_and_custom_fields": string;
|
|
35
|
-
"(Create)_Manage_asset_policy": string;
|
|
36
|
-
"(Create)_Manage_depreciation_group": string;
|
|
37
|
-
"(Create)_Manage_depreciation_method": string;
|
|
38
|
-
"(Create)_Manage_document_deletion": string;
|
|
39
|
-
"(Create)_Manage_group": string;
|
|
40
|
-
"(Create)_Manage_IOT_and_reader": string;
|
|
41
|
-
"(Create)_Manage_license": string;
|
|
42
|
-
"(Create)_Manage_purchase_document": string;
|
|
43
|
-
"(Create)_Manage_purchase_information": string;
|
|
44
|
-
"(Create)_Manage_role": string;
|
|
45
|
-
"(Create)_Manage_TAG": string;
|
|
46
|
-
"(Create)_Manage_user": string;
|
|
47
|
-
"(Create)_Register_assets": string;
|
|
48
|
-
"(Delete)_Import_data": string;
|
|
49
|
-
"(Delete)_Manage_asset_names,_brands,_categories_and_custom_fields": string;
|
|
50
|
-
"(Delete)_Manage_asset_policy": string;
|
|
51
|
-
"(Delete)_Manage_depreciation_group": string;
|
|
52
|
-
"(Delete)_Manage_depreciation_method": string;
|
|
53
|
-
"(Delete)_Manage_document_deletion": string;
|
|
54
|
-
"(Delete)_Manage_group": string;
|
|
55
|
-
"(Delete)_Manage_IOT_and_reader": string;
|
|
56
|
-
"(Delete)_Manage_license": string;
|
|
57
|
-
"(Delete)_Manage_purchase_document": string;
|
|
58
|
-
"(Delete)_Manage_purchase_information": string;
|
|
59
|
-
"(Delete)_Manage_role": string;
|
|
60
|
-
"(Delete)_Manage_TAG": string;
|
|
61
|
-
"(Delete)_Manage_user": string;
|
|
62
|
-
"(Delete)_Register_assets": string;
|
|
63
|
-
"(Edit)_Import_data": string;
|
|
64
|
-
"(Edit)_Manage_asset_names,_brands,_categories_and_custom_fields": string;
|
|
65
|
-
"(Edit)_Manage_asset_policy": string;
|
|
66
|
-
"(Edit)_Manage_depreciation_group": string;
|
|
67
|
-
"(Edit)_Manage_depreciation_method": string;
|
|
68
|
-
"(Edit)_Manage_document_deletion": string;
|
|
69
|
-
"(Edit)_Manage_group": string;
|
|
70
|
-
"(Edit)_Manage_IOT_and_reader": string;
|
|
71
|
-
"(Edit)_Manage_license": string;
|
|
72
|
-
"(Edit)_Manage_purchase_document": string;
|
|
73
|
-
"(Edit)_Manage_purchase_information": string;
|
|
74
|
-
"(Edit)_Manage_role": string;
|
|
75
|
-
"(Edit)_Manage_TAG": string;
|
|
76
|
-
"(Edit)_Manage_user": string;
|
|
77
|
-
"(Edit)_Register_assets": string;
|
|
78
|
-
"(Until_24-03-2023)": string;
|
|
79
|
-
"(UTC_+06:30)_Yangon_(Rangoon)": string;
|
|
80
|
-
"(UTC+_07:00)_Bangkok,_Hanoi,_Jakarta": string;
|
|
81
|
-
"(View)_Import_data": string;
|
|
82
|
-
"(View)_Manage_asset_names,_brands,_categories_and_custom_fields": string;
|
|
83
|
-
"(View)_Manage_asset_policy": string;
|
|
84
|
-
"(View)_Manage_depreciation_group": string;
|
|
85
|
-
"(View)_Manage_depreciation_method": string;
|
|
86
|
-
"(View)_Manage_document_deletion": string;
|
|
87
|
-
"(View)_Manage_group": string;
|
|
88
|
-
"(View)_Manage_IOT_and_reader": string;
|
|
89
|
-
"(View)_Manage_license": string;
|
|
90
|
-
"(View)_Manage_purchase_document": string;
|
|
91
|
-
"(View)_Manage_purchase_information": string;
|
|
92
|
-
"(View)_Manage_role": string;
|
|
93
|
-
"(View)_Manage_TAG": string;
|
|
94
|
-
"(View)_Manage_user": string;
|
|
95
|
-
"(View)_Register_assets": string;
|
|
96
|
-
Not_Set: string;
|
|
97
|
-
Audit: string;
|
|
98
|
-
Maintenance: string;
|
|
99
|
-
Repair_Ticketing: string;
|
|
100
|
-
Tracking: string;
|
|
101
|
-
"$_-_American_US_Dollar": string;
|
|
102
|
-
"$_-_US_Dollar": string;
|
|
103
|
-
"\u00A5_-_Chinese_Yuan": string;
|
|
104
|
-
"\u20AC_-_Euro_Europe": string;
|
|
105
|
-
Abort: string;
|
|
106
|
-
Abort_Asset_Handover: string;
|
|
107
|
-
Abort_Handover: string;
|
|
108
|
-
Aborted: string;
|
|
109
|
-
Above_the_standard: string;
|
|
110
|
-
Account_Code: string;
|
|
111
|
-
Account_Code_List: string;
|
|
112
|
-
Account_Code_Template: string;
|
|
113
|
-
Account_Name: string;
|
|
114
|
-
Accounting: string;
|
|
115
|
-
Accounting_Settings: string;
|
|
116
|
-
Accumulated_Depreciation: string;
|
|
117
|
-
Action: string;
|
|
118
|
-
"action.": string;
|
|
119
|
-
Activate: string;
|
|
120
|
-
"Activate_All_Task(s)": string;
|
|
121
|
-
Activate_asset: string;
|
|
122
|
-
Activate_Audit_License: string;
|
|
123
|
-
Activate_Custom_Field: string;
|
|
124
|
-
Activate_License: string;
|
|
125
|
-
Activate_Maintenance_License: string;
|
|
126
|
-
Activate_Repair_Ticketing_License: string;
|
|
127
|
-
Activate_Role: string;
|
|
128
|
-
Activate_Schedule: string;
|
|
129
|
-
Activate_Task: string;
|
|
130
|
-
Activate_Tracking_License: string;
|
|
131
|
-
Activate_User: string;
|
|
132
|
-
Activation_Date: string;
|
|
133
|
-
Active: string;
|
|
134
|
-
Active_Asset: string;
|
|
135
|
-
"Active_Asset(s)": string;
|
|
136
|
-
Active_Period_Until: string;
|
|
137
|
-
Active_Status: string;
|
|
138
|
-
Active_Task: string;
|
|
139
|
-
"Active_Task(s)": string;
|
|
140
|
-
Activity: string;
|
|
141
|
-
ACTIVITY_LOG: string;
|
|
142
|
-
Actual_Return_Date: string;
|
|
143
|
-
Add: string;
|
|
144
|
-
Add_alias: string;
|
|
145
|
-
Add_Approver: string;
|
|
146
|
-
Add_Asset: string;
|
|
147
|
-
Add_asset_for_disposal: string;
|
|
148
|
-
"Add_asset_for_disposal_by_scanning_asset\u2019s_TAG": string;
|
|
149
|
-
Add_Asset_to_Addon: string;
|
|
150
|
-
Add_Attachment: string;
|
|
151
|
-
Add_by_Scan: string;
|
|
152
|
-
Add_Indicator: string;
|
|
153
|
-
Add_Manager: string;
|
|
154
|
-
Add_Photo: string;
|
|
155
|
-
Add_Service_Center: string;
|
|
156
|
-
Add_Staff: string;
|
|
157
|
-
"Add_to_Assign_Asset_Pre-List": string;
|
|
158
|
-
"Add_to_Assign_Pre-List": string;
|
|
159
|
-
"Add_to_Assignment_Pre-List": string;
|
|
160
|
-
"Add_to_Borrow_Pre-list": string;
|
|
161
|
-
"Add_to_Borrowing_Pre-List": string;
|
|
162
|
-
"Add_to_Change_TAG_Type_to_QR_Pre-List": string;
|
|
163
|
-
"Add_to_Change_TAG_Type_to_RFID_&_QR_Pre-List": string;
|
|
164
|
-
"Add_to_Change_TAG_Type_to_RFID_Pre-List": string;
|
|
165
|
-
"Add_to_Disposal_Pre-List": string;
|
|
166
|
-
"Add_to_Pair_TAG_Pre-List": string;
|
|
167
|
-
"Add_to_Pre-List": string;
|
|
168
|
-
"Add_to_Pre-List_Unassign": string;
|
|
169
|
-
"Add_to_Pre-List:_Change_TAG_Type_to_QR": string;
|
|
170
|
-
"Add_to_Pre-List:_Change_TAG_Type_to_RFID": string;
|
|
171
|
-
"Add_to_Pre-List:_Change_TAG_Type_to_RFID_&_QR": string;
|
|
172
|
-
"Add_to_Pre-List:_Replace_QR_TAG": string;
|
|
173
|
-
"Add_to_Pre-List:_Replace_RFID_TAG": string;
|
|
174
|
-
"Add_to_Pre-List:_Unpair_TAG": string;
|
|
175
|
-
"Add_to_Replace_QR_TAG_Pre-List": string;
|
|
176
|
-
"Add_to_Replace_RFID_&_QR_TAG_Pre-List": string;
|
|
177
|
-
"Add_to_Replace_RFID_TAG_Pre-List": string;
|
|
178
|
-
"Add_to_Tagging_Pre-List": string;
|
|
179
|
-
Add_to_Transfer_Pre_List: string;
|
|
180
|
-
"Add_to_Transfer_Pre-List": string;
|
|
181
|
-
"Add_to_Unassign_Pre-List": string;
|
|
182
|
-
"Add_to_Unpair_TAG_Pre-List": string;
|
|
183
|
-
Add_User: string;
|
|
184
|
-
"add_user_ditransaction_role:": string;
|
|
185
|
-
Added_Date: string;
|
|
186
|
-
Added_to_Audit_License: string;
|
|
187
|
-
Added_to_Maintenance_License: string;
|
|
188
|
-
Added_to_Tracking_License: string;
|
|
189
|
-
"Additional_Cost:": string;
|
|
190
|
-
"Additional_Cost_(If_Any)": string;
|
|
191
|
-
"Additional_Note:": string;
|
|
192
|
-
"Addon:": string;
|
|
193
|
-
Address: string;
|
|
194
|
-
Admin: string;
|
|
195
|
-
Admin_role: string;
|
|
196
|
-
Admin_Tag: string;
|
|
197
|
-
Admin_User: string;
|
|
198
|
-
alerts: string;
|
|
199
|
-
Alias_Code: string;
|
|
200
|
-
Alias_Name: string;
|
|
201
|
-
All: string;
|
|
202
|
-
"All_asset(s)_TAG_type_with_related_asset_name_will_be_changed._Are_you_sure_you_want_to_continue?": string;
|
|
203
|
-
"All_asset(s)_with_related_asset_name_will_be_added_to_pre-list._Are_you_sure_you_want_to_continue?": string;
|
|
204
|
-
"All_asset(s)_with_related_asset_name_will_be_unpair._Are_you_sure_you_want_to_continue?": string;
|
|
205
|
-
"All_asset(s)_with_related_asset_name_will_be_unpaired._Are_you_sure_you_want_to_continue?": string;
|
|
206
|
-
"All_audited_asset_will_be_saved._You_can_continue_the_audit": string;
|
|
207
|
-
All_License: string;
|
|
208
|
-
All_Licenses: string;
|
|
209
|
-
"All_related_asset(s)_will_be_attached._Are_you_sure_want_to_detach_it?": string;
|
|
210
|
-
"All_related_asset(s)_will_be_detached._Are_you_sure_want_to_detach_it?": string;
|
|
211
|
-
"All_related_data_can_be_borrowed,_assigned,_transferred,_and_disposed._Are_you_sure_want_to_continue?": string;
|
|
212
|
-
"All_related_data_can_no_longer_be_borrowed,_assigned,_transferred,_and_disposed._Are_you_sure_want_to_continue?": string;
|
|
213
|
-
"All_related_data_will_be_removed_from_the_list._Are_you_want_to_remove_it?": string;
|
|
214
|
-
"All_related_data_will_be_transacted._Are_you_sure_want_to_submit?": string;
|
|
215
|
-
"All_the_related_data_will_be_move_to_Peralatan_Kantor._Are_you_sure_you_want_to_delete_it?": string;
|
|
216
|
-
"All_the_sub_group_will_be_deleted_too._Are_you_sure_you_want_to_delete_it?": string;
|
|
217
|
-
Allocation: string;
|
|
218
|
-
"alur_report_damage_dengan_addon_siapapun_yg_report:": string;
|
|
219
|
-
"alur_report_missing_atau_damage_tanpa_addon:": string;
|
|
220
|
-
"alur_report_missing_dengan_addon_siapapun_yg_report:": string;
|
|
221
|
-
AM: string;
|
|
222
|
-
Amount: string;
|
|
223
|
-
And: string;
|
|
224
|
-
and_will_be_applied_to_asset_which_registered_per: string;
|
|
225
|
-
Annually: string;
|
|
226
|
-
Annualy: string;
|
|
227
|
-
Antenna: string;
|
|
228
|
-
Antenna_Found: string;
|
|
229
|
-
Antenna_Interval_Time: string;
|
|
230
|
-
Antenna_Parameter: string;
|
|
231
|
-
Antenna_Power: string;
|
|
232
|
-
Antenna_Repaired: string;
|
|
233
|
-
"Apart_from_counting_words_and_characters,_our_online_editor_can_help_you_to_improve_your_word_choice_and_your_writing_style": string;
|
|
234
|
-
API_Documentation: string;
|
|
235
|
-
API_Token: string;
|
|
236
|
-
Apply: string;
|
|
237
|
-
"Approval:": string;
|
|
238
|
-
Approval_Borrow: string;
|
|
239
|
-
Approval_Disposal: string;
|
|
240
|
-
Approval_Level: string;
|
|
241
|
-
Approval_List: string;
|
|
242
|
-
Approval_Name: string;
|
|
243
|
-
"Approval_Note:": string;
|
|
244
|
-
Approval_Note_on_Audit: string;
|
|
245
|
-
Approval_role_audit: string;
|
|
246
|
-
Approval_Transfer: string;
|
|
247
|
-
Approvals: string;
|
|
248
|
-
Approve: string;
|
|
249
|
-
Approve_Duration: string;
|
|
250
|
-
"Approve_Duration_(Day)": string;
|
|
251
|
-
Approve_Note: string;
|
|
252
|
-
Approve_Transaction: string;
|
|
253
|
-
Approved: string;
|
|
254
|
-
approved_by: string;
|
|
255
|
-
"Approved_Duration:": string;
|
|
256
|
-
"Approver:": string;
|
|
257
|
-
Approver_Level: string;
|
|
258
|
-
Approver_Note: string;
|
|
259
|
-
"Are_you_sure_want_to_abort_it?": string;
|
|
260
|
-
"Are_you_sure_want_to_continue?": string;
|
|
261
|
-
"Are_you_sure_want_to_decline_the_report?": string;
|
|
262
|
-
"Are_you_sure_want_to_delete_it?": string;
|
|
263
|
-
"Are_you_sure_want_to_remove_it?": string;
|
|
264
|
-
"Are_you_sure_want_to_submit_it?": string;
|
|
265
|
-
"Are_you_sure_want_to_submit?": string;
|
|
266
|
-
"Are_you_sure_you_want_to_abort_it?": string;
|
|
267
|
-
"Are_you_sure_you_want_to_activate_it?": string;
|
|
268
|
-
"Are_you_sure_you_want_to_apply_this_changes?": string;
|
|
269
|
-
"Are_you_sure_you_want_to_approve_it?": string;
|
|
270
|
-
"Are_you_sure_you_want_to_continue?": string;
|
|
271
|
-
"Are_you_sure_you_want_to_decline_it?": string;
|
|
272
|
-
"Are_you_sure_you_want_to_delete_it?": string;
|
|
273
|
-
"Are_you_sure_you_want_to_delete_it?_You_will_not_be_able_to_recover_it.": string;
|
|
274
|
-
"Are_you_sure_you_want_to_finish_the_audit?": string;
|
|
275
|
-
"Are_you_sure_you_want_to_inactivate_it?": string;
|
|
276
|
-
"Are_you_sure_you_want_to_move_it?": string;
|
|
277
|
-
"Are_you_sure_you_want_to_reject_it?": string;
|
|
278
|
-
"Are_you_sure_you_want_to_remove_it?": string;
|
|
279
|
-
"Are_you_sure_you_want_to_report_it?": string;
|
|
280
|
-
"Are_you_sure_you_want_to_resend_it?": string;
|
|
281
|
-
"Are_you_sure_you_want_to_submit?": string;
|
|
282
|
-
"Are_you_sure_you_want_to_unpair_it?": string;
|
|
283
|
-
Aset_Disposal: string;
|
|
284
|
-
Aset_Name: string;
|
|
285
|
-
Asset: string;
|
|
286
|
-
"Asset_-_Categories": string;
|
|
287
|
-
Asset_Assignment_Verification: string;
|
|
288
|
-
Asset_Borrowing: string;
|
|
289
|
-
Asset_Condition: string;
|
|
290
|
-
Asset_Confirmation_Handover: string;
|
|
291
|
-
Asset_Damaged: string;
|
|
292
|
-
Asset_Detail: string;
|
|
293
|
-
Asset_Details: string;
|
|
294
|
-
Asset_Disposal: string;
|
|
295
|
-
Asset_disposed: string;
|
|
296
|
-
Asset_Found: string;
|
|
297
|
-
Asset_Found_Confirmation: string;
|
|
298
|
-
"Asset_found,_damaged_condition": string;
|
|
299
|
-
"Asset_found,_normal_condition": string;
|
|
300
|
-
"Asset_founded,_damaged_condition": string;
|
|
301
|
-
"Asset_founded,_normal_condition": string;
|
|
302
|
-
Asset_Handover_Confirmation: string;
|
|
303
|
-
Asset_Handover_Verification: string;
|
|
304
|
-
Asset_has_been_Assigned: string;
|
|
305
|
-
Asset_Has_Been_Disposed: string;
|
|
306
|
-
Asset_has_been_Found: string;
|
|
307
|
-
Asset_has_been_Repaired: string;
|
|
308
|
-
Asset_has_been_Unassigned: string;
|
|
309
|
-
Asset_List: string;
|
|
310
|
-
Asset_Missing: string;
|
|
311
|
-
"Asset_Name:": string;
|
|
312
|
-
Asset_Name_Detail: string;
|
|
313
|
-
Asset_name_must_not_be_empty: string;
|
|
314
|
-
Asset_Name_Template: string;
|
|
315
|
-
Asset_Name_View: string;
|
|
316
|
-
"Asset_on_the_list_below_are_assets_with:": string;
|
|
317
|
-
Asset_Permanently_Damaged: string;
|
|
318
|
-
Asset_Photo: string;
|
|
319
|
-
ASSET_POLICY: string;
|
|
320
|
-
Asset_Register: string;
|
|
321
|
-
Asset_Repaired: string;
|
|
322
|
-
Asset_Repaired_Confirmation: string;
|
|
323
|
-
Asset_Reported_Damaged: string;
|
|
324
|
-
Asset_Reported_Damaged_from_Borrower: string;
|
|
325
|
-
Asset_Reported_Damaged_from_User: string;
|
|
326
|
-
Asset_Reported_Found: string;
|
|
327
|
-
Asset_Reported_Missing: string;
|
|
328
|
-
Asset_Reported_Missing_from_Borrower: string;
|
|
329
|
-
Asset_Reported_Missing_from_User: string;
|
|
330
|
-
Asset_Returned: string;
|
|
331
|
-
Asset_Status: string;
|
|
332
|
-
Asset_TAG: string;
|
|
333
|
-
Asset_Transactional_Policy: string;
|
|
334
|
-
Asset_Type: string;
|
|
335
|
-
Asset_Under_Repair: string;
|
|
336
|
-
Asset_Value: string;
|
|
337
|
-
Asset_Verification: string;
|
|
338
|
-
Asset_View: string;
|
|
339
|
-
"Asset(s)": string;
|
|
340
|
-
"asset(s)_are_confirmed.": string;
|
|
341
|
-
"Asset(s)_Borrowing": string;
|
|
342
|
-
"asset(s)_confirmed.": string;
|
|
343
|
-
"Asset(s)_Disposal": string;
|
|
344
|
-
"Asset(s)_Handover": string;
|
|
345
|
-
"Asset(s)_Selected": string;
|
|
346
|
-
"Asset(s)_Verification": string;
|
|
347
|
-
assetdetail: string;
|
|
348
|
-
assetnya_masuk_ke_missing: string;
|
|
349
|
-
Assigment_Log: string;
|
|
350
|
-
Assigment_Request_Rejected: string;
|
|
351
|
-
Assign: string;
|
|
352
|
-
Assign_Asset: string;
|
|
353
|
-
Assign_Date: string;
|
|
354
|
-
Assign_ID: string;
|
|
355
|
-
Assign_Manager: string;
|
|
356
|
-
Assign_Role: string;
|
|
357
|
-
Assign_Staff: string;
|
|
358
|
-
Assign_System_Role: string;
|
|
359
|
-
"Assign_to:": string;
|
|
360
|
-
Assign_Transaction_Role: string;
|
|
361
|
-
Assigned: string;
|
|
362
|
-
Assigned_Asset: string;
|
|
363
|
-
Assigned_Date: string;
|
|
364
|
-
Assigned_to: string;
|
|
365
|
-
Assignment: string;
|
|
366
|
-
Assignment_Detail: string;
|
|
367
|
-
Assignment_edited_by: string;
|
|
368
|
-
Assignment_Log: string;
|
|
369
|
-
Assignment_Manager: string;
|
|
370
|
-
Assignment_Request: string;
|
|
371
|
-
Assignment_Request_Rejected: string;
|
|
372
|
-
Assignment_requested_by: string;
|
|
373
|
-
Asus: string;
|
|
374
|
-
Attach: string;
|
|
375
|
-
Attach_Asset: string;
|
|
376
|
-
Attached_to: string;
|
|
377
|
-
Attachment: string;
|
|
378
|
-
"Attachment(s)_Selected": string;
|
|
379
|
-
Audio: string;
|
|
380
|
-
"Audit_-_Approver_Level": string;
|
|
381
|
-
Audit_Addon: string;
|
|
382
|
-
Audit_Approval_Rejected: string;
|
|
383
|
-
Audit_Canceled_by: string;
|
|
384
|
-
Audit_Completed_by: string;
|
|
385
|
-
Audit_Created_by: string;
|
|
386
|
-
Audit_Damaged: string;
|
|
387
|
-
Audit_Date: string;
|
|
388
|
-
Audit_Extended_by: string;
|
|
389
|
-
Audit_Finished: string;
|
|
390
|
-
Audit_Finished_by: string;
|
|
391
|
-
Audit_Group_1_Elekronik: string;
|
|
392
|
-
Audit_ID: string;
|
|
393
|
-
Audit_in_Grace_Period: string;
|
|
394
|
-
Audit_License: string;
|
|
395
|
-
Audit_Log: string;
|
|
396
|
-
Audit_Normal: string;
|
|
397
|
-
Audit_on_Grace_Period: string;
|
|
398
|
-
Audit_On_Schedule: string;
|
|
399
|
-
Audit_Overdue: string;
|
|
400
|
-
Audit_Process_Has_Been_Done: string;
|
|
401
|
-
"Audit_Progress:": string;
|
|
402
|
-
Audit_QR: string;
|
|
403
|
-
Audit_QR_TAG: string;
|
|
404
|
-
Audit_Quota: string;
|
|
405
|
-
"Audit_result:": string;
|
|
406
|
-
Audit_RFID: string;
|
|
407
|
-
"Audit_RFID_(IOT)": string;
|
|
408
|
-
Audit_RFID_TAG: string;
|
|
409
|
-
AUDIT_ROLE: string;
|
|
410
|
-
Audit_Schedule: string;
|
|
411
|
-
Audit_Schedule_Detail: string;
|
|
412
|
-
Audit_Start: string;
|
|
413
|
-
Audit_Stopped_by: string;
|
|
414
|
-
Audit_TAG: string;
|
|
415
|
-
Audit_Type: string;
|
|
416
|
-
Auditable_Asset: string;
|
|
417
|
-
"Auditable_Asset(s)": string;
|
|
418
|
-
Audited: string;
|
|
419
|
-
"Audited_Asset:": string;
|
|
420
|
-
Audited_by: string;
|
|
421
|
-
Audited_Damaged: string;
|
|
422
|
-
"Audited_Damaged_(Misplaced)": string;
|
|
423
|
-
Audited_Normal: string;
|
|
424
|
-
"Audited_Normal_(Misplaced)": string;
|
|
425
|
-
Audited_On: string;
|
|
426
|
-
Auditor: string;
|
|
427
|
-
Available: string;
|
|
428
|
-
Available_Aasset: string;
|
|
429
|
-
Available_Asset: string;
|
|
430
|
-
Available_for_add_new_asset: string;
|
|
431
|
-
Available_for_extend_expired_asset: string;
|
|
432
|
-
Available_status: string;
|
|
433
|
-
"available:_total_rfid_yang_udah_dipake_(total_license_-_used/allocated_-_used)": string;
|
|
434
|
-
Back: string;
|
|
435
|
-
Back_to_assigned_asset: string;
|
|
436
|
-
Back_to_borrowed_asset: string;
|
|
437
|
-
Back_to_Transaction_Page: string;
|
|
438
|
-
Badge: string;
|
|
439
|
-
Bangku: string;
|
|
440
|
-
Basic: string;
|
|
441
|
-
Beats: string;
|
|
442
|
-
"Before_deleting_the_user_please_unassign_and_returned_the_asset_related_to_the_user.": string;
|
|
443
|
-
"Before_deleting_the_user_please_unassign_the_role_and_the_asset_related_to_the_user.": string;
|
|
444
|
-
"Before_pairing_asset_and_QR_TAG,_please_make_sure_you_have_printed_the_TAG.": string;
|
|
445
|
-
"Below_are_reported_damaged_asset_list.": string;
|
|
446
|
-
Below_the_standard: string;
|
|
447
|
-
Besi: string;
|
|
448
|
-
Biru: string;
|
|
449
|
-
"Book_Value_at_Year\u2019s_End": string;
|
|
450
|
-
Borrow: string;
|
|
451
|
-
Borrow_Approval: string;
|
|
452
|
-
Borrow_Manager: string;
|
|
453
|
-
Borrow_requested_by: string;
|
|
454
|
-
Borrowed: string;
|
|
455
|
-
Borrowed_Asset: string;
|
|
456
|
-
borrowed_asset_direport_damage: string;
|
|
457
|
-
borrowed_asset_direport_missing: string;
|
|
458
|
-
"Borrower:": string;
|
|
459
|
-
Borrower_email: string;
|
|
460
|
-
Borrowing: string;
|
|
461
|
-
"Borrowing_/_Assignment_-_Manager": string;
|
|
462
|
-
"Borrowing_/_Assignment_-_Monitoring_&_Report": string;
|
|
463
|
-
Borrowing_extension_approved_by: string;
|
|
464
|
-
Borrowing_Extension_Request: string;
|
|
465
|
-
Borrowing_Extension_Requested: string;
|
|
466
|
-
Borrowing_extension_requested_by: string;
|
|
467
|
-
Borrowing_ID: string;
|
|
468
|
-
Borrowing_Log: string;
|
|
469
|
-
"Borrowing_Manager:": string;
|
|
470
|
-
Borrowing_Request: string;
|
|
471
|
-
Borrowing_request_edited_by: string;
|
|
472
|
-
Borrowing_Request_Rejected: string;
|
|
473
|
-
Borrowing_requested_by: string;
|
|
474
|
-
BORROWING_ROLE: string;
|
|
475
|
-
"Borrowing/Assignment": string;
|
|
476
|
-
"Borrowing/Assignment:_Monitoring_&_(Inactive)": string;
|
|
477
|
-
"Brand:": string;
|
|
478
|
-
"Brand_&_Model/Type_Template": string;
|
|
479
|
-
"Brand_and_Model/Type_List": string;
|
|
480
|
-
Brand_Detail: string;
|
|
481
|
-
Brand_Name: string;
|
|
482
|
-
Brand_name_must_not_be_empty: string;
|
|
483
|
-
Browse: string;
|
|
484
|
-
Budi_U: string;
|
|
485
|
-
Budi_Utomo: string;
|
|
486
|
-
Bulk_Action: string;
|
|
487
|
-
Bulk_actions: string;
|
|
488
|
-
Button: string;
|
|
489
|
-
by: string;
|
|
490
|
-
By_Asset: string;
|
|
491
|
-
By_Borrower: string;
|
|
492
|
-
By_Transaction: string;
|
|
493
|
-
By_User: string;
|
|
494
|
-
Cancel: string;
|
|
495
|
-
Cancel_Approval: string;
|
|
496
|
-
Cancel_Asset_Handover: string;
|
|
497
|
-
Cancel_Assign_Transaction: string;
|
|
498
|
-
Cancel_Assignment: string;
|
|
499
|
-
Cancel_Assignment_Asset: string;
|
|
500
|
-
Cancel_Assignment_Request: string;
|
|
501
|
-
Cancel_Assignment_Transaction: string;
|
|
502
|
-
Cancel_Audit: string;
|
|
503
|
-
Cancel_Audit_Update: string;
|
|
504
|
-
Cancel_Borrow_Request: string;
|
|
505
|
-
Cancel_Borrowing: string;
|
|
506
|
-
Cancel_Borrowing_Asset: string;
|
|
507
|
-
Cancel_Borrowing_Request: string;
|
|
508
|
-
Cancel_Borrowing_Return: string;
|
|
509
|
-
Cancel_Borrowing_Transaction: string;
|
|
510
|
-
Cancel_Changed_TAG_Type: string;
|
|
511
|
-
Cancel_Changes: string;
|
|
512
|
-
Cancel_Completion: string;
|
|
513
|
-
Cancel_Disposal: string;
|
|
514
|
-
Cancel_Disposal_Asset: string;
|
|
515
|
-
Cancel_Disposal_Report: string;
|
|
516
|
-
Cancel_Disposal_Request: string;
|
|
517
|
-
Cancel_Disposal_Transaction: string;
|
|
518
|
-
Cancel_Duplicate_Schedule: string;
|
|
519
|
-
Cancel_Edit_Request: string;
|
|
520
|
-
Cancel_Edit_Role: string;
|
|
521
|
-
Cancel_Edit_Schedule: string;
|
|
522
|
-
Cancel_Edit_Transaction: string;
|
|
523
|
-
Cancel_Email_Changes: string;
|
|
524
|
-
Cancel_Extend_Approval: string;
|
|
525
|
-
Cancel_Extension_Request: string;
|
|
526
|
-
Cancel_Form: string;
|
|
527
|
-
Cancel_Handover: string;
|
|
528
|
-
Cancel_Handover_TAG: string;
|
|
529
|
-
Cancel_Import: string;
|
|
530
|
-
Cancel_Maintenance: string;
|
|
531
|
-
Cancel_Maintenance_Update: string;
|
|
532
|
-
Cancel_Pair_TAG: string;
|
|
533
|
-
Cancel_Replace_TAG: string;
|
|
534
|
-
Cancel_Report: string;
|
|
535
|
-
Cancel_Report_Disposal: string;
|
|
536
|
-
Cancel_request: string;
|
|
537
|
-
Cancel_TAG_Audit: string;
|
|
538
|
-
Cancel_Task: string;
|
|
539
|
-
"Cancel_Tracking_(IOT)": string;
|
|
540
|
-
Cancel_Transaction: string;
|
|
541
|
-
"cancel_transaksi_sm_yg_remove_dari_verification:_assetnya_balik_ke_reported": string;
|
|
542
|
-
Cancel_Transfer: string;
|
|
543
|
-
Cancel_Transfer_Request: string;
|
|
544
|
-
Cancel_Transfer_Transaction: string;
|
|
545
|
-
Cancel_Unassign_Asset: string;
|
|
546
|
-
Cancel_Unpair_TAG: string;
|
|
547
|
-
Cancel_Verification: string;
|
|
548
|
-
Canceled: string;
|
|
549
|
-
Canceled_Diposal: string;
|
|
550
|
-
Canceled_Disposal: string;
|
|
551
|
-
Cannot_Delete_Asset_Name: string;
|
|
552
|
-
Cannot_Delete_Brand: string;
|
|
553
|
-
Cannot_Delete_Group: string;
|
|
554
|
-
Cannot_Delete_User: string;
|
|
555
|
-
Cannot_Edit_Transaction: string;
|
|
556
|
-
Cannot_Move_Group: string;
|
|
557
|
-
Caption: string;
|
|
558
|
-
Categories: string;
|
|
559
|
-
"Category:": string;
|
|
560
|
-
Category_List: string;
|
|
561
|
-
Category_Name: string;
|
|
562
|
-
Category_name_must_not_be_empty: string;
|
|
563
|
-
"Category_of_this_asset_is_edited._The_existing_custom_field_data_will_be_removed": string;
|
|
564
|
-
Category_Template: string;
|
|
565
|
-
"category(s)_selected": string;
|
|
566
|
-
Centi_Meter: string;
|
|
567
|
-
Change: string;
|
|
568
|
-
Change_Depreciation_Method: string;
|
|
569
|
-
"Change_depresiation_method_to_Double-Declining_Balance_will_only_applied_to_assets_registered_on_January_1,_2024.": string;
|
|
570
|
-
Change_Log: string;
|
|
571
|
-
"Change_Log_:_Allocation": string;
|
|
572
|
-
"Change_Log_:_Asset_Detail_>_Linked_Asset": string;
|
|
573
|
-
"Change_Log_:_Audit_Addon": string;
|
|
574
|
-
"Change_Log_:_Detail_Asset_>_Audit": string;
|
|
575
|
-
"Change_Log_:_Detail_Asset_>_Maintenance": string;
|
|
576
|
-
"Change_Log_:_Fixed_Asset_License": string;
|
|
577
|
-
"Change_Log_:_Maintenance_Addon": string;
|
|
578
|
-
"Change_Log_:_Product_Attachment": string;
|
|
579
|
-
"Change_Log_:_Purchase_Attachment": string;
|
|
580
|
-
"Change_Log_:_Repair_Ticketing_Addon": string;
|
|
581
|
-
"Change_Log_:_Tracking_Addon": string;
|
|
582
|
-
"Change_Log:_Maintenance": string;
|
|
583
|
-
Change_Method: string;
|
|
584
|
-
Change_Password: string;
|
|
585
|
-
Change_TAG_Holder: string;
|
|
586
|
-
Change_TAG_Type: string;
|
|
587
|
-
"Change_TAG_type_can_only_be_done_by_assets_with_available_status._Assets_in_transaction_will_automatically_be_moved_to_the_pending_changes_menu._You_can_change_TAG_type_once_the_transaction_is_completed.": string;
|
|
588
|
-
Change_TAG_Type_to_QR: string;
|
|
589
|
-
Change_TAG_Type_to_RFID: string;
|
|
590
|
-
"Change_TAG_Type_to_RFID_&_QR": string;
|
|
591
|
-
Change_to: string;
|
|
592
|
-
Change_to_QR: string;
|
|
593
|
-
Change_to_RFID: string;
|
|
594
|
-
"Change_to_RFID_&_QR": string;
|
|
595
|
-
Changed_TAG_Type_from_QR_to_RFID: string;
|
|
596
|
-
"Changed_TAG_Type_from_QR_to_RFID_&_QR": string;
|
|
597
|
-
"Changed_TAG_Type_from_RFID_&_QR": string;
|
|
598
|
-
"Changed_TAG_Type_from_RFID_&_QR_to_QR": string;
|
|
599
|
-
"Changed_TAG_Type_from_RFID_&_QR_to_RFID": string;
|
|
600
|
-
Changed_TAG_Type_from_RFID_to_QR: string;
|
|
601
|
-
"Changed_TAG_Type_from_RFID_to_RFID_&_QR": string;
|
|
602
|
-
Changed_to: string;
|
|
603
|
-
Changelog: string;
|
|
604
|
-
"Changelog_:_Asset": string;
|
|
605
|
-
"Changelog_:_Asset_>_Measurement": string;
|
|
606
|
-
"Changelog_:_Asset_Name": string;
|
|
607
|
-
"Changelog_:_Asset_Transactional_Policy": string;
|
|
608
|
-
"Changelog_:_Brand": string;
|
|
609
|
-
"Changelog_:_Category": string;
|
|
610
|
-
"Changelog_:_Custom_Field_>_Accounting": string;
|
|
611
|
-
"Changelog_:_Custom_Field_>_General_Information": string;
|
|
612
|
-
"Changelog_:_Custom_Field_>_Maintenance_Routine": string;
|
|
613
|
-
"Changelog_:_Custom_Field_>_Purchase": string;
|
|
614
|
-
"Changelog_:_General": string;
|
|
615
|
-
"Changelog_:_Group": string;
|
|
616
|
-
"Changelog_:_IOT_>_Antenna": string;
|
|
617
|
-
"Changelog_:_IOT_>_Reader": string;
|
|
618
|
-
"Changelog_:_Open_API_>_API_Token": string;
|
|
619
|
-
"Changelog_:_Role_>_Audit": string;
|
|
620
|
-
"Changelog_:_Role_>_Borrowing/Assignment": string;
|
|
621
|
-
"Changelog_:_Role_>_Damaged": string;
|
|
622
|
-
"Changelog_:_Role_>_Disposal": string;
|
|
623
|
-
"Changelog_:_Role_>_Maintenance_Routine": string;
|
|
624
|
-
"Changelog_:_Role_>_Missing": string;
|
|
625
|
-
"Changelog_:_Role_>_Repair_Ticketing": string;
|
|
626
|
-
"Changelog_:_Role_>_System": string;
|
|
627
|
-
"Changelog_:_Role_>_Tracking": string;
|
|
628
|
-
"Changelog_:_Role_>_Transfer": string;
|
|
629
|
-
"Changelog_:_Transaction_>_Audit": string;
|
|
630
|
-
"Changelog_:_Transaction_>_Borrowing/Assignment": string;
|
|
631
|
-
"Changelog_:_User": string;
|
|
632
|
-
"Changelog:_Audit": string;
|
|
633
|
-
characters: string;
|
|
634
|
-
Chat: string;
|
|
635
|
-
Check_Sparepart: string;
|
|
636
|
-
Check_the_box_to_make_this_group_can_be_use_for_disposal_transactions: string;
|
|
637
|
-
Checklist_rutin: string;
|
|
638
|
-
Child: string;
|
|
639
|
-
City: string;
|
|
640
|
-
Clear_Field: string;
|
|
641
|
-
Clearance: string;
|
|
642
|
-
Click_scan_to_verify_asset: string;
|
|
643
|
-
Close: string;
|
|
644
|
-
"Close_Audit_(IOT)": string;
|
|
645
|
-
Cm: string;
|
|
646
|
-
"Code_has_been_sent_to_your_email,_please_check_your_inbox_or_spam._Code_will_be_expired_in": string;
|
|
647
|
-
Collapse: string;
|
|
648
|
-
Column_Visibility: string;
|
|
649
|
-
Company_Address: string;
|
|
650
|
-
Company_Name: string;
|
|
651
|
-
Company_Phone: string;
|
|
652
|
-
Company_Phone_Number: string;
|
|
653
|
-
Complete: string;
|
|
654
|
-
Complete_Repair: string;
|
|
655
|
-
"complete_repair_kalo_asetnya_berhasil_repaired._kalo_ga_berhasil,_antara_report_permanently_damaged_sm_update_repair:_failed": string;
|
|
656
|
-
Completed: string;
|
|
657
|
-
Completed_Date: string;
|
|
658
|
-
Completion: string;
|
|
659
|
-
Completion_Approval: string;
|
|
660
|
-
"Completion_Note:": string;
|
|
661
|
-
concrete_blocks: string;
|
|
662
|
-
"Condition:": string;
|
|
663
|
-
Confirm: string;
|
|
664
|
-
Confirm_Assignment: string;
|
|
665
|
-
Confirm_Handover: string;
|
|
666
|
-
Confirmation: string;
|
|
667
|
-
Confirmation_Email_Timeout: string;
|
|
668
|
-
Confirmation_Timeout: string;
|
|
669
|
-
Confirmed: string;
|
|
670
|
-
Confirmed_by: string;
|
|
671
|
-
Connect: string;
|
|
672
|
-
"Connecting_QR..": string;
|
|
673
|
-
"Connecting_RFID..": string;
|
|
674
|
-
"Connecting...": string;
|
|
675
|
-
"Connection_QR...": string;
|
|
676
|
-
"Connection_RFID...": string;
|
|
677
|
-
Continue: string;
|
|
678
|
-
Continue_Audit: string;
|
|
679
|
-
Continue_Import: string;
|
|
680
|
-
Continue_Scan: string;
|
|
681
|
-
Continue_Tracking: string;
|
|
682
|
-
Continue_Upload: string;
|
|
683
|
-
Continue_Verify_RFID: string;
|
|
684
|
-
Contoh_Custom_Field: string;
|
|
685
|
-
Control_Room: string;
|
|
686
|
-
"Copied_to_clipboard!": string;
|
|
687
|
-
Copy: string;
|
|
688
|
-
Countdown: string;
|
|
689
|
-
Country: string;
|
|
690
|
-
Create: string;
|
|
691
|
-
Create_Asset_Name: string;
|
|
692
|
-
Create_Audit_Schedule: string;
|
|
693
|
-
Create_Brand: string;
|
|
694
|
-
Create_Category: string;
|
|
695
|
-
Create_Custom_Field: string;
|
|
696
|
-
Create_Group: string;
|
|
697
|
-
Create_Measurement: string;
|
|
698
|
-
Create_Role: string;
|
|
699
|
-
Create_Schedule: string;
|
|
700
|
-
Create_Sub_Category: string;
|
|
701
|
-
Create_Sub_Group: string;
|
|
702
|
-
Create_Task: string;
|
|
703
|
-
"Created_by:": string;
|
|
704
|
-
Currency: string;
|
|
705
|
-
Current_TAG: string;
|
|
706
|
-
"Custom,": string;
|
|
707
|
-
"Custom_(repeat_every_..._)": string;
|
|
708
|
-
Custom_Field: string;
|
|
709
|
-
Custom_Field_Template: string;
|
|
710
|
-
Daihatsu: string;
|
|
711
|
-
Daiily: string;
|
|
712
|
-
Daily: string;
|
|
713
|
-
Damage: string;
|
|
714
|
-
Damage_detail: string;
|
|
715
|
-
Damage_Detail: string;
|
|
716
|
-
"Damage_Detail:": string;
|
|
717
|
-
Damage_detail_must_not_be_empty: string;
|
|
718
|
-
Damage_frequency: string;
|
|
719
|
-
Damage_Report: string;
|
|
720
|
-
Damaged: string;
|
|
721
|
-
"Damaged_/_Missing": string;
|
|
722
|
-
"Damaged_/_Missing_TAG_(": string;
|
|
723
|
-
Damaged_Log: string;
|
|
724
|
-
Damaged_Photo: string;
|
|
725
|
-
"Damaged_Photo:": string;
|
|
726
|
-
Damaged_Report_from_Audit: string;
|
|
727
|
-
Damaged_reported_by: string;
|
|
728
|
-
data: string;
|
|
729
|
-
"data_disrupted_due_to_a_connection_error.": string;
|
|
730
|
-
Data_Selected: string;
|
|
731
|
-
Data_Template: string;
|
|
732
|
-
"Data_that_you_have_been_entered_in_the_asset_detail_will_not_be_hidden._Are_you_sure_you_want_to_inactivate_it?": string;
|
|
733
|
-
"Data_that_you_have_been_entered_in_the_asset_detail_will_not_be_removed._Are_you_sure_you_want_to_delete_it?": string;
|
|
734
|
-
Data_Type: string;
|
|
735
|
-
Date: string;
|
|
736
|
-
Date_Format: string;
|
|
737
|
-
Date_Time: string;
|
|
738
|
-
Datetime: string;
|
|
739
|
-
Days: string;
|
|
740
|
-
"day(s)": string;
|
|
741
|
-
"hour(s)": string;
|
|
742
|
-
"day(s)_left,_until": string;
|
|
743
|
-
"dd/mm/yyyy_--_dd/mm/yyyy": string;
|
|
744
|
-
Deactivate: string;
|
|
745
|
-
Deactivate_Schedule: string;
|
|
746
|
-
Deatched_from: string;
|
|
747
|
-
Decline: string;
|
|
748
|
-
Decline_Report: string;
|
|
749
|
-
Decline_Report_TAG: string;
|
|
750
|
-
Decline_Request: string;
|
|
751
|
-
Decline_TAG_Report: string;
|
|
752
|
-
Default_Alias_Name: string;
|
|
753
|
-
Default_Borrowing_Time: string;
|
|
754
|
-
Default_Category: string;
|
|
755
|
-
Default_Currency: string;
|
|
756
|
-
Default_Group: string;
|
|
757
|
-
Delete: string;
|
|
758
|
-
Delete_Role: string;
|
|
759
|
-
Delete_Asset_Name: string;
|
|
760
|
-
Delete_Audit_Schedule: string;
|
|
761
|
-
Delete_Brand: string;
|
|
762
|
-
Delete_Category: string;
|
|
763
|
-
Delete_Custom_Field: string;
|
|
764
|
-
Delete_File: string;
|
|
765
|
-
Delete_Group: string;
|
|
766
|
-
Delete_Indicator: string;
|
|
767
|
-
Delete_Notification: string;
|
|
768
|
-
Delete_Photo: string;
|
|
769
|
-
Delete_Schedule: string;
|
|
770
|
-
Delete_Service_Center: string;
|
|
771
|
-
Delete_System_Role: string;
|
|
772
|
-
Delete_Task: string;
|
|
773
|
-
Delete_Transaction_Role: string;
|
|
774
|
-
Delete_Unit_of_Measurement: string;
|
|
775
|
-
Delete_User: string;
|
|
776
|
-
Depreciation: string;
|
|
777
|
-
Depreciation_Data: string;
|
|
778
|
-
Depreciation_Group: string;
|
|
779
|
-
Depreciation_Group_Template: string;
|
|
780
|
-
Depreciation_Method: string;
|
|
781
|
-
Depreciation_method_has_changed_to_Double_Declining_Balance_on: string;
|
|
782
|
-
Depreciation_Rate: string;
|
|
783
|
-
Depreciation_Settings: string;
|
|
784
|
-
"Description:": string;
|
|
785
|
-
"Destination:": string;
|
|
786
|
-
"Destination_Group:": string;
|
|
787
|
-
Destination_Group_Quota_Exceeded: string;
|
|
788
|
-
"Destination_group_quota_is_exceeded,_please_remove_asset_from_the_list_or_change_destination_(2_assets_left).": string;
|
|
789
|
-
Destination_level: string;
|
|
790
|
-
Destroy: string;
|
|
791
|
-
Detach: string;
|
|
792
|
-
"Detach_(Reported_Damage)": string;
|
|
793
|
-
"Detach_(Reported_Disposal)": string;
|
|
794
|
-
"Detach_(Reported_Missing)": string;
|
|
795
|
-
"Detach_(Requested_Disposal)": string;
|
|
796
|
-
Detach_Asset: string;
|
|
797
|
-
Detach_Child: string;
|
|
798
|
-
Detached_from: string;
|
|
799
|
-
"Detached_from_(Reported_Damage)": string;
|
|
800
|
-
"Detached_from_(Reported_Disposal)": string;
|
|
801
|
-
"Detached_from_(Reported_Missing)": string;
|
|
802
|
-
"Detached_from_(Requested_Disposal)": string;
|
|
803
|
-
Detail: string;
|
|
804
|
-
DETAIL_USER: string;
|
|
805
|
-
Device: string;
|
|
806
|
-
Device_is_not_connected: string;
|
|
807
|
-
"Device_Name:": string;
|
|
808
|
-
Dicuri_orang_tidak_dikenal: string;
|
|
809
|
-
"Diposal_-_Manager": string;
|
|
810
|
-
Diposal_Policy: string;
|
|
811
|
-
Disable: string;
|
|
812
|
-
Disable_Dispose: string;
|
|
813
|
-
Disposable: string;
|
|
814
|
-
Disposable_Group: string;
|
|
815
|
-
Disposal: string;
|
|
816
|
-
Disposal_Approval: string;
|
|
817
|
-
Disposal_completed_by: string;
|
|
818
|
-
Disposal_completion_by: string;
|
|
819
|
-
"Disposal_Group:": string;
|
|
820
|
-
Disposal_group_level_1_approved_by: string;
|
|
821
|
-
Disposal_group_level_2_approved_by: string;
|
|
822
|
-
Disposal_ID: string;
|
|
823
|
-
Disposal_Information: string;
|
|
824
|
-
Disposal_is_being_processed: string;
|
|
825
|
-
Disposal_Log: string;
|
|
826
|
-
"Disposal:_Manager": string;
|
|
827
|
-
"Disposal_Method*": string;
|
|
828
|
-
Disposal_Policy: string;
|
|
829
|
-
Disposal_Report: string;
|
|
830
|
-
Disposal_Report_Declined: string;
|
|
831
|
-
Disposal_Report_from_Asset_Missing: string;
|
|
832
|
-
Disposal_Report_from_Missing_Asset: string;
|
|
833
|
-
Disposal_reported_by: string;
|
|
834
|
-
Disposal_Request: string;
|
|
835
|
-
Disposal_Request_Declined: string;
|
|
836
|
-
Disposal_request_edited_by: string;
|
|
837
|
-
Disposal_Request_Rejected: string;
|
|
838
|
-
Disposal_requested_by: string;
|
|
839
|
-
DISPOSAL_ROLE: string;
|
|
840
|
-
Disposed: string;
|
|
841
|
-
Disposes: string;
|
|
842
|
-
Division: string;
|
|
843
|
-
Division_must_not_be_empty: string;
|
|
844
|
-
do_not_leave_this_page: string;
|
|
845
|
-
Document: string;
|
|
846
|
-
Document_Name: string;
|
|
847
|
-
"Documentation:": string;
|
|
848
|
-
Documentation_Photo: string;
|
|
849
|
-
Documentation_photo_must_not_be_empty: string;
|
|
850
|
-
Donate: string;
|
|
851
|
-
Done: string;
|
|
852
|
-
Double_Declining_Balance: string;
|
|
853
|
-
Double_Decreased_Depreciation_Rates: string;
|
|
854
|
-
Down_Time: string;
|
|
855
|
-
"Down_Time_(Hour)": string;
|
|
856
|
-
Download: string;
|
|
857
|
-
Downtime: string;
|
|
858
|
-
"Downtime_(Hour)": string;
|
|
859
|
-
Dropdown: string;
|
|
860
|
-
"Dropdown_&_Multi_dropdown": string;
|
|
861
|
-
dsakbdsjhdshdsh_sjdsd: string;
|
|
862
|
-
"Due_Return_date:": string;
|
|
863
|
-
Duplicate: string;
|
|
864
|
-
Duplicate_Task: string;
|
|
865
|
-
Duplicated_Task: string;
|
|
866
|
-
"Duplicated_value.": string;
|
|
867
|
-
"Duration:": string;
|
|
868
|
-
"Duration_(Day)": string;
|
|
869
|
-
Duration_must_be_not_empty: string;
|
|
870
|
-
Duration_must_not_be_empty: string;
|
|
871
|
-
Edit: string;
|
|
872
|
-
Edit_Antenna_Interval_Time: string;
|
|
873
|
-
Edit_Antenna_Power: string;
|
|
874
|
-
Edit_Asset: string;
|
|
875
|
-
Edit_Asset_Name: string;
|
|
876
|
-
Edit_Assignment_Request: string;
|
|
877
|
-
Edit_Attachment: string;
|
|
878
|
-
Edit_Borrowing_Request: string;
|
|
879
|
-
Edit_Brand: string;
|
|
880
|
-
Edit_Category: string;
|
|
881
|
-
Edit_Condition: string;
|
|
882
|
-
Edit_Custom_Field: string;
|
|
883
|
-
Edit_Extension_Request: string;
|
|
884
|
-
Edit_Group: string;
|
|
885
|
-
Edit_Indicator: string;
|
|
886
|
-
Edit_Measurement: string;
|
|
887
|
-
Edit_Profile: string;
|
|
888
|
-
Edit_Quota: string;
|
|
889
|
-
Edit_Repeat_Count: string;
|
|
890
|
-
Edit_Request: string;
|
|
891
|
-
Edit_Request_Extend: string;
|
|
892
|
-
Edit_Role: string;
|
|
893
|
-
Edit_Schedule: string;
|
|
894
|
-
Edit_Staff: string;
|
|
895
|
-
Edit_System_Role: string;
|
|
896
|
-
Edit_Task: string;
|
|
897
|
-
Edit_Transaction_Role: string;
|
|
898
|
-
Edit_Transfer_Request: string;
|
|
899
|
-
Edit_User: string;
|
|
900
|
-
Edit_User_Email: string;
|
|
901
|
-
Email: string;
|
|
902
|
-
Email_format_is_incorrect: string;
|
|
903
|
-
Email_has_not_been_sent: string;
|
|
904
|
-
Email_must_not_be_empty: string;
|
|
905
|
-
"Email_or_Phone*": string;
|
|
906
|
-
Email_sent: string;
|
|
907
|
-
Email_Status: string;
|
|
908
|
-
Employee_ID: string;
|
|
909
|
-
Empty_All: string;
|
|
910
|
-
"Empty_row,_value_needed.": string;
|
|
911
|
-
Enable_Dispose: string;
|
|
912
|
-
English: string;
|
|
913
|
-
Enter: string;
|
|
914
|
-
Enter_alias_code: string;
|
|
915
|
-
Enter_alias_name: string;
|
|
916
|
-
"Enter_amount_of_day(s)": string;
|
|
917
|
-
Enter_asset_name: string;
|
|
918
|
-
Enter_brand_name: string;
|
|
919
|
-
Enter_category_name: string;
|
|
920
|
-
Enter_company_address: string;
|
|
921
|
-
Enter_damage_detail: string;
|
|
922
|
-
Enter_damage_note: string;
|
|
923
|
-
Enter_division: string;
|
|
924
|
-
Enter_document_name: string;
|
|
925
|
-
Enter_duration: string;
|
|
926
|
-
Enter_email: string;
|
|
927
|
-
Enter_employee_id: string;
|
|
928
|
-
Enter_field_name: string;
|
|
929
|
-
Enter_first_name: string;
|
|
930
|
-
Enter_group_name: string;
|
|
931
|
-
Enter_indicator_name: string;
|
|
932
|
-
Enter_last_name: string;
|
|
933
|
-
Enter_missing_note: string;
|
|
934
|
-
"Enter_model/type_value_for_each_category._Press_enter_to_add_new_value.": string;
|
|
935
|
-
Enter_name: string;
|
|
936
|
-
Enter_new_password: string;
|
|
937
|
-
Enter_note: string;
|
|
938
|
-
Enter_number: string;
|
|
939
|
-
Enter_parts: string;
|
|
940
|
-
Enter_password: string;
|
|
941
|
-
Enter_percentage: string;
|
|
942
|
-
Enter_phone_number: string;
|
|
943
|
-
Enter_position: string;
|
|
944
|
-
Enter_quantity: string;
|
|
945
|
-
Enter_salvageable_parts: string;
|
|
946
|
-
Enter_text: string;
|
|
947
|
-
Enter_the_role_description: string;
|
|
948
|
-
Enter_the_role_name: string;
|
|
949
|
-
Enter_unit_of_measurement: string;
|
|
950
|
-
Enter_URL: string;
|
|
951
|
-
Enter_value: string;
|
|
952
|
-
entries: string;
|
|
953
|
-
Epson: string;
|
|
954
|
-
"Error,_failed_to_decline_report._Please_check_your_connection_again.": string;
|
|
955
|
-
"Error,_can\u2019t_recognize_TAG.": string;
|
|
956
|
-
"Error,_failed_to_abort_asset_handover._Please_check_you_connection_and_try_again.": string;
|
|
957
|
-
"Error,_failed_to_abort_asset_handover._Please_check_your_connection_and_try_again.": string;
|
|
958
|
-
"Error,_failed_to_activate_asset(s)._Please_check_you_connection_and_try_again.": string;
|
|
959
|
-
"Error,_failed_to_activate_audit_asset._Please_check_your_connection_and_try_again.": string;
|
|
960
|
-
"Error,_failed_to_activate_audit_schedule._Please_check_your_connection_and_try_again.": string;
|
|
961
|
-
"Error,_failed_to_activate_custom_field._Please_check_your_connection_and_try_again.": string;
|
|
962
|
-
"Error,_failed_to_activate_license._Please_check_your_connection_and_try_again.": string;
|
|
963
|
-
"Error,_failed_to_activate_license._You_don\u2019t_have_enough_quota.": string;
|
|
964
|
-
"Error,_failed_to_activate_role._Please_check_your_connection_and_try_again.": string;
|
|
965
|
-
"Error,_failed_to_activate_service_center._Please_check_you_connection_and_try_again.": string;
|
|
966
|
-
"Error,_failed_to_activate_user._Please_check_your_connection_and_try_again.": string;
|
|
967
|
-
"Error,_failed_to_add_asset_to_disposal_request._Please_check_your_connection_again.": string;
|
|
968
|
-
"Error,_failed_to_add_asset_to_pre-list._Please_check_you_connection_and_try_again.": string;
|
|
969
|
-
"Error,_failed_to_add_asset_to_pre-list._Please_check_your_connection_and_try_again.": string;
|
|
970
|
-
"Error,_failed_to_add_asset(s)_to_Pre-List:_Change_TAG_Type_to_QR._Please_check_your_connection_and_try_again.": string;
|
|
971
|
-
"Error,_failed_to_add_asset(s)_to_Pre-List:_Change_TAG_Type._Please_check_your_connection_and_try_again.": string;
|
|
972
|
-
"Error,_failed_to_add_asset(s)_to_Pre-List:_Replace_TAG._Please_check_your_connection_and_try_again.": string;
|
|
973
|
-
"Error,_failed_to_add_asset(s)_to_Pre-List:_Unpair_TAG._Please_check_your_connection_and_try_again.": string;
|
|
974
|
-
"Error,_failed_to_add_asset(s)._Please_check_your_connection_again.": string;
|
|
975
|
-
"Error,_failed_to_add_attachment._Please_check_your_connection_and_try_again.": string;
|
|
976
|
-
"Error,_failed_to_add_child_asset._Please_check_your_connection_and_try_again.": string;
|
|
977
|
-
"Error,_failed_to_add_data_to_pre-list._Please_check_your_connection_again.": string;
|
|
978
|
-
"Error,_failed_to_approve_extend_approval._Please_check_your_connection_and_try_again.": string;
|
|
979
|
-
"Error,_failed_to_approve_transaction._Please_check_your_connection_and_try_again.": string;
|
|
980
|
-
"Error,_failed_to_asset_handover._Please_check_your_connection_and_try_again.": string;
|
|
981
|
-
"Error,_failed_to_assign_system_role._Please_check_your_connection_and_try_again.": string;
|
|
982
|
-
"Error,_failed_to_assign_transaction_role._Please_check_your_connection_and_try_again.": string;
|
|
983
|
-
"Error,_failed_to_cancel_asset(s)_transfer._Please_check_your_connection_again.": string;
|
|
984
|
-
"Error,_failed_to_cancel_assignment_request._Please_check_you_connection_and_try_again.": string;
|
|
985
|
-
"Error,_failed_to_cancel_assignment_transaction._Please_check_you_connection_and_try_again.": string;
|
|
986
|
-
"Error,_failed_to_cancel_assignment._Please_check_you_connection_and_try_again.": string;
|
|
987
|
-
"Error,_failed_to_cancel_assignment._Please_check_your_connection_and_try_again.": string;
|
|
988
|
-
"Error,_failed_to_cancel_audit_transaction._Please_check_your_connection_and_try_again.": string;
|
|
989
|
-
"Error,_failed_to_cancel_borrowing_asset(s)._Please_check_your_connection_and_try_again.": string;
|
|
990
|
-
"Error,_failed_to_cancel_borrowing_request._Please_check_your_connection_and_try_again.": string;
|
|
991
|
-
"Error,_failed_to_cancel_borrowing_transaction._Please_check_you_connection_again.": string;
|
|
992
|
-
"Error,_failed_to_cancel_borrowing_transaction._Please_check_your_connection_and_try_again.": string;
|
|
993
|
-
"Error,_failed_to_cancel_depreciation_method_changes._Please_check_your_connection_and_try_again.": string;
|
|
994
|
-
"Error,_failed_to_cancel_disposal_asset(s)._Please_check_your_connection_again.": string;
|
|
995
|
-
"Error,_failed_to_cancel_disposal_report._Please_check_your_connection_and_try_again.": string;
|
|
996
|
-
"Error,_failed_to_cancel_disposal_transaction._Please_check_your_connection_again.": string;
|
|
997
|
-
"Error,_failed_to_cancel_edit_request._Please_check_your_connection_again.": string;
|
|
998
|
-
"Error,_failed_to_cancel_email_changes._Please_check_your_connection_and_try_again.": string;
|
|
999
|
-
"Error,_failed_to_cancel_extend_approval._Please_check_your_connection_and_try_again.": string;
|
|
1000
|
-
"Error,_failed_to_cancel_extension_request._Please_check_you_connection_again.": string;
|
|
1001
|
-
"Error,_failed_to_cancel_extension_request._Please_check_your_connection_and_try_again.": string;
|
|
1002
|
-
"Error,_failed_to_cancel_form._Please_check_you_connection_again.": string;
|
|
1003
|
-
"Error,_failed_to_cancel_handover_TAG._Please_check_your_connection_and_try_again.": string;
|
|
1004
|
-
"Error,_failed_to_cancel_maintenance_update._Please_check_you_connection_again.": string;
|
|
1005
|
-
"Error,_failed_to_cancel_maintenance._Please_check_you_connection_again.": string;
|
|
1006
|
-
"Error,_failed_to_cancel_report._Please_check_your_connection_again.": string;
|
|
1007
|
-
"Error,_failed_to_cancel_report._Please_check_your_connection_and_try_again.": string;
|
|
1008
|
-
"Error,_failed_to_cancel_tracking_(IOT)._Please_check_your_connection_and_try_again.": string;
|
|
1009
|
-
"Error,_failed_to_cancel_transfer_request._Please_check_your_connection_again.": string;
|
|
1010
|
-
"Error,_failed_to_cancel_transfer_transaction._Please_check_your_connection_again.": string;
|
|
1011
|
-
"Error,_failed_to_cancel_transfer_transaction._Please_check_your_connection_and_try_again.": string;
|
|
1012
|
-
"Error,_failed_to_cancel_unpair_TAG._Please_check_your_connection_and_try_again.": string;
|
|
1013
|
-
"Error,_failed_to_change_depreciation_method._Please_check_your_connection_and_try_again.": string;
|
|
1014
|
-
"Error,_failed_to_change_depreciation_method._You_cannot_select_the_same_method_as_the_one_already_existing_at_the_moment.": string;
|
|
1015
|
-
"Error,_failed_to_change_password._Please_check_your_connection_and_try_again.": string;
|
|
1016
|
-
"Error,_failed_to_changed_TAG_type._Please_check_your_connection_and_try_again.": string;
|
|
1017
|
-
"Error,_failed_to_confirm_asset_handover._Please_check_you_connection_and_try_again.": string;
|
|
1018
|
-
"Error,_failed_to_confirm_asset_handover._Please_check_your_connection_and_try_again.": string;
|
|
1019
|
-
"Error,_failed_to_create_asset_name._Please_check_your_connection_and_try_again.": string;
|
|
1020
|
-
"Error,_failed_to_create_audit_schedule._Please_check_your_connection_and_try_again.": string;
|
|
1021
|
-
"Error,_failed_to_create_brand._Please_check_your_connection_and_try_again.": string;
|
|
1022
|
-
"Error,_failed_to_create_category._Please_check_your_connection_and_try_again.": string;
|
|
1023
|
-
"Error,_failed_to_create_custom_field._Please_check_your_connection_and_try_again.": string;
|
|
1024
|
-
"Error,_failed_to_create_group._Please_check_your_connection_and_try_again.": string;
|
|
1025
|
-
"Error,_failed_to_create_role._Please_check_your_connection_and_try_again.": string;
|
|
1026
|
-
"Error,_failed_to_create_schedule._Please_check_you_connection_and_try_again.": string;
|
|
1027
|
-
"Error,_failed_to_create_service_center._Please_check_you_connection_and_try_again.": string;
|
|
1028
|
-
"Error,_failed_to_create_unit_of_measurement._Please_check_your_connection_and_try_again.": string;
|
|
1029
|
-
"Error,_failed_to_create_user._Please_check_your_connection_and_try_again.": string;
|
|
1030
|
-
"Error,_failed_to_deactivate_service_center._Please_check_you_connection_and_try_again.": string;
|
|
1031
|
-
"Error,_failed_to_decline_report_TAG._Please_check_your_connection_and_try_again.": string;
|
|
1032
|
-
"Error,_failed_to_delete_asset_name._Please_check_your_connection_and_try_again.": string;
|
|
1033
|
-
"Error,_failed_to_delete_asset_name._There_are_some_assets_related_to_the_name.": string;
|
|
1034
|
-
"Error,_failed_to_delete_attachment._Please_check_your_connection_and_try_again.": string;
|
|
1035
|
-
"Error,_failed_to_delete_audit_schedule._Please_check_your_connection_and_try_again.": string;
|
|
1036
|
-
"Error,_failed_to_delete_brand._Please_check_your_connection_and_try_again.": string;
|
|
1037
|
-
"Error,_failed_to_delete_brand._There_are_some_assets_related_to_the_brand.": string;
|
|
1038
|
-
"Error,_failed_to_delete_category._Please_check_your_connection_and_try_again.": string;
|
|
1039
|
-
"Error,_failed_to_delete_category._There_are_some_assets_related_to_this_category._You_must_change_/_modified_the_asset_category_first.": string;
|
|
1040
|
-
"Error,_failed_to_delete_custom_field._Please_check_your_connection_and_try_again.": string;
|
|
1041
|
-
"Error,_failed_to_delete_file._Please_check_your_connection_and_try_again.": string;
|
|
1042
|
-
"Error,_failed_to_delete_group._Please_check_your_connection_and_try_again.": string;
|
|
1043
|
-
"Error,_failed_to_delete_group._There_are_some_assets_in_this_group.": string;
|
|
1044
|
-
"Error,_failed_to_delete_indicator._Please_check_you_connection_and_try_again.": string;
|
|
1045
|
-
"Error,_failed_to_delete_photo._Please_check_your_connection_and_try_again.": string;
|
|
1046
|
-
"Error,_failed_to_delete_role._Please_check_your_connection_and_try_again.": string;
|
|
1047
|
-
"Error,_failed_to_delete_schedule._Please_check_you_connection_and_try_again.": string;
|
|
1048
|
-
"Error,_failed_to_delete_service_center._Please_check_you_connection_and_try_again.": string;
|
|
1049
|
-
"Error,_failed_to_delete_system_role._Please_check_your_connection_and_try_again.": string;
|
|
1050
|
-
"Error,_failed_to_delete_transaction_role._Please_check_your_connection_and_try_again.": string;
|
|
1051
|
-
"Error,_failed_to_delete_unit_of_measurement._Please_check_your_connection_and_try_again.": string;
|
|
1052
|
-
"Error,_failed_to_delete_user._Please_check_your_connection_and_try_again.": string;
|
|
1053
|
-
"Error,_failed_to_delete_user._There_are_some_assets_related_to_the_user.": string;
|
|
1054
|
-
"Error,_failed_to_detach_child._Please_check_your_connection_and_try_again.": string;
|
|
1055
|
-
"Error,_failed_to_detach_parent._Please_check_your_connection_and_try_again.": string;
|
|
1056
|
-
"Error,_failed_to_disable_disposal_policy._Please_check_your_connection_and_try_again.": string;
|
|
1057
|
-
"Error,_failed_to_download_asset_accounting_detail._Please_check_your_connection_and_try_again.": string;
|
|
1058
|
-
"Error,_failed_to_download_asset_change_log._Please_check_your_connection_and_try_again.": string;
|
|
1059
|
-
"Error,_failed_to_download_Asset_Name._Please_check_your_connection_and_try_again.": string;
|
|
1060
|
-
"Error,_failed_to_download_Assignment_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1061
|
-
"Error,_failed_to_download_Assignment_User_Log._Please_check_your_connection_and_try_again.": string;
|
|
1062
|
-
"Error,_failed_to_download_Audit_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1063
|
-
"Error,_failed_to_download_Borrowing_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1064
|
-
"Error,_failed_to_download_Borrowing_User_Log._Please_check_your_connection_and_try_again.": string;
|
|
1065
|
-
"Error,_failed_to_download_Brand._Please_check_your_connection_and_try_again.": string;
|
|
1066
|
-
"Error,_failed_to_download_Changelog_:_General._Please_check_your_connection_and_try_again.": string;
|
|
1067
|
-
"Error,_failed_to_download_Changelog:_Asset_Name._Please_check_your_connection_and_try_again.": string;
|
|
1068
|
-
"Error,_failed_to_download_Changelog:_Asset_Transactional_Policy._Please_check_your_connection_and_try_again.": string;
|
|
1069
|
-
"Error,_failed_to_download_Changelog:_Asset._Please_check_your_connection_and_try_again.": string;
|
|
1070
|
-
"Error,_failed_to_download_Changelog:_Audit_Role._Please_check_your_connection_and_try_again.": string;
|
|
1071
|
-
"Error,_failed_to_download_Changelog:_Audit_Transaction._Please_check_your_connection_and_try_again.": string;
|
|
1072
|
-
"Error,_failed_to_download_Changelog:_Borrowing/Assignment_Role._Please_check_your_connection_and_try_again.": string;
|
|
1073
|
-
"Error,_failed_to_download_Changelog:_Borrowing/Assignment_Transaction._Please_check_your_connection_and_try_again.": string;
|
|
1074
|
-
"Error,_failed_to_download_Changelog:_Brand._Please_check_your_connection_and_try_again.": string;
|
|
1075
|
-
"Error,_failed_to_download_Changelog:_Category._Please_check_your_connection_and_try_again.": string;
|
|
1076
|
-
"Error,_failed_to_download_Changelog:_Custom_Field_Accounting._Please_check_your_connection_and_try_again.": string;
|
|
1077
|
-
"Error,_failed_to_download_Changelog:_Custom_Field_Audit._Please_check_your_connection_and_try_again.": string;
|
|
1078
|
-
"Error,_failed_to_download_Changelog:_Custom_Field_General_Information._Please_check_your_connection_and_try_again.": string;
|
|
1079
|
-
"Error,_failed_to_download_Changelog:_Custom_Field_Maintenance_Routine._Please_check_your_connection_and_try_again.": string;
|
|
1080
|
-
"Error,_failed_to_download_Changelog:_Custom_Field_Purchase._Please_check_your_connection_and_try_again.": string;
|
|
1081
|
-
"Error,_failed_to_download_Changelog:_Damaged_Role._Please_check_your_connection_and_try_again.": string;
|
|
1082
|
-
"Error,_failed_to_download_Changelog:_Disposal_Role._Please_check_your_connection_and_try_again.": string;
|
|
1083
|
-
"Error,_failed_to_download_Changelog:_Group._Please_check_your_connection_and_try_again.": string;
|
|
1084
|
-
"Error,_failed_to_download_Changelog:_IOT_Antenna._Please_check_your_connection_and_try_again.": string;
|
|
1085
|
-
"Error,_failed_to_download_Changelog:_IOT_Reader._Please_check_your_connection_and_try_again.": string;
|
|
1086
|
-
"Error,_failed_to_download_Changelog:_Maintenance_Routine_Role._Please_check_your_connection_and_try_again.": string;
|
|
1087
|
-
"Error,_failed_to_download_Changelog:_Measurement._Please_check_your_connection_and_try_again.": string;
|
|
1088
|
-
"Error,_failed_to_download_Changelog:_Missing_Role._Please_check_your_connection_and_try_again.": string;
|
|
1089
|
-
"Error,_failed_to_download_Changelog:_Repair_Ticketing_Role._Please_check_your_connection_and_try_again.": string;
|
|
1090
|
-
"Error,_failed_to_download_Changelog:_System_Role._Please_check_your_connection_and_try_again.": string;
|
|
1091
|
-
"Error,_failed_to_download_Changelog:_Tracking_Role._Please_check_your_connection_and_try_again.": string;
|
|
1092
|
-
"Error,_failed_to_download_Changelog:_Transfer_Role._Please_check_your_connection_and_try_again.": string;
|
|
1093
|
-
"Error,_failed_to_download_Changelog:_User._Please_check_your_connection_and_try_again.": string;
|
|
1094
|
-
"Error,_failed_to_download_Custom_Field_Accounting._Please_check_your_connection_and_try_again.": string;
|
|
1095
|
-
"Error,_failed_to_download_Custom_Field_General_Information._Please_check_your_connection_and_try_again.": string;
|
|
1096
|
-
"Error,_failed_to_download_Custom_Field_Maintenance_Routine._Please_check_your_connection_and_try_again.": string;
|
|
1097
|
-
"Error,_failed_to_download_Custom_Field_Purchase._Please_check_your_connection_and_try_again.": string;
|
|
1098
|
-
"Error,_failed_to_download_Damaged_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1099
|
-
"Error,_failed_to_download_Disposal_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1100
|
-
"Error,_failed_to_download_excel_data._Please_check_your_connection_again.": string;
|
|
1101
|
-
"Error,_failed_to_download_Fixed_Asset_All._Please_check_your_connection_and_try_again.": string;
|
|
1102
|
-
"Error,_failed_to_download_Fixed_Asset_Available._Please_check_your_connection_and_try_again.": string;
|
|
1103
|
-
"Error,_failed_to_download_general_information_custom_field._Please_check_your_connection_and_try_again.": string;
|
|
1104
|
-
"Error,_failed_to_download_Group._Please_check_your_connection_and_try_again.": string;
|
|
1105
|
-
"Error,_failed_to_download_License_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1106
|
-
"Error,_failed_to_download_Login_User_Log._Please_check_your_connection_and_try_again.": string;
|
|
1107
|
-
"Error,_failed_to_download_Maintenance_Routine_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1108
|
-
"Error,_failed_to_download_Measurement._Please_check_your_connection_and_try_again.": string;
|
|
1109
|
-
"Error,_failed_to_download_Missing_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1110
|
-
"Error,_failed_to_download_Non-Transactionable_Asset._Please_check_your_connection_and_try_again.": string;
|
|
1111
|
-
"Error,_failed_to_download_Repair_Ticketing_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1112
|
-
"Error,_failed_to_download_system_log._Please_check_your_connection_and_try_again.": string;
|
|
1113
|
-
"Error,_failed_to_download_System_Role._Please_check_your_connection_and_try_again.": string;
|
|
1114
|
-
"Error,_failed_to_download_TAG_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1115
|
-
"Error,_failed_to_download_template_file._Please_check_your_connection_and_try_again.": string;
|
|
1116
|
-
"Error,_failed_to_download_Tracking_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1117
|
-
"Error,_failed_to_download_Transactionable:_Need_Handover_Asset._Please_check_your_connection_and_try_again.": string;
|
|
1118
|
-
"Error,_failed_to_download_Transactionable:_Self-Service_Asset._Please_check_your_connection_and_try_again.": string;
|
|
1119
|
-
"Error,_failed_to_download_Transfer_Transaction_Admin_Log._Please_check_your_connection_and_try_again.": string;
|
|
1120
|
-
"Error,_failed_to_download_User_Asset_Assigned._Please_check_your_connection_and_try_again.": string;
|
|
1121
|
-
"Error,_failed_to_download_User_Asset_Borrowed._Please_check_your_connection_and_try_again.": string;
|
|
1122
|
-
"Error,_failed_to_download_User_Log_Borrow._Please_check_your_connection_and_try_again.": string;
|
|
1123
|
-
"Error,_failed_to_download_User_within_User._Please_check_your_connection_and_try_again.": string;
|
|
1124
|
-
"Error,_failed_to_download_User._Please_check_your_connection_and_try_again.": string;
|
|
1125
|
-
"Error,_failed_to_duplicate_schedule._Please_check_you_connection_and_try_again.": string;
|
|
1126
|
-
"Error,_failed_to_edit_asset_name._Please_check_your_connection_and_try_again.": string;
|
|
1127
|
-
"Error,_failed_to_edit_asset._Please_check_your_connection_and_try_again.": string;
|
|
1128
|
-
"Error,_failed_to_edit_assignment_request._Please_check_you_connection_and_try_again.": string;
|
|
1129
|
-
"Error,_failed_to_edit_attachment._Please_check_your_connection_and_try_again.": string;
|
|
1130
|
-
"Error,_failed_to_edit_audit_condition._Please_check_your_connection_and_try_again.": string;
|
|
1131
|
-
"Error,_failed_to_edit_borrowing_request._Please_check_your_connection_and_try_again.": string;
|
|
1132
|
-
"Error,_failed_to_edit_brand._Please_check_your_connection_and_try_again.": string;
|
|
1133
|
-
"Error,_failed_to_edit_category._Please_check_your_connection_and_try_again.": string;
|
|
1134
|
-
"Error,_failed_to_edit_custom_field._Please_check_your_connection_and_try_again.": string;
|
|
1135
|
-
"Error,_failed_to_edit_group_for_reader._Please_check_your_connection_again.": string;
|
|
1136
|
-
"Error,_failed_to_edit_group._Please_check_your_connection_and_try_again.": string;
|
|
1137
|
-
"Error,_failed_to_edit_photo._Please_check_your_connection_and_try_again.": string;
|
|
1138
|
-
"Error,_failed_to_edit_role._Please_check_your_connection_and_try_again.": string;
|
|
1139
|
-
"Error,_failed_to_edit_schedule._Please_check_you_connection_and_try_again.": string;
|
|
1140
|
-
"Error,_failed_to_edit_service_center._Please_check_you_connection_and_try_again.": string;
|
|
1141
|
-
"Error,_failed_to_edit_system_role._Please_check_your_connection_and_try_again.": string;
|
|
1142
|
-
"Error,_failed_to_edit_transaction_role._Please_check_your_connection_and_try_again.": string;
|
|
1143
|
-
"Error,_failed_to_edit_transfer_request._Please_check_your_connection_and_try_again.": string;
|
|
1144
|
-
"Error,_failed_to_edit_unit_of_measurement._Please_check_your_connection_and_try_again.": string;
|
|
1145
|
-
"Error,_failed_to_edit_user._Please_check_your_connection_and_try_again.": string;
|
|
1146
|
-
"Error,_failed_to_enable_disposal_policy._Please_check_your_connection_and_try_again.": string;
|
|
1147
|
-
"Error,_failed_to_finish_the_approval._Please_check_your_connection_again.": string;
|
|
1148
|
-
"Error,_failed_to_handover_asset._Please_check_you_connection_and_try_again.": string;
|
|
1149
|
-
"Error,_failed_to_handover_asset._Please_check_your_connection_and_try_again.": string;
|
|
1150
|
-
"Error,_failed_to_inactivate_asset(s)._Please_check_you_connection_and_try_again.": string;
|
|
1151
|
-
"Error,_failed_to_inactivate_audit_asset._Please_check_your_connection_and_try_again.": string;
|
|
1152
|
-
"Error,_failed_to_inactivate_audit_schedule._Please_check_your_connection_and_try_again.": string;
|
|
1153
|
-
"Error,_failed_to_inactivate_custom_field._Please_check_your_connection_and_try_again.": string;
|
|
1154
|
-
"Error,_failed_to_inactivate_role._Please_check_your_connection_and_try_again.": string;
|
|
1155
|
-
"Error,_failed_to_inactivate_user._Please_check_your_connection_and_try_again.": string;
|
|
1156
|
-
"Error,_failed_to_mark_antenna_as_found._Please_check_your_connection_and_try_again.": string;
|
|
1157
|
-
"Error,_failed_to_mark_antenna_as_repaired._Please_check_your_connection_and_try_again.": string;
|
|
1158
|
-
"Error,_failed_to_mark_as_damaged_reader._Please_check_you_connection_and_try_again.": string;
|
|
1159
|
-
"Error,_failed_to_mark_as_damaged_reader._Please_check_your_connection_again.": string;
|
|
1160
|
-
"Error,_failed_to_mark_as_missing_reader._Please_check_you_connection_and_try_again.": string;
|
|
1161
|
-
"Error,_failed_to_mark_as_missing_reader._Please_check_your_connection_again.": string;
|
|
1162
|
-
"Error,_failed_to_mark_asset_as_found._Please_check_your_connection_and_try_again.": string;
|
|
1163
|
-
"Error,_failed_to_mark_asset_as_repaired._Please_check_your_connection_again.": string;
|
|
1164
|
-
"Error,_failed_to_mark_reader_as_found._Please_check_your_connection_again.": string;
|
|
1165
|
-
"Error,_failed_to_mark_reader_as_found._Please_check_your_connection_and_try_again.": string;
|
|
1166
|
-
"Error,_failed_to_mark_reader_as_repaired._Please_check_your_connection_again.": string;
|
|
1167
|
-
"Error,_failed_to_mark_reader_as_repaired._Please_check_your_connection_and_try_again.": string;
|
|
1168
|
-
"Error,_failed_to_move_asset(s)_to_non-transactionable._Please_check_your_connection_and_try_again.": string;
|
|
1169
|
-
"Error,_failed_to_move_asset(s)_to_transactionable:_need_handover._Please_check_your_connection_and_try_again.": string;
|
|
1170
|
-
"Error,_failed_to_move_asset(s)_to_transactionable:_self-service._Please_check_your_connection_and_try_again.": string;
|
|
1171
|
-
"Error,_failed_to_move_back_to_on-tracking.": string;
|
|
1172
|
-
"Error,_failed_to_move_back_to_on-tracking._Please_check_your_connection_and_try_again.": string;
|
|
1173
|
-
"Error,_failed_to_move_group._Please_check_your_connection_and_try_again.": string;
|
|
1174
|
-
"Error,_failed_to_move_group._There_are_some_assets_in_this_group.": string;
|
|
1175
|
-
"Error,_failed_to_pair_asset(s)_with_TAG._Please_check_your_connection_and_try_again.": string;
|
|
1176
|
-
"Error,_failed_to_pairing_the_TAGs._Please_check_your_connection_and_try_again.": string;
|
|
1177
|
-
"Error,_failed_to_register_asset(s)._Please_check_your_connection_again": string;
|
|
1178
|
-
"Error,_failed_to_reject_this_transaction._Please_check_your_connection_again.": string;
|
|
1179
|
-
"Error,_failed_to_reject_transaction._Please_check_your_connection_and_try_again.": string;
|
|
1180
|
-
"Error,_failed_to_remove_asset_from_audit_addon._Please_check_your_connection_and_try_again.": string;
|
|
1181
|
-
"Error,_failed_to_remove_asset_from_list._Please_check_you_connection_and_try_again.": string;
|
|
1182
|
-
"Error,_failed_to_remove_asset_from_list._Please_check_your_connection_and_try_again.": string;
|
|
1183
|
-
"Error,_failed_to_remove_asset_from_maintenance_addon.": string;
|
|
1184
|
-
"Error,_failed_to_remove_asset_from_repair_ticketing_addon._Please_check_your_connection_and_try_again.": string;
|
|
1185
|
-
"Error,_failed_to_remove_asset_from_tracking_addon._Please_check_your_connection_and_try_again.": string;
|
|
1186
|
-
"Error,_failed_to_remove_asset(s)_from_list._Please_check_your_connection_again.": string;
|
|
1187
|
-
"Error,_failed_to_remove_asset(s)_from_list._Please_check_your_connection_and_try_again.": string;
|
|
1188
|
-
"Error,_failed_to_remove_asset(s)_from_pre-list._Please_check_your_connection_and_try_again.": string;
|
|
1189
|
-
"Error,_failed_to_remove_data_from_pre-list._Please_check_you_connection_and_try_again.": string;
|
|
1190
|
-
"Error,_failed_to_remove_data_from_pre-list._Please_check_your_connection_again.": string;
|
|
1191
|
-
"Error,_failed_to_remove_data_from_pre-list._Please_check_your_connection_and_try_again.": string;
|
|
1192
|
-
"Error,_failed_to_remove_data._Please_check_your_connection_and_try_again.": string;
|
|
1193
|
-
"Error,_failed_to_remove_level_1_approver._Please_check_your_connection_and_try_again.": string;
|
|
1194
|
-
"Error,_failed_to_remove_TAG(s)_from_list._Please_check_your_connection_and_try_again.": string;
|
|
1195
|
-
"Error,_failed_to_remove_unverified_asset(s)._Please_check_you_connection_and_try_again.": string;
|
|
1196
|
-
"Error,_failed_to_remove_user._Please_check_your_connection_and_try_again.": string;
|
|
1197
|
-
"Error,_failed_to_replace_TAG._Please_check_your_connection_and_try_again.": string;
|
|
1198
|
-
"Error,_failed_to_report_asset_as_damaged._Please_check_you_connection_again.": string;
|
|
1199
|
-
"Error,_failed_to_report_asset_as_permanently_missing._Please_check_your_connection_and_try_again.": string;
|
|
1200
|
-
"Error,_failed_to_report_damaged_asset._Please_check_your_connection_and_try_again.": string;
|
|
1201
|
-
"Error,_failed_to_report_missing_asset._Please_check_your_connection_and_try_again.": string;
|
|
1202
|
-
"Error,_failed_to_report_TAG._Please_check_you_connection_and_try_again.": string;
|
|
1203
|
-
"Error,_failed_to_report_TAG._Please_check_your_connection_and_try_again.": string;
|
|
1204
|
-
"Error,_failed_to_resend_activation_email._Please_check_your_connection_and_try_again.": string;
|
|
1205
|
-
"Error,_failed_to_return_asset._Please_check_your_connection_and_try_again.": string;
|
|
1206
|
-
"Error,_failed_to_save_audit_settings._Please_check_your_connection_and_try_again.": string;
|
|
1207
|
-
"Error,_failed_to_save_borrowing/assigment_settings._Please_check_your_connection_and_try_again.": string;
|
|
1208
|
-
"Error,_failed_to_save_changes._Please_check_your_connection_and_try_again.": string;
|
|
1209
|
-
"Error,_failed_to_save_disposal_request._Please_check_your_connection_again.": string;
|
|
1210
|
-
"Error,_failed_to_send_confirmation_email._Please_check_your_connection_and_try_again.": string;
|
|
1211
|
-
"Error,_failed_to_send_token_request._Please_check_your_connection_and_try_again.": string;
|
|
1212
|
-
"Error,_failed_to_set_group_for_reader._Please_check_your_connection_again.": string;
|
|
1213
|
-
"Error,_failed_to_set_group._Please_check_you_connection_and_try_again.": string;
|
|
1214
|
-
"Error,_failed_to_set_license_quota._Please_check_your_connection_and_try_again.": string;
|
|
1215
|
-
"Error,_failed_to_submit_approval.": string;
|
|
1216
|
-
"Are_you_sure_you_want_to_submit_it?": string;
|
|
1217
|
-
"Error,_failed_to_submit_approval_transaction._Please_check_your_connection_again.": string;
|
|
1218
|
-
"Error,_failed_to_submit_approval._Please_check_you_connection_and_try_again.": string;
|
|
1219
|
-
"Error,_failed_to_submit_approval._Please_check_your_connection_again.": string;
|
|
1220
|
-
"Error,_failed_to_submit_approval._Please_check_your_connection_and_try_again.": string;
|
|
1221
|
-
"Error,_failed_to_submit_asset_confirmation._Please_check_your_connection_and_try_again.": string;
|
|
1222
|
-
"Error,_failed_to_submit_assignment_request._Please_check_you_connection_and_try_again.": string;
|
|
1223
|
-
"Error,_failed_to_submit_borrowing_request._Please_check_your_connection_and_try_again.": string;
|
|
1224
|
-
"Error,_failed_to_submit_disposal_completion._Please_check_your_connection_again.": string;
|
|
1225
|
-
"Error,_failed_to_submit_disposal_report.": string;
|
|
1226
|
-
"Error,_failed_to_submit_disposal_report._Please_check_your_connection_again.": string;
|
|
1227
|
-
"Error,_failed_to_submit_disposal_report._Please_check_your_connection_and_try_again.": string;
|
|
1228
|
-
"Error,_failed_to_submit_disposal_request._Please_check_your_connection_again.": string;
|
|
1229
|
-
"Error,_failed_to_submit_disposal_verification._Please_check_your_connection_again.": string;
|
|
1230
|
-
"Error,_failed_to_submit_extension_request._Please_check_your_connection_and_try_again.": string;
|
|
1231
|
-
"Error,_failed_to_submit_handover_TAG._Please_check_your_connection_and_try_again.": string;
|
|
1232
|
-
"Error,_failed_to_submit_maintenance_routine_form._Please_check_you_connection_and_try_again.": string;
|
|
1233
|
-
"Error,_failed_to_submit_maintenance_routine_review._Please_check_you_connection_and_try_again.": string;
|
|
1234
|
-
"Error,_failed_to_submit_maintenance_update._Please_check_you_connection_and_try_again.": string;
|
|
1235
|
-
"Error,_failed_to_submit_repair_ticketing.": string;
|
|
1236
|
-
"Error,_failed_to_submit_repair_ticketing._Please_check_your_connection_again.": string;
|
|
1237
|
-
"Error,_failed_to_submit_TAG_audit._Please_check_your_connection_and_try_again.": string;
|
|
1238
|
-
"Error,_failed_to_submit_the_approval._Please_check_your_connection_and_try_again.": string;
|
|
1239
|
-
"Error,_failed_to_submit_transfer_request._Please_check_your_connection_again.": string;
|
|
1240
|
-
"Error,_failed_to_submit_unpair_TAG._Please_check_your_connection_and_try_again.": string;
|
|
1241
|
-
"Error,_failed_to_submit_unpair_TAG(s)._Please_check_your_connection_and_try_again.": string;
|
|
1242
|
-
"Error,_failed_to_unassign_asset._Please_check_you_connection_and_try_again.": string;
|
|
1243
|
-
"Error,_failed_to_update_audit_condition._Please_check_your_connection_and_try_again.": string;
|
|
1244
|
-
"Error,_failed_to_update_audit_submission._Please_check_your_connection_and_try_again.": string;
|
|
1245
|
-
"Error,_failed_to_update_found_asset.": string;
|
|
1246
|
-
"Error,_failed_to_update_found_asset._Please_check_your_connection_and_try_again.": string;
|
|
1247
|
-
"Error,_failed_to_update_maintenance_task._Please_check_your_connection_again.": string;
|
|
1248
|
-
"Error,_failed_to_update_missing_asset._Please_check_your_connection_and_try_again.": string;
|
|
1249
|
-
"Error,_failed_to_update_missing_TAG._Please_check_your_connection_and_try_again.": string;
|
|
1250
|
-
"Error,_failed_to_update_repair_ticketing.": string;
|
|
1251
|
-
"Error,_failed_to_update_repair_ticketing._Please_check_your_connection_again.": string;
|
|
1252
|
-
"Error,_failed_to_upload_data._Maximum_file_size_is_127_MB.": string;
|
|
1253
|
-
"Error,_failed_to_upload_data._Please_check_your_connection_and_try_again.": string;
|
|
1254
|
-
"Error,_failed_to_upload_photo._Please_check_you_connection_and_try_again.": string;
|
|
1255
|
-
"Error,_failed_to_upload_photo._Please_check_your_connection_and_try_again.": string;
|
|
1256
|
-
"Error,_failed_to_verify._TAG_does_not_match": string;
|
|
1257
|
-
"Error,_failed_to_verify._TAG_doesn't_match.": string;
|
|
1258
|
-
"Error,_file_is_exceeded_maximum_size.": string;
|
|
1259
|
-
"Error,_QR_TAG_already_paired_with_RFID_TAG.": string;
|
|
1260
|
-
"Error,_QR_TAG_already_used_in_another_asset.": string;
|
|
1261
|
-
"Error,_RFID_TAG_already_paired_with_QR_TAG.": string;
|
|
1262
|
-
"Error,_RFID_TAG_already_used_in_another_asset.": string;
|
|
1263
|
-
"Error,_the_TAG_is_not_on_the_list.": string;
|
|
1264
|
-
"Error,_this_asset_is_not_at_the_same_group_as_this_transaction.": string;
|
|
1265
|
-
"Error,_this_TAG_is_already_paired.": string;
|
|
1266
|
-
"Error,_this_TAG_is_not_paired_yet.": string;
|
|
1267
|
-
"Error,_you_cannot_delete_your_account.": string;
|
|
1268
|
-
Event_Log: string;
|
|
1269
|
-
"Event_Log_:_Service_Center": string;
|
|
1270
|
-
"Event_Log:_Available": string;
|
|
1271
|
-
"Event_Log:_Damaged_/_Missing": string;
|
|
1272
|
-
"Event_Log:_To_be_Returned": string;
|
|
1273
|
-
Events: string;
|
|
1274
|
-
Example: string;
|
|
1275
|
-
Existance: string;
|
|
1276
|
-
Existence: string;
|
|
1277
|
-
Existing: string;
|
|
1278
|
-
Expand: string;
|
|
1279
|
-
Expired: string;
|
|
1280
|
-
Expired_Date: string;
|
|
1281
|
-
"Explaination:": string;
|
|
1282
|
-
Extend: string;
|
|
1283
|
-
Extend_Approval: string;
|
|
1284
|
-
"Extend_Approval_(by_borrower)": string;
|
|
1285
|
-
Extend_Audit: string;
|
|
1286
|
-
Extend_Duration: string;
|
|
1287
|
-
Extension_Request: string;
|
|
1288
|
-
Failed: string;
|
|
1289
|
-
Failed_to_repair: string;
|
|
1290
|
-
Failed_upload: string;
|
|
1291
|
-
Failed_Warranty_Claim: string;
|
|
1292
|
-
Feet: string;
|
|
1293
|
-
Felix_Lee: string;
|
|
1294
|
-
Field: string;
|
|
1295
|
-
Field_Name: string;
|
|
1296
|
-
Field_name_must_not_be_empty: string;
|
|
1297
|
-
"Field(s)_Selected": string;
|
|
1298
|
-
File: string;
|
|
1299
|
-
File_Format: string;
|
|
1300
|
-
"file_manager:": string;
|
|
1301
|
-
File_Name: string;
|
|
1302
|
-
File_Size: string;
|
|
1303
|
-
"File_size_is_too_big!_Max._1_MB": string;
|
|
1304
|
-
"File_size_too_big!_Max._1_MB": string;
|
|
1305
|
-
"File(s)_Selected": string;
|
|
1306
|
-
"Fill_in_the_information_below_to_complete_Asset(s)_disposal.": string;
|
|
1307
|
-
Fill_in_with_company_name: string;
|
|
1308
|
-
Fill_in_with_company_phone_number: string;
|
|
1309
|
-
Fill_in_with_PIC_contact_number: string;
|
|
1310
|
-
Fill_in_with_PIC_name: string;
|
|
1311
|
-
Fill_in_with_ZIP_code: string;
|
|
1312
|
-
Fill_the_data_above_to_see_preview: string;
|
|
1313
|
-
Filter: string;
|
|
1314
|
-
"Find_another_asset(s)": string;
|
|
1315
|
-
Finish: string;
|
|
1316
|
-
Finish_Audit: string;
|
|
1317
|
-
Finished_Approval: string;
|
|
1318
|
-
"Finished_Date:": string;
|
|
1319
|
-
Finished_Fate: string;
|
|
1320
|
-
FinishedDate: string;
|
|
1321
|
-
First_Name: string;
|
|
1322
|
-
First_name_must_not_be_empty: string;
|
|
1323
|
-
Fix_Asset: string;
|
|
1324
|
-
Fixed_Asset: string;
|
|
1325
|
-
Fixed_Asset_License: string;
|
|
1326
|
-
Fixed_Asset_Quota: string;
|
|
1327
|
-
Fixed_Asset_Template: string;
|
|
1328
|
-
Found: string;
|
|
1329
|
-
Found_by: string;
|
|
1330
|
-
Found_By: string;
|
|
1331
|
-
"Found_By:": string;
|
|
1332
|
-
Found_by_IOT: string;
|
|
1333
|
-
Found_confirmed_by: string;
|
|
1334
|
-
Found_Date: string;
|
|
1335
|
-
Found_Location: string;
|
|
1336
|
-
"Found_TAG_will_be_returned_to_Available_and_not_found_TAG_will_be_moved_to_Damaged_/_Missing_TAG._Are_you_sure_you_want_to_continue?": string;
|
|
1337
|
-
"Found_TAG_will_be_returned_to_Available_and_not_found_TAG_will_be_moved_to_Missing_TAG._Are_you_sure_you_want_to_continue?": string;
|
|
1338
|
-
Found_Time: string;
|
|
1339
|
-
"Frequency:": string;
|
|
1340
|
-
FROM_Unsubscribe: string;
|
|
1341
|
-
Futura: string;
|
|
1342
|
-
General: string;
|
|
1343
|
-
General_affair: string;
|
|
1344
|
-
General_Affairs: string;
|
|
1345
|
-
General_Info: string;
|
|
1346
|
-
General_Information: string;
|
|
1347
|
-
GENERAL_SETTING: string;
|
|
1348
|
-
General_Settings: string;
|
|
1349
|
-
General_Staf: string;
|
|
1350
|
-
General_Staff: string;
|
|
1351
|
-
Generate: string;
|
|
1352
|
-
Generate_Token: string;
|
|
1353
|
-
GET: string;
|
|
1354
|
-
Grace_Period: string;
|
|
1355
|
-
Gram: string;
|
|
1356
|
-
"Group:": string;
|
|
1357
|
-
Group_Destination: string;
|
|
1358
|
-
"Group_destination,_group_origin,_total_asset": string;
|
|
1359
|
-
Group_Found: string;
|
|
1360
|
-
"Group_Found:": string;
|
|
1361
|
-
Group_Name: string;
|
|
1362
|
-
Group_name_must_not_be_empty: string;
|
|
1363
|
-
Group_Origin: string;
|
|
1364
|
-
Group_Quota_Exceeded: string;
|
|
1365
|
-
"Group_quota_is_exceeded!": string;
|
|
1366
|
-
Group_Template: string;
|
|
1367
|
-
"Group(s)_Selected": string;
|
|
1368
|
-
Handed_over_by: string;
|
|
1369
|
-
Handheld: string;
|
|
1370
|
-
Handheld_Reader: string;
|
|
1371
|
-
Handheld_Reader_Long_Range: string;
|
|
1372
|
-
Handheld_Reader_Short_Range: string;
|
|
1373
|
-
Handled_by: string;
|
|
1374
|
-
"Handled_by:": string;
|
|
1375
|
-
Handover: string;
|
|
1376
|
-
Handover_Asset: string;
|
|
1377
|
-
"Handover_Asset(s)": string;
|
|
1378
|
-
"Handover_confirmation_is_suceeded!._Contact_borrow_manager": string;
|
|
1379
|
-
"Handover_confirmation_is_suceeded!._Contact_borrow_manager_(Budi_Utomo)_to_take_your_assets.": string;
|
|
1380
|
-
Handover_RFID_TAG: string;
|
|
1381
|
-
Handover_TAG: string;
|
|
1382
|
-
Hardware_Found: string;
|
|
1383
|
-
Hardware_Repaired: string;
|
|
1384
|
-
"has_been_confirmed.": string;
|
|
1385
|
-
Have_all_access_to_all_data: string;
|
|
1386
|
-
have_no_child_and_parent: string;
|
|
1387
|
-
Have_standard_value: string;
|
|
1388
|
-
Have_view_access_to_all_data: string;
|
|
1389
|
-
Head_Office_A: string;
|
|
1390
|
-
Hello: string;
|
|
1391
|
-
Hide_Detail: string;
|
|
1392
|
-
Hierarchy: string;
|
|
1393
|
-
History: string;
|
|
1394
|
-
"Holder:": string;
|
|
1395
|
-
hour_ago: string;
|
|
1396
|
-
hour_format: string;
|
|
1397
|
-
Hours: string;
|
|
1398
|
-
ID: string;
|
|
1399
|
-
"If_the_button_not_working_properly,_please_copy_the_link_below_and_paste_to_your_browser:": string;
|
|
1400
|
-
"If_the_button_not_working_properly,_please_use_the_link_below:": string;
|
|
1401
|
-
"If_you_cancel_email_changes,_the_link_that_have_sent_to_the_email_will_be_expired.": string;
|
|
1402
|
-
"If_you_continue,_your_progress_will_not_be_saved.": string;
|
|
1403
|
-
"If_you_make_a_change,_an_email_will_be_sent_to_your_new_address_to_confirm_it._The_new_address_will_not_become_active_until_confirmed.": string;
|
|
1404
|
-
"If_you_uncheck,_all_the_first_sub_group_will_be_a_parent_group.": string;
|
|
1405
|
-
Import: string;
|
|
1406
|
-
Import_Data: string;
|
|
1407
|
-
"Import_has_been_canceled.": string;
|
|
1408
|
-
Importing: string;
|
|
1409
|
-
In_a_good_condition: string;
|
|
1410
|
-
In_Audit: string;
|
|
1411
|
-
In_Maintenance: string;
|
|
1412
|
-
"In_Maintenance_/_Audit": string;
|
|
1413
|
-
In_the_same_group_as_this_parent: string;
|
|
1414
|
-
Inactivate: string;
|
|
1415
|
-
Inactivate_Role: string;
|
|
1416
|
-
Inactivate_Custom_Field: string;
|
|
1417
|
-
Inactivate_Schedule: string;
|
|
1418
|
-
Inactivate_Task: string;
|
|
1419
|
-
Inactivate_User: string;
|
|
1420
|
-
Inactive: string;
|
|
1421
|
-
Inbox: string;
|
|
1422
|
-
Inch: string;
|
|
1423
|
-
Include_Sub_Group: string;
|
|
1424
|
-
Indicator: string;
|
|
1425
|
-
Indicator_must_not_be_empty: string;
|
|
1426
|
-
Indicator_Name: string;
|
|
1427
|
-
Input: string;
|
|
1428
|
-
Input_addtional_Note: string;
|
|
1429
|
-
"Input_amount_of_day(s)": string;
|
|
1430
|
-
Input_amount_of_label: string;
|
|
1431
|
-
Input_audit_duration: string;
|
|
1432
|
-
Input_data: string;
|
|
1433
|
-
Input_note: string;
|
|
1434
|
-
Input_notes: string;
|
|
1435
|
-
Input_number: string;
|
|
1436
|
-
"Input_organization_/_company": string;
|
|
1437
|
-
"Input_organization_/_company_name": string;
|
|
1438
|
-
"Input_organization/company_name": string;
|
|
1439
|
-
Input_stock_opname_duration: string;
|
|
1440
|
-
Input_task_name: string;
|
|
1441
|
-
Input_value: string;
|
|
1442
|
-
Internal_Repair: string;
|
|
1443
|
-
"\u2060\u2060interval_time:_nilai_default_0_m": string;
|
|
1444
|
-
IOT: string;
|
|
1445
|
-
IOT_Reader: string;
|
|
1446
|
-
IOT_Reader_1P: string;
|
|
1447
|
-
IOT_Reader_4P: string;
|
|
1448
|
-
IP_Address: string;
|
|
1449
|
-
Jika_TAG_asset_punya_addon_license: string;
|
|
1450
|
-
JPG: string;
|
|
1451
|
-
Kg: string;
|
|
1452
|
-
Label: string;
|
|
1453
|
-
Last_Modified: string;
|
|
1454
|
-
Last_Name: string;
|
|
1455
|
-
Last_name_must_not_be_empty: string;
|
|
1456
|
-
"Last_Update:": string;
|
|
1457
|
-
Last_Updated: string;
|
|
1458
|
-
"Last_Updated:": string;
|
|
1459
|
-
"latest_action.": string;
|
|
1460
|
-
"Left_(Default)": string;
|
|
1461
|
-
Level: string;
|
|
1462
|
-
"Level_1_(or)": string;
|
|
1463
|
-
Level_1_rejected_by: string;
|
|
1464
|
-
"Level_2_(and)": string;
|
|
1465
|
-
Level_2_approved_by: string;
|
|
1466
|
-
"Level_3_(and)": string;
|
|
1467
|
-
Library: string;
|
|
1468
|
-
License: string;
|
|
1469
|
-
License_Agreement: string;
|
|
1470
|
-
License_Log: string;
|
|
1471
|
-
License_Quota: string;
|
|
1472
|
-
License_Type: string;
|
|
1473
|
-
Light: string;
|
|
1474
|
-
Link_Asset: string;
|
|
1475
|
-
Linked_Asset: string;
|
|
1476
|
-
Linked_asset_detail: string;
|
|
1477
|
-
List: string;
|
|
1478
|
-
List_Asset_Found: string;
|
|
1479
|
-
Liter: string;
|
|
1480
|
-
"Location_Found:": string;
|
|
1481
|
-
Log: string;
|
|
1482
|
-
"Log_data_is_not_available.": string;
|
|
1483
|
-
Login: string;
|
|
1484
|
-
Login_with_OTP: string;
|
|
1485
|
-
Login_with_password: string;
|
|
1486
|
-
Logout: string;
|
|
1487
|
-
Maintainable_Asset: string;
|
|
1488
|
-
Maintenanance: string;
|
|
1489
|
-
Maintenance_Addon: string;
|
|
1490
|
-
Maintenance_canceled_by: string;
|
|
1491
|
-
Maintenance_completed: string;
|
|
1492
|
-
Maintenance_finished_by: string;
|
|
1493
|
-
Maintenance_Indicator: string;
|
|
1494
|
-
Maintenance_License: string;
|
|
1495
|
-
Maintenance_Log: string;
|
|
1496
|
-
Maintenance_on_schedule: string;
|
|
1497
|
-
Maintenance_overdue: string;
|
|
1498
|
-
Maintenance_Quota: string;
|
|
1499
|
-
Maintenance_reviewed_by: string;
|
|
1500
|
-
Maintenance_Routine: string;
|
|
1501
|
-
MAINTENANCE_ROUTINE_ROLE: string;
|
|
1502
|
-
Maintenance_Routine_Routine_Routine: string;
|
|
1503
|
-
Maintenance_Schedule_Detail: string;
|
|
1504
|
-
Maintenance_start: string;
|
|
1505
|
-
Maintenance_stopped_by: string;
|
|
1506
|
-
Maintenance_Task: string;
|
|
1507
|
-
Maintenance_Type: string;
|
|
1508
|
-
"Manage_asset_names,_brands,_categories_and_custom_fields": string;
|
|
1509
|
-
Manage_asset_policy: string;
|
|
1510
|
-
Manage_by_Parent_Group: string;
|
|
1511
|
-
Manage_depreciation_group: string;
|
|
1512
|
-
Manage_depreciation_method: string;
|
|
1513
|
-
Manage_document_deletion: string;
|
|
1514
|
-
Manage_group: string;
|
|
1515
|
-
Manage_IOT_and_reader: string;
|
|
1516
|
-
Manage_license: string;
|
|
1517
|
-
Manage_purchase_document: string;
|
|
1518
|
-
Manage_purchase_information: string;
|
|
1519
|
-
Manage_role: string;
|
|
1520
|
-
Manage_TAG: string;
|
|
1521
|
-
Manage_user: string;
|
|
1522
|
-
Managed_by_Parent_Group: string;
|
|
1523
|
-
"Manager:": string;
|
|
1524
|
-
manager_assign: string;
|
|
1525
|
-
manager_borrow: string;
|
|
1526
|
-
Manager_disposal: string;
|
|
1527
|
-
manager_maintenance: string;
|
|
1528
|
-
Manager_role_accounting: string;
|
|
1529
|
-
Manager_role_disposal: string;
|
|
1530
|
-
Manager_role_system_accounting: string;
|
|
1531
|
-
Manager_role_transaction_audit: string;
|
|
1532
|
-
Manager_role_transaction_maintenance_routine: string;
|
|
1533
|
-
Manager_role_transaction_purchase: string;
|
|
1534
|
-
manager_tracking: string;
|
|
1535
|
-
Manager_tujuan: string;
|
|
1536
|
-
"Manager/PIC": string;
|
|
1537
|
-
Mandatory: string;
|
|
1538
|
-
Mark_all_as_read: string;
|
|
1539
|
-
Mark_as_Damaged: string;
|
|
1540
|
-
Mark_as_Found: string;
|
|
1541
|
-
Mark_as_Missing: string;
|
|
1542
|
-
Mark_as_Read: string;
|
|
1543
|
-
Mark_as_Repaired: string;
|
|
1544
|
-
Mark_as_repaired_asset_by: string;
|
|
1545
|
-
Marked_as_found_asset_by: string;
|
|
1546
|
-
"Max.": string;
|
|
1547
|
-
"Max._Borrowing_Time:": string;
|
|
1548
|
-
Max_Grace_Period: string;
|
|
1549
|
-
"Max._1_MB": string;
|
|
1550
|
-
"Max._file_1_MB": string;
|
|
1551
|
-
"Mean_Time_To_Repair_(Total_Down_Time_/_Damage_Frequencies)": string;
|
|
1552
|
-
Measurement: string;
|
|
1553
|
-
Measurement_Name: string;
|
|
1554
|
-
Measurement_name_must_not_be_empty: string;
|
|
1555
|
-
Measurement_Template: string;
|
|
1556
|
-
"Measurements(s)_Selected": string;
|
|
1557
|
-
Menu: string;
|
|
1558
|
-
Merial: string;
|
|
1559
|
-
Meter: string;
|
|
1560
|
-
"Method:": string;
|
|
1561
|
-
Min: string;
|
|
1562
|
-
"minute(s)": string;
|
|
1563
|
-
minutes_ago: string;
|
|
1564
|
-
Misplaced: string;
|
|
1565
|
-
Missing: string;
|
|
1566
|
-
"Missing_/_Damaged": string;
|
|
1567
|
-
Missing_by: string;
|
|
1568
|
-
Missing_Log: string;
|
|
1569
|
-
Missing_Report_from_Audit: string;
|
|
1570
|
-
"Missing/Damaged": string;
|
|
1571
|
-
"Model_/_Type": string;
|
|
1572
|
-
"Model/Type:": string;
|
|
1573
|
-
"Model/type_must_not_be_empty": string;
|
|
1574
|
-
Modified_by: string;
|
|
1575
|
-
Module: string;
|
|
1576
|
-
"Monitoring_&_Report": string;
|
|
1577
|
-
"Month(s)": string;
|
|
1578
|
-
Monthly: string;
|
|
1579
|
-
More: string;
|
|
1580
|
-
Mothly: string;
|
|
1581
|
-
Mouse: string;
|
|
1582
|
-
Mouse_Wireless: string;
|
|
1583
|
-
Move: string;
|
|
1584
|
-
"Move_back_to_On-Tracking": string;
|
|
1585
|
-
Move_Group: string;
|
|
1586
|
-
Move_group_to: string;
|
|
1587
|
-
"Move_to_Non-Transactionable": string;
|
|
1588
|
-
"Move_to_Transactionable:_Need_Handover": string;
|
|
1589
|
-
"Move_to_Transactionable:_Self-Service": string;
|
|
1590
|
-
"Moved_back_to_On-Tracking_by": string;
|
|
1591
|
-
"Moved_to_Non-Transactionable": string;
|
|
1592
|
-
"Moved_to_Non-Transanctionable": string;
|
|
1593
|
-
"Moved_to_Transactionable:_Need_Handover": string;
|
|
1594
|
-
"Moved_to_Transactionable:_Self-Service": string;
|
|
1595
|
-
Multi_dropdown: string;
|
|
1596
|
-
Must_be_image_format: string;
|
|
1597
|
-
My_Asset: string;
|
|
1598
|
-
"Name:": string;
|
|
1599
|
-
Name_License: string;
|
|
1600
|
-
Name_must_not_be_empty: string;
|
|
1601
|
-
Name_name_name_name_name_name_name: string;
|
|
1602
|
-
Natasha: string;
|
|
1603
|
-
Need_Approval: string;
|
|
1604
|
-
Need_Handover: string;
|
|
1605
|
-
Network_Status: string;
|
|
1606
|
-
New: string;
|
|
1607
|
-
New_Category: string;
|
|
1608
|
-
New_Group: string;
|
|
1609
|
-
New_Password: string;
|
|
1610
|
-
New_Value: string;
|
|
1611
|
-
"Next>": string;
|
|
1612
|
-
Next_Action: string;
|
|
1613
|
-
"Next_Action:": string;
|
|
1614
|
-
Next_Audit: string;
|
|
1615
|
-
"Next_Schedule:": string;
|
|
1616
|
-
"No.": string;
|
|
1617
|
-
No_Action_Available: string;
|
|
1618
|
-
No_Data_Found: string;
|
|
1619
|
-
No_Option_Available: string;
|
|
1620
|
-
No_record_found: string;
|
|
1621
|
-
No_records_found: string;
|
|
1622
|
-
No_Salvage_Value: string;
|
|
1623
|
-
"No,_Just_Finish_Audit": string;
|
|
1624
|
-
Nomor: string;
|
|
1625
|
-
Non_TAG: string;
|
|
1626
|
-
Non_TAG_asset_will_automatically_verified_without_scanning: string;
|
|
1627
|
-
"Non-_transactionable": string;
|
|
1628
|
-
"Non-TAG": string;
|
|
1629
|
-
"Non-Transactionable": string;
|
|
1630
|
-
None: string;
|
|
1631
|
-
Normal: string;
|
|
1632
|
-
Not_Audited: string;
|
|
1633
|
-
Not_Found: string;
|
|
1634
|
-
"Not_found_TAG_will_be_returned_to_Damaged_/_Missing_and_found_TAG_will_be_moved_to_Available._Are_you_sure_you_want_to_continue?": string;
|
|
1635
|
-
Not_involved: string;
|
|
1636
|
-
Not_Printed: string;
|
|
1637
|
-
Note: string;
|
|
1638
|
-
"Note:": string;
|
|
1639
|
-
Note_Disposal: string;
|
|
1640
|
-
Note_must_not_be_empty: string;
|
|
1641
|
-
Note_on_disposal: string;
|
|
1642
|
-
Notes_must_be_not_empty: string;
|
|
1643
|
-
Notes: string;
|
|
1644
|
-
Notesss: string;
|
|
1645
|
-
"Notif_ke:": string;
|
|
1646
|
-
Notification: string;
|
|
1647
|
-
Number: string;
|
|
1648
|
-
Numeric: string;
|
|
1649
|
-
Object: string;
|
|
1650
|
-
of: string;
|
|
1651
|
-
Offline: string;
|
|
1652
|
-
Old_Password: string;
|
|
1653
|
-
Old_Value: string;
|
|
1654
|
-
On_Assign_Process: string;
|
|
1655
|
-
On_Assign_Provess: string;
|
|
1656
|
-
On_Borrow_Process: string;
|
|
1657
|
-
On_Borrowing: string;
|
|
1658
|
-
On_Borrowing_Process: string;
|
|
1659
|
-
On_Disposal_Process: string;
|
|
1660
|
-
On_Progress: string;
|
|
1661
|
-
On_Schedule: string;
|
|
1662
|
-
On_Shedule: string;
|
|
1663
|
-
On_Tracking: string;
|
|
1664
|
-
On_Transfer: string;
|
|
1665
|
-
On_Transfer_Process: string;
|
|
1666
|
-
"On-Tracking": string;
|
|
1667
|
-
Once: string;
|
|
1668
|
-
"one_lowercase_(a-z)": string;
|
|
1669
|
-
"one_number_(0-9)": string;
|
|
1670
|
-
"one_special_character_(example:_!@?&)": string;
|
|
1671
|
-
One_Time_Password_Request: string;
|
|
1672
|
-
"one_uppercase_(A-Z)": string;
|
|
1673
|
-
Online: string;
|
|
1674
|
-
Only_asset_with_available_status_can_add_child: string;
|
|
1675
|
-
"Only_asset_with_QR_and_RFID_&_QR_TAG_can_be_added_to_this_initiation": string;
|
|
1676
|
-
"Only_asset_with_RFID_&_QR_TAG_can_be_added_to_this_initiation": string;
|
|
1677
|
-
Only_asset_with_RFID_and_QR_TAG_can_be_added_to_this_initiation: string;
|
|
1678
|
-
"Only_asset_with_RFID_and_RFID_&_QR_TAG_can_be_added_to_this_initiation": string;
|
|
1679
|
-
only_have: string;
|
|
1680
|
-
OPEN_API: string;
|
|
1681
|
-
Open_Hierarchy: string;
|
|
1682
|
-
Open_Ticket: string;
|
|
1683
|
-
Option_A: string;
|
|
1684
|
-
Or: string;
|
|
1685
|
-
Organization: string;
|
|
1686
|
-
"Organization_/_Company": string;
|
|
1687
|
-
"Organization_/_Company_Name:": string;
|
|
1688
|
-
"Organization_/_company_name_must_not_be_empty.": string;
|
|
1689
|
-
"Origin:": string;
|
|
1690
|
-
"Origin_Group:": string;
|
|
1691
|
-
Origin_group_level_1_approved_by: string;
|
|
1692
|
-
Origin_group_level_2_approved_by: string;
|
|
1693
|
-
Origin_level: string;
|
|
1694
|
-
"OTP*": string;
|
|
1695
|
-
out_of: string;
|
|
1696
|
-
"Output:": string;
|
|
1697
|
-
Overdue: string;
|
|
1698
|
-
Overdue_Asset_Return: string;
|
|
1699
|
-
"Overtime:": string;
|
|
1700
|
-
Pair_QR_TAG: string;
|
|
1701
|
-
"Pair_RFID_&_QR": string;
|
|
1702
|
-
"Pair_RFID_&_QR_TAG": string;
|
|
1703
|
-
Pair_RFID_TAG: string;
|
|
1704
|
-
Pair_TAG: string;
|
|
1705
|
-
Paired: string;
|
|
1706
|
-
Paired_with_QR_TAG: string;
|
|
1707
|
-
"Paired_with_RFID_&_QR_TAG": string;
|
|
1708
|
-
Paired_with_RFID_TAG: string;
|
|
1709
|
-
Panasonic: string;
|
|
1710
|
-
"Parameter:": string;
|
|
1711
|
-
Parent_Group: string;
|
|
1712
|
-
Pasang: string;
|
|
1713
|
-
"Password_doesn\u2019t_match": string;
|
|
1714
|
-
Password_is_wrong: string;
|
|
1715
|
-
PC: string;
|
|
1716
|
-
Pcs: string;
|
|
1717
|
-
PDF: string;
|
|
1718
|
-
Pending_Changes: string;
|
|
1719
|
-
"Pending_email_change_to:": string;
|
|
1720
|
-
Percentage: string;
|
|
1721
|
-
Permanently_Damaged: string;
|
|
1722
|
-
Permanently_Delete: string;
|
|
1723
|
-
Permanently_deleted_after: string;
|
|
1724
|
-
Permanently_Missing: string;
|
|
1725
|
-
"Person_in_Charge_:": string;
|
|
1726
|
-
Phone: string;
|
|
1727
|
-
Phone_Number: string;
|
|
1728
|
-
Phone_number_format_is_incorrect: string;
|
|
1729
|
-
Phone_number_must_not_be_empty: string;
|
|
1730
|
-
"Photo:": string;
|
|
1731
|
-
Photo_must_be_uploaded: string;
|
|
1732
|
-
PIC: string;
|
|
1733
|
-
PIC_Contact_Number: string;
|
|
1734
|
-
PIC_Name: string;
|
|
1735
|
-
PIC_Phone: string;
|
|
1736
|
-
Ping: string;
|
|
1737
|
-
Ping_Reader: string;
|
|
1738
|
-
Pintu: string;
|
|
1739
|
-
Planning: string;
|
|
1740
|
-
"Please_add_more_quota_to_the_group_or_change_the_destination_group.": string;
|
|
1741
|
-
"Please_add_more_quota_to_the_group_or_reduce_the_asset(s)_you_want_to_be_transferred.": string;
|
|
1742
|
-
"Please_check_OS_Compatibility_in_our_Product_Information_Page.": string;
|
|
1743
|
-
Please_check_the_OS_compatibility_list_in_our_product_information_page: string;
|
|
1744
|
-
"Please_click_the_button_below_to_continue_the_handover_process.": string;
|
|
1745
|
-
"Please_click_the_confirm_button_below_to_continue_to_handover_process:": string;
|
|
1746
|
-
"Please_Contact_Borrowing_Manager_(Pratama_P)_to_return_the_asset.": string;
|
|
1747
|
-
Please_pairing_TAG_before_submit: string;
|
|
1748
|
-
Please_perform_approval_for_each_asset: string;
|
|
1749
|
-
Please_prepare_the_QR_TAG_and_click_the_button_to_start_audit: string;
|
|
1750
|
-
Please_prepare_the_RFID_TAG_and_click_the_button_to_start_audit: string;
|
|
1751
|
-
Please_select_at_least_one_asset: string;
|
|
1752
|
-
Please_verify_all_asset: string;
|
|
1753
|
-
"Please_verify_all_new_TAG(s).": string;
|
|
1754
|
-
"Please_verify_all_TAG(s).": string;
|
|
1755
|
-
PM: string;
|
|
1756
|
-
PNG: string;
|
|
1757
|
-
"Point_penyesuaian:": string;
|
|
1758
|
-
Policy: string;
|
|
1759
|
-
Policy_Asset: string;
|
|
1760
|
-
Policy_Asset_Log: string;
|
|
1761
|
-
Port: string;
|
|
1762
|
-
Port_8: string;
|
|
1763
|
-
Portal: string;
|
|
1764
|
-
Position: string;
|
|
1765
|
-
"Pre-List": string;
|
|
1766
|
-
Preload_Account_Code: string;
|
|
1767
|
-
"Preload_Account_Code_(BMN)": string;
|
|
1768
|
-
"Preload_Account_Code_(SAK)": string;
|
|
1769
|
-
Preload_Asset_Name: string;
|
|
1770
|
-
"Preload_Asset_Name_(BMN)": string;
|
|
1771
|
-
"Preload_Brand_&_Model/Type": string;
|
|
1772
|
-
Preload_Category: string;
|
|
1773
|
-
"Preload_Category_(BMN)": string;
|
|
1774
|
-
Preload_Measurement: string;
|
|
1775
|
-
"Preload_Measurement_(BMN)": string;
|
|
1776
|
-
Preload_Role: string;
|
|
1777
|
-
Press_enter_to_add_new_value: string;
|
|
1778
|
-
Preview: string;
|
|
1779
|
-
Previous: string;
|
|
1780
|
-
Price: string;
|
|
1781
|
-
Print_Label_QR: string;
|
|
1782
|
-
Print_QR: string;
|
|
1783
|
-
Printer: string;
|
|
1784
|
-
Printer_Side: string;
|
|
1785
|
-
Privacy_Policy: string;
|
|
1786
|
-
"process_later.": string;
|
|
1787
|
-
Product: string;
|
|
1788
|
-
Product_Attachment: string;
|
|
1789
|
-
Profile: string;
|
|
1790
|
-
Progress: string;
|
|
1791
|
-
Purchase: string;
|
|
1792
|
-
Purchase_Attachment: string;
|
|
1793
|
-
Purchase_Cost: string;
|
|
1794
|
-
Purchase_Date: string;
|
|
1795
|
-
Purchase_Document: string;
|
|
1796
|
-
Purchase_Type: string;
|
|
1797
|
-
Purchased_License: string;
|
|
1798
|
-
QR: string;
|
|
1799
|
-
QR_Verification: string;
|
|
1800
|
-
QR_Code: string;
|
|
1801
|
-
QR_SCAN_STOPPED: string;
|
|
1802
|
-
"QR_Scanning...": string;
|
|
1803
|
-
QR_Status: string;
|
|
1804
|
-
QR_TAG: string;
|
|
1805
|
-
QR_TAG_Audit: string;
|
|
1806
|
-
"QR_TAG_Damaged_/_Missing": string;
|
|
1807
|
-
Qty: string;
|
|
1808
|
-
Quantity: string;
|
|
1809
|
-
Quantity_cannot_be_empty: string;
|
|
1810
|
-
Quantity_cannot_be_higher_than_available_license: string;
|
|
1811
|
-
Quick_Action: string;
|
|
1812
|
-
Quick_Actions: string;
|
|
1813
|
-
Quota: string;
|
|
1814
|
-
Quota_exceed_the_maximum_number: string;
|
|
1815
|
-
"Quota_in_{namagrup}_is_full._Please_add_more_quota_or_select_other_group.": string;
|
|
1816
|
-
Rachel: string;
|
|
1817
|
-
Range: string;
|
|
1818
|
-
Range_Value: string;
|
|
1819
|
-
"Re-enter_New_Password": string;
|
|
1820
|
-
Resend: string;
|
|
1821
|
-
"Re-type_New_Password": string;
|
|
1822
|
-
Read_Only: string;
|
|
1823
|
-
Reader: string;
|
|
1824
|
-
Reader_Found: string;
|
|
1825
|
-
"Reader_Name:": string;
|
|
1826
|
-
Reader_Repaired: string;
|
|
1827
|
-
Reader_SR: string;
|
|
1828
|
-
Reader_Status: string;
|
|
1829
|
-
"Reason:": string;
|
|
1830
|
-
Receive: string;
|
|
1831
|
-
"Reconnecting...": string;
|
|
1832
|
-
Recover: string;
|
|
1833
|
-
Recover_All: string;
|
|
1834
|
-
Recycle_Bin: string;
|
|
1835
|
-
Register: string;
|
|
1836
|
-
Register_Asset: string;
|
|
1837
|
-
Register_assets: string;
|
|
1838
|
-
Reject: string;
|
|
1839
|
-
"reject_dan_decline:_balik_ke_asal._misal_tdnya_report_disposal_dari_permanently_missing._yaudah_balik_ke_situ_terus_tercatat_dilog_assetnya_juga_yg_permanently_missing": string;
|
|
1840
|
-
Reject_Transaction: string;
|
|
1841
|
-
Rejected: string;
|
|
1842
|
-
rejected_by: string;
|
|
1843
|
-
Rejected_level: string;
|
|
1844
|
-
Related_Asset: string;
|
|
1845
|
-
Remaining: string;
|
|
1846
|
-
"Remaining_Time:": string;
|
|
1847
|
-
Remaining_Useful_Life: string;
|
|
1848
|
-
Remove: string;
|
|
1849
|
-
Remove_Approver_Level: string;
|
|
1850
|
-
Remove_asset: string;
|
|
1851
|
-
Remove_Asset_form_Addon: string;
|
|
1852
|
-
Remove_Asset_from_Addon: string;
|
|
1853
|
-
Remove_by_QR: string;
|
|
1854
|
-
Remove_by_RFID: string;
|
|
1855
|
-
Remove_from_Addon: string;
|
|
1856
|
-
Remove_from_List: string;
|
|
1857
|
-
"Remove_from_Pre-list": string;
|
|
1858
|
-
Remove_User: string;
|
|
1859
|
-
Removed_from_Audit_License: string;
|
|
1860
|
-
Removed_from_Maintenance_License: string;
|
|
1861
|
-
Removed_from_Tracking_License: string;
|
|
1862
|
-
"removed.": string;
|
|
1863
|
-
Repair: string;
|
|
1864
|
-
Repair_Confirmation: string;
|
|
1865
|
-
Repair_Date: string;
|
|
1866
|
-
Repair_Finish_Date: string;
|
|
1867
|
-
Repair_Finish_Time: string;
|
|
1868
|
-
Repair_Finished_by: string;
|
|
1869
|
-
Repair_Result: string;
|
|
1870
|
-
"Repair_Result:": string;
|
|
1871
|
-
Repair_Start_Date: string;
|
|
1872
|
-
Repair_Start_Time: string;
|
|
1873
|
-
Repair_started_by: string;
|
|
1874
|
-
Repair_success: string;
|
|
1875
|
-
Repair_Ticket: string;
|
|
1876
|
-
Repair_Ticketing_Addon: string;
|
|
1877
|
-
Repair_Ticketing_License: string;
|
|
1878
|
-
Repair_Ticketing_Log: string;
|
|
1879
|
-
REPAIR_TICKETING_ROLE: string;
|
|
1880
|
-
Repair_updated_by: string;
|
|
1881
|
-
"REPAIR-1": string;
|
|
1882
|
-
Repaired: string;
|
|
1883
|
-
Repaired_Confirmation: string;
|
|
1884
|
-
Repaired_confirmed_by: string;
|
|
1885
|
-
Repaired_Date: string;
|
|
1886
|
-
Repairing_process_completed: string;
|
|
1887
|
-
Repairment: string;
|
|
1888
|
-
"repeat_count:": string;
|
|
1889
|
-
"Repeat_every_[...]_day(s)_/_week(s)_/_month(s)_/_year(s)": string;
|
|
1890
|
-
"Replace_QR_TAG:": string;
|
|
1891
|
-
"Replace_RFID_&_QR_TAG:": string;
|
|
1892
|
-
"Replace_RFID_TAG:": string;
|
|
1893
|
-
Replace_TAG: string;
|
|
1894
|
-
Replaced_QR_TAG: string;
|
|
1895
|
-
"Replaced_RFID_&_QR_TAG": string;
|
|
1896
|
-
Replaced_RFID_TAG: string;
|
|
1897
|
-
Replaced_to: string;
|
|
1898
|
-
Report: string;
|
|
1899
|
-
"Report_&_Log": string;
|
|
1900
|
-
Report_as_Permanenly_Missing: string;
|
|
1901
|
-
Report_as_Permanently_Missing: string;
|
|
1902
|
-
Report_Asset: string;
|
|
1903
|
-
Report_Damage: string;
|
|
1904
|
-
"Report_Damage_(by_borrower)": string;
|
|
1905
|
-
Report_Damaged: string;
|
|
1906
|
-
"Report_Damaged_(by_borrower)": string;
|
|
1907
|
-
Report_Damaged_Asset: string;
|
|
1908
|
-
Report_Damaged_by: string;
|
|
1909
|
-
Report_Damaged_by_User: string;
|
|
1910
|
-
Report_Date: string;
|
|
1911
|
-
Report_Disposal: string;
|
|
1912
|
-
Report_Missing: string;
|
|
1913
|
-
"Report_Missing_(by_borrower)": string;
|
|
1914
|
-
Report_Missing_Asset: string;
|
|
1915
|
-
Report_Missing_by: string;
|
|
1916
|
-
Report_Permanently_Damaged: string;
|
|
1917
|
-
Report_TAG: string;
|
|
1918
|
-
Reported: string;
|
|
1919
|
-
Reported_as_Permanently_Damaged: string;
|
|
1920
|
-
Reported_as_Permanently_Missing: string;
|
|
1921
|
-
Reported_as_permanently_missing_by: string;
|
|
1922
|
-
Reported_By: string;
|
|
1923
|
-
Reported_Damage: string;
|
|
1924
|
-
Reported_Damaged: string;
|
|
1925
|
-
"reported_damaged_(selama_masih_durasi)": string;
|
|
1926
|
-
Reported_damaged_by: string;
|
|
1927
|
-
Reported_Damaged_by_User: string;
|
|
1928
|
-
Reported_Damaged_from_Founded_Asset: string;
|
|
1929
|
-
"Reported_Damaged/Missing_QR_TAG": string;
|
|
1930
|
-
"Reported_Damaged/Missing_RFID_&_QR_TAG": string;
|
|
1931
|
-
"Reported_Damaged/Missing_RFID_TAG": string;
|
|
1932
|
-
Reported_Date: string;
|
|
1933
|
-
Reported_Dispoal: string;
|
|
1934
|
-
Reported_Disposal: string;
|
|
1935
|
-
Reported_disposal_by: string;
|
|
1936
|
-
Reported_disposal_canceled_by: string;
|
|
1937
|
-
Reported_disposal_declined_by: string;
|
|
1938
|
-
Reported_Missing: string;
|
|
1939
|
-
"reported_missing_(selama_masih_durasi)": string;
|
|
1940
|
-
Reported_Missing_by: string;
|
|
1941
|
-
Reported_missing_by: string;
|
|
1942
|
-
Reported_Missing_by_User: string;
|
|
1943
|
-
Reported_permanently_damaged_by: string;
|
|
1944
|
-
Reported_TAG: string;
|
|
1945
|
-
Reporter: string;
|
|
1946
|
-
Request: string;
|
|
1947
|
-
Request_Borrowing: string;
|
|
1948
|
-
"Request_Date:": string;
|
|
1949
|
-
Request_Disposal: string;
|
|
1950
|
-
Request_Extend: string;
|
|
1951
|
-
Request_Extension: string;
|
|
1952
|
-
"Request_has_been_sent_and_still_waiting_for_approval._Contact_administrator_if_needed.": string;
|
|
1953
|
-
"Request_Note:": string;
|
|
1954
|
-
Request_Token: string;
|
|
1955
|
-
Request_Transfer: string;
|
|
1956
|
-
"Requested:": string;
|
|
1957
|
-
Requester: string;
|
|
1958
|
-
"Required?": string;
|
|
1959
|
-
"Required_field_must_be_filled_in.": string;
|
|
1960
|
-
Resend_Activation_Email: string;
|
|
1961
|
-
Resend_Email: string;
|
|
1962
|
-
Reset: string;
|
|
1963
|
-
Reset_to_Default: string;
|
|
1964
|
-
Result: string;
|
|
1965
|
-
Return: string;
|
|
1966
|
-
Return_Asset: string;
|
|
1967
|
-
Return_Date: string;
|
|
1968
|
-
Return_to_available: string;
|
|
1969
|
-
Returned: string;
|
|
1970
|
-
Returned_by: string;
|
|
1971
|
-
Review_Maintenance: string;
|
|
1972
|
-
RFID: string;
|
|
1973
|
-
"RFID,_QR": string;
|
|
1974
|
-
"RFID_&_QR_TAG": string;
|
|
1975
|
-
"RFID_&_QR_TAG_Damaged_/_Missing": string;
|
|
1976
|
-
RFID_Code: string;
|
|
1977
|
-
RFID_SCAN_STOPPED: string;
|
|
1978
|
-
RFID_scanner_not_detected: string;
|
|
1979
|
-
"RFID_Scanning...": string;
|
|
1980
|
-
RFID_Status: string;
|
|
1981
|
-
RFID_TAG: string;
|
|
1982
|
-
RFID_TAG_Audit: string;
|
|
1983
|
-
"RFID_TAG_Damaged_/_Missing": string;
|
|
1984
|
-
"RFID-QR_TAG": string;
|
|
1985
|
-
RIFD: string;
|
|
1986
|
-
Right: string;
|
|
1987
|
-
Role: string;
|
|
1988
|
-
Role_Admin: string;
|
|
1989
|
-
"role_admin_(Active)": string;
|
|
1990
|
-
"role_admin_(Inactive)": string;
|
|
1991
|
-
Role_Name: string;
|
|
1992
|
-
Role_name_must_not_be_empty: string;
|
|
1993
|
-
role_nana: string;
|
|
1994
|
-
Role_Purchasing: string;
|
|
1995
|
-
"Role(s)_Selected": string;
|
|
1996
|
-
Routine: string;
|
|
1997
|
-
Row: string;
|
|
1998
|
-
"Rp_-_Indonesian_Rupiah": string;
|
|
1999
|
-
"RT-230218-0002": string;
|
|
2000
|
-
Sack: string;
|
|
2001
|
-
Sale_Price: string;
|
|
2002
|
-
"Sale_price_and_sales_document_must_not_be_empty.": string;
|
|
2003
|
-
Sale_Proce: string;
|
|
2004
|
-
Salvageable_Parts: string;
|
|
2005
|
-
Samsung: string;
|
|
2006
|
-
Save: string;
|
|
2007
|
-
Scan: string;
|
|
2008
|
-
Scan_Current_TAG: string;
|
|
2009
|
-
Scan_for_TAG_Changes: string;
|
|
2010
|
-
Scan_for_TAG_Replacement: string;
|
|
2011
|
-
SCAN_QR: string;
|
|
2012
|
-
Scan_QR_TAG_to_verify_asset: string;
|
|
2013
|
-
Scan_Result: string;
|
|
2014
|
-
SCAN_RFID: string;
|
|
2015
|
-
"Scan_RFID_and_QR_TAG_in_turn_to_pairing._Scan_one_of_the_TAG_if_you_want_to_remove_it_from_list.": string;
|
|
2016
|
-
"Scan_RFID_or_QR_TAG_to_unpair_both_TAG_and_click_submit_to_save_the_data.": string;
|
|
2017
|
-
Scan_RFID_TAG_Replacement: string;
|
|
2018
|
-
Scan_RFID_TAG_to_verify_asset: string;
|
|
2019
|
-
Scan_Status: string;
|
|
2020
|
-
Scan_Stopped: string;
|
|
2021
|
-
SCAN_TAG: string;
|
|
2022
|
-
Scanner_driver_not_found: string;
|
|
2023
|
-
"Scanning...": string;
|
|
2024
|
-
Schedule: string;
|
|
2025
|
-
Schedule_created_by: string;
|
|
2026
|
-
Schedule_ID: string;
|
|
2027
|
-
"Schedule(s)_Selected": string;
|
|
2028
|
-
Scheduled: string;
|
|
2029
|
-
Search: string;
|
|
2030
|
-
Search_by_Scan: string;
|
|
2031
|
-
Search_by_Scan_TAG: string;
|
|
2032
|
-
Search_by_TAG: string;
|
|
2033
|
-
Search_category: string;
|
|
2034
|
-
"Search_data_by_scanning_asset\u2019s_TAG": string;
|
|
2035
|
-
Search_group: string;
|
|
2036
|
-
Search_Result: string;
|
|
2037
|
-
Select: string;
|
|
2038
|
-
Select_brand: string;
|
|
2039
|
-
Select_license: string;
|
|
2040
|
-
Select_manager: string;
|
|
2041
|
-
Select_method: string;
|
|
2042
|
-
"Select_model/type": string;
|
|
2043
|
-
Select_object: string;
|
|
2044
|
-
Select_reason: string;
|
|
2045
|
-
Select_status: string;
|
|
2046
|
-
Select_TAG: string;
|
|
2047
|
-
Select_audit: string;
|
|
2048
|
-
Select_maintenance: string;
|
|
2049
|
-
"Select_+tracking": string;
|
|
2050
|
-
Select_account_code: string;
|
|
2051
|
-
Select_action: string;
|
|
2052
|
-
Select_Active: string;
|
|
2053
|
-
Select_active_status: string;
|
|
2054
|
-
"Select_active/inactive": string;
|
|
2055
|
-
Select_activity: string;
|
|
2056
|
-
Select_acttion: string;
|
|
2057
|
-
Select_addon: string;
|
|
2058
|
-
Select_alias_code: string;
|
|
2059
|
-
"Select_All_(": string;
|
|
2060
|
-
"Select_All_(10.000_data)": string;
|
|
2061
|
-
Select_antenna: string;
|
|
2062
|
-
Select_Approval: string;
|
|
2063
|
-
Select_asset: string;
|
|
2064
|
-
Select_asset_name: string;
|
|
2065
|
-
Select_asset_status: string;
|
|
2066
|
-
Select_asset_that_TAG_you_want_to_change: string;
|
|
2067
|
-
Select_asset_that_TAG_you_want_to_replace: string;
|
|
2068
|
-
"Select_asset_that_you_want_to_pair.": string;
|
|
2069
|
-
Select_asset_to_be_linked: string;
|
|
2070
|
-
Select_asset_type: string;
|
|
2071
|
-
"Select_asset_you_want_to_add_to_Audit_addon.": string;
|
|
2072
|
-
"Select_asset_you_want_to_add_to_Maintenance_addon.": string;
|
|
2073
|
-
"Select_asset_you_want_to_add_to_Repair_Ticketing_addon.": string;
|
|
2074
|
-
"Select_asset_you_want_to_add_to_Tracking_addon.": string;
|
|
2075
|
-
"Select_Asset(s)": string;
|
|
2076
|
-
"Select_asset(s)_from": string;
|
|
2077
|
-
"Select_asset(s)_from_Room_301_to_be_borrowed.": string;
|
|
2078
|
-
"Select_asset(s)_to_be_assigned.": string;
|
|
2079
|
-
"Select_asset(s)_to_be_borrowed.": string;
|
|
2080
|
-
"Select_asset(s)_to_be_transferred.": string;
|
|
2081
|
-
Select_audit_date: string;
|
|
2082
|
-
Select_audit_frequency: string;
|
|
2083
|
-
Select_audit_status: string;
|
|
2084
|
-
Select_audit_type: string;
|
|
2085
|
-
Select_borrower: string;
|
|
2086
|
-
Select_Category: string;
|
|
2087
|
-
Select_Child_Asset: string;
|
|
2088
|
-
Select_city: string;
|
|
2089
|
-
Select_company_name: string;
|
|
2090
|
-
Select_conditioin: string;
|
|
2091
|
-
Select_condition: string;
|
|
2092
|
-
Select_country: string;
|
|
2093
|
-
Select_data_type: string;
|
|
2094
|
-
Select_date: string;
|
|
2095
|
-
Select_depreciation_group: string;
|
|
2096
|
-
Select_Destination_Group: string;
|
|
2097
|
-
Select_device: string;
|
|
2098
|
-
Select_device_name: string;
|
|
2099
|
-
Select_disposal_method: string;
|
|
2100
|
-
Select_division: string;
|
|
2101
|
-
Select_Duration: string;
|
|
2102
|
-
Select_field: string;
|
|
2103
|
-
Select_field_name: string;
|
|
2104
|
-
Select_File: string;
|
|
2105
|
-
Select_file_format: string;
|
|
2106
|
-
Select_file_to_download: string;
|
|
2107
|
-
Select_fixed_asset: string;
|
|
2108
|
-
Select_frequency: string;
|
|
2109
|
-
Select_Group: string;
|
|
2110
|
-
Select_Group_Destination: string;
|
|
2111
|
-
Select_handled_by: string;
|
|
2112
|
-
Select_handler: string;
|
|
2113
|
-
Select_holder_of_TAG_that_wants_to_be_handed_over: string;
|
|
2114
|
-
Select_IOT: string;
|
|
2115
|
-
Select_ip_address: string;
|
|
2116
|
-
Select_ip_field: string;
|
|
2117
|
-
Select_license_status: string;
|
|
2118
|
-
Select_license_type: string;
|
|
2119
|
-
Select_maintenance_status: string;
|
|
2120
|
-
Select_measurement: string;
|
|
2121
|
-
"Select_model_/_type": string;
|
|
2122
|
-
Select_modified_by: string;
|
|
2123
|
-
Select_module: string;
|
|
2124
|
-
Select_name: string;
|
|
2125
|
-
Select_network_status: string;
|
|
2126
|
-
Select_new_value: string;
|
|
2127
|
-
Select_old_value: string;
|
|
2128
|
-
Select_option: string;
|
|
2129
|
-
Select_Origin_Group: string;
|
|
2130
|
-
Select_policy: string;
|
|
2131
|
-
Select_position: string;
|
|
2132
|
-
Select_purchase_type: string;
|
|
2133
|
-
Select_reader_name: string;
|
|
2134
|
-
Select_requirement: string;
|
|
2135
|
-
Select_result: string;
|
|
2136
|
-
Select_role: string;
|
|
2137
|
-
Select_scan_status: string;
|
|
2138
|
-
Select_state: string;
|
|
2139
|
-
Select_system_role: string;
|
|
2140
|
-
Select_TAG_type: string;
|
|
2141
|
-
Select_task_name: string;
|
|
2142
|
-
Select_Tfield: string;
|
|
2143
|
-
"Select_the_user_to_be_in_charge.": string;
|
|
2144
|
-
Select_transaction: string;
|
|
2145
|
-
Select_transaction_role: string;
|
|
2146
|
-
Select_type: string;
|
|
2147
|
-
Select_unit_of_measurement: string;
|
|
2148
|
-
Select_user: string;
|
|
2149
|
-
Select_user_who_wants_to_borrow: string;
|
|
2150
|
-
Selectactivity: string;
|
|
2151
|
-
"Selected_asset(s)_will_be_handed_over._Unselect_asset(s)_if_you_want_to_cancel_assignment": string;
|
|
2152
|
-
"Selected_asset(s)_will_be_handed_over._Unselect_asset(s)_if_you_want_to_cancel_borrowing": string;
|
|
2153
|
-
Selected_Brand: string;
|
|
2154
|
-
Selected_Category: string;
|
|
2155
|
-
"selected_devices_can_not_connect_to_the_internet.": string;
|
|
2156
|
-
Selection: string;
|
|
2157
|
-
"Self-Service": string;
|
|
2158
|
-
Sell: string;
|
|
2159
|
-
Send: string;
|
|
2160
|
-
Send_Email: string;
|
|
2161
|
-
Send_OTP: string;
|
|
2162
|
-
Server: string;
|
|
2163
|
-
Service_Activities: string;
|
|
2164
|
-
Service_Center: string;
|
|
2165
|
-
Sessions: string;
|
|
2166
|
-
Set: string;
|
|
2167
|
-
Set_as_default: string;
|
|
2168
|
-
Set_as_temporary_user: string;
|
|
2169
|
-
"Set_Date_&_Time": string;
|
|
2170
|
-
Set_Duration: string;
|
|
2171
|
-
Set_Group: string;
|
|
2172
|
-
Set_License_Quota: string;
|
|
2173
|
-
Set_Time_Format: string;
|
|
2174
|
-
Setting: string;
|
|
2175
|
-
Settings: string;
|
|
2176
|
-
Sharp: string;
|
|
2177
|
-
Shin_Ryujin: string;
|
|
2178
|
-
Show_all: string;
|
|
2179
|
-
Show_child_group_data: string;
|
|
2180
|
-
Show_Detail: string;
|
|
2181
|
-
Showing: string;
|
|
2182
|
-
SIDEBAR_CATEGORY: string;
|
|
2183
|
-
SIDEBAR_GROUP: string;
|
|
2184
|
-
Sign_in_and_Start_Managing_Your_Asset: string;
|
|
2185
|
-
Single_Value: string;
|
|
2186
|
-
Sound: string;
|
|
2187
|
-
Sound_System: string;
|
|
2188
|
-
Source_of_Report: string;
|
|
2189
|
-
"Source_of_Report:": string;
|
|
2190
|
-
"Source:": string;
|
|
2191
|
-
SSO_Portal: string;
|
|
2192
|
-
Staf_Umum: string;
|
|
2193
|
-
"Staff:": string;
|
|
2194
|
-
Staff_assigned_by: string;
|
|
2195
|
-
staff_role_audit: string;
|
|
2196
|
-
Staff_Umum: string;
|
|
2197
|
-
"Standard:": string;
|
|
2198
|
-
Standard_Type: string;
|
|
2199
|
-
Standard_Value_Type: string;
|
|
2200
|
-
Start_Audit: string;
|
|
2201
|
-
"Start_Audit_(IOT)": string;
|
|
2202
|
-
"Start_date:": string;
|
|
2203
|
-
Start_Maintenance: string;
|
|
2204
|
-
Start_Print: string;
|
|
2205
|
-
Start_Print_From: string;
|
|
2206
|
-
Start_Repair: string;
|
|
2207
|
-
Start_Task: string;
|
|
2208
|
-
Start_Tracking: string;
|
|
2209
|
-
"Start_Tracking_(IOT)": string;
|
|
2210
|
-
State: string;
|
|
2211
|
-
"Status:": string;
|
|
2212
|
-
"status_borrowed_asset:": string;
|
|
2213
|
-
"status_history_by_asset:": string;
|
|
2214
|
-
"status_history_by_transaction:": string;
|
|
2215
|
-
Stay_on_page_after_submitting: string;
|
|
2216
|
-
Stay_on_this_form_after_submitting: string;
|
|
2217
|
-
Stop_Audit: string;
|
|
2218
|
-
Stop_Maintenance: string;
|
|
2219
|
-
Stop_Scan: string;
|
|
2220
|
-
Stop_Tracking: string;
|
|
2221
|
-
Stop_Verify: string;
|
|
2222
|
-
Stopped: string;
|
|
2223
|
-
"Storage:": string;
|
|
2224
|
-
Straight_Line: string;
|
|
2225
|
-
"Straight-Line": string;
|
|
2226
|
-
"Straight-Line_Depreciation_Rates": string;
|
|
2227
|
-
Su: string;
|
|
2228
|
-
Sub_Group_of: string;
|
|
2229
|
-
Sub_Group_of_All: string;
|
|
2230
|
-
Submit: string;
|
|
2231
|
-
"Submit_&_Replace": string;
|
|
2232
|
-
Submit_Approval: string;
|
|
2233
|
-
Submit_Completion: string;
|
|
2234
|
-
"Submit_date:": string;
|
|
2235
|
-
Submit_Form: string;
|
|
2236
|
-
Submit_Maintenance_Update: string;
|
|
2237
|
-
Submit_Review: string;
|
|
2238
|
-
Submit_TAG_Replacement: string;
|
|
2239
|
-
Submit_Unpair_TAG: string;
|
|
2240
|
-
Submit_Verification: string;
|
|
2241
|
-
Submitted_Date: string;
|
|
2242
|
-
Submitted_On: string;
|
|
2243
|
-
Success: string;
|
|
2244
|
-
"Success,_activation_email_has_been_resend.": string;
|
|
2245
|
-
"Success,_antenna_has_found.": string;
|
|
2246
|
-
"Success,_antenna_has_repaired.": string;
|
|
2247
|
-
"Success,_approval_has_been_finished.": string;
|
|
2248
|
-
"Success,_approval_has_been_submitted.": string;
|
|
2249
|
-
"Success,_approval_transaction_has_been_submitted.": string;
|
|
2250
|
-
"Success,_asset_accounting_detail_has_been_downloaded.": string;
|
|
2251
|
-
"Success,_asset_confirmation_has_been_submited.": string;
|
|
2252
|
-
"Success,_asset_handover_has_been_aborted.": string;
|
|
2253
|
-
"Success,_asset_handover_has_been_confirmed.": string;
|
|
2254
|
-
"Success,_asset_has_been_added_to_pre-list.": string;
|
|
2255
|
-
"Success,_asset_has_been_edited.": string;
|
|
2256
|
-
"Success,_asset_has_been_found.": string;
|
|
2257
|
-
"Success,_asset_has_been_handed_over.": string;
|
|
2258
|
-
"Success,_asset_has_been_marked_as_found.": string;
|
|
2259
|
-
"Success,_asset_has_been_marked_as_repaired.": string;
|
|
2260
|
-
"Success,_asset_has_been_moved_back_to_on-tracking.": string;
|
|
2261
|
-
"Success,_asset_has_been_removed_from_audit_addon.": string;
|
|
2262
|
-
"Success,_asset_has_been_removed_from_list.": string;
|
|
2263
|
-
"Success,_asset_has_been_removed_from_maintenance_addon.": string;
|
|
2264
|
-
"Success,_asset_has_been_removed_from_repair_ticketing_addon.": string;
|
|
2265
|
-
"Success,_asset_has_been_removed_from_the_list.": string;
|
|
2266
|
-
"Success,_asset_has_been_removed_from_tracking_addon.": string;
|
|
2267
|
-
"Success,_asset_has_been_removed.": string;
|
|
2268
|
-
"Success,_asset_has_been_reported_as_damaged.": string;
|
|
2269
|
-
"Success,_asset_has_been_reported_as_permanently_missing.": string;
|
|
2270
|
-
"Success,_asset_has_been_unassigned.": string;
|
|
2271
|
-
"Success,_asset_name_has_been_created.": string;
|
|
2272
|
-
"Success,_asset_name_has_been_deleted.": string;
|
|
2273
|
-
"Success,_asset_name_has_been_edited.": string;
|
|
2274
|
-
"Success,_asset(s)_has_been_activated.": string;
|
|
2275
|
-
"Success,_asset(s)_has_been_added_to_Pre-List:_Change_TAG_Type_to_QR.": string;
|
|
2276
|
-
"Success,_asset(s)_has_been_added_to_Pre-List:_Change_TAG_Type.": string;
|
|
2277
|
-
"Success,_asset(s)_has_been_added_to_Pre-List:_Replace_RFID_TAG.": string;
|
|
2278
|
-
"Success,_asset(s)_has_been_added_to_Pre-List:_Replace_TAG.": string;
|
|
2279
|
-
"Success,_asset(s)_has_been_added_to_Pre-List:_Unpair_TAG.": string;
|
|
2280
|
-
"Success,_asset(s)_has_been_added.": string;
|
|
2281
|
-
"Success,_asset(s)_has_been_inactivated.": string;
|
|
2282
|
-
"Success,_asset(s)_has_been_moved_to_non--transactionable.": string;
|
|
2283
|
-
"Success,_asset(s)_has_been_moved_to_transactionable:_need_handover.": string;
|
|
2284
|
-
"Success,_asset(s)_has_been_moved_to_transactionable:_self-service.": string;
|
|
2285
|
-
"Success,_asset(s)_has_been_paired_with_TAG.": string;
|
|
2286
|
-
"Success,_asset(s)_has_been_registered.": string;
|
|
2287
|
-
"Success,_asset(s)_has_been_removed_from_list.": string;
|
|
2288
|
-
"Success,_asset(s)_has_been_removed_from_pre-list.": string;
|
|
2289
|
-
"Success,_asset(s)_has_been_removed_from_the_list.": string;
|
|
2290
|
-
"Success,_asset(s)_transfer_has_been_canceled.": string;
|
|
2291
|
-
"Success,_assignment_has_been_canceled.": string;
|
|
2292
|
-
"Success,_assignment_request_has_been_edited.": string;
|
|
2293
|
-
"Success,_assignment_request_has_been_submitted.": string;
|
|
2294
|
-
"Success,_assignment_transaction_has_been_canceled.": string;
|
|
2295
|
-
"Success,_assignment_transaction_has_been_cancelled.": string;
|
|
2296
|
-
"Success,_attachment_has_been_added.": string;
|
|
2297
|
-
"Success,_attachment_has_been_deleted.": string;
|
|
2298
|
-
"Success,_attachment_has_been_edited.": string;
|
|
2299
|
-
"Success,_audit_asset_has_been_activated.": string;
|
|
2300
|
-
"Success,_audit_asset_has_been_inactivated.": string;
|
|
2301
|
-
"Success,_audit_condition_has_been_edited.": string;
|
|
2302
|
-
"Success,_audit_condition_has_been_updated.": string;
|
|
2303
|
-
"Success,_audit_schedule_has_been_activated.": string;
|
|
2304
|
-
"Success,_audit_schedule_has_been_created.": string;
|
|
2305
|
-
"Success,_audit_schedule_has_been_deleted.": string;
|
|
2306
|
-
"Success,_audit_schedule_has_been_inactivated.": string;
|
|
2307
|
-
"Success,_audit_settings_has_been_saved.": string;
|
|
2308
|
-
"Success,_audit_submission_has_been_updated.": string;
|
|
2309
|
-
"Success,_audit_task_has_been_finished.": string;
|
|
2310
|
-
"Success,_audit_transaction_has_been_canceled.": string;
|
|
2311
|
-
"Success,_borrowing_asset(s)_has_been_canceled.": string;
|
|
2312
|
-
"Success,_borrowing_request_has_been_edited.": string;
|
|
2313
|
-
"Success,_borrowing_request_has_been_submitted.": string;
|
|
2314
|
-
"Success,_borrowing_transaction_has_been_canceled.": string;
|
|
2315
|
-
"Success,_borrowing/assignment_settings_has_been_saved.": string;
|
|
2316
|
-
"Success,_brand_has_been_created.": string;
|
|
2317
|
-
"Success,_brand_has_been_deleted.": string;
|
|
2318
|
-
"Success,_brand_has_been_edited.": string;
|
|
2319
|
-
"Success,_category_has_been_created.": string;
|
|
2320
|
-
"Success,_category_has_been_deleted.": string;
|
|
2321
|
-
"Success,_category_has_been_edited.": string;
|
|
2322
|
-
"Success,_Changelog_:_General_has_been_downloaded.": string;
|
|
2323
|
-
"Success,_changes_has_been_saved.": string;
|
|
2324
|
-
"Success,_child_asset_has_been_added.": string;
|
|
2325
|
-
"Success,_child_has_been_detached.": string;
|
|
2326
|
-
"Success,_confirmation_email_has_been_sent.": string;
|
|
2327
|
-
"Success,_custom_field_has_been_activated.": string;
|
|
2328
|
-
"Success,_custom_field_has_been_created.": string;
|
|
2329
|
-
"Success,_custom_field_has_been_deleted.": string;
|
|
2330
|
-
"Success,_custom_field_has_been_edited.": string;
|
|
2331
|
-
"Success,_custom_field_has_been_inactivated.": string;
|
|
2332
|
-
"Success,_damaged_asset_has_been_reported.": string;
|
|
2333
|
-
"Success,_damaged_asset_report_has_been_submitted.": string;
|
|
2334
|
-
"Success,_data_has_been_added_to_pre-list.": string;
|
|
2335
|
-
"Success,_data_has_been_imported.": string;
|
|
2336
|
-
"Success,_data_has_been_removed_from_pre-list.": string;
|
|
2337
|
-
"Success,_data_has_been_removed.": string;
|
|
2338
|
-
"Success,_data_has_been_uploaded.": string;
|
|
2339
|
-
"Success,_depreciation_method_changes_have_been_canceled.": string;
|
|
2340
|
-
"Success,_depreciation_method_has_been_changed.": string;
|
|
2341
|
-
"Success,_disposal_asset(s)_has_been_canceled.": string;
|
|
2342
|
-
"Success,_disposal_completion_has_been_submitted.": string;
|
|
2343
|
-
"Success,_disposal_policy_has_been_disabled.": string;
|
|
2344
|
-
"Success,_disposal_policy_has_been_enabled.": string;
|
|
2345
|
-
"Success,_disposal_report_has_been_canceled.": string;
|
|
2346
|
-
"Success,_disposal_report_has_been_submitted.": string;
|
|
2347
|
-
"Success,_disposal_request_has_been_saved.": string;
|
|
2348
|
-
"Success,_disposal_request_has_been_submitted.": string;
|
|
2349
|
-
"Success,_disposal_transaction_has_been_canceled.": string;
|
|
2350
|
-
"Success,_disposal_verification_has_been_submitted.": string;
|
|
2351
|
-
"Success,_email_changes_has_been_canceled.": string;
|
|
2352
|
-
"Success,_excel_data_has_been_downloaded.": string;
|
|
2353
|
-
"Success,_extend_approval_has_been_approved.": string;
|
|
2354
|
-
"Success,_extension_request_has_been_canceled.": string;
|
|
2355
|
-
"Success,_extension_request_has_been_submited.": string;
|
|
2356
|
-
"Success,_extension_request_has_been_submitted.": string;
|
|
2357
|
-
"Success,_extensionrequest_has_been_canceled.": string;
|
|
2358
|
-
"Success,_file_has_been_deleted.": string;
|
|
2359
|
-
"Success,_form_has_been_canceled.": string;
|
|
2360
|
-
"Success,_found_asset_has_been_updated.": string;
|
|
2361
|
-
"Success,_general_information_custom_field_has_been_downloaded.": string;
|
|
2362
|
-
"Success,_group_has_been_created.": string;
|
|
2363
|
-
"Success,_group_has_been_deleted.": string;
|
|
2364
|
-
"Success,_group_has_been_edited.": string;
|
|
2365
|
-
"Success,_group_has_been_moved.": string;
|
|
2366
|
-
"Success,_group_has_been_set.": string;
|
|
2367
|
-
"Success,_handover_asset_has_been_confirmed.": string;
|
|
2368
|
-
"Success,_handover_TAG_has_been_canceled.": string;
|
|
2369
|
-
"Success,_handover_TAG_has_been_submitted.": string;
|
|
2370
|
-
"Success,_level_1_approver_has_been_removed.": string;
|
|
2371
|
-
"Success,_license_has_been_activated.": string;
|
|
2372
|
-
"Success,_license_quota_has_been_set.": string;
|
|
2373
|
-
"Success,_maintenance_has_been_canceled.": string;
|
|
2374
|
-
"Success,_maintenance_routine_form_has_been_submitted.": string;
|
|
2375
|
-
"Success,_maintenance_routine_review_has_been_submitted.": string;
|
|
2376
|
-
"Success,_maintenance_task_has_been_updated.": string;
|
|
2377
|
-
"Success,_maintenance_update_has_been_submitted.": string;
|
|
2378
|
-
"Success,_missing_asset_has_been_reported.": string;
|
|
2379
|
-
"Success,_missing_asset_has_been_updated.": string;
|
|
2380
|
-
"Success,_missing_asset_report_has_been_submitted.": string;
|
|
2381
|
-
"Success,_missing_TAG_has_been_updated.": string;
|
|
2382
|
-
"Success,_parent_has_been_detached.": string;
|
|
2383
|
-
"Success,_password_changes_has_been_changed.": string;
|
|
2384
|
-
"Success,_photo_has_been_deleted.": string;
|
|
2385
|
-
"Success,_photo_has_been_edited.": string;
|
|
2386
|
-
"Success,_reader_has_been_group_editted.": string;
|
|
2387
|
-
"Success,_reader_has_been_group_set.": string;
|
|
2388
|
-
"Success,_reader_has_been_mark_as_damaged.": string;
|
|
2389
|
-
"Success,_reader_has_been_mark_as_found.": string;
|
|
2390
|
-
"Success,_reader_has_been_mark_as_missing.": string;
|
|
2391
|
-
"Success,_reader_has_been_mark_as_repaired.": string;
|
|
2392
|
-
"Success,_reader_has_been_marked_as_damaged.": string;
|
|
2393
|
-
"Success,_reader_has_been_marked_as_missing.": string;
|
|
2394
|
-
"Success,_reader_has_found.": string;
|
|
2395
|
-
"Success,_reader_has_repaired.": string;
|
|
2396
|
-
"Success,_repair_ticketing_has_been_submitted.": string;
|
|
2397
|
-
"Success,_repair_ticketing_has_been_updated.": string;
|
|
2398
|
-
"Success,_report_damaged_asset_has_been_submitted.": string;
|
|
2399
|
-
"Success,_report_has_been_canceled.": string;
|
|
2400
|
-
"Success,_report_has_been_declined.": string;
|
|
2401
|
-
"Success,_report_TAG_has_been_declined.": string;
|
|
2402
|
-
"Success,_returned_asset_has_been_submitted.": string;
|
|
2403
|
-
"Success,_role_has_been_activated.": string;
|
|
2404
|
-
"Success,_role_has_been_created.": string;
|
|
2405
|
-
"Success,_role_has_been_deleted.": string;
|
|
2406
|
-
"Success,_role_has_been_edited.": string;
|
|
2407
|
-
"Success,_role_has_been_inactivated.": string;
|
|
2408
|
-
"Success,_schedule_has_been_created.": string;
|
|
2409
|
-
"Success,_schedule_has_been_deleted.": string;
|
|
2410
|
-
"Success,_schedule_has_been_duplicated.": string;
|
|
2411
|
-
"Success,_schedule_has_been_edited.": string;
|
|
2412
|
-
"Success,_service_center_has_been_activated.": string;
|
|
2413
|
-
"Success,_service_center_has_been_created.": string;
|
|
2414
|
-
"Success,_service_center_has_been_deactivated.": string;
|
|
2415
|
-
"Success,_service_center_has_been_deleted.": string;
|
|
2416
|
-
"Success,_service_center_has_been_editted.": string;
|
|
2417
|
-
"Success,_system_role_has_been_assigned.": string;
|
|
2418
|
-
"Success,_system_role_has_been_deleted.": string;
|
|
2419
|
-
"Success,_system_role_has_been_edited.": string;
|
|
2420
|
-
"Success,_TAG_has_been_found.": string;
|
|
2421
|
-
"Success,_TAG_has_been_moved_to_available_TAG.": string;
|
|
2422
|
-
"Success,_TAG_has_been_replaced.": string;
|
|
2423
|
-
"Success,_TAG_has_been_reported.": string;
|
|
2424
|
-
"Success,_TAG_has_been_unpaired.": string;
|
|
2425
|
-
"Success,_TAG_type_has_been_changed.": string;
|
|
2426
|
-
"Success,_TAG(s)_has_been_moved_to_available_TAG.": string;
|
|
2427
|
-
"Success,_TAG(s)_has_been_removed_from_list.": string;
|
|
2428
|
-
"Success,_TAG(s)_has_been_unpaired.": string;
|
|
2429
|
-
"Success,_TAGs_have_been_paired.": string;
|
|
2430
|
-
"Success,_TAGs_have_been_unpaired.": string;
|
|
2431
|
-
"Success,_token_request_has_been_sent.": string;
|
|
2432
|
-
"Success,_transaction_has_been_approved.": string;
|
|
2433
|
-
"Success,_transaction_has_been_rejected.": string;
|
|
2434
|
-
"Success,_transaction_role_has_been_assigned.": string;
|
|
2435
|
-
"Success,_transaction_role_has_been_deleted.": string;
|
|
2436
|
-
"Success,_transaction_role_has_been_edited.": string;
|
|
2437
|
-
"Success,_transfer_request_has_been_canceled.": string;
|
|
2438
|
-
"Success,_transfer_request_has_been_edited.": string;
|
|
2439
|
-
"Success,_transfer_request_has_been_submitted.": string;
|
|
2440
|
-
"Success,_transfer_transaction_has_been_canceled.": string;
|
|
2441
|
-
"Success,_unit_of_measurement_has_been_created.": string;
|
|
2442
|
-
"Success,_unit_of_measurement_has_been_deleted.": string;
|
|
2443
|
-
"Success,_unit_of_measurement_has_been_edited.": string;
|
|
2444
|
-
"Success,_unpair_TAG_has_been_canceled.": string;
|
|
2445
|
-
"Success,_user_has_been_activated.": string;
|
|
2446
|
-
"Success,_user_has_been_created.": string;
|
|
2447
|
-
"Success,_user_has_been_deleted.": string;
|
|
2448
|
-
"Success,_user_has_been_edited.": string;
|
|
2449
|
-
"Success,_user_has_been_inactivated.": string;
|
|
2450
|
-
"Success,_user_has_been_removed.": string;
|
|
2451
|
-
Successfully_Claimed_Warranty: string;
|
|
2452
|
-
Successfully_import: string;
|
|
2453
|
-
Successfully_Repaired: string;
|
|
2454
|
-
Successfully_upload: string;
|
|
2455
|
-
Sync: string;
|
|
2456
|
-
System: string;
|
|
2457
|
-
System_Log: string;
|
|
2458
|
-
SYSTEM_ROLE: string;
|
|
2459
|
-
Tab_Menu: string;
|
|
2460
|
-
"TAG:": string;
|
|
2461
|
-
"TAG_:_QR_TAG": string;
|
|
2462
|
-
"TAG_:_RFID_TAG": string;
|
|
2463
|
-
"TAG_changes_including_changes_to_QR,_please_make_sure_you_have_printed_the_TAG.": string;
|
|
2464
|
-
TAG_Code: string;
|
|
2465
|
-
"TAG_Found,_Asset_Missing": string;
|
|
2466
|
-
TAG_Found_from_Missing_Asset: string;
|
|
2467
|
-
TAG_founded: string;
|
|
2468
|
-
"TAG_founded,_asset_missing": string;
|
|
2469
|
-
TAG_Log: string;
|
|
2470
|
-
"TAG_Missing_/_Damaged": string;
|
|
2471
|
-
TAG_Paired: string;
|
|
2472
|
-
TAG_Replaced: string;
|
|
2473
|
-
"TAG_replacement_including_changes_to_QR._Please_make_sure_you_have_printed_the_TAG.": string;
|
|
2474
|
-
TAG_Reported: string;
|
|
2475
|
-
TAG_Reported_by: string;
|
|
2476
|
-
TAG_Status: string;
|
|
2477
|
-
TAG_Type: string;
|
|
2478
|
-
"TAG_type_will_apply_to_this_asset_name_and_cannot_be_edited.": string;
|
|
2479
|
-
"TAG_Type:_QR_TAG": string;
|
|
2480
|
-
"TAG_Type:_RFID_&_QR_TAG": string;
|
|
2481
|
-
"TAG_Type:_RFID_TAG": string;
|
|
2482
|
-
"TAG(s)_are_Found": string;
|
|
2483
|
-
"TAG(s)_are_Not_Found": string;
|
|
2484
|
-
Tagging: string;
|
|
2485
|
-
tagnya_masuk_ke_to_be_returned: string;
|
|
2486
|
-
Tangible_Asset_Group: string;
|
|
2487
|
-
"Target_Group:": string;
|
|
2488
|
-
"Task:": string;
|
|
2489
|
-
Task_Detail: string;
|
|
2490
|
-
Task_Event_Log: string;
|
|
2491
|
-
"Task_Name:": string;
|
|
2492
|
-
"Task_name_is_already_exist.": string;
|
|
2493
|
-
Text: string;
|
|
2494
|
-
Text_Area: string;
|
|
2495
|
-
Textarea: string;
|
|
2496
|
-
"Thank_you,_You_Found_A_Missing_TAG.": string;
|
|
2497
|
-
"Thank_you,_You_Have_Found_A_Missing_Asset": string;
|
|
2498
|
-
"The_asset_is_not_in_the_handover_list.": string;
|
|
2499
|
-
"The_asset_is_not_in_the_list.": string;
|
|
2500
|
-
The_asset_is_not_in_the_return_list: string;
|
|
2501
|
-
"The_asset_is_not_in_this_audit_list.": string;
|
|
2502
|
-
The_detected_OS_is_not_compatible: string;
|
|
2503
|
-
"The_disposal_completion_will_be_submitted_and_forwarded_to_approval_process.": string;
|
|
2504
|
-
"The_disposal_verification_data_will_be_submitted_and_forwarded_to_completion_process.": string;
|
|
2505
|
-
"The_following_assets_have_other_assets_linked_to_them:": string;
|
|
2506
|
-
"The_following_assets_have_other_assets_linked_to_them._These_assets_will_be_detached_after_this_report_is_submitted._Are_you_sure_want_to_continue?": string;
|
|
2507
|
-
"The_maintenance_routine_data_will_be_submitted_and_forwarded_to_approval_process.": string;
|
|
2508
|
-
"The_maintenance_routine_review_will_be_submitted_and_forwarded_to_approval_process.": string;
|
|
2509
|
-
"The_report_for_Laptop_Office_1_will_be_canceled.": string;
|
|
2510
|
-
"The_RFID_scanner_is_not_detected_or_not_identified_in_our_system.": string;
|
|
2511
|
-
The_scan_process_was_interrupted_because_you_want_to_leave: string;
|
|
2512
|
-
"The_scan_process_was_interrupted_because_you_want_to_leave_this_window.": string;
|
|
2513
|
-
"The_scanner_driver_is_not_installed_or_not_running_properly_in_your_device._Please_contact_your_administrator.": string;
|
|
2514
|
-
"The_selected_asset_will_be_removed_from_this_transaction._Are_you_sure_you_want_to_remove_it?": string;
|
|
2515
|
-
The_Simplest_Way_to_Manage_Your_Asset: string;
|
|
2516
|
-
"The_transaction_data_has_been_edited_and_will_be_updated_after_you_click_the_update_button_below.": string;
|
|
2517
|
-
"The_transaction_data_has_been_edited_and_will_be_updated_to_this_page_after_you_click_the_update_button_below.": string;
|
|
2518
|
-
"There_are_assets_linked_to_other_assets_in_this_transaction._The_data_you_enter_will_automatically_be_synchronized_between_linked_assets.": string;
|
|
2519
|
-
There_are_some_assets_in_the_group_below: string;
|
|
2520
|
-
"These_are_list_of_assets_that_you_borrow:": string;
|
|
2521
|
-
"These_are_the_assets_that_has_been_assigned_to_you:": string;
|
|
2522
|
-
"These_are_the_assets_that_overdue_for_return:": string;
|
|
2523
|
-
"These_asset(s)_will_be_activated_and_can_be_audited._Are_you_sure_want_to_continue?": string;
|
|
2524
|
-
"These_asset(s)_will_be_activated_and_can_be_managed._Are_you_sure_want_to_continue?": string;
|
|
2525
|
-
"These_asset(s)_will_be_activated_and_can_be_repaired._Are_you_sure_want_to_continue?": string;
|
|
2526
|
-
"These_asset(s)_will_be_activated_and_can_be_tracked._Are_you_sure_want_to_continue?": string;
|
|
2527
|
-
"These_asset(s)_will_be_activated_and_maintainable._Are_you_sure_want_to_continue?": string;
|
|
2528
|
-
"These_assets_can_be_borrowed,_assigned,_transferred,_and_disposed_with_the_handover_process.": string;
|
|
2529
|
-
"These_assets_can_be_borrowed,_assigned,_transferred,_and_disposed_without_the_approval_and_handover_process.": string;
|
|
2530
|
-
"These_assets_cannot_be_borrowed,_assigned,_transferred,_and_disposed.": string;
|
|
2531
|
-
Third_Party: string;
|
|
2532
|
-
"This_link_will_be_expired_after_in_24_hours_since_you_received_this_email.": string;
|
|
2533
|
-
"This_action_will_cancel_duplicate_scheudule._Are_you_sure_you_want_to_continue?": string;
|
|
2534
|
-
"This_action_will_cancel_edit_schedule._Are_you_sure_you_want_to_continue?": string;
|
|
2535
|
-
"This_action_will_cancel_the_change_TAG_type.": string;
|
|
2536
|
-
"This_action_will_cancel_the_disposal_report.": string;
|
|
2537
|
-
"This_action_will_cancel_the_handover_TAG.": string;
|
|
2538
|
-
"This_action_will_cancel_the_inisiation.": string;
|
|
2539
|
-
"This_action_will_cancel_the_maintenance_process.": string;
|
|
2540
|
-
"This_action_will_cancel_the_pair_TAG.": string;
|
|
2541
|
-
"This_action_will_cancel_the_process.": string;
|
|
2542
|
-
"This_action_will_cancel_the_report.": string;
|
|
2543
|
-
"This_action_will_cancel_the_request.": string;
|
|
2544
|
-
"This_action_will_cancel_the_return.": string;
|
|
2545
|
-
"This_action_will_cancel_the_TAG_Audit.": string;
|
|
2546
|
-
"This_action_will_cancel_the_TAG_replacement.": string;
|
|
2547
|
-
"This_action_will_cancel_the_unpair_TAG.": string;
|
|
2548
|
-
"This_action_will_make_all_asset(s)_on_the_list_become_non-TAG_asset._Verified_TAG_will_be_marked_as_available_and_unverified_TAG_will_be_marked_as_damaged_/_missing.": string;
|
|
2549
|
-
"This_action_will_make_all_asset(s)_with_related_asset_name_become_non-TAG_asset.": string;
|
|
2550
|
-
"This_action_will_mark_antenna_as_found._Are_you_sure_want_to_continue?": string;
|
|
2551
|
-
"This_action_will_mark_antenna_as_repaired._Are_you_sure_want_to_continue?": string;
|
|
2552
|
-
"This_action_will_mark_asset_as_found_and_move_asset_to_Available.": string;
|
|
2553
|
-
"This_action_will_mark_asset_as_repaired_asset.": string;
|
|
2554
|
-
"This_action_will_mark_asset_as_searchable_and_move_it_to_\u201COn-Tracking\u201D.": string;
|
|
2555
|
-
"This_action_will_mark_hardware_as_found._Are_you_sure_want_to_continue?": string;
|
|
2556
|
-
"This_action_will_mark_hardware_as_repaired._Are_you_sure_want_to_continue?": string;
|
|
2557
|
-
"This_action_will_mark_reader_as_found._Are_you_sure_want_to_continue?": string;
|
|
2558
|
-
"This_action_will_mark_reader_as_repaired._Are_you_sure_want_to_continue?": string;
|
|
2559
|
-
"This_action_will_reject_the_transaction.": string;
|
|
2560
|
-
"This_action_will_remove_addon_license_and_make_all_asset(s)_with_related_asset_name_become_non-TAG_asset.": string;
|
|
2561
|
-
"This_action_will_reset_all_verified_TAG(s).": string;
|
|
2562
|
-
"This_API_retrieves_information_about_all_the_asset_detail_(id,_asset_name,_brand,_model/type).": string;
|
|
2563
|
-
"This_asset_can_be_borrowed,_transfered,_assigned,_and_disposed.": string;
|
|
2564
|
-
"This_asset_cannot_be_borrowed,_assigned,_transferred,_and_disposed": string;
|
|
2565
|
-
This_asset_has_Maintenance_Routine_Addon: string;
|
|
2566
|
-
"This_asset_is_currently_in_maintenance._You_cannot_made_any_changes": string;
|
|
2567
|
-
"This_asset_is_damaged._You_cannot_made_any_changes": string;
|
|
2568
|
-
"This_code_will_be_expired_in_5_minutes_since_you_received_this_email.": string;
|
|
2569
|
-
"This_is_an_autogenerated_email._Please_do_not_reply_this_email.": string;
|
|
2570
|
-
this_is_the_role_description: string;
|
|
2571
|
-
"This_link_will_be_expired_after_24_hours_after_you_receive_this_email.": string;
|
|
2572
|
-
"This_link_will_be_expired_in_24_hours_since_you_received_this_email.": string;
|
|
2573
|
-
"This_maintenance_update_will_be_submitted.": string;
|
|
2574
|
-
This_name_is_already_exist: string;
|
|
2575
|
-
"This_preview_is_only_for_showing_the_side_of_the_label_that_printed_or_not._It_does_not_show_the_exact_amount_you_have_entered.": string;
|
|
2576
|
-
This_role_has_already_been_assigned: string;
|
|
2577
|
-
This_TAG_is_the_same_as_current_TAG: string;
|
|
2578
|
-
"This_transaction_can_no_longer_be_edited_as_the_approval_process_is_currently_underway.": string;
|
|
2579
|
-
"This_user_doesn\u2019t_have_audit_role": string;
|
|
2580
|
-
"This_user_doesn\u2019t_have_borrowing/assignment_role": string;
|
|
2581
|
-
"This_user_doesn\u2019t_have_disposal_role": string;
|
|
2582
|
-
"This_user_doesn\u2019t_have_maintenance_routine_role": string;
|
|
2583
|
-
"This_user_doesn\u2019t_have_repair_ticketing_role": string;
|
|
2584
|
-
"This_user_doesn\u2019t_have_tracking_role": string;
|
|
2585
|
-
"This_user_doesn\u2019t_have_transfer_role": string;
|
|
2586
|
-
This_user_has_audit_role: string;
|
|
2587
|
-
"This_user_has_borrowing/assignment_role": string;
|
|
2588
|
-
This_user_has_disposal_role: string;
|
|
2589
|
-
This_user_has_maintenance_routine_role: string;
|
|
2590
|
-
This_user_has_repair_ticketing_role: string;
|
|
2591
|
-
This_user_has_tracking_role: string;
|
|
2592
|
-
This_user_has_transfer_role: string;
|
|
2593
|
-
This_user_will_be_temporarily_active_until_the_specified_date: string;
|
|
2594
|
-
"This_user_will_have_no_access_to_this_role_until_the_role_is_activated._Are_you_sure_you_want_to_inactivate_it?": string;
|
|
2595
|
-
"this_window.": string;
|
|
2596
|
-
Ticket_ID: string;
|
|
2597
|
-
Time: string;
|
|
2598
|
-
Time_Format: string;
|
|
2599
|
-
Time_Zone: string;
|
|
2600
|
-
"To:": string;
|
|
2601
|
-
To_be_Returned: string;
|
|
2602
|
-
"To_change_the_type,_use_Change_TAG_type_feature_in_TAG_Menu.": string;
|
|
2603
|
-
"To_keep_your_account_secure,_don't_share_this_code_to_anyone._If_you_didn't_request_this,_just_ignore_this_message.": string;
|
|
2604
|
-
to_me: string;
|
|
2605
|
-
"to_take_your_asset(s).": string;
|
|
2606
|
-
Total_Antenna: string;
|
|
2607
|
-
"Total_Asset:": string;
|
|
2608
|
-
"Total_Asset_Found:": string;
|
|
2609
|
-
"Total_Asset(s)": string;
|
|
2610
|
-
Total_Control: string;
|
|
2611
|
-
Total_Down_Time: string;
|
|
2612
|
-
Total_License_PT_TAG_Samurai: string;
|
|
2613
|
-
"total_license:_total_rfid_yg_dialokasiin_ke_grup_itu_(kalo_pas_klik_sidebar_all_pasti_totalnya_sejumlah_total_rfid_license)": string;
|
|
2614
|
-
Total_Price: string;
|
|
2615
|
-
Total_QR_TAG: string;
|
|
2616
|
-
Total_Quota: string;
|
|
2617
|
-
"Total_RFID_License:": string;
|
|
2618
|
-
"total_rfid_license:_dari_alokasi_admin_console": string;
|
|
2619
|
-
Total_RFID_TAG: string;
|
|
2620
|
-
"Total_scanned:": string;
|
|
2621
|
-
Total_TAG_Scanned: string;
|
|
2622
|
-
Total_User: string;
|
|
2623
|
-
Track_by_QR: string;
|
|
2624
|
-
Track_by_RFID: string;
|
|
2625
|
-
"Track_by_RFID_(IOT)": string;
|
|
2626
|
-
Track_by_Scan: string;
|
|
2627
|
-
Tracked: string;
|
|
2628
|
-
Tracked_by_Audit: string;
|
|
2629
|
-
Tracked_by_IOT: string;
|
|
2630
|
-
Tracked_by_Maintenance: string;
|
|
2631
|
-
Tracked_by_Tracking: string;
|
|
2632
|
-
Tracked_by_User: string;
|
|
2633
|
-
"Tracked_by:": string;
|
|
2634
|
-
"Tracking_-_Staff": string;
|
|
2635
|
-
Tracking_Addon: string;
|
|
2636
|
-
Tracking_Approval: string;
|
|
2637
|
-
Tracking_License: string;
|
|
2638
|
-
Tracking_Log: string;
|
|
2639
|
-
Tracking_note: string;
|
|
2640
|
-
Tracking_Quota: string;
|
|
2641
|
-
TRACKING_ROLE: string;
|
|
2642
|
-
Tracking_Stopped: string;
|
|
2643
|
-
Transactioin_ID: string;
|
|
2644
|
-
Transaction: string;
|
|
2645
|
-
Transaction_Admin_Log: string;
|
|
2646
|
-
Transaction_Data_Has_Changed: string;
|
|
2647
|
-
Transaction_Date: string;
|
|
2648
|
-
Transaction_ID: string;
|
|
2649
|
-
Transaction_Log: string;
|
|
2650
|
-
Transaction_Role: string;
|
|
2651
|
-
TRANSACTION_SETTING: string;
|
|
2652
|
-
Transaction_Settings: string;
|
|
2653
|
-
Transactionable: string;
|
|
2654
|
-
"Transactionable:_Need_Handover": string;
|
|
2655
|
-
"Transactionable:_Self-Service": string;
|
|
2656
|
-
Transactional_Policy: string;
|
|
2657
|
-
Transfer: string;
|
|
2658
|
-
Transfer_Approval: string;
|
|
2659
|
-
Transfer_Completed: string;
|
|
2660
|
-
Transfer_edited_by: string;
|
|
2661
|
-
Transfer_ID: string;
|
|
2662
|
-
Transfer_Log: string;
|
|
2663
|
-
Transfer_Request: string;
|
|
2664
|
-
Transfer_request_edited_by: string;
|
|
2665
|
-
Transfer_Request_Rejected: string;
|
|
2666
|
-
Transfer_RFID_TAG: string;
|
|
2667
|
-
TRANSFER_ROLE: string;
|
|
2668
|
-
Trial: string;
|
|
2669
|
-
Try_Another_Method: string;
|
|
2670
|
-
"Type:": string;
|
|
2671
|
-
Unassign: string;
|
|
2672
|
-
Unassign_Asset: string;
|
|
2673
|
-
Unassign_Asset_Request: string;
|
|
2674
|
-
Unassigned: string;
|
|
2675
|
-
Unassigned_by: string;
|
|
2676
|
-
"unconfirmed_asset(s)_will_be_remove_from_this_handover_process.": string;
|
|
2677
|
-
Undefined: string;
|
|
2678
|
-
Under_Maintenance: string;
|
|
2679
|
-
Under_Repair: string;
|
|
2680
|
-
Unit: string;
|
|
2681
|
-
Unit_of_Measurement: string;
|
|
2682
|
-
Unpair: string;
|
|
2683
|
-
Unpair_Asset: string;
|
|
2684
|
-
Unpair_by_QR: string;
|
|
2685
|
-
Unpair_by_RFID: string;
|
|
2686
|
-
"Unpair_RFID_&_QR": string;
|
|
2687
|
-
"Unpair_TAG:": string;
|
|
2688
|
-
"Unpair_TAG_can_only_be_done_by_assets_with_available_status._Assets_in_transaction_will_automatically_be_unpaired_once_the_transaction_is_completed.": string;
|
|
2689
|
-
Unpair_TAG_TAG: string;
|
|
2690
|
-
Unpaired: string;
|
|
2691
|
-
Unpaired_from_TAG: string;
|
|
2692
|
-
Unread: string;
|
|
2693
|
-
Unssigned: string;
|
|
2694
|
-
Until: string;
|
|
2695
|
-
Unverified: string;
|
|
2696
|
-
"unverified_asset_TAG_will_not_be_replaced.": string;
|
|
2697
|
-
"unverified_asset(s)_will_be_removed_from_the_return_process.": string;
|
|
2698
|
-
"unverified_asset(s)_will_be_removed_from_this_handover_process.": string;
|
|
2699
|
-
Update: string;
|
|
2700
|
-
Update_Damaged: string;
|
|
2701
|
-
Update_Data: string;
|
|
2702
|
-
Update_Normal: string;
|
|
2703
|
-
"Update_Repair:_Failed": string;
|
|
2704
|
-
Update_TAG_Found_Asset_Missing: string;
|
|
2705
|
-
Updated: string;
|
|
2706
|
-
Updated_by: string;
|
|
2707
|
-
"Updated_Condition_(Damaged)": string;
|
|
2708
|
-
Updated_Custom_Field: string;
|
|
2709
|
-
Upload: string;
|
|
2710
|
-
Upload_asset_photo: string;
|
|
2711
|
-
Upload_File: string;
|
|
2712
|
-
Upload_Payment_Proof: string;
|
|
2713
|
-
Uploading: string;
|
|
2714
|
-
Upselling: string;
|
|
2715
|
-
URL: string;
|
|
2716
|
-
"Usage_in_Year-": string;
|
|
2717
|
-
Use_Actions: string;
|
|
2718
|
-
Use_short_range_scanner_to_verify: string;
|
|
2719
|
-
"Use_short_range_scanner_to_verify_asset.": string;
|
|
2720
|
-
Used: string;
|
|
2721
|
-
"Used_(active)": string;
|
|
2722
|
-
"Used_(expired)": string;
|
|
2723
|
-
Used_by_this_group: string;
|
|
2724
|
-
"used:_total_rfid_yang_udah_dipake_(total_license_-_used/allocated)": string;
|
|
2725
|
-
"used/allocared_to_subgroup:_total_rfid_yg_dialokasiin_ke_masing2_child_(kalo_sidebar_all_berati_ke_tiap2_parent)": string;
|
|
2726
|
-
"Used/Allocated_Quota": string;
|
|
2727
|
-
"Used/allocated_to_group": string;
|
|
2728
|
-
"Used/allocated_to_subgroup": string;
|
|
2729
|
-
Useful_Life: string;
|
|
2730
|
-
"User:": string;
|
|
2731
|
-
User_Actions: string;
|
|
2732
|
-
User_Asset: string;
|
|
2733
|
-
User_guide: string;
|
|
2734
|
-
User_Log: string;
|
|
2735
|
-
User_Name: string;
|
|
2736
|
-
User_Profile: string;
|
|
2737
|
-
User_Template: string;
|
|
2738
|
-
User_Type: string;
|
|
2739
|
-
"User(s)_related_to_the_role_will_have_no_access_until_the_role_is_activated._Are_you_sure_you_want_to_inactivate_it?": string;
|
|
2740
|
-
"User(s)_related_to_the_role_will_not_longer_have_an_access._Are_you_sure_you_want_to_delete_it?": string;
|
|
2741
|
-
"User(s)_Selected": string;
|
|
2742
|
-
"Using_Third_Party:": string;
|
|
2743
|
-
Value: string;
|
|
2744
|
-
Value_must_not_be_empty: string;
|
|
2745
|
-
Value_type: string;
|
|
2746
|
-
Verification: string;
|
|
2747
|
-
Verified: string;
|
|
2748
|
-
Verified_by: string;
|
|
2749
|
-
"Verified_TAG_will_be_marked_as_available_and_unverified_TAG_will_be_marked_as_damaged_/_missing": string;
|
|
2750
|
-
"verified_TAG(s)_will_be_marked_as_available_and": string;
|
|
2751
|
-
Verify: string;
|
|
2752
|
-
Verify_Asset: string;
|
|
2753
|
-
Verify_RFID: string;
|
|
2754
|
-
"Verifying,_do_not_leave_this_page..": string;
|
|
2755
|
-
View: string;
|
|
2756
|
-
View_by_brand: string;
|
|
2757
|
-
"View_by_model/type": string;
|
|
2758
|
-
View_document: string;
|
|
2759
|
-
View_Log: string;
|
|
2760
|
-
Waiting_for_Accounting_Custom_Field_Update: string;
|
|
2761
|
-
Waiting_for_Accounting_Data_Update: string;
|
|
2762
|
-
"Waiting_for_Approval...": string;
|
|
2763
|
-
"waiting_for_approval:_blm_approve": string;
|
|
2764
|
-
Waiting_for_Asset_Handover: string;
|
|
2765
|
-
Waiting_for_Asset_Return: string;
|
|
2766
|
-
"Waiting_for_Asset_Return_(Overdue)": string;
|
|
2767
|
-
Waiting_for_asset_to_be_returned: string;
|
|
2768
|
-
Waiting_for_Assigment: string;
|
|
2769
|
-
Waiting_for_Assignment: string;
|
|
2770
|
-
Waiting_for_Assignment_Approval: string;
|
|
2771
|
-
Waiting_for_Audit_Approval: string;
|
|
2772
|
-
Waiting_for_Audit_Custom_Field_Update: string;
|
|
2773
|
-
Waiting_for_Borrowing_Approval: string;
|
|
2774
|
-
Waiting_for_Confirmation: string;
|
|
2775
|
-
Waiting_for_Confrimation: string;
|
|
2776
|
-
Waiting_for_Disposal_Approval: string;
|
|
2777
|
-
Waiting_for_Disposal_Completion: string;
|
|
2778
|
-
Waiting_for_Disposal_Completion_Approval: string;
|
|
2779
|
-
Waiting_for_Disposal_Verification: string;
|
|
2780
|
-
Waiting_for_Handover: string;
|
|
2781
|
-
Waiting_for_Maintenance_Routine_Custom_Field_Update: string;
|
|
2782
|
-
Waiting_for_Purchase_Custom_Field_Update: string;
|
|
2783
|
-
Waiting_for_Review: string;
|
|
2784
|
-
Waiting_for_Transfer_Approval: string;
|
|
2785
|
-
Waiting_for_Verification: string;
|
|
2786
|
-
Warehouse: string;
|
|
2787
|
-
"Warranty_:": string;
|
|
2788
|
-
Warranty_Claim: string;
|
|
2789
|
-
"Warranty_Period_(in_year)": string;
|
|
2790
|
-
Warranty_Status: string;
|
|
2791
|
-
"We_will_not_saving_your_latest_action.": string;
|
|
2792
|
-
"Week(s)": string;
|
|
2793
|
-
Weekly: string;
|
|
2794
|
-
Will_be_Handled_by: string;
|
|
2795
|
-
"will_be_reported_as_damaged_asset.": string;
|
|
2796
|
-
"will_be_reported_as_missing_asset.": string;
|
|
2797
|
-
"will_expire_in_a_month_(": string;
|
|
2798
|
-
will_expire_on: string;
|
|
2799
|
-
"Write_a_message...": string;
|
|
2800
|
-
"Wrong_value.": string;
|
|
2801
|
-
Years: string;
|
|
2802
|
-
Yes: string;
|
|
2803
|
-
"Yes,_Understand": string;
|
|
2804
|
-
You_can_enter_your_current_asset_code_as_alias_code_to_be_searchable_in_console: string;
|
|
2805
|
-
You_can_go_back_to_this_page_but_we_will_not_be_saving_your: string;
|
|
2806
|
-
You_can_go_back_to_this_page_but_we_will_not_be_saving_your_latest: string;
|
|
2807
|
-
"You_can_go_back_to_this_page_but_we_will_not_be_saving_your_latest_action.": string;
|
|
2808
|
-
"You_can_request_to_extend_Borrowing_Duration_by_clicking_here._If_the_URL_is_not_working_properly,_use_the_link_below:": string;
|
|
2809
|
-
"You_cannot_delete_asset_name_because_some_asset_named_from_this_data.": string;
|
|
2810
|
-
"You_cannot_delete_brand_because_some_asset_named_from_this_brand.": string;
|
|
2811
|
-
"You_cannot_delete_your_account._Please_contact_other_manager_to_delete_your_account.": string;
|
|
2812
|
-
You_cannot_go_back_to_this_action_and_this_request_will_be: string;
|
|
2813
|
-
"You_have_requested_OTP_for_sign_in_to_TAG_Samurai_console._Please_enter_the_following_code_below:": string;
|
|
2814
|
-
"You_have_selected_all_asset_to_be_canceled_in_the_handover_process._This_request_will_be_removed.": string;
|
|
2815
|
-
You_must_pick_a_brand: string;
|
|
2816
|
-
You_must_pick_a_candition: string;
|
|
2817
|
-
You_must_pick_a_category: string;
|
|
2818
|
-
You_must_pick_a_condition: string;
|
|
2819
|
-
You_must_pick_a_data_type: string;
|
|
2820
|
-
You_must_pick_a_date: string;
|
|
2821
|
-
"You_must_pick_a_disposal_method.": string;
|
|
2822
|
-
You_must_pick_a_frequency: string;
|
|
2823
|
-
"You_must_pick_a_group.": string;
|
|
2824
|
-
You_must_pick_a_handled_by: string;
|
|
2825
|
-
You_must_pick_a_measurement: string;
|
|
2826
|
-
"You_must_pick_a_method.": string;
|
|
2827
|
-
"You_must_pick_a_model/type": string;
|
|
2828
|
-
You_must_pick_a_name: string;
|
|
2829
|
-
You_must_pick_a_result: string;
|
|
2830
|
-
You_must_pick_a_schedule_date: string;
|
|
2831
|
-
You_must_pick_a_TAG: string;
|
|
2832
|
-
You_must_pick_a_TAG_type: string;
|
|
2833
|
-
You_must_pick_a_user: string;
|
|
2834
|
-
You_must_pick_an_action: string;
|
|
2835
|
-
"You_must_pick_an_approval.": string;
|
|
2836
|
-
You_must_pick_an_asset: string;
|
|
2837
|
-
You_must_pick_an_audit_date: string;
|
|
2838
|
-
You_must_pick_an_audit_frequency: string;
|
|
2839
|
-
You_must_pick_an_audit_type: string;
|
|
2840
|
-
You_must_pick_category: string;
|
|
2841
|
-
You_must_pick_destination_group: string;
|
|
2842
|
-
"You_must_re-enter_the_new_password": string;
|
|
2843
|
-
"You_will_remove_the_selected_asset(s)_from_audit_addon._Are_you_sure_want_to_continue?": string;
|
|
2844
|
-
"You_will_resend_activation_email_to_marklee@mail.com": string;
|
|
2845
|
-
"You_will_submitting_this_approval_transaction.": string;
|
|
2846
|
-
"You_will_submitting_this_transaction_approval.": string;
|
|
2847
|
-
"You_will_submitting_this_transaction_approval._Asset_with_0_approved_duration_will_be_rejected_and_will_not_appear_in_the_next_step_of_transaction.": string;
|
|
2848
|
-
"You've_exceeded_the_available_duration_limit.": string;
|
|
2849
|
-
"Your_device_is_not_detected_or_not_identified_in_our_system.": string;
|
|
2850
|
-
"Your_latest_change_will_not_be_save.": string;
|
|
2851
|
-
"Your_latest_change_will_not_be_saved.": string;
|
|
2852
|
-
ZIP_Code: string;
|
|
2853
|
-
"ZIP_Code:_{code}": string;
|
|
2854
|
-
};
|
|
2855
|
-
}, {}, {}, string, false>;
|
|
28
|
+
import { DialogDamageLog, DialogMissingLog, DialogTransferLog, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearchByScan, TSButtonSearch, TSButtonSync, TSButtonSelectTree, TSButtonSelectUser, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDataTable, TSDatePicker, TSDayPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFilterContainer, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputCurrencyReference, TSInputEmail, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputSearch, TSInputText, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage } from './components/v2';
|
|
29
|
+
declare const TSi18n: import("vue-i18n").I18n<{}, {}, {}, string, false>;
|
|
2856
30
|
declare const _default: {
|
|
2857
31
|
install: (app: App) => void;
|
|
2858
32
|
};
|
|
2859
33
|
export default _default;
|
|
2860
|
-
export { LibConfig, TSToastService, TSi18n, VueHtmlToPaper, Tooltip, Focus, DialogDamageLog, DialogMissingLog, DialogTransferLog, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearch, TSButtonSearchByScan, TSButtonSelectTree, TSButtonSelectUser, TSButtonSync, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDatePicker, TSDataTable, TSDayPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFilterContainer, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputEmail, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputText, TSInputSearch, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage, handleTokenExpiration, exportToExcel, formatGoDate, formatDate, getUserLocale, formatDateReadable, formatUserName, formatVowelSoundLabel, getImageURL, isObjectEmpty, useToast, listenSidebarChanges, unListenSidebarChanges, getCurrency, formatCurrency, getHostName, getBaseURL, useI18n, useForm, useField, getNestedProperyValue, getSeverityByAssetStatus, clearStorage, forceLogout, reLogin, getTransactionRole, getSystemRole, hasSystemRole, hasTransactionRole, checkRouteAccess, hasApprovalRole, hasManagerRole, hasAnyManagerRole, hasMonitoringReportRole, hasAnyMonitoringReportRole, hasStaffRole, flattenTreeNodeChildren, parseNodeKeys, filterNodeKeys, TreeAPI, RoutineAPI, DisposalAPI, RoutineServices, AssetsServices, AssetNameService, AssetBrandService, DisposalServices, FilterMatchMode, useLoadingStore, Presets, };
|
|
34
|
+
export { LibConfig, TSToastService, TSi18n, VueHtmlToPaper, Tooltip, Focus, DialogDamageLog, DialogMissingLog, DialogTransferLog, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearch, TSButtonSearchByScan, TSButtonSelectTree, TSButtonSelectUser, TSButtonSync, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDatePicker, TSDataTable, TSDayPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFilterContainer, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputCurrencyReference, TSInputEmail, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputText, TSInputSearch, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage, handleTokenExpiration, exportToExcel, formatGoDate, formatDate, getUserLocale, formatDateReadable, formatUserName, formatVowelSoundLabel, getImageURL, downloadFile, isObjectEmpty, useToast, listenSidebarChanges, unListenSidebarChanges, getCurrency, formatCurrency, getHostName, getBaseURL, useI18n, useForm, useField, getNestedProperyValue, getSeverityByAssetStatus, clearStorage, forceLogout, reLogin, isValidJSONString, buildBodyParams, getTransactionRole, getSystemRole, hasSystemRole, hasTransactionRole, checkRouteAccess, hasApprovalRole, hasManagerRole, hasAnyManagerRole, hasMonitoringReportRole, hasAnyMonitoringReportRole, hasStaffRole, hasAccessToAssetDetail, flattenTreeNodeChildren, parseNodeKeys, filterNodeKeys, TreeAPI, RoutineAPI, DisposalAPI, RoutineServices, AssetsServices, AssetNameService, AssetBrandService, DisposalServices, FilterMatchMode, useLoadingStore, Presets, };
|