@voyantjs/i18n 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin/app-dmc.d.ts +22 -0
- package/dist/admin/app-dmc.d.ts.map +1 -0
- package/dist/admin/app-dmc.js +29 -0
- package/dist/admin/app-operator.d.ts +23 -0
- package/dist/admin/app-operator.d.ts.map +1 -0
- package/dist/admin/app-operator.js +17 -0
- package/dist/admin/auth.d.ts +247 -0
- package/dist/admin/auth.d.ts.map +1 -0
- package/dist/admin/auth.js +166 -0
- package/dist/admin/availability.d.ts +689 -0
- package/dist/admin/availability.d.ts.map +1 -0
- package/dist/admin/availability.js +686 -0
- package/dist/admin/bookings.d.ts +1067 -0
- package/dist/admin/bookings.d.ts.map +1 -0
- package/dist/admin/bookings.js +1064 -0
- package/dist/admin/chrome.d.ts +36 -0
- package/dist/admin/chrome.d.ts.map +1 -0
- package/dist/admin/chrome.js +24 -0
- package/dist/admin/contacts.d.ts +269 -0
- package/dist/admin/contacts.d.ts.map +1 -0
- package/dist/admin/contacts.js +266 -0
- package/dist/admin/core-dmc.d.ts +21 -0
- package/dist/admin/core-dmc.d.ts.map +1 -0
- package/dist/admin/core-dmc.js +14 -0
- package/dist/admin/core-operator.d.ts +117 -0
- package/dist/admin/core-operator.d.ts.map +1 -0
- package/dist/admin/core-operator.js +78 -0
- package/dist/admin/crm-operator.d.ts +579 -0
- package/dist/admin/crm-operator.d.ts.map +1 -0
- package/dist/admin/crm-operator.js +576 -0
- package/dist/admin/dashboard-operator.d.ts +83 -0
- package/dist/admin/dashboard-operator.d.ts.map +1 -0
- package/dist/admin/dashboard-operator.js +80 -0
- package/dist/admin/distribution-dmc.d.ts +1804 -0
- package/dist/admin/distribution-dmc.d.ts.map +1 -0
- package/dist/admin/distribution-dmc.js +1181 -0
- package/dist/admin/dmc-nav.d.ts +55 -0
- package/dist/admin/dmc-nav.d.ts.map +1 -0
- package/dist/admin/dmc-nav.js +38 -0
- package/dist/admin/finance.d.ts +377 -0
- package/dist/admin/finance.d.ts.map +1 -0
- package/dist/admin/finance.js +374 -0
- package/dist/admin/operator-nav.d.ts +76 -0
- package/dist/admin/operator-nav.d.ts.map +1 -0
- package/dist/admin/operator-nav.js +52 -0
- package/dist/admin/organizations.d.ts +87 -0
- package/dist/admin/organizations.d.ts.map +1 -0
- package/dist/admin/organizations.js +84 -0
- package/dist/admin/pricing-operator.d.ts +233 -0
- package/dist/admin/pricing-operator.d.ts.map +1 -0
- package/dist/admin/pricing-operator.js +230 -0
- package/dist/admin/products-dmc.d.ts +239 -0
- package/dist/admin/products-dmc.d.ts.map +1 -0
- package/dist/admin/products-dmc.js +236 -0
- package/dist/admin/products-operator.d.ts +999 -0
- package/dist/admin/products-operator.d.ts.map +1 -0
- package/dist/admin/products-operator.js +996 -0
- package/dist/admin/resources.d.ts +653 -0
- package/dist/admin/resources.d.ts.map +1 -0
- package/dist/admin/resources.js +650 -0
- package/dist/admin/settings-operator.d.ts +251 -0
- package/dist/admin/settings-operator.d.ts.map +1 -0
- package/dist/admin/settings-operator.js +248 -0
- package/dist/admin/suppliers-operator.d.ts +325 -0
- package/dist/admin/suppliers-operator.d.ts.map +1 -0
- package/dist/admin/suppliers-operator.js +322 -0
- package/dist/admin/suppliers.d.ts +259 -0
- package/dist/admin/suppliers.d.ts.map +1 -0
- package/dist/admin/suppliers.js +256 -0
- package/dist/admin/team.d.ts +102 -0
- package/dist/admin/team.d.ts.map +1 -0
- package/dist/admin/team.js +68 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +27 -0
- package/dist/package-formatters.d.ts +9 -0
- package/dist/package-formatters.d.ts.map +1 -0
- package/dist/package-formatters.js +56 -0
- package/dist/package-runtime.d.ts +39 -0
- package/dist/package-runtime.d.ts.map +1 -0
- package/dist/package-runtime.js +60 -0
- package/dist/runtime.d.ts +33 -0
- package/dist/runtime.d.ts.map +1 -0
- package/dist/runtime.js +120 -0
- package/package.json +48 -0
|
@@ -0,0 +1,576 @@
|
|
|
1
|
+
export const operatorAdminCrmMessages = {
|
|
2
|
+
en: {
|
|
3
|
+
crm: {
|
|
4
|
+
organizationsPage: {
|
|
5
|
+
title: "Organizations",
|
|
6
|
+
description: "Companies, partners, and accounts in your CRM.",
|
|
7
|
+
},
|
|
8
|
+
peoplePage: {
|
|
9
|
+
title: "People",
|
|
10
|
+
description: "Manage your clients, partners, and suppliers.",
|
|
11
|
+
},
|
|
12
|
+
organizationList: {
|
|
13
|
+
searchPlaceholder: "Search organizations…",
|
|
14
|
+
newAction: "New organization",
|
|
15
|
+
columnName: "Name",
|
|
16
|
+
columnIndustry: "Industry",
|
|
17
|
+
columnRelation: "Relation",
|
|
18
|
+
columnWebsite: "Website",
|
|
19
|
+
columnUpdated: "Updated",
|
|
20
|
+
loadFailed: "Failed to load organizations.",
|
|
21
|
+
empty: "No organizations found.",
|
|
22
|
+
previous: "Previous",
|
|
23
|
+
next: "Next",
|
|
24
|
+
relativeToday: "today",
|
|
25
|
+
relativeDaysAgo: "{count}d ago",
|
|
26
|
+
relativeWeeksAgo: "{count}w ago",
|
|
27
|
+
relativeMonthsAgo: "{count}mo ago",
|
|
28
|
+
relativeYearsAgo: "{count}y ago",
|
|
29
|
+
},
|
|
30
|
+
personList: {
|
|
31
|
+
searchPlaceholder: "Search people…",
|
|
32
|
+
newAction: "New person",
|
|
33
|
+
columnName: "Name",
|
|
34
|
+
columnEmail: "Email",
|
|
35
|
+
columnPhone: "Phone",
|
|
36
|
+
columnRelation: "Relation",
|
|
37
|
+
loadFailed: "Failed to load people.",
|
|
38
|
+
empty: "No people found.",
|
|
39
|
+
previous: "Previous",
|
|
40
|
+
next: "Next",
|
|
41
|
+
},
|
|
42
|
+
organizationDialog: {
|
|
43
|
+
editTitle: "Edit organization",
|
|
44
|
+
newTitle: "New organization",
|
|
45
|
+
editDescription: "Update company details and account metadata.",
|
|
46
|
+
newDescription: "Add a new company to your CRM.",
|
|
47
|
+
},
|
|
48
|
+
organizationForm: {
|
|
49
|
+
validationNameRequired: "Organization name is required.",
|
|
50
|
+
saveFailed: "Failed to save organization.",
|
|
51
|
+
nameLabel: "Name",
|
|
52
|
+
legalNameLabel: "Legal name",
|
|
53
|
+
websiteLabel: "Website",
|
|
54
|
+
industryLabel: "Industry",
|
|
55
|
+
cancel: "Cancel",
|
|
56
|
+
saving: "Saving…",
|
|
57
|
+
create: "Create organization",
|
|
58
|
+
saveChanges: "Save changes",
|
|
59
|
+
},
|
|
60
|
+
personDialog: {
|
|
61
|
+
editTitle: "Edit person",
|
|
62
|
+
newTitle: "New person",
|
|
63
|
+
editDescription: "Update contact details and reference information.",
|
|
64
|
+
newDescription: "Add a new person to your CRM.",
|
|
65
|
+
},
|
|
66
|
+
personForm: {
|
|
67
|
+
validationNameRequired: "First and last name are required.",
|
|
68
|
+
saveFailed: "Failed to save person.",
|
|
69
|
+
firstNameLabel: "First name",
|
|
70
|
+
lastNameLabel: "Last name",
|
|
71
|
+
jobTitleLabel: "Job title",
|
|
72
|
+
emailLabel: "Email",
|
|
73
|
+
phoneLabel: "Phone",
|
|
74
|
+
cityLabel: "City",
|
|
75
|
+
countryLabel: "Country",
|
|
76
|
+
cancel: "Cancel",
|
|
77
|
+
saving: "Saving…",
|
|
78
|
+
create: "Create person",
|
|
79
|
+
saveChanges: "Save changes",
|
|
80
|
+
},
|
|
81
|
+
shared: {
|
|
82
|
+
failedToSave: "Failed to save",
|
|
83
|
+
invalidNumber: "Invalid number",
|
|
84
|
+
minNumber: "Must be at least {min}",
|
|
85
|
+
maxNumber: "Must be at most {max}",
|
|
86
|
+
notSet: "Not set",
|
|
87
|
+
addTemplate: "Add {label}",
|
|
88
|
+
selectPlaceholder: "Select…",
|
|
89
|
+
noneOption: "None",
|
|
90
|
+
searchCurrencyPlaceholder: "Search currency...",
|
|
91
|
+
noCurrenciesFound: "No currencies found",
|
|
92
|
+
searchLanguagePlaceholder: "Search language...",
|
|
93
|
+
noLanguagesFound: "No languages found",
|
|
94
|
+
tagAlreadyAdded: "Tag already added",
|
|
95
|
+
addTagFailed: "Failed to add tag",
|
|
96
|
+
removeTagFailed: "Failed to remove tag",
|
|
97
|
+
addTagPlaceholder: "Add tag…",
|
|
98
|
+
save: "Save",
|
|
99
|
+
cancel: "Cancel",
|
|
100
|
+
unknownError: "Unknown error",
|
|
101
|
+
},
|
|
102
|
+
organizationDetail: {
|
|
103
|
+
notFound: "Organization not found",
|
|
104
|
+
backAction: "Back to Organizations",
|
|
105
|
+
breadcrumbRoot: "Organizations",
|
|
106
|
+
deleteButton: "Delete",
|
|
107
|
+
deleteConfirmTitle: "Delete this organization?",
|
|
108
|
+
deleteConfirmDescription: "This will permanently remove the organization. People linked to it will remain.",
|
|
109
|
+
aboutTitle: "About",
|
|
110
|
+
tagsTitle: "Tags",
|
|
111
|
+
statPeople: "People",
|
|
112
|
+
statOpenOpportunities: "Open opportunities",
|
|
113
|
+
statPipelineValue: "Pipeline value",
|
|
114
|
+
statWon: "Won",
|
|
115
|
+
tabOverview: "Overview",
|
|
116
|
+
tabPeople: "People",
|
|
117
|
+
tabOpportunities: "Opportunities",
|
|
118
|
+
tabActivities: "Activities",
|
|
119
|
+
overviewCreated: "Created",
|
|
120
|
+
overviewUpdated: "Updated",
|
|
121
|
+
overviewNotes: "Notes",
|
|
122
|
+
peopleEmpty: "No people linked to this organization.",
|
|
123
|
+
personUnnamed: "Unnamed",
|
|
124
|
+
opportunitiesEmpty: "No opportunities.",
|
|
125
|
+
activitiesEmpty: "No activities yet.",
|
|
126
|
+
footerHint: "Fields update on the left panel. Hover to reveal the edit icon.",
|
|
127
|
+
labelName: "Name",
|
|
128
|
+
labelLegalName: "Legal name",
|
|
129
|
+
labelWebsite: "Website",
|
|
130
|
+
labelIndustry: "Industry",
|
|
131
|
+
labelRelation: "Relation",
|
|
132
|
+
labelStatus: "Status",
|
|
133
|
+
labelDefaultCurrency: "Default currency",
|
|
134
|
+
labelPreferredLanguage: "Preferred language",
|
|
135
|
+
labelPaymentTerms: "Payment terms (days)",
|
|
136
|
+
labelSource: "Source",
|
|
137
|
+
relationClient: "Client",
|
|
138
|
+
relationPartner: "Partner",
|
|
139
|
+
relationSupplier: "Supplier",
|
|
140
|
+
relationOther: "Other",
|
|
141
|
+
statusActive: "Active",
|
|
142
|
+
statusInactive: "Inactive",
|
|
143
|
+
statusArchived: "Archived",
|
|
144
|
+
opportunityOpen: "Open",
|
|
145
|
+
opportunityWon: "Won",
|
|
146
|
+
opportunityLost: "Lost",
|
|
147
|
+
opportunityArchived: "Archived",
|
|
148
|
+
activityTypeNote: "Note",
|
|
149
|
+
activityTypeCall: "Call",
|
|
150
|
+
activityTypeEmail: "Email",
|
|
151
|
+
activityTypeMeeting: "Meeting",
|
|
152
|
+
activityTypeTask: "Task",
|
|
153
|
+
activityTypeFollowUp: "Follow-up",
|
|
154
|
+
relativeToday: "today",
|
|
155
|
+
relativeDaysAgo: "{count}d ago",
|
|
156
|
+
relativeWeeksAgo: "{count}w ago",
|
|
157
|
+
relativeMonthsAgo: "{count}mo ago",
|
|
158
|
+
relativeYearsAgo: "{count}y ago",
|
|
159
|
+
},
|
|
160
|
+
personDetail: {
|
|
161
|
+
notFound: "Person not found",
|
|
162
|
+
backAction: "Back to People",
|
|
163
|
+
breadcrumbRoot: "People",
|
|
164
|
+
unnamedPerson: "Unnamed person",
|
|
165
|
+
editButton: "Edit",
|
|
166
|
+
deleteButton: "Delete",
|
|
167
|
+
deleteConfirmTitle: "Delete this person?",
|
|
168
|
+
deleteConfirmDescription: "This will permanently remove the person from your CRM. This action cannot be undone.",
|
|
169
|
+
relationClient: "Client",
|
|
170
|
+
relationPartner: "Partner",
|
|
171
|
+
relationSupplier: "Supplier",
|
|
172
|
+
relationOther: "Other",
|
|
173
|
+
statusActive: "Active",
|
|
174
|
+
statusInactive: "Inactive",
|
|
175
|
+
statusArchived: "Archived",
|
|
176
|
+
activityTypeNote: "Note",
|
|
177
|
+
activityTypeCall: "Call",
|
|
178
|
+
activityTypeEmail: "Email",
|
|
179
|
+
activityTypeMeeting: "Meeting",
|
|
180
|
+
activityTypeTask: "Task",
|
|
181
|
+
activityTypeFollowUp: "Follow-up",
|
|
182
|
+
activityStatusPlanned: "Planned",
|
|
183
|
+
activityStatusDone: "Done",
|
|
184
|
+
activityStatusCancelled: "Cancelled",
|
|
185
|
+
relativeToday: "today",
|
|
186
|
+
relativeDaysAgo: "{count}d ago",
|
|
187
|
+
relativeWeeksAgo: "{count}w ago",
|
|
188
|
+
relativeMonthsAgo: "{count}mo ago",
|
|
189
|
+
relativeYearsAgo: "{count}y ago",
|
|
190
|
+
actionEmail: "Email",
|
|
191
|
+
actionCall: "Call",
|
|
192
|
+
actionMeet: "Meet",
|
|
193
|
+
actionTask: "Task",
|
|
194
|
+
aboutTitle: "About this contact",
|
|
195
|
+
organizationLabel: "Organization",
|
|
196
|
+
emailLabel: "Email",
|
|
197
|
+
phoneLabel: "Phone",
|
|
198
|
+
websiteLabel: "Website",
|
|
199
|
+
primaryAddressLabel: "Primary address",
|
|
200
|
+
addressLabel: "Address",
|
|
201
|
+
cityLabel: "City",
|
|
202
|
+
regionLabel: "Region",
|
|
203
|
+
postalCodeLabel: "Postal code",
|
|
204
|
+
countryLabel: "Country",
|
|
205
|
+
jobTitleLabel: "Job title",
|
|
206
|
+
birthdayLabel: "Birthday",
|
|
207
|
+
sourceLabel: "Source",
|
|
208
|
+
preferredLanguageLabel: "Preferred language",
|
|
209
|
+
preferredCurrencyLabel: "Preferred currency",
|
|
210
|
+
overviewTab: "Overview",
|
|
211
|
+
notesTab: "Notes",
|
|
212
|
+
activitiesTab: "Activities",
|
|
213
|
+
addressesTab: "Addresses",
|
|
214
|
+
statOpenDeals: "Open deals",
|
|
215
|
+
statPipelineValue: "Pipeline value",
|
|
216
|
+
statWonDeals: "Won deals",
|
|
217
|
+
recentActivityTitle: "Recent activity",
|
|
218
|
+
logActivity: "Log activity",
|
|
219
|
+
noActivitiesLoggedYet: "No activities logged yet.",
|
|
220
|
+
recentNotesTitle: "Recent notes",
|
|
221
|
+
noNotesYet: "No notes yet.",
|
|
222
|
+
notesTitle: "Notes",
|
|
223
|
+
addNotePlaceholder: "Add a note...",
|
|
224
|
+
addNoteButton: "Add note",
|
|
225
|
+
activityTimelineTitle: "Activity timeline",
|
|
226
|
+
newActivity: "New activity",
|
|
227
|
+
subjectPlaceholder: "Subject",
|
|
228
|
+
descriptionOptionalPlaceholder: "Description (optional)",
|
|
229
|
+
loggingActivity: "Logging…",
|
|
230
|
+
cancel: "Cancel",
|
|
231
|
+
save: "Save",
|
|
232
|
+
saving: "Saving…",
|
|
233
|
+
editNoteAria: "Edit note",
|
|
234
|
+
deleteNoteTitle: "Delete this note?",
|
|
235
|
+
deleteNoteDescription: "This action cannot be undone.",
|
|
236
|
+
deleteNoteAria: "Delete note",
|
|
237
|
+
noteCannotBeEmpty: "Note cannot be empty",
|
|
238
|
+
failedToSaveNote: "Failed to save note",
|
|
239
|
+
editActivityAria: "Edit activity",
|
|
240
|
+
deleteActivityTitle: "Delete this activity?",
|
|
241
|
+
deleteActivityDescription: "This will permanently remove the activity. This action cannot be undone.",
|
|
242
|
+
deleteActivityAria: "Delete activity",
|
|
243
|
+
subjectRequired: "Subject is required",
|
|
244
|
+
failedToSaveActivity: "Failed to save activity",
|
|
245
|
+
dueDatePrefix: "Due {date}",
|
|
246
|
+
markAsPlannedAria: "Mark as planned",
|
|
247
|
+
markAsDoneAria: "Mark as done",
|
|
248
|
+
markAsPlannedTitle: "Mark as planned",
|
|
249
|
+
markAsDoneTitle: "Mark as done",
|
|
250
|
+
organizationTitle: "Organization",
|
|
251
|
+
noOrganizationAssociated: "No organization associated.",
|
|
252
|
+
organizationNotFound: "Organization not found.",
|
|
253
|
+
dealsTitle: "Deals",
|
|
254
|
+
noDealsYet: "No deals yet.",
|
|
255
|
+
tagsTitle: "Tags",
|
|
256
|
+
removeTagAria: "Remove {tag}",
|
|
257
|
+
loadFailed: "Failed to load person",
|
|
258
|
+
addressesTitle: "Addresses",
|
|
259
|
+
addressesDescription: "Store billing, shipping, mailing, and other addresses for this person.",
|
|
260
|
+
addAddressAction: "Add address",
|
|
261
|
+
editAddressAction: "Edit address",
|
|
262
|
+
noAddressesYet: "No addresses yet.",
|
|
263
|
+
addressDialogNewTitle: "Add address",
|
|
264
|
+
addressDialogEditTitle: "Edit address",
|
|
265
|
+
addressDialogNewDescription: "Add another address for this person.",
|
|
266
|
+
addressDialogEditDescription: "Update this saved address.",
|
|
267
|
+
addressTypeLabel: "Type",
|
|
268
|
+
addressLine1Label: "Line 1",
|
|
269
|
+
addressLine2Label: "Line 2",
|
|
270
|
+
addressPrimaryToggle: "Primary address",
|
|
271
|
+
addressNotesLabel: "Notes",
|
|
272
|
+
addressTypePrimary: "Primary",
|
|
273
|
+
addressTypeBilling: "Billing",
|
|
274
|
+
addressTypeShipping: "Shipping",
|
|
275
|
+
addressTypeMailing: "Mailing",
|
|
276
|
+
addressTypeMeeting: "Meeting",
|
|
277
|
+
addressTypeService: "Service",
|
|
278
|
+
addressTypeLegal: "Legal",
|
|
279
|
+
addressTypeOther: "Other",
|
|
280
|
+
addressSaveFailed: "Failed to save address.",
|
|
281
|
+
addressDeleteTitle: "Delete this address?",
|
|
282
|
+
addressDeleteDescription: "This action cannot be undone.",
|
|
283
|
+
addressDeleteAria: "Delete address",
|
|
284
|
+
addressEditAria: "Edit address",
|
|
285
|
+
noAddressValue: "No address on file",
|
|
286
|
+
},
|
|
287
|
+
},
|
|
288
|
+
},
|
|
289
|
+
ro: {
|
|
290
|
+
crm: {
|
|
291
|
+
organizationsPage: {
|
|
292
|
+
title: "Organizatii",
|
|
293
|
+
description: "Companii, parteneri si conturi din CRM-ul tau.",
|
|
294
|
+
},
|
|
295
|
+
peoplePage: {
|
|
296
|
+
title: "Persoane",
|
|
297
|
+
description: "Gestioneaza clientii, partenerii si furnizorii tai.",
|
|
298
|
+
},
|
|
299
|
+
organizationList: {
|
|
300
|
+
searchPlaceholder: "Cauta organizatii…",
|
|
301
|
+
newAction: "Organizatie noua",
|
|
302
|
+
columnName: "Nume",
|
|
303
|
+
columnIndustry: "Industrie",
|
|
304
|
+
columnRelation: "Relatie",
|
|
305
|
+
columnWebsite: "Website",
|
|
306
|
+
columnUpdated: "Actualizat",
|
|
307
|
+
loadFailed: "Organizatiile nu au putut fi incarcate.",
|
|
308
|
+
empty: "Nu au fost gasite organizatii.",
|
|
309
|
+
previous: "Inapoi",
|
|
310
|
+
next: "Inainte",
|
|
311
|
+
relativeToday: "azi",
|
|
312
|
+
relativeDaysAgo: "{count}z in urma",
|
|
313
|
+
relativeWeeksAgo: "{count}s in urma",
|
|
314
|
+
relativeMonthsAgo: "{count}l in urma",
|
|
315
|
+
relativeYearsAgo: "{count}a in urma",
|
|
316
|
+
},
|
|
317
|
+
personList: {
|
|
318
|
+
searchPlaceholder: "Cauta persoane…",
|
|
319
|
+
newAction: "Persoana noua",
|
|
320
|
+
columnName: "Nume",
|
|
321
|
+
columnEmail: "Email",
|
|
322
|
+
columnPhone: "Telefon",
|
|
323
|
+
columnRelation: "Relatie",
|
|
324
|
+
loadFailed: "Persoanele nu au putut fi incarcate.",
|
|
325
|
+
empty: "Nu au fost gasite persoane.",
|
|
326
|
+
previous: "Inapoi",
|
|
327
|
+
next: "Inainte",
|
|
328
|
+
},
|
|
329
|
+
organizationDialog: {
|
|
330
|
+
editTitle: "Editeaza organizatia",
|
|
331
|
+
newTitle: "Organizatie noua",
|
|
332
|
+
editDescription: "Actualizeaza detaliile companiei si metadatele contului.",
|
|
333
|
+
newDescription: "Adauga o companie noua in CRM.",
|
|
334
|
+
},
|
|
335
|
+
organizationForm: {
|
|
336
|
+
validationNameRequired: "Numele organizatiei este obligatoriu.",
|
|
337
|
+
saveFailed: "Organizatia nu a putut fi salvata.",
|
|
338
|
+
nameLabel: "Nume",
|
|
339
|
+
legalNameLabel: "Nume legal",
|
|
340
|
+
websiteLabel: "Website",
|
|
341
|
+
industryLabel: "Industrie",
|
|
342
|
+
cancel: "Anuleaza",
|
|
343
|
+
saving: "Se salveaza…",
|
|
344
|
+
create: "Creeaza organizatia",
|
|
345
|
+
saveChanges: "Salveaza modificarile",
|
|
346
|
+
},
|
|
347
|
+
personDialog: {
|
|
348
|
+
editTitle: "Editeaza persoana",
|
|
349
|
+
newTitle: "Persoana noua",
|
|
350
|
+
editDescription: "Actualizeaza detaliile de contact si informatiile de referinta.",
|
|
351
|
+
newDescription: "Adauga o persoana noua in CRM.",
|
|
352
|
+
},
|
|
353
|
+
personForm: {
|
|
354
|
+
validationNameRequired: "Prenumele si numele sunt obligatorii.",
|
|
355
|
+
saveFailed: "Persoana nu a putut fi salvata.",
|
|
356
|
+
firstNameLabel: "Prenume",
|
|
357
|
+
lastNameLabel: "Nume",
|
|
358
|
+
jobTitleLabel: "Functie",
|
|
359
|
+
emailLabel: "Email",
|
|
360
|
+
phoneLabel: "Telefon",
|
|
361
|
+
cityLabel: "Oras",
|
|
362
|
+
countryLabel: "Tara",
|
|
363
|
+
cancel: "Anuleaza",
|
|
364
|
+
saving: "Se salveaza…",
|
|
365
|
+
create: "Creeaza persoana",
|
|
366
|
+
saveChanges: "Salveaza modificarile",
|
|
367
|
+
},
|
|
368
|
+
shared: {
|
|
369
|
+
failedToSave: "Salvarea a esuat",
|
|
370
|
+
invalidNumber: "Numar invalid",
|
|
371
|
+
minNumber: "Trebuie sa fie cel putin {min}",
|
|
372
|
+
maxNumber: "Trebuie sa fie cel mult {max}",
|
|
373
|
+
notSet: "Nesetat",
|
|
374
|
+
addTemplate: "Adauga {label}",
|
|
375
|
+
selectPlaceholder: "Selecteaza…",
|
|
376
|
+
noneOption: "Niciunul",
|
|
377
|
+
searchCurrencyPlaceholder: "Cauta moneda...",
|
|
378
|
+
noCurrenciesFound: "Nu au fost gasite monede",
|
|
379
|
+
searchLanguagePlaceholder: "Cauta limba...",
|
|
380
|
+
noLanguagesFound: "Nu au fost gasite limbi",
|
|
381
|
+
tagAlreadyAdded: "Eticheta este deja adaugata",
|
|
382
|
+
addTagFailed: "Eticheta nu a putut fi adaugata",
|
|
383
|
+
removeTagFailed: "Eticheta nu a putut fi eliminata",
|
|
384
|
+
addTagPlaceholder: "Adauga eticheta…",
|
|
385
|
+
save: "Salveaza",
|
|
386
|
+
cancel: "Anuleaza",
|
|
387
|
+
unknownError: "Eroare necunoscuta",
|
|
388
|
+
},
|
|
389
|
+
organizationDetail: {
|
|
390
|
+
notFound: "Organizatia nu a fost gasita",
|
|
391
|
+
backAction: "Inapoi la Organizatii",
|
|
392
|
+
breadcrumbRoot: "Organizatii",
|
|
393
|
+
deleteButton: "Sterge",
|
|
394
|
+
deleteConfirmTitle: "Stergi aceasta organizatie?",
|
|
395
|
+
deleteConfirmDescription: "Aceasta actiune va elimina permanent organizatia. Persoanele legate de ea vor ramane.",
|
|
396
|
+
aboutTitle: "Despre",
|
|
397
|
+
tagsTitle: "Etichete",
|
|
398
|
+
statPeople: "Persoane",
|
|
399
|
+
statOpenOpportunities: "Oportunitati deschise",
|
|
400
|
+
statPipelineValue: "Valoare pipeline",
|
|
401
|
+
statWon: "Castigate",
|
|
402
|
+
tabOverview: "Prezentare",
|
|
403
|
+
tabPeople: "Persoane",
|
|
404
|
+
tabOpportunities: "Oportunitati",
|
|
405
|
+
tabActivities: "Activitati",
|
|
406
|
+
overviewCreated: "Creat",
|
|
407
|
+
overviewUpdated: "Actualizat",
|
|
408
|
+
overviewNotes: "Note",
|
|
409
|
+
peopleEmpty: "Nu exista persoane legate de aceasta organizatie.",
|
|
410
|
+
personUnnamed: "Fara nume",
|
|
411
|
+
opportunitiesEmpty: "Nu exista oportunitati.",
|
|
412
|
+
activitiesEmpty: "Nu exista activitati momentan.",
|
|
413
|
+
footerHint: "Campurile se actualizeaza in panoul din stanga. Treci cu mouse-ul pentru a vedea iconita de editare.",
|
|
414
|
+
labelName: "Nume",
|
|
415
|
+
labelLegalName: "Nume legal",
|
|
416
|
+
labelWebsite: "Website",
|
|
417
|
+
labelIndustry: "Industrie",
|
|
418
|
+
labelRelation: "Relatie",
|
|
419
|
+
labelStatus: "Status",
|
|
420
|
+
labelDefaultCurrency: "Moneda implicita",
|
|
421
|
+
labelPreferredLanguage: "Limba preferata",
|
|
422
|
+
labelPaymentTerms: "Termeni plata (zile)",
|
|
423
|
+
labelSource: "Sursa",
|
|
424
|
+
relationClient: "Client",
|
|
425
|
+
relationPartner: "Partener",
|
|
426
|
+
relationSupplier: "Furnizor",
|
|
427
|
+
relationOther: "Alta",
|
|
428
|
+
statusActive: "Activ",
|
|
429
|
+
statusInactive: "Inactiv",
|
|
430
|
+
statusArchived: "Arhivat",
|
|
431
|
+
opportunityOpen: "Deschisa",
|
|
432
|
+
opportunityWon: "Castigata",
|
|
433
|
+
opportunityLost: "Pierduta",
|
|
434
|
+
opportunityArchived: "Arhivata",
|
|
435
|
+
activityTypeNote: "Nota",
|
|
436
|
+
activityTypeCall: "Apel",
|
|
437
|
+
activityTypeEmail: "Email",
|
|
438
|
+
activityTypeMeeting: "Intalnire",
|
|
439
|
+
activityTypeTask: "Task",
|
|
440
|
+
activityTypeFollowUp: "Follow-up",
|
|
441
|
+
relativeToday: "azi",
|
|
442
|
+
relativeDaysAgo: "{count}z in urma",
|
|
443
|
+
relativeWeeksAgo: "{count}s in urma",
|
|
444
|
+
relativeMonthsAgo: "{count}l in urma",
|
|
445
|
+
relativeYearsAgo: "{count}a in urma",
|
|
446
|
+
},
|
|
447
|
+
personDetail: {
|
|
448
|
+
notFound: "Persoana nu a fost gasita",
|
|
449
|
+
backAction: "Inapoi la Persoane",
|
|
450
|
+
breadcrumbRoot: "Persoane",
|
|
451
|
+
unnamedPerson: "Persoana fara nume",
|
|
452
|
+
editButton: "Editeaza",
|
|
453
|
+
deleteButton: "Sterge",
|
|
454
|
+
deleteConfirmTitle: "Stergi aceasta persoana?",
|
|
455
|
+
deleteConfirmDescription: "Aceasta actiune va elimina permanent persoana din CRM. Actiunea nu poate fi anulata.",
|
|
456
|
+
relationClient: "Client",
|
|
457
|
+
relationPartner: "Partener",
|
|
458
|
+
relationSupplier: "Furnizor",
|
|
459
|
+
relationOther: "Alta",
|
|
460
|
+
statusActive: "Activ",
|
|
461
|
+
statusInactive: "Inactiv",
|
|
462
|
+
statusArchived: "Arhivat",
|
|
463
|
+
activityTypeNote: "Nota",
|
|
464
|
+
activityTypeCall: "Apel",
|
|
465
|
+
activityTypeEmail: "Email",
|
|
466
|
+
activityTypeMeeting: "Intalnire",
|
|
467
|
+
activityTypeTask: "Task",
|
|
468
|
+
activityTypeFollowUp: "Follow-up",
|
|
469
|
+
activityStatusPlanned: "Planificata",
|
|
470
|
+
activityStatusDone: "Finalizata",
|
|
471
|
+
activityStatusCancelled: "Anulata",
|
|
472
|
+
relativeToday: "azi",
|
|
473
|
+
relativeDaysAgo: "{count}z in urma",
|
|
474
|
+
relativeWeeksAgo: "{count}s in urma",
|
|
475
|
+
relativeMonthsAgo: "{count}l in urma",
|
|
476
|
+
relativeYearsAgo: "{count}a in urma",
|
|
477
|
+
actionEmail: "Email",
|
|
478
|
+
actionCall: "Apeleaza",
|
|
479
|
+
actionMeet: "Intalnire",
|
|
480
|
+
actionTask: "Task",
|
|
481
|
+
aboutTitle: "Despre acest contact",
|
|
482
|
+
organizationLabel: "Organizatie",
|
|
483
|
+
emailLabel: "Email",
|
|
484
|
+
phoneLabel: "Telefon",
|
|
485
|
+
websiteLabel: "Website",
|
|
486
|
+
primaryAddressLabel: "Adresa principala",
|
|
487
|
+
addressLabel: "Adresa",
|
|
488
|
+
cityLabel: "Oras",
|
|
489
|
+
regionLabel: "Regiune",
|
|
490
|
+
postalCodeLabel: "Cod postal",
|
|
491
|
+
countryLabel: "Tara",
|
|
492
|
+
jobTitleLabel: "Rol",
|
|
493
|
+
birthdayLabel: "Zi de nastere",
|
|
494
|
+
sourceLabel: "Sursa",
|
|
495
|
+
preferredLanguageLabel: "Limba preferata",
|
|
496
|
+
preferredCurrencyLabel: "Moneda preferata",
|
|
497
|
+
overviewTab: "Prezentare",
|
|
498
|
+
notesTab: "Note",
|
|
499
|
+
activitiesTab: "Activitati",
|
|
500
|
+
addressesTab: "Adrese",
|
|
501
|
+
statOpenDeals: "Dealuri deschise",
|
|
502
|
+
statPipelineValue: "Valoare pipeline",
|
|
503
|
+
statWonDeals: "Dealuri castigate",
|
|
504
|
+
recentActivityTitle: "Activitate recenta",
|
|
505
|
+
logActivity: "Inregistreaza activitate",
|
|
506
|
+
noActivitiesLoggedYet: "Nu exista activitati inregistrate.",
|
|
507
|
+
recentNotesTitle: "Note recente",
|
|
508
|
+
noNotesYet: "Nu exista note momentan.",
|
|
509
|
+
notesTitle: "Note",
|
|
510
|
+
addNotePlaceholder: "Adauga o nota...",
|
|
511
|
+
addNoteButton: "Adauga nota",
|
|
512
|
+
activityTimelineTitle: "Cronologie activitati",
|
|
513
|
+
newActivity: "Activitate noua",
|
|
514
|
+
subjectPlaceholder: "Subiect",
|
|
515
|
+
descriptionOptionalPlaceholder: "Descriere (optional)",
|
|
516
|
+
loggingActivity: "Se inregistreaza…",
|
|
517
|
+
cancel: "Anuleaza",
|
|
518
|
+
save: "Salveaza",
|
|
519
|
+
saving: "Se salveaza…",
|
|
520
|
+
editNoteAria: "Editeaza nota",
|
|
521
|
+
deleteNoteTitle: "Stergi aceasta nota?",
|
|
522
|
+
deleteNoteDescription: "Actiunea nu poate fi anulata.",
|
|
523
|
+
deleteNoteAria: "Sterge nota",
|
|
524
|
+
noteCannotBeEmpty: "Nota nu poate fi goala",
|
|
525
|
+
failedToSaveNote: "Nu am putut salva nota",
|
|
526
|
+
editActivityAria: "Editeaza activitatea",
|
|
527
|
+
deleteActivityTitle: "Stergi aceasta activitate?",
|
|
528
|
+
deleteActivityDescription: "Aceasta actiune va elimina permanent activitatea. Actiunea nu poate fi anulata.",
|
|
529
|
+
deleteActivityAria: "Sterge activitatea",
|
|
530
|
+
subjectRequired: "Subiectul este obligatoriu",
|
|
531
|
+
failedToSaveActivity: "Nu am putut salva activitatea",
|
|
532
|
+
dueDatePrefix: "Scadenta {date}",
|
|
533
|
+
markAsPlannedAria: "Marcheaza ca planificata",
|
|
534
|
+
markAsDoneAria: "Marcheaza ca finalizata",
|
|
535
|
+
markAsPlannedTitle: "Marcheaza ca planificata",
|
|
536
|
+
markAsDoneTitle: "Marcheaza ca finalizata",
|
|
537
|
+
organizationTitle: "Organizatie",
|
|
538
|
+
noOrganizationAssociated: "Nu exista organizatie asociata.",
|
|
539
|
+
organizationNotFound: "Organizatia nu a fost gasita.",
|
|
540
|
+
dealsTitle: "Dealuri",
|
|
541
|
+
noDealsYet: "Nu exista dealuri momentan.",
|
|
542
|
+
tagsTitle: "Etichete",
|
|
543
|
+
removeTagAria: "Elimina {tag}",
|
|
544
|
+
loadFailed: "Nu am putut incarca persoana",
|
|
545
|
+
addressesTitle: "Adrese",
|
|
546
|
+
addressesDescription: "Pastreaza adrese de facturare, livrare, corespondenta si alte adrese pentru aceasta persoana.",
|
|
547
|
+
addAddressAction: "Adauga adresa",
|
|
548
|
+
editAddressAction: "Editeaza adresa",
|
|
549
|
+
noAddressesYet: "Nu exista adrese momentan.",
|
|
550
|
+
addressDialogNewTitle: "Adauga adresa",
|
|
551
|
+
addressDialogEditTitle: "Editeaza adresa",
|
|
552
|
+
addressDialogNewDescription: "Adauga o alta adresa pentru aceasta persoana.",
|
|
553
|
+
addressDialogEditDescription: "Actualizeaza aceasta adresa salvata.",
|
|
554
|
+
addressTypeLabel: "Tip",
|
|
555
|
+
addressLine1Label: "Linia 1",
|
|
556
|
+
addressLine2Label: "Linia 2",
|
|
557
|
+
addressPrimaryToggle: "Adresa principala",
|
|
558
|
+
addressNotesLabel: "Note",
|
|
559
|
+
addressTypePrimary: "Principala",
|
|
560
|
+
addressTypeBilling: "Facturare",
|
|
561
|
+
addressTypeShipping: "Livrare",
|
|
562
|
+
addressTypeMailing: "Corespondenta",
|
|
563
|
+
addressTypeMeeting: "Intalniri",
|
|
564
|
+
addressTypeService: "Serviciu",
|
|
565
|
+
addressTypeLegal: "Legala",
|
|
566
|
+
addressTypeOther: "Alta",
|
|
567
|
+
addressSaveFailed: "Adresa nu a putut fi salvata.",
|
|
568
|
+
addressDeleteTitle: "Stergi aceasta adresa?",
|
|
569
|
+
addressDeleteDescription: "Aceasta actiune nu poate fi anulata.",
|
|
570
|
+
addressDeleteAria: "Sterge adresa",
|
|
571
|
+
addressEditAria: "Editeaza adresa",
|
|
572
|
+
noAddressValue: "Nicio adresa salvata",
|
|
573
|
+
},
|
|
574
|
+
},
|
|
575
|
+
},
|
|
576
|
+
};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import type { LocaleMessageSchema } from "../runtime.js";
|
|
2
|
+
export declare const operatorAdminDashboardMessages: {
|
|
3
|
+
en: {
|
|
4
|
+
dashboard: {
|
|
5
|
+
title: string;
|
|
6
|
+
description: string;
|
|
7
|
+
totalRevenueTitle: string;
|
|
8
|
+
totalRevenueDescription: string;
|
|
9
|
+
activeBookingsTitle: string;
|
|
10
|
+
activeBookingsDescription: string;
|
|
11
|
+
totalTravelersTitle: string;
|
|
12
|
+
totalTravelersDescription: string;
|
|
13
|
+
activeProductsTitle: string;
|
|
14
|
+
activeProductsDescription: string;
|
|
15
|
+
trendVsLastMonth: string;
|
|
16
|
+
revenueTrendTitle: string;
|
|
17
|
+
revenueTrendDescription: string;
|
|
18
|
+
chartRevenueLabel: string;
|
|
19
|
+
chartBookingsLabel: string;
|
|
20
|
+
bookingStatusTitle: string;
|
|
21
|
+
bookingStatusDescription: string;
|
|
22
|
+
statusConfirmedLabel: string;
|
|
23
|
+
statusCompletedLabel: string;
|
|
24
|
+
statusInProgressLabel: string;
|
|
25
|
+
statusDraftLabel: string;
|
|
26
|
+
statusCancelledLabel: string;
|
|
27
|
+
monthlyBookingsTitle: string;
|
|
28
|
+
monthlyBookingsDescription: string;
|
|
29
|
+
upcomingDeparturesTitle: string;
|
|
30
|
+
upcomingDeparturesDescription: string;
|
|
31
|
+
viewAll: string;
|
|
32
|
+
noUpcomingDepartures: string;
|
|
33
|
+
noDate: string;
|
|
34
|
+
paxCount: string;
|
|
35
|
+
outstandingInvoicesTitle: string;
|
|
36
|
+
outstandingInvoicesDescription: string;
|
|
37
|
+
outstandingTotalTitle: string;
|
|
38
|
+
outstandingInvoicesDue: string;
|
|
39
|
+
noIssueDate: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
ro: {
|
|
43
|
+
dashboard: {
|
|
44
|
+
title: string;
|
|
45
|
+
description: string;
|
|
46
|
+
totalRevenueTitle: string;
|
|
47
|
+
totalRevenueDescription: string;
|
|
48
|
+
activeBookingsTitle: string;
|
|
49
|
+
activeBookingsDescription: string;
|
|
50
|
+
totalTravelersTitle: string;
|
|
51
|
+
totalTravelersDescription: string;
|
|
52
|
+
activeProductsTitle: string;
|
|
53
|
+
activeProductsDescription: string;
|
|
54
|
+
trendVsLastMonth: string;
|
|
55
|
+
revenueTrendTitle: string;
|
|
56
|
+
revenueTrendDescription: string;
|
|
57
|
+
chartRevenueLabel: string;
|
|
58
|
+
chartBookingsLabel: string;
|
|
59
|
+
bookingStatusTitle: string;
|
|
60
|
+
bookingStatusDescription: string;
|
|
61
|
+
statusConfirmedLabel: string;
|
|
62
|
+
statusCompletedLabel: string;
|
|
63
|
+
statusInProgressLabel: string;
|
|
64
|
+
statusDraftLabel: string;
|
|
65
|
+
statusCancelledLabel: string;
|
|
66
|
+
monthlyBookingsTitle: string;
|
|
67
|
+
monthlyBookingsDescription: string;
|
|
68
|
+
upcomingDeparturesTitle: string;
|
|
69
|
+
upcomingDeparturesDescription: string;
|
|
70
|
+
viewAll: string;
|
|
71
|
+
noUpcomingDepartures: string;
|
|
72
|
+
noDate: string;
|
|
73
|
+
paxCount: string;
|
|
74
|
+
outstandingInvoicesTitle: string;
|
|
75
|
+
outstandingInvoicesDescription: string;
|
|
76
|
+
outstandingTotalTitle: string;
|
|
77
|
+
outstandingInvoicesDue: string;
|
|
78
|
+
noIssueDate: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
export type OperatorAdminDashboardMessages = LocaleMessageSchema<(typeof operatorAdminDashboardMessages)["en"]>;
|
|
83
|
+
//# sourceMappingURL=dashboard-operator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-operator.d.ts","sourceRoot":"","sources":["../../src/admin/dashboard-operator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+E1C,CAAA;AAED,MAAM,MAAM,8BAA8B,GAAG,mBAAmB,CAC9D,CAAC,OAAO,8BAA8B,CAAC,CAAC,IAAI,CAAC,CAC9C,CAAA"}
|