@hyper.software/visitor-common-translations 2.0.218 → 2.0.220

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 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,CAAC;YAC/C,OAAO,IAAI,CAAC;QACd,CAAC;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,CAAC;YACvD,QAAQ,GAAG,oBAAQ,CAAC,KAAK,CAAC;QAC5B,CAAC;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,CAAC;YACb,OAAO,GAAG,CAAC;QACb,CAAC;QAED,IAAI,CAAC;YACH,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;QAC1B,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACb,+BAA+B;YAC/B,OAAO,OAAO,CAAC;QACjB,CAAC;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"}
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"}
@@ -44,38 +44,38 @@
44
44
  "App.admin.bookings.invoice.country": "Land",
45
45
  "App.admin.bookings.invoice.customerAddress": "Adresse",
46
46
  "App.admin.bookings.invoice.customerCompanyName": "Firmenname",
47
- "App.admin.bookings.invoice.customerInformation": "Gastinformationen",
47
+ "App.admin.bookings.invoice.customerInformation": "Gast",
48
48
  "App.admin.bookings.invoice.customerName": "Name",
49
49
  "App.admin.bookings.invoice.dueDate": "Fälligkeit",
50
- "App.admin.bookings.invoice.hotelInformation": "Hotelinformationen",
50
+ "App.admin.bookings.invoice.hotelInformation": "Hotel",
51
51
  "App.admin.bookings.invoice.iban": "IBAN",
52
52
  "App.admin.bookings.invoice.invoice": "Rechnung",
53
- "App.admin.bookings.invoice.invoiceDate": "Rechnungsdatum",
54
- "App.admin.bookings.invoice.invoiceNumber": "Rechnungsnummer",
55
- "App.admin.bookings.invoice.itemDescription": "Bezeichnung",
53
+ "App.admin.bookings.invoice.invoiceDate": "Datum",
54
+ "App.admin.bookings.invoice.invoiceNumber": "Rechnungsnr.",
55
+ "App.admin.bookings.invoice.itemDescription": "Artikelbeschreibung",
56
56
  "App.admin.bookings.invoice.notes": "Anmerkung",
57
- "App.admin.bookings.invoice.paymentMethod": "Bezahlverfahren",
57
+ "App.admin.bookings.invoice.paymentMethod": "Zahlungsmittel",
58
58
  "App.admin.bookings.invoice.paymentMethod.BANK_TRANSFER": "Überweisung",
59
- "App.admin.bookings.invoice.paymentMethod.CASH": "Cash",
59
+ "App.admin.bookings.invoice.paymentMethod.CASH": "Bar",
60
60
  "App.admin.bookings.invoice.paymentMethod.CREDIT_CARD": "Kreditkarte",
61
61
  "App.admin.bookings.invoice.paymentMethod.DIRECT_DEBIT": "Lastschriftverfahren",
62
62
  "App.admin.bookings.invoice.paymentMethod.EC_CARD": "EC-Karte",
63
63
  "App.admin.bookings.invoice.paymentMethod.STRIPE_ONLINE_PAYMENT": "Stripe-Online-Zahlung",
64
- "App.admin.bookings.invoice.placeholder": "Informationen hinzufügen",
64
+ "App.admin.bookings.invoice.placeholder": "N/A",
65
65
  "App.admin.bookings.invoice.quantity": "Anzahl",
66
66
  "App.admin.bookings.invoice.rate": "Preis",
67
67
  "App.admin.bookings.invoice.reducedSalesTax": "MwSt. {tax}%",
68
68
  "App.admin.bookings.invoice.salesTax": "MwSt. {tax}%",
69
69
  "App.admin.bookings.invoice.street": "Straße, Nummer",
70
- "App.admin.bookings.invoice.subTotal": "Nettobetrag",
70
+ "App.admin.bookings.invoice.subTotal": "Netto",
71
71
  "App.admin.bookings.invoice.swift": "SWIFT",
72
- "App.admin.bookings.invoice.total": "Rechnungsbetrag",
72
+ "App.admin.bookings.invoice.total": "Gesamtbetrag",
73
73
  "App.admin.bookings.invoice.vat": "MWSt.",
74
74
  "App.admin.bookings.invoice.yourName": "Ihre Namen",
75
75
  "App.admin.bookings.invoice.zipCodeCity": "PLZ, Stadt",
76
76
  "App.admin.bookings.manualCheckout": "Die Buchungen für dieses Konto werden manuell ausgecheckt.",
77
- "App.admin.bookings.status.ACTIVE": "Status",
78
- "App.admin.bookings.status.CANCELLED": "Storniert",
77
+ "App.admin.bookings.status.ACTIVE": "OK",
78
+ "App.admin.bookings.status.CANCELLED": "STORNIERT",
79
79
  "App.admin.bookings.status.SCHEDULED_FOR_DELETION": "Zum Löschen vorgesehen",
80
80
  "App.admin.calendar.event.availability": "Buchbarkeit",
81
81
  "App.admin.calendar.event.available": "Geöffnet",
@@ -246,7 +246,7 @@
246
246
  "App.bookings.booking.lastName": "Name",
247
247
  "App.bookings.booking.noPersons": "Klicken Sie hier, um die Anzahl der Personen in diesem Zimmer zu aktualisieren.",
248
248
  "App.bookings.booking.noRoomsAvailableForThisPeriod": "Keine Verfügbarkeiten",
249
- "App.bookings.booking.numberOfAdults": "Gäste",
249
+ "App.bookings.booking.numberOfAdults": "Max. Erw.",
250
250
  "App.bookings.booking.numberOfPersons": "Anzahl der Gäste",
251
251
  "App.bookings.booking.numberOfRooms": "Anzahl der Zimmer",
252
252
  "App.bookings.booking.otaBookingId": "OTA-Buchungs-ID",
@@ -276,7 +276,7 @@
276
276
  "App.bookings.bookingDetails.bookingInvoice.childrenAccommodation.description": "Kinderkosten",
277
277
  "App.bookings.bookingDetails.bookingInvoice.childrenTourismTax.description": "Kinderkurtaxenkosten",
278
278
  "App.bookings.bookingDetails.bookingInvoice.notes": "Notiz",
279
- "App.bookings.bookingDetails.bookingInvoice.title": "Rechnung zur Buchung",
279
+ "App.bookings.bookingDetails.bookingInvoice.title": "Vorschau zur Rechnung",
280
280
  "App.bookings.bookingDetails.bookings.backTitle": "Zurück zur Übersicht",
281
281
  "App.bookings.bookingDetails.cancelBooking": "Buchung stornieren",
282
282
  "App.bookings.bookingDetails.cancelBooking.dialogBody": "{fullName} wird per E-Mail darüber informiert, dass seine Buchung storniert wurde. Wir empfehlen, ihn auch telefonisch darüber in Kenntnis zu setzten.",
@@ -333,7 +333,7 @@
333
333
  "App.bookings.details.checkOut.success": "Der Check-out wurde erfolgreich durchgeführt",
334
334
  "App.bookings.details.checkedIn": "Checked in",
335
335
  "App.bookings.details.checkedOut": "Ausgecheckt",
336
- "App.bookings.details.children": "Kinder",
336
+ "App.bookings.details.children": "Max. Kinder",
337
337
  "App.bookings.details.creationDate": "Erstelldatum",
338
338
  "App.bookings.details.delete.warning": "Sie im Begriff, eine Buchung zu stornieren, welche über ein OTAs (Online-Reisebüros) getätigt wurde. Aufgrund der Stornierungsrichtlinien muss eine Stornierungsanfrage hier direkt über den OTA gestellt werden. Nachdem Ihr Gast diese akzeptiert hat, wird sie automatisch aus Ihrem Belegungskalender herausgelöscht. Bei Fragen hierzu stehen wir Ihnen gerne zur Verfügung.",
339
339
  "App.bookings.details.guests": "Gäste",
@@ -344,7 +344,7 @@
344
344
  "App.bookings.details.numberOfChildren": "Anzahl der Kinder",
345
345
  "App.bookings.details.otaBookingId": "OTA code: {code}",
346
346
  "App.bookings.details.otaComission": "OTA Kommission",
347
- "App.bookings.details.paymentConfirmed": "Buchung als bezahlt markieren.",
347
+ "App.bookings.details.paymentConfirmed": "Buchung ist gezahlt",
348
348
  "App.bookings.details.reservationSource": "Buchung von \"{bookingSource}\"",
349
349
  "App.bookings.details.revertCheckin.dialogMessage": "Sind Sie sicher, dass Sie den Check-in für diese Buchung rückgängig machen möchten?",
350
350
  "App.bookings.details.revertCheckout.dialogMessage": "Sind Sie sicher, dass Sie den Check-out für diese Buchung rückgängig machen möchten?",
@@ -356,7 +356,7 @@
356
356
  "App.bookings.history": "Buchungsverlauf",
357
357
  "App.bookings.history.type.CHECKIN": "{customer} wurde eingecheckt",
358
358
  "App.bookings.history.type.CHECKOUT": "{customer} ist ausgecheckt",
359
- "App.bookings.history.type.CREATED": "Buchung wurde hinzugefügt",
359
+ "App.bookings.history.type.CREATED": "Buchung wurde erstellt",
360
360
  "App.bookings.history.type.DETAILS_CHANGED": "Änderung an den Details der Buchung",
361
361
  "App.bookings.history.type.DURATION_CHANGED": "Gesamtaufenthalt geändert von {oldDuration} zu {newDuration} Nächten",
362
362
  "App.bookings.history.type.UPDATED": "Zimmerauswahl wurde geändert",
@@ -367,9 +367,9 @@
367
367
  "App.bookings.import.getStarted.title": "Jetzt loslegen",
368
368
  "App.bookings.import.startDate": "Anfangsdatum (DD-MM-YYYY)",
369
369
  "App.bookings.invoices.availableQuantity": "Überschreitet verfügbare Menge ({quantity})",
370
- "App.bookings.invoices.splitInvoices": "Anzahl der Abschnitte",
370
+ "App.bookings.invoices.splitInvoices": "Anzahl der Rechnungen",
371
371
  "App.bookings.invoices.tourismTax": "Tourismussteuer",
372
- "App.bookings.length": "Aufenthaltslänge",
372
+ "App.bookings.length": "Nächte",
373
373
  "App.bookings.lengthOfStay.title": "{nights}",
374
374
  "App.bookings.lengthOfStayDiscount": "Rabatt für längeren Aufenthalt",
375
375
  "App.bookings.list.noBookings.body": "Starten Sie heute mit der Digitalisierung Ihres Unternehmen und fügen Sie noch heute die erste Buchung hinzu.",
@@ -795,9 +795,9 @@
795
795
  "App.common.company.website.footerLinks": "Footer Links",
796
796
  "App.common.company.website.headerLinks": "Header Links",
797
797
  "App.common.company.website.linkUrl": "Url",
798
- "App.common.company.website.requestAddressInformation": "Adressinformationen bei Buchung anfordern",
799
- "App.common.company.website.requestAddressInformation.checked": "Adressinformationen wird angfordert",
800
- "App.common.company.website.requestAddressInformation.unchecked": "Adressinformationen wird nicht angefordert",
798
+ "App.common.company.website.requestAddressInformation": "Gast-Adresse bei Buchung anfordern",
799
+ "App.common.company.website.requestAddressInformation.checked": "Gast-Adresse wird angfordert",
800
+ "App.common.company.website.requestAddressInformation.unchecked": "Gast-Adresse wird nicht angefordert",
801
801
  "App.common.company.website.requestCreditCardInformation": "Kreditkarteninformation bei Buchung anfordern",
802
802
  "App.common.company.website.requestCreditCardInformation.checked": "Kreditkarteninformation wird angfordert",
803
803
  "App.common.company.website.requestCreditCardInformation.unchecked": "Kreditkarteninformation wird nicht angefordert",
@@ -1180,7 +1180,7 @@
1180
1180
  "App.company.createCompany": "Jetzt erste Firma erstellen",
1181
1181
  "App.company.createFirstCompany.body": "Digitalisieren Sie Ihr Unternehmen noch heute, indem Sie Ihre erste Firma hinzufügen.",
1182
1182
  "App.company.name": "Name",
1183
- "App.company.searchCompany": "Firma suchen",
1183
+ "App.company.searchCompany": "Firma suchen...",
1184
1184
  "App.customer.customerDetails.bookings.backTitle": "Zurück zu den Buchungsdetails",
1185
1185
  "App.customer.details.additionalGuests": "Zusätzlicher Gast {guestNumber}",
1186
1186
  "App.customer.details.customerNotes": "Details",
@@ -1226,7 +1226,7 @@
1226
1226
  "App.customers.header.customers.title": "Bereits 300 Hotels schenken uns ihr Vertrauen",
1227
1227
  "App.customers.header.description": "Sehen Sie, wie Hotels durch Visitor ihren digitalen Auftritt neu erfinden.",
1228
1228
  "App.customers.header.title": "Powered by Visitor",
1229
- "App.customers.searchCustomer": "Gast suchen...",
1229
+ "App.customers.searchCustomer": "Name des Gastes...",
1230
1230
  "App.dashboard.arrivalsDepartures.title": "Check-ins / Check-outs",
1231
1231
  "App.dashboard.availableRooms.title": "Verfügbare Zimmer",
1232
1232
  "App.dashboard.bookings.approxArrivalTime": "Angegebene Ankunft.szeit",
@@ -1257,8 +1257,8 @@
1257
1257
  "App.dashboard.checkin.performCheckin.title": "Checkin-{bookingCode}",
1258
1258
  "App.dashboard.checkin.personalInformation": "Persönliche Informationen",
1259
1259
  "App.dashboard.checkin.promotionalOffers": "Werbeangebote",
1260
- "App.dashboard.checkin.title": "Check-in-Liste",
1261
- "App.dashboard.checkout.title": "Check-out-Liste",
1260
+ "App.dashboard.checkin.title": "Check-in",
1261
+ "App.dashboard.checkout.title": "Check-out",
1262
1262
  "App.dashboard.common.timeRange.ALL": "Gesamter Zeitraum",
1263
1263
  "App.dashboard.common.timeRange.CURRENT_MONTH": "Diesen Monat",
1264
1264
  "App.dashboard.common.timeRange.LAST_3_MONTHS": "Letzten 3 Monate",
@@ -1316,9 +1316,9 @@
1316
1316
  "App.header.changeCompany": "Hotel ändern",
1317
1317
  "App.header.createBooking": "Buchung hinzufügen",
1318
1318
  "App.holidays.expand.holidays": "Alle Zeiträume anzeigen",
1319
- "App.invoice.name": "Beleg {invoiceNumber}",
1320
- "App.invoices.sections.description": "Bitte wählen Sie die Anzahl der Teile, in die Sie die Quittung aufteilen möchten.",
1321
- "App.invoices.sections.title": "Beleg aufteilen",
1319
+ "App.invoice.name": "Rechnung {invoiceNumber}",
1320
+ "App.invoices.sections.description": "In wieviele Rechnungen möchten Sie diese Buchung aufteilen?",
1321
+ "App.invoices.sections.title": "Rechnung teilen",
1322
1322
  "App.login.body.subtitle": "Mit Visitor- Benutzer einloggen",
1323
1323
  "App.login.body.title": "Willkommen zurück",
1324
1324
  "App.login.error.invalidCredentials": "Benutzername oder Passwort falsch",
@@ -1527,7 +1527,7 @@
1527
1527
  "App.public.reviews.reviewSubmitted.success.viewReview": "{bookLink} um Bewertung aufzurufen.",
1528
1528
  "App.public.reviews.reviewSubmitted.success.viewReview.bookLink": "Hier klicken",
1529
1529
  "App.public.reviews.text.placeholder": "Bewerten Sie Ihre Erfahrung in diesem Hotel",
1530
- "App.receitpt.items.addItem": "Ein weiteres Element hinzufügen",
1530
+ "App.receitpt.items.addItem": "Posten hinzufügen",
1531
1531
  "App.referral.banner.title.desktop": "Verdienen Sie noch heute bis zu 2.500 €, indem Sie uns Ihren Freunden weiterempfehlen. {link}",
1532
1532
  "App.referral.banner.title.link": "Klicken Sie hier, um mehr zu erfahren.",
1533
1533
  "App.referral.banner.title.mobile": "Verdienen Sie bis zu 2.500 €, indem Sie uns Freunden empfehlen. {link}",
@@ -1559,7 +1559,7 @@
1559
1559
  "App.roomType.amenities.other": "Andere",
1560
1560
  "App.roomType.amenities.roomFacilities": "Zimmerausstattung",
1561
1561
  "App.roomType.amenities.view": "Aussicht",
1562
- "App.roomTypes.childrenRates.ageRangeValue": "Alter zwischen {minAge} und {maxAge}",
1562
+ "App.roomTypes.childrenRates.ageRangeValue": "Alter von {minAge} bis {maxAge}",
1563
1563
  "App.roomTypes.details.changeNumberOfAdults.title": "Bestätigung",
1564
1564
  "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?",
1565
1565
  "App.roomTypes.details.childrenRates.edit.success": "Die altersabhängigen Preise für Kinder wurden überarbeitet",
@@ -1600,22 +1600,22 @@
1600
1600
  "App.roomTypes.roomType.childrenRates.amountInCurrency": "Betrag in {currency} erhöhen",
1601
1601
  "App.roomTypes.roomType.childrenRates.editSettings": "Preise für Kinder bearbeiten",
1602
1602
  "App.roomTypes.roomType.childrenRates.infoIcon": "Passen Sie die Preise anhand der Altersgruppen der Kinder in der Reservierung an.",
1603
- "App.roomTypes.roomType.childrenRates.maxAge": "Höchstalter festlegen",
1603
+ "App.roomTypes.roomType.childrenRates.maxAge": "Max. Alter",
1604
1604
  "App.roomTypes.roomType.childrenRates.maxMinAgeError": "Das Höchstalter darf nicht kleiner als das Mindestalter sein.",
1605
- "App.roomTypes.roomType.childrenRates.minAge": "Mindestalter festlegen",
1605
+ "App.roomTypes.roomType.childrenRates.minAge": "Min. Alter",
1606
1606
  "App.roomTypes.roomType.childrenRates.minMaxAgeError": "Das Mindestalter darf nicht größer als das Höchstalter sein.",
1607
- "App.roomTypes.roomType.childrenRates.overlappingError": "Die Altersgruppen dürfen sich nicht überschneiden. Bitte passen Sie die Altersgruppen an, um sicherzustellen, dass sie sich nicht überschneiden.",
1607
+ "App.roomTypes.roomType.childrenRates.overlappingError": "Die Altersgruppen dürfen sich nicht überschneiden.",
1608
1608
  "App.roomTypes.roomType.childrenRates.pricing": "Preise für Kinder",
1609
- "App.roomTypes.roomType.childrenTaxRates.edit": "Kindertourismus-Informationen",
1610
- "App.roomTypes.roomType.childrenTourismTax.value": "Kinder-Kurtaxe Wert",
1609
+ "App.roomTypes.roomType.childrenTaxRates.edit": "Kurtaxe für Kinder",
1610
+ "App.roomTypes.roomType.childrenTourismTax.value": "Kinder-Kurtaxe Betrag",
1611
1611
  "App.roomTypes.roomType.description": "Beschreibung",
1612
1612
  "App.roomTypes.roomType.details": "Beschreibung",
1613
- "App.roomTypes.roomType.discount": "Discount : {discount}",
1613
+ "App.roomTypes.roomType.discount": "Discount um {discount}",
1614
1614
  "App.roomTypes.roomType.editRoomType": "Zimmertyp bearbeiten",
1615
1615
  "App.roomTypes.roomType.general.editGeneralSettings": "Informationen bearbeiten",
1616
1616
  "App.roomTypes.roomType.hasPrivateBathroom": "Eigenes Badezimmer",
1617
1617
  "App.roomTypes.roomType.images.editGeneralSettings": "Bilder bearbeiten",
1618
- "App.roomTypes.roomType.increase": "Erhöhung: {increase}",
1618
+ "App.roomTypes.roomType.increase": "Erhöhung um {increase}",
1619
1619
  "App.roomTypes.roomType.maxNumberOfAdults": "Gäste",
1620
1620
  "App.roomTypes.roomType.maxNumberOfChildren": "Kinder",
1621
1621
  "App.roomTypes.roomType.name": "Name",
@@ -1696,6 +1696,9 @@
1696
1696
  "App.settings.companies.title": "Hotels",
1697
1697
  "App.settings.company.bookings": "Check-in und Check-out Zeiten",
1698
1698
  "App.settings.company.bookings.blockSamedayCheckinsAfter": "Anreise blockieren ab",
1699
+ "App.settings.company.coordinates": "Koordinaten",
1700
+ "App.settings.company.coordinates.latitude": "Breitengrad",
1701
+ "App.settings.company.coordinates.longitude": "Längengrad",
1699
1702
  "App.settings.company.createCompany.success": "Das Unternehmen wurde erfolgreich erstellt",
1700
1703
  "App.settings.company.deleteCompany.dialogTitle": "Sind Sie sicher, dass Sie diese Unterkunft entgültig löschen wollen?",
1701
1704
  "App.settings.company.deleteCompany.success": "Das Unternehmen wurde erfolgreich gelöscht",
@@ -1769,9 +1772,9 @@
1769
1772
  "App.tooltip.cost.breakfast": "Frühstück Kosten: {breakfast}",
1770
1773
  "App.tooltip.cost.childrenAndTax": "Kinder Kosten: {children}",
1771
1774
  "App.tooltip.cost.lengthOfStayDiscount": "Langzeitaufenthalt Rabatt: {lengthOfStayDiscount}",
1772
- "App.tooltip.cost.occupancyDecrease": "Belegungsabnahme: {occupancyBasedPricingDiscount}",
1773
- "App.tooltip.cost.occupancyIncrease": "Belegungszunahme: {occupancyBasedPricingDiscount}",
1774
- "App.tooltip.cost.onlinePayment": "Kosten für Online-Zahlung: {cost}",
1775
+ "App.tooltip.cost.occupancyDecrease": "Belegungsrabatt: {occupancyBasedPricingDiscount}",
1776
+ "App.tooltip.cost.occupancyIncrease": "Extra Personen: {occupancyBasedPricingDiscount}",
1777
+ "App.tooltip.cost.onlinePayment": "Gebühr für Online-Zahlung: {cost}",
1775
1778
  "App.tooltip.cost.services": "Service Kosten: {services}",
1776
1779
  "App.website.finalizeBooking.stripePayment.payNow": "Jetzt bezahlen",
1777
1780
  "App.website.finalizeBooking.stripePayment.payWithCard": "Mit Karte bezahlen",
@@ -1696,6 +1696,9 @@
1696
1696
  "App.settings.companies.title": "Hotels",
1697
1697
  "App.settings.company.bookings": "Check-in and Check-out times",
1698
1698
  "App.settings.company.bookings.blockSamedayCheckinsAfter": "Block same day reservations after",
1699
+ "App.settings.company.coordinates": "Coordinates",
1700
+ "App.settings.company.coordinates.latitude": "Latitude",
1701
+ "App.settings.company.coordinates.longitude": "Longitude",
1699
1702
  "App.settings.company.createCompany.success": "The company was succcessfully added",
1700
1703
  "App.settings.company.deleteCompany.dialogTitle": "Are you sure you want to delete this company?",
1701
1704
  "App.settings.company.deleteCompany.success": "The company was successfully deleted",
@@ -1696,6 +1696,9 @@
1696
1696
  "App.settings.companies.title": "Hoteles",
1697
1697
  "App.settings.company.bookings": "Reservadas",
1698
1698
  "App.settings.company.bookings.blockSamedayCheckinsAfter": "Bloquear reservas para el mismo día después",
1699
+ "App.settings.company.coordinates": "Coordenadas",
1700
+ "App.settings.company.coordinates.latitude": "Latitud",
1701
+ "App.settings.company.coordinates.longitude": "Longitud",
1699
1702
  "App.settings.company.createCompany.success": "La compañía fue añadida con éxito",
1700
1703
  "App.settings.company.deleteCompany.dialogTitle": "¿Está seguro de que desea eliminar esta empresa?",
1701
1704
  "App.settings.company.deleteCompany.success": "La empresa se ha eliminado correctamente",
@@ -1696,6 +1696,9 @@
1696
1696
  "App.settings.companies.title": "Hôtels",
1697
1697
  "App.settings.company.bookings": "Heures d'arrivée et de départ",
1698
1698
  "App.settings.company.bookings.blockSamedayCheckinsAfter": "Bloquer les réservations le jour même après",
1699
+ "App.settings.company.coordinates": "Coordonnées",
1700
+ "App.settings.company.coordinates.latitude": "Latitude",
1701
+ "App.settings.company.coordinates.longitude": "Longitude",
1699
1702
  "App.settings.company.createCompany.success": "La société a été ajoutée avec succès",
1700
1703
  "App.settings.company.deleteCompany.dialogTitle": "Êtes-vous sûr de vouloir supprimer cette entreprise ?",
1701
1704
  "App.settings.company.deleteCompany.success": "La société a été supprimée avec succès",
@@ -1696,6 +1696,9 @@
1696
1696
  "App.settings.companies.title": "Hotel",
1697
1697
  "App.settings.company.bookings": "Orari Check-in e Check-out",
1698
1698
  "App.settings.company.bookings.blockSamedayCheckinsAfter": "Blocca le prenotazioni per lo stesso giorno dopo",
1699
+ "App.settings.company.coordinates": "Coordinate",
1700
+ "App.settings.company.coordinates.latitude": "Latitudine",
1701
+ "App.settings.company.coordinates.longitude": "Longitudine",
1699
1702
  "App.settings.company.createCompany.success": "L'azienda è stata aggiunta con successo",
1700
1703
  "App.settings.company.deleteCompany.dialogTitle": "Sei sicuro di voler eliminare questa azienda?",
1701
1704
  "App.settings.company.deleteCompany.success": "La società è stata eliminata con successo",
@@ -1696,6 +1696,9 @@
1696
1696
  "App.settings.companies.title": "Hoteluri",
1697
1697
  "App.settings.company.bookings": "Ora de check-in și checkout",
1698
1698
  "App.settings.company.bookings.blockSamedayCheckinsAfter": "Blocare rezervări în aceeași zi după",
1699
+ "App.settings.company.coordinates": "Coordonate",
1700
+ "App.settings.company.coordinates.latitude": "Latitudine",
1701
+ "App.settings.company.coordinates.longitude": "Longitudine",
1699
1702
  "App.settings.company.createCompany.success": "Compania a fost adăugată cu succes",
1700
1703
  "App.settings.company.deleteCompany.dialogTitle": "Sigur doriți să ștergeți această companie?",
1701
1704
  "App.settings.company.deleteCompany.success": "Compania a fost ștearsă cu succes",
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
- {
2
- "name": "@hyper.software/visitor-common-translations",
3
- "version": "2.0.218",
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.220",
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
+ }