@hyper.software/visitor-common-translations 2.0.53 → 2.0.55
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 +2 -2
- package/lib/translations/locale/locale.de-DE.json +1 -0
- package/lib/translations/locale/locale.en-US.json +1 -0
- package/lib/translations/locale/locale.es-ES.json +1 -0
- package/lib/translations/locale/locale.fr-FR.json +1 -0
- package/lib/translations/locale/locale.it-IT.json +1 -0
- package/lib/translations/locale/locale.ro-RO.json +1 -0
- package/package.json +69 -69
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
####
|
|
2
|
-
publish-package
|
|
1
|
+
####
|
|
2
|
+
publish-package
|
|
@@ -1095,6 +1095,7 @@
|
|
|
1095
1095
|
"App.customers.header.description": "Sehen Sie, wie Hotels durch Visitor ihren digitalen Auftritt neu erfinden.",
|
|
1096
1096
|
"App.customers.header.title": "Powered by Visitor",
|
|
1097
1097
|
"App.customers.searchCustomer": "Gast suchen...",
|
|
1098
|
+
"App.customers.addCustomer": "Hinzufügen",
|
|
1098
1099
|
"App.dashboard.arrivalsDepartures.title": "Check-ins / Check-outs",
|
|
1099
1100
|
"App.dashboard.availableRooms.title": "Verfügbare Zimmer",
|
|
1100
1101
|
"App.dashboard.bookings.approxArrivalTime": "Angegebene Ankunft.szeit",
|
|
@@ -1109,6 +1109,7 @@
|
|
|
1109
1109
|
"App.customers.header.description": "See how hotels are reinventing their digital footprint using Visitor",
|
|
1110
1110
|
"App.customers.header.title": "Powered by Visitor",
|
|
1111
1111
|
"App.customers.searchCustomer": "Search customer",
|
|
1112
|
+
"App.customers.addCustomer": "Add",
|
|
1112
1113
|
"App.dashboard.arrivalsDepartures.title": "Next Arrivals / Departures",
|
|
1113
1114
|
"App.dashboard.availableRooms.title": "Available rooms",
|
|
1114
1115
|
"App.dashboard.bookings.approxArrivalTime": "Approx arrival time",
|
|
@@ -1102,6 +1102,7 @@
|
|
|
1102
1102
|
"App.customers.header.description": "Vea cómo los hoteles están reinventando su huella digital utilizando Visitor",
|
|
1103
1103
|
"App.customers.header.title": "Desarrollado de Visitor",
|
|
1104
1104
|
"App.customers.searchCustomer": "Busca cliente",
|
|
1105
|
+
"App.customers.addCustomer": "Agregar",
|
|
1105
1106
|
"App.dashboard.arrivalsDepartures.title": "Próximas llegadas / salidas",
|
|
1106
1107
|
"App.dashboard.availableRooms.title": "Habitaciones disponibles",
|
|
1107
1108
|
"App.dashboard.bookings.approxArrivalTime": "Hora aproximada de llegada",
|
|
@@ -1104,6 +1104,7 @@
|
|
|
1104
1104
|
"App.customers.header.description": "Découvrez comment les hôtels réinventent leur empreinte numérique avec Visitor",
|
|
1105
1105
|
"App.customers.header.title": "Propulsé par le visiteur",
|
|
1106
1106
|
"App.customers.searchCustomer": "Rechercher un client",
|
|
1107
|
+
"App.customers.addCustomer": "Ajouter",
|
|
1107
1108
|
"App.dashboard.arrivalsDepartures.title": "Prochaines arrivées/départs",
|
|
1108
1109
|
"App.dashboard.availableRooms.title": "Chambres disponibles",
|
|
1109
1110
|
"App.dashboard.bookings.approxArrivalTime": "Heure d'arrivée approximative",
|
|
@@ -1102,6 +1102,7 @@
|
|
|
1102
1102
|
"App.customers.header.description": "Guarda come gli hotel stanno reinventando la loro impronta digitale utilizzando Visitor",
|
|
1103
1103
|
"App.customers.header.title": "Fornito dal visitatore",
|
|
1104
1104
|
"App.customers.searchCustomer": "Cerca cliente",
|
|
1105
|
+
"App.customers.addCustomer": "Aggiungere",
|
|
1105
1106
|
"App.dashboard.arrivalsDepartures.title": "Prossimi Arrivi / Partenze",
|
|
1106
1107
|
"App.dashboard.availableRooms.title": "Stanze disponibili",
|
|
1107
1108
|
"App.dashboard.bookings.approxArrivalTime": "Orario di arrivo approssimativo",
|
|
@@ -1102,6 +1102,7 @@
|
|
|
1102
1102
|
"App.customers.header.description": "Vezi cum hotelurile își reinventează prezența digitală folosind Visitor",
|
|
1103
1103
|
"App.customers.header.title": "Powered by Visitor",
|
|
1104
1104
|
"App.customers.searchCustomer": "Căutați un client",
|
|
1105
|
+
"App.customers.addCustomer": "Adăuga",
|
|
1105
1106
|
"App.dashboard.arrivalsDepartures.title": "Următoarele sosiri / plecări",
|
|
1106
1107
|
"App.dashboard.availableRooms.title": "Camere disponibile",
|
|
1107
1108
|
"App.dashboard.bookings.approxArrivalTime": "Timpul estimat al sosirii",
|
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@hyper.software/visitor-common-translations",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"author": "Hyper Software <tomescu.raul+hyper@gmail.com>",
|
|
5
|
-
"description": "Visitor Common Translations",
|
|
6
|
-
"main": "lib/index.js",
|
|
7
|
-
"types": "./lib/index.d.ts",
|
|
8
|
-
"engines": {
|
|
9
|
-
"node": ">= 18.18.0"
|
|
10
|
-
},
|
|
11
|
-
"files": [
|
|
12
|
-
"lib",
|
|
13
|
-
"es"
|
|
14
|
-
],
|
|
15
|
-
"keywords": [
|
|
16
|
-
"Javascript",
|
|
17
|
-
"translations"
|
|
18
|
-
],
|
|
19
|
-
"repository": {},
|
|
20
|
-
"license": "ISC",
|
|
21
|
-
"bugs": {},
|
|
22
|
-
"scripts": {
|
|
23
|
-
"test": "jest --watch --runInBand",
|
|
24
|
-
"test.coverage": "jest --coverage",
|
|
25
|
-
"lint": "eslint src --ext .ts,.tsx",
|
|
26
|
-
"format": "prettier-eslint \"src/**/*.ts\" \"src/**/*.tsx\" --write",
|
|
27
|
-
"build": "tsc",
|
|
28
|
-
"publish-package": "git add . && git commit -m 'Pre-publish package' --allow-empty && rm -rf ./lib && yarn tsc && npm version patch && npm publish && git add . && git commit -m 'Post-publish package' --allow-empty && git push"
|
|
29
|
-
},
|
|
30
|
-
"husky": {
|
|
31
|
-
"hooks": {
|
|
32
|
-
"pre-commit": "tsc && npm run lint && npm run format"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"intl-format-cache": "^4.3.1",
|
|
37
|
-
"intl-messageformat": "^10.5.4"
|
|
38
|
-
},
|
|
39
|
-
"devDependencies": {
|
|
40
|
-
"@types/jest": "^29.5.7",
|
|
41
|
-
"@types/node": "^20.8.10",
|
|
42
|
-
"cross-env": "^7.0.3",
|
|
43
|
-
"er-translations-fix": "^1.0.7",
|
|
44
|
-
"identity-obj-proxy": "^3.0.0",
|
|
45
|
-
"in-publish": "^2.0.1",
|
|
46
|
-
"jest": "^29.7.0",
|
|
47
|
-
"prettier": "^3.0.3",
|
|
48
|
-
"rimraf": "^5.0.5",
|
|
49
|
-
"typescript": "^5.2.2"
|
|
50
|
-
},
|
|
51
|
-
"jest": {
|
|
52
|
-
"transform": {
|
|
53
|
-
".*": "<rootDir>/jest-preprocessor.js"
|
|
54
|
-
},
|
|
55
|
-
"testRegex": "(/__tests__/.*\\.(test|spec))\\.(ts|js)$",
|
|
56
|
-
"modulePaths": [
|
|
57
|
-
"./src"
|
|
58
|
-
],
|
|
59
|
-
"moduleFileExtensions": [
|
|
60
|
-
"js",
|
|
61
|
-
"json",
|
|
62
|
-
"ts"
|
|
63
|
-
],
|
|
64
|
-
"moduleDirectories": [
|
|
65
|
-
"node_modules",
|
|
66
|
-
"src"
|
|
67
|
-
]
|
|
68
|
-
}
|
|
69
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@hyper.software/visitor-common-translations",
|
|
3
|
+
"version": "2.0.55",
|
|
4
|
+
"author": "Hyper Software <tomescu.raul+hyper@gmail.com>",
|
|
5
|
+
"description": "Visitor Common Translations",
|
|
6
|
+
"main": "lib/index.js",
|
|
7
|
+
"types": "./lib/index.d.ts",
|
|
8
|
+
"engines": {
|
|
9
|
+
"node": ">= 18.18.0"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"lib",
|
|
13
|
+
"es"
|
|
14
|
+
],
|
|
15
|
+
"keywords": [
|
|
16
|
+
"Javascript",
|
|
17
|
+
"translations"
|
|
18
|
+
],
|
|
19
|
+
"repository": {},
|
|
20
|
+
"license": "ISC",
|
|
21
|
+
"bugs": {},
|
|
22
|
+
"scripts": {
|
|
23
|
+
"test": "jest --watch --runInBand",
|
|
24
|
+
"test.coverage": "jest --coverage",
|
|
25
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
26
|
+
"format": "prettier-eslint \"src/**/*.ts\" \"src/**/*.tsx\" --write",
|
|
27
|
+
"build": "tsc",
|
|
28
|
+
"publish-package": "git add . && git commit -m 'Pre-publish package' --allow-empty && rm -rf ./lib && yarn tsc && npm version patch && npm publish && git add . && git commit -m 'Post-publish package' --allow-empty && git push"
|
|
29
|
+
},
|
|
30
|
+
"husky": {
|
|
31
|
+
"hooks": {
|
|
32
|
+
"pre-commit": "tsc && npm run lint && npm run format"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"intl-format-cache": "^4.3.1",
|
|
37
|
+
"intl-messageformat": "^10.5.4"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@types/jest": "^29.5.7",
|
|
41
|
+
"@types/node": "^20.8.10",
|
|
42
|
+
"cross-env": "^7.0.3",
|
|
43
|
+
"er-translations-fix": "^1.0.7",
|
|
44
|
+
"identity-obj-proxy": "^3.0.0",
|
|
45
|
+
"in-publish": "^2.0.1",
|
|
46
|
+
"jest": "^29.7.0",
|
|
47
|
+
"prettier": "^3.0.3",
|
|
48
|
+
"rimraf": "^5.0.5",
|
|
49
|
+
"typescript": "^5.2.2"
|
|
50
|
+
},
|
|
51
|
+
"jest": {
|
|
52
|
+
"transform": {
|
|
53
|
+
".*": "<rootDir>/jest-preprocessor.js"
|
|
54
|
+
},
|
|
55
|
+
"testRegex": "(/__tests__/.*\\.(test|spec))\\.(ts|js)$",
|
|
56
|
+
"modulePaths": [
|
|
57
|
+
"./src"
|
|
58
|
+
],
|
|
59
|
+
"moduleFileExtensions": [
|
|
60
|
+
"js",
|
|
61
|
+
"json",
|
|
62
|
+
"ts"
|
|
63
|
+
],
|
|
64
|
+
"moduleDirectories": [
|
|
65
|
+
"node_modules",
|
|
66
|
+
"src"
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
}
|