abrplus-ui-kit 0.2.9
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/README.md +159 -0
- package/dist/antOverrides.cjs.js +127 -0
- package/dist/antOverrides.es.js +127 -0
- package/dist/atoms.cjs.js +391 -0
- package/dist/atoms.es.js +392 -0
- package/dist/colors-CztsZ6e_.js +2213 -0
- package/dist/colors-TPZkyKI4.cjs +2212 -0
- package/dist/deepMerge-CG1he8ZD.js +20 -0
- package/dist/deepMerge-Cn27K7-s.cjs +19 -0
- package/dist/index-2Q5IExhU.cjs +89 -0
- package/dist/index-BOfdgXvN.cjs +265 -0
- package/dist/index-BnnlMHRY.cjs +27 -0
- package/dist/index-BzahloOb.js +28 -0
- package/dist/index-C24zbKLS.js +350 -0
- package/dist/index-CCvWoynu.cjs +12 -0
- package/dist/index-CQKRmQkW.js +543 -0
- package/dist/index-CW9vyiq6.cjs +349 -0
- package/dist/index-D8BknfUe.js +266 -0
- package/dist/index-DCP3xelB.cjs +1629 -0
- package/dist/index-DCojd1ld.js +90 -0
- package/dist/index-DLUd_0LP.js +13 -0
- package/dist/index-WgcaHHjH.js +1630 -0
- package/dist/index-keKfh9ZW.cjs +542 -0
- package/dist/index.cjs.js +109 -0
- package/dist/index.css +1519 -0
- package/dist/index.es.js +109 -0
- package/dist/index2.css +3 -0
- package/dist/molecules.cjs.js +7823 -0
- package/dist/molecules.es.js +7825 -0
- package/dist/organisms.cjs.js +940 -0
- package/dist/organisms.es.js +940 -0
- package/dist/provider.cjs.js +48 -0
- package/dist/provider.es.js +48 -0
- package/dist/sortable.esm-CwrpjqII.cjs +3872 -0
- package/dist/sortable.esm-DfJu5xWT.js +3873 -0
- package/dist/theme.css +102 -0
- package/dist/types/antOverrides.d.ts +2 -0
- package/dist/types/assets/fonts/icomoon/selection.json.d.ts +3 -0
- package/dist/types/atoms.d.ts +2 -0
- package/dist/types/components/antOverrides/alert/index.d.ts +2 -0
- package/dist/types/components/antOverrides/avatar/index.d.ts +15 -0
- package/dist/types/components/antOverrides/breadcrumb/index.d.ts +4 -0
- package/dist/types/components/antOverrides/dropdown/index.d.ts +4 -0
- package/dist/types/components/antOverrides/flex/index.d.ts +4 -0
- package/dist/types/components/antOverrides/image/index.d.ts +7 -0
- package/dist/types/components/antOverrides/index.d.ts +18 -0
- package/dist/types/components/antOverrides/infiniteLoader/index.d.ts +12 -0
- package/dist/types/components/antOverrides/loading/index.d.ts +14 -0
- package/dist/types/components/antOverrides/menu/index.d.ts +8 -0
- package/dist/types/components/antOverrides/pagination/index.d.ts +3 -0
- package/dist/types/components/antOverrides/progress/index.d.ts +3 -0
- package/dist/types/components/antOverrides/segmented/index.d.ts +4 -0
- package/dist/types/components/antOverrides/skeleton/index.d.ts +10 -0
- package/dist/types/components/antOverrides/slider/index.d.ts +5 -0
- package/dist/types/components/antOverrides/steps/index.d.ts +11 -0
- package/dist/types/components/antOverrides/switch/index.d.ts +3 -0
- package/dist/types/components/antOverrides/text/index.d.ts +31 -0
- package/dist/types/components/antOverrides/timeline/index.d.ts +4 -0
- package/dist/types/components/antOverrides/tooltip/index.d.ts +8 -0
- package/dist/types/components/antOverrides/upload/index.d.ts +7 -0
- package/dist/types/components/atoms/badge/index.d.ts +3 -0
- package/dist/types/components/atoms/behavioralAtoms/index.d.ts +2 -0
- package/dist/types/components/atoms/behavioralAtoms/portalContainer/index.d.ts +7 -0
- package/dist/types/components/atoms/behavioralAtoms/render/index.d.ts +14 -0
- package/dist/types/components/atoms/borderedTitle/index.d.ts +9 -0
- package/dist/types/components/atoms/box/index.d.ts +7 -0
- package/dist/types/components/atoms/breadcrumbs/index.d.ts +5 -0
- package/dist/types/components/atoms/card/index.d.ts +5 -0
- package/dist/types/components/atoms/checkbox/index.d.ts +7 -0
- package/dist/types/components/atoms/clickAwayListener/index.d.ts +11 -0
- package/dist/types/components/atoms/collapse/index.d.ts +6 -0
- package/dist/types/components/atoms/datePicker/index.d.ts +16 -0
- package/dist/types/components/atoms/empty/index.d.ts +5 -0
- package/dist/types/components/atoms/fallback/index.d.ts +4 -0
- package/dist/types/components/atoms/horizontalLine/index.d.ts +9 -0
- package/dist/types/components/atoms/icon/constants/iconNames.d.ts +1 -0
- package/dist/types/components/atoms/icon/constants/iconsContent.d.ts +808 -0
- package/dist/types/components/atoms/icon/iconPack/index.d.ts +2 -0
- package/dist/types/components/atoms/icon/index.d.ts +26 -0
- package/dist/types/components/atoms/index.d.ts +24 -0
- package/dist/types/components/atoms/navigationTabs/index.d.ts +35 -0
- package/dist/types/components/atoms/popover/index.d.ts +14 -0
- package/dist/types/components/atoms/popover/link.d.ts +6 -0
- package/dist/types/components/atoms/radio/index.d.ts +7 -0
- package/dist/types/components/atoms/rangePicker/index.d.ts +14 -0
- package/dist/types/components/atoms/separator/index.d.ts +5 -0
- package/dist/types/components/atoms/tab/index.d.ts +9 -0
- package/dist/types/components/atoms/tooltip/index.d.ts +7 -0
- package/dist/types/components/atoms/tooltip/titleTooltip.d.ts +5 -0
- package/dist/types/components/atoms/upload/index.d.ts +11 -0
- package/dist/types/components/atoms/verticalLine/index.d.ts +7 -0
- package/dist/types/components/atoms/view/helper.d.ts +20 -0
- package/dist/types/components/atoms/view/index.d.ts +26 -0
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/molecules/accordion/index.d.ts +20 -0
- package/dist/types/components/molecules/actionHeader/index.d.ts +11 -0
- package/dist/types/components/molecules/audioVisualizer/index.d.ts +15 -0
- package/dist/types/components/molecules/avatarUpload/index.d.ts +15 -0
- package/dist/types/components/molecules/button/action/index.d.ts +5 -0
- package/dist/types/components/molecules/button/icon/index.d.ts +11 -0
- package/dist/types/components/molecules/button/index.d.ts +18 -0
- package/dist/types/components/molecules/button/negative/index.d.ts +5 -0
- package/dist/types/components/molecules/button/primary/index.d.ts +3 -0
- package/dist/types/components/molecules/button/secondary/index.d.ts +3 -0
- package/dist/types/components/molecules/button/secondaryQuiet/index.d.ts +3 -0
- package/dist/types/components/molecules/button/shared.d.ts +23 -0
- package/dist/types/components/molecules/button/tertiary/index.d.ts +3 -0
- package/dist/types/components/molecules/button/text/index.d.ts +10 -0
- package/dist/types/components/molecules/catch/index.d.ts +9 -0
- package/dist/types/components/molecules/chevronIcon/index.d.ts +6 -0
- package/dist/types/components/molecules/copyButton/index.d.ts +8 -0
- package/dist/types/components/molecules/index.d.ts +24 -0
- package/dist/types/components/molecules/input/TextArea/index.d.ts +25 -0
- package/dist/types/components/molecules/input/default/index.d.ts +23 -0
- package/dist/types/components/molecules/input/emojiPicker/index.d.ts +21 -0
- package/dist/types/components/molecules/input/ghost/index.d.ts +25 -0
- package/dist/types/components/molecules/input/index.d.ts +19 -0
- package/dist/types/components/molecules/input/number/index.d.ts +28 -0
- package/dist/types/components/molecules/input/search/index.d.ts +7 -0
- package/dist/types/components/molecules/input/tag/index.d.ts +13 -0
- package/dist/types/components/molecules/inputDatePicker/index.d.ts +17 -0
- package/dist/types/components/molecules/inputErrorMessage/index.d.ts +9 -0
- package/dist/types/components/molecules/inputRangePicker/index.d.ts +16 -0
- package/dist/types/components/molecules/logo/index.d.ts +25 -0
- package/dist/types/components/molecules/noResult/index.d.ts +8 -0
- package/dist/types/components/molecules/notification/index.d.ts +13 -0
- package/dist/types/components/molecules/select/components/clearIcon.d.ts +2 -0
- package/dist/types/components/molecules/select/components/index.d.ts +5 -0
- package/dist/types/components/molecules/select/components/label.d.ts +6 -0
- package/dist/types/components/molecules/select/components/notFound.d.ts +5 -0
- package/dist/types/components/molecules/select/components/placeholder.d.ts +7 -0
- package/dist/types/components/molecules/select/components/suffix.d.ts +10 -0
- package/dist/types/components/molecules/select/index.d.ts +13 -0
- package/dist/types/components/molecules/select/multiple/index.d.ts +5 -0
- package/dist/types/components/molecules/select/single/index.d.ts +5 -0
- package/dist/types/components/molecules/select/style.d.ts +8 -0
- package/dist/types/components/molecules/select/treeSelect/index.d.ts +2 -0
- package/dist/types/components/molecules/select/types.d.ts +108 -0
- package/dist/types/components/molecules/sortableList/index.d.ts +19 -0
- package/dist/types/components/molecules/spliter/index.d.ts +8 -0
- package/dist/types/components/molecules/tag/index.d.ts +17 -0
- package/dist/types/components/molecules/tagCollectionView/index.d.ts +14 -0
- package/dist/types/components/molecules/tagInput/components/notFoundAddItem.d.ts +4 -0
- package/dist/types/components/molecules/tagInput/index.d.ts +6 -0
- package/dist/types/components/molecules/tagInput/style.d.ts +9 -0
- package/dist/types/components/molecules/tagInput/types.d.ts +66 -0
- package/dist/types/components/molecules/timePicker/index.d.ts +6 -0
- package/dist/types/components/molecules/titleBox/index.d.ts +8 -0
- package/dist/types/components/molecules/titleBox/status.d.ts +5 -0
- package/dist/types/components/molecules/titleBox/title.d.ts +7 -0
- package/dist/types/components/molecules/tree/index.d.ts +29 -0
- package/dist/types/components/molecules/tree/searchBar/index.d.ts +7 -0
- package/dist/types/components/molecules/verticalTabs/index.d.ts +19 -0
- package/dist/types/components/organisms/avatarGroup/index.d.ts +25 -0
- package/dist/types/components/organisms/drawer/components/footer.d.ts +3 -0
- package/dist/types/components/organisms/drawer/components/headerTitle.d.ts +8 -0
- package/dist/types/components/organisms/drawer/index.d.ts +24 -0
- package/dist/types/components/organisms/index.d.ts +4 -0
- package/dist/types/components/organisms/modal/base.d.ts +6 -0
- package/dist/types/components/organisms/modal/confirm.d.ts +6 -0
- package/dist/types/components/organisms/modal/delete.d.ts +4 -0
- package/dist/types/components/organisms/modal/error.d.ts +4 -0
- package/dist/types/components/organisms/modal/index.d.ts +14 -0
- package/dist/types/components/organisms/modal/info.d.ts +4 -0
- package/dist/types/components/organisms/modal/type.d.ts +11 -0
- package/dist/types/components/organisms/table/column.d.ts +20 -0
- package/dist/types/components/organisms/table/components/cell/currencyCell.d.ts +7 -0
- package/dist/types/components/organisms/table/components/cell/dateCell.d.ts +6 -0
- package/dist/types/components/organisms/table/components/cell/index.d.ts +10 -0
- package/dist/types/components/organisms/table/components/cell/status.d.ts +8 -0
- package/dist/types/components/organisms/table/components/expandIcon.d.ts +7 -0
- package/dist/types/components/organisms/table/components/headerTitle.d.ts +10 -0
- package/dist/types/components/organisms/table/config.d.ts +8 -0
- package/dist/types/components/organisms/table/dndSort/context.d.ts +6 -0
- package/dist/types/components/organisms/table/dndSort/dragHandle.d.ts +1 -0
- package/dist/types/components/organisms/table/dndSort/index.d.ts +3 -0
- package/dist/types/components/organisms/table/dndSort/provider.d.ts +10 -0
- package/dist/types/components/organisms/table/dndSort/row.d.ts +6 -0
- package/dist/types/components/organisms/table/index.d.ts +30 -0
- package/dist/types/components/organisms/table/pagination/components.d.ts +18 -0
- package/dist/types/components/organisms/table/pagination/usePagination.d.ts +22 -0
- package/dist/types/configs/constructors/AbrplusUIKit.d.ts +17 -0
- package/dist/types/configs/constructors/index.d.ts +1 -0
- package/dist/types/configs/index.d.ts +6 -0
- package/dist/types/configs/locales/en.d.ts +1030 -0
- package/dist/types/configs/locales/fa.d.ts +1031 -0
- package/dist/types/configs/locales/i18nextTFunction.d.ts +5 -0
- package/dist/types/configs/locales/index.d.ts +10 -0
- package/dist/types/configs/providers/AbrplusUIKitProvider.d.ts +11 -0
- package/dist/types/configs/providers/index.d.ts +1 -0
- package/dist/types/configs/tailwindcss/index.d.ts +103 -0
- package/dist/types/configs/theme/colors.d.ts +114 -0
- package/dist/types/configs/theme/index.d.ts +1 -0
- package/dist/types/configs/types/index.d.ts +98 -0
- package/dist/types/constants/chartColors.d.ts +1 -0
- package/dist/types/constants/datepickerColors.d.ts +2 -0
- package/dist/types/constants/dimantions.d.ts +12 -0
- package/dist/types/constants/enum.d.ts +5 -0
- package/dist/types/constants/index.d.ts +3 -0
- package/dist/types/constants/variables.d.ts +2 -0
- package/dist/types/hooks/index.d.ts +6 -0
- package/dist/types/hooks/useAntConfig.d.ts +24 -0
- package/dist/types/hooks/useDebounce.d.ts +1 -0
- package/dist/types/hooks/useInteractions.d.ts +15 -0
- package/dist/types/hooks/useLocalStorageState.d.ts +3 -0
- package/dist/types/hooks/useObserveWindow.d.ts +9 -0
- package/dist/types/hooks/useWindowDimensions.d.ts +16 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/main.d.ts +3 -0
- package/dist/types/molecules.d.ts +2 -0
- package/dist/types/organisms.d.ts +2 -0
- package/dist/types/provider.d.ts +2 -0
- package/dist/types/theme.d.ts +1 -0
- package/dist/types/utilities/batch.d.ts +9 -0
- package/dist/types/utilities/createIcomoonIconSet.d.ts +9 -0
- package/dist/types/utilities/deepMerge.d.ts +1 -0
- package/dist/types/utilities/getErrorMessage.d.ts +1 -0
- package/dist/types/utilities/index.d.ts +7 -0
- package/dist/types/utilities/isPersian.d.ts +1 -0
- package/dist/types/utilities/mmss.d.ts +1 -0
- package/dist/types/utilities/testUtils/index.d.ts +3 -0
- package/dist/types/utilities/testUtils/withReactQuery.d.ts +2 -0
- package/dist/types/utilities/testUtils/withReactRouter.d.ts +2 -0
- package/package.json +195 -0
|
@@ -0,0 +1,2212 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const i18n = require("i18next");
|
|
3
|
+
const reactI18next = require("react-i18next");
|
|
4
|
+
const en = {
|
|
5
|
+
common: {
|
|
6
|
+
literal: {
|
|
7
|
+
abrplus: "Abrplus",
|
|
8
|
+
active: "Active",
|
|
9
|
+
add: "Add",
|
|
10
|
+
apply: "Apply",
|
|
11
|
+
authentication: "Authentication",
|
|
12
|
+
back: "Back",
|
|
13
|
+
connectToWebApplication: "Connect to web application",
|
|
14
|
+
copy: "Copy",
|
|
15
|
+
createdDate: "Create date",
|
|
16
|
+
createLeadFromType: "Create lead from type",
|
|
17
|
+
mailbox: "Mailbox",
|
|
18
|
+
postalCode: "Postal code",
|
|
19
|
+
enterAddress: "Enter here your address",
|
|
20
|
+
enterDescription: "Enter description here",
|
|
21
|
+
description: "Description",
|
|
22
|
+
disable: "Disable",
|
|
23
|
+
domain: "Domain",
|
|
24
|
+
email: "Email",
|
|
25
|
+
filter: "Filter",
|
|
26
|
+
filtring: "Filtering",
|
|
27
|
+
generalSpecifications: "General Specifications",
|
|
28
|
+
getExcel: "Get from Excel",
|
|
29
|
+
guide: "Guide",
|
|
30
|
+
howToConnect: "How to connect",
|
|
31
|
+
lastName: "Last name",
|
|
32
|
+
leadIdentityBase: "Identity base",
|
|
33
|
+
name: "Name",
|
|
34
|
+
nameProductCategory: "Product Category Name",
|
|
35
|
+
next: "Next",
|
|
36
|
+
pageTracking: "Page tracking",
|
|
37
|
+
password: "Password",
|
|
38
|
+
previous: "Previous",
|
|
39
|
+
register: "Register",
|
|
40
|
+
registerAbrplusAccount: "Register abrplus account",
|
|
41
|
+
resendCode: "Resend code",
|
|
42
|
+
save: "Save",
|
|
43
|
+
searchGeocode: "Search city or neighborhood",
|
|
44
|
+
addLocation: "Add location",
|
|
45
|
+
location: "Location",
|
|
46
|
+
search: "Search",
|
|
47
|
+
singlePage: "Single page",
|
|
48
|
+
status: "Status",
|
|
49
|
+
submitAndConfirm: "Submit and confirm",
|
|
50
|
+
users: "Users",
|
|
51
|
+
applyFilter: "Apply filter",
|
|
52
|
+
erase: "Erase",
|
|
53
|
+
additionalSpecifications: "Additional specifications",
|
|
54
|
+
moreDetails: "More details",
|
|
55
|
+
required: "Required",
|
|
56
|
+
details: "Details",
|
|
57
|
+
cancel: "Cancel",
|
|
58
|
+
confirm: "Confirm",
|
|
59
|
+
displayCountPerPage: "Items per page",
|
|
60
|
+
user: "User",
|
|
61
|
+
deleteFilter: "Delete Filter",
|
|
62
|
+
deletePriceList: "Delete pricelist",
|
|
63
|
+
number: "Number",
|
|
64
|
+
rial: "Rial",
|
|
65
|
+
title: "Title",
|
|
66
|
+
position: "Position",
|
|
67
|
+
department: "Department",
|
|
68
|
+
office: "Office",
|
|
69
|
+
value: "Value",
|
|
70
|
+
values: "Values",
|
|
71
|
+
text: "Text",
|
|
72
|
+
exit: "Exit",
|
|
73
|
+
myProfile: "My profile",
|
|
74
|
+
callHistory: "CallHistory",
|
|
75
|
+
currentCalls: "CurrentCalls",
|
|
76
|
+
callRecord: "Call record",
|
|
77
|
+
autoCall: "Auto call",
|
|
78
|
+
caller: "Caller",
|
|
79
|
+
callCode: "Code",
|
|
80
|
+
numberTo: "to",
|
|
81
|
+
callPhoneNumber: "Phone Number",
|
|
82
|
+
call: "Call",
|
|
83
|
+
phone: "Phone",
|
|
84
|
+
more: "More",
|
|
85
|
+
endDate: "End date",
|
|
86
|
+
startDate: "Start date",
|
|
87
|
+
before: "Before",
|
|
88
|
+
after: "After",
|
|
89
|
+
within: "Within",
|
|
90
|
+
on: "On",
|
|
91
|
+
present: "Present",
|
|
92
|
+
notPresent: "Not present",
|
|
93
|
+
equalTo: "Equal to",
|
|
94
|
+
notEqualTo: "Not equal to",
|
|
95
|
+
between: "Between",
|
|
96
|
+
greaterThan: "Greater than",
|
|
97
|
+
greaterThanEqual: "Is greater than or equal to",
|
|
98
|
+
lessThan: "Less than",
|
|
99
|
+
lessThanEqual: "Is less than or equal to",
|
|
100
|
+
notBetween: "Not between",
|
|
101
|
+
notEmpty: "Is not empty",
|
|
102
|
+
empty: "Is empty",
|
|
103
|
+
startsWith: "Starts with",
|
|
104
|
+
notStarts: "Not Starts with",
|
|
105
|
+
endsWith: "Ends with",
|
|
106
|
+
doesNotEndWith: "Does not end with",
|
|
107
|
+
oneOf: "One of",
|
|
108
|
+
noneOf: "None of",
|
|
109
|
+
matchesRegex: "Matches regex",
|
|
110
|
+
doesNotMatchRegex: "Does not match regex",
|
|
111
|
+
contains: "Contains",
|
|
112
|
+
doesNotContain: "Does not contains",
|
|
113
|
+
is: "Is",
|
|
114
|
+
reset: "Reset",
|
|
115
|
+
selectOperator: "Select operator",
|
|
116
|
+
new: "New",
|
|
117
|
+
select: "Select...",
|
|
118
|
+
to: "To",
|
|
119
|
+
color: "Color",
|
|
120
|
+
addInputTag: "Add a Tag",
|
|
121
|
+
salesApp: "Sales",
|
|
122
|
+
callApp: "Call",
|
|
123
|
+
clubApp: "Club",
|
|
124
|
+
tagManagement: "Tag Management",
|
|
125
|
+
tagName: "Tag name",
|
|
126
|
+
creator: "Creator",
|
|
127
|
+
tags: "Tags",
|
|
128
|
+
addToCategory: "Add To Category",
|
|
129
|
+
tagsList: "Tags List",
|
|
130
|
+
categoriesList: "Categories List",
|
|
131
|
+
warning: "Warning",
|
|
132
|
+
pricelistDetails: "Price List Details",
|
|
133
|
+
openWebPhone: "Open Webphone",
|
|
134
|
+
developerSettings: "Developer Settings",
|
|
135
|
+
point: "Point",
|
|
136
|
+
up: "Up",
|
|
137
|
+
down: "Down",
|
|
138
|
+
activity: "Activity (weekly, monthly, yearly)",
|
|
139
|
+
sum: "Sum",
|
|
140
|
+
events: "Events",
|
|
141
|
+
userAccountLogin: "Login to account",
|
|
142
|
+
username: "Username",
|
|
143
|
+
passwordRequired: "Password is required",
|
|
144
|
+
login: "Login",
|
|
145
|
+
payamgostar: "Payamgostar",
|
|
146
|
+
alovoip: "Alovoip",
|
|
147
|
+
home: "Home",
|
|
148
|
+
accessRate: "Access Rate",
|
|
149
|
+
addAndEdit: "Add and Edit",
|
|
150
|
+
addColumn: "Add column",
|
|
151
|
+
addCountingUnitCategory: "Add counting unit category",
|
|
152
|
+
addFilter: "Add filter",
|
|
153
|
+
addGrouping: "Add grouping",
|
|
154
|
+
addNewCategory: "Add new category",
|
|
155
|
+
addNewInformation: "Add new information",
|
|
156
|
+
addNewPermission: "Add new permission",
|
|
157
|
+
addRow: "Add row",
|
|
158
|
+
addStair: "Add Stair",
|
|
159
|
+
addWidget: "Add Widget",
|
|
160
|
+
advanced: "Advanced",
|
|
161
|
+
advanceReport: "Advance report",
|
|
162
|
+
toSave: "Save",
|
|
163
|
+
afterDay: "{{day}} days later",
|
|
164
|
+
agent: "Agent",
|
|
165
|
+
aggregation: "Aggregation",
|
|
166
|
+
all: "All",
|
|
167
|
+
allAppointments: "All appointments",
|
|
168
|
+
allCalls: "All calls",
|
|
169
|
+
allEmail: "All email",
|
|
170
|
+
allNotifications: "All notifications",
|
|
171
|
+
allocated: "Allocated",
|
|
172
|
+
AllocationDate: "Allocation Date",
|
|
173
|
+
allocationStatus: "Allocation status",
|
|
174
|
+
allPermissionsCount: "All Permissions Count",
|
|
175
|
+
allProductsCount: "All products count",
|
|
176
|
+
allSms: "All sms",
|
|
177
|
+
allWork: "All work",
|
|
178
|
+
alocationDate: "Alocation date",
|
|
179
|
+
appearance: "Appearance",
|
|
180
|
+
appearanceSetting: "Appearance setting",
|
|
181
|
+
appointment: "Appointment",
|
|
182
|
+
archive: "Archive",
|
|
183
|
+
assignTo: "Assign to",
|
|
184
|
+
automaticCall: "AutomaticCall",
|
|
185
|
+
automaticRefreshEvery5Seconds: "Automatic refresh every 5 seconds",
|
|
186
|
+
autoRefresh: "Auto Refresh every {{second}}",
|
|
187
|
+
average: "Average",
|
|
188
|
+
backLog: "Backlogs",
|
|
189
|
+
bar: "Bar",
|
|
190
|
+
baseCountUnit: "Base count unit",
|
|
191
|
+
basic: "Basic",
|
|
192
|
+
beforeDay: "{{day}} days ago",
|
|
193
|
+
both: "Both",
|
|
194
|
+
branch: "Branch",
|
|
195
|
+
BusinessNote: "Business Note",
|
|
196
|
+
buy: "Buy",
|
|
197
|
+
buyable: "Buyable",
|
|
198
|
+
buyingPrice: "Buying price",
|
|
199
|
+
by: "By {{value}}",
|
|
200
|
+
calculatedDuration: "Calculated duration is equal to {{days}} days",
|
|
201
|
+
calculatedDurationWithYear: "Calculated duration is equal to {{year}} years and {{days}} days",
|
|
202
|
+
calendarType: "Calendar type",
|
|
203
|
+
callSettings: "Calls settings",
|
|
204
|
+
callsInWindowCount: "Calls in window",
|
|
205
|
+
card: "Card",
|
|
206
|
+
categories: "Categories",
|
|
207
|
+
categoriesCount: "{{subCategoryCount}} categories count",
|
|
208
|
+
changePassword: "Change password",
|
|
209
|
+
changeTelephonyPassword: "Change telephony password",
|
|
210
|
+
chartType: "Chart type",
|
|
211
|
+
classes: "Classes",
|
|
212
|
+
classification: "Classification",
|
|
213
|
+
className: "Class Name",
|
|
214
|
+
closedWork: "Closed work",
|
|
215
|
+
collectionList: "Collection list",
|
|
216
|
+
colors: "Colors",
|
|
217
|
+
columnName: "Column name",
|
|
218
|
+
comission: "Comission",
|
|
219
|
+
comissionCalculation: "Comission calculation",
|
|
220
|
+
comments: "Comments",
|
|
221
|
+
confirmation: "Confirmation",
|
|
222
|
+
confirmNewPassword: "Confirm new password",
|
|
223
|
+
continue: "Continue",
|
|
224
|
+
continueOperation: "Continue operation",
|
|
225
|
+
copyFormula: "Copy formula",
|
|
226
|
+
count: "Count",
|
|
227
|
+
countFormula: "Count formula",
|
|
228
|
+
countUnit: "Count unit",
|
|
229
|
+
countUnitCategoryName: "Count unit category name",
|
|
230
|
+
countUnits: "Count units",
|
|
231
|
+
createDate: "Create date",
|
|
232
|
+
createFormulaFromExcel: "Create formula from excel",
|
|
233
|
+
creatorName: "Creator name",
|
|
234
|
+
csvDownload: "Download CSV",
|
|
235
|
+
currencyRange: "Currency range",
|
|
236
|
+
currentDay: "Current day",
|
|
237
|
+
currentDepartment: "Current department",
|
|
238
|
+
currentGroup: "Current group",
|
|
239
|
+
currentMonth: "Current month",
|
|
240
|
+
currentPassword: "Old password",
|
|
241
|
+
currentSeason: "Current season",
|
|
242
|
+
currentUser: "Current user",
|
|
243
|
+
currentWeek: "Current week",
|
|
244
|
+
currentYear: "Current year",
|
|
245
|
+
customer: "Customer",
|
|
246
|
+
customerClassification: "Customer classification",
|
|
247
|
+
customersReportList: "Customers report list",
|
|
248
|
+
customizeList: "Customize list",
|
|
249
|
+
cylindrical: "Cylindrical",
|
|
250
|
+
dash: "-",
|
|
251
|
+
dashboardName: "Dashboard Name",
|
|
252
|
+
date: "Date",
|
|
253
|
+
dateFrom: "Validity date from",
|
|
254
|
+
dateGroupBy: "Date group by",
|
|
255
|
+
dateOfEntryToDashboard: "Date of entry to dashboard",
|
|
256
|
+
dateRange: "Date range",
|
|
257
|
+
dateTo: "Validity date to",
|
|
258
|
+
day: "Day",
|
|
259
|
+
deadline: "Deadline",
|
|
260
|
+
decimalDigitsSupport: "Decimal Digits Support",
|
|
261
|
+
default: "Default",
|
|
262
|
+
defaultName: "Default name",
|
|
263
|
+
defaultValueSet: "Default value set",
|
|
264
|
+
delete: "Delete",
|
|
265
|
+
deleteCategory: "Delete category",
|
|
266
|
+
deleteOneGroup: "Delete One Group",
|
|
267
|
+
deleteProductCategory: "Delete product category",
|
|
268
|
+
deleteReport: "Delete report",
|
|
269
|
+
deleteRow: "Delete row",
|
|
270
|
+
departments: "Departments",
|
|
271
|
+
dependentCountUnit: "Dependent Count unit",
|
|
272
|
+
design: "Design",
|
|
273
|
+
dialer: "Dialer",
|
|
274
|
+
digit: "Digit",
|
|
275
|
+
discard: "Discard",
|
|
276
|
+
discount: "Discount",
|
|
277
|
+
DisposeInventoryTransaction: "Dispose Inventory Transaction",
|
|
278
|
+
doFilter: "Add Filter",
|
|
279
|
+
done: "Done",
|
|
280
|
+
dueDate: "Due date",
|
|
281
|
+
DueDate: "Due Date",
|
|
282
|
+
editCountingUnitCategory: "Edit counting unit category",
|
|
283
|
+
editExistingInformation: "Edit existing information",
|
|
284
|
+
editQuantity: "Edit quantity",
|
|
285
|
+
editUnitCount: "Edit unit count",
|
|
286
|
+
endOfEditing: "End of editing",
|
|
287
|
+
english: "English",
|
|
288
|
+
enter: "Enter",
|
|
289
|
+
EnterInventoryTransaction: "Enter Inventory Transaction",
|
|
290
|
+
entities: "Entities",
|
|
291
|
+
entryToCartableDate: "Entry To Cartable Date",
|
|
292
|
+
equalBy: "EqualBy",
|
|
293
|
+
error: "Error",
|
|
294
|
+
exampleFile: "Example file",
|
|
295
|
+
except: "Except",
|
|
296
|
+
exitFullscreen: "Exit fullscreen",
|
|
297
|
+
ExitInventoryTransaction: "Exit Inventory Transaction",
|
|
298
|
+
expireTime: "Expire time",
|
|
299
|
+
expireType: "Expire type",
|
|
300
|
+
exportExcel: "Export from excel",
|
|
301
|
+
extraSpecifications: "Extra information",
|
|
302
|
+
fieldsMapping: "Mapping fields",
|
|
303
|
+
File: "File",
|
|
304
|
+
fileFields: "File fields",
|
|
305
|
+
files: "Files",
|
|
306
|
+
filters: "Filters",
|
|
307
|
+
followUp: "Follow up",
|
|
308
|
+
followUpDescription: "Followup description",
|
|
309
|
+
followUpTime: "Followup time",
|
|
310
|
+
fontSize: "Font size",
|
|
311
|
+
Form: "Form",
|
|
312
|
+
formulaOutput: "Formula output",
|
|
313
|
+
from: "From",
|
|
314
|
+
fromPredefinedSources: "From predefined sources",
|
|
315
|
+
fromUntilTo: "{{from}} util {{to}}",
|
|
316
|
+
fullname: "Fullname",
|
|
317
|
+
fullscreen: "Fullscreen",
|
|
318
|
+
funnel: "Funnel",
|
|
319
|
+
gauranteeApply: "Apply gaurantee",
|
|
320
|
+
generalActivities: "General activities",
|
|
321
|
+
generalNotificationSettings: "General Notification Settings",
|
|
322
|
+
georgianDateRange: "Georgian date range",
|
|
323
|
+
getUnderSupervision: "Get Under Supervision",
|
|
324
|
+
goldAmountCalculateFormula: "Gold amount calculate formula",
|
|
325
|
+
greater: "Greater",
|
|
326
|
+
greaterEqual: "Greater equal",
|
|
327
|
+
gregorian: "Gregorian",
|
|
328
|
+
groupBy: "Group by",
|
|
329
|
+
grouping: "Grouping",
|
|
330
|
+
groupLike: "Group",
|
|
331
|
+
groups: "Groups",
|
|
332
|
+
height: "Height",
|
|
333
|
+
howtorefer: "How to refer",
|
|
334
|
+
HowToSort: "How to sort",
|
|
335
|
+
Identity: "Identity",
|
|
336
|
+
iframeSettings: "IFrame Settings",
|
|
337
|
+
in: "In",
|
|
338
|
+
inDate: "In date",
|
|
339
|
+
InitialStockInventoryTransaction: "Initial Stock Inventory Transaction",
|
|
340
|
+
int: "Int",
|
|
341
|
+
integer: "Integer number",
|
|
342
|
+
invalidFile: "Invalid file",
|
|
343
|
+
inventoryEntities: "Inventory entities",
|
|
344
|
+
inventoryManagement: "Inventory management",
|
|
345
|
+
items: "Items",
|
|
346
|
+
jalali: "Jalali",
|
|
347
|
+
jpegDownload: "Download JPEG",
|
|
348
|
+
label: "Label",
|
|
349
|
+
large: "Large",
|
|
350
|
+
last24Hours: "Last 24 hours",
|
|
351
|
+
lastFourteenDays: "Last 14 days",
|
|
352
|
+
lastMonth: "Last month",
|
|
353
|
+
lastNinetyDays: "Last 90 days",
|
|
354
|
+
lastSeason: "Last season",
|
|
355
|
+
lastSevenDay: "Last seven day",
|
|
356
|
+
lastSixtyDays: "60 روز گذشته",
|
|
357
|
+
lastThirtyDays: "Last 30 days",
|
|
358
|
+
lastThreeSixtyDays: "Last 360 days",
|
|
359
|
+
lastWeek: "Last week",
|
|
360
|
+
lastYear: "Last year",
|
|
361
|
+
Lead: "Lead",
|
|
362
|
+
leastOrderAmount: "Least Order Amount",
|
|
363
|
+
length: "Lenght",
|
|
364
|
+
less: "Less",
|
|
365
|
+
lessEqual: "Less equal",
|
|
366
|
+
line: "Line",
|
|
367
|
+
column: "Column",
|
|
368
|
+
listName: "List name",
|
|
369
|
+
listOfUsersIHaveDesignatedAsSuccessor: "List of users I have designated as a successor",
|
|
370
|
+
listOfUsersWhoHaveAppointedMeAsTheirSuccessor: "List of users who have appointed me as their successor",
|
|
371
|
+
logout: "Logout",
|
|
372
|
+
machineFields: "Machine fields",
|
|
373
|
+
mainCounter: "Main counter",
|
|
374
|
+
manualField: "Manual field",
|
|
375
|
+
map: "Map",
|
|
376
|
+
mappingName: "Mapping name",
|
|
377
|
+
maxAvailabelDecreament: "Maximum available decreament",
|
|
378
|
+
maxAvailabelIncreament: "Maximum available increament",
|
|
379
|
+
maximum: "Maximum",
|
|
380
|
+
maximumDiscount: "Maximum discount",
|
|
381
|
+
maximumOrder: "Maximum order",
|
|
382
|
+
me: "Me",
|
|
383
|
+
medium: "Medium",
|
|
384
|
+
messageText: "Message Text",
|
|
385
|
+
minimizeColumn: "Minimize Column",
|
|
386
|
+
minimum: "Minimum",
|
|
387
|
+
minimumBoughtCount: "Minimum bought count",
|
|
388
|
+
minimumBuyCount: "Minimum buy count",
|
|
389
|
+
Money: "Money",
|
|
390
|
+
month: "Month",
|
|
391
|
+
monthDay: "Month day",
|
|
392
|
+
moveTo: "Move To",
|
|
393
|
+
moveToList: "Move to list",
|
|
394
|
+
myActivitySettings: "My Activity Settings",
|
|
395
|
+
myMappings: "My mappings",
|
|
396
|
+
newDashboard: "New Dashboard",
|
|
397
|
+
newList: "New list",
|
|
398
|
+
newMappingName: "New mapping name",
|
|
399
|
+
newNote: "NewNote",
|
|
400
|
+
newOpportunity: "NewOpportunity",
|
|
401
|
+
newPassword: "New password",
|
|
402
|
+
newPointingRule: "New pointing rule",
|
|
403
|
+
newPreInvoice: "NewPreInvoice",
|
|
404
|
+
newProductGroup: "New product group",
|
|
405
|
+
newQuantity: "New quantity",
|
|
406
|
+
newSaleInvoice: "NewSaleInvoice",
|
|
407
|
+
newSuccessor: "New successor",
|
|
408
|
+
newTask: "NewTask",
|
|
409
|
+
newUnitCountCategory: "New unit count category",
|
|
410
|
+
nextDay: "Next day",
|
|
411
|
+
nextMonth: "Next month",
|
|
412
|
+
nextSeason: "Next season",
|
|
413
|
+
nextWeek: "Next Week",
|
|
414
|
+
nextYear: "Next year",
|
|
415
|
+
no: "No",
|
|
416
|
+
none: "None",
|
|
417
|
+
noSubject: "No subject",
|
|
418
|
+
notAllocated: "Not allocated",
|
|
419
|
+
notEqual: "NotEqual",
|
|
420
|
+
notifications: "Notifications",
|
|
421
|
+
notStarted: "Not started",
|
|
422
|
+
NumberOfViewPerPage: "Number of views per page",
|
|
423
|
+
numberRange: "Number range",
|
|
424
|
+
observed: "Observed {{index}}",
|
|
425
|
+
offices: "Offices",
|
|
426
|
+
ok: "Ok",
|
|
427
|
+
onEightyDays: "Last 180 days",
|
|
428
|
+
onlineStoreAvailable: "Available in online stores",
|
|
429
|
+
openNewItemType: "Open new item type",
|
|
430
|
+
openRelatedProfilesOnReceivingCalls: "Open related profiles on receiving calls",
|
|
431
|
+
openWorks: "Open works",
|
|
432
|
+
operater: "Operater",
|
|
433
|
+
operator: "Operator",
|
|
434
|
+
opportunity: "Opportunity",
|
|
435
|
+
order: "Order",
|
|
436
|
+
orderPointApply: "Apply order point",
|
|
437
|
+
parameter: "Parameter",
|
|
438
|
+
passwordRecovery: "Password recovery",
|
|
439
|
+
patamgostarDataBase: "Payamgostar Database",
|
|
440
|
+
Payment: "Payment",
|
|
441
|
+
pdfDownload: "Download PDF",
|
|
442
|
+
permissionKind: "Permission kind",
|
|
443
|
+
persian: "Persian",
|
|
444
|
+
personalSettings: "Personal settings",
|
|
445
|
+
personCompany: "Person - company",
|
|
446
|
+
personCorp: "Person - corp",
|
|
447
|
+
PhoneLog: "Phone Log",
|
|
448
|
+
gauge: "Gauge",
|
|
449
|
+
pie: "Pie",
|
|
450
|
+
pin: "Pin",
|
|
451
|
+
pngDownload: "Download PNG",
|
|
452
|
+
pointAmount: "Point amount",
|
|
453
|
+
pointingRules: "Pointing rules",
|
|
454
|
+
pointRialsValues: "Point rials value",
|
|
455
|
+
pointsRequiring: "Require points for products",
|
|
456
|
+
pointValue: "Value of point",
|
|
457
|
+
pointValuePerBaseUnit: "Point value per base unit",
|
|
458
|
+
portalAccess: "Access to portal",
|
|
459
|
+
post: "Post",
|
|
460
|
+
posted: "Posted",
|
|
461
|
+
powerBISettings: "Power BI Settings",
|
|
462
|
+
predefinedChart: "Predefined chart",
|
|
463
|
+
predefinedData: "Predefined data",
|
|
464
|
+
priceByCount: "Price by count",
|
|
465
|
+
priceListSubject: "Price list subject",
|
|
466
|
+
pricingPolicy: "Pricing policy",
|
|
467
|
+
primaryUnit: "PrimaryUnit",
|
|
468
|
+
print: "Print",
|
|
469
|
+
privacyAndSecurity: "Privacy and Security",
|
|
470
|
+
productCategory: "Product category",
|
|
471
|
+
productCategoryName: "Product category name",
|
|
472
|
+
productGroupPostion: "ProductGroup Postion",
|
|
473
|
+
productGroupsCode: "ProductGroups Code",
|
|
474
|
+
productGroupsName: "ProductGroups Name",
|
|
475
|
+
productionDate: "Production Date",
|
|
476
|
+
productsCategory: "Products category",
|
|
477
|
+
productsName: "Products name",
|
|
478
|
+
productsPhotos: "ProductsPhotos",
|
|
479
|
+
productTitle: "Product title",
|
|
480
|
+
profile: "Profile",
|
|
481
|
+
profileImage: "Profile image",
|
|
482
|
+
profileManagement: "Profile types management",
|
|
483
|
+
publicNotification: "Public Notification",
|
|
484
|
+
PurchaseInvoice: "Purchase Invoice",
|
|
485
|
+
PurchaseQuote: "Purchase Quote",
|
|
486
|
+
quantity: "Quantity",
|
|
487
|
+
quantityName: "Quantity name",
|
|
488
|
+
quantityValuing: "Quantity valuing",
|
|
489
|
+
Quote: "Quote",
|
|
490
|
+
rangeInteger: "Integer range number",
|
|
491
|
+
readOnly: "Readonly",
|
|
492
|
+
readonlyAndDesign: "Readonly and Design",
|
|
493
|
+
Receipt: "Receipt",
|
|
494
|
+
received: "Received",
|
|
495
|
+
referenceFrom: "Reference from {{index}}",
|
|
496
|
+
referenceId: "Reference Id",
|
|
497
|
+
referralFrom: "Reference from",
|
|
498
|
+
referTo: "Refer to",
|
|
499
|
+
relatedContact: "RelatedContact",
|
|
500
|
+
relatedIdenity: "Related identity",
|
|
501
|
+
reminder: "Reminder",
|
|
502
|
+
reminderSoundAlert: "Reminders sound alert",
|
|
503
|
+
reminderToMe: "Reminder",
|
|
504
|
+
remove: "Delete",
|
|
505
|
+
removeFromSuperVision: "Remove From Super Vision",
|
|
506
|
+
reportsCount: "{{reportsCount}} reports count",
|
|
507
|
+
reportSources: "Report Sources",
|
|
508
|
+
reportsSetting: "Reports Settings",
|
|
509
|
+
require: "Require",
|
|
510
|
+
retry: "Retry",
|
|
511
|
+
ReturnPurchaseInvoice: "Return Purchase Invoice",
|
|
512
|
+
ReturnSaleInvoice: "Return Sale Invoice",
|
|
513
|
+
running: "Running",
|
|
514
|
+
sale: "Sale",
|
|
515
|
+
sameNameFieldsMapping: "Same name fields mapping",
|
|
516
|
+
saveAndCreate: "Save and Create",
|
|
517
|
+
saveAndNext: "Save and next",
|
|
518
|
+
saveMapping: "Save mapping",
|
|
519
|
+
saving: "Saving",
|
|
520
|
+
scatter: "Scatter",
|
|
521
|
+
searchByName: "Search By Name",
|
|
522
|
+
searchWidget: "Search Widget",
|
|
523
|
+
season: "Season",
|
|
524
|
+
selectAll: "Select all",
|
|
525
|
+
selectCurrentDate: "Select current year",
|
|
526
|
+
selectDate: "Select date",
|
|
527
|
+
selectDateRange: "Select date range",
|
|
528
|
+
selectDateType: "Select date type",
|
|
529
|
+
selectEntity: "Select Entity",
|
|
530
|
+
selectEntityType: "Select EntityType",
|
|
531
|
+
selectExcelFormula: "Select excel formula",
|
|
532
|
+
selectExtraSpecifications: "Extra specifications",
|
|
533
|
+
selectFromColors: "Select from colors",
|
|
534
|
+
selectFromCurrentUsers: "Select current user",
|
|
535
|
+
selectFromDataSource: "Select from database",
|
|
536
|
+
selectFromGroups: "Select from groups",
|
|
537
|
+
selectionType: "Selection type",
|
|
538
|
+
selectMe: "Select myself",
|
|
539
|
+
selectProperties: "Select Properties",
|
|
540
|
+
selectReportType: "Select report type",
|
|
541
|
+
selectSpecification: "Select specification",
|
|
542
|
+
selectSpecifications: "Select specifications",
|
|
543
|
+
selectTimeAndDate: "Select Time And Date",
|
|
544
|
+
send: "Send",
|
|
545
|
+
sendLink: "Send link",
|
|
546
|
+
settings: "Settings",
|
|
547
|
+
shape: "Shape",
|
|
548
|
+
shareDashboard: "Share Dashboard",
|
|
549
|
+
sharedWith: "Shared with",
|
|
550
|
+
sharing: "Sharing",
|
|
551
|
+
sharingDashboard: "Sharing Dashboard",
|
|
552
|
+
showAllNotifications: "Show all notifications",
|
|
553
|
+
showBased: "Show based",
|
|
554
|
+
showCallHistory: "Show phone calls in history",
|
|
555
|
+
showEmailsFromLine: "Show emails from line :",
|
|
556
|
+
showNotificationsInDate: "Show notifications in date",
|
|
557
|
+
showReciveSms: "Display received SMS",
|
|
558
|
+
showReminders: "Show Reminders",
|
|
559
|
+
small: "Small",
|
|
560
|
+
sms: "Sms",
|
|
561
|
+
sorting: "Sorting",
|
|
562
|
+
sortingBy: "Sorting by",
|
|
563
|
+
sources: "Sources",
|
|
564
|
+
specification: "Characteristic",
|
|
565
|
+
specificationName: "Specification name",
|
|
566
|
+
specifications: "Information",
|
|
567
|
+
specificationValue: "Specification value",
|
|
568
|
+
specificDate: "Specific date",
|
|
569
|
+
SpecifiedDate: "Specified date",
|
|
570
|
+
SpecifiedTimePeriod: "Specified time period",
|
|
571
|
+
stack: "Stack",
|
|
572
|
+
stair: "Stair",
|
|
573
|
+
standardPriceList: "Standard Price List",
|
|
574
|
+
standardReport: "Standart report",
|
|
575
|
+
startUpload: "Start Uploading",
|
|
576
|
+
stepPrice: "Step price",
|
|
577
|
+
substituteFilters: "Substitute filters",
|
|
578
|
+
substituteUser: "Substitute user",
|
|
579
|
+
substitutionDate: "Substitution date",
|
|
580
|
+
successorUsersManagement: "Successor users management",
|
|
581
|
+
SupervisedWorks: "Supervised works",
|
|
582
|
+
supportDecimalDigits: "Supports decimal digits",
|
|
583
|
+
svgDownload: "Download SVG",
|
|
584
|
+
syncCalendars: "Sync Calendars",
|
|
585
|
+
system: "System",
|
|
586
|
+
systemDatasources: "System Datasources",
|
|
587
|
+
systemDate: "System setting",
|
|
588
|
+
systemReminder: "System reminders",
|
|
589
|
+
systemReport: "System report",
|
|
590
|
+
systemSettings: "System settings",
|
|
591
|
+
systemUser: "System user",
|
|
592
|
+
table: "Table",
|
|
593
|
+
tagList: "Tags list",
|
|
594
|
+
tagsManagement: "Tags management",
|
|
595
|
+
tagsName: "Tags name",
|
|
596
|
+
task: "Task",
|
|
597
|
+
taskAssignment: "Task assignment",
|
|
598
|
+
taxCalculation: "Tax calculation",
|
|
599
|
+
telephone: "Telephone",
|
|
600
|
+
telephoneNumber: "TelephoneNumber",
|
|
601
|
+
timeInterval: "TimeInterval",
|
|
602
|
+
toActive: "Activate",
|
|
603
|
+
toClose: "Close",
|
|
604
|
+
toDownRounding: "To down rounding",
|
|
605
|
+
tollCalculation: "Toll calculation",
|
|
606
|
+
toman: "Toman",
|
|
607
|
+
tomorrow: "Tomorrow",
|
|
608
|
+
tooltipEnabled: "Tooltip displayed enabled",
|
|
609
|
+
toUpRounding: "To up rounding",
|
|
610
|
+
tryAgain: "Try again",
|
|
611
|
+
twoDaysAgo: "TwoDaysAgo",
|
|
612
|
+
underSupervision: "Under supervision",
|
|
613
|
+
unEditable: "Uneditable",
|
|
614
|
+
unitCountCategory: "Unit count category",
|
|
615
|
+
unitCountCategoryName: "Unit count category name",
|
|
616
|
+
unread: "Unread",
|
|
617
|
+
unRemovable: "Unremovable",
|
|
618
|
+
untilDate: "UntilDate",
|
|
619
|
+
updateDate: "Update date",
|
|
620
|
+
updateWithCurrentMapping: "Update with current mapping",
|
|
621
|
+
uploadAgain: "Upload again",
|
|
622
|
+
uploadFile: "Upload file",
|
|
623
|
+
uploadImage: "Upload image",
|
|
624
|
+
url: "URL",
|
|
625
|
+
urlAddress: "Url address",
|
|
626
|
+
addressType: "Address type",
|
|
627
|
+
address: "Address",
|
|
628
|
+
country: "Country",
|
|
629
|
+
province: "Province",
|
|
630
|
+
city: "City",
|
|
631
|
+
area: "Area",
|
|
632
|
+
usableCustomerClub: "Usable in customer club",
|
|
633
|
+
userOrGroupName: "User or Group name",
|
|
634
|
+
usersGroup: "Users group",
|
|
635
|
+
userWithPermission: "User With Permission",
|
|
636
|
+
validityTime: "Validity time",
|
|
637
|
+
valuePicker: "Valuepicker",
|
|
638
|
+
variableTimeInterval: "Variable time interval",
|
|
639
|
+
view: "View",
|
|
640
|
+
viewAll: "View all",
|
|
641
|
+
viewAppointmentsOn: "View appointments on",
|
|
642
|
+
viewEmails: "View emails",
|
|
643
|
+
volumeMeasuringFormula: "Volume measuring formula",
|
|
644
|
+
watched: "Watched",
|
|
645
|
+
webHook: "Web hook",
|
|
646
|
+
week: "Week",
|
|
647
|
+
widgetName: "Widget Name",
|
|
648
|
+
width: "Width",
|
|
649
|
+
workInline: "Work in line",
|
|
650
|
+
xlsDownload: "Download XLS",
|
|
651
|
+
year: "Year",
|
|
652
|
+
yearMonth: "Year month",
|
|
653
|
+
yearSeason: "Year season",
|
|
654
|
+
yearWeek: "Year week",
|
|
655
|
+
yes: "Yes",
|
|
656
|
+
updateFields: "Update Fields",
|
|
657
|
+
marketingActivities: "Marketing Activities",
|
|
658
|
+
communicationalActivities: "Communicational Activities",
|
|
659
|
+
selectAttribute: "Select attribute",
|
|
660
|
+
definitionOfPoints: "Definition Of Points",
|
|
661
|
+
ends: "Ends",
|
|
662
|
+
equal: "Equal",
|
|
663
|
+
exists: "Exists",
|
|
664
|
+
greaterThanOrEqual: "GreaterThanOrEqual",
|
|
665
|
+
lessThanOrEqual: "LessThanOrEqual",
|
|
666
|
+
matches: "Matches",
|
|
667
|
+
notEnds: "NotEnds",
|
|
668
|
+
notExists: "NotExists",
|
|
669
|
+
notIn: "NotIn",
|
|
670
|
+
notMatches: "NotMatches",
|
|
671
|
+
notRegexp: "NotRegexp",
|
|
672
|
+
starts: "Starts",
|
|
673
|
+
engagement: "Engagement",
|
|
674
|
+
string: "String",
|
|
675
|
+
boolean: "Boolean",
|
|
676
|
+
hour: "Hour",
|
|
677
|
+
valueType: "Value Type",
|
|
678
|
+
packageName: "Package name",
|
|
679
|
+
addPackage: "Add package",
|
|
680
|
+
packageDetails: "Package details",
|
|
681
|
+
positivePoint: "Positive Point",
|
|
682
|
+
operationType: "Operation Type",
|
|
683
|
+
propertyType: "Property Type",
|
|
684
|
+
listError: "List Error",
|
|
685
|
+
serverError: "Server Error",
|
|
686
|
+
today: "today",
|
|
687
|
+
regexp: "Regexp",
|
|
688
|
+
rollingBefore: "RollingBefore",
|
|
689
|
+
rollingBetween: "RollingBetween",
|
|
690
|
+
rollingAfter: "RollingAfter",
|
|
691
|
+
generalProperty: "General Property",
|
|
692
|
+
inActive: "Inactive",
|
|
693
|
+
baseInfo: "Base Info",
|
|
694
|
+
group: "Group",
|
|
695
|
+
categoryName: "Category name",
|
|
696
|
+
amount: "Amount",
|
|
697
|
+
permission: "Permission",
|
|
698
|
+
viewAndEdit: "View and edit",
|
|
699
|
+
iframe: "Iframe",
|
|
700
|
+
myActivity: "My activity",
|
|
701
|
+
incoming: "Incoming",
|
|
702
|
+
outgoing: "outgoing",
|
|
703
|
+
storybook: "Storybook",
|
|
704
|
+
abrplusAppSelector: "Selection of Abrplus applications",
|
|
705
|
+
passwordWasSuccessfullyChanged: "Password Was Successfully Changed",
|
|
706
|
+
calendarLink: "Calendar Link",
|
|
707
|
+
customizeUi: "Customize UI",
|
|
708
|
+
chooseColor: "Choose Color",
|
|
709
|
+
online: "online",
|
|
710
|
+
chooseIcon: "Choose Icon",
|
|
711
|
+
twoFaCode: "Two-Factor Authentication code",
|
|
712
|
+
confirmAndContinue: "Confirm and continue",
|
|
713
|
+
deactivate: "Deactive",
|
|
714
|
+
deactivateTwoFa: "Deactivate Two-Fa",
|
|
715
|
+
"twoStepAuthentication\n": "Two-Step Authentication",
|
|
716
|
+
changeTwoFa: "change Two-step authentication",
|
|
717
|
+
sentCodeTo: "Sent code {{to}}",
|
|
718
|
+
totpCode: "TOTP code",
|
|
719
|
+
editUserInfo: "Edit User Info",
|
|
720
|
+
editEmail: "Edit Email",
|
|
721
|
+
EditPhoneNum: "Edit Mobile Number",
|
|
722
|
+
mobileNum: "Mobile Number",
|
|
723
|
+
otpCode: "SMS confirmation code",
|
|
724
|
+
NewemailCode: "Email confirmation code (New)",
|
|
725
|
+
enterTotpCode: "Please Enter Two Factor Confirmation Code",
|
|
726
|
+
confirmMobile: "Confirm Mobile Number",
|
|
727
|
+
confirmEmail: "Confirm Email",
|
|
728
|
+
oldMobileNum: "Last Mobile Number",
|
|
729
|
+
newOtpCode: "SMS confirmation code (New)",
|
|
730
|
+
oldOtpCode: "SMS confirmation code (Old)",
|
|
731
|
+
oldEmailCode: "Email confirmation code (Old)",
|
|
732
|
+
emailCode: "Email Confirmation",
|
|
733
|
+
related: "Related",
|
|
734
|
+
relatedTo: "Related to",
|
|
735
|
+
recieveConfirmationCode: "Recieve Confirmation Code",
|
|
736
|
+
authenticationDrawerLabel: "Two-step authentication / backup code",
|
|
737
|
+
endOfActivation: "End of activation",
|
|
738
|
+
desk: "Desk",
|
|
739
|
+
branches: "Branches",
|
|
740
|
+
calendar: "Calendar",
|
|
741
|
+
telephoneSystem: "Telephone System",
|
|
742
|
+
crmObjectType: "CRM object type",
|
|
743
|
+
stage: "Stage",
|
|
744
|
+
last365Days: "last 365 Days ago",
|
|
745
|
+
source: "source",
|
|
746
|
+
travels: "Travels",
|
|
747
|
+
lastupdateDate: "Last update Date",
|
|
748
|
+
chooseGoal: "Choose Goal",
|
|
749
|
+
goal: "Goal",
|
|
750
|
+
goalSettings: "Goal Settings",
|
|
751
|
+
evaluationIndicator: "Evaluation indicator",
|
|
752
|
+
goalTitle: "Goal title",
|
|
753
|
+
separateBy: "Seperate by",
|
|
754
|
+
securityAgent: "Security Agent",
|
|
755
|
+
securityCustomer: "Security Customer",
|
|
756
|
+
entity: "Entity",
|
|
757
|
+
progressStatus: "Progress status",
|
|
758
|
+
mobile: "Mobile",
|
|
759
|
+
telefax: "Telefax",
|
|
760
|
+
fax: "Fax",
|
|
761
|
+
general: "General",
|
|
762
|
+
goaling: "Goal settings",
|
|
763
|
+
leaderboard: "Leaderboard",
|
|
764
|
+
remind: "Remind",
|
|
765
|
+
fulfill: "Fulfill",
|
|
766
|
+
countMinutes: "{{count}} minutes",
|
|
767
|
+
countHours: "{{count}} hours",
|
|
768
|
+
selectTime: "Select time",
|
|
769
|
+
snooze: "Snooze",
|
|
770
|
+
hourly: "Hourly",
|
|
771
|
+
daily: "Daily",
|
|
772
|
+
weekly: "Weekly",
|
|
773
|
+
monthly: "Monthly",
|
|
774
|
+
workPlace: "Work",
|
|
775
|
+
residencePlace: "Residence",
|
|
776
|
+
selectedItems: "Selected items",
|
|
777
|
+
selectTimeInterval: "Select time interval",
|
|
778
|
+
lastCountHours: "Last {{count}} hours",
|
|
779
|
+
lastCountDays: "Last {{count}} days",
|
|
780
|
+
understand: "Understand",
|
|
781
|
+
expireDate: "Expire Date",
|
|
782
|
+
addGoal: "Add goal",
|
|
783
|
+
deleteGoalConfirmation: "Are you sure about deleting this goal?",
|
|
784
|
+
yesterday: "Yesterday",
|
|
785
|
+
rollingRange: "Rolling range",
|
|
786
|
+
fixedRange: "Fixed range",
|
|
787
|
+
showAll: "Show all",
|
|
788
|
+
history: "History",
|
|
789
|
+
sendList: "Send List",
|
|
790
|
+
receiveList: "Receive List",
|
|
791
|
+
topThree: "Top 3",
|
|
792
|
+
topTen: "Top 10",
|
|
793
|
+
update: "Update",
|
|
794
|
+
selectUser: "Select user",
|
|
795
|
+
phoneCalls: "Phone calls",
|
|
796
|
+
searchByNameAndPhone: "Searh By Username Or Phone number",
|
|
797
|
+
transferCallHistory: "Call Transfer History",
|
|
798
|
+
voipSystem: "Voip System",
|
|
799
|
+
incomingCall: "Incoming call",
|
|
800
|
+
outgoingCall: "Outgoing Call",
|
|
801
|
+
unknownUser: "Unknown user",
|
|
802
|
+
reject: "Reject",
|
|
803
|
+
answer: "Answer",
|
|
804
|
+
endCall: "End Call",
|
|
805
|
+
unholdCall: "Unhold Call",
|
|
806
|
+
holdCall: "Hold call",
|
|
807
|
+
_VOFFICE_: "VOffice",
|
|
808
|
+
systematic: "Systematic",
|
|
809
|
+
internalCall: "Internal Call",
|
|
810
|
+
recentCalls: "Recent Calls",
|
|
811
|
+
gender: "Gender",
|
|
812
|
+
company: "Company",
|
|
813
|
+
multiselect: "Multiselect",
|
|
814
|
+
meeting: "Meeting",
|
|
815
|
+
fromDate: "From Date",
|
|
816
|
+
toDate: "To Date",
|
|
817
|
+
important: "Important",
|
|
818
|
+
workflowHistory: "Workflow History",
|
|
819
|
+
submit: "submit",
|
|
820
|
+
actions: "Actions",
|
|
821
|
+
bulkActions: "bulkActions",
|
|
822
|
+
edit: "Edit",
|
|
823
|
+
setting: "Setting",
|
|
824
|
+
removeAll: "Remove All",
|
|
825
|
+
pictures: "Pictures",
|
|
826
|
+
shareScreen: "Share Screen",
|
|
827
|
+
soundOff: "Sound Off",
|
|
828
|
+
soundOn: "Sound On",
|
|
829
|
+
sendMessage: "Send Message",
|
|
830
|
+
cameraOff: "Camera Off",
|
|
831
|
+
cameraOn: "Camera On",
|
|
832
|
+
stopRecord: "Stop Record",
|
|
833
|
+
startRecord: "Start Record",
|
|
834
|
+
stopRecordDescription: "Are you sure you want to stop recording this meeting?",
|
|
835
|
+
requestVideoCall: "Request Video Call",
|
|
836
|
+
answerAudio: "Answer Audio",
|
|
837
|
+
answerVideo: "Answer Video",
|
|
838
|
+
generalFlow: "General Flow",
|
|
839
|
+
process: "Process",
|
|
840
|
+
appointmentFlow: "Appointment Flow",
|
|
841
|
+
inProgress: "In Progress",
|
|
842
|
+
frezzed: "Frezzed",
|
|
843
|
+
finished: "Finished",
|
|
844
|
+
inCartable: "In Cartable",
|
|
845
|
+
referred: "Referred",
|
|
846
|
+
abbreviatedName: "Abbreviated name\r",
|
|
847
|
+
searchResources: "Search Resources",
|
|
848
|
+
key: "Key",
|
|
849
|
+
securityOperator: "Security Operator",
|
|
850
|
+
appIsInitiating: "App is initiating.",
|
|
851
|
+
reloadPage: "Reload",
|
|
852
|
+
availableWhenComplete: "It will be available as soon as it is completed.",
|
|
853
|
+
microphoneSettings: "Microphone Settings",
|
|
854
|
+
systemDefault: "System Default",
|
|
855
|
+
speakerSettings: "Speaker Settings",
|
|
856
|
+
cameraSettings: "Camera Settings",
|
|
857
|
+
test: "Test",
|
|
858
|
+
socialContacts: "Social Contacts",
|
|
859
|
+
selectPlatform: "Select Platform",
|
|
860
|
+
identification: "ID",
|
|
861
|
+
enterIdPhoneNumber: "Enter ID or phone number",
|
|
862
|
+
uploadVideo: "Upload video",
|
|
863
|
+
manager: "Manager",
|
|
864
|
+
create: "Create",
|
|
865
|
+
automatic: "Automatic",
|
|
866
|
+
manual: "Manual",
|
|
867
|
+
notAllowed: "Not Allowed",
|
|
868
|
+
stop: "Stop",
|
|
869
|
+
saveAndContinue: "Save and continue",
|
|
870
|
+
activeCamera: "Activate Camera",
|
|
871
|
+
holdCurrentCallAndAnswer: "Hold Current call and answer",
|
|
872
|
+
endCurrentCallAndAnswer: "End Current call and answer",
|
|
873
|
+
enableCamera: "Active Camera",
|
|
874
|
+
deactiveCamera: "Deactive Camera",
|
|
875
|
+
hangUp: "Hang Up",
|
|
876
|
+
allow: "Allow",
|
|
877
|
+
queue: "Queue",
|
|
878
|
+
formType: "Form type",
|
|
879
|
+
words: "Words"
|
|
880
|
+
},
|
|
881
|
+
message: {
|
|
882
|
+
allCharactersAreTheSame: "All characters are the same",
|
|
883
|
+
copied: "Copied",
|
|
884
|
+
emailNotValid: "Email is not valid",
|
|
885
|
+
eventTrackingDesc: "Call the send data event as below.",
|
|
886
|
+
pageTrackingDesc: "Any page whose visitors you want to be tracked should be added to the head tag.",
|
|
887
|
+
searchInAllDatabase: "Search in all database",
|
|
888
|
+
tryAgain: "Try again",
|
|
889
|
+
userTrackingDesc: "Send user data according to the algorithm",
|
|
890
|
+
withoutProtocol: "Without http , https",
|
|
891
|
+
pleaseSelect: "Please select",
|
|
892
|
+
successfullyAdded: "Successfully added",
|
|
893
|
+
successfullyEdited: "Successfully edited",
|
|
894
|
+
successfullyDeleted: "Successfully deleted",
|
|
895
|
+
enterDigit: "Enter digit",
|
|
896
|
+
enterPercent: "Enter percent",
|
|
897
|
+
itemsSelectedWithCount: "{{count}} selected",
|
|
898
|
+
setupLanguage: "Setting up app language...",
|
|
899
|
+
noValueHasBeenAddedYet: "No value has been added yet",
|
|
900
|
+
enterValue: "Enter a value",
|
|
901
|
+
networkConnectionError: "Please check your internet connection and try again",
|
|
902
|
+
removeTagMessage: "With this Operation, the Tag will be Removed from All Categories\n",
|
|
903
|
+
removeTagConfirmation: "Would you like to remove the {{tagName}} tag?\n",
|
|
904
|
+
deleteCategoryConfirmation: "Are you sure about deleting this dashboard?",
|
|
905
|
+
validProtocolHint: "Please enter without http or https",
|
|
906
|
+
additionalInformationDeletedRedirectedEditPage: "If confirmed, the additional information will be deleted and you will be redirected to the edit page",
|
|
907
|
+
approvedAdditionalInformationDeletedEditPage: "If approved, the additional information will be deleted and you will be taken to the edit page",
|
|
908
|
+
byDeletingThisCategoryAllRelatedUnitsAreAlsoDeleted: "By deleting this category, all related units are also deleted.",
|
|
909
|
+
chooseExcelImpotMethod: "You can choose one of excel import methods",
|
|
910
|
+
deleteCategoryAlert: "Are you sure to delete category ?",
|
|
911
|
+
deleteCategoryAlertError: "Do you want to delete this category? By deleting this category, all related units are also deleted",
|
|
912
|
+
deleteMessage: "Are you sure you want to delete {{value}} ?",
|
|
913
|
+
dragMappingAndDropHere: "Drag your mapping and drop here",
|
|
914
|
+
dragUploadFile: "Drag and Drop here",
|
|
915
|
+
enterCategoryCode: "Enter category code",
|
|
916
|
+
enterGroupCode: "Enter group code",
|
|
917
|
+
enterMappingName: "Enter mapping name",
|
|
918
|
+
enterProductName: "Enter product name",
|
|
919
|
+
itemSelected: "Items selected",
|
|
920
|
+
maxGreatMin: "Max must be greater than min",
|
|
921
|
+
noInformation: "Information does not exist",
|
|
922
|
+
operationSucceeded: "Operation succeeded",
|
|
923
|
+
pleaseChoice: "Please choice",
|
|
924
|
+
pleaseContactSupport: "Please contact support",
|
|
925
|
+
productHasVariantWarnMessage: "If there is variety in the product Select its features and otherwise complete the pricing process",
|
|
926
|
+
rangeValidValueTo2: "Valid value is in range of 0 to 2",
|
|
927
|
+
rights: "All rights reserved to 1st co.",
|
|
928
|
+
select: "Please select",
|
|
929
|
+
selectBaseField: "Please select a base field",
|
|
930
|
+
selectDesignTool: "Select design tool!",
|
|
931
|
+
selectExcel: "Select excel",
|
|
932
|
+
selectOnlyEmptyFields: "With selecting this only empty fields will be filled",
|
|
933
|
+
sendingLinkUserNameEntry: "Enter your username to send the link",
|
|
934
|
+
setDefaultValueField: "Please set the default value for this field",
|
|
935
|
+
successfullyCategoryAdded: "Successfully category added",
|
|
936
|
+
successfullyCopied: "Successfully copied",
|
|
937
|
+
successfullyTagAdded: "Successfully tag added",
|
|
938
|
+
supportedImageFormatDescription: "Supported image formats include png, gif, jpg and bmp, and the maximum size must be more than 4 MB. In this section, you can upload 5 images for your product.",
|
|
939
|
+
tagDeletedAlertError: "Do you want to delete {{tags}} tags? this action will remove the tag from all categories",
|
|
940
|
+
userDiscarded: "User has been discarded",
|
|
941
|
+
ValidValueFrom0: "Value must be greater than 0",
|
|
942
|
+
variantWillNotApply: "This variant will not be applied",
|
|
943
|
+
yesDelete: "Yes, delete",
|
|
944
|
+
processing: "Processing",
|
|
945
|
+
noResultFound: "No Result Found",
|
|
946
|
+
loadDataError: "Load Data Error",
|
|
947
|
+
copyQrCodeLink: "If you can not scan, copy and paste the following code",
|
|
948
|
+
authenticationTabMessage1: "Scan the following QR code using an authentication program.",
|
|
949
|
+
authenticationTabMessage2: "After scanning the QR code, enter the 6-digit verification code.",
|
|
950
|
+
the2faWasCopied: "Two-fa was copied",
|
|
951
|
+
twoStepAuthenticationTitle: "Two-step authentication is not yet enabled",
|
|
952
|
+
twoStepAuthenticationDescription: "Increase the security of your account by enabling two-factor authentication and prevent unauthorized access to your account.",
|
|
953
|
+
twoStepAuthenticationIsActive: "Two-step authentication is enabled.",
|
|
954
|
+
protectedModalDesc1: "Please enter the code sent to your {{sentTo}} in order to {{purpose}}.",
|
|
955
|
+
protectedModalDesc2: "Please enter the code sent to your {{sentTo}} and the two-step authentication code in order to {{purpose}}.",
|
|
956
|
+
securityCodeMustBeAtLeast6DigitsLong: "Security code must be at least 6 digits long",
|
|
957
|
+
mobileConfirmationMessage: "To register this number, you must verify it.",
|
|
958
|
+
insertVerifyEmailOtp: "Please enter the confirmation code received via SMS and email in the field below",
|
|
959
|
+
enterNewOtpCode: "Please Enter New Number SMS Confirmation Code",
|
|
960
|
+
enterOldOtpCode: "Please Enter Old Number SMS Confirmation Code",
|
|
961
|
+
enterEmailCode: "Please Enter Email Confirmation Code",
|
|
962
|
+
emailConfirmationMessage: "\r\nTo register this email, you must confirm it.",
|
|
963
|
+
enterOtpCode: "Please Enter Confirmation Code",
|
|
964
|
+
supportCodeWarning: "Save this support code in a safe place.",
|
|
965
|
+
supportCodeWarning2: "This code allows you to recover your authentication code if your phone is lost. Otherwise it will take 7 days to reset the authentication code.",
|
|
966
|
+
noUserInThisGoal: "There is no user in this goal",
|
|
967
|
+
enterPhoneNumber: "Enter phone number here",
|
|
968
|
+
accessDenied: "You don't have permission to this page.",
|
|
969
|
+
notFound: "Page not found!",
|
|
970
|
+
backToHome: "Back to Home",
|
|
971
|
+
deletePermissionConfirmation: "Are you sure you want to delete the permission؟",
|
|
972
|
+
addPermissionConfirmation: "Are you sure you want to add permission؟",
|
|
973
|
+
isConfirmed: "Do You Confirm?",
|
|
974
|
+
invalidDomainTitle: "You can't access this domain!",
|
|
975
|
+
invalidDomainDescription: "Access to this domain is only possible for users of the same domain."
|
|
976
|
+
},
|
|
977
|
+
error: {
|
|
978
|
+
codeMustBe6Characters: "Authentication code must be 6 digits",
|
|
979
|
+
minLengthIs5: "Password should be at least 5 characters",
|
|
980
|
+
passwordValidation: "Password must contain uppercase and lowercase letters, numbers and special characters",
|
|
981
|
+
phoneNumberNotValid: "Phone number is not valid",
|
|
982
|
+
modalHint1: "Modal Hint1",
|
|
983
|
+
intMax10: "Max integr is 10",
|
|
984
|
+
floatMax8: "Max float is 8",
|
|
985
|
+
tagFieldRequired: "Tag Name Field is Required",
|
|
986
|
+
categoryFieldRequired: "Category Name Field is Required",
|
|
987
|
+
usernameRequired: "Username is required",
|
|
988
|
+
allLanguagesMustBefilled: "All Languages Must Be filled",
|
|
989
|
+
cantBeNegative: "Field cant be negative",
|
|
990
|
+
classNameError: "Error in class names",
|
|
991
|
+
currencyUnitEmptynessError: "Currenct unit field is required",
|
|
992
|
+
currentSystemLanguageNameError: "Selecting a name for the current system language is required",
|
|
993
|
+
dateFieldEmptynessError: "Date is required",
|
|
994
|
+
dateMustBeFromToday: "DateMustBeFromToday",
|
|
995
|
+
duplicated: "Duplicated",
|
|
996
|
+
emailEmptynessError: "Email field is required",
|
|
997
|
+
emailValidationError: "Entered Email is not valid.",
|
|
998
|
+
errorDeleteRule: "Point rule deleting failed",
|
|
999
|
+
errorNotNumber: "Point amount shold be number",
|
|
1000
|
+
errorOccurred: "An error has occurred",
|
|
1001
|
+
fieldRequired: "Field is required",
|
|
1002
|
+
fillRequiredField: "Fill required fields",
|
|
1003
|
+
formatTypeRequired: "Format type is required",
|
|
1004
|
+
listNameEmptynessError: "List name in required",
|
|
1005
|
+
maximumDiscountMaxPriceError: "Must be greater than minimum order",
|
|
1006
|
+
maximumDiscountMinPriceError: "Must be less than maximum order",
|
|
1007
|
+
minAndMaxRequired: "Min and max are require!",
|
|
1008
|
+
missing: "Missing",
|
|
1009
|
+
nameError: "Error in name field",
|
|
1010
|
+
nameRequired: "Name is Required",
|
|
1011
|
+
noColumnAdded: "You have not added any columns",
|
|
1012
|
+
noFiltersAdded: "No filters added",
|
|
1013
|
+
noInternetConnection: "No internet connection",
|
|
1014
|
+
noItem: "There Is No Item",
|
|
1015
|
+
noItemSelected: "No item selected",
|
|
1016
|
+
noPermissionsAvailable: "NoPermissionsAvailable",
|
|
1017
|
+
noPermissionsFound: "NoPermissionsFound",
|
|
1018
|
+
noProductsAvailable: "NoProductsAvailable",
|
|
1019
|
+
notMatchPasswords: "Password does not matched",
|
|
1020
|
+
onlyEmptyFields: "Fill only empty fields",
|
|
1021
|
+
pointAmountError: "Error in Point Amounts",
|
|
1022
|
+
startDateSmaller: "Start date must be smaller than end date",
|
|
1023
|
+
startEndDateError: "End date cant be before start date",
|
|
1024
|
+
thisFieldRequired: "This field is required",
|
|
1025
|
+
userDuplicated: "User Duplicated",
|
|
1026
|
+
userNotFound: "No users found",
|
|
1027
|
+
noNegativeNumbersAllowed: "No Negative Numbers Allowed",
|
|
1028
|
+
percentShouldntBeOver100: "percent Shouldn't Be Over 100",
|
|
1029
|
+
onlyEnglishNumberAndUnderlineAllowed: "You should only type English Letter, Number and _"
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
};
|
|
1033
|
+
const fa = {
|
|
1034
|
+
common: {
|
|
1035
|
+
literal: {
|
|
1036
|
+
abrplus: "ابرپلاس",
|
|
1037
|
+
active: "فعال",
|
|
1038
|
+
add: "اضافه کردن",
|
|
1039
|
+
apply: "اعمال",
|
|
1040
|
+
authentication: "احراز هویت",
|
|
1041
|
+
back: "بازگشت",
|
|
1042
|
+
connectToWebApplication: "اتصال به وب اپلیکیشن",
|
|
1043
|
+
copy: "کپی",
|
|
1044
|
+
createdDate: "تاریخ ساخت",
|
|
1045
|
+
createLeadFromType: "ایجاد سرنخ از نوع",
|
|
1046
|
+
mailbox: "صندوق پستی",
|
|
1047
|
+
postalCode: "کد پستی",
|
|
1048
|
+
enterAddress: "آدرس خود را اینجا وارد کنید",
|
|
1049
|
+
enterDescription: "توضیحات را وارد کنید",
|
|
1050
|
+
description: "توضیحات",
|
|
1051
|
+
disable: "غیرفعال",
|
|
1052
|
+
domain: "دامنه",
|
|
1053
|
+
email: "ایمیل",
|
|
1054
|
+
filter: "فیلتر",
|
|
1055
|
+
filtring: "فیلتر کردن",
|
|
1056
|
+
generalSpecifications: "مشخصات کلی",
|
|
1057
|
+
getExcel: "دریافت از اکسل",
|
|
1058
|
+
guide: "راهنما",
|
|
1059
|
+
howToConnect: "نحوه اتصال",
|
|
1060
|
+
lastName: "نام خانوادگی",
|
|
1061
|
+
leadIdentityBase: "مبنا شناسایی سرنخ",
|
|
1062
|
+
name: "نام",
|
|
1063
|
+
nameProductCategory: "نام دسته بندی محصولات",
|
|
1064
|
+
next: "بعدی",
|
|
1065
|
+
pageTracking: "ردیابی صفحات",
|
|
1066
|
+
password: "رمز عبور",
|
|
1067
|
+
previous: "قبلی",
|
|
1068
|
+
register: "ثبت نام",
|
|
1069
|
+
registerAbrplusAccount: "ثبت نام حساب کاربری ابرپلاس",
|
|
1070
|
+
resendCode: "ارسال مجدد کد",
|
|
1071
|
+
save: "ذخیره",
|
|
1072
|
+
searchGeocode: "جستجو شهر یا محله",
|
|
1073
|
+
addLocation: "افزودن موقعیت مکانی",
|
|
1074
|
+
location: "موقعیت مکانی",
|
|
1075
|
+
search: "جستجو",
|
|
1076
|
+
singlePage: "تک صفحه",
|
|
1077
|
+
status: "وضعیت",
|
|
1078
|
+
submitAndConfirm: "ثبت و ادامه",
|
|
1079
|
+
users: "کاربران",
|
|
1080
|
+
applyFilter: "اعمال فیلتر",
|
|
1081
|
+
erase: "پاک کردن",
|
|
1082
|
+
additionalSpecifications: "مشخصات اضافه",
|
|
1083
|
+
moreDetails: "مشخصات بیشتر",
|
|
1084
|
+
required: "الزامی",
|
|
1085
|
+
details: "جزئیات",
|
|
1086
|
+
cancel: "لغو",
|
|
1087
|
+
confirm: "تایید کردن",
|
|
1088
|
+
displayCountPerPage: "تعداد نمایش در هر صفحه",
|
|
1089
|
+
user: "کاربر",
|
|
1090
|
+
deleteFilter: "حذف فیلتر",
|
|
1091
|
+
deletePriceList: "حذف لیست قیمت",
|
|
1092
|
+
number: "عدد",
|
|
1093
|
+
rial: "ریال",
|
|
1094
|
+
title: "عنوان",
|
|
1095
|
+
position: "سمت",
|
|
1096
|
+
department: "دپارتمان",
|
|
1097
|
+
office: "اداره",
|
|
1098
|
+
value: "ارزش",
|
|
1099
|
+
values: "مقادیر",
|
|
1100
|
+
text: "متن",
|
|
1101
|
+
exit: "خروج",
|
|
1102
|
+
myProfile: "پروفایل من",
|
|
1103
|
+
callHistory: "تاریخچه تماس",
|
|
1104
|
+
currentCalls: "تماس های جاری",
|
|
1105
|
+
callRecord: "سابقه تماس",
|
|
1106
|
+
autoCall: "تماس خودکار",
|
|
1107
|
+
caller: "شماره گیر",
|
|
1108
|
+
callCode: "داخلی",
|
|
1109
|
+
numberTo: "الی",
|
|
1110
|
+
callPhoneNumber: "شماره تلفن",
|
|
1111
|
+
call: "تماس",
|
|
1112
|
+
phone: "تلفن",
|
|
1113
|
+
more: "بیشتر",
|
|
1114
|
+
endDate: "تاریخ پایان",
|
|
1115
|
+
startDate: "تاریخ شروع",
|
|
1116
|
+
before: "قبل از",
|
|
1117
|
+
after: "بعد از",
|
|
1118
|
+
within: "در بازه",
|
|
1119
|
+
on: "بین",
|
|
1120
|
+
present: "وجود دارد",
|
|
1121
|
+
notPresent: "وجود ندارد",
|
|
1122
|
+
equalTo: "مساوی",
|
|
1123
|
+
notEqualTo: "نابرابر",
|
|
1124
|
+
between: "مابین",
|
|
1125
|
+
greaterThan: "بزرگتر از",
|
|
1126
|
+
greaterThanEqual: "بزرگتر مساوی از",
|
|
1127
|
+
lessThan: "کوچکتر از",
|
|
1128
|
+
lessThanEqual: "کوچکتر مساوی از",
|
|
1129
|
+
notBetween: "خارج بازه",
|
|
1130
|
+
notEmpty: "خالی نباشد",
|
|
1131
|
+
empty: "خالی باشد",
|
|
1132
|
+
startsWith: "شروع شود با",
|
|
1133
|
+
notStarts: "شروع نشود با",
|
|
1134
|
+
endsWith: "تمام شود با",
|
|
1135
|
+
doesNotEndWith: "تمام نشود با",
|
|
1136
|
+
oneOf: "یکی از",
|
|
1137
|
+
noneOf: "هیچکدام",
|
|
1138
|
+
matchesRegex: "مطابق ریجکس",
|
|
1139
|
+
doesNotMatchRegex: "عدم تطابق ریجکس",
|
|
1140
|
+
contains: "شامل",
|
|
1141
|
+
doesNotContain: "شامل نشود",
|
|
1142
|
+
is: "مساوی",
|
|
1143
|
+
reset: "بازنشانی",
|
|
1144
|
+
selectOperator: "انتخاب عملگر",
|
|
1145
|
+
new: "جدید",
|
|
1146
|
+
select: "انتخاب کنید",
|
|
1147
|
+
to: "تا",
|
|
1148
|
+
color: "رنگ",
|
|
1149
|
+
addInputTag: "اضافه کردن تگ",
|
|
1150
|
+
salesApp: "پیام گستر",
|
|
1151
|
+
callApp: "الوویپ",
|
|
1152
|
+
clubApp: "باشگاه مشتریان",
|
|
1153
|
+
tagManagement: "مدیریت تگ ها",
|
|
1154
|
+
tagName: "نام تگ",
|
|
1155
|
+
creator: "ایجاد کننده",
|
|
1156
|
+
tags: "تگ ها",
|
|
1157
|
+
addToCategory: "افزودن به دسته بندی",
|
|
1158
|
+
tagsList: "لیست تگ ها",
|
|
1159
|
+
categoriesList: "لیست دسته بندی ها",
|
|
1160
|
+
warning: "هشدار",
|
|
1161
|
+
pricelistDetails: "جزئیات لیست قیمت",
|
|
1162
|
+
openWebPhone: "باز کردن وب فون",
|
|
1163
|
+
developerSettings: "تنظیمات توسعه دهنده",
|
|
1164
|
+
point: "امتیاز",
|
|
1165
|
+
up: "بالا",
|
|
1166
|
+
down: "پایین",
|
|
1167
|
+
activity: "فعالیت (هفتگی، ماهانه، سالانه)",
|
|
1168
|
+
sum: "جمع",
|
|
1169
|
+
events: "رویداد ها",
|
|
1170
|
+
userAccountLogin: "ورود به حساب کاربری",
|
|
1171
|
+
username: "نام کاربری",
|
|
1172
|
+
passwordRequired: "رمز عبور الزامی است",
|
|
1173
|
+
login: "ورود",
|
|
1174
|
+
payamgostar: "پیامگستر",
|
|
1175
|
+
alovoip: "الوویپ",
|
|
1176
|
+
home: "خانه",
|
|
1177
|
+
accessRate: "میزان دسترسی",
|
|
1178
|
+
addAndEdit: "افزودن و ویرایش",
|
|
1179
|
+
addColumn: "اضافه کردن ستون",
|
|
1180
|
+
addCountingUnitCategory: "افزودن دسته بندی واحد شمارش",
|
|
1181
|
+
addFilter: "افزودن فیلتر",
|
|
1182
|
+
addGrouping: "افزودن گروه بندی",
|
|
1183
|
+
addNewCategory: "افزودن دسته بندی جدید",
|
|
1184
|
+
addNewInformation: "افزودن اطلاعات جدید",
|
|
1185
|
+
addNewPermission: "دسترسی جدید",
|
|
1186
|
+
addRow: "افزودن سطر",
|
|
1187
|
+
addStair: "افزودن پله",
|
|
1188
|
+
addWidget: "افزودن ویجت",
|
|
1189
|
+
advanced: "پیشرفته",
|
|
1190
|
+
advanceReport: "گزارش پیشرفته",
|
|
1191
|
+
toSave: "ذخیره کردن",
|
|
1192
|
+
afterDay: "{{day}} روز بعد",
|
|
1193
|
+
agent: "نماینده",
|
|
1194
|
+
aggregation: "تجمیع",
|
|
1195
|
+
all: "همه",
|
|
1196
|
+
allAppointments: "همه قرار ملاقات ها",
|
|
1197
|
+
allCalls: "همه تماس تلفنی ها",
|
|
1198
|
+
allEmail: "همه ایمیل ها",
|
|
1199
|
+
allNotifications: "همه اعلانات",
|
|
1200
|
+
allocated: "تخصیص یافته",
|
|
1201
|
+
AllocationDate: "تاریخ تخصیص",
|
|
1202
|
+
allocationStatus: "وضعیت تخصیص",
|
|
1203
|
+
allPermissionsCount: "تعداد کل دسترسی ها",
|
|
1204
|
+
allProductsCount: "تعداد کل محصولات",
|
|
1205
|
+
allSms: "همه پیامک ها",
|
|
1206
|
+
allWork: "همه کارها",
|
|
1207
|
+
alocationDate: "تاریخ تخصیص",
|
|
1208
|
+
appearance: "پیکربندی",
|
|
1209
|
+
appearanceSetting: "تنظیمات نمایشی",
|
|
1210
|
+
appointment: "قرار ملاقات",
|
|
1211
|
+
archive: "آرشیو کردن",
|
|
1212
|
+
assignTo: "تخصیص به",
|
|
1213
|
+
automaticCall: "تماس خودکار",
|
|
1214
|
+
automaticRefreshEvery5Seconds: "رفرش خودکار هر 5 ثانیه",
|
|
1215
|
+
autoRefresh: "رفرش خودکار هر {{second}} ثانیه",
|
|
1216
|
+
average: "میانگین",
|
|
1217
|
+
backLog: "کارهای معوقه",
|
|
1218
|
+
bar: "ستونی",
|
|
1219
|
+
baseCountUnit: "واحد شمارش مبنا",
|
|
1220
|
+
basic: "پایه",
|
|
1221
|
+
beforeDay: "{{day}} روز قبل",
|
|
1222
|
+
both: "هردو",
|
|
1223
|
+
branch: "شعبه",
|
|
1224
|
+
BusinessNote: "یادداشت",
|
|
1225
|
+
buy: "خرید",
|
|
1226
|
+
buyable: "قابل خرید",
|
|
1227
|
+
buyingPrice: "قیمت خرید",
|
|
1228
|
+
by: "توسط {{value}}",
|
|
1229
|
+
calculatedDuration: "مدت زمان محاسبه شده معادل {{days}} روز",
|
|
1230
|
+
calculatedDurationWithYear: "مدت زمان محاسبه شده معادل {{years}} سال و {{days}} روز",
|
|
1231
|
+
calendarType: "نوع تقویم",
|
|
1232
|
+
callSettings: "تنظیمات تماس ها",
|
|
1233
|
+
callsInWindowCount: "تعداد تماس ها در پنجره",
|
|
1234
|
+
card: "کارت",
|
|
1235
|
+
categories: "دسته بندی ها",
|
|
1236
|
+
categoriesCount: "تعداد {{subCategoryCount}} دسته بندی",
|
|
1237
|
+
changePassword: "تغییر رمز عبور",
|
|
1238
|
+
changeTelephonyPassword: "تغییر رمز تلفنی",
|
|
1239
|
+
chartType: "نوع نمودار",
|
|
1240
|
+
classes: "کلاس ها",
|
|
1241
|
+
classification: "کلاس بندی",
|
|
1242
|
+
className: "نام کلاس",
|
|
1243
|
+
closedWork: "کارهای بسته",
|
|
1244
|
+
collectionList: "لیست دسته بندی ها",
|
|
1245
|
+
colors: "رنگ ها",
|
|
1246
|
+
columnName: "نام ستون",
|
|
1247
|
+
comission: "پورسانت",
|
|
1248
|
+
comissionCalculation: "محاسبه پورسانت",
|
|
1249
|
+
comments: "نظرات",
|
|
1250
|
+
confirmation: "تایید",
|
|
1251
|
+
confirmNewPassword: "تکرار رمز عبور جدید",
|
|
1252
|
+
continue: "ادامه",
|
|
1253
|
+
continueOperation: "ادامه عملیات",
|
|
1254
|
+
copyFormula: "کپی فرمول",
|
|
1255
|
+
count: "تعداد",
|
|
1256
|
+
countFormula: "فرمول تعداد",
|
|
1257
|
+
countUnit: "واحد شمارش",
|
|
1258
|
+
countUnitCategoryName: "نام دسته بندی واحد شمارش",
|
|
1259
|
+
countUnits: "واحد های شمارش",
|
|
1260
|
+
createDate: "تاریخ ایجاد",
|
|
1261
|
+
createFormulaFromExcel: "ایجاد فرمول از طریق اکسل",
|
|
1262
|
+
creatorName: "سازنده",
|
|
1263
|
+
csvDownload: "دانلود CSV",
|
|
1264
|
+
currencyRange: "پول باز های",
|
|
1265
|
+
currentDay: "روز جاری",
|
|
1266
|
+
currentDepartment: "دپارتمان جاری",
|
|
1267
|
+
currentGroup: "گروهجاری",
|
|
1268
|
+
currentMonth: "ماه جاری",
|
|
1269
|
+
currentPassword: "رمز عبور فعلی",
|
|
1270
|
+
currentSeason: "فصل جاری",
|
|
1271
|
+
currentUser: "کاربر جاری",
|
|
1272
|
+
currentWeek: "هفته جاری",
|
|
1273
|
+
currentYear: "سال جاری",
|
|
1274
|
+
customer: "مشتری",
|
|
1275
|
+
customerClassification: "کلاس مشتری",
|
|
1276
|
+
customersReportList: "گزارش لیست مشتریان",
|
|
1277
|
+
customizeList: "شخصی سازی لیست",
|
|
1278
|
+
cylindrical: "استوانه",
|
|
1279
|
+
dash: "-",
|
|
1280
|
+
dashboardName: "نام داشبورد",
|
|
1281
|
+
date: "تاریخ",
|
|
1282
|
+
dateFrom: "زمان اعتبار از",
|
|
1283
|
+
dateGroupBy: "گروه بندی تاریخ",
|
|
1284
|
+
dateOfEntryToDashboard: "تاریخ ورود به کارتابل",
|
|
1285
|
+
dateRange: "تاریخ بازه ای",
|
|
1286
|
+
dateTo: "زمان اعتبار تا",
|
|
1287
|
+
day: "روز",
|
|
1288
|
+
deadline: "موعد سررسید",
|
|
1289
|
+
decimalDigitsSupport: "پشتیبانی از رقم اعشار",
|
|
1290
|
+
default: "پیشفرض",
|
|
1291
|
+
defaultName: "نام پیشفرض",
|
|
1292
|
+
defaultValueSet: "مقدار پیشفرض تعیین شده",
|
|
1293
|
+
delete: "حذف کردن",
|
|
1294
|
+
deleteCategory: "حذف دسته بندی",
|
|
1295
|
+
deleteOneGroup: "حذف یک دسته بندی",
|
|
1296
|
+
deleteProductCategory: "حدف دسته بندی محصول",
|
|
1297
|
+
deleteReport: "حذف گزارش",
|
|
1298
|
+
deleteRow: "حذف سطر",
|
|
1299
|
+
departments: "دپارتمانها",
|
|
1300
|
+
dependentCountUnit: "واحد شمارش وابسته",
|
|
1301
|
+
design: "طراحی",
|
|
1302
|
+
dialer: "شماره گیر",
|
|
1303
|
+
digit: "رقم",
|
|
1304
|
+
discard: "لغو کردن",
|
|
1305
|
+
discount: "تخفیف",
|
|
1306
|
+
DisposeInventoryTransaction: "حواله خروج محصول خراب",
|
|
1307
|
+
doFilter: "اعمال فیلتر",
|
|
1308
|
+
done: "انجام شد",
|
|
1309
|
+
dueDate: "موعد مقرر",
|
|
1310
|
+
DueDate: "موعد مقرر",
|
|
1311
|
+
editCountingUnitCategory: "ویرایش دسته بندی واحد شمارش",
|
|
1312
|
+
editExistingInformation: "ویرایش اطلاعات موجود",
|
|
1313
|
+
editQuantity: "ویرایش کمیت",
|
|
1314
|
+
editUnitCount: "ویرایش واحد شمارش",
|
|
1315
|
+
endOfEditing: "پایان ویرایش",
|
|
1316
|
+
english: "انگلیسی",
|
|
1317
|
+
enter: "ورود",
|
|
1318
|
+
EnterInventoryTransaction: "رسید ورود انبار",
|
|
1319
|
+
entities: "موجودیت ها",
|
|
1320
|
+
entryToCartableDate: "تاریخ ورود به کارتابل",
|
|
1321
|
+
equalBy: "مساوی با",
|
|
1322
|
+
error: "خطا",
|
|
1323
|
+
exampleFile: "فایل نمونه",
|
|
1324
|
+
except: "بجز",
|
|
1325
|
+
exitFullscreen: "بستن تمام صفحه",
|
|
1326
|
+
ExitInventoryTransaction: "حواله خروج انبار",
|
|
1327
|
+
expireTime: "مدت اعتبار",
|
|
1328
|
+
expireType: "نوع انقضا",
|
|
1329
|
+
exportExcel: "دریافت از اکسل",
|
|
1330
|
+
extraSpecifications: "مشخصات اضافه",
|
|
1331
|
+
fieldsMapping: "نگاشت فیلد ها",
|
|
1332
|
+
File: "فایل",
|
|
1333
|
+
fileFields: "فیلدهای فایل",
|
|
1334
|
+
files: "فایل ها",
|
|
1335
|
+
filters: "فیلترها",
|
|
1336
|
+
followUp: "پیگیری",
|
|
1337
|
+
followUpDescription: "توضیحات پیگیری",
|
|
1338
|
+
followUpTime: "زمان پیگیری",
|
|
1339
|
+
fontSize: "سایز فونت",
|
|
1340
|
+
Form: "فرم",
|
|
1341
|
+
formulaOutput: "خروجی فرمول",
|
|
1342
|
+
from: "از",
|
|
1343
|
+
fromPredefinedSources: "از منابع پیشفرض",
|
|
1344
|
+
fromUntilTo: "{{from}} تا {{to}}",
|
|
1345
|
+
fullname: "نام و نام خانوادگی",
|
|
1346
|
+
fullscreen: "مشاهده تمام صفحه",
|
|
1347
|
+
funnel: "قیف",
|
|
1348
|
+
gauranteeApply: "اعمال گارانتی",
|
|
1349
|
+
generalActivities: " فعالیت های عمومی",
|
|
1350
|
+
generalNotificationSettings: "تنظیمات اعلان عمومی",
|
|
1351
|
+
georgianDateRange: "تاریخ میلادی بازه ای",
|
|
1352
|
+
getUnderSupervision: "تحت نظر کردن",
|
|
1353
|
+
goldAmountCalculateFormula: "فرمول محاسبه تعداد طلا",
|
|
1354
|
+
greater: "بزرگتر",
|
|
1355
|
+
greaterEqual: "بزرگتر مساوی",
|
|
1356
|
+
gregorian: "میلادی",
|
|
1357
|
+
groupBy: "دسته بندی بر اساس",
|
|
1358
|
+
grouping: "گروهبندی",
|
|
1359
|
+
groupLike: "گروهی",
|
|
1360
|
+
groups: "گروهها",
|
|
1361
|
+
height: "طول",
|
|
1362
|
+
howtorefer: "نحوه ارجاع",
|
|
1363
|
+
HowToSort: "نحوه مرتب سازی",
|
|
1364
|
+
Identity: "هویت",
|
|
1365
|
+
iframeSettings: "تنظیمات قاب وب",
|
|
1366
|
+
in: "در",
|
|
1367
|
+
inDate: "در تاریخ",
|
|
1368
|
+
InitialStockInventoryTransaction: "سید موجودی اولیه",
|
|
1369
|
+
int: "عدد",
|
|
1370
|
+
integer: "عدد صحیح",
|
|
1371
|
+
invalidFile: "فایل خطا",
|
|
1372
|
+
inventoryEntities: "موجودیت انبار",
|
|
1373
|
+
inventoryManagement: "انبارداری",
|
|
1374
|
+
items: "موارد",
|
|
1375
|
+
jalali: "شمسی",
|
|
1376
|
+
jpegDownload: "دانلود JPEG",
|
|
1377
|
+
label: "عنوان",
|
|
1378
|
+
large: "درشت",
|
|
1379
|
+
last24Hours: "24 ساعت گذشته",
|
|
1380
|
+
lastFourteenDays: "14 روز گذشته",
|
|
1381
|
+
lastMonth: "ماه گذشته",
|
|
1382
|
+
lastNinetyDays: "90 روز گذشته",
|
|
1383
|
+
lastSeason: "فصل گذشته",
|
|
1384
|
+
lastSevenDay: "7روز گذشته",
|
|
1385
|
+
lastSixtyDays: "60 روز گذشته",
|
|
1386
|
+
lastThirtyDays: "30 روز گذشته",
|
|
1387
|
+
lastThreeSixtyDays: "360 روز گذشته",
|
|
1388
|
+
lastWeek: "هفته قبل",
|
|
1389
|
+
lastYear: "سال گذشته",
|
|
1390
|
+
Lead: "سرنخ",
|
|
1391
|
+
leastOrderAmount: "حداقل میزان سفارش",
|
|
1392
|
+
length: "طول",
|
|
1393
|
+
less: "کوچکتر",
|
|
1394
|
+
lessEqual: "کوچکتر مساوی",
|
|
1395
|
+
line: "خطی",
|
|
1396
|
+
column: "ستونی",
|
|
1397
|
+
listName: "نام لیست",
|
|
1398
|
+
listOfUsersIHaveDesignatedAsSuccessor: "لیست کاربرانی که من آنها را به عنوان جانشین تعیین نموده ام",
|
|
1399
|
+
listOfUsersWhoHaveAppointedMeAsTheirSuccessor: "لیست کاربرانی که من را به عنوان جانشین تعیین نموده اند",
|
|
1400
|
+
logout: "خروج از سیستم",
|
|
1401
|
+
machineFields: "فیلدهای ماشین",
|
|
1402
|
+
mainCounter: "شمارنده اصلی",
|
|
1403
|
+
manualField: "فیلد دستی",
|
|
1404
|
+
map: "نگاشت",
|
|
1405
|
+
mappingName: "نام نگاشت",
|
|
1406
|
+
maxAvailabelDecreament: "حداکثر قابل کاهش",
|
|
1407
|
+
maxAvailabelIncreament: "حداکثر قابل افزایش",
|
|
1408
|
+
maximum: "بیشترین",
|
|
1409
|
+
maximumDiscount: "حداکثر تخفیف",
|
|
1410
|
+
maximumOrder: "حداکثر سفارش",
|
|
1411
|
+
me: "خودم",
|
|
1412
|
+
medium: "متوسط",
|
|
1413
|
+
messageText: "متن پیام",
|
|
1414
|
+
minimizeColumn: "جمع کردن ستون",
|
|
1415
|
+
minimum: "کمترین",
|
|
1416
|
+
minimumBoughtCount: "حداقل تعداد خرید",
|
|
1417
|
+
minimumBuyCount: "حداقل تعداد خرید",
|
|
1418
|
+
Money: "پول",
|
|
1419
|
+
month: "ماه",
|
|
1420
|
+
monthDay: "روز ماه",
|
|
1421
|
+
moveTo: "انتقال به",
|
|
1422
|
+
moveToList: "انتقال به لیست",
|
|
1423
|
+
myActivitySettings: "تنظیمات آخرین فعالیت های من",
|
|
1424
|
+
myMappings: "نگاشت های من",
|
|
1425
|
+
newDashboard: "داشبورد جدید",
|
|
1426
|
+
newList: "لیست جدید",
|
|
1427
|
+
newMappingName: "نام نگاشت جدید",
|
|
1428
|
+
newNote: "یادداشت جدید",
|
|
1429
|
+
newOpportunity: "فرصت جدید",
|
|
1430
|
+
newPassword: "رمز عبور جدید",
|
|
1431
|
+
newPointingRule: "قوانین امتیازدهی جدید",
|
|
1432
|
+
newPreInvoice: "پیش فاکتور جدید",
|
|
1433
|
+
newProductGroup: "گروه دسته بندی جدید",
|
|
1434
|
+
newQuantity: "کمیت جدید",
|
|
1435
|
+
newSaleInvoice: "فاکتور فروش جدید",
|
|
1436
|
+
newSuccessor: "جانشین جدید",
|
|
1437
|
+
newTask: "وظیفه جدید",
|
|
1438
|
+
newUnitCountCategory: "دسته بندی واحد شمارش جدید",
|
|
1439
|
+
nextDay: "روز بعد",
|
|
1440
|
+
nextMonth: "ماه آینده",
|
|
1441
|
+
nextSeason: "فصل آینده",
|
|
1442
|
+
nextWeek: "هفته آینده",
|
|
1443
|
+
nextYear: "سال بعد",
|
|
1444
|
+
no: "خیر",
|
|
1445
|
+
none: "هیچکدام",
|
|
1446
|
+
noSubject: "بدون عنوان",
|
|
1447
|
+
notAllocated: "تخصیص نیافته",
|
|
1448
|
+
notEqual: "مساوی نباشد",
|
|
1449
|
+
notifications: "اعلانات",
|
|
1450
|
+
notStarted: "شروع نشده",
|
|
1451
|
+
NumberOfViewPerPage: "تعداد نمایش در هر صفحه",
|
|
1452
|
+
numberRange: "عدد بازه ای",
|
|
1453
|
+
observed: "مشاهده شده {{index}}",
|
|
1454
|
+
offices: "ادارات",
|
|
1455
|
+
ok: "باشه",
|
|
1456
|
+
onEightyDays: "180 روز گذشته",
|
|
1457
|
+
onlineStoreAvailable: "قابل استفاده در فروشگاه آنلاین",
|
|
1458
|
+
openNewItemType: "باز کردن آیتم نوع جدید",
|
|
1459
|
+
openRelatedProfilesOnReceivingCalls: "باز کردن پروفایل مرتبط هنگام دریافت تماس",
|
|
1460
|
+
openWorks: "کارهای باز",
|
|
1461
|
+
operater: "اپراتور",
|
|
1462
|
+
operator: "عملگر",
|
|
1463
|
+
opportunity: "فرصت",
|
|
1464
|
+
order: "ترتیب",
|
|
1465
|
+
orderPointApply: "اعمال نقطه سفارش",
|
|
1466
|
+
parameter: "پارامتر",
|
|
1467
|
+
passwordRecovery: "بازیابی رمز عبور",
|
|
1468
|
+
patamgostarDataBase: "دیتابیس پیامگستر",
|
|
1469
|
+
Payment: "پرداخت",
|
|
1470
|
+
pdfDownload: "دانلود PDF",
|
|
1471
|
+
permissionKind: "نوع دسترسی",
|
|
1472
|
+
persian: "فارسی",
|
|
1473
|
+
personalSettings: "تنظیمات شخصی",
|
|
1474
|
+
personCompany: "شخص - شرکت",
|
|
1475
|
+
personCorp: "شخص - شرکت",
|
|
1476
|
+
PhoneLog: "تماس تلفنی",
|
|
1477
|
+
gauge: "درجه",
|
|
1478
|
+
pie: "دایره ای",
|
|
1479
|
+
pin: "تحت نظر کردن",
|
|
1480
|
+
pngDownload: "دانلود PNG",
|
|
1481
|
+
pointAmount: "مقدار امتیاز",
|
|
1482
|
+
pointingRules: "قوانین امتیاز دهی",
|
|
1483
|
+
pointRialsValues: "ارزش ریالی هر امتیاز",
|
|
1484
|
+
pointsRequiring: "الزام استفاده از امتیاز برای محصولات",
|
|
1485
|
+
pointValue: "ارزش ریالی امتیاز",
|
|
1486
|
+
pointValuePerBaseUnit: "ارزش امتیاز در واحد ارزی مبنا",
|
|
1487
|
+
portalAccess: "دسترسی به پرتال",
|
|
1488
|
+
post: "سمت",
|
|
1489
|
+
posted: "ارسال شده",
|
|
1490
|
+
powerBISettings: "تنظیمات power BI",
|
|
1491
|
+
predefinedChart: "نمودار پیشفرض",
|
|
1492
|
+
predefinedData: "منابع پیشفرض",
|
|
1493
|
+
priceByCount: "قیمت بر اساس تعداد",
|
|
1494
|
+
priceListSubject: "عنوان لیست قیمت",
|
|
1495
|
+
pricingPolicy: "سیاست قیمت گذاری",
|
|
1496
|
+
primaryUnit: "واحد شمارش مبنا",
|
|
1497
|
+
print: "پرینت",
|
|
1498
|
+
privacyAndSecurity: "حریم خصوصی و امنیت",
|
|
1499
|
+
productCategory: "دسته بندی محصول",
|
|
1500
|
+
productCategoryName: "نام دسته بندی محصول",
|
|
1501
|
+
productGroupPostion: "جایگاه در دسته بندی",
|
|
1502
|
+
productGroupsCode: "کد دسته بندی محصولات",
|
|
1503
|
+
productGroupsName: "نام دسته بندی محصولات",
|
|
1504
|
+
productionDate: "تاریخ ساخت",
|
|
1505
|
+
productsCategory: "دسته بندی محصولات",
|
|
1506
|
+
productsName: "نام محصولات",
|
|
1507
|
+
productsPhotos: "تصاویر محصول",
|
|
1508
|
+
productTitle: "عنوان محصول",
|
|
1509
|
+
profile: "پروفایل",
|
|
1510
|
+
profileImage: "تصویر پروفایل",
|
|
1511
|
+
profileManagement: "مدیریت انواع پروفایل",
|
|
1512
|
+
publicNotification: "اعلان عمومی",
|
|
1513
|
+
PurchaseInvoice: "فاکتور خرید",
|
|
1514
|
+
PurchaseQuote: "پیش فاکتور خرید",
|
|
1515
|
+
quantity: "کمیت",
|
|
1516
|
+
quantityName: "نام کمیت",
|
|
1517
|
+
quantityValuing: "مقداردهی به کمیت",
|
|
1518
|
+
Quote: "پیش فاکتور فروش",
|
|
1519
|
+
rangeInteger: "عدد صحیح بازهایی",
|
|
1520
|
+
readOnly: "نمایش",
|
|
1521
|
+
readonlyAndDesign: "طراحی و نمایش",
|
|
1522
|
+
Receipt: "دریافت",
|
|
1523
|
+
received: "دریافت شده",
|
|
1524
|
+
referenceFrom: "ارجاع از {{index}}",
|
|
1525
|
+
referenceId: "شناسه مرجع",
|
|
1526
|
+
referralFrom: "ارجاع از طرف",
|
|
1527
|
+
referTo: "ارجاع",
|
|
1528
|
+
relatedContact: "مخاطب مرتبط",
|
|
1529
|
+
relatedIdenity: "هویت مرتبط",
|
|
1530
|
+
reminder: "یادآوری",
|
|
1531
|
+
reminderSoundAlert: "هشدار صوتی یادآوری ها",
|
|
1532
|
+
reminderToMe: "یادآوری به من",
|
|
1533
|
+
remove: "حذف",
|
|
1534
|
+
removeFromSuperVision: "خروج از تحت نظر",
|
|
1535
|
+
reportsCount: "تعداد {{reportsCount}} گزارش",
|
|
1536
|
+
reportSources: "منابع گزارش",
|
|
1537
|
+
reportsSetting: "تنظیمات گزارش ها",
|
|
1538
|
+
require: "اجباری بودن",
|
|
1539
|
+
retry: "تلاش مجدد",
|
|
1540
|
+
ReturnPurchaseInvoice: "فاکتور برگشت از خرید",
|
|
1541
|
+
ReturnSaleInvoice: "فاکتور برگشت از فروش",
|
|
1542
|
+
running: "در حال اجرا",
|
|
1543
|
+
sale: "فروش",
|
|
1544
|
+
sameNameFieldsMapping: "نگاشت فیلدهای همنام",
|
|
1545
|
+
saveAndCreate: "ذخیره و جدید",
|
|
1546
|
+
saveAndNext: "ذخیره و بعدی",
|
|
1547
|
+
saveMapping: "ذخیره نگاشت",
|
|
1548
|
+
saving: "در حال ذخیره کردن",
|
|
1549
|
+
scatter: "پراکندگی",
|
|
1550
|
+
searchByName: "جستجو براساس نام",
|
|
1551
|
+
searchWidget: "جستجوی ویجت",
|
|
1552
|
+
season: "فصل",
|
|
1553
|
+
selectAll: "انتخاب همه",
|
|
1554
|
+
selectCurrentDate: "انتخاب تاریخ جاری",
|
|
1555
|
+
selectDate: "انتخاب تاریخ",
|
|
1556
|
+
selectDateRange: "انتخاب بازه تاریخ",
|
|
1557
|
+
selectDateType: "انتخاب نوع تاریخ",
|
|
1558
|
+
selectEntity: "انتخاب موجودیت",
|
|
1559
|
+
selectEntityType: "انتخاب نوع موجودیت",
|
|
1560
|
+
selectExcelFormula: "انتخاب فرمول اکسل",
|
|
1561
|
+
selectExtraSpecifications: "مشخصات بیشتر",
|
|
1562
|
+
selectFromColors: "انتخاب از رنگ ها",
|
|
1563
|
+
selectFromCurrentUsers: "انتخاب کاربر جاری",
|
|
1564
|
+
selectFromDataSource: "انتخاب از بانک اطلاعاتی",
|
|
1565
|
+
selectFromGroups: "انتخاب از گروه ها",
|
|
1566
|
+
selectionType: "نوع انتخاب",
|
|
1567
|
+
selectMe: "انتخاب خودم",
|
|
1568
|
+
selectProperties: "انتخاب ویژگی ها",
|
|
1569
|
+
selectReportType: "انتخاب نوع گزارش",
|
|
1570
|
+
selectSpecification: "انتخاب مشخصه",
|
|
1571
|
+
selectSpecifications: "انتخاب مشخصات کلی",
|
|
1572
|
+
selectTimeAndDate: "انتخاب تاریخ و ساعت",
|
|
1573
|
+
send: "ارسال",
|
|
1574
|
+
sendLink: "ارسال لینک",
|
|
1575
|
+
settings: "تنظیمات کلی",
|
|
1576
|
+
shape: "شکل",
|
|
1577
|
+
shareDashboard: "اشتراک گذاری داشبورد",
|
|
1578
|
+
sharedWith: "اشتراک گذاری شده با",
|
|
1579
|
+
sharing: "اشتراک گذاری",
|
|
1580
|
+
sharingDashboard: "اشتراک گذاری داشبورد",
|
|
1581
|
+
showAllNotifications: "نمایش همه اعلانات",
|
|
1582
|
+
showBased: "نمایش بر اساس :",
|
|
1583
|
+
showCallHistory: "نمایش تماس های تلفنی در تاریخ",
|
|
1584
|
+
showEmailsFromLine: "نمایش ایمیل از خط :",
|
|
1585
|
+
showNotificationsInDate: "نمایش اعلانات در تاریخ",
|
|
1586
|
+
showReciveSms: "نمایش پیامک های دریافتی",
|
|
1587
|
+
showReminders: "نمایش یادآوری ها",
|
|
1588
|
+
small: "ریز",
|
|
1589
|
+
sms: "پیامک",
|
|
1590
|
+
sorting: "مرتبسازی",
|
|
1591
|
+
sortingBy: "مرتب سازی بر اساس",
|
|
1592
|
+
sources: "منابع",
|
|
1593
|
+
specification: "مشخصه",
|
|
1594
|
+
specificationName: "نام مشخصه",
|
|
1595
|
+
specifications: "مشخصات کلی",
|
|
1596
|
+
specificationValue: "ارزش مشخصه",
|
|
1597
|
+
specificDate: "تاریخ مشخص",
|
|
1598
|
+
SpecifiedDate: "تاریخ مشخص",
|
|
1599
|
+
SpecifiedTimePeriod: "بازه زمانی مشخص",
|
|
1600
|
+
stack: "استک",
|
|
1601
|
+
stair: "پله",
|
|
1602
|
+
standardPriceList: "لیست قیمت استاندارد",
|
|
1603
|
+
standardReport: "گزارش استاندارد",
|
|
1604
|
+
startUpload: "شروع بارگذاری",
|
|
1605
|
+
stepPrice: "قیمت پله ای",
|
|
1606
|
+
substituteFilters: "فیلتر جانشین ها",
|
|
1607
|
+
substituteUser: "کاربر جانشین",
|
|
1608
|
+
substitutionDate: "تاریخ جانشینی",
|
|
1609
|
+
successorUsersManagement: "مدیریت کاربران جانشین",
|
|
1610
|
+
SupervisedWorks: "کارهای درحال نظر",
|
|
1611
|
+
supportDecimalDigits: "پشتیبانی از تعداد رقم اعشار",
|
|
1612
|
+
svgDownload: "دانلود SVG",
|
|
1613
|
+
syncCalendars: "همگام سازی تقویم ها",
|
|
1614
|
+
system: "سیستم",
|
|
1615
|
+
systemDatasources: "منابع اطالاعاتی سیستمی",
|
|
1616
|
+
systemDate: "تنظیمات سیستم",
|
|
1617
|
+
systemReminder: "یادآوری های سیستم",
|
|
1618
|
+
systemReport: "گزارش سیستمی",
|
|
1619
|
+
systemSettings: "تنظیمات سیستم",
|
|
1620
|
+
systemUser: "کاربر سیستمی",
|
|
1621
|
+
table: "جدول",
|
|
1622
|
+
tagList: "لیست تگ ها",
|
|
1623
|
+
tagsManagement: "مدیریت تگ ها",
|
|
1624
|
+
tagsName: "نام تگ ها",
|
|
1625
|
+
task: "تسک",
|
|
1626
|
+
taskAssignment: "تخصیص وظیفه",
|
|
1627
|
+
taxCalculation: "محاسبه مالیات",
|
|
1628
|
+
telephone: "تلفن",
|
|
1629
|
+
telephoneNumber: "شماره تماس",
|
|
1630
|
+
timeInterval: "بازه زمانی",
|
|
1631
|
+
toActive: "فعال کردن",
|
|
1632
|
+
toClose: "بستن",
|
|
1633
|
+
toDownRounding: "رند رو به پایین",
|
|
1634
|
+
tollCalculation: "محاسبه عوارض",
|
|
1635
|
+
toman: "تومان",
|
|
1636
|
+
tomorrow: "فردا",
|
|
1637
|
+
tooltipEnabled: "وضعیت نمایش متن راهنما",
|
|
1638
|
+
toUpRounding: "رند رو به بالا",
|
|
1639
|
+
tryAgain: "تلاش دوباره",
|
|
1640
|
+
twoDaysAgo: "دو روز قبل",
|
|
1641
|
+
underSupervision: "تحت نظر",
|
|
1642
|
+
unEditable: "غیر قابل ویرایش",
|
|
1643
|
+
unitCountCategory: "دسته بندی واحد شمارش",
|
|
1644
|
+
unitCountCategoryName: "نام دسته بندی واحد شمارش",
|
|
1645
|
+
unread: "خوانده نشده",
|
|
1646
|
+
unRemovable: "غیر قابل حذف",
|
|
1647
|
+
untilDate: "تا تاریخ",
|
|
1648
|
+
updateDate: "تاریخ بروزرسانی",
|
|
1649
|
+
updateWithCurrentMapping: "به روزرسانی با نگاشت فعلی",
|
|
1650
|
+
uploadAgain: "بارگذاری مجدد",
|
|
1651
|
+
uploadFile: "بارگذاری فایل",
|
|
1652
|
+
uploadImage: "بارگذاری تصویر",
|
|
1653
|
+
url: "آدرس وب",
|
|
1654
|
+
urlAddress: "آدرس Url",
|
|
1655
|
+
addressType: "نوع آدرس",
|
|
1656
|
+
address: "آدرس",
|
|
1657
|
+
country: "کشور",
|
|
1658
|
+
province: "استان",
|
|
1659
|
+
city: "شهر",
|
|
1660
|
+
area: "منطقه",
|
|
1661
|
+
usableCustomerClub: "قابل استفاده در باشگاه مشتریان",
|
|
1662
|
+
userOrGroupName: "نام کاربری و یا گروه",
|
|
1663
|
+
usersGroup: "گروه کاربری",
|
|
1664
|
+
userWithPermission: "کاربر دارای دسترسی",
|
|
1665
|
+
validityTime: "زمان اعتبار",
|
|
1666
|
+
valuePicker: "ولیو پیکر",
|
|
1667
|
+
variableTimeInterval: "بازه زمانی متغیر",
|
|
1668
|
+
view: "مشاهده",
|
|
1669
|
+
viewAll: "مشاهده همه",
|
|
1670
|
+
viewAppointmentsOn: "نمایش قرار ملاقات ها در تاریخ",
|
|
1671
|
+
viewEmails: "نمایش ایمیل های",
|
|
1672
|
+
volumeMeasuringFormula: "فرمول اندازه گیری حجم",
|
|
1673
|
+
watched: "مشاهده شده",
|
|
1674
|
+
webHook: "وب هوک",
|
|
1675
|
+
week: "هفته",
|
|
1676
|
+
widgetName: "عنوان ویجت",
|
|
1677
|
+
width: "عرض",
|
|
1678
|
+
workInline: "کارهای در صف انجام",
|
|
1679
|
+
xlsDownload: "دانلود XLS",
|
|
1680
|
+
year: "سال",
|
|
1681
|
+
yearMonth: "ماه سال",
|
|
1682
|
+
yearSeason: "فصل سال",
|
|
1683
|
+
yearWeek: "هفته سال",
|
|
1684
|
+
yes: "بله",
|
|
1685
|
+
updateFields: "به روزرسانی فیلدها",
|
|
1686
|
+
marketingActivities: "فعالیت های بازاریابی",
|
|
1687
|
+
communicationalActivities: "فعالیت های ارتباطی",
|
|
1688
|
+
selectAttribute: "انتخاب ویژگی",
|
|
1689
|
+
definitionOfPoints: "تعریف امتیاز",
|
|
1690
|
+
ends: "تمام شده باشد",
|
|
1691
|
+
equal: "مساوی",
|
|
1692
|
+
exists: "وجود دارد",
|
|
1693
|
+
greaterThanOrEqual: "بزرگتر مساوی",
|
|
1694
|
+
lessThanOrEqual: "کوچکتر مساوی",
|
|
1695
|
+
matches: "مطابقت",
|
|
1696
|
+
notEnds: "تمام نشده باشد",
|
|
1697
|
+
notExists: "وجود نداشته باشد",
|
|
1698
|
+
notIn: "به جز",
|
|
1699
|
+
notMatches: "مطابقت نداشته باشد",
|
|
1700
|
+
notRegexp: "بدون عبارت",
|
|
1701
|
+
starts: "شروع شده باشد",
|
|
1702
|
+
engagement: "فعالیت های ارتباطی",
|
|
1703
|
+
string: "متن",
|
|
1704
|
+
boolean: "فعال/غیرفعال",
|
|
1705
|
+
hour: "ساعت",
|
|
1706
|
+
valueType: "نوع داده",
|
|
1707
|
+
packageName: "نام پکیج",
|
|
1708
|
+
addPackage: "افزودن پکیج",
|
|
1709
|
+
packageDetails: "جزئیات پکیج",
|
|
1710
|
+
positivePoint: "امتیاز مثبت",
|
|
1711
|
+
operationType: "عملگر",
|
|
1712
|
+
propertyType: "نوع مشخصه",
|
|
1713
|
+
listError: "لیست خطاها",
|
|
1714
|
+
serverError: "خطای سرور",
|
|
1715
|
+
today: "امروز",
|
|
1716
|
+
regexp: "عبارت",
|
|
1717
|
+
rollingBefore: "قبل از تاریخ",
|
|
1718
|
+
rollingBetween: "بین تاریخ",
|
|
1719
|
+
rollingAfter: "بعد از تاریخ",
|
|
1720
|
+
generalProperty: "مشخصات عمومی",
|
|
1721
|
+
inActive: "غیرفعال",
|
|
1722
|
+
baseInfo: "اطلاعات پایه",
|
|
1723
|
+
group: "گروه",
|
|
1724
|
+
categoryName: "نام دسته بندی",
|
|
1725
|
+
amount: "مقدار",
|
|
1726
|
+
permission: "دسترسی",
|
|
1727
|
+
viewAndEdit: "مشاهده و ویرایش",
|
|
1728
|
+
iframe: "قاب وب",
|
|
1729
|
+
myActivity: "آخرین فعالیت های من",
|
|
1730
|
+
incoming: "ورودی",
|
|
1731
|
+
outgoing: "خروجی",
|
|
1732
|
+
storybook: "استوری بوک",
|
|
1733
|
+
abrplusAppSelector: "انتخاب اپلیکیشن",
|
|
1734
|
+
passwordWasSuccessfullyChanged: "رمز عبور با موفقیت تغییر کرد",
|
|
1735
|
+
calendarLink: "لینک تقویم ها",
|
|
1736
|
+
customizeUi: "شخصی سازی طرح",
|
|
1737
|
+
chooseColor: "انتخاب رنگ",
|
|
1738
|
+
online: "آنلاین",
|
|
1739
|
+
chooseIcon: "انتخاب آیکون",
|
|
1740
|
+
twoFaCode: "کد دو عاملی",
|
|
1741
|
+
confirmAndContinue: "تایید کد و ادامه دادن",
|
|
1742
|
+
deactivate: "غیرفعال کردن",
|
|
1743
|
+
deactivateTwoFa: "غیرفعال کردن احراز هویت دو مرحله ای",
|
|
1744
|
+
"twoStepAuthentication\n": "احراز هویت دو مرحله ای",
|
|
1745
|
+
changeTwoFa: "تغییر احراز هویت دو مرحله ای",
|
|
1746
|
+
sentCodeTo: "کد ارسال شده به {{to}}",
|
|
1747
|
+
totpCode: "کد احراز هویت دو مرحله ای",
|
|
1748
|
+
editUserInfo: "ویرایش اطلاعات کاربری",
|
|
1749
|
+
editEmail: "ویرایش ایمیل",
|
|
1750
|
+
EditPhoneNum: "ویرایش شماره همراه",
|
|
1751
|
+
mobileNum: "شماره همراه",
|
|
1752
|
+
otpCode: "کد تایید پیامکی",
|
|
1753
|
+
NewemailCode: "کد تایید ایمیل (جدید)",
|
|
1754
|
+
enterTotpCode: "لطفا کدتایید دو مرحله ای را وارد کنید",
|
|
1755
|
+
confirmMobile: "ثبت شماره همراه",
|
|
1756
|
+
confirmEmail: "ثبت ایمیل",
|
|
1757
|
+
oldMobileNum: "شماره همراه قبلی",
|
|
1758
|
+
newOtpCode: "کد تایید پیامکی (جدید)",
|
|
1759
|
+
oldOtpCode: "کد تایید پیامکی(قدیم)",
|
|
1760
|
+
oldEmailCode: "کد تایید ایمیل (قدیم)",
|
|
1761
|
+
emailCode: "تایید ایمیل",
|
|
1762
|
+
related: "مرتبط",
|
|
1763
|
+
relatedTo: "مرتبط با",
|
|
1764
|
+
recieveConfirmationCode: "دریافت کد تایید",
|
|
1765
|
+
authenticationDrawerLabel: "احراز هویت دو مرحله ای / کد پشتیبان",
|
|
1766
|
+
endOfActivation: "پایان فعال سازی",
|
|
1767
|
+
desk: "دسک",
|
|
1768
|
+
branches: "شعب",
|
|
1769
|
+
calendar: "تقویم",
|
|
1770
|
+
telephoneSystem: "سیستم تلفنی",
|
|
1771
|
+
crmObjectType: "نوع موجودیت",
|
|
1772
|
+
stage: "مراحل",
|
|
1773
|
+
last365Days: "365 روز گذشته",
|
|
1774
|
+
source: "منبع",
|
|
1775
|
+
travels: "سفر ها",
|
|
1776
|
+
lastupdateDate: "زمان آخرین بروزرسانی",
|
|
1777
|
+
chooseGoal: "انتخاب هدف",
|
|
1778
|
+
goal: "هدف",
|
|
1779
|
+
goalSettings: "تنظیمات هدف",
|
|
1780
|
+
evaluationIndicator: "شاخص ارزیابی",
|
|
1781
|
+
goalTitle: "عنوان هدف",
|
|
1782
|
+
separateBy: "تفکیک بر اساس",
|
|
1783
|
+
total: "همه",
|
|
1784
|
+
securityAgent: "نمایندگان",
|
|
1785
|
+
securityCustomer: "مشتریان",
|
|
1786
|
+
entity: "موجودیت",
|
|
1787
|
+
progressStatus: "وضعیت پیشرفت",
|
|
1788
|
+
mobile: "موبایل",
|
|
1789
|
+
telefax: "تلفکس",
|
|
1790
|
+
fax: "فکس",
|
|
1791
|
+
general: "عمومی",
|
|
1792
|
+
goaling: "هدف گذاری",
|
|
1793
|
+
leaderboard: "تابلوی امتیازات",
|
|
1794
|
+
remind: "یادآوری",
|
|
1795
|
+
fulfill: "تکمیل",
|
|
1796
|
+
countMinutes: "{{count}} دقیقه",
|
|
1797
|
+
countHours: "{{count}} ساعت",
|
|
1798
|
+
selectTime: "انتخاب زمان",
|
|
1799
|
+
snooze: "تعویق",
|
|
1800
|
+
hourly: "ساعتی",
|
|
1801
|
+
daily: "روزانه",
|
|
1802
|
+
weekly: "هفتگی",
|
|
1803
|
+
monthly: "ماهانه",
|
|
1804
|
+
workPlace: "محل کار",
|
|
1805
|
+
residencePlace: "محل سکونت",
|
|
1806
|
+
selectedItems: "موارد انتخابی",
|
|
1807
|
+
selectTimeInterval: "انتخاب بازه زمانی",
|
|
1808
|
+
lastCountHours: "{{count}} ساعت گذشته",
|
|
1809
|
+
lastCountDays: "{{count}} روز گذشته",
|
|
1810
|
+
understand: "متوجه شدم",
|
|
1811
|
+
expireDate: "تاریخ انقضا",
|
|
1812
|
+
addGoal: "افزودن هدف",
|
|
1813
|
+
deleteGoalConfirmation: "آیا از حذف این هدف مطمئن هستید؟",
|
|
1814
|
+
yesterday: "دیروز",
|
|
1815
|
+
rollingRange: "بازه زمانی متغیر",
|
|
1816
|
+
fixedRange: "بازه زمانی مشخص",
|
|
1817
|
+
showAll: "نمایش همه",
|
|
1818
|
+
history: "سوابق",
|
|
1819
|
+
sendList: "لیست ارسال",
|
|
1820
|
+
receiveList: "لیست دریافت",
|
|
1821
|
+
topThree: "3 نفر برتر",
|
|
1822
|
+
topTen: "10 نفر برتر",
|
|
1823
|
+
update: "به روزرسانی",
|
|
1824
|
+
selectUser: "انتخاب کاربر",
|
|
1825
|
+
phoneCalls: "تماس های تلفنی",
|
|
1826
|
+
searchByNameAndPhone: "جستجو بر اساس شماره تلفن یا نام کاربری",
|
|
1827
|
+
transferCallHistory: "تاریخچه انتقال تماس",
|
|
1828
|
+
voipSystem: "سیستم ویپ",
|
|
1829
|
+
incomingCall: "تماس ورودی",
|
|
1830
|
+
outgoingCall: "تماس خروجی",
|
|
1831
|
+
unknownUser: "مخاطب ناشناس",
|
|
1832
|
+
reject: "رد کردن",
|
|
1833
|
+
answer: "پاسخ دادن",
|
|
1834
|
+
endCall: "پایان تماس",
|
|
1835
|
+
unholdCall: "ادامه تماس",
|
|
1836
|
+
holdCall: "توقف تماس",
|
|
1837
|
+
_VOFFICE_: "وی آفیس",
|
|
1838
|
+
systematic: "سیستمی",
|
|
1839
|
+
internalCall: "تماس داخلی",
|
|
1840
|
+
recentCalls: "تماس های اخیر",
|
|
1841
|
+
gender: "جنسیت",
|
|
1842
|
+
company: "شرکت",
|
|
1843
|
+
multiselect: "چند انتخابی",
|
|
1844
|
+
meeting: "جلسه",
|
|
1845
|
+
fromDate: "از تاریخ",
|
|
1846
|
+
toDate: "تا تاریخ",
|
|
1847
|
+
important: "مهم",
|
|
1848
|
+
workflowHistory: "سوابق گردش کاری",
|
|
1849
|
+
submit: "ثبت",
|
|
1850
|
+
actions: "اقدامات",
|
|
1851
|
+
bulkActions: "اقدامات گروهی",
|
|
1852
|
+
edit: "ویرایش",
|
|
1853
|
+
setting: "تنظیمات هدف",
|
|
1854
|
+
removeAll: "حذف همه",
|
|
1855
|
+
pictures: "تصاویر",
|
|
1856
|
+
shareScreen: "اشتراک گذاری صفحه",
|
|
1857
|
+
soundOff: "بی صدا کردن",
|
|
1858
|
+
soundOn: "باصدا کردن",
|
|
1859
|
+
sendMessage: "ارسال پیام",
|
|
1860
|
+
cameraOff: "بستن دوربین",
|
|
1861
|
+
cameraOn: "باز کردن دوربین",
|
|
1862
|
+
stopRecord: "توقف ضبط",
|
|
1863
|
+
startRecord: "شروع ضبط",
|
|
1864
|
+
stopRecordDescription: "آیا از توقف ضبط این جلسه اطمینان دارید؟",
|
|
1865
|
+
requestVideoCall: "درخواست تماس ویدیویی",
|
|
1866
|
+
answerAudio: "پاسخ صوتی",
|
|
1867
|
+
answerVideo: "پاسخ ویدیویی",
|
|
1868
|
+
generalFlow: "جریان عمومی",
|
|
1869
|
+
process: "فرآیند",
|
|
1870
|
+
appointmentFlow: "جریان قرار ملاقات",
|
|
1871
|
+
inProgress: "در دست اقدام",
|
|
1872
|
+
frezzed: "قفل شده",
|
|
1873
|
+
finished: "خاتمه یافته",
|
|
1874
|
+
inCartable: "در کارتابل",
|
|
1875
|
+
referred: "ارجاع شده",
|
|
1876
|
+
abbreviatedName: "نام اختصاری",
|
|
1877
|
+
searchResources: "منابع جستجو",
|
|
1878
|
+
key: "کلید",
|
|
1879
|
+
securityOperator: "عملگر امنیتی",
|
|
1880
|
+
appIsInitiating: "اپلیکیشن در حال آماده سازی می باشد.",
|
|
1881
|
+
reloadPage: "به روزرسانی صفحه",
|
|
1882
|
+
availableWhenComplete: "به محض تکمیل، در دسترس خواهد بود",
|
|
1883
|
+
microphoneSettings: "تنظیمات میکروفون",
|
|
1884
|
+
systemDefault: "پیشفرض سیستم",
|
|
1885
|
+
speakerSettings: "تنظیمات بلندگو",
|
|
1886
|
+
cameraSettings: "تنظیمات تصویر",
|
|
1887
|
+
test: "تست",
|
|
1888
|
+
socialContacts: "راه های ارتباطی",
|
|
1889
|
+
selectPlatform: "انتخاب پلتفرم",
|
|
1890
|
+
identification: "آی دی",
|
|
1891
|
+
enterIdPhoneNumber: "آی دی یا شماره تلفن را وارد کنید",
|
|
1892
|
+
uploadVideo: "آپلود ویدئو",
|
|
1893
|
+
manager: "مدیر",
|
|
1894
|
+
create: "ایجاد",
|
|
1895
|
+
automatic: "خودکار",
|
|
1896
|
+
manual: "دستی",
|
|
1897
|
+
notAllowed: "غیرمجاز",
|
|
1898
|
+
stop: "توقف",
|
|
1899
|
+
saveAndContinue: "ذخیره و ادامه",
|
|
1900
|
+
activeCamera: "فعال کردن دوربین",
|
|
1901
|
+
holdCurrentCallAndAnswer: "پاسخ و انتظار تماس فعلی",
|
|
1902
|
+
endCurrentCallAndAnswer: "پاسخ و پایان تماس فعلی",
|
|
1903
|
+
enableCamera: "فعال کردن دوربین",
|
|
1904
|
+
deactiveCamera: "غیرفعال کردن دوربین",
|
|
1905
|
+
hangUp: "قطع کردن تماس",
|
|
1906
|
+
allow: "مجاز",
|
|
1907
|
+
queue: "صف",
|
|
1908
|
+
formType: "نوع فرم",
|
|
1909
|
+
words: "کلمات"
|
|
1910
|
+
},
|
|
1911
|
+
message: {
|
|
1912
|
+
allCharactersAreTheSame: "همه کارکتر ها یکسان است",
|
|
1913
|
+
copied: "کپی شد",
|
|
1914
|
+
emailNotValid: "ایمیل وارد شده معتبر نیست",
|
|
1915
|
+
eventTrackingDesc: "فراخوانی رویداد ارسال دیتا مطابق زیر ارسال شود.",
|
|
1916
|
+
pageTrackingDesc: "هر صفحه ای که می خواهید بازدیدکنندگان آن ردیابی شوند در تگ head اضافه شود.",
|
|
1917
|
+
searchInAllDatabase: "در کل بانک اطلاعاتی جستجو شود.",
|
|
1918
|
+
tryAgain: "تلاش مجدد",
|
|
1919
|
+
userTrackingDesc: "داده های کاربران مطابق الگوریتم ارسال شود",
|
|
1920
|
+
withoutProtocol: "بدون وارد کردن http , https",
|
|
1921
|
+
pleaseSelect: "لطفا انتخاب کنید",
|
|
1922
|
+
successfullyAdded: "با موفقیت اضافه شد",
|
|
1923
|
+
successfullyEdited: "با موفقیت ویرایش شد",
|
|
1924
|
+
successfullyDeleted: "با موفقیت حذف شد",
|
|
1925
|
+
enterDigit: "رقم را وارد نمایید",
|
|
1926
|
+
enterPercent: "درصد را وارد نمایید",
|
|
1927
|
+
itemsSelectedWithCount: "{{count}} مورد انتخاب شده",
|
|
1928
|
+
setupLanguage: "در حال تنظیم زبان اپلیکیشن...",
|
|
1929
|
+
noValueHasBeenAddedYet: "هنوز هیچ ارزشی اضافه نشده است",
|
|
1930
|
+
enterValue: "یک مقدار وارد کنید",
|
|
1931
|
+
networkConnectionError: "لطفا اتصال اینترنت خود را بررسی و دوباره امتحان کنید",
|
|
1932
|
+
removeTagMessage: "با این عملیات تگ از تمامی دسته بندی ها حذف خواهد شد",
|
|
1933
|
+
removeTagConfirmation: "آیا مایل به حذف تگ {{tagName}} هستید؟",
|
|
1934
|
+
deleteCategoryConfirmation: "آیا از حذف داشبورد مطمئن هستید؟",
|
|
1935
|
+
validProtocolHint: "لطفا بدون http یا https وارد شود",
|
|
1936
|
+
additionalInformationDeletedRedirectedEditPage: "در صورت تایید، اطلاعات تکمیلی، حذف شده و شما به صفحه ی ویرایش انتقال داده می شوید",
|
|
1937
|
+
approvedAdditionalInformationDeletedEditPage: "در صورت تایید، اطلاعات تکمیلی، حذف شده و شما به صفحه ی ویرایش انتقال داده می شوید.",
|
|
1938
|
+
byDeletingThisCategoryAllRelatedUnitsAreAlsoDeleted: "با حذف این دسته بندی، تمامی واحدهای وابسته به آن نیز حذف می شوند.",
|
|
1939
|
+
chooseExcelImpotMethod: "شما میتوانید یکی از روش های ورود اطلاعات فایل اکسل خود را انتخاب نمایید",
|
|
1940
|
+
deleteCategoryAlert: "آیا از حذف دسته بندی اطمینان دارید ؟",
|
|
1941
|
+
deleteCategoryAlertError: "آیا مایل به حذف این دسته بندی هستید؟ با حذف این دسته بندی، تمامی واحد های وابسته به آن نیز حذف می شوند",
|
|
1942
|
+
deleteMessage: 'آیا مایل به حذف "{{value}}" هستید؟',
|
|
1943
|
+
dragMappingAndDropHere: "نگاشت خود را بکشید و اینجا رها کنید",
|
|
1944
|
+
dragUploadFile: "فایل خود را اینجا بکشید و رها کنید",
|
|
1945
|
+
enterCategoryCode: "نام کد دسته بندی را وارد نمایید",
|
|
1946
|
+
enterGroupCode: "کد دسته بندی را وارد کنید",
|
|
1947
|
+
enterMappingName: "نام نگاشت را وارد کنید",
|
|
1948
|
+
enterProductName: "نام محصول را وارد کنید",
|
|
1949
|
+
itemSelected: "مورد انتخاب شده است",
|
|
1950
|
+
maxGreatMin: "بیشینه باید بزرگتر از کمینه باشد",
|
|
1951
|
+
noInformation: "اطلاعات موجود نیست",
|
|
1952
|
+
operationSucceeded: "عملیات با موفقیت انجام شد",
|
|
1953
|
+
pleaseChoice: "لطفا انتخاب کنید",
|
|
1954
|
+
pleaseContactSupport: "لطفا با پشتیبانی تماس بگیرید",
|
|
1955
|
+
productHasVariantWarnMessage: "در صورت داشتن تنوع در محصول؛ ویژگی های آن را انتخاب و در غیر این صورت فرآیند قیمت گذاری را تکمیل کنید",
|
|
1956
|
+
rangeValidValueTo2: "مقدار صحیح بین عدد 0 تا 2 است",
|
|
1957
|
+
rights: "کلیه حقوق سامانه پیام گستر متعلق به شرکت تجارت الکترونیک اول است.",
|
|
1958
|
+
select: "لطفا انتخاب نمایید",
|
|
1959
|
+
selectBaseField: "لطفا یک فیلد مبنا انتخاب کنید",
|
|
1960
|
+
selectDesignTool: "ابزار طراحی را انتخاب کنید!",
|
|
1961
|
+
selectExcel: "اکسل را انتخاب نمایید",
|
|
1962
|
+
selectOnlyEmptyFields: "با انتخاب این گزینه، تنها فیلد های خالی گزینه های موجود پر خواهد شد",
|
|
1963
|
+
sendingLinkUserNameEntry: "نام کاربری خود را جهت ارسال لینک وارد کنید",
|
|
1964
|
+
setDefaultValueField: "لطفا مقدار پیشفرض این فیلد را تعیین کنید",
|
|
1965
|
+
successfullyCategoryAdded: "دسته بندی با موفقیت اضافه شد",
|
|
1966
|
+
successfullyCopied: "با موفقیت کپی شد",
|
|
1967
|
+
successfullyTagAdded: "تگ با موفقیت اضافه شد",
|
|
1968
|
+
supportedImageFormatDescription: "فرمت تصاویر پشتیبانی شده شامل png, gif, jpg و bmp است و حداکثر اندازه آن باید از ۴ مگابایت بیشتر باشد. در این بخش می توانید تعداد ۵ تصویر برای محصول خود بارگذاری نمایید",
|
|
1969
|
+
tagDeletedAlertError: "آیا مایل به حذف {{tags}} هستید؟ با این عملیات تگ از تمامی دسته بندی ها حذف خواهد شد",
|
|
1970
|
+
userDiscarded: "کاربر انصراف داده است",
|
|
1971
|
+
ValidValueFrom0: "مقدار صحیح بزرگ تر از 0 است",
|
|
1972
|
+
variantWillNotApply: "این تنوع اعمال نخواهد شد",
|
|
1973
|
+
yesDelete: "بله حذف شود",
|
|
1974
|
+
processing: "در حال پردازش...",
|
|
1975
|
+
noResultFound: "نتیجه ای یافت نشد",
|
|
1976
|
+
loadDataError: "خطا در دریافت اطلاعات",
|
|
1977
|
+
copyQrCodeLink: " اگر قادر به اسکن نیستید کد زیر را کپی و وارد کنید\r\n",
|
|
1978
|
+
authenticationTabMessage1: "QRCode زیر را با استفاده از برنامه احراز هویت مانند Google Authenticator اسکن کنید.",
|
|
1979
|
+
authenticationTabMessage2: "پس از اسکن QRCode، کد دو عاملی 6 رقمی را وارد کنید.",
|
|
1980
|
+
the2faWasCopied: "کد دو عاملی کپی شد",
|
|
1981
|
+
twoStepAuthenticationTitle: "احراز هویت دو مرحله ای هنوز فعال نشده است.",
|
|
1982
|
+
twoStepAuthenticationDescription: "امنیت حساب کاربری خود را با فعالسازی احرازهویت دو عاملی افزایش دهید و از دسترسی غیرمجاز به حسابتان جلوگیری کنید.",
|
|
1983
|
+
twoStepAuthenticationIsActive: "احراز هویت دو مرحله ای فعال شده است.",
|
|
1984
|
+
protectedModalDesc1: "لطفا جهت {{purpose}}، کد ارسال شده به {{sentTo}} خود را وارد کنید.",
|
|
1985
|
+
protectedModalDesc2: "لطفا جهت {{purpose}}، کد ارسال شده به {{sentTo}} و کد احراز هویت دو مرحله ای خود را وارد کنید.",
|
|
1986
|
+
securityCodeMustBeAtLeast6DigitsLong: "کد امنیتی باید حداقل 6 رقم باشد",
|
|
1987
|
+
mobileConfirmationMessage: "برای ثبت این شماره باید آن را تایید کنید.",
|
|
1988
|
+
insertVerifyEmailOtp: "لطفاً کد تایید دریافتی از طریق پیامک و ایمیل را در قسمت زیر وارد کنید.",
|
|
1989
|
+
enterNewOtpCode: "کدتایید پیامکی شماره جدید را وارد کنید",
|
|
1990
|
+
enterOldOtpCode: "لطفا کدتایید پیامکی شماره قبلی را وارد کنید",
|
|
1991
|
+
enterEmailCode: "کد تایید ایمیل را وارد کنید",
|
|
1992
|
+
emailConfirmationMessage: "برای ثبت این ایمیل باید آن را تایید کنید.",
|
|
1993
|
+
enterOtpCode: "لطفا کد تایید پیامکی را وارد کنید",
|
|
1994
|
+
supportCodeWarning: "این کد پشتیبانی را در جای امن ذخیره کنید.",
|
|
1995
|
+
supportCodeWarning2: "این کد به شما این امکان را می دهد تا در صورت گم شدن تلفن خود، کد احراز هویت خود را بازیابی کنید. در غیر این صورت بازنشانی کد احراز هویت ۷ روز طول خواهد کشید.",
|
|
1996
|
+
noUserInThisGoal: "کاربری در این هدف وجود ندارد",
|
|
1997
|
+
enterPhoneNumber: "شماره تلفن را وارد کنید",
|
|
1998
|
+
accessDenied: "متاسفانه شما به این صفحه دسترسی ندارید!",
|
|
1999
|
+
notFound: "صفحه مورد نظر یافت نشد!",
|
|
2000
|
+
backToHome: "بازگشت به صفحه اصلی",
|
|
2001
|
+
deletePermissionConfirmation: "آیا از حذف دسترسی اطمینان دارید؟",
|
|
2002
|
+
addPermissionConfirmation: "آیا از ایجاد دسترسی اطمینان دارید؟",
|
|
2003
|
+
isConfirmed: "آیا تغییرات را تایید میکنید؟",
|
|
2004
|
+
invalidDomainTitle: "شما امکان دسترسی به این دامنه را ندارید!",
|
|
2005
|
+
invalidDomainDescription: "دسترسی به این دامنه فقط برای کاربران همان دامنه امکانپذیر است."
|
|
2006
|
+
},
|
|
2007
|
+
error: {
|
|
2008
|
+
codeMustBe6Characters: "کد احراز هویت می بایست 6 رقم باشد",
|
|
2009
|
+
minLengthIs5: "تعداد کارکتر ها باید حداقل 5 باشد",
|
|
2010
|
+
passwordValidation: "رمز عبور بایستی شامل حروف بزرگ، حروف کوچک، عدد و کارکتر خاص باشد",
|
|
2011
|
+
phoneNumberNotValid: "شماره تلفن وارد شده معتبر نیست",
|
|
2012
|
+
modalHint1: "تا زمانی که در این دستهبندی محصول وجود داشته باشد شما قادر به حذف آن دستهبندی نیستید.",
|
|
2013
|
+
intMax10: "مقدار صحیح نمی تواند بیشتر از 10 رقم باشد.",
|
|
2014
|
+
floatMax8: "بیشتر از 8 رقم اعشار نمی تواند باشد.",
|
|
2015
|
+
tagFieldRequired: "فیلد تگ اجباری است",
|
|
2016
|
+
categoryFieldRequired: "فیلد دسته بندی اجباری است ",
|
|
2017
|
+
usernameRequired: "نام کاربری الزامی است",
|
|
2018
|
+
allLanguagesMustBefilled: "تمامی زبان ها باید مقدار داشته باشند.",
|
|
2019
|
+
cantBeNegative: "فیلد نمی تواند منفی باشد",
|
|
2020
|
+
classNameError: "خطا در نام کلاس ها",
|
|
2021
|
+
currencyUnitEmptynessError: "فیلد واحد ارز اجباری است.",
|
|
2022
|
+
currentSystemLanguageNameError: "انتخاب نام برای زبان جاری سیستم اجباریست",
|
|
2023
|
+
dateFieldEmptynessError: "فیلد تاریخ اجباری است",
|
|
2024
|
+
dateMustBeFromToday: "تاریخ باید از امروز به بعد باشد.",
|
|
2025
|
+
duplicated: "تکراری است",
|
|
2026
|
+
emailEmptynessError: "فیلد ایمیل اجباری است.",
|
|
2027
|
+
emailValidationError: "ایمیل اشتباه وارد شده است.",
|
|
2028
|
+
errorDeleteRule: "خطا در حذف قوانین امتیاز دهی",
|
|
2029
|
+
errorNotNumber: "مقدار امتیاز باید عدد باشد",
|
|
2030
|
+
errorOccurred: "خطایی رخ داده است",
|
|
2031
|
+
fieldRequired: "فیلد الزامی است",
|
|
2032
|
+
fillRequiredField: "فیلد های اجباری را پر نمایید",
|
|
2033
|
+
formatTypeRequired: "نوع فرم الزامیست",
|
|
2034
|
+
listNameEmptynessError: "فیلد نام لیست اجباری است",
|
|
2035
|
+
maximumDiscountMaxPriceError: "باید از حداقل قیمت بیشتر باشد",
|
|
2036
|
+
maximumDiscountMinPriceError: "باید از حداکثر قیمت کمتر باشد",
|
|
2037
|
+
minAndMaxRequired: "مقدار بیشترین و کمترین الزامی است!",
|
|
2038
|
+
missing: "یافت نشد",
|
|
2039
|
+
nameError: "خطا در نام",
|
|
2040
|
+
nameRequired: "نام اجباری است",
|
|
2041
|
+
noColumnAdded: "هنوز هیچ ستونی اضافه نکردهاید!",
|
|
2042
|
+
noFiltersAdded: "فیلتری تعیین نگردیده است",
|
|
2043
|
+
noInternetConnection: "ارتباط با سرور قطع است",
|
|
2044
|
+
noItem: "موردی وجود ندارد",
|
|
2045
|
+
noItemSelected: "موردی انتخاب نشده است",
|
|
2046
|
+
noPermissionsAvailable: "هنوز هیچ دسترسی انتخاب نشده است",
|
|
2047
|
+
noPermissionsFound: "دسترسی پیدا نشد",
|
|
2048
|
+
noProductsAvailable: "هنوز هیچ محصولی انتخاب نشده است",
|
|
2049
|
+
notMatchPasswords: "رمز عبور یکسان نمی باشد",
|
|
2050
|
+
onlyEmptyFields: "فقط فیلد های خالی پر شوند",
|
|
2051
|
+
pointAmountError: "خطا در مقادیر امتیاز",
|
|
2052
|
+
startDateSmaller: "تاریخ شروع باید قبل از تاریخ پایان باشد!",
|
|
2053
|
+
startEndDateError: "تاریخ پایان نمیتواند قبل از تاریخ شروع باشد",
|
|
2054
|
+
thisFieldRequired: "این فیلد الزامی است",
|
|
2055
|
+
userDuplicated: "کاربر تکراری است",
|
|
2056
|
+
userNotFound: "کاربری پیدا نشد.",
|
|
2057
|
+
noNegativeNumbersAllowed: "اعداد منفی غیرمجاز",
|
|
2058
|
+
percentShouldntBeOver100: "درصد نباید بیشتر از 100 باشد",
|
|
2059
|
+
onlyEnglishNumberAndUnderlineAllowed: "فقط حروف انگلیسی , عدد و _ مجاز است"
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
};
|
|
2063
|
+
i18n.use(reactI18next.initReactI18next);
|
|
2064
|
+
function getValidLanguage(lang) {
|
|
2065
|
+
if (lang === "fa" || lang === "en") {
|
|
2066
|
+
return lang;
|
|
2067
|
+
}
|
|
2068
|
+
return "fa";
|
|
2069
|
+
}
|
|
2070
|
+
const initializeI18n = (lang = "fa", resources) => {
|
|
2071
|
+
i18n.init({
|
|
2072
|
+
resources: {
|
|
2073
|
+
fa: {
|
|
2074
|
+
translation: { ...fa, ...resources?.fa }
|
|
2075
|
+
},
|
|
2076
|
+
en: {
|
|
2077
|
+
translation: { ...en, ...resources?.en }
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
lng: getValidLanguage(lang),
|
|
2081
|
+
fallbackLng: "fa",
|
|
2082
|
+
debug: false
|
|
2083
|
+
});
|
|
2084
|
+
};
|
|
2085
|
+
class AbrplusUIKit {
|
|
2086
|
+
static instance = null;
|
|
2087
|
+
configs = {
|
|
2088
|
+
appName: "sales"
|
|
2089
|
+
};
|
|
2090
|
+
constructor(configs) {
|
|
2091
|
+
this.configs = { ...this.configs, ...configs };
|
|
2092
|
+
this.init();
|
|
2093
|
+
}
|
|
2094
|
+
static config(configs = {}) {
|
|
2095
|
+
if (!AbrplusUIKit.instance) {
|
|
2096
|
+
AbrplusUIKit.instance = new AbrplusUIKit(configs);
|
|
2097
|
+
}
|
|
2098
|
+
return AbrplusUIKit.instance;
|
|
2099
|
+
}
|
|
2100
|
+
init() {
|
|
2101
|
+
initializeI18n(this.configs.locales?.lang, this.configs.locales?.resources);
|
|
2102
|
+
}
|
|
2103
|
+
getAppName() {
|
|
2104
|
+
return this.configs.appName;
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
const colors = {
|
|
2108
|
+
white_ff: "#ffffff",
|
|
2109
|
+
white_ff_10: "#ffffff10",
|
|
2110
|
+
white_ff_15: "#ffffff15",
|
|
2111
|
+
white_ff_20: "#ffffff20",
|
|
2112
|
+
white_ff_35: "#ffffff35",
|
|
2113
|
+
light_1: "#f8f9fb",
|
|
2114
|
+
light_2: "#f1f3f8",
|
|
2115
|
+
light_3: "#f9fbff",
|
|
2116
|
+
light_4: "#f7fafe",
|
|
2117
|
+
light_5: "#ebf3ff",
|
|
2118
|
+
light_6: "#eaeff5",
|
|
2119
|
+
light_7: "#d9e1ea",
|
|
2120
|
+
primary: "#435879",
|
|
2121
|
+
primary_dark_1: "#2b4063",
|
|
2122
|
+
primary_dark_2: "#192540",
|
|
2123
|
+
primary_light_1: "#516b93",
|
|
2124
|
+
primary_light_2: "#91a8c3",
|
|
2125
|
+
primary_light_3: "#b8c7d8",
|
|
2126
|
+
secondary: "#1e51c1",
|
|
2127
|
+
secondary_dark_1: "#163b8e",
|
|
2128
|
+
secondary_light_1: "#2159d4",
|
|
2129
|
+
secondary_light_2: "#386de0",
|
|
2130
|
+
tertiary: "#1ba9c7",
|
|
2131
|
+
tertiary_dark_1: "#489fb5",
|
|
2132
|
+
negative: "#c9252d",
|
|
2133
|
+
negative_dark_1: "#bb121a",
|
|
2134
|
+
negative_light_1: "#d7373f",
|
|
2135
|
+
negative_light_2: "#e34850",
|
|
2136
|
+
negative_light_3: "#f6d8da",
|
|
2137
|
+
negative_light_4: "#f9e3e4",
|
|
2138
|
+
negative_light_5: "#fdf3f3",
|
|
2139
|
+
positive: "#268e6c",
|
|
2140
|
+
positive_dark_1: "#12805c",
|
|
2141
|
+
positive_dark_2: "#107154",
|
|
2142
|
+
positive_light_2: "#2d9d78",
|
|
2143
|
+
positive_light_3: "#eefaf6",
|
|
2144
|
+
sales_action: "#ec6c2c",
|
|
2145
|
+
black: "#000000",
|
|
2146
|
+
transparent: "transparent",
|
|
2147
|
+
sales: {
|
|
2148
|
+
action: "#ec6c2c",
|
|
2149
|
+
action_dark_1: "#bc5624",
|
|
2150
|
+
action_light_1: "#ff8136",
|
|
2151
|
+
action_light_2: "#ff973e",
|
|
2152
|
+
action_light_3: "#ffac48"
|
|
2153
|
+
},
|
|
2154
|
+
call: {
|
|
2155
|
+
action: "#8345c9",
|
|
2156
|
+
action_dark_1: "#6837a0",
|
|
2157
|
+
action_light_1: "#9d52f1",
|
|
2158
|
+
action_light_2: "#b760ff",
|
|
2159
|
+
action_light_3: "#d16eff"
|
|
2160
|
+
},
|
|
2161
|
+
marketing: {
|
|
2162
|
+
action: "#2962ff",
|
|
2163
|
+
action_dark_1: "#1043ce",
|
|
2164
|
+
action_light_1: "#3175ff",
|
|
2165
|
+
action_light_2: "#3d8cff",
|
|
2166
|
+
action_light_3: "#4ea3ff"
|
|
2167
|
+
},
|
|
2168
|
+
club: {
|
|
2169
|
+
action: "#d21369",
|
|
2170
|
+
action_dark_1: "#a80f54",
|
|
2171
|
+
action_light_1: "#fc167e",
|
|
2172
|
+
action_light_2: "#ff1a93",
|
|
2173
|
+
action_light_3: "#ff27ab"
|
|
2174
|
+
},
|
|
2175
|
+
team: {
|
|
2176
|
+
action: "#B5179E",
|
|
2177
|
+
action_dark_1: "#9E218C",
|
|
2178
|
+
action_light_1: "#D834C0",
|
|
2179
|
+
action_light_2: "#F841DD",
|
|
2180
|
+
action_light_3: "#FF56E6"
|
|
2181
|
+
},
|
|
2182
|
+
desk: {
|
|
2183
|
+
action: "#50C877",
|
|
2184
|
+
action_dark_1: "#3B965B",
|
|
2185
|
+
action_light_1: "#60D38F",
|
|
2186
|
+
action_light_2: "#6BDBA2",
|
|
2187
|
+
action_light_3: "#80E9BF"
|
|
2188
|
+
},
|
|
2189
|
+
form: {
|
|
2190
|
+
action: "#00BFA5",
|
|
2191
|
+
action_dark_1: "#00927E",
|
|
2192
|
+
action_light_1: "#00CCB7",
|
|
2193
|
+
action_light_2: "#03D5C4",
|
|
2194
|
+
action_light_3: "#05E4DB"
|
|
2195
|
+
},
|
|
2196
|
+
task: {
|
|
2197
|
+
action: "#5066D4",
|
|
2198
|
+
action_dark_1: "#3C4C9F",
|
|
2199
|
+
action_light_1: "#617ADD",
|
|
2200
|
+
action_light_2: "#6D8AE3",
|
|
2201
|
+
action_light_3: "#81A2EE"
|
|
2202
|
+
},
|
|
2203
|
+
rayan: {
|
|
2204
|
+
action: "#5066D4",
|
|
2205
|
+
action_dark_1: "#3C4C9F",
|
|
2206
|
+
action_light_1: "#617ADD",
|
|
2207
|
+
action_light_2: "#6D8AE3",
|
|
2208
|
+
action_light_3: "#81A2EE"
|
|
2209
|
+
}
|
|
2210
|
+
};
|
|
2211
|
+
exports.AbrplusUIKit = AbrplusUIKit;
|
|
2212
|
+
exports.colors = colors;
|