@hyper.software/visitor-common-translations 2.0.142 → 2.0.143
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 +93 -93
- package/lib/TranslationsProvider.js.map +1 -1
- package/lib/translations/locale/locale.de-DE.json +7 -0
- package/lib/translations/locale/locale.en-US.json +7 -0
- package/lib/translations/locale/locale.es-ES.json +8 -1
- package/lib/translations/locale/locale.fr-FR.json +8 -1
- package/lib/translations/locale/locale.it-IT.json +8 -1
- package/lib/translations/locale/locale.ro-RO.json +7 -0
- package/package.json +70 -70
package/README.md
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
# vz-common-translations
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Getting started
|
|
6
|
-
|
|
7
|
-
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
|
8
|
-
|
|
9
|
-
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
10
|
-
|
|
11
|
-
## Add your files
|
|
12
|
-
|
|
13
|
-
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
|
14
|
-
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
|
15
|
-
|
|
16
|
-
```
|
|
17
|
-
cd existing_repo
|
|
18
|
-
git remote add origin https://gitlab.com/vz-web/vz-common-translations.git
|
|
19
|
-
git branch -M main
|
|
20
|
-
git push -uf origin main
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Integrate with your tools
|
|
24
|
-
|
|
25
|
-
- [ ] [Set up project integrations](https://gitlab.com/vz-web/vz-common-translations/-/settings/integrations)
|
|
26
|
-
|
|
27
|
-
## Collaborate with your team
|
|
28
|
-
|
|
29
|
-
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
|
30
|
-
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
|
31
|
-
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
|
32
|
-
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
|
33
|
-
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
|
34
|
-
|
|
35
|
-
## Test and Deploy
|
|
36
|
-
|
|
37
|
-
Use the built-in continuous integration in GitLab.
|
|
38
|
-
|
|
39
|
-
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
|
40
|
-
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
|
41
|
-
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
|
42
|
-
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
|
43
|
-
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
|
44
|
-
|
|
45
|
-
***
|
|
46
|
-
|
|
47
|
-
# Editing this README
|
|
48
|
-
|
|
49
|
-
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
|
50
|
-
|
|
51
|
-
## Suggestions for a good README
|
|
52
|
-
|
|
53
|
-
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
|
54
|
-
|
|
55
|
-
## Name
|
|
56
|
-
Choose a self-explaining name for your project.
|
|
57
|
-
|
|
58
|
-
## Description
|
|
59
|
-
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
|
60
|
-
|
|
61
|
-
## Badges
|
|
62
|
-
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
|
63
|
-
|
|
64
|
-
## Visuals
|
|
65
|
-
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
|
66
|
-
|
|
67
|
-
## Installation
|
|
68
|
-
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
|
69
|
-
|
|
70
|
-
## Usage
|
|
71
|
-
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
|
72
|
-
|
|
73
|
-
## Support
|
|
74
|
-
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
|
75
|
-
|
|
76
|
-
## Roadmap
|
|
77
|
-
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
|
78
|
-
|
|
79
|
-
## Contributing
|
|
80
|
-
State if you are open to contributions and what your requirements are for accepting them.
|
|
81
|
-
|
|
82
|
-
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
|
83
|
-
|
|
84
|
-
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
|
85
|
-
|
|
86
|
-
## Authors and acknowledgment
|
|
87
|
-
Show your appreciation to those who have contributed to the project.
|
|
88
|
-
|
|
89
|
-
## License
|
|
90
|
-
For open source projects, say how it is licensed.
|
|
91
|
-
|
|
92
|
-
## Project status
|
|
93
|
-
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
|
1
|
+
# vz-common-translations
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Getting started
|
|
6
|
+
|
|
7
|
+
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
|
8
|
+
|
|
9
|
+
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
10
|
+
|
|
11
|
+
## Add your files
|
|
12
|
+
|
|
13
|
+
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
|
14
|
+
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
cd existing_repo
|
|
18
|
+
git remote add origin https://gitlab.com/vz-web/vz-common-translations.git
|
|
19
|
+
git branch -M main
|
|
20
|
+
git push -uf origin main
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Integrate with your tools
|
|
24
|
+
|
|
25
|
+
- [ ] [Set up project integrations](https://gitlab.com/vz-web/vz-common-translations/-/settings/integrations)
|
|
26
|
+
|
|
27
|
+
## Collaborate with your team
|
|
28
|
+
|
|
29
|
+
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
|
30
|
+
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
|
31
|
+
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
|
32
|
+
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
|
33
|
+
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
|
34
|
+
|
|
35
|
+
## Test and Deploy
|
|
36
|
+
|
|
37
|
+
Use the built-in continuous integration in GitLab.
|
|
38
|
+
|
|
39
|
+
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
|
40
|
+
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
|
41
|
+
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
|
42
|
+
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
|
43
|
+
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
|
44
|
+
|
|
45
|
+
***
|
|
46
|
+
|
|
47
|
+
# Editing this README
|
|
48
|
+
|
|
49
|
+
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
|
50
|
+
|
|
51
|
+
## Suggestions for a good README
|
|
52
|
+
|
|
53
|
+
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
|
54
|
+
|
|
55
|
+
## Name
|
|
56
|
+
Choose a self-explaining name for your project.
|
|
57
|
+
|
|
58
|
+
## Description
|
|
59
|
+
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
|
60
|
+
|
|
61
|
+
## Badges
|
|
62
|
+
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
|
63
|
+
|
|
64
|
+
## Visuals
|
|
65
|
+
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
|
66
|
+
|
|
67
|
+
## Installation
|
|
68
|
+
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
|
69
|
+
|
|
70
|
+
## Usage
|
|
71
|
+
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
|
72
|
+
|
|
73
|
+
## Support
|
|
74
|
+
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
|
75
|
+
|
|
76
|
+
## Roadmap
|
|
77
|
+
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
|
78
|
+
|
|
79
|
+
## Contributing
|
|
80
|
+
State if you are open to contributions and what your requirements are for accepting them.
|
|
81
|
+
|
|
82
|
+
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
|
83
|
+
|
|
84
|
+
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
|
85
|
+
|
|
86
|
+
## Authors and acknowledgment
|
|
87
|
+
Show your appreciation to those who have contributed to the project.
|
|
88
|
+
|
|
89
|
+
## License
|
|
90
|
+
For open source projects, say how it is licensed.
|
|
91
|
+
|
|
92
|
+
## Project status
|
|
93
|
+
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TranslationsProvider.js","sourceRoot":"","sources":["../src/TranslationsProvider.ts"],"names":[],"mappings":";;;AAAA,yDAAmD;AACnD,uDAAuD;AACvD,yCAAuC;AAEvC;IAyCE,8BAAY,YAAsB;QAAtB,6BAAA,EAAA,iBAAsB;QAF1B,iBAAY,GAAQ,IAAI,CAAC;QAG/B,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,CAAC;IA1Ca,mCAAc,GAAG,UAAC,QAA4C,EAAE,GAAW,EAAE,MAAgB;QAA3E,yBAAA,EAAA,WAA8B,oBAAQ,CAAC,KAAK;QAAe,uBAAA,EAAA,WAAgB;QACzG,IAAI,CAAC,oBAAoB,CAAC,kBAAkB,EAAE,EAAE
|
|
1
|
+
{"version":3,"file":"TranslationsProvider.js","sourceRoot":"","sources":["../src/TranslationsProvider.ts"],"names":[],"mappings":";;;AAAA,yDAAmD;AACnD,uDAAuD;AACvD,yCAAuC;AAEvC;IAyCE,8BAAY,YAAsB;QAAtB,6BAAA,EAAA,iBAAsB;QAF1B,iBAAY,GAAQ,IAAI,CAAC;QAG/B,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,CAAC;IA1Ca,mCAAc,GAAG,UAAC,QAA4C,EAAE,GAAW,EAAE,MAAgB;QAA3E,yBAAA,EAAA,WAA8B,oBAAQ,CAAC,KAAK;QAAe,uBAAA,EAAA,WAAgB;QACzG,IAAI,CAAC,oBAAoB,CAAC,kBAAkB,EAAE,EAAE;YAC9C,OAAO,IAAI,CAAC;SACb;QAED,IAAM,YAAY,GAAG,oBAAoB,CAAC,kBAAkB,EAAE,CAAC,YAAY,CAAC;QAE5E,IAAI,CAAC,QAAQ,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,EAAE;YACtD,QAAQ,GAAG,oBAAQ,CAAC,KAAK,CAAC;SAC3B;QAED,IAAM,OAAO,GAAW,YAAY,IAAI,YAAY,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,IAAI,YAAY,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC;QAE1H,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,CAAC;SACZ;QAED,IAAI;YACF,IAAM,SAAS,GAAG,oBAAoB,CAAC,gBAAgB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;YAC3E,IAAM,gBAAgB,GAAG,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;YAClD,OAAO,gBAAgB,CAAC;SACzB;QAAC,OAAO,GAAG,EAAE;YACZ,+BAA+B;YAC/B,OAAO,OAAO,CAAC;SAChB;IACH,CAAC,AAzB2B,CAyB1B;IAEY,uCAAkB,GAAG;QACjC,OAAO,oBAAoB,CAAC,eAAe,CAAC;IAC9C,CAAC,AAF+B,CAE9B;IAEY,+BAAU,GAAG,UAAC,YAAsB;QAAtB,6BAAA,EAAA,iBAAsB;QAChD,oBAAoB,CAAC,gBAAgB,GAAG,IAAA,2BAAsB,EAAC,4BAAiB,CAAC,CAAC;QAClF,oBAAoB,CAAC,eAAe,GAAG,IAAI,oBAAoB,CAAC,YAAY,CAAC,CAAC;IAChF,CAAC,AAHuB,CAGtB;IAEa,qCAAgB,GAAG,IAAI,AAAP,CAAQ;IAOzC,2BAAC;CAAA,AA5CD,IA4CC;AA5CY,oDAAoB"}
|
|
@@ -1497,6 +1497,7 @@
|
|
|
1497
1497
|
"App.roomType.amenities.other": "Andere",
|
|
1498
1498
|
"App.roomType.amenities.roomFacilities": "Zimmerausstattung",
|
|
1499
1499
|
"App.roomType.amenities.view": "Aussicht",
|
|
1500
|
+
"App.roomTypes.childrenRates.ageRangeValue": "Alter {minAge} - {maxAge}",
|
|
1500
1501
|
"App.roomTypes.details.changeNumberOfAdults.title": "Bestätigung",
|
|
1501
1502
|
"App.roomTypes.details.changeNumberOfAdults.warning": "Durch Ändern der maximalen Anzahl von Erwachsenen wird die konfigurierte Preiseinstellung basierend auf der Belegung zurückgesetzt. Möchten Sie fortfahren?",
|
|
1502
1503
|
"App.roomTypes.details.iCal.copiedWithSuccess": "iCal-Link wurde erfolgreich in die Zwischenablage kopiert!",
|
|
@@ -1529,6 +1530,12 @@
|
|
|
1529
1530
|
"App.roomTypes.roomType.breakfastInformation.type.INCLUDED_IN_ROOM_PRICE": "Inkl. im Zimmerpreis",
|
|
1530
1531
|
"App.roomTypes.roomType.breakfastInformation.type.NOT_AVAILABLE": "Nicht verfügbar",
|
|
1531
1532
|
"App.roomTypes.roomType.breakfastInformation.type.OPTIONAL_WITH_EXTRA_COST": "Kostenpflichtig hinzufügbar",
|
|
1533
|
+
"App.roomTypes.roomType.childrenRates.addRate": "Kinderpreis hinzufügen",
|
|
1534
|
+
"App.roomTypes.roomType.childrenRates.ageRange": "Altersbereich",
|
|
1535
|
+
"App.roomTypes.roomType.childrenRates.editSettings": "Altersgruppen für Kinder",
|
|
1536
|
+
"App.roomTypes.roomType.childrenRates.infoIcon": "Passen Sie die Preise anhand der Altersgruppen der Kinder in der Reservierung an.",
|
|
1537
|
+
"App.roomTypes.roomType.childrenRates.maxAge": "Höchstalter festlegen",
|
|
1538
|
+
"App.roomTypes.roomType.childrenRates.minAge": "Mindestalter festlegen",
|
|
1532
1539
|
"App.roomTypes.roomType.description": "Beschreibung",
|
|
1533
1540
|
"App.roomTypes.roomType.details": "Beschreibung",
|
|
1534
1541
|
"App.roomTypes.roomType.discount": "Discount : {discount}",
|
|
@@ -1497,6 +1497,7 @@
|
|
|
1497
1497
|
"App.roomType.amenities.other": "Other",
|
|
1498
1498
|
"App.roomType.amenities.roomFacilities": "Room facilities",
|
|
1499
1499
|
"App.roomType.amenities.view": "View",
|
|
1500
|
+
"App.roomTypes.childrenRates.ageRangeValue": "Ages {minAge} - {maxAge}",
|
|
1500
1501
|
"App.roomTypes.details.changeNumberOfAdults.title": "Confirmation",
|
|
1501
1502
|
"App.roomTypes.details.changeNumberOfAdults.warning": "Changing the maximum number of adults will reset the occupancy based pricing configuration. Do you want to continue?",
|
|
1502
1503
|
"App.roomTypes.details.iCal.copiedWithSuccess": "iCal link copied to clipboard!",
|
|
@@ -1529,6 +1530,12 @@
|
|
|
1529
1530
|
"App.roomTypes.roomType.breakfastInformation.type.INCLUDED_IN_ROOM_PRICE": "Included in the room price",
|
|
1530
1531
|
"App.roomTypes.roomType.breakfastInformation.type.NOT_AVAILABLE": "Not available",
|
|
1531
1532
|
"App.roomTypes.roomType.breakfastInformation.type.OPTIONAL_WITH_EXTRA_COST": "Optional with additional cost",
|
|
1533
|
+
"App.roomTypes.roomType.childrenRates.addRate": "Add child rate",
|
|
1534
|
+
"App.roomTypes.roomType.childrenRates.ageRange": "Age range",
|
|
1535
|
+
"App.roomTypes.roomType.childrenRates.editSettings": "Children age ranges",
|
|
1536
|
+
"App.roomTypes.roomType.childrenRates.infoIcon": "Adjust rates based on child age categories in the reservation.",
|
|
1537
|
+
"App.roomTypes.roomType.childrenRates.maxAge": "Set maximum age",
|
|
1538
|
+
"App.roomTypes.roomType.childrenRates.minAge": "Set minimum age",
|
|
1532
1539
|
"App.roomTypes.roomType.description": "Description",
|
|
1533
1540
|
"App.roomTypes.roomType.details": "Details",
|
|
1534
1541
|
"App.roomTypes.roomType.discount": "Discount: {discount}",
|
|
@@ -1076,7 +1076,7 @@
|
|
|
1076
1076
|
"App.common.noPhoneNumber": "no numero de telefono",
|
|
1077
1077
|
"App.common.noServices": "No hay servicios",
|
|
1078
1078
|
"App.common.notPaid": "No pagado",
|
|
1079
|
-
"App.common.numberOfAdults": "",
|
|
1079
|
+
"App.common.numberOfAdults": "Número de adultos",
|
|
1080
1080
|
"App.common.numberOfGuests": "Numero de huespedes",
|
|
1081
1081
|
"App.common.order": "Pedido",
|
|
1082
1082
|
"App.common.pageTitle": "Recepción y gestión de reservas para pequeños hoteles | Visitor",
|
|
@@ -1497,6 +1497,7 @@
|
|
|
1497
1497
|
"App.roomType.amenities.other": "Otro",
|
|
1498
1498
|
"App.roomType.amenities.roomFacilities": "Instalaciones de la habitación",
|
|
1499
1499
|
"App.roomType.amenities.view": "Vista",
|
|
1500
|
+
"App.roomTypes.childrenRates.ageRangeValue": "Edades {minAge} - {maxAge}",
|
|
1500
1501
|
"App.roomTypes.details.changeNumberOfAdults.title": "Confirmación",
|
|
1501
1502
|
"App.roomTypes.details.changeNumberOfAdults.warning": "Cambiar el número máximo de adultos restablecerá la configuración de precios basada en la ocupación. ¿Desea continuar?",
|
|
1502
1503
|
"App.roomTypes.details.iCal.copiedWithSuccess": "Enlace iCal copiado al portapapeles con éxito!",
|
|
@@ -1529,6 +1530,12 @@
|
|
|
1529
1530
|
"App.roomTypes.roomType.breakfastInformation.type.INCLUDED_IN_ROOM_PRICE": "Incluido en el precio de la habitación",
|
|
1530
1531
|
"App.roomTypes.roomType.breakfastInformation.type.NOT_AVAILABLE": "No disponible",
|
|
1531
1532
|
"App.roomTypes.roomType.breakfastInformation.type.OPTIONAL_WITH_EXTRA_COST": "Opcional con costo adicional",
|
|
1533
|
+
"App.roomTypes.roomType.childrenRates.addRate": "Agregar tarifa para niños",
|
|
1534
|
+
"App.roomTypes.roomType.childrenRates.ageRange": "Rango de edad",
|
|
1535
|
+
"App.roomTypes.roomType.childrenRates.editSettings": "Rangos de edad de los niños",
|
|
1536
|
+
"App.roomTypes.roomType.childrenRates.infoIcon": "Ajuste las tarifas según las categorías de edad de los niños en la reserva.",
|
|
1537
|
+
"App.roomTypes.roomType.childrenRates.maxAge": "Establecer edad máxima",
|
|
1538
|
+
"App.roomTypes.roomType.childrenRates.minAge": "Establecer edad mínima",
|
|
1532
1539
|
"App.roomTypes.roomType.description": "Descripción",
|
|
1533
1540
|
"App.roomTypes.roomType.details": "Detalles",
|
|
1534
1541
|
"App.roomTypes.roomType.discount": "Descuento: {discount}",
|
|
@@ -1076,7 +1076,7 @@
|
|
|
1076
1076
|
"App.common.noPhoneNumber": "pas de numéro de téléphone",
|
|
1077
1077
|
"App.common.noServices": "Pas de services",
|
|
1078
1078
|
"App.common.notPaid": "Non payé",
|
|
1079
|
-
"App.common.numberOfAdults": "",
|
|
1079
|
+
"App.common.numberOfAdults": "Nombre d'adultes",
|
|
1080
1080
|
"App.common.numberOfGuests": "Nombre d'invités",
|
|
1081
1081
|
"App.common.order": "Commande",
|
|
1082
1082
|
"App.common.pageTitle": "Réception et gestion des réservations pour les petits hôtels | Visiteur",
|
|
@@ -1497,6 +1497,7 @@
|
|
|
1497
1497
|
"App.roomType.amenities.other": "Autre",
|
|
1498
1498
|
"App.roomType.amenities.roomFacilities": "Équipements de la chambre",
|
|
1499
1499
|
"App.roomType.amenities.view": "Voir",
|
|
1500
|
+
"App.roomTypes.childrenRates.ageRangeValue": "Âges {minAge} - {maxAge}",
|
|
1500
1501
|
"App.roomTypes.details.changeNumberOfAdults.title": "Confirmation",
|
|
1501
1502
|
"App.roomTypes.details.changeNumberOfAdults.warning": "Modifier le nombre maximum d'adultes réinitialisera la configuration des tarifs en fonction de l'occupation. Voulez-vous continuer?",
|
|
1502
1503
|
"App.roomTypes.details.iCal.copiedWithSuccess": "Lien iCal copié dans le presse-papiers avec succès!",
|
|
@@ -1529,6 +1530,12 @@
|
|
|
1529
1530
|
"App.roomTypes.roomType.breakfastInformation.type.INCLUDED_IN_ROOM_PRICE": "Inclus dans le prix de la chambre",
|
|
1530
1531
|
"App.roomTypes.roomType.breakfastInformation.type.NOT_AVAILABLE": "Non disponible",
|
|
1531
1532
|
"App.roomTypes.roomType.breakfastInformation.type.OPTIONAL_WITH_EXTRA_COST": "Facultatif avec coût supplémentaire",
|
|
1533
|
+
"App.roomTypes.roomType.childrenRates.addRate": "Ajouter un tarif enfant",
|
|
1534
|
+
"App.roomTypes.roomType.childrenRates.ageRange": "Tranche d'âge",
|
|
1535
|
+
"App.roomTypes.roomType.childrenRates.editSettings": "Tranches d'âge des enfants",
|
|
1536
|
+
"App.roomTypes.roomType.childrenRates.infoIcon": "Ajustez les tarifs en fonction des catégories d'âge des enfants dans la réservation.",
|
|
1537
|
+
"App.roomTypes.roomType.childrenRates.maxAge": "Définir l'âge maximum",
|
|
1538
|
+
"App.roomTypes.roomType.childrenRates.minAge": "Définir l'âge minimum",
|
|
1532
1539
|
"App.roomTypes.roomType.description": "Description",
|
|
1533
1540
|
"App.roomTypes.roomType.details": "Détails",
|
|
1534
1541
|
"App.roomTypes.roomType.discount": "Remise: {remise}",
|
|
@@ -1076,7 +1076,7 @@
|
|
|
1076
1076
|
"App.common.noPhoneNumber": "nessun numero di telefono",
|
|
1077
1077
|
"App.common.noServices": "Nessun servizio",
|
|
1078
1078
|
"App.common.notPaid": "Non pagato",
|
|
1079
|
-
"App.common.numberOfAdults": "",
|
|
1079
|
+
"App.common.numberOfAdults": "Numero di adulti",
|
|
1080
1080
|
"App.common.numberOfGuests": "N. di Ospiti",
|
|
1081
1081
|
"App.common.order": "Ordine",
|
|
1082
1082
|
"App.common.pageTitle": "Gestione front desk e prenotazioni per piccoli hotel | Visitor",
|
|
@@ -1497,6 +1497,7 @@
|
|
|
1497
1497
|
"App.roomType.amenities.other": "Altro",
|
|
1498
1498
|
"App.roomType.amenities.roomFacilities": "Servizi in camera",
|
|
1499
1499
|
"App.roomType.amenities.view": "Visualizza",
|
|
1500
|
+
"App.roomTypes.childrenRates.ageRangeValue": "Età {minAge} - {maxAge}",
|
|
1500
1501
|
"App.roomTypes.details.changeNumberOfAdults.title": "Conferma",
|
|
1501
1502
|
"App.roomTypes.details.changeNumberOfAdults.warning": "Modificare il numero massimo di adulti reimposterà la configurazione dei prezzi basata sull'occupazione. Vuoi continuare?",
|
|
1502
1503
|
"App.roomTypes.details.iCal.copiedWithSuccess": "Link iCal copiato negli appunti con successo!",
|
|
@@ -1529,6 +1530,12 @@
|
|
|
1529
1530
|
"App.roomTypes.roomType.breakfastInformation.type.INCLUDED_IN_ROOM_PRICE": "Incluso nel prezzo della camera",
|
|
1530
1531
|
"App.roomTypes.roomType.breakfastInformation.type.NOT_AVAILABLE": "Non disponibile",
|
|
1531
1532
|
"App.roomTypes.roomType.breakfastInformation.type.OPTIONAL_WITH_EXTRA_COST": "Facoltativo con costo aggiuntivo",
|
|
1533
|
+
"App.roomTypes.roomType.childrenRates.addRate": "Aggiungi tariffa bambino",
|
|
1534
|
+
"App.roomTypes.roomType.childrenRates.ageRange": "Fascia d'età",
|
|
1535
|
+
"App.roomTypes.roomType.childrenRates.editSettings": "Fasce d'età dei bambini",
|
|
1536
|
+
"App.roomTypes.roomType.childrenRates.infoIcon": "Regola i tariffi in base alle categorie di età dei bambini nella prenotazione.",
|
|
1537
|
+
"App.roomTypes.roomType.childrenRates.maxAge": "Imposta età massima",
|
|
1538
|
+
"App.roomTypes.roomType.childrenRates.minAge": "Imposta età minima",
|
|
1532
1539
|
"App.roomTypes.roomType.description": "Descrizione",
|
|
1533
1540
|
"App.roomTypes.roomType.details": "Dettagli",
|
|
1534
1541
|
"App.roomTypes.roomType.discount": "Sconto: {discount}",
|
|
@@ -1497,6 +1497,7 @@
|
|
|
1497
1497
|
"App.roomType.amenities.other": "Altele",
|
|
1498
1498
|
"App.roomType.amenities.roomFacilities": "Facilități cameră",
|
|
1499
1499
|
"App.roomType.amenities.view": "Vedere",
|
|
1500
|
+
"App.roomTypes.childrenRates.ageRangeValue": "Vârste {minAge} - {maxAge}",
|
|
1500
1501
|
"App.roomTypes.details.changeNumberOfAdults.title": "Confirmare",
|
|
1501
1502
|
"App.roomTypes.details.changeNumberOfAdults.warning": "Schimbarea numărului maxim de adulți va reseta configurarea prețurilor în funcție de ocupare. Doriți să continuați?",
|
|
1502
1503
|
"App.roomTypes.details.iCal.copiedWithSuccess": "Link-ul iCal a fost copiat cu succes în clipboard!",
|
|
@@ -1529,6 +1530,12 @@
|
|
|
1529
1530
|
"App.roomTypes.roomType.breakfastInformation.type.INCLUDED_IN_ROOM_PRICE": "Inclus în prețul camerei",
|
|
1530
1531
|
"App.roomTypes.roomType.breakfastInformation.type.NOT_AVAILABLE": "Indisponibil",
|
|
1531
1532
|
"App.roomTypes.roomType.breakfastInformation.type.OPTIONAL_WITH_EXTRA_COST": "Opțional, cu cost suplimentar",
|
|
1533
|
+
"App.roomTypes.roomType.childrenRates.addRate": "Adaugă tarif pentru copii",
|
|
1534
|
+
"App.roomTypes.roomType.childrenRates.ageRange": "Interval de vârstă",
|
|
1535
|
+
"App.roomTypes.roomType.childrenRates.editSettings": "Intervale de vârstă pentru copii",
|
|
1536
|
+
"App.roomTypes.roomType.childrenRates.infoIcon": "Ajustați tarifele în funcție de categoriile de vârstă ale copiilor din rezervare.",
|
|
1537
|
+
"App.roomTypes.roomType.childrenRates.maxAge": "Setează vârsta maximă",
|
|
1538
|
+
"App.roomTypes.roomType.childrenRates.minAge": "Setează vârsta minimă",
|
|
1532
1539
|
"App.roomTypes.roomType.description": "Descriere",
|
|
1533
1540
|
"App.roomTypes.roomType.details": "Detalii",
|
|
1534
1541
|
"App.roomTypes.roomType.discount": "Reducere: {discount}",
|
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
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": "yarn translations-fix && 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
|
-
"library-name": "^1.1.0"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@types/jest": "^29.5.7",
|
|
42
|
-
"@types/node": "^20.8.10",
|
|
43
|
-
"cross-env": "^7.0.3",
|
|
44
|
-
"er-translations-fix": "^1.0.7",
|
|
45
|
-
"identity-obj-proxy": "^3.0.0",
|
|
46
|
-
"in-publish": "^2.0.1",
|
|
47
|
-
"jest": "^29.7.0",
|
|
48
|
-
"prettier": "^3.0.3",
|
|
49
|
-
"rimraf": "^5.0.5",
|
|
50
|
-
"typescript": "^5.2.2"
|
|
51
|
-
},
|
|
52
|
-
"jest": {
|
|
53
|
-
"transform": {
|
|
54
|
-
".*": "<rootDir>/jest-preprocessor.js"
|
|
55
|
-
},
|
|
56
|
-
"testRegex": "(/__tests__/.*\\.(test|spec))\\.(ts|js)$",
|
|
57
|
-
"modulePaths": [
|
|
58
|
-
"./src"
|
|
59
|
-
],
|
|
60
|
-
"moduleFileExtensions": [
|
|
61
|
-
"js",
|
|
62
|
-
"json",
|
|
63
|
-
"ts"
|
|
64
|
-
],
|
|
65
|
-
"moduleDirectories": [
|
|
66
|
-
"node_modules",
|
|
67
|
-
"src"
|
|
68
|
-
]
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@hyper.software/visitor-common-translations",
|
|
3
|
+
"version": "2.0.143",
|
|
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": "yarn translations-fix && 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
|
+
"library-name": "^1.1.0"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@types/jest": "^29.5.7",
|
|
42
|
+
"@types/node": "^20.8.10",
|
|
43
|
+
"cross-env": "^7.0.3",
|
|
44
|
+
"er-translations-fix": "^1.0.7",
|
|
45
|
+
"identity-obj-proxy": "^3.0.0",
|
|
46
|
+
"in-publish": "^2.0.1",
|
|
47
|
+
"jest": "^29.7.0",
|
|
48
|
+
"prettier": "^3.0.3",
|
|
49
|
+
"rimraf": "^5.0.5",
|
|
50
|
+
"typescript": "^5.2.2"
|
|
51
|
+
},
|
|
52
|
+
"jest": {
|
|
53
|
+
"transform": {
|
|
54
|
+
".*": "<rootDir>/jest-preprocessor.js"
|
|
55
|
+
},
|
|
56
|
+
"testRegex": "(/__tests__/.*\\.(test|spec))\\.(ts|js)$",
|
|
57
|
+
"modulePaths": [
|
|
58
|
+
"./src"
|
|
59
|
+
],
|
|
60
|
+
"moduleFileExtensions": [
|
|
61
|
+
"js",
|
|
62
|
+
"json",
|
|
63
|
+
"ts"
|
|
64
|
+
],
|
|
65
|
+
"moduleDirectories": [
|
|
66
|
+
"node_modules",
|
|
67
|
+
"src"
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
}
|