@hyper.software/visitor-common-translations 2.0.188 → 2.0.190
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 +76 -73
- package/lib/translations/locale/locale.en-US.json +70 -67
- package/lib/translations/locale/locale.es-ES.json +70 -67
- package/lib/translations/locale/locale.fr-FR.json +70 -67
- package/lib/translations/locale/locale.it-IT.json +70 -67
- package/lib/translations/locale/locale.ro-RO.json +70 -67
- 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"}
|
|
@@ -22,54 +22,54 @@
|
|
|
22
22
|
"App.admin.bookings.bookingSource.MANUAL": "Manuell erstellt",
|
|
23
23
|
"App.admin.bookings.bookingSource.PHONE_CALL": "Telefonanruf",
|
|
24
24
|
"App.admin.bookings.bookingSource.WEBSITE": "Website",
|
|
25
|
-
"App.admin.bookings.checkedIn": "",
|
|
25
|
+
"App.admin.bookings.checkedIn": "Eingecheckt",
|
|
26
26
|
"App.admin.bookings.creationDate": "Erstelldatum",
|
|
27
27
|
"App.admin.bookings.details.importData.loading": "Buchungen werden importiert. Dies kann bis zu 60 Sekunden dauern...",
|
|
28
28
|
"App.admin.bookings.edit.addRoom": "Zimmer hinzufügen",
|
|
29
29
|
"App.admin.bookings.externalCode": "Externer code",
|
|
30
30
|
"App.admin.bookings.import.error.file": "Bitte wählen Sie eine Datei aus, die Sie importieren möchten",
|
|
31
31
|
"App.admin.bookings.import.success": "Buchungen erfolgreich importiert",
|
|
32
|
+
"App.admin.bookings.invoice.amount": "Gesamt",
|
|
33
|
+
"App.admin.bookings.invoice.billTo": "Rechnung für",
|
|
34
|
+
"App.admin.bookings.invoice.bookingCode": "Buchungscode",
|
|
35
|
+
"App.admin.bookings.invoice.companyAddress": "Firmenadresse",
|
|
36
|
+
"App.admin.bookings.invoice.companyEmail": "E-Mail",
|
|
37
|
+
"App.admin.bookings.invoice.companyFullAddress": "Firmenadresse",
|
|
38
|
+
"App.admin.bookings.invoice.companyLegalName": "Firmenname",
|
|
39
|
+
"App.admin.bookings.invoice.companyName": "Hotelname",
|
|
40
|
+
"App.admin.bookings.invoice.companyPhoneNumber": "Tel.",
|
|
41
|
+
"App.admin.bookings.invoice.companyRegistrationNumber": "HRB",
|
|
42
|
+
"App.admin.bookings.invoice.companyResponsibleName.placeholder": "Hotelbesitzer",
|
|
43
|
+
"App.admin.bookings.invoice.companyResponsibleName.value": "Inhaber: {ownerName}",
|
|
44
|
+
"App.admin.bookings.invoice.country": "Land",
|
|
45
|
+
"App.admin.bookings.invoice.customerAddress": "Adresse",
|
|
46
|
+
"App.admin.bookings.invoice.customerCompanyName": "Firmenname",
|
|
47
|
+
"App.admin.bookings.invoice.customerName": "Name",
|
|
48
|
+
"App.admin.bookings.invoice.dueDate": "Fälligkeit",
|
|
49
|
+
"App.admin.bookings.invoice.iban": "IBAN",
|
|
50
|
+
"App.admin.bookings.invoice.invoice": "Rechnung",
|
|
51
|
+
"App.admin.bookings.invoice.invoiceDate": "Rechnungsdatum",
|
|
52
|
+
"App.admin.bookings.invoice.invoiceNumber": "Rechnungsnummer",
|
|
53
|
+
"App.admin.bookings.invoice.itemDescription": "Bezeichnung",
|
|
54
|
+
"App.admin.bookings.invoice.notes": "Anmerkung",
|
|
55
|
+
"App.admin.bookings.invoice.paymentMethod": "Bezahlverfahren",
|
|
56
|
+
"App.admin.bookings.invoice.paymentMethod.BANK_TRANSFER": "Überweisung",
|
|
57
|
+
"App.admin.bookings.invoice.paymentMethod.CASH": "Cash",
|
|
58
|
+
"App.admin.bookings.invoice.paymentMethod.CREDIT_CARD": "Kreditkarte",
|
|
59
|
+
"App.admin.bookings.invoice.paymentMethod.DIRECT_DEBIT": "Lastschriftverfahren",
|
|
60
|
+
"App.admin.bookings.invoice.paymentMethod.EC_CARD": "EC-Karte",
|
|
61
|
+
"App.admin.bookings.invoice.placeholder": "Informationen hinzufügen",
|
|
62
|
+
"App.admin.bookings.invoice.quantity": "Anzahl",
|
|
63
|
+
"App.admin.bookings.invoice.rate": "Preis",
|
|
64
|
+
"App.admin.bookings.invoice.reducedSalesTax": "MwSt. {tax}%",
|
|
65
|
+
"App.admin.bookings.invoice.salesTax": "MwSt. {tax}%",
|
|
66
|
+
"App.admin.bookings.invoice.street": "Straße, Nummer",
|
|
67
|
+
"App.admin.bookings.invoice.subTotal": "Nettobetrag",
|
|
68
|
+
"App.admin.bookings.invoice.swift": "SWIFT",
|
|
69
|
+
"App.admin.bookings.invoice.total": "Rechnungsbetrag",
|
|
70
|
+
"App.admin.bookings.invoice.yourName": "Ihre Namen",
|
|
71
|
+
"App.admin.bookings.invoice.zipCodeCity": "PLZ, Stadt",
|
|
32
72
|
"App.admin.bookings.manualCheckout": "Die Buchungen für dieses Konto werden manuell ausgecheckt.",
|
|
33
|
-
"App.admin.bookings.receipt.amount": "Gesamt",
|
|
34
|
-
"App.admin.bookings.receipt.billTo": "Rechnung für",
|
|
35
|
-
"App.admin.bookings.receipt.bookingCode": "Buchungscode",
|
|
36
|
-
"App.admin.bookings.receipt.companyAddress": "Firmenadresse",
|
|
37
|
-
"App.admin.bookings.receipt.companyEmail": "E-Mail",
|
|
38
|
-
"App.admin.bookings.receipt.companyFullAddress": "Firmenadresse",
|
|
39
|
-
"App.admin.bookings.receipt.companyLegalName": "Firmenname",
|
|
40
|
-
"App.admin.bookings.receipt.companyName": "Hotelname",
|
|
41
|
-
"App.admin.bookings.receipt.companyPhoneNumber": "Tel.",
|
|
42
|
-
"App.admin.bookings.receipt.companyRegistrationNumber": "HRB",
|
|
43
|
-
"App.admin.bookings.receipt.companyResponsibleName.placeholder": "Hotelbesitzer",
|
|
44
|
-
"App.admin.bookings.receipt.companyResponsibleName.value": "Inhaber: {ownerName}",
|
|
45
|
-
"App.admin.bookings.receipt.country": "Land",
|
|
46
|
-
"App.admin.bookings.receipt.customerAddress": "Adresse",
|
|
47
|
-
"App.admin.bookings.receipt.customerCompanyName": "Firmenname",
|
|
48
|
-
"App.admin.bookings.receipt.customerName": "Name",
|
|
49
|
-
"App.admin.bookings.receipt.dueDate": "Fälligkeit",
|
|
50
|
-
"App.admin.bookings.receipt.iban": "IBAN",
|
|
51
|
-
"App.admin.bookings.receipt.itemDescription": "Bezeichnung",
|
|
52
|
-
"App.admin.bookings.receipt.notes": "Anmerkung",
|
|
53
|
-
"App.admin.bookings.receipt.paymentMethod": "Bezahlverfahren",
|
|
54
|
-
"App.admin.bookings.receipt.paymentMethod.BANK_TRANSFER": "Überweisung",
|
|
55
|
-
"App.admin.bookings.receipt.paymentMethod.CASH": "Cash",
|
|
56
|
-
"App.admin.bookings.receipt.paymentMethod.CREDIT_CARD": "Kreditkarte",
|
|
57
|
-
"App.admin.bookings.receipt.paymentMethod.DIRECT_DEBIT": "Lastschriftverfahren",
|
|
58
|
-
"App.admin.bookings.receipt.paymentMethod.EC_CARD": "EC-Karte",
|
|
59
|
-
"App.admin.bookings.receipt.placeholder": "Informationen hinzufügen",
|
|
60
|
-
"App.admin.bookings.receipt.quantity": "Anzahl",
|
|
61
|
-
"App.admin.bookings.receipt.rate": "Preis",
|
|
62
|
-
"App.admin.bookings.receipt.receipt": "Rechnung",
|
|
63
|
-
"App.admin.bookings.receipt.receiptDate": "Rechnungsdatum",
|
|
64
|
-
"App.admin.bookings.receipt.receiptNumber": "Rechnungsnummer",
|
|
65
|
-
"App.admin.bookings.receipt.reducedSalesTax": "MwSt. {tax}%",
|
|
66
|
-
"App.admin.bookings.receipt.salesTax": "MwSt. {tax}%",
|
|
67
|
-
"App.admin.bookings.receipt.street": "Straße, Nummer",
|
|
68
|
-
"App.admin.bookings.receipt.subTotal": "Nettobetrag",
|
|
69
|
-
"App.admin.bookings.receipt.swift": "SWIFT",
|
|
70
|
-
"App.admin.bookings.receipt.total": "Rechnungsbetrag",
|
|
71
|
-
"App.admin.bookings.receipt.yourName": "Ihre Namen",
|
|
72
|
-
"App.admin.bookings.receipt.zipCodeCity": "PLZ, Stadt",
|
|
73
73
|
"App.admin.bookings.status.ACTIVE": "Aktiv",
|
|
74
74
|
"App.admin.bookings.status.CANCELLED": "Storniert",
|
|
75
75
|
"App.admin.bookings.status.SCHEDULED_FOR_DELETION": "Zum Löschen vorgesehen",
|
|
@@ -264,13 +264,13 @@
|
|
|
264
264
|
"App.bookings.bookingDates.noAvailability": "Dieses Datum ist nicht verfügbar",
|
|
265
265
|
"App.bookings.bookingDetails.actionMenuTooltip": "Buchung bearbeiten oder stornieren",
|
|
266
266
|
"App.bookings.bookingDetails.backTitle": "Zurück zur Übersicht",
|
|
267
|
-
"App.bookings.bookingDetails.
|
|
268
|
-
"App.bookings.bookingDetails.
|
|
269
|
-
"App.bookings.bookingDetails.
|
|
270
|
-
"App.bookings.bookingDetails.
|
|
271
|
-
"App.bookings.bookingDetails.
|
|
272
|
-
"App.bookings.bookingDetails.
|
|
273
|
-
"App.bookings.bookingDetails.
|
|
267
|
+
"App.bookings.bookingDetails.bookingInvoice.accommodation.description": "Hotel - ({checkinDate} - {checkoutDate})",
|
|
268
|
+
"App.bookings.bookingDetails.bookingInvoice.breakfast": "Frühstück ({persons} Personen * {night} Nächte)",
|
|
269
|
+
"App.bookings.bookingDetails.bookingInvoice.breakfast.description": "Frühstück für {roomTypeName}",
|
|
270
|
+
"App.bookings.bookingDetails.bookingInvoice.breakfast.drinks.description": "Getränke für {roomTypeName}",
|
|
271
|
+
"App.bookings.bookingDetails.bookingInvoice.breakfast.warningWithRooms": "Bitte geben Sie die Anzahl der Gäste für {rooms} ein.",
|
|
272
|
+
"App.bookings.bookingDetails.bookingInvoice.notes": "Notiz",
|
|
273
|
+
"App.bookings.bookingDetails.bookingInvoice.title": "Rechnung zur Buchung",
|
|
274
274
|
"App.bookings.bookingDetails.bookings.backTitle": "Zurück zur Übersicht",
|
|
275
275
|
"App.bookings.bookingDetails.cancelBooking": "Buchung stornieren",
|
|
276
276
|
"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.",
|
|
@@ -291,6 +291,9 @@
|
|
|
291
291
|
"App.bookings.bookingDetails.rejectBooking.dialogBody": "{fullName} wird per E-Mail darüber informiert, dass seine Buchungsanfrage abgelehnt wurde.",
|
|
292
292
|
"App.bookings.bookingDetails.rejectBooking.dialogTitle": "Buchung ablehnen?",
|
|
293
293
|
"App.bookings.bookingDetails.rejectBooking.success": "Die Buchungsanfrage wurde erfolgreich abgelehnt",
|
|
294
|
+
"App.bookings.bookingDetails.revertCancellation": "Buchung wiederherstellen",
|
|
295
|
+
"App.bookings.bookingDetails.revertCancellation.dialogBody": "Sind Sie sicher, dass Sie diese Buchung reaktivieren möchten?",
|
|
296
|
+
"App.bookings.bookingDetails.revertCancellation.success": "Die Buchung wurde erfolgreich reaktiviert.",
|
|
294
297
|
"App.bookings.bookingDetails.sendMessage": "Nachricht senden",
|
|
295
298
|
"App.bookings.bookingDetails.title": "Buchungsdetails",
|
|
296
299
|
"App.bookings.bookingDetails.viewInvoice": "Rechnung ansehen",
|
|
@@ -305,7 +308,7 @@
|
|
|
305
308
|
"App.bookings.createBooking.sendCreatedEmailToAdmin": "Sende \"Buchungsbestätigung per E-Mail\" an Administrator",
|
|
306
309
|
"App.bookings.createBooking.success": "Buchung wurde erfolgreich erstellt",
|
|
307
310
|
"App.bookings.details.adultsAndChildren": "{adults} Erwachsene(r) & {children} Kind(er)",
|
|
308
|
-
"App.bookings.details.booker": "
|
|
311
|
+
"App.bookings.details.booker": "Hauptgast",
|
|
309
312
|
"App.bookings.details.bookerMessage": "Notiz",
|
|
310
313
|
"App.bookings.details.bookingDetails": "Details",
|
|
311
314
|
"App.bookings.details.breakfastIncluded.breakfastNotAvailable": "Frühstück nicht verfügbar",
|
|
@@ -356,7 +359,10 @@
|
|
|
356
359
|
"App.bookings.import.getStarted.description": "Klicken Sie auf den Button, um Ihre Buchungen zu Visitor zu importieren",
|
|
357
360
|
"App.bookings.import.getStarted.title": "Jetzt loslegen",
|
|
358
361
|
"App.bookings.import.startDate": "Anfangsdatum (DD-MM-YYYY)",
|
|
359
|
-
"App.bookings.
|
|
362
|
+
"App.bookings.invoices.availableQuantity": "Überschreitet verfügbare Menge ({quantity})",
|
|
363
|
+
"App.bookings.invoices.splitInvoices": "Anzahl der Abschnitte",
|
|
364
|
+
"App.bookings.invoices.tourismTax": "Tourismussteuer",
|
|
365
|
+
"App.bookings.length": "Aufenthaltslänge",
|
|
360
366
|
"App.bookings.lengthOfStay.title": "{nights}",
|
|
361
367
|
"App.bookings.lengthOfStayDiscount": "Rabatt für längeren Aufenthalt",
|
|
362
368
|
"App.bookings.list.noBookings.body": "Starten Sie heute mit der Digitalisierung Ihres Unternehmen und fügen Sie noch heute die erste Buchung hinzu.",
|
|
@@ -365,9 +371,6 @@
|
|
|
365
371
|
"App.bookings.noHistory": "Noch keine Einträge vorhanden",
|
|
366
372
|
"App.bookings.print": "Drucken",
|
|
367
373
|
"App.bookings.printBooking": "Buchungdetails drucken",
|
|
368
|
-
"App.bookings.receipts.availableQuantity": "Überschreitet verfügbare Menge ({quantity})",
|
|
369
|
-
"App.bookings.receipts.splitReceipts.chooseSections": "Anzahl der Abschnitte",
|
|
370
|
-
"App.bookings.receipts.tourismTax": "Tourismussteuer",
|
|
371
374
|
"App.bookings.searchBooking": "Buchung suchen...",
|
|
372
375
|
"App.bookings.searchBookings.noBookingsFound.body": "Bitte ändern Sie Ihren Suchbegriff.",
|
|
373
376
|
"App.bookings.searchBookings.noBookingsFound.title": "Keine Ergebnisse gefunden",
|
|
@@ -742,6 +745,15 @@
|
|
|
742
745
|
"App.common.company.email": "E-Mail",
|
|
743
746
|
"App.common.company.firstName": "Vorname",
|
|
744
747
|
"App.common.company.general": "Allgemeine Einstellungen",
|
|
748
|
+
"App.common.company.invoices.otherInformation.headerSpacing": "Kopfzeilenabstand",
|
|
749
|
+
"App.common.company.invoices.otherInformation.title": "Andere Informationen",
|
|
750
|
+
"App.common.company.invoices.taxInformation.reducedSalesTax": "Ermäßigte Umsatzsteuer (%)",
|
|
751
|
+
"App.common.company.invoices.taxInformation.salesTax": "Umsatzsteuer (%)",
|
|
752
|
+
"App.common.company.invoices.taxInformation.splitBreakfastIntoFoodAndDrinks": "Ermäßigte Umsatzsteuer aktivieren",
|
|
753
|
+
"App.common.company.invoices.taxInformation.splitBreakfastIntoFoodAndDrinks.checked": "Ermäßigte Umsatzsteuer (%) aktiviert",
|
|
754
|
+
"App.common.company.invoices.taxInformation.splitBreakfastIntoFoodAndDrinks.unchecked": "Ermäßigte Umsatzsteuer (%) deaktiviert",
|
|
755
|
+
"App.common.company.invoices.taxInformation.title": "Steuerinformationen",
|
|
756
|
+
"App.common.company.invoices.tourismTax": "Tourismussteuer (pro Person pro Nacht)",
|
|
745
757
|
"App.common.company.isPayingCustomer.checked": "Der Benutzer bezahlt für Visitor",
|
|
746
758
|
"App.common.company.isPayingCustomer.unchecked": "Der Benutzer bezahlt nicht für Visitor",
|
|
747
759
|
"App.common.company.lastName": "Name",
|
|
@@ -753,15 +765,6 @@
|
|
|
753
765
|
"App.common.company.name": "Name",
|
|
754
766
|
"App.common.company.phoneNumber1": "Telefon 1",
|
|
755
767
|
"App.common.company.phoneNumber2": "Telefon 2",
|
|
756
|
-
"App.common.company.receipts.otherInformation.headerSpacing": "Kopfzeilenabstand",
|
|
757
|
-
"App.common.company.receipts.otherInformation.title": "Andere Informationen",
|
|
758
|
-
"App.common.company.receipts.taxInformation.reducedSalesTax": "Ermäßigte Umsatzsteuer (%)",
|
|
759
|
-
"App.common.company.receipts.taxInformation.salesTax": "Umsatzsteuer (%)",
|
|
760
|
-
"App.common.company.receipts.taxInformation.splitBreakfastIntoFoodAndDrinks": "Ermäßigte Umsatzsteuer aktivieren",
|
|
761
|
-
"App.common.company.receipts.taxInformation.splitBreakfastIntoFoodAndDrinks.checked": "Ermäßigte Umsatzsteuer (%) aktiviert",
|
|
762
|
-
"App.common.company.receipts.taxInformation.splitBreakfastIntoFoodAndDrinks.unchecked": "Ermäßigte Umsatzsteuer (%) deaktiviert",
|
|
763
|
-
"App.common.company.receipts.taxInformation.title": "Steuerinformationen",
|
|
764
|
-
"App.common.company.receipts.tourismTax": "Tourismussteuer (pro Person pro Nacht)",
|
|
765
768
|
"App.common.company.settings.advanced": "Erweiterte Einstellungen",
|
|
766
769
|
"App.common.company.socials": "Social Media Kanäle",
|
|
767
770
|
"App.common.company.socials.facebookUrl": "Facebook Url",
|
|
@@ -793,9 +796,9 @@
|
|
|
793
796
|
"App.common.company.website.requestCreditCardInformation.unchecked": "Kreditkarteninformation wird nicht angefordert",
|
|
794
797
|
"App.common.company.website.settings": "Website Einstellungen",
|
|
795
798
|
"App.common.company.website.shortUrl": "Meine Domain",
|
|
796
|
-
"App.common.company.website.
|
|
797
|
-
"App.common.company.website.
|
|
798
|
-
"App.common.company.website.
|
|
799
|
+
"App.common.company.website.showHeaderFooterInvoices": "Kopf- und Fußzeilen auf Rechnung anzeigen",
|
|
800
|
+
"App.common.company.website.showHeaderFooterInvoices.checked": "Kopf- und Fußzeilen auf Rechnung angezeigt",
|
|
801
|
+
"App.common.company.website.showHeaderFooterInvoices.unchecked": "Kopf- und Fußzeilen auf Rechnung nicht angezeigt",
|
|
799
802
|
"App.common.company.website.stripePaymentsEnabled": "Online-Zahlungen für die Website aktivieren",
|
|
800
803
|
"App.common.company.website.stripePaymentsEnabled.checked": "Online-Zahlungen für die Website sind jetzt aktiviert.",
|
|
801
804
|
"App.common.company.website.stripePaymentsEnabled.unchecked": "Online-Zahlungen für die Website sind jetzt deaktiviert.",
|
|
@@ -847,6 +850,7 @@
|
|
|
847
850
|
"App.common.hotelDescription": "Erzählen Sie uns von Ihrem Hotel",
|
|
848
851
|
"App.common.images": "Galerie",
|
|
849
852
|
"App.common.invite": "Einladen",
|
|
853
|
+
"App.common.invoice": "Rechnung",
|
|
850
854
|
"App.common.language": "Sprache",
|
|
851
855
|
"App.common.languages.de-DE": "Deutsch",
|
|
852
856
|
"App.common.languages.en-US": "Englisch",
|
|
@@ -866,7 +870,7 @@
|
|
|
866
870
|
"App.common.menu.companies": "Unternehmen",
|
|
867
871
|
"App.common.menu.company": "Über Uns",
|
|
868
872
|
"App.common.menu.customerFeedback": "Feedback",
|
|
869
|
-
"App.common.menu.customerGroups": "",
|
|
873
|
+
"App.common.menu.customerGroups": "Firmen",
|
|
870
874
|
"App.common.menu.customers": "Gäste",
|
|
871
875
|
"App.common.menu.dashboard": "Dashboard",
|
|
872
876
|
"App.common.menu.emailTemplates": "E-Mails",
|
|
@@ -1120,7 +1124,6 @@
|
|
|
1120
1124
|
"App.common.password": "Passwort",
|
|
1121
1125
|
"App.common.phoneNumber": "Telefon",
|
|
1122
1126
|
"App.common.profile": "Mein Benutzer",
|
|
1123
|
-
"App.common.receipt": "Rechnung",
|
|
1124
1127
|
"App.common.refresh": "Speichern",
|
|
1125
1128
|
"App.common.reject": "Ablehnen",
|
|
1126
1129
|
"App.common.requestDemo": "Testversion anfragen",
|
|
@@ -1162,10 +1165,10 @@
|
|
|
1162
1165
|
"App.common.welcomeBack.withFirstName": "Willkommen zurück, {firstName}!",
|
|
1163
1166
|
"App.common.yes": "Ja",
|
|
1164
1167
|
"App.companies.createCompany.success": "Die Firma wurde erfolgreich erstellt",
|
|
1165
|
-
"App.companies.createCompany.title": "",
|
|
1168
|
+
"App.companies.createCompany.title": "Firma erstellen",
|
|
1166
1169
|
"App.companies.deleteCompany.dialogBody": "Sind Sie sicher, dass Sie diese Firma löschen möchten?",
|
|
1167
1170
|
"App.companies.deleteCompany.success": "Die Firma wurde erfolgreich gelöscht.",
|
|
1168
|
-
"App.companies.editCompany.title": "",
|
|
1171
|
+
"App.companies.editCompany.title": "Firma bearbeiten",
|
|
1169
1172
|
"App.company.createCompany": "Erstelle dein erstes Unternehmen",
|
|
1170
1173
|
"App.company.createFirstCompany.body": "Digitalisieren Sie Ihr Unternehmen noch heute, indem Sie Ihre erste Firma hinzufügen.",
|
|
1171
1174
|
"App.company.name": "Name",
|
|
@@ -1305,6 +1308,9 @@
|
|
|
1305
1308
|
"App.header.changeCompany": "Hotel ändern",
|
|
1306
1309
|
"App.header.createBooking": "Buchung hinzufügen",
|
|
1307
1310
|
"App.holidays.expand.holidays": "Alle Zeiträume anzeigen",
|
|
1311
|
+
"App.invoice.name": "Beleg {invoiceNumber}",
|
|
1312
|
+
"App.invoices.sections.description": "Bitte wählen Sie die Anzahl der Teile, in die Sie die Quittung aufteilen möchten.",
|
|
1313
|
+
"App.invoices.sections.title": "Beleg aufteilen",
|
|
1308
1314
|
"App.login.body.subtitle": "Mit Visitor- Benutzer einloggen",
|
|
1309
1315
|
"App.login.body.title": "Willkommen zurück",
|
|
1310
1316
|
"App.login.error.invalidCredentials": "Benutzername oder Passwort falsch",
|
|
@@ -1512,9 +1518,6 @@
|
|
|
1512
1518
|
"App.public.reviews.reviewSubmitted.success.viewReview": "{bookLink} um Bewertung aufzurufen.",
|
|
1513
1519
|
"App.public.reviews.reviewSubmitted.success.viewReview.bookLink": "Hier klicken",
|
|
1514
1520
|
"App.public.reviews.text.placeholder": "Bewerten Sie Ihre Erfahrung in diesem Hotel",
|
|
1515
|
-
"App.receipt.name": "Beleg {receiptNumber}",
|
|
1516
|
-
"App.receipt.sections.description": "Bitte wählen Sie die Anzahl der Teile, in die Sie die Quittung aufteilen möchten.",
|
|
1517
|
-
"App.receipt.sections.title": "Beleg aufteilen",
|
|
1518
1521
|
"App.receitpt.items.addItem": "Ein weiteres Element hinzufügen",
|
|
1519
1522
|
"App.referral.banner.title.desktop": "Verdienen Sie noch heute bis zu 2.500 €, indem Sie uns Ihren Freunden weiterempfehlen. {link}",
|
|
1520
1523
|
"App.referral.banner.title.link": "Klicken Sie hier, um mehr zu erfahren.",
|
|
@@ -1713,12 +1716,12 @@
|
|
|
1713
1716
|
"App.settings.general.trialEndDate": "Ablauf Probezeit",
|
|
1714
1717
|
"App.settings.holidays.addNewHoliday": "Neuen Zeitraum hinzufügen",
|
|
1715
1718
|
"App.settings.holidays.title": "Feiertage",
|
|
1719
|
+
"App.settings.invoices.title": "Rechnungen",
|
|
1716
1720
|
"App.settings.longTermStayDiscount": "Langzeitaufenthaltsrabatt",
|
|
1717
1721
|
"App.settings.longTermStayDiscount.title": "Angebote & Rabatte",
|
|
1718
1722
|
"App.settings.longTermStayDiscount.type": "Rabatttyp",
|
|
1719
1723
|
"App.settings.longTermStayDiscount.type.PERCENTAGE": "Prozentsatz",
|
|
1720
1724
|
"App.settings.longTermStayDiscount.type.VALUE_AMOUNT": "Wertbetrag",
|
|
1721
|
-
"App.settings.receipts.title": "Rechnungen",
|
|
1722
1725
|
"App.settings.services.addNewService": "Neuen Service hinzufügen",
|
|
1723
1726
|
"App.settings.services.expand": "Alle Services anzeigen",
|
|
1724
1727
|
"App.settings.services.pricingUnit": "Abrechnungseinheit",
|