@voyantjs/i18n 0.35.0 → 0.37.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/bookings.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export declare const adminBookingsMessages: {
|
|
|
33
33
|
deleteAction: string;
|
|
34
34
|
deleteConfirm: string;
|
|
35
35
|
summarySell: string;
|
|
36
|
+
summaryPriceOverride: string;
|
|
36
37
|
summaryCostMargin: string;
|
|
37
38
|
summaryDates: string;
|
|
38
39
|
summaryTravelers: string;
|
|
@@ -85,6 +86,7 @@ export declare const adminBookingsMessages: {
|
|
|
85
86
|
deleteAction: string;
|
|
86
87
|
deleteConfirm: string;
|
|
87
88
|
summarySell: string;
|
|
89
|
+
summaryPriceOverride: string;
|
|
88
90
|
summaryCostMargin: string;
|
|
89
91
|
summaryDates: string;
|
|
90
92
|
summaryTravelers: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings.d.ts","sourceRoot":"","sources":["../../src/admin/bookings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"bookings.d.ts","sourceRoot":"","sources":["../../src/admin/bookings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GjC,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,CAAC,CAAC,OAAO,qBAAqB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
package/dist/admin/bookings.js
CHANGED
|
@@ -32,6 +32,7 @@ export const adminBookingsMessages = {
|
|
|
32
32
|
deleteAction: "Delete",
|
|
33
33
|
deleteConfirm: "Are you sure you want to delete this booking?",
|
|
34
34
|
summarySell: "Sell",
|
|
35
|
+
summaryPriceOverride: "Manual override",
|
|
35
36
|
summaryCostMargin: "Cost / Margin",
|
|
36
37
|
summaryDates: "Dates",
|
|
37
38
|
summaryTravelers: "Travelers",
|
|
@@ -84,6 +85,7 @@ export const adminBookingsMessages = {
|
|
|
84
85
|
deleteAction: "Sterge",
|
|
85
86
|
deleteConfirm: "Sigur vrei sa stergi aceasta rezervare?",
|
|
86
87
|
summarySell: "Vanzare",
|
|
88
|
+
summaryPriceOverride: "Suprascriere manuala",
|
|
87
89
|
summaryCostMargin: "Cost / Marja",
|
|
88
90
|
summaryDates: "Date",
|
|
89
91
|
summaryTravelers: "Calatori",
|
package/dist/admin/finance.d.ts
CHANGED
|
@@ -158,9 +158,13 @@ export declare const adminFinanceMessages: {
|
|
|
158
158
|
readonly paymentDialog: {
|
|
159
159
|
readonly title: "Record Payment";
|
|
160
160
|
readonly validationAmountMin: "Amount must be at least 1";
|
|
161
|
+
readonly validationBaseAmountRequired: "Settled base amount is required when payment currency differs from the invoice currency";
|
|
161
162
|
readonly validationPaymentDateRequired: "Payment date is required";
|
|
162
163
|
readonly amountLabel: "Amount";
|
|
163
164
|
readonly currencyLabel: "Currency";
|
|
165
|
+
readonly fxSectionTitle: "Foreign exchange";
|
|
166
|
+
readonly baseAmountLabel: "Settled against invoice";
|
|
167
|
+
readonly baseCurrencyHelp: "Invoice currency. Used to reduce the invoice balance.";
|
|
164
168
|
readonly paymentMethodLabel: "Payment Method";
|
|
165
169
|
readonly statusLabel: "Status";
|
|
166
170
|
readonly paymentDateLabel: "Payment Date";
|
|
@@ -178,6 +182,7 @@ export declare const adminFinanceMessages: {
|
|
|
178
182
|
readonly summaryTitle: "Payment summary";
|
|
179
183
|
readonly amountLabel: "Amount";
|
|
180
184
|
readonly baseAmountLabel: "Base amount";
|
|
185
|
+
readonly fxRateLabel: "FX rate";
|
|
181
186
|
readonly statusLabel: "Status";
|
|
182
187
|
readonly methodLabel: "Method";
|
|
183
188
|
readonly dateLabel: "Payment date";
|
|
@@ -375,9 +380,13 @@ export declare const adminFinanceMessages: {
|
|
|
375
380
|
readonly paymentDialog: {
|
|
376
381
|
readonly title: "Inregistreaza plata";
|
|
377
382
|
readonly validationAmountMin: "Suma trebuie sa fie cel putin 1";
|
|
383
|
+
readonly validationBaseAmountRequired: "Suma decontata in moneda de baza este obligatorie cand moneda platii difera de moneda facturii";
|
|
378
384
|
readonly validationPaymentDateRequired: "Data platii este obligatorie";
|
|
379
385
|
readonly amountLabel: "Suma";
|
|
380
386
|
readonly currencyLabel: "Moneda";
|
|
387
|
+
readonly fxSectionTitle: "Schimb valutar";
|
|
388
|
+
readonly baseAmountLabel: "Decontat pe factura";
|
|
389
|
+
readonly baseCurrencyHelp: "Moneda facturii. Folosita pentru scaderea soldului facturii.";
|
|
381
390
|
readonly paymentMethodLabel: "Metoda de plata";
|
|
382
391
|
readonly statusLabel: "Status";
|
|
383
392
|
readonly paymentDateLabel: "Data platii";
|
|
@@ -395,6 +404,7 @@ export declare const adminFinanceMessages: {
|
|
|
395
404
|
readonly summaryTitle: "Sumar plata";
|
|
396
405
|
readonly amountLabel: "Suma";
|
|
397
406
|
readonly baseAmountLabel: "Suma in moneda de baza";
|
|
407
|
+
readonly fxRateLabel: "Curs valutar";
|
|
398
408
|
readonly statusLabel: "Status";
|
|
399
409
|
readonly methodLabel: "Metoda";
|
|
400
410
|
readonly dateLabel: "Data platii";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"finance.d.ts","sourceRoot":"","sources":["../../src/admin/finance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"finance.d.ts","sourceRoot":"","sources":["../../src/admin/finance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmcvB,CAAA;AAEV,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,OAAO,oBAAoB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|
package/dist/admin/finance.js
CHANGED
|
@@ -159,9 +159,13 @@ export const adminFinanceMessages = {
|
|
|
159
159
|
paymentDialog: {
|
|
160
160
|
title: "Record Payment",
|
|
161
161
|
validationAmountMin: "Amount must be at least 1",
|
|
162
|
+
validationBaseAmountRequired: "Settled base amount is required when payment currency differs from the invoice currency",
|
|
162
163
|
validationPaymentDateRequired: "Payment date is required",
|
|
163
164
|
amountLabel: "Amount",
|
|
164
165
|
currencyLabel: "Currency",
|
|
166
|
+
fxSectionTitle: "Foreign exchange",
|
|
167
|
+
baseAmountLabel: "Settled against invoice",
|
|
168
|
+
baseCurrencyHelp: "Invoice currency. Used to reduce the invoice balance.",
|
|
165
169
|
paymentMethodLabel: "Payment Method",
|
|
166
170
|
statusLabel: "Status",
|
|
167
171
|
paymentDateLabel: "Payment Date",
|
|
@@ -181,6 +185,7 @@ export const adminFinanceMessages = {
|
|
|
181
185
|
summaryTitle: "Payment summary",
|
|
182
186
|
amountLabel: "Amount",
|
|
183
187
|
baseAmountLabel: "Base amount",
|
|
188
|
+
fxRateLabel: "FX rate",
|
|
184
189
|
statusLabel: "Status",
|
|
185
190
|
methodLabel: "Method",
|
|
186
191
|
dateLabel: "Payment date",
|
|
@@ -378,9 +383,13 @@ export const adminFinanceMessages = {
|
|
|
378
383
|
paymentDialog: {
|
|
379
384
|
title: "Inregistreaza plata",
|
|
380
385
|
validationAmountMin: "Suma trebuie sa fie cel putin 1",
|
|
386
|
+
validationBaseAmountRequired: "Suma decontata in moneda de baza este obligatorie cand moneda platii difera de moneda facturii",
|
|
381
387
|
validationPaymentDateRequired: "Data platii este obligatorie",
|
|
382
388
|
amountLabel: "Suma",
|
|
383
389
|
currencyLabel: "Moneda",
|
|
390
|
+
fxSectionTitle: "Schimb valutar",
|
|
391
|
+
baseAmountLabel: "Decontat pe factura",
|
|
392
|
+
baseCurrencyHelp: "Moneda facturii. Folosita pentru scaderea soldului facturii.",
|
|
384
393
|
paymentMethodLabel: "Metoda de plata",
|
|
385
394
|
statusLabel: "Status",
|
|
386
395
|
paymentDateLabel: "Data platii",
|
|
@@ -398,6 +407,7 @@ export const adminFinanceMessages = {
|
|
|
398
407
|
summaryTitle: "Sumar plata",
|
|
399
408
|
amountLabel: "Suma",
|
|
400
409
|
baseAmountLabel: "Suma in moneda de baza",
|
|
410
|
+
fxRateLabel: "Curs valutar",
|
|
401
411
|
statusLabel: "Status",
|
|
402
412
|
methodLabel: "Metoda",
|
|
403
413
|
dateLabel: "Data platii",
|