Wording change "BLS cal"
This commit is contained in:
4
.github/workflows/create-release.yaml
vendored
4
.github/workflows/create-release.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
git checkout -b 'release-${{ inputs.RELEASE_TAG }}'
|
||||
(cd calcom && git fetch --tags origin && git checkout 'refs/tags/${{ inputs.RELEASE_TAG }}')
|
||||
git add calcom
|
||||
git commit -m "tag version Cal.com version ${{ inputs.RELEASE_TAG }}"
|
||||
git commit -m "tag version BLS cal version ${{ inputs.RELEASE_TAG }}"
|
||||
git push origin 'release-${{ inputs.RELEASE_TAG }}'
|
||||
|
||||
# note: instead of secrets.GITHUB_TOKEN here, we need to use a PAT
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
const response = await github.rest.repos.createRelease({
|
||||
draft: false,
|
||||
generate_release_notes: true,
|
||||
body: 'For Cal.com release details, see: https://github.com/calcom/cal.com/releases/tag/${{ inputs.RELEASE_TAG }}',
|
||||
body: 'For BLS cal release details, see: https://github.com/calcom/cal.com/releases/tag/${{ inputs.RELEASE_TAG }}',
|
||||
name: '${{ inputs.RELEASE_TAG }}',
|
||||
target_commitish: 'release-${{ inputs.RELEASE_TAG }}',
|
||||
owner: context.repo.owner,
|
||||
|
@ -3,7 +3,7 @@ Contact: security@cal.com
|
||||
|
||||
Based on [https://supabase.com/.well-known/security.txt](https://supabase.com/.well-known/security.txt)
|
||||
|
||||
At Cal.com, we consider the security of our systems a top priority. But no matter how much effort we put into system security, there can still be vulnerabilities present.
|
||||
At BLS cal, we consider the security of our systems a top priority. But no matter how much effort we put into system security, there can still be vulnerabilities present.
|
||||
|
||||
If you discover a vulnerability, we would like to know about it so we can take steps to address it as quickly as possible. We would like to ask you to help us better protect our clients and our systems.
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
# ⚠️ ⚠️ ⚠️ THESE WILL BE MIGRATED TO THE DATABASE TO PREVENT AWS's 4KB ENV QUOTA ⚠️ ⚠️ ⚠️
|
||||
|
||||
# - BASECAMP
|
||||
# Used to enable Basecamp integration with Cal.com
|
||||
# Used to enable Basecamp integration with BLS cal
|
||||
# @see https://github.com/calcom/cal.com#obtaining-basecamp-client-id-and-secret
|
||||
BASECAMP3_CLIENT_ID=
|
||||
BASECAMP3_CLIENT_SECRET=
|
||||
|
@ -180,7 +180,7 @@ API_KEY_PREFIX=cal_
|
||||
# allow access to the nodemailer transports from the .env file. E-mail templates are accessible within lib/emails/
|
||||
# Configures the global From: header whilst sending emails.
|
||||
EMAIL_FROM='notifications@yourselfhostedcal.com'
|
||||
EMAIL_FROM_NAME='Cal.com'
|
||||
EMAIL_FROM_NAME='BLS cal'
|
||||
|
||||
# Configure SMTP settings (@see https://nodemailer.com/smtp/).
|
||||
# Configuration to receive emails locally (mailhog)
|
||||
@ -227,9 +227,9 @@ CLOSECOM_API_KEY=
|
||||
SENDGRID_SYNC_API_KEY=
|
||||
|
||||
# Change your Brand
|
||||
NEXT_PUBLIC_APP_NAME="Cal.com"
|
||||
NEXT_PUBLIC_APP_NAME="BLS cal"
|
||||
NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS="help@cal.com"
|
||||
NEXT_PUBLIC_COMPANY_NAME="Cal.com, Inc."
|
||||
NEXT_PUBLIC_COMPANY_NAME="BLS cal, Inc."
|
||||
# Set this to true in to disable new signups
|
||||
# NEXT_PUBLIC_DISABLE_SIGNUP=true
|
||||
NEXT_PUBLIC_DISABLE_SIGNUP=
|
||||
@ -286,7 +286,7 @@ E2E_TEST_APPLE_CALENDAR_EMAIL=""
|
||||
E2E_TEST_APPLE_CALENDAR_PASSWORD=""
|
||||
|
||||
# - CALCOM QA ACCOUNT
|
||||
# Used for E2E tests on Cal.com that require 3rd party integrations
|
||||
# Used for E2E tests on BLS cal that require 3rd party integrations
|
||||
E2E_TEST_CALCOM_QA_EMAIL="qa@example.com"
|
||||
# Replace with your own password
|
||||
E2E_TEST_CALCOM_QA_PASSWORD="password"
|
||||
@ -294,7 +294,7 @@ E2E_TEST_CALCOM_QA_GCAL_CREDENTIALS=
|
||||
E2E_TEST_CALCOM_GCAL_KEYS=
|
||||
|
||||
# - APP CREDENTIAL SYNC ***********************************************************************************
|
||||
# Used for self-hosters that are implementing Cal.com into their applications that already have certain integrations
|
||||
# Used for self-hosters that are implementing BLS cal into their applications that already have certain integrations
|
||||
# Under settings/admin/apps ensure that all app secrets are set the same as the parent application
|
||||
# You can use: `openssl rand -base64 32` to generate one
|
||||
CALCOM_CREDENTIAL_SYNC_SECRET=""
|
||||
@ -302,7 +302,7 @@ CALCOM_CREDENTIAL_SYNC_SECRET=""
|
||||
CALCOM_CREDENTIAL_SYNC_HEADER_NAME="calcom-credential-sync-secret"
|
||||
# This the endpoint from which the token is fetched
|
||||
CALCOM_CREDENTIAL_SYNC_ENDPOINT=""
|
||||
# Key should match on Cal.com and your application
|
||||
# Key should match on BLS cal and your application
|
||||
# must be 24 bytes for AES256 encryption algorithm
|
||||
# You can use: `openssl rand -base64 24` to generate one
|
||||
CALCOM_APP_CREDENTIAL_ENCRYPTION_KEY=""
|
||||
|
@ -36,6 +36,6 @@ body:
|
||||
id: cal-info
|
||||
attributes:
|
||||
value: |
|
||||
### How we code at Cal.com
|
||||
### How we code at BLS cal
|
||||
|
||||
- Follow Best Practices lined out in our [Contributor Docs](https://github.com/calcom/cal.com/blob/main/CONTRIBUTING.md)
|
||||
|
2
calcom/.vscode/tasks.json
vendored
2
calcom/.vscode/tasks.json
vendored
@ -9,7 +9,7 @@
|
||||
},
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Launch Cal.com Development terminals",
|
||||
"label": "Launch BLS cal Development terminals",
|
||||
"dependsOn": [
|
||||
"Web App(3000)",
|
||||
"Website(3001)",
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Contributing to Cal.com
|
||||
# Contributing to BLS cal
|
||||
|
||||
Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
Copyright (c) 2020-present Cal.com, Inc.
|
||||
Copyright (c) 2020-present BLS cal, Inc.
|
||||
|
||||
Portions of this software are licensed as follows:
|
||||
|
||||
* All content that resides under https://github.com/calcom/cal.com/tree/main/packages/features/ee and
|
||||
https://github.com/calcom/cal.com/tree/main/apps/api/v2/src/ee directory of this repository (Commercial License) is licensed under the license defined in "ee/LICENSE".
|
||||
* All third party components incorporated into the Cal.com Software are licensed under the original license provided by the owner of the applicable component.
|
||||
* All third party components incorporated into the BLS cal Software are licensed under the original license provided by the owner of the applicable component.
|
||||
* Content outside of the above mentioned directories or restrictions above is available under the "AGPLv3" license as defined below.
|
||||
|
||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
<img src="https://user-images.githubusercontent.com/8019099/210054112-5955e812-a76e-4160-9ddd-58f2c72f1cce.png" alt="Logo">
|
||||
</a>
|
||||
|
||||
<h3 align="center">Cal.com (formerly Calendso)</h3>
|
||||
<h3 align="center">BLS cal</h3>
|
||||
|
||||
<p align="center">
|
||||
The open-source Calendly successor.
|
||||
@ -23,7 +23,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://go.cal.com/discord"><img src="https://img.shields.io/badge/Discord-go.cal.com%2Fdiscord-%234A154B" alt="Join Cal.com Discord"></a>
|
||||
<a href="https://go.cal.com/discord"><img src="https://img.shields.io/badge/Discord-go.cal.com%2Fdiscord-%234A154B" alt="Join BLS cal Discord"></a>
|
||||
<a href="https://www.producthunt.com/products/cal-com"><img src="https://img.shields.io/badge/Product%20Hunt-%231%20Product%20of%20the%20Month-%23DA552E" alt="Product Hunt"></a>
|
||||
<a href="https://status.cal.com"><img height="20px" src="https://betteruptime.com/status-badges/v1/monitor/a9kf.svg" alt="Uptime"></a>
|
||||
<a href="https://github.com/calcom/cal.com/stargazers"><img src="https://img.shields.io/github/stars/calcom/cal.com" alt="Github Stars"></a>
|
||||
@ -55,7 +55,7 @@ of your own data, workflow, and appearance.
|
||||
|
||||
Calendly and other scheduling tools are awesome. It made our lives massively easier. We're using it for business meetings, seminars, yoga classes, and even calls with our families. However, most tools are very limited in terms of control and customization.
|
||||
|
||||
That's where Cal.com comes in. Self-hosted or hosted by us. White-label by design. API-driven and ready to be deployed on your own domain. Full control of your events and data.
|
||||
That's where BLS cal comes in. Self-hosted or hosted by us. White-label by design. API-driven and ready to be deployed on your own domain. Full control of your events and data.
|
||||
|
||||
## Recognition
|
||||
|
||||
@ -79,7 +79,7 @@ That's where Cal.com comes in. Self-hosted or hosted by us. White-label by desig
|
||||
|
||||
#### [Product Hunt](https://producthunt.com/products/cal-com?utm_source=badge-top-post-badge&utm_medium=badge)
|
||||
|
||||
<a href="https://producthunt.com/posts/calendso?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-calendso" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=291910&theme=light&period=monthly" alt="Cal.com - The open source Calendly alternative | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a> <a href="https://producthunt.com/posts/calendso?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-calendso" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=291910&theme=light" alt="Cal.com - The open source Calendly alternative | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a> <a href="https://producthunt.com/stories/how-this-open-source-calendly-alternative-rocketed-to-product-of-the-day" target="_blank"><img src="https://cal.com/maker-grant.svg" alt="Cal.com - The open source Calendly alternative | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
||||
<a href="https://producthunt.com/posts/calendso?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-calendso" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=291910&theme=light&period=monthly" alt="BLS cal - The open source Calendly alternative | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a> <a href="https://producthunt.com/posts/calendso?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-calendso" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=291910&theme=light" alt="BLS cal - The open source Calendly alternative | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a> <a href="https://producthunt.com/stories/how-this-open-source-calendly-alternative-rocketed-to-product-of-the-day" target="_blank"><img src="https://cal.com/maker-grant.svg" alt="BLS cal - The open source Calendly alternative | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
||||
|
||||
### Built With
|
||||
|
||||
@ -94,11 +94,11 @@ That's where Cal.com comes in. Self-hosted or hosted by us. White-label by desig
|
||||
|
||||
Meet our sales team for any commercial inquiries.
|
||||
|
||||
<a href="https://cal.com/sales"><img src="https://cal.com/book-with-cal-dark.svg" alt="Book us with Cal.com"></a>
|
||||
<a href="https://cal.com/sales"><img src="https://cal.com/book-with-cal-dark.svg" alt="Book us with BLS cal"></a>
|
||||
|
||||
## Stay Up-to-Date
|
||||
|
||||
Cal.com officially launched as v.1.0 on the 15th of September 2021 and we've come a long way so far. Watch **releases** of this repository to be notified of future updates:
|
||||
BLS cal officially launched as v.1.0 on the 15th of September 2021 and we've come a long way so far. Watch **releases** of this repository to be notified of future updates:
|
||||
|
||||

|
||||
|
||||
@ -110,7 +110,7 @@ To get a local copy up and running, please follow these simple steps.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
Here is what you need to be able to run Cal.com.
|
||||
Here is what you need to be able to run BLS cal.
|
||||
|
||||
- Node.js (Version: >=18.x)
|
||||
- PostgreSQL (Version: >=13.x)
|
||||
@ -354,7 +354,7 @@ Executable doesn't exist at /Users/alice/Library/Caches/ms-playwright/chromium-1
|
||||
|
||||
### Docker
|
||||
|
||||
The Docker configuration for Cal.com is an effort powered by people within the community.
|
||||
The Docker configuration for BLS cal is an effort powered by people within the community.
|
||||
|
||||
If you want to contribute to the Docker repository, [reply here](https://github.com/calcom/docker/discussions/32).
|
||||
|
||||
@ -362,13 +362,13 @@ The Docker configuration can be found [in our docker repository](https://github.
|
||||
|
||||
Issues with Docker? Find your answer or open a new discussion [here](https://github.com/calcom/docker/discussions) to ask the community.
|
||||
|
||||
Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
|
||||
BLS cal, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
|
||||
|
||||
### Railway
|
||||
|
||||
[](https://railway.app/new/template/cal)
|
||||
|
||||
You can deploy Cal.com on [Railway](https://railway.app) using the button above. The team at Railway also have a [detailed blog post](https://blog.railway.app/p/calendso) on deploying Cal.com on their platform.
|
||||
You can deploy BLS cal on [Railway](https://railway.app) using the button above. The team at Railway also have a [detailed blog post](https://blog.railway.app/p/calendso) on deploying BLS cal on their platform.
|
||||
|
||||
### Vercel
|
||||
|
||||
@ -388,7 +388,7 @@ Currently Vercel Pro Plan is required to be able to Deploy this application with
|
||||
|
||||
## Roadmap
|
||||
|
||||
<a href="https://cal.com/roadmap"><img src="https://user-images.githubusercontent.com/8019099/176388295-25081ca4-207e-4468-8079-37b195fa8e59.png" alt="Cal.com Roadmap" /></a>
|
||||
<a href="https://cal.com/roadmap"><img src="https://user-images.githubusercontent.com/8019099/176388295-25081ca4-207e-4468-8079-37b195fa8e59.png" alt="BLS cal Roadmap" /></a>
|
||||
|
||||
See the [roadmap project](https://cal.com/roadmap) for a list of proposed features (and known issues). You can change the view to see planned tagged releases.
|
||||
|
||||
@ -396,7 +396,7 @@ See the [roadmap project](https://cal.com/roadmap) for a list of proposed featur
|
||||
|
||||
## License
|
||||
|
||||
Cal.com, Inc. is a commercial open source company, which means some parts of this open source repository require a commercial license. The concept is called "Open Core" where the core technology (99%) is fully open source, licensed under [AGPLv3](https://opensource.org/license/agpl-v3) and the last 1% is covered under a commercial license (["/ee" Enterprise Edition](https://github.com/calcom/cal.com/tree/main/packages/features/ee)) which we believe is entirely relevant for larger organisations that require enterprise features. Enterprise features are built by the core engineering team of Cal.com, Inc. which is hired in full-time. Find their compensation on https://cal.com/open.
|
||||
BLS cal, Inc. is a commercial open source company, which means some parts of this open source repository require a commercial license. The concept is called "Open Core" where the core technology (99%) is fully open source, licensed under [AGPLv3](https://opensource.org/license/agpl-v3) and the last 1% is covered under a commercial license (["/ee" Enterprise Edition](https://github.com/calcom/cal.com/tree/main/packages/features/ee)) which we believe is entirely relevant for larger organisations that require enterprise features. Enterprise features are built by the core engineering team of BLS cal, Inc. which is hired in full-time. Find their compensation on https://cal.com/open.
|
||||
|
||||
> [!NOTE]
|
||||
> Our philosophy is simple, all "Singleplayer APIs" are open-source under AGPLv3. All commercial "Multiplayer APIs" are under a commercial license.
|
||||
@ -481,11 +481,11 @@ Don't code but still want to contribute? Join our [discord](https://go.cal.com/d
|
||||
6. In the third page (Test Users), add the Google account(s) you'll be using. Make sure the details are correct on the last page of the wizard and your consent screen will be configured.
|
||||
7. Now select [Credentials](https://console.cloud.google.com/apis/credentials) from the side pane and then select Create Credentials. Select the OAuth Client ID option.
|
||||
8. Select Web Application as the Application Type.
|
||||
9. Under Authorized redirect URI's, select Add URI and then add the URI `<Cal.com URL>/api/integrations/googlecalendar/callback` and `<Cal.com URL>/api/auth/callback/google` replacing Cal.com URL with the URI at which your application runs.
|
||||
9. Under Authorized redirect URI's, select Add URI and then add the URI `<BLS cal URL>/api/integrations/googlecalendar/callback` and `<BLS cal URL>/api/auth/callback/google` replacing BLS cal URL with the URI at which your application runs.
|
||||
10. The key will be created and you will be redirected back to the Credentials page. Select the newly generated client ID under OAuth 2.0 Client IDs.
|
||||
11. Select Download JSON. Copy the contents of this file and paste the entire JSON string in the `.env` file as the value for `GOOGLE_API_CREDENTIALS` key.
|
||||
|
||||
#### _Adding google calendar to Cal.com App Store_
|
||||
#### _Adding google calendar to BLS cal App Store_
|
||||
|
||||
After adding Google credentials, you can now Google Calendar App to the app store.
|
||||
You can repopulate the App store by running
|
||||
@ -499,7 +499,7 @@ You will need to complete a few more steps to activate Google Calendar App.
|
||||
Make sure to complete section "Obtaining the Google API Credentials". After that do the
|
||||
following
|
||||
|
||||
1. Add extra redirect URL `<Cal.com URL>/api/auth/callback/google`
|
||||
1. Add extra redirect URL `<BLS cal URL>/api/auth/callback/google`
|
||||
1. Under 'OAuth consent screen', click "PUBLISH APP"
|
||||
|
||||
### Obtaining Microsoft Graph Client ID and Secret
|
||||
@ -507,7 +507,7 @@ following
|
||||
1. Open [Azure App Registration](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps) and select New registration
|
||||
2. Name your application
|
||||
3. Set **Who can use this application or access this API?** to **Accounts in any organizational directory (Any Azure AD directory - Multitenant)**
|
||||
4. Set the **Web** redirect URI to `<Cal.com URL>/api/integrations/office365calendar/callback` replacing Cal.com URL with the URI at which your application runs.
|
||||
4. Set the **Web** redirect URI to `<BLS cal URL>/api/integrations/office365calendar/callback` replacing BLS cal URL with the URI at which your application runs.
|
||||
5. Use **Application (client) ID** as the **MS_GRAPH_CLIENT_ID** attribute value in .env
|
||||
6. Click **Certificates & secrets** create a new client secret and use the value as the **MS_GRAPH_CLIENT_SECRET** attribute
|
||||
|
||||
@ -521,11 +521,11 @@ following
|
||||
6. De-select the option to publish the app on the Zoom App Marketplace.
|
||||
7. Click "Create".
|
||||
8. Now copy the Client ID and Client Secret to your `.env` file into the `ZOOM_CLIENT_ID` and `ZOOM_CLIENT_SECRET` fields.
|
||||
9. Set the Redirect URL for OAuth `<Cal.com URL>/api/integrations/zoomvideo/callback` replacing Cal.com URL with the URI at which your application runs.
|
||||
9. Set the Redirect URL for OAuth `<BLS cal URL>/api/integrations/zoomvideo/callback` replacing BLS cal URL with the URI at which your application runs.
|
||||
10. Also add the redirect URL given above as an allow list URL and enable "Subdomain check". Make sure, it says "saved" below the form.
|
||||
11. You don't need to provide basic information about your app. Instead click on "Scopes" and then on "+ Add Scopes". On the left, click the category "Meeting" and check the scope `meeting:write`.
|
||||
12. Click "Done".
|
||||
13. You're good to go. Now you can easily add your Zoom integration in the Cal.com settings.
|
||||
13. You're good to go. Now you can easily add your Zoom integration in the BLS cal settings.
|
||||
|
||||
### Obtaining Daily API Credentials
|
||||
|
||||
@ -541,10 +541,10 @@ following
|
||||
2. Register a new application by clicking the Register one now link.
|
||||
3. Fill in your company details.
|
||||
4. Select Basecamp 4 as the product to integrate with.
|
||||
5. Set the Redirect URL for OAuth `<Cal.com URL>/api/integrations/basecamp3/callback` replacing Cal.com URL with the URI at which your application runs.
|
||||
5. Set the Redirect URL for OAuth `<BLS cal URL>/api/integrations/basecamp3/callback` replacing BLS cal URL with the URI at which your application runs.
|
||||
6. Click on done and copy the Client ID and secret into the `BASECAMP3_CLIENT_ID` and `BASECAMP3_CLIENT_SECRET` fields.
|
||||
7. Set the `BASECAMP3_CLIENT_SECRET` env variable to `{your_domain} ({support_email})`.
|
||||
For example, `Cal.com (support@cal.com)`.
|
||||
For example, `BLS cal (support@cal.com)`.
|
||||
|
||||
### Obtaining HubSpot Client ID and Secret
|
||||
|
||||
@ -554,10 +554,10 @@ following
|
||||
4. Fill in any information you want in the "App info" tab
|
||||
5. Go to tab "Auth"
|
||||
6. Now copy the Client ID and Client Secret to your `.env` file into the `HUBSPOT_CLIENT_ID` and `HUBSPOT_CLIENT_SECRET` fields.
|
||||
7. Set the Redirect URL for OAuth `<Cal.com URL>/api/integrations/hubspot/callback` replacing Cal.com URL with the URI at which your application runs.
|
||||
7. Set the Redirect URL for OAuth `<BLS cal URL>/api/integrations/hubspot/callback` replacing BLS cal URL with the URI at which your application runs.
|
||||
8. In the "Scopes" section at the bottom of the page, make sure you select "Read" and "Write" for scope called `crm.objects.contacts`
|
||||
9. Click the "Save" button at the bottom footer.
|
||||
10. You're good to go. Now you can see any booking in Cal.com created as a meeting in HubSpot for your contacts.
|
||||
10. You're good to go. Now you can see any booking in BLS cal created as a meeting in HubSpot for your contacts.
|
||||
|
||||
### Obtaining Webex Client ID and Secret
|
||||
|
||||
@ -571,10 +571,10 @@ following
|
||||
4. Fill in any information you want in the "Client Details" tab
|
||||
5. Go to tab "Client Secret" tab.
|
||||
6. Now copy the Client ID and Client Secret to your `.env` file into the `ZOHOCRM_CLIENT_ID` and `ZOHOCRM_CLIENT_SECRET` fields.
|
||||
7. Set the Redirect URL for OAuth `<Cal.com URL>/api/integrations/zohocrm/callback` replacing Cal.com URL with the URI at which your application runs.
|
||||
7. Set the Redirect URL for OAuth `<BLS cal URL>/api/integrations/zohocrm/callback` replacing BLS cal URL with the URI at which your application runs.
|
||||
8. In the "Settings" section check the "Multi-DC" option if you wish to use the same OAuth credentials for all data centers.
|
||||
9. Click the "Save"/ "UPDATE" button at the bottom footer.
|
||||
10. You're good to go. Now you can easily add your ZohoCRM integration in the Cal.com settings.
|
||||
10. You're good to go. Now you can easily add your ZohoCRM integration in the BLS cal settings.
|
||||
|
||||
### Obtaining Zoho Calendar Client ID and Secret
|
||||
|
||||
@ -597,7 +597,7 @@ following
|
||||
3. Copy API key to your `.env` file into the `SENDGRID_API_KEY` field
|
||||
4. Go to Settings -> Sender Authentication and verify a single sender
|
||||
5. Copy the verified E-Mail to your `.env` file into the `SENDGRID_EMAIL` field
|
||||
6. Add your custom sender name to the `.env` file into the `NEXT_PUBLIC_SENDGRID_SENDER_NAME` field (fallback is Cal.com)
|
||||
6. Add your custom sender name to the `.env` file into the `NEXT_PUBLIC_SENDGRID_SENDER_NAME` field (fallback is BLS cal)
|
||||
|
||||
### Setting up Twilio for SMS reminders
|
||||
|
||||
@ -606,7 +606,7 @@ following
|
||||
3. Copy Account SID to your `.env` file into the `TWILIO_SID` field
|
||||
4. Copy Auth Token to your `.env` file into the `TWILIO_TOKEN` field
|
||||
5. Copy your Twilio phone number to your `.env` file into the `TWILIO_PHONE_NUMBER` field
|
||||
6. Add your own sender ID to the `.env` file into the `NEXT_PUBLIC_SENDER_ID` field (fallback is Cal.com)
|
||||
6. Add your own sender ID to the `.env` file into the `NEXT_PUBLIC_SENDER_ID` field (fallback is BLS cal)
|
||||
7. Create a messaging service (Develop -> Messaging -> Services)
|
||||
8. Choose any name for the messaging service
|
||||
9. Click 'Add Senders'
|
||||
@ -628,7 +628,7 @@ Distributed under the [AGPLv3 License](https://github.com/calcom/cal.com/blob/ma
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
Special thanks to these amazing projects which help power Cal.com:
|
||||
Special thanks to these amazing projects which help power BLS cal:
|
||||
|
||||
- [Vercel](https://vercel.com/?utm_source=calend-so&utm_campaign=oss)
|
||||
- [Next.js](https://nextjs.org/)
|
||||
@ -636,4 +636,4 @@ Special thanks to these amazing projects which help power Cal.com:
|
||||
- [Tailwind CSS](https://tailwindcss.com/)
|
||||
- [Prisma](https://prisma.io/)
|
||||
|
||||
Cal.com is an [open startup](https://cal.com/open) and [Jitsu](https://github.com/jitsucom/jitsu) (an open-source Segment alternative) helps us to track most of the usage metrics.
|
||||
BLS cal is an [open startup](https://cal.com/open) and [Jitsu](https://github.com/jitsucom/jitsu) (an open-source Segment alternative) helps us to track most of the usage metrics.
|
||||
|
@ -4,7 +4,7 @@ Contact: [security@cal.com](mailto:security@cal.com)
|
||||
|
||||
Based on [https://supabase.com/.well-known/security.txt](https://supabase.com/.well-known/security.txt)
|
||||
|
||||
At Cal.com, we consider the security of our systems a top priority. But no
|
||||
At BLS cal, we consider the security of our systems a top priority. But no
|
||||
matter how much effort we put into system security, there can still be
|
||||
vulnerabilities present.
|
||||
|
||||
|
@ -29,7 +29,7 @@ test.describe("Org", () => {
|
||||
test("Org Team Profile(/sales) page should be embeddable", async ({ page }) => {
|
||||
const response = await page.goto("https://i.cal.com/sales/embed");
|
||||
expect(response?.status()).toBe(200);
|
||||
await expect(page.locator("text=Cal.com Sales")).toBeVisible();
|
||||
await expect(page.locator("text=BLS cal Sales")).toBeVisible();
|
||||
await expectPageToBeRenderedWithEmbedSsr(page);
|
||||
});
|
||||
|
||||
@ -68,7 +68,7 @@ test.describe("Org", () => {
|
||||
test("Organization Homepage - Has Engineering and Marketing Teams", async ({ page }) => {
|
||||
const response = await page.goto("https://i.cal.com");
|
||||
expect(response?.status()).toBe(200);
|
||||
await expect(page.locator("text=Cal.com")).toBeVisible();
|
||||
await expect(page.locator("text=BLS cal")).toBeVisible();
|
||||
await expect(page.locator("text=Engineering")).toBeVisible();
|
||||
await expect(page.locator("text=Marketing")).toBeVisible();
|
||||
});
|
||||
@ -77,17 +77,17 @@ test.describe("Org", () => {
|
||||
test("By User Navigation", async ({ page }) => {
|
||||
await page.goto("https://i.cal.com");
|
||||
await page.click('text="Engineering"');
|
||||
await expect(page.locator("text=Cal.com Engineering")).toBeVisible();
|
||||
await expect(page.locator("text=BLS cal Engineering")).toBeVisible();
|
||||
});
|
||||
|
||||
test("By /team/engineering", async ({ page }) => {
|
||||
await page.goto("https://i.cal.com/team/engineering");
|
||||
await expect(page.locator("text=Cal.com Engineering")).toBeVisible();
|
||||
await expect(page.locator("text=BLS cal Engineering")).toBeVisible();
|
||||
});
|
||||
|
||||
test("By /engineering", async ({ page }) => {
|
||||
await page.goto("https://i.cal.com/engineering");
|
||||
await expect(page.locator("text=Cal.com Engineering")).toBeVisible();
|
||||
await expect(page.locator("text=BLS cal Engineering")).toBeVisible();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@calcom/ai",
|
||||
"version": "1.2.1",
|
||||
"private": true,
|
||||
"author": "Cal.com Inc.",
|
||||
"author": "BLS cal Inc.",
|
||||
"dependencies": {
|
||||
"@calcom/prisma": "*",
|
||||
"@langchain/core": "^0.1.26",
|
||||
|
@ -29,14 +29,14 @@ export const POST = async (request: NextRequest) => {
|
||||
from: `${user.username}@${env.SENDER_DOMAIN}`,
|
||||
text: `Hi ${
|
||||
user.name || `@${user.username}`
|
||||
},\n\nI'm Cal AI, your personal booking assistant! I'll be here, 24/7 to help manage your busy schedule and find times to meet with the people you care about.\n\nHere are some things you can ask me:\n\n- "Book a meeting with @someone" (The @ symbol lets you tag Cal.com users)\n- "What meetings do I have today?" (I'll show you your schedule)\n- "Find a time for coffee with someone@gmail.com" (I'll intro and send them some good times)\n\nI'm still learning, so if you have any feedback, please tweet it to @calcom!\n\nRemember, you can always reach me here, at ${
|
||||
},\n\nI'm Cal AI, your personal booking assistant! I'll be here, 24/7 to help manage your busy schedule and find times to meet with the people you care about.\n\nHere are some things you can ask me:\n\n- "Book a meeting with @someone" (The @ symbol lets you tag BLS cal users)\n- "What meetings do I have today?" (I'll show you your schedule)\n- "Find a time for coffee with someone@gmail.com" (I'll intro and send them some good times)\n\nI'm still learning, so if you have any feedback, please tweet it to @calcom!\n\nRemember, you can always reach me here, at ${
|
||||
user.username
|
||||
}@${
|
||||
env.SENDER_DOMAIN
|
||||
}.\n\nLooking forward to working together (:\n\n- Cal AI, Your personal booking assistant`,
|
||||
html: `Hi ${
|
||||
user.name || `@${user.username}`
|
||||
},<br><br>I'm Cal AI, your personal booking assistant! I'll be here, 24/7 to help manage your busy schedule and find times to meet with the people you care about.<br><br>Here are some things you can ask me:<br><br>- "Book a meeting with @someone" (The @ symbol lets you tag Cal.com users)<br>- "What meetings do I have today?" (I'll show you your schedule)<br>- "Find a time for coffee with someone@gmail.com" (I'll intro and send them some good times)<br><br>I'm still learning, so if you have any feedback, please send it to <a href="https://twitter.com/calcom">@calcom</a> on X!<br><br>Remember, you can always reach me here, at ${
|
||||
},<br><br>I'm Cal AI, your personal booking assistant! I'll be here, 24/7 to help manage your busy schedule and find times to meet with the people you care about.<br><br>Here are some things you can ask me:<br><br>- "Book a meeting with @someone" (The @ symbol lets you tag BLS cal users)<br>- "What meetings do I have today?" (I'll show you your schedule)<br>- "Find a time for coffee with someone@gmail.com" (I'll intro and send them some good times)<br><br>I'm still learning, so if you have any feedback, please send it to <a href="https://twitter.com/calcom">@calcom</a> on X!<br><br>Remember, you can always reach me here, at ${
|
||||
user.username
|
||||
}@${env.SENDER_DOMAIN}.<br><br>Looking forward to working together (:<br><br>- Cal AI`,
|
||||
});
|
||||
|
@ -1,22 +1,22 @@
|
||||
The Cal.com Commercial License (the “Commercial License”)
|
||||
Copyright (c) 2020-present Cal.com, Inc
|
||||
The BLS cal Commercial License (the “Commercial License”)
|
||||
Copyright (c) 2020-present BLS cal, Inc
|
||||
|
||||
With regard to the Cal.com Software:
|
||||
With regard to the BLS cal Software:
|
||||
|
||||
This software and associated documentation files (the "Software") may only be
|
||||
used in production, if you (and any entity that you represent) have agreed to,
|
||||
and are in compliance with, the Cal.com Subscription Terms available
|
||||
and are in compliance with, the BLS cal Subscription Terms available
|
||||
at https://cal.com/terms, or other agreements governing
|
||||
the use of the Software, as mutually agreed by you and Cal.com, Inc ("Cal.com"),
|
||||
and otherwise have a valid Cal.com Enterprise Edition subscription ("Commercial Subscription")
|
||||
the use of the Software, as mutually agreed by you and BLS cal, Inc ("BLS cal"),
|
||||
and otherwise have a valid BLS cal Enterprise Edition subscription ("Commercial Subscription")
|
||||
for the correct number of hosts as defined in the "Commercial Terms ("Hosts"). Subject to the foregoing sentence,
|
||||
you are free to modify this Software and publish patches to the Software. You agree
|
||||
that Cal.com and/or its licensors (as applicable) retain all right, title and interest in
|
||||
that BLS cal and/or its licensors (as applicable) retain all right, title and interest in
|
||||
and to all such modifications and/or patches, and all such modifications and/or
|
||||
patches may only be used, copied, modified, displayed, distributed, or otherwise
|
||||
exploited with a valid Commercial Subscription for the correct number of hosts.
|
||||
Notwithstanding the foregoing, you may copy and modify the Software for development
|
||||
and testing purposes, without requiring a subscription. You agree that Cal.com and/or
|
||||
and testing purposes, without requiring a subscription. You agree that BLS cal and/or
|
||||
its licensors (as applicable) retain all right, title and interest in and to all such
|
||||
modifications. You are not granted any other rights beyond what is expressly stated herein.
|
||||
Subject to the foregoing, it is forbidden to copy, merge, publish, distribute, sublicense,
|
||||
@ -37,6 +37,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
For all third party components incorporated into the Cal.com Software, those
|
||||
For all third party components incorporated into the BLS cal Software, those
|
||||
components are licensed under the original license provided by the owner of the
|
||||
applicable component.
|
||||
|
@ -7,13 +7,13 @@
|
||||
<a href="https://cal.com/docs/enterprise-features/api#api-server-specifications">Read the API docs</a>
|
||||
</div>
|
||||
|
||||
# Commercial Cal.com Public API
|
||||
# Commercial BLS cal Public API
|
||||
|
||||
Welcome to the Public API ("/apps/api") of the Cal.com.
|
||||
Welcome to the Public API ("/apps/api") of the BLS cal.
|
||||
|
||||
This is the public REST api for cal.com.
|
||||
It exposes CRUD Endpoints of all our most important resources.
|
||||
And it makes it easy for anyone to integrate with Cal.com at the application programming level.
|
||||
And it makes it easy for anyone to integrate with BLS cal at the application programming level.
|
||||
|
||||
## Stack
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
|
||||
export default async function CalcomApi(_: NextApiRequest, res: NextApiResponse) {
|
||||
res.status(200).json({ message: "Welcome to Cal.com API - docs are at https://developer.cal.com/api" });
|
||||
res.status(200).json({ message: "Welcome to BLS cal API - docs are at https://developer.cal.com/api" });
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ describe.skipIf(true)("POST /api/bookings", () => {
|
||||
end: dayjs().add(1, "day").format(),
|
||||
eventTypeId: 2,
|
||||
email: "test@example.com",
|
||||
location: "Cal.com Video",
|
||||
location: "BLS cal Video",
|
||||
timeZone: "America/Montevideo",
|
||||
language: "en",
|
||||
customInputs: [],
|
||||
@ -166,7 +166,7 @@ describe.skipIf(true)("POST /api/bookings", () => {
|
||||
end: dayjs().add(1, "day").format(),
|
||||
eventTypeId: 2,
|
||||
email: "test@example.com",
|
||||
location: "Cal.com Video",
|
||||
location: "BLS cal Video",
|
||||
timeZone: "America/Montevideo",
|
||||
language: "en",
|
||||
customInputs: [],
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "@calcom/api-v2",
|
||||
"version": "0.0.1",
|
||||
"description": "Platform API for Cal.com",
|
||||
"author": "Cal.com Inc.",
|
||||
"description": "Platform API for BLS cal",
|
||||
"author": "BLS cal Inc.",
|
||||
"private": true,
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
|
@ -1,22 +1,22 @@
|
||||
The Cal.com Commercial License (the “Commercial License”)
|
||||
Copyright (c) 2020-present Cal.com, Inc
|
||||
The BLS cal Commercial License (the “Commercial License”)
|
||||
Copyright (c) 2020-present BLS cal, Inc
|
||||
|
||||
With regard to the Cal.com Software:
|
||||
With regard to the BLS cal Software:
|
||||
|
||||
This software and associated documentation files (the "Software") may only be
|
||||
used in production, if you (and any entity that you represent) have agreed to,
|
||||
and are in compliance with, the Cal.com Subscription Terms available
|
||||
and are in compliance with, the BLS cal Subscription Terms available
|
||||
at https://cal.com/terms, or other agreements governing
|
||||
the use of the Software, as mutually agreed by you and Cal.com, Inc ("Cal.com"),
|
||||
and otherwise have a valid Cal.com Enterprise Edition subscription ("Commercial Subscription")
|
||||
the use of the Software, as mutually agreed by you and BLS cal, Inc ("BLS cal"),
|
||||
and otherwise have a valid BLS cal Enterprise Edition subscription ("Commercial Subscription")
|
||||
for the correct number of hosts as defined in the "Commercial Terms ("Hosts"). Subject to the foregoing sentence,
|
||||
you are free to modify this Software and publish patches to the Software. You agree
|
||||
that Cal.com and/or its licensors (as applicable) retain all right, title and interest in
|
||||
that BLS cal and/or its licensors (as applicable) retain all right, title and interest in
|
||||
and to all such modifications and/or patches, and all such modifications and/or
|
||||
patches may only be used, copied, modified, displayed, distributed, or otherwise
|
||||
exploited with a valid Commercial Subscription for the correct number of hosts.
|
||||
Notwithstanding the foregoing, you may copy and modify the Software for development
|
||||
and testing purposes, without requiring a subscription. You agree that Cal.com and/or
|
||||
and testing purposes, without requiring a subscription. You agree that BLS cal and/or
|
||||
its licensors (as applicable) retain all right, title and interest in and to all such
|
||||
modifications. You are not granted any other rights beyond what is expressly stated herein.
|
||||
Subject to the foregoing, it is forbidden to copy, merge, publish, distribute, sublicense,
|
||||
@ -37,6 +37,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
For all third party components incorporated into the Cal.com Software, those
|
||||
For all third party components incorporated into the BLS cal Software, those
|
||||
components are licensed under the original license provided by the owner of the
|
||||
applicable component.
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
# Enterprise Edition of API
|
||||
|
||||
Welcome to the Enterprise Edition ("/ee") of the Cal.com API.
|
||||
Welcome to the Enterprise Edition ("/ee") of the BLS cal API.
|
||||
|
||||
Our philosophy is simple, all "Singleplayer APIs" are open-source under AGPLv3. All "Multiplayer APIs" are under a commercial license.
|
||||
|
||||
|
@ -39,7 +39,7 @@ async function generateSwagger(app: NestExpressApplication<Server>) {
|
||||
const logger = new Logger("App");
|
||||
logger.log(`Generating Swagger documentation...\n`);
|
||||
|
||||
const config = new DocumentBuilder().setTitle("Cal.com v2 API").build();
|
||||
const config = new DocumentBuilder().setTitle("BLS cal v2 API").build();
|
||||
|
||||
const document = SwaggerModule.createDocument(app, config);
|
||||
|
||||
|
@ -3175,7 +3175,7 @@
|
||||
}
|
||||
},
|
||||
"info": {
|
||||
"title": "Cal.com v2 API",
|
||||
"title": "BLS cal v2 API",
|
||||
"description": "",
|
||||
"version": "1.0.0",
|
||||
"contact": {}
|
||||
|
@ -5,7 +5,7 @@ export default create({
|
||||
colorPrimary: "#111827",
|
||||
colorSecondary: "#111827",
|
||||
appContentBg: "#F9FAFC",
|
||||
brandTitle: "Cal.com UI",
|
||||
brandTitle: "BLS cal UI",
|
||||
brandUrl: "https://cal.com",
|
||||
brandImage: "https://cal.com/logo.svg",
|
||||
brandTarget: "_self",
|
||||
|
@ -3,7 +3,7 @@ import { Meta } from "@storybook/addon-docs";
|
||||
<Meta title="Introduction" />
|
||||
|
||||
<div className="flex flex-col items-center text-center">
|
||||
<h1 style={{ marginBottom: "24px", marginTop: "36px" }}>Welcome to Cal.com UI</h1>
|
||||
<h1 style={{ marginBottom: "24px", marginTop: "36px" }}>Welcome to BLS cal UI</h1>
|
||||
<p>
|
||||
This is the beginning of our storybook improvements to match Figma as close as possible. Like our Figma
|
||||
library, we will be adding more components as we go along.
|
||||
|
@ -4,7 +4,7 @@ import { _generateMetadata } from "app/_utils";
|
||||
export const generateMetadata = async () =>
|
||||
await _generateMetadata(
|
||||
() => "Feature Flags",
|
||||
() => "Here you can toggle your Cal.com instance features."
|
||||
() => "Here you can toggle your BLS cal instance features."
|
||||
);
|
||||
|
||||
export default Page;
|
||||
|
@ -118,7 +118,7 @@ const AISettings = ({ eventType }: { eventType: EventTypeSetup }) => {
|
||||
// };
|
||||
|
||||
// v1 will require the user to log in to Retellai.com to create a phone number, and an agent and
|
||||
// authorize it with the Cal.com API key / OAuth
|
||||
// authorize it with the BLS cal API key / OAuth
|
||||
// const retellAuthorized = true; // TODO: call retellAPI here
|
||||
|
||||
const handleSubmit = async () => {
|
||||
|
@ -54,7 +54,7 @@ export const OAuthClientsList = ({ oauthClients, isDeleting, handleDelete }: OAu
|
||||
) : (
|
||||
<EmptyScreen
|
||||
headline="Create your first OAuth client"
|
||||
description="OAuth clients facilitate access to Cal.com on behalf of users"
|
||||
description="OAuth clients facilitate access to BLS cal on behalf of users"
|
||||
Icon="plus"
|
||||
className=""
|
||||
buttonRaw={<NewOAuthClientButton redirectLink="/settings/platform/oauth-clients/create" />}
|
||||
|
@ -10,7 +10,7 @@ export const platformPlans: IndividualPlatformPlan[] = [
|
||||
{
|
||||
plan: "Starter",
|
||||
description:
|
||||
"Perfect for just getting started with community support and access to hosted platform APIs, Cal.com Atoms (React components) and more.",
|
||||
"Perfect for just getting started with community support and access to hosted platform APIs, BLS cal Atoms (React components) and more.",
|
||||
pricing: 99,
|
||||
includes: [
|
||||
"Up to 100 bookings a month",
|
||||
@ -23,7 +23,7 @@ export const platformPlans: IndividualPlatformPlan[] = [
|
||||
{
|
||||
plan: "Essentials",
|
||||
description:
|
||||
"Your essential package with sophisticated support, hosted platform APIs, Cal.com Atoms (React components) and more.",
|
||||
"Your essential package with sophisticated support, hosted platform APIs, BLS cal Atoms (React components) and more.",
|
||||
pricing: 299,
|
||||
includes: [
|
||||
"Up to 500 bookings a month. $0,60 overage beyond",
|
||||
|
@ -54,7 +54,7 @@ const ChooseLicense = (
|
||||
<div className={classNames("bg-default h-full cursor-pointer space-y-2 rounded-md border p-4")}>
|
||||
<h2 className="font-cal text-emphasis text-xl">{t("custom_plan")}</h2>
|
||||
<p className="font-medium text-green-800">{t("contact_sales")}</p>
|
||||
<p className="text-subtle">Build on top of Cal.com</p>
|
||||
<p className="text-subtle">Build on top of BLS cal</p>
|
||||
<ul className="text-subtle ml-4 list-disc text-left text-xs">
|
||||
<li>{t("no_need_to_keep_your_code_open_source")}</li>
|
||||
<li>{t("repackage_rebrand_resell")}</li>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# SAML Registration with Identity Providers
|
||||
|
||||
This guide explains the settings you need to use to configure SAML with your Identity Provider. Once this is set up you should get an XML metadata file that should then be uploaded on your Cal.com self-hosted instance.
|
||||
This guide explains the settings you need to use to configure SAML with your Identity Provider. Once this is set up you should get an XML metadata file that should then be uploaded on your BLS cal self-hosted instance.
|
||||
|
||||
> **Note:** Please do not add a trailing slash at the end of the URLs. Create them exactly as shown below.
|
||||
|
||||
|
@ -133,7 +133,7 @@ describe("Handler: /api/recorded-daily-video", () => {
|
||||
});
|
||||
|
||||
const bookingUid = "n5Wv3eHgconAED2j4gcVhP";
|
||||
const iCalUID = `${bookingUid}@Cal.com`;
|
||||
const iCalUID = `${bookingUid}@BLS cal`;
|
||||
const subscriberUrl = "http://my-webhook.example.com";
|
||||
const recordingDownloadLink = "https://download-link.com";
|
||||
|
||||
|
@ -23,7 +23,7 @@ export const platformPlans: IndividualPlatformPlan[] = [
|
||||
{
|
||||
plan: "Starter",
|
||||
description:
|
||||
"Perfect for just getting started with community support and access to hosted platform APIs, Cal.com Atoms (React components) and more.",
|
||||
"Perfect for just getting started with community support and access to hosted platform APIs, BLS cal Atoms (React components) and more.",
|
||||
pricing: 99,
|
||||
includes: [
|
||||
"Up to 100 bookings a month",
|
||||
@ -36,7 +36,7 @@ export const platformPlans: IndividualPlatformPlan[] = [
|
||||
{
|
||||
plan: "Essentials",
|
||||
description:
|
||||
"Your essential package with sophisticated support, hosted platform APIs, Cal.com Atoms (React components) and more.",
|
||||
"Your essential package with sophisticated support, hosted platform APIs, BLS cal Atoms (React components) and more.",
|
||||
pricing: 299,
|
||||
includes: [
|
||||
"Up to 500 bookings a month. $0,60 overage beyond",
|
||||
@ -85,7 +85,7 @@ export const helpCards: HelpCardInfo[] = [
|
||||
icon: "github",
|
||||
title: "Get the Source code",
|
||||
description:
|
||||
"Our Platform Starter Kit is being used in production by Cal.com itself. You can find the ready-to-rock source code on GitHub.",
|
||||
"Our Platform Starter Kit is being used in production by BLS cal itself. You can find the ready-to-rock source code on GitHub.",
|
||||
variant: "basic",
|
||||
actionButton: {
|
||||
href: "https://github.com/calcom/examples",
|
||||
|
@ -164,7 +164,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||
const [subdomain] = domains;
|
||||
const teamLogos = await getTeamLogos(subdomain, isValidOrgDomain);
|
||||
|
||||
// Resolve all icon types to team logos, falling back to Cal.com defaults.
|
||||
// Resolve all icon types to team logos, falling back to BLS cal defaults.
|
||||
const type: LogoType = parsedQuery?.type && isValidLogoType(parsedQuery.type) ? parsedQuery.type : "logo";
|
||||
const logoDefinition = logoDefinitions[type];
|
||||
const filteredLogo = teamLogos[logoDefinition.source] ?? logoDefinition.fallback;
|
||||
|
@ -31,7 +31,7 @@ export default function SetupInformation(props: InferGetServerSidePropsType<type
|
||||
return (
|
||||
<>
|
||||
{/* So that the set up page does not get indexed by search engines */}
|
||||
<HeadSeo nextSeoProps={{ noindex: true, nofollow: true }} title={`${slug} | Cal.com`} description="" />
|
||||
<HeadSeo nextSeoProps={{ noindex: true, nofollow: true }} title={`${slug} | BLS cal`} description="" />
|
||||
<AppSetupPage slug={slug} {...props} />
|
||||
</>
|
||||
);
|
||||
|
@ -13,7 +13,7 @@ import PageWrapper from "@components/PageWrapper";
|
||||
import type { getServerSideProps } from "@server/lib/auth/sso/direct/getServerSideProps";
|
||||
|
||||
// This page is used to initiate the SAML authentication flow by redirecting to the SAML provider.
|
||||
// Accessible only on self-hosted Cal.com instances.
|
||||
// Accessible only on self-hosted BLS cal instances.
|
||||
export default function Page({ samlTenantID, samlProductID }: inferSSRProps<typeof getServerSideProps>) {
|
||||
const router = useRouter();
|
||||
|
||||
|
@ -15,7 +15,7 @@ export default function MaintenancePage() {
|
||||
<div className="bg-default m-auto rounded-md p-10 text-right ltr:text-left">
|
||||
<h1 className="text-emphasis text-2xl font-medium">Down for maintenance</h1>
|
||||
<p className="text-default mb-6 mt-4 max-w-2xl text-sm">
|
||||
The Cal.com team are performing scheduled maintenance. If you have any questions, please contact
|
||||
The BLS cal team are performing scheduled maintenance. If you have any questions, please contact
|
||||
support.
|
||||
</p>
|
||||
<Button href={`${WEBSITE_URL}/support`}>Contact Support</Button>
|
||||
|
@ -562,21 +562,21 @@ export default function Signup({
|
||||
<img
|
||||
src="/product-cards/product-of-the-day.svg"
|
||||
className="h-[34px] w-full dark:invert"
|
||||
alt="Cal.com was Product of the Day at ProductHunt"
|
||||
alt="BLS cal was Product of the Day at ProductHunt"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<img
|
||||
src="/product-cards/product-of-the-week.svg"
|
||||
className="h-[34px] w-full dark:invert"
|
||||
alt="Cal.com was Product of the Week at ProductHunt"
|
||||
alt="BLS cal was Product of the Week at ProductHunt"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<img
|
||||
src="/product-cards/product-of-the-month.svg"
|
||||
className="h-[34px] w-full dark:invert"
|
||||
alt="Cal.com was Product of the Month at ProductHunt"
|
||||
alt="BLS cal was Product of the Month at ProductHunt"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@ -606,11 +606,11 @@ export default function Signup({
|
||||
</>
|
||||
)}
|
||||
<div className="border-default hidden rounded-bl-2xl rounded-br-none rounded-tl-2xl border border-r-0 border-dashed bg-black/[3%] dark:bg-white/5 lg:block lg:py-[6px] lg:pl-[6px]">
|
||||
<img className="block dark:hidden" src="/mock-event-type-list.svg" alt="Cal.com Booking Page" />
|
||||
<img className="block dark:hidden" src="/mock-event-type-list.svg" alt="BLS cal Booking Page" />
|
||||
<img
|
||||
className="hidden dark:block"
|
||||
src="/mock-event-type-list-dark.svg"
|
||||
alt="Cal.com Booking Page"
|
||||
alt="BLS cal Booking Page"
|
||||
/>
|
||||
</div>
|
||||
<div className="mr-12 mt-8 hidden h-full w-full grid-cols-3 gap-4 overflow-hidden lg:grid">
|
||||
|
@ -86,7 +86,7 @@ export async function expectEmailVerificationEmailToBeSent(
|
||||
emails: ReturnType<typeof createEmailsFixture>,
|
||||
userEmail: string
|
||||
) {
|
||||
const subject = "Cal.com: Verify your account";
|
||||
const subject = "BLS cal: Verify your account";
|
||||
return expectEmailWithSubject(page, emails, userEmail, subject);
|
||||
}
|
||||
|
||||
@ -184,7 +184,7 @@ test.describe("Organization", () => {
|
||||
// page,
|
||||
// emails,
|
||||
// adminEmail,
|
||||
// `${orgName}'s admin invited you to join the organization ${orgName} on Cal.com`
|
||||
// `${orgName}'s admin invited you to join the organization ${orgName} on BLS cal`
|
||||
// );
|
||||
await expect(page.getByTestId("pending-member-item")).toHaveCount(2);
|
||||
|
||||
@ -356,7 +356,7 @@ test.describe("Organization", () => {
|
||||
// page,
|
||||
// emails,
|
||||
// adminEmail,
|
||||
// `${orgName}'s admin invited you to join the organization ${orgName} on Cal.com`
|
||||
// `${orgName}'s admin invited you to join the organization ${orgName} on BLS cal`
|
||||
// );
|
||||
await expect(page.getByTestId("pending-member-item")).toHaveCount(2);
|
||||
|
||||
@ -491,7 +491,7 @@ test.describe("Organization", () => {
|
||||
// page,
|
||||
// emails,
|
||||
// adminEmail,
|
||||
// `${orgName}'s admin invited you to join the organization ${orgName} on Cal.com`
|
||||
// `${orgName}'s admin invited you to join the organization ${orgName} on BLS cal`
|
||||
// );
|
||||
await expect(page.getByTestId("pending-member-item")).toHaveCount(2);
|
||||
|
||||
|
@ -36,7 +36,7 @@ test.describe("Organization", () => {
|
||||
page,
|
||||
emails,
|
||||
invitedUserEmail,
|
||||
`${org.name}'s admin invited you to join the organization ${org.name} on Cal.com`,
|
||||
`${org.name}'s admin invited you to join the organization ${org.name} on BLS cal`,
|
||||
"signup?token"
|
||||
);
|
||||
|
||||
@ -131,7 +131,7 @@ test.describe("Organization", () => {
|
||||
page,
|
||||
emails,
|
||||
invitedUserEmail,
|
||||
`${team.name}'s admin invited you to join the team ${team.name} of organization ${org.name} on Cal.com`,
|
||||
`${team.name}'s admin invited you to join the team ${team.name} of organization ${org.name} on BLS cal`,
|
||||
"signup?token"
|
||||
);
|
||||
|
||||
@ -216,7 +216,7 @@ test.describe("Organization", () => {
|
||||
page,
|
||||
emails,
|
||||
invitedUserEmail,
|
||||
`${org.name}'s admin invited you to join the organization ${org.name} on Cal.com`,
|
||||
`${org.name}'s admin invited you to join the organization ${org.name} on BLS cal`,
|
||||
"signup?token"
|
||||
);
|
||||
|
||||
@ -355,7 +355,7 @@ test.describe("Organization", () => {
|
||||
page,
|
||||
emails,
|
||||
invitedUserEmail,
|
||||
`${team.name}'s admin invited you to join the team ${team.name} of organization ${org.name} on Cal.com`,
|
||||
`${team.name}'s admin invited you to join the team ${team.name} of organization ${org.name} on BLS cal`,
|
||||
"signup?token"
|
||||
);
|
||||
|
||||
|
@ -5,7 +5,7 @@ export {};
|
||||
// test.afterAll(async ({ users }) => {
|
||||
// await users.deleteAll();
|
||||
// });
|
||||
// test("Continue with Cal.com flow", async ({ page, users }) => {
|
||||
// test("Continue with BLS cal flow", async ({ page, users }) => {
|
||||
// await users.create({
|
||||
// username: "overflow-user-test",
|
||||
// });
|
||||
|
@ -73,7 +73,7 @@ test.describe("Signup Flow Test", async () => {
|
||||
});
|
||||
test("Premium Username Flow - creates stripe checkout", async ({ page, users, prisma }) => {
|
||||
// eslint-disable-next-line playwright/no-skipped-test
|
||||
test.skip(!IS_PREMIUM_USERNAME_ENABLED, "Only run on Cal.com");
|
||||
test.skip(!IS_PREMIUM_USERNAME_ENABLED, "Only run on BLS cal");
|
||||
const userToCreate = users.buildForSignup({
|
||||
username: "rock",
|
||||
password: "Password99!",
|
||||
@ -259,7 +259,7 @@ test.describe("Signup Flow Test", async () => {
|
||||
page,
|
||||
emails,
|
||||
invitedUserEmail,
|
||||
`${team.name}'s admin invited you to join the team ${team.name} on Cal.com`,
|
||||
`${team.name}'s admin invited you to join the team ${team.name} on BLS cal`,
|
||||
"signup?token"
|
||||
);
|
||||
|
||||
|
@ -34,7 +34,7 @@ test.describe("Team", () => {
|
||||
page,
|
||||
emails,
|
||||
invitedUserEmail,
|
||||
`${team.name}'s admin invited you to join the team ${team.name} on Cal.com`,
|
||||
`${team.name}'s admin invited you to join the team ${team.name} on BLS cal`,
|
||||
"signup?token"
|
||||
);
|
||||
|
||||
@ -118,7 +118,7 @@ test.describe("Team", () => {
|
||||
page,
|
||||
emails,
|
||||
invitedUserEmail,
|
||||
`${teamOwner.name} invited you to join the team ${team.name} on Cal.com`
|
||||
`${teamOwner.name} invited you to join the team ${team.name} on BLS cal`
|
||||
);
|
||||
|
||||
await expect(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Cal.com",
|
||||
"short_name": "Cal.com",
|
||||
"name": "BLS cal",
|
||||
"short_name": "BLS cal",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/api/logo?type=android-chrome-192",
|
||||
|
@ -260,7 +260,7 @@
|
||||
"org_banner_instructions": "الرجاء رفع صورة بعرض {{width}} وطول {{height}}.",
|
||||
"email_change": "سجّل الدخول ثانيةً باستخدام عنوان بريدك الإلكتروني الجديد وكلمة مرور.",
|
||||
"create_your_account": "إنشاء حسابك",
|
||||
"create_your_calcom_account": "إنشاء حسابك Cal.com",
|
||||
"create_your_calcom_account": "إنشاء حسابك BLS cal",
|
||||
"sign_up": "تسجيل الاشتراك",
|
||||
"youve_been_logged_out": "لقد قمت بتسجيل الخروج",
|
||||
"hope_to_see_you_soon": "نأمل أن نراك قريبًا مجددًا!",
|
||||
@ -1116,8 +1116,8 @@
|
||||
"generate_api_key_description": "إنشاء مفتاح API لاستخدامه مع {{appName}} على",
|
||||
"your_unique_api_key": "مفتاح API الفريد الخاص بك",
|
||||
"copy_safe_api_key": "انسخ مفتاح API هذا واحفظه في مكان آمن. إذا فقدت هذا المفتاح، يتوجب عليك إنشاء مفتاح جديد.",
|
||||
"zapier_setup_instructions": "<0>سجل الدخول إلى حساب Zapier الخاص بك وأنشئ Zap جديد.</0><1>حدد Cal.com كتطبيق Trigger لديك. اختر أيضًا حدث Trigger.</1><2>اختر حسابك ثم أدخل مفتاح API الفريد الخاص بك.</2><3>اختبر Trigger الخاص بك.</3><4>أنت جاهز!</4>",
|
||||
"make_setup_instructions": "<0>انتقل إلى <1><0>إنشاء رابط دعوة</0></1> وقم بتثبيت تطبيق Cal.com </0><1> ثم سجّل الدخول إلى حسابك وقم بإنشاء \"سيناريو جديد\".</1><2>اختر Cal.com على أنه أحد تطبيقات \"التشغيل\" لديك. اختر أيضا حدث تشغيل. </2><3>اختر حسابك ثم ادخل مفتاح API الفريد الخاص بك.</3><4>اختبر المشغل لديك.</4><5>لقد أتممت الأمر!</5>",
|
||||
"zapier_setup_instructions": "<0>سجل الدخول إلى حساب Zapier الخاص بك وأنشئ Zap جديد.</0><1>حدد BLS cal كتطبيق Trigger لديك. اختر أيضًا حدث Trigger.</1><2>اختر حسابك ثم أدخل مفتاح API الفريد الخاص بك.</2><3>اختبر Trigger الخاص بك.</3><4>أنت جاهز!</4>",
|
||||
"make_setup_instructions": "<0>انتقل إلى <1><0>إنشاء رابط دعوة</0></1> وقم بتثبيت تطبيق BLS cal </0><1> ثم سجّل الدخول إلى حسابك وقم بإنشاء \"سيناريو جديد\".</1><2>اختر BLS cal على أنه أحد تطبيقات \"التشغيل\" لديك. اختر أيضا حدث تشغيل. </2><3>اختر حسابك ثم ادخل مفتاح API الفريد الخاص بك.</3><4>اختبر المشغل لديك.</4><5>لقد أتممت الأمر!</5>",
|
||||
"install_zapier_app": "يرجى تثبيت تطبيق Zapier من App Store أولًا.",
|
||||
"install_make_app": "يرجى تثبيت تطبيق Make من متجر التطبيقات أولًا.",
|
||||
"connect_apple_server": "الاتصال بخادم Apple",
|
||||
@ -1637,7 +1637,7 @@
|
||||
"email_subject_slug_replacement": "استبدل مشرف في فريق الحدث لديك /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "استبدل مشرف في فريق <strong>{{teamName}}</strong> نوع الحدث لديك<strong>/{{slug}}</strong> بنوع الحدث المُدار الذي يتحكم فيه.",
|
||||
"email_body_slug_replacement_info": "سيستمر الرابط في العمل، ولكن ربما تم تغيير بعض إعداداته. يمكنك مراجعتها في أنواع الأحداث.",
|
||||
"email_body_slug_replacement_suggestion": "يرجى الاتصال بالمشرف إذا كان لديك أي أسئلة حول نوع الحدث.<br/><br/>جدولة سعيدة، <br/>فريق Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "يرجى الاتصال بالمشرف إذا كان لديك أي أسئلة حول نوع الحدث.<br/><br/>جدولة سعيدة، <br/>فريق BLS cal",
|
||||
"disable_payment_app": "قام المشرف بتعطيل {{appName}} الذي يؤثر على نوع الحدث {{title}} لديك. لا يزال بإمكان الحاضرين حجز هذا النوع من الأحداث، ولكن لن يُطالبوا بالدفع. يمكنك إخفاء نوع الحدث لمنع حدوث هذا إلى أن يقوم المشرف بتغيير طريقة الدفع لك.",
|
||||
"payment_disabled_still_able_to_book": "لا يزال بإمكان الحاضرين حجز هذا النوع من الأحداث، ولكن لن يُطالبوا بالدفع. يمكنك إخفاء نوع الحدث لمنع حدوث هذا إلى أن يقوم المشرف بتغيير طريقة الدفع لك.",
|
||||
"app_disabled_with_event_type": "عطّل المشرف {{appName}} مما يؤثر على نوع الحدث {{title}} لديك.",
|
||||
@ -1735,7 +1735,7 @@
|
||||
"teams_plan_required": "خطة Teams مطلوبة",
|
||||
"routing_forms_are_a_great_way": "تعد نماذج التوجيه طريقة رائعة لتوجيه العملاء الحتملين إلى الشخص المناسب. قم بالترقية إلى خطة Teams للوصول إلى هذه الميزة.",
|
||||
"choose_a_license": "اختر ترخيصًا",
|
||||
"choose_license_description": "يأتي Cal.com مع ترخيص AGPLv3 مجاني يمكن الوصول إليه ويمكن ترقيته إلى ترخيص Enterprise في أي وقت. يمكنك الترقية في أي وقت لاحق.",
|
||||
"choose_license_description": "يأتي BLS cal مع ترخيص AGPLv3 مجاني يمكن الوصول إليه ويمكن ترقيته إلى ترخيص Enterprise في أي وقت. يمكنك الترقية في أي وقت لاحق.",
|
||||
"license": "الترخيص",
|
||||
"agplv3_license": "ترخيص AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "لا حاجة للحفاظ على تعليماتك البرمجية مفتوحة المصدر",
|
||||
@ -1749,7 +1749,7 @@
|
||||
"step_enterprise_license": "ترخيص المؤسسة",
|
||||
"step_enterprise_license_description": "كل شيء لحالة الاستخدام التجاري مع الاستضافة الخاصة، وإعادة التغليف، وإعادة تصميم العلامة التجارية، وإعادة البيع، والوصول هي مكونات المؤسسة الحصرية.",
|
||||
"setup": "الإعداد",
|
||||
"setup_description": "إعداد مثال Cal.com",
|
||||
"setup_description": "إعداد مثال BLS cal",
|
||||
"configure": "تهيئة",
|
||||
"sso_configuration": "تسجيل الدخول لمرة واحدة",
|
||||
"sso_configuration_description": "قم بتهيئة SAML/OIDC SSO والسماح لأعضاء الفريق بتسجيل الدخول باستخدام موفر الهوية",
|
||||
@ -1768,7 +1768,7 @@
|
||||
"sso_connection_deleted_successfully": "تم حذف تكوين {{connectionType}} بنجاح",
|
||||
"delete_sso_configuration": "حذف تكوين {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "نعم، حذف تكوين {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "هل تريد بالتأكيد حذف تكوين {{connectionType}}؟ لن يتمكن أعضاء فريقك الذين يستخدمون معلومات تسجيل الدخول إلى {{connectionType}} من الوصول إلى Cal.com بعد الآن.",
|
||||
"delete_sso_configuration_confirmation_description": "هل تريد بالتأكيد حذف تكوين {{connectionType}}؟ لن يتمكن أعضاء فريقك الذين يستخدمون معلومات تسجيل الدخول إلى {{connectionType}} من الوصول إلى BLS cal بعد الآن.",
|
||||
"organizer_timezone": "منظم المناطق الزمنية",
|
||||
"email_user_cta": "عرض الدعوة",
|
||||
"email_no_user_invite_heading_team": "تمت دعوتك للانضمام إلى فريق {{appName}}",
|
||||
|
@ -1062,8 +1062,8 @@
|
||||
"generate_api_key_description": "Vygenerujte klíč API pro použití s {{appName}} na adrese",
|
||||
"your_unique_api_key": "Váš unikátní klíč API",
|
||||
"copy_safe_api_key": "Zkopírujte tento klíč API a uschovejte si ho na bezpečné místo. Pokud tento klíč ztratíte, musíte vygenerovat nový.",
|
||||
"zapier_setup_instructions": "<0>Přihlaste se ke svému účtu Zapier a vytvořte nový Zap.</0><1>Vyberte Cal.com jako svoji aplikaci Trigger. Také vyberte událost Trigger.</1><2>Vyberte svůj účet a pak zadejte svůj unikátní klíč API.</2><3>Otestujte svůj Trigger.</3><4>Všechno máte nastaveno!</4>",
|
||||
"make_setup_instructions": "<0>Přejděte na <1><0>odkaz s pozvánkou pro Make</0></1> a nainstalujte aplikaci Cal.com.</0><1>Přihlaste se ke svému účtu Make a vytvořte nový scénář.</1><2>Jako spouštěcí aplikaci vyberte Cal.com. Dále vyberte událost spouštěče.</2><3>Vyberte svůj účet a následně zadejte svůj unikátní klíč API.</3><4>Otestujte svůj spouštěč.</4><5>Všechno je připraveno!</5>",
|
||||
"zapier_setup_instructions": "<0>Přihlaste se ke svému účtu Zapier a vytvořte nový Zap.</0><1>Vyberte BLS cal jako svoji aplikaci Trigger. Také vyberte událost Trigger.</1><2>Vyberte svůj účet a pak zadejte svůj unikátní klíč API.</2><3>Otestujte svůj Trigger.</3><4>Všechno máte nastaveno!</4>",
|
||||
"make_setup_instructions": "<0>Přejděte na <1><0>odkaz s pozvánkou pro Make</0></1> a nainstalujte aplikaci BLS cal.</0><1>Přihlaste se ke svému účtu Make a vytvořte nový scénář.</1><2>Jako spouštěcí aplikaci vyberte BLS cal. Dále vyberte událost spouštěče.</2><3>Vyberte svůj účet a následně zadejte svůj unikátní klíč API.</3><4>Otestujte svůj spouštěč.</4><5>Všechno je připraveno!</5>",
|
||||
"install_zapier_app": "Nejdřív si z App Store nainstalujte aplikaci Zapier.",
|
||||
"install_make_app": "Nejprve si nainstalujte aplikaci Make z obchodu s aplikacemi.",
|
||||
"connect_apple_server": "Připojit se k serveru Apple",
|
||||
@ -1568,7 +1568,7 @@
|
||||
"email_subject_slug_replacement": "Správce týmu nahradil vaši událost /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Správce v týmu <strong>{{teamName}}</strong> nahradil váš typ události <strong>/{{slug}}</strong> spravovaným typem události, který ovládá.",
|
||||
"email_body_slug_replacement_info": "Váš odkaz bude dále fungovat, ale některá příslušná nastavení se mohla změnit. Můžete si je prohlédnout v části Typy událostí.",
|
||||
"email_body_slug_replacement_suggestion": "Pokud máte k typu události dotazy, obraťte se na svého správce.<br /><br />Hodně štěstí s plánováním. <br />tým Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Pokud máte k typu události dotazy, obraťte se na svého správce.<br /><br />Hodně štěstí s plánováním. <br />tým BLS cal",
|
||||
"disable_payment_app": "Administrátor zakázal {{appName}}, což ovlivňuje váš typ události {{title}}. Účastníci si stále mohou rezervovat tento typ události, ale nebudou vyzváni k platbě. Abyste tomu zabránili, můžete tento typ události skrýt, dokud správce tento způsob platby znovu nepovolí.",
|
||||
"payment_disabled_still_able_to_book": "Účastníci si stále mohou rezervovat tento typ události, ale nebudou vyzváni k platbě. Abyste tomu zabránili, můžete tento typ události skrýt, dokud správce tento způsob platby znovu nepovolí.",
|
||||
"app_disabled_with_event_type": "Administrátor zakázal {{appName}}, což ovlivňuje váš typ události {{title}}.",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"teams_plan_required": "Potřebujete tarif Teams",
|
||||
"routing_forms_are_a_great_way": "Směrovací formuláře představují skvělý způsob, jak příchozí potenciální kontakty nasměrovat na tu správnou osobu. Přístup k této funkci získáte po upgradu na tarif Teams.",
|
||||
"choose_a_license": "Vyberte si licenci",
|
||||
"choose_license_description": "Cal.com se dodává s dostupnou a bezplatnou licencí AGPLv3, která má určitá omezení. Kdykoli je ale možné provést upgrade na licenci Enterprise. Upgrade je možné provést kdykoli v pozdější době.",
|
||||
"choose_license_description": "BLS cal se dodává s dostupnou a bezplatnou licencí AGPLv3, která má určitá omezení. Kdykoli je ale možné provést upgrade na licenci Enterprise. Upgrade je možné provést kdykoli v pozdější době.",
|
||||
"license": "Licence",
|
||||
"agplv3_license": "Licence AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Není nutné, aby váš kód byl otevřený",
|
||||
@ -1679,7 +1679,7 @@
|
||||
"step_enterprise_license": "Licence Enterprise",
|
||||
"step_enterprise_license_description": "Vše pro komerční použití s privátním hostingem, přebalováním, rebrandingem a přeprodejem a přístupem k exkluzivním firemním komponentám.",
|
||||
"setup": "Nastavení",
|
||||
"setup_description": "Nastavte instanci Cal.com",
|
||||
"setup_description": "Nastavte instanci BLS cal",
|
||||
"configure": "Konfigurovat",
|
||||
"sso_configuration": "Single Sign-On",
|
||||
"sso_configuration_description": "Konfigurace SAML/OIDC SSO a umožnění členům týmu přihlašování prostřednictvím poskytovatele identity",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"sso_connection_deleted_successfully": "Konfigurace {{connectionType}} odstraněna",
|
||||
"delete_sso_configuration": "Odstranit konfiguraci {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Ano, odstranit konfiguraci {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Opravdu chcete odstranit konfiguraci {{connectionType}}? Členové vašeho týmu, kteří používají přihlášení {{connectionType}}, ztratí přístup k webu Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Opravdu chcete odstranit konfiguraci {{connectionType}}? Členové vašeho týmu, kteří používají přihlášení {{connectionType}}, ztratí přístup k webu BLS cal.",
|
||||
"organizer_timezone": "Časové pásmo organizátora",
|
||||
"email_user_cta": "Zobrazit pozvánku",
|
||||
"email_no_user_invite_heading_team": "Byli jste pozváni do týmu {{appName}}",
|
||||
|
@ -916,7 +916,7 @@
|
||||
"generate_api_key_description": "Generér en API-nøgle til brug med {{appName}} på",
|
||||
"your_unique_api_key": "Din unikke API-nøgle",
|
||||
"copy_safe_api_key": "Kopiér denne API-nøgle og gem den et sikkert sted. Hvis du mister denne nøgle, skal du generere en ny.",
|
||||
"zapier_setup_instructions": "<0>Log ind på din Zapier-konto og opret en ny Zap.</0><1>Vælg Cal.com som din Trigger app. Vælg også en Trigger event. </1><2>Vælg din konto og indtast derefter din unikke API-nøgle.</2><3>Test din Trigger.</3><4>Du er klar!</4>",
|
||||
"zapier_setup_instructions": "<0>Log ind på din Zapier-konto og opret en ny Zap.</0><1>Vælg BLS cal som din Trigger app. Vælg også en Trigger event. </1><2>Vælg din konto og indtast derefter din unikke API-nøgle.</2><3>Test din Trigger.</3><4>Du er klar!</4>",
|
||||
"install_zapier_app": "Du skal først installere Zapier appen i App Store.",
|
||||
"connect_apple_server": "Forbind til Apple Server",
|
||||
"calendar_url": "Kalender URL",
|
||||
@ -1446,7 +1446,7 @@
|
||||
"teams_plan_required": "Teams plan påkrævet",
|
||||
"routing_forms_are_a_great_way": "Routingformularer er en fantastisk måde at dirigere dine indgående leads til den rigtige person. Opgradér til en Teams-plan for at få adgang til denne funktion.",
|
||||
"choose_a_license": "Vælg en licens",
|
||||
"choose_license_description": "Cal.com kommer med en tilgængelig og gratis AGPLv3-licens med nogle begrænsninger, som til enhver tid kan opgraderes til en Enterprise-licens. Du kan opgradere når som helst senere.",
|
||||
"choose_license_description": "BLS cal kommer med en tilgængelig og gratis AGPLv3-licens med nogle begrænsninger, som til enhver tid kan opgraderes til en Enterprise-licens. Du kan opgradere når som helst senere.",
|
||||
"license": "Licens",
|
||||
"agplv3_license": "AGPLv3 Licens",
|
||||
"repackage_rebrand_resell": "Ompak, rebrand og videresælg nemt",
|
||||
@ -1459,7 +1459,7 @@
|
||||
"step_enterprise_license": "Virksomhedslicens",
|
||||
"step_enterprise_license_description": "Alt til en kommerciel brugssag med privat hosting, ompakning, rebranding og videresalg, og adgang til eksklusive virksomhedskomponenter.",
|
||||
"setup": "Opsætning",
|
||||
"setup_description": "Opsæt Cal.com instans",
|
||||
"setup_description": "Opsæt BLS cal instans",
|
||||
"configure": "Indstil",
|
||||
"sso_configuration": "Enkelt Log På",
|
||||
"sso_configuration_description": "Konfigurer SAML/OIDC SSO og tillad teammedlemmer at logge ind ved hjælp af en Identitetsudbyder",
|
||||
@ -1478,7 +1478,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}} konfiguration blev slettet",
|
||||
"delete_sso_configuration": "Slet {{connectionType}} konfiguration",
|
||||
"delete_sso_configuration_confirmation": "Ja, slet {{connectionType}} konfiguration",
|
||||
"delete_sso_configuration_confirmation_description": "Er du sikker på, at du vil slette {{connectionType}} konfigurationen? Dine teammedlemmer, der bruger {{connectionType}} login, vil ikke længere kunne få adgang til Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Er du sikker på, at du vil slette {{connectionType}} konfigurationen? Dine teammedlemmer, der bruger {{connectionType}} login, vil ikke længere kunne få adgang til BLS cal.",
|
||||
"organizer_timezone": "Arrangørens tidszone",
|
||||
"email_user_cta": "Vis Invitation",
|
||||
"email_no_user_invite_subheading": "{{invitedBy}} har inviteret dig til at deltage i deres team på {{appName}}. {{appName}} er den begivenheds-jonglerende planlægger, der gør det muligt for dig og dit team at planlægge møder uden e-mail tennis.",
|
||||
|
@ -488,7 +488,7 @@
|
||||
"manage_developer_settings": "Verwalte deine Entwicklereinstellungen.",
|
||||
"iframe_embed": "iFrame-Einbettung",
|
||||
"embed_calcom": "Der einfachste Weg, {{appName}} auf Ihrer Website einzubinden.",
|
||||
"integrate_using_embed_or_webhooks": "Integrieren Sie Cal.com in Ihre Website mit unseren Einbettungs-Optionen oder erhalten Sie Buchungsdaten mit Webhooks.",
|
||||
"integrate_using_embed_or_webhooks": "Integrieren Sie BLS cal in Ihre Website mit unseren Einbettungs-Optionen oder erhalten Sie Buchungsdaten mit Webhooks.",
|
||||
"schedule_a_meeting": "Termin planen",
|
||||
"view_and_manage_billing_details": "Deine Rechnungsdetails ansehen und verwalten",
|
||||
"view_and_edit_billing_details": "Rechnungsdaten ansehen, bearbeiten oder Abonnements kündigen, für deine bezahlten Meetings. (Stripe App erforderlich.)",
|
||||
@ -1131,8 +1131,8 @@
|
||||
"generate_api_key_description": "Generieren Sie einen API-Schlüssel für {{appName}} unter",
|
||||
"your_unique_api_key": "Ihr eindeutiger API-Key",
|
||||
"copy_safe_api_key": "Kopieren Sie diesen API-Schlüssel und speichern Sie ihn an einem sicheren Ort. Wenn Sie diesen Schlüssel verlieren, müssen Sie einen neuen generieren.",
|
||||
"zapier_setup_instructions": "<0>Loggen Sie sich in Ihr Zapier-Account ein und erstelle einen neuen Zap.</0><1>Wählen Sie Cal.com als ihre Trigger-App aus. Wählen Sie auch ein Auslöserereignis.</0><1>Wählen Sie ihr Account aus und geben dann ihren eindeutigen API-Key ein.</2><3>Testen Sie den Trigger.</3><4>Alles fertig!</4>",
|
||||
"make_setup_instructions": "<0>Gehen Sie zu: <1><0>Make-Einladungs-Link</0></1>und installieren Sie die Cal.com-App.</0><1> Loggen Sie sich in Ihr Make-Account ein und erstellen Sie ein neues Szenario.</1><2>Wählen Sie Cal.com als ihre Auslöser-App aus. Wählen Sie auch ein Auslöserereignis aus.</2><3>Wählen Sie ihr Account aus und geben Sie dann Ihren eindeutigen API-Key ein.</3><4>Probierne Sie den Auslöser aus.</4><5>Und fertig!</5>",
|
||||
"zapier_setup_instructions": "<0>Loggen Sie sich in Ihr Zapier-Account ein und erstelle einen neuen Zap.</0><1>Wählen Sie BLS cal als ihre Trigger-App aus. Wählen Sie auch ein Auslöserereignis.</0><1>Wählen Sie ihr Account aus und geben dann ihren eindeutigen API-Key ein.</2><3>Testen Sie den Trigger.</3><4>Alles fertig!</4>",
|
||||
"make_setup_instructions": "<0>Gehen Sie zu: <1><0>Make-Einladungs-Link</0></1>und installieren Sie die BLS cal-App.</0><1> Loggen Sie sich in Ihr Make-Account ein und erstellen Sie ein neues Szenario.</1><2>Wählen Sie BLS cal als ihre Auslöser-App aus. Wählen Sie auch ein Auslöserereignis aus.</2><3>Wählen Sie ihr Account aus und geben Sie dann Ihren eindeutigen API-Key ein.</3><4>Probierne Sie den Auslöser aus.</4><5>Und fertig!</5>",
|
||||
"install_zapier_app": "Bitte installieren Sie zuerst die Zapier-App im App Store.",
|
||||
"install_make_app": "Bitte installieren Sie zuerst die Make-App im App Store.",
|
||||
"connect_apple_server": "Mit Apple-Server verbinden",
|
||||
@ -1761,7 +1761,7 @@
|
||||
"teams_plan_required": "Teams-Plan benötigt",
|
||||
"routing_forms_are_a_great_way": "Weiterleitungs-Formulare sind eine gute Möglichkeit, Ihre eingehenden Leads zur richtigen Person weiterzuleiten. Upgraden Sie auf einen Teams-Plan, um auf diese Funktion zuzugreifen.",
|
||||
"choose_a_license": "Wählen Sie eine Lizenz",
|
||||
"choose_license_description": "Cal.com enthält eine kostenlose AGPLv3-Lizenz, mit einigen Einschränkungen, die jederzeit auf eine Enterprise-Lizenz aufgerüstet werden können. Du kannst später jederzeit upgraden.",
|
||||
"choose_license_description": "BLS cal enthält eine kostenlose AGPLv3-Lizenz, mit einigen Einschränkungen, die jederzeit auf eine Enterprise-Lizenz aufgerüstet werden können. Du kannst später jederzeit upgraden.",
|
||||
"license": "Lizenz",
|
||||
"agplv3_license": "AGPLv3 Lizenz",
|
||||
"no_need_to_keep_your_code_open_source": "Ihr Code muss nicht open-source bleiben",
|
||||
@ -1775,7 +1775,7 @@
|
||||
"step_enterprise_license": "Enterprise-Lizenz",
|
||||
"step_enterprise_license_description": "Alles für einen kommerziellen Einsatzfall mit privatem Hosting, Umverpacken, Rebranding, Wiederverkauf und Zugriff auf exklusive Enterprise-Komponenten.",
|
||||
"setup": "Einrichtung",
|
||||
"setup_description": "Cal.com Instanz einrichten",
|
||||
"setup_description": "BLS cal Instanz einrichten",
|
||||
"configure": "Konfigurieren",
|
||||
"sso_configuration": "SAML-Konfiguration",
|
||||
"sso_configuration_description": "SAML/OIDC SSO konfigurieren und Teammitgliedern erlauben, sich mit einem Identitätsanbieter anzumelden",
|
||||
@ -1795,7 +1795,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}}-Konfiguration erfolgreich gelöscht",
|
||||
"delete_sso_configuration": "{{connectionType}}-Konfiguration löschen",
|
||||
"delete_sso_configuration_confirmation": "Ja, {{connectionType}}-Konfiguration löschen",
|
||||
"delete_sso_configuration_confirmation_description": "Bist du sicher, dass du die {{connectionType}}-Konfiguration löschen möchten? Ihre Teammitglieder, die sich über {{connectionType}} anmelden, werden keinen Zugriff mehr auf Cal.com haben.",
|
||||
"delete_sso_configuration_confirmation_description": "Bist du sicher, dass du die {{connectionType}}-Konfiguration löschen möchten? Ihre Teammitglieder, die sich über {{connectionType}} anmelden, werden keinen Zugriff mehr auf BLS cal haben.",
|
||||
"organizer_timezone": "Zeitzone des Veranstalters",
|
||||
"email_user_cta": "Einladung anzeigen",
|
||||
"email_no_user_invite_heading_team": "Sie wurden eingeladen, einem {{appName}}-Team beizutreten",
|
||||
@ -2045,7 +2045,7 @@
|
||||
"set_up_your_organization": "Ihre Organization einrichten",
|
||||
"set_up_your_platform_organization": "Richte deine Plattform ein",
|
||||
"organizations_description": "Organizations sind geteilte Umgebungen, in denen Teams gemeinsame Termintypen, Apps, Workflows und mehr erstellen können.",
|
||||
"platform_organization_description": "Mit der Cal.com-Plattform können Sie die Terminplanung mühelos mit Hilfe von Plattform-APIs und -Atoms in Ihre App integrieren.",
|
||||
"platform_organization_description": "Mit der BLS cal-Plattform können Sie die Terminplanung mühelos mit Hilfe von Plattform-APIs und -Atoms in Ihre App integrieren.",
|
||||
"must_enter_organization_name": "Es muss ein Name für die Organization eingegeben werden",
|
||||
"must_enter_organization_admin_email": "Sie müssen Ihre Organization-Mailadresse eingeben\n",
|
||||
"admin_email": "Ihre Organization-E-Mail",
|
||||
|
@ -263,7 +263,7 @@
|
||||
"org_banner_instructions": "Please upload image of {{width}} width and {{height}} height.",
|
||||
"email_change": "Log back in with your new email address and password.",
|
||||
"create_your_account": "Create your account",
|
||||
"create_your_calcom_account": "Create your Cal.com account",
|
||||
"create_your_calcom_account": "Create your BLS cal account",
|
||||
"sign_up": "Sign up",
|
||||
"youve_been_logged_out": "You've been logged out",
|
||||
"hope_to_see_you_soon": "We hope to see you again soon!",
|
||||
@ -1134,8 +1134,8 @@
|
||||
"generate_api_key_description": "Generate an API key to use with {{appName}} at",
|
||||
"your_unique_api_key": "Your unique API key",
|
||||
"copy_safe_api_key": "Copy this API key and save it somewhere safe. If you lose this key you have to generate a new one.",
|
||||
"zapier_setup_instructions": "<0>Log into your Zapier account and create a new Zap.</0><1>Select Cal.com as your Trigger app. Also choose a Trigger event.</1><2>Choose your account and then enter your Unique API Key.</2><3>Test your Trigger.</3><4>You're set!</4>",
|
||||
"make_setup_instructions": "<0>Go to <1><0>Make Invite Link</0></1> and install the Cal.com app.</0><1>Log into your Make account and create a new Scenario.</1><2>Select Cal.com as your Trigger app. Also choose a Trigger event.</2><3>Choose your account and then enter your Unique API Key.</3><4>Test your Trigger.</4><5>You're set!</5>",
|
||||
"zapier_setup_instructions": "<0>Log into your Zapier account and create a new Zap.</0><1>Select BLS cal as your Trigger app. Also choose a Trigger event.</1><2>Choose your account and then enter your Unique API Key.</2><3>Test your Trigger.</3><4>You're set!</4>",
|
||||
"make_setup_instructions": "<0>Go to <1><0>Make Invite Link</0></1> and install the BLS cal app.</0><1>Log into your Make account and create a new Scenario.</1><2>Select BLS cal as your Trigger app. Also choose a Trigger event.</2><3>Choose your account and then enter your Unique API Key.</3><4>Test your Trigger.</4><5>You're set!</5>",
|
||||
"install_zapier_app": "Please first install the Zapier App in the app store.",
|
||||
"install_make_app": "Please first install the Make App in the app store.",
|
||||
"connect_apple_server": "Connect to Apple Server",
|
||||
@ -1677,7 +1677,7 @@
|
||||
"email_subject_slug_replacement": "A team administrator has replaced your event /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "An administrator on the <strong>{{teamName}}</strong> team has replaced your event type <strong>/{{slug}}</strong> with a managed event type that they control.",
|
||||
"email_body_slug_replacement_info": "Your link will continue to work but some settings for it may have changed. You can review it in event types.",
|
||||
"email_body_slug_replacement_suggestion": "If you have any questions about the event type, please reach out to your administrator.<br /><br />Happy scheduling, <br />The Cal.com team",
|
||||
"email_body_slug_replacement_suggestion": "If you have any questions about the event type, please reach out to your administrator.<br /><br />Happy scheduling, <br />The BLS cal team",
|
||||
"disable_payment_app": "The admin has disabled {{appName}} which affects your event type {{title}}. Attendees are still able to book this type of event but will not be prompted to pay. You may hide hide the event type to prevent this until your admin renables your payment method.",
|
||||
"payment_disabled_still_able_to_book": "Attendees are still able to book this type of event but will not be prompted to pay. You may hide hide the event type to prevent this until your admin reenables your payment method.",
|
||||
"app_disabled_with_event_type": "The admin has disabled {{appName}} which affects your event type {{title}}.",
|
||||
@ -1777,7 +1777,7 @@
|
||||
"teams_plan_required": "Teams plan required",
|
||||
"routing_forms_are_a_great_way": "Routing forms are a great way to route your incoming leads to the right person. Upgrade to a Teams plan to access this feature.",
|
||||
"choose_a_license": "Choose a license",
|
||||
"choose_license_description": "Cal.com comes with an accessible and free AGPLv3 license which has limitations. We are onboarding Enterprise customers for the commercial license which you can inquire about by contacting sales below.",
|
||||
"choose_license_description": "BLS cal comes with an accessible and free AGPLv3 license which has limitations. We are onboarding Enterprise customers for the commercial license which you can inquire about by contacting sales below.",
|
||||
"license": "License",
|
||||
"agplv3_license": "AGPLv3 License",
|
||||
"no_need_to_keep_your_code_open_source": "No need to keep your code open source",
|
||||
@ -1791,7 +1791,7 @@
|
||||
"step_enterprise_license": "Enterprise License",
|
||||
"step_enterprise_license_description": "Everything for a commercial use case with private hosting, repackaging, rebranding and reselling and access exclusive enterprise components.",
|
||||
"setup": "Setup",
|
||||
"setup_description": "Setup Cal.com instance",
|
||||
"setup_description": "Setup BLS cal instance",
|
||||
"configure": "Configure",
|
||||
"sso_configuration": "Single Sign-On",
|
||||
"sso_configuration_description": "Configure SAML/OIDC SSO and allow team members to login using an Identity Provider",
|
||||
@ -1811,7 +1811,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}} configuration deleted successfully",
|
||||
"delete_sso_configuration": "Delete {{connectionType}} configuration",
|
||||
"delete_sso_configuration_confirmation": "Yes, delete {{connectionType}} configuration",
|
||||
"delete_sso_configuration_confirmation_description": "Are you sure you want to delete the {{connectionType}} configuration? Your team members who use {{connectionType}} login will no longer be able to access Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Are you sure you want to delete the {{connectionType}} configuration? Your team members who use {{connectionType}} login will no longer be able to access BLS cal.",
|
||||
"organizer_timezone": "Organizer timezone",
|
||||
"email_user_cta": "View Invitation",
|
||||
"email_no_user_invite_heading_team": "You’ve been invited to join a {{appName}} team",
|
||||
@ -2061,7 +2061,7 @@
|
||||
"set_up_your_organization": "Set up your organization",
|
||||
"set_up_your_platform_organization": "Set up your platform",
|
||||
"organizations_description": "Organizations are shared environments where teams can create shared event types, apps, workflows and more.",
|
||||
"platform_organization_description": "Cal.com Platform lets you integrate scheduling effortlessly into your app using platform apis and atoms.",
|
||||
"platform_organization_description": "BLS cal Platform lets you integrate scheduling effortlessly into your app using platform apis and atoms.",
|
||||
"must_enter_organization_name": "Must enter an organization name",
|
||||
"must_enter_organization_admin_email": "Must enter your organization email address",
|
||||
"admin_email": "Your organization email address",
|
||||
|
@ -1061,8 +1061,8 @@
|
||||
"generate_api_key_description": "Generar una clave API para usar con {{appName}} en",
|
||||
"your_unique_api_key": "Su clave API única",
|
||||
"copy_safe_api_key": "Copie esta clave API y guárdela en algún lugar seguro. Si pierde esta clave tendrá que generar una nueva.",
|
||||
"zapier_setup_instructions": "<0>Inicie sesión en su cuenta de Zapier y cree un nuevo Zap.</0><1>Seleccione Cal.com cómo su aplicación Trigger. También elija un evento Trigger.</1><2>Seleccione su cuenta e ingrese su Clave API única.</2><3>Pruebe su Trigger.</3><4>¡Listo!</4>",
|
||||
"make_setup_instructions": "<0>Vaya al <1><0>Enlace de invitación de Make</0></1> e instale la aplicación Cal.com.</0><1>Inicie sesión en su cuenta de Make y cree un nuevo escenario.</1><2>Seleccione Cal.com como su aplicación de activación. Elija también un evento de activación.</2><3>Elija su cuenta y luego ingrese su clave API única.</3><4>Pruebe su activador.</4><5>¡Ya está!</5 >",
|
||||
"zapier_setup_instructions": "<0>Inicie sesión en su cuenta de Zapier y cree un nuevo Zap.</0><1>Seleccione BLS cal cómo su aplicación Trigger. También elija un evento Trigger.</1><2>Seleccione su cuenta e ingrese su Clave API única.</2><3>Pruebe su Trigger.</3><4>¡Listo!</4>",
|
||||
"make_setup_instructions": "<0>Vaya al <1><0>Enlace de invitación de Make</0></1> e instale la aplicación BLS cal.</0><1>Inicie sesión en su cuenta de Make y cree un nuevo escenario.</1><2>Seleccione BLS cal como su aplicación de activación. Elija también un evento de activación.</2><3>Elija su cuenta y luego ingrese su clave API única.</3><4>Pruebe su activador.</4><5>¡Ya está!</5 >",
|
||||
"install_zapier_app": "Instale primero la aplicación Zapier desde la App Store.",
|
||||
"install_make_app": "Instale primero la aplicación Make desde la App Store.",
|
||||
"connect_apple_server": "Conectar con Apple Server",
|
||||
@ -1567,7 +1567,7 @@
|
||||
"email_subject_slug_replacement": "Un administrador del equipo ha reemplazado su evento /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Un administrador del equipo <strong>{{teamName}}</strong> reemplazó su tipo de evento <strong>/{{slug}}</strong> con un tipo de evento gestionado que él controla.",
|
||||
"email_body_slug_replacement_info": "Su enlace seguirá funcionando, pero algunas configuraciones pueden haber cambiado. Puede revisarlo en tipos de eventos.",
|
||||
"email_body_slug_replacement_suggestion": "Si tiene alguna pregunta sobre el tipo de evento, comuníquese con su administrador.<br /><br />Feliz programación, <br />El equipo de Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Si tiene alguna pregunta sobre el tipo de evento, comuníquese con su administrador.<br /><br />Feliz programación, <br />El equipo de BLS cal",
|
||||
"disable_payment_app": "El administrador ha deshabilitado {{appName}}, lo que afecta a su tipo de evento {{title}}. Los asistentes todavía pueden reservar este tipo de evento, pero no se les pedirá que paguen. Puede ocultar el tipo de evento para evitar esto hasta que su administrador habilite de nuevo su método de pago.",
|
||||
"payment_disabled_still_able_to_book": "Los asistentes todavía pueden reservar este tipo de evento, pero no se les pedirá que paguen. Puede ocultar el tipo de evento para evitarlo hasta que su administrador reactive su método de pago.",
|
||||
"app_disabled_with_event_type": "El administrador desactivó {{appName}}, lo que afecta a su tipo de evento {{title}}.",
|
||||
@ -1664,7 +1664,7 @@
|
||||
"teams_plan_required": "Se requiere un plan de Equipos",
|
||||
"routing_forms_are_a_great_way": "Los formularios de enrutamiento son una excelente manera de dirigir sus clientes potenciales entrantes a la persona adecuada. Actualice a un plan de Equipos para acceder a esta función.",
|
||||
"choose_a_license": "Elija una licencia",
|
||||
"choose_license_description": "Cal.com viene con una licencia AGPLv3 accesible y gratuita, la cual tiene algunas limitaciones. Esta licencia se puede actualizar a una licencia Empresarial en cualquier momento. Puede actualizarla más tarde.",
|
||||
"choose_license_description": "BLS cal viene con una licencia AGPLv3 accesible y gratuita, la cual tiene algunas limitaciones. Esta licencia se puede actualizar a una licencia Empresarial en cualquier momento. Puede actualizarla más tarde.",
|
||||
"license": "Licencia",
|
||||
"agplv3_license": "Licencia AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "No es necesario mantener su código abierto",
|
||||
@ -1678,7 +1678,7 @@
|
||||
"step_enterprise_license": "Licencia Empresarial",
|
||||
"step_enterprise_license_description": "Todo para un caso de uso comercial con alojamiento privado, reempaquetado, cambio de marca y reventa, además de acceso a componentes empresariales exclusivos.",
|
||||
"setup": "Configuración",
|
||||
"setup_description": "Configurar la instancia de Cal.com",
|
||||
"setup_description": "Configurar la instancia de BLS cal",
|
||||
"configure": "Configurar",
|
||||
"sso_configuration": "Configuración de SAML",
|
||||
"sso_configuration_description": "Configure SAML/OIDC SSO y permita que los miembros del equipo inicien sesión con un proveedor de identidad",
|
||||
@ -1697,7 +1697,7 @@
|
||||
"sso_connection_deleted_successfully": "Configuración de {{connectionType}} eliminada con éxito",
|
||||
"delete_sso_configuration": "Eliminar la configuración de {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Sí, eliminar la configuración de {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "¿Está seguro de que desea eliminar la configuración de {{connectionType}}? Los miembros de su equipo que utilicen el inicio de sesión {{connectionType}} ya no podrán acceder a Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "¿Está seguro de que desea eliminar la configuración de {{connectionType}}? Los miembros de su equipo que utilicen el inicio de sesión {{connectionType}} ya no podrán acceder a BLS cal.",
|
||||
"organizer_timezone": "Zona horaria del organizador",
|
||||
"email_user_cta": "Ver la invitación",
|
||||
"email_no_user_invite_heading_team": "Lo han invitado a unirse a un equipo en {{appName}}",
|
||||
|
@ -263,7 +263,7 @@
|
||||
"org_banner_instructions": "Palun laadige üles pilt laiusega {{width}} ja kõrgusega {{height}}.",
|
||||
"email_change": "Logi uuesti sisse oma uue e-posti aadressi ja parooliga.",
|
||||
"create_your_account": "Loo enda konto",
|
||||
"create_your_calcom_account": "Loo oma Cal.com konto",
|
||||
"create_your_calcom_account": "Loo oma BLS cal konto",
|
||||
"sign_up": "Registreeri",
|
||||
"youve_been_logged_out": "Teid on välja logitud",
|
||||
"hope_to_see_you_soon": "Loodame varsti jälle näha!",
|
||||
@ -1134,8 +1134,8 @@
|
||||
"generate_api_key_description": "Generate API võti, mida kasutada rakendusega {{appName}} aadressil",
|
||||
"your_unique_api_key": "Teie ainulaadne API võti",
|
||||
"copy_safe_api_key": "Kopeerige see API võti ja salvestage see kuskile turvalisse kohta. Kui kaotate selle võtme, peate looma uue.",
|
||||
"zapier_setup_instructions": "<0>Logige sisse oma Zapieri kontole ja looge uus Zap.</0><1>Valige oma Triggeri rakenduseks Cal.com. Valige ka Triggeri sündmus.</1><2>Valige oma konto ja seejärel sisestage teie unikaalne API võti.</2><3>Testige oma päästikut.</3><4>Olete valmis!</4>",
|
||||
"make_setup_instructions": "<0>Avage <1><0>Tee kutse link</0></1> ja installige Cal.com-i rakendus.</0><1>Logige sisse oma Make kontole ja looge uus stsenaarium.< /1><2>Valige oma Triggeri rakenduseks Cal.com. Valige ka Triggeri sündmus.</2><3>Valige oma konto ja sisestage kordumatu API võti.</3><4>Testige oma Triggerit. </4><5>Olete valmis!</5>",
|
||||
"zapier_setup_instructions": "<0>Logige sisse oma Zapieri kontole ja looge uus Zap.</0><1>Valige oma Triggeri rakenduseks BLS cal. Valige ka Triggeri sündmus.</1><2>Valige oma konto ja seejärel sisestage teie unikaalne API võti.</2><3>Testige oma päästikut.</3><4>Olete valmis!</4>",
|
||||
"make_setup_instructions": "<0>Avage <1><0>Tee kutse link</0></1> ja installige BLS cal-i rakendus.</0><1>Logige sisse oma Make kontole ja looge uus stsenaarium.< /1><2>Valige oma Triggeri rakenduseks BLS cal. Valige ka Triggeri sündmus.</2><3>Valige oma konto ja sisestage kordumatu API võti.</3><4>Testige oma Triggerit. </4><5>Olete valmis!</5>",
|
||||
"install_zapier_app": "Palun installige esmalt rakenduste poest Zapieri rakendus.",
|
||||
"install_make_app": "Palun esmalt installige rakendus Make App rakenduste poest.",
|
||||
"connect_apple_server": "Ühenda Apple Serveriga",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"email_subject_slug_replacement": "Tiimi administraator asendas teie sündmuse /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Tiimi <strong>{{teamName}}</strong> administraator asendas teie sündmuse tüübi <strong>/{{slug}}</strong> hallatava sündmuse tüübiga, mida nad juhivad.",
|
||||
"email_body_slug_replacement_info": "Teie link töötab edasi, kuid mõned selle seaded võivad olla muutunud. Saate selle üle vaadata sündmuste tüüpides.",
|
||||
"email_body_slug_replacement_suggestion": "Kui teil on sündmuse tüübi kohta küsimusi, võtke ühendust oma administraatoriga.<br /><br />Head ajakava koostamist, <br />Cal.com-i meeskond",
|
||||
"email_body_slug_replacement_suggestion": "Kui teil on sündmuse tüübi kohta küsimusi, võtke ühendust oma administraatoriga.<br /><br />Head ajakava koostamist, <br />BLS cal-i meeskond",
|
||||
"disable_payment_app": "Administraator on keelanud rakenduse {{appName}}, mis mõjutab teie sündmuse tüüpi {{title}}. Osalejad saavad endiselt seda tüüpi sündmusi broneerida, kuid neil ei paluta maksta. Selle vältimiseks võite sündmuse tüübi peita kuni kuni hetkeni teie administraator lubab teie makseviisi uuesti.",
|
||||
"payment_disabled_still_able_to_book": "Osalejad saavad seda tüüpi sündmusi endiselt broneerida, kuid neil ei nõuta tasumist. Selle vältimiseks võite sündmuse tüübi peita seni, kuni administraator teie makseviisi uuesti lubab.",
|
||||
"app_disabled_with_event_type": "Administraator keelas rakenduse {{appName}}, mis mõjutab teie sündmuse tüüpi {{title}}.",
|
||||
@ -1765,7 +1765,7 @@
|
||||
"teams_plan_required": "Vaja on meeskonnaplaani",
|
||||
"routing_forms_are_a_great_way": "Marsruutimisvormid on suurepärane viis sissetulevate müügivihjete suunamiseks õigele inimesele. Sellele funktsioonile juurdepääsuks minge üle Teamsi plaanile.",
|
||||
"choose_a_license": "Vali litsents",
|
||||
"choose_license_description": "Cal.com-iga on kaasas juurdepääsetav ja tasuta AGPLv3 litsents, millel on piirangud. Võtame Enterprise'i kliente kommertslitsentsi saamiseks, mille kohta saate küsida, võttes ühendust allpool oleva müügiga.",
|
||||
"choose_license_description": "BLS cal-iga on kaasas juurdepääsetav ja tasuta AGPLv3 litsents, millel on piirangud. Võtame Enterprise'i kliente kommertslitsentsi saamiseks, mille kohta saate küsida, võttes ühendust allpool oleva müügiga.",
|
||||
"license": "Litsents",
|
||||
"agplv3_license": "AGPLv3 litsents",
|
||||
"no_need_to_keep_your_code_open_source": "Pole vaja hoida oma koodi avatud lähtekoodiga",
|
||||
@ -1779,7 +1779,7 @@
|
||||
"step_enterprise_license": "Ettevõtte litsents",
|
||||
"step_enterprise_license_description": "Kõik äriliseks kasutamiseks koos privaatse hostimise, ümberpakendamise, kaubamärgi muutmise ja edasimüümisega ning juurdepääs eksklusiivsetele ettevõtte komponentidele.",
|
||||
"setup": "Seadistamine",
|
||||
"setup_description": "Seadista Cal.com näide",
|
||||
"setup_description": "Seadista BLS cal näide",
|
||||
"configure": "Seadista",
|
||||
"sso_configuration": "Ühekordne sisselogimine",
|
||||
"sso_configuration_description": "Seadista SAML/OIDC SSO ja luba meeskonnaliikmetel identiteedipakkuja abil sisse logida",
|
||||
@ -1799,7 +1799,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}} konfiguratsiooni kustutamine õnnestus",
|
||||
"delete_sso_configuration": "Kustuta {{connectionType}} konfiguratsioon",
|
||||
"delete_sso_configuration_confirmation": "Jah, kustuta {{connectionType}} konfiguratsioon",
|
||||
"delete_sso_configuration_confirmation_description": "Kas soovite kindlasti konfiguratsiooni {{connectionType}} kustutada? Teie meeskonnaliikmed, kes kasutavad {{connectionType}} sisselogimist, ei pääse enam saidile Cal.com juurde.",
|
||||
"delete_sso_configuration_confirmation_description": "Kas soovite kindlasti konfiguratsiooni {{connectionType}} kustutada? Teie meeskonnaliikmed, kes kasutavad {{connectionType}} sisselogimist, ei pääse enam saidile BLS cal juurde.",
|
||||
"organizer_timezone": "Korraldaja ajavöönd",
|
||||
"email_user_cta": "Vaata kutset",
|
||||
"email_no_user_invite_heading_team": "Teid on kutsutud liituma rakenduse {{appName}} meeskonnaga",
|
||||
@ -2051,7 +2051,7 @@
|
||||
"set_up_your_organization": "Seadistage oma organisatsioon",
|
||||
"set_up_your_platform_organization": "Seadista oma platvorm",
|
||||
"organizations_description": "Organisatsioonid on jagatud keskkonnad, kus meeskonnad saavad luua jagatud sündmuste tüüpe, rakendusi, töövooge ja palju muud.",
|
||||
"platform_organization_description": "Platvorm Cal.com võimaldab teil ajakava hõlpsalt oma rakendusse integreerida, kasutades platvormi apisid ja aatomeid.",
|
||||
"platform_organization_description": "Platvorm BLS cal võimaldab teil ajakava hõlpsalt oma rakendusse integreerida, kasutades platvormi apisid ja aatomeid.",
|
||||
"must_enter_organization_name": "Tuleb sisestada organisatsiooni nimi",
|
||||
"must_enter_organization_admin_email": "Tuleb sisestada oma organisatsiooni e-posti aadress",
|
||||
"admin_email": "Teie organisatsiooni e-posti aadress",
|
||||
|
@ -263,7 +263,7 @@
|
||||
"org_banner_instructions": "Veuillez télécharger une image d'une largeur de {{width}} et d'une hauteur de {{height}}.",
|
||||
"email_change": "Reconnectez-vous avec votre nouvelle adresse e-mail et votre nouveau mot de passe.",
|
||||
"create_your_account": "Créez votre compte",
|
||||
"create_your_calcom_account": "Créez votre compte Cal.com",
|
||||
"create_your_calcom_account": "Créez votre compte BLS cal",
|
||||
"sign_up": "S'inscrire",
|
||||
"youve_been_logged_out": "Vous avez été déconnecté",
|
||||
"hope_to_see_you_soon": "Nous espérons vous revoir bientôt !",
|
||||
@ -1131,8 +1131,8 @@
|
||||
"generate_api_key_description": "Générer une clé API à utiliser avec {{appName}} sur",
|
||||
"your_unique_api_key": "Votre clé API unique",
|
||||
"copy_safe_api_key": "Copiez cette clé API et conservez-la dans un endroit sûr. Si vous perdez cette clé, vous devrez en générer une nouvelle.",
|
||||
"zapier_setup_instructions": "<0>Connectez-vous à votre compte Zapier et créez un nouveau Zap.</0><1>Sélectionnez Cal.com comme application déclencheur. Choisissez également un événement déclencheur.</1><2>Choisissez votre compte, puis saisissez votre clé API unique.</2><3>Testez votre déclencheur.</3><4>Vous êtes prêt !</4>",
|
||||
"make_setup_instructions": "<0>Accédez au <1><0>lien d'invitation Make</0></1> et installez l'application Cal.com.</0><1>Connectez-vous à votre compte Make et créez un nouveau scénario.</1><2>Sélectionnez Cal.com comme application déclencheur. Choisissez également un événement déclencheur.</2><3>Choisissez votre compte, puis saisissez votre clé API unique.</3><4>Testez votre déclencheur.</4><5>Vous êtes prêt !</5>",
|
||||
"zapier_setup_instructions": "<0>Connectez-vous à votre compte Zapier et créez un nouveau Zap.</0><1>Sélectionnez BLS cal comme application déclencheur. Choisissez également un événement déclencheur.</1><2>Choisissez votre compte, puis saisissez votre clé API unique.</2><3>Testez votre déclencheur.</3><4>Vous êtes prêt !</4>",
|
||||
"make_setup_instructions": "<0>Accédez au <1><0>lien d'invitation Make</0></1> et installez l'application BLS cal.</0><1>Connectez-vous à votre compte Make et créez un nouveau scénario.</1><2>Sélectionnez BLS cal comme application déclencheur. Choisissez également un événement déclencheur.</2><3>Choisissez votre compte, puis saisissez votre clé API unique.</3><4>Testez votre déclencheur.</4><5>Vous êtes prêt !</5>",
|
||||
"install_zapier_app": "Veuillez d'abord installer l'application Zapier dans l'App Store.",
|
||||
"install_make_app": "Veuillez d'abord installer l'application Make dans l'App Store.",
|
||||
"connect_apple_server": "Se connecter au serveur d'Apple",
|
||||
@ -1660,7 +1660,7 @@
|
||||
"email_subject_slug_replacement": "Un administrateur d'équipe a remplacé votre événement /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Un administrateur de l'équipe <strong>{{teamName}}</strong> a remplacé votre type d'événement <strong>/{{slug}}</strong> par un type d'événement géré qu'il contrôle.",
|
||||
"email_body_slug_replacement_info": "Votre lien continuera de fonctionner, mais certains de ses paramètres peuvent avoir changé. Vous pouvez l'examiner dans les types d'événements.",
|
||||
"email_body_slug_replacement_suggestion": "Si vous avez des questions sur le type d'événement, veuillez contacter votre administrateur.<br /><br />Bonne planification, <br />L'équipe Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Si vous avez des questions sur le type d'événement, veuillez contacter votre administrateur.<br /><br />Bonne planification, <br />L'équipe BLS cal",
|
||||
"disable_payment_app": "L'administrateur a désactivé {{appName}} qui affecte votre type d'événement {{title}}. Les participants sont toujours en mesure de réserver ce type d'événement, mais ne seront pas invités à payer. Vous pouvez masquer le type d'événement pour l'empêcher jusqu'à ce que votre administrateur réactive votre moyen de paiement.",
|
||||
"payment_disabled_still_able_to_book": "Les participants sont toujours en mesure de réserver ce type d'événement, mais ne seront pas invités à payer. Vous pouvez masquer le type d'événement pour l'empêcher jusqu'à ce que votre administrateur réactive votre mode de paiement.",
|
||||
"app_disabled_with_event_type": "L'administrateur a désactivé {{appName}} qui affecte votre type d'événement {{title}}.",
|
||||
@ -1759,7 +1759,7 @@
|
||||
"teams_plan_required": "Le plan Équipes est requis",
|
||||
"routing_forms_are_a_great_way": "Les formulaires de routage sont un excellent moyen d'acheminer vos prospects entrants vers la bonne personne. Passez au plan Équipes pour accéder à cette fonctionnalité.",
|
||||
"choose_a_license": "Choisir une licence",
|
||||
"choose_license_description": "Cal.com est fourni avec une licence AGPLv3 accessible et gratuite mais comportant des limitations. Nous sommes en train d'intégrer les clients du plan Entreprise pour la licence commerciale. Vous pouvez vous renseigner à ce sujet en contactant le service commercial ci-dessous.",
|
||||
"choose_license_description": "BLS cal est fourni avec une licence AGPLv3 accessible et gratuite mais comportant des limitations. Nous sommes en train d'intégrer les clients du plan Entreprise pour la licence commerciale. Vous pouvez vous renseigner à ce sujet en contactant le service commercial ci-dessous.",
|
||||
"license": "Licence",
|
||||
"agplv3_license": "Licence AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Pas besoin de garder votre code open source",
|
||||
@ -1773,7 +1773,7 @@
|
||||
"step_enterprise_license": "Licence Entreprise",
|
||||
"step_enterprise_license_description": "Tout pour une utilisation commerciale avec hébergement privé, restructuration, changement de marque, revente et accès à des composants d'entreprise exclusifs.",
|
||||
"setup": "Configurer",
|
||||
"setup_description": "Configurez l'instance Cal.com.",
|
||||
"setup_description": "Configurez l'instance BLS cal.",
|
||||
"configure": "Configurer",
|
||||
"sso_configuration": "Authentification unique",
|
||||
"sso_configuration_description": "Configurez le SSO SAML/OIDC et autorisez les membres d'équipe à se connecter à l'aide d'un fournisseur d'identité.",
|
||||
@ -1793,7 +1793,7 @@
|
||||
"sso_connection_deleted_successfully": "Configuration {{connectionType}} supprimée avec succès",
|
||||
"delete_sso_configuration": "Supprimer la configuration {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Oui, supprimer la configuration {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Voulez-vous vraiment supprimer la configuration {{connectionType}} ? Les membres de votre équipe utilisant la connexion {{connectionType}} ne pourront plus accéder à Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Voulez-vous vraiment supprimer la configuration {{connectionType}} ? Les membres de votre équipe utilisant la connexion {{connectionType}} ne pourront plus accéder à BLS cal.",
|
||||
"organizer_timezone": "Fuseau horaire de l'organisateur",
|
||||
"email_user_cta": "Voir l'invitation",
|
||||
"email_no_user_invite_heading_team": "Vous avez été invité à rejoindre une équipe {{appName}}",
|
||||
@ -2043,7 +2043,7 @@
|
||||
"set_up_your_organization": "Configurer votre organisation",
|
||||
"set_up_your_platform_organization": "Configurer votre plateforme",
|
||||
"organizations_description": "Les organisations sont des environnements partagés dans lesquels les équipes peuvent créer des types d'événements partagés, des applications, des workflows, etc.",
|
||||
"platform_organization_description": "La plateforme Cal.com vous permet d'intégrer sans effort la planification dans votre application en utilisant les API et atoms de la plateforme.",
|
||||
"platform_organization_description": "La plateforme BLS cal vous permet d'intégrer sans effort la planification dans votre application en utilisant les API et atoms de la plateforme.",
|
||||
"must_enter_organization_name": "Vous devez entrer un nom d'organisation",
|
||||
"must_enter_organization_admin_email": "Vous devez entrer l'adresse e-mail de votre organisation",
|
||||
"admin_email": "Adresse e-mail de votre organisation",
|
||||
|
@ -260,7 +260,7 @@
|
||||
"org_banner_instructions": "נא להעלות תמונה ברוחב {{width}} וגובה {{height}}.",
|
||||
"email_change": "התחבר/י שוב עם כתובת הדוא\"ל החדשה והסיסמה.",
|
||||
"create_your_account": "צור את החשבון שלך",
|
||||
"create_your_calcom_account": "יצירת החשבון שלך ב־Cal.com",
|
||||
"create_your_calcom_account": "יצירת החשבון שלך ב־BLS cal",
|
||||
"sign_up": "הרשמה",
|
||||
"youve_been_logged_out": "יצאת מהמערכת",
|
||||
"hope_to_see_you_soon": "מקווים לראותך שוב בקרוב!",
|
||||
@ -1129,8 +1129,8 @@
|
||||
"generate_api_key_description": "צור מפתח ממשק מפתחים, API, לשימוש עם {{appName}} ב-",
|
||||
"your_unique_api_key": "מפתח ה-API הייחודי שלך",
|
||||
"copy_safe_api_key": "העתק/י את מפתח ה-API הזה ושמור/י אותו במקום בטוח. אם תאבד/י אותו, יהיה עליך ליצור מפתח חדש.",
|
||||
"zapier_setup_instructions": "<0>התחבר/י לחשבון Zapier שלך וצור/י Zap חדש.</0><1>בחר/י את Cal.com כאפליקציית ה-Trigger. בנוסף, בחר/י אירוע Trigger.</1><2>בחר/י את החשבון שלך ולאחר מכן הזן/י את מפתח ה-API הייחודי שלך.</2><3>בדוק/י את ה-Trigger.</3><4>וזהו, הכל מוכן!</4>",
|
||||
"make_setup_instructions": "<0>עבור/י אל <1><0>יצירת קישור Invite</0></1> והתקן/י את אפליקציית Cal.com.</0><1>התחבר/י לחשבון Make שלך וצור/י Scenario חדש.</1><2>בחר/י את Cal.com כאפליקציית ה-Trigger. בנוסף, בחר/י אירוע Trigger.</2><3>בחר/י את החשבון שלך ולאחר מכן הזן/י את מפתח ה-API הייחודי שלך.</3><4>בדוק/י את ה-Trigger.</4><5>וזהו, הכל מוכן!</5>",
|
||||
"zapier_setup_instructions": "<0>התחבר/י לחשבון Zapier שלך וצור/י Zap חדש.</0><1>בחר/י את BLS cal כאפליקציית ה-Trigger. בנוסף, בחר/י אירוע Trigger.</1><2>בחר/י את החשבון שלך ולאחר מכן הזן/י את מפתח ה-API הייחודי שלך.</2><3>בדוק/י את ה-Trigger.</3><4>וזהו, הכל מוכן!</4>",
|
||||
"make_setup_instructions": "<0>עבור/י אל <1><0>יצירת קישור Invite</0></1> והתקן/י את אפליקציית BLS cal.</0><1>התחבר/י לחשבון Make שלך וצור/י Scenario חדש.</1><2>בחר/י את BLS cal כאפליקציית ה-Trigger. בנוסף, בחר/י אירוע Trigger.</2><3>בחר/י את החשבון שלך ולאחר מכן הזן/י את מפתח ה-API הייחודי שלך.</3><4>בדוק/י את ה-Trigger.</4><5>וזהו, הכל מוכן!</5>",
|
||||
"install_zapier_app": "תחילה עליך להוריד את אפליקציית Zapier מה-App Store ולהתקין אותה.",
|
||||
"install_make_app": "תחילה עליך להוריד את אפליקציית Make מה-App Store ולהתקין אותה.",
|
||||
"connect_apple_server": "חיבור לשרת Apple",
|
||||
@ -1657,7 +1657,7 @@
|
||||
"email_subject_slug_replacement": "מנהל/ת צוות החליף/ה את האירוע שלך /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "מנהל/ת בצוות <strong>{{teamName}}</strong> החליף/ה את סוג האירוע שלך, <strong>/{{slug}}</strong>, בסוג של אירוע מנוהל שתהיה לו/ה אפשרות לשלוט בו.",
|
||||
"email_body_slug_replacement_info": "הקישור שלך ימשיך לעבוד, אבל ייתכן שחלק מההגדרות עבורו השתנו. ניתן לעיין בו בסוגי האירועים.",
|
||||
"email_body_slug_replacement_suggestion": "אם יש לך שאלות לגבי סוג האירוע, פנה/י אל מנהל/ת המערכת.<br /><br />שיהיה תזמון נעים, <br />הצוות של Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "אם יש לך שאלות לגבי סוג האירוע, פנה/י אל מנהל/ת המערכת.<br /><br />שיהיה תזמון נעים, <br />הצוות של BLS cal",
|
||||
"disable_payment_app": "מנהל/ת המערכת השבית/ה את {{appName}}, ויש לכך השפעה על סוג האירוע שלך בשם {{title}}. המשתתפים עדיין יוכלו להזמין אירוע מסוג זה, אבל לא תוצג להם בקשה לביצוע תשלום. ניתן להסתיר את סוג האירוע הזה על מנת למנוע מצב זה עד שמנהל/ת המערכת יפעיל/תפעיל שוב את שיטת התשלום.",
|
||||
"payment_disabled_still_able_to_book": "המשתתפים עדיין יוכלו להזמין אירוע מסוג זה, אבל לא תוצג להם בקשה לביצוע תשלום. ניתן להסתיר את סוג האירוע הזה על מנת למנוע מצב זה עד שמנהל/ת המערכת יפעיל/תפעיל שוב את שיטת התשלום.",
|
||||
"app_disabled_with_event_type": "מנהל/ת המערכת השבית/ה את {{appName}}, ויש לכך השפעה על האירוע שלך מסוג {{title}}.",
|
||||
@ -1756,7 +1756,7 @@
|
||||
"teams_plan_required": "נדרש תוכנית צוותים",
|
||||
"routing_forms_are_a_great_way": "טפסי ניתוב הם דרך מעולה לנתב לידים נכנסים לאדם המתאים. שדרג לתוכנית צוותים לגישה ליכולת זו.",
|
||||
"choose_a_license": "בחר רישיון",
|
||||
"choose_license_description": "Cal.com מגיע עם רישיון AGPLv3 נגיש וחינמי עם כמה מגבלות שניתן לשדרג לתוכנית Enterprise בכל עת לקבלת גישה אליהן. אתה יכול לשדרג בכל מועד עתידי.",
|
||||
"choose_license_description": "BLS cal מגיע עם רישיון AGPLv3 נגיש וחינמי עם כמה מגבלות שניתן לשדרג לתוכנית Enterprise בכל עת לקבלת גישה אליהן. אתה יכול לשדרג בכל מועד עתידי.",
|
||||
"license": "רישיון",
|
||||
"agplv3_license": "רישיון AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "אין צורך להשאיר את הקוד שלך כקוד פתוח",
|
||||
@ -1770,7 +1770,7 @@
|
||||
"step_enterprise_license": "רישיון Enterprise",
|
||||
"step_enterprise_license_description": "כל מה שמימוש מסחרי צריך עם אחסון פרטי, אריזה מחדש, מיתוג מחדש ומכירה עם גישה בלעדית ליכולות Enterprise.",
|
||||
"setup": "התקנה",
|
||||
"setup_description": "התקנת מופע Cal.com",
|
||||
"setup_description": "התקנת מופע BLS cal",
|
||||
"configure": "הגדרה",
|
||||
"sso_configuration": "כניסת הזדהות אחידה SSO",
|
||||
"sso_configuration_description": "הגדר SSO מסוג SAML/OIDC ואפשר לחברי הצוות לבצע כניסה עם ספק הזדהות",
|
||||
@ -1790,7 +1790,7 @@
|
||||
"sso_connection_deleted_successfully": "הגדרות {{connectionType}} נמחקו בהצלחה",
|
||||
"delete_sso_configuration": "מחק את הגדרות {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "כן, מחק את הגדרות {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "אתה בטוח שאתה רוצה למחוק את הגדרות {{connectionType}}? חברי הצוות שלך שמשתמשים ב- {{connectionType}} להזדהות לא יוכלו להשתמש בו להכנס ל- Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "אתה בטוח שאתה רוצה למחוק את הגדרות {{connectionType}}? חברי הצוות שלך שמשתמשים ב- {{connectionType}} להזדהות לא יוכלו להשתמש בו להכנס ל- BLS cal.",
|
||||
"organizer_timezone": "מארגן אזורי זמן",
|
||||
"email_user_cta": "צפה בהזמנה",
|
||||
"email_no_user_invite_heading_team": "הוזמנת להצטרף לצוות ב-{{appName}}",
|
||||
|
@ -260,7 +260,7 @@
|
||||
"org_banner_instructions": "Kérjük, töltsön fel {{width}} szélességű és {{height}} magasságú képet.",
|
||||
"email_change": "Jelentkezzen be új e-mail címével és jelszavával.",
|
||||
"create_your_account": "Fiók létrehozása",
|
||||
"create_your_calcom_account": "Hozzon létre Cal.com-fiókot",
|
||||
"create_your_calcom_account": "Hozzon létre BLS cal-fiókot",
|
||||
"sign_up": "Regisztráció",
|
||||
"youve_been_logged_out": "Ki lettél jelentkeztetve",
|
||||
"hope_to_see_you_soon": "Reméljük hamarosan újra találkozunk!",
|
||||
@ -1128,8 +1128,8 @@
|
||||
"generate_api_key_description": "Hozzon létre egy API-kulcsot a(z) {{appName}} alkalmazáshoz a következő helyen:",
|
||||
"your_unique_api_key": "Az egyedi API kulcsod",
|
||||
"copy_safe_api_key": "Másolja ki ezt az API-kulcsot, és mentse el biztonságos helyre. Ha elveszíti ezt a kulcsot, újat kell létrehoznia.",
|
||||
"zapier_setup_instructions": "<0>Jelentkezzen be Zapier-fiókjába, és hozzon létre egy új Zap-et.</0><1>Válassza ki a Cal.com-ot Trigger alkalmazásként. Válasszon egy Trigger eseményt is.</1><2>Válassza ki fiókját, majd adja meg egyedi API-kulcsát.</2><3>Tesztelje le a triggert.</3><4>Kész!</4> >",
|
||||
"make_setup_instructions": "<0>Lépjen a <1><0>Meghívási link létrehozása</0></1> oldalra, és telepítse a Cal.com alkalmazást.</0><1>Jelentkezzen be Make-fiókjába, és hozzon létre egy új forgatókönyvet.</1><2>Válassza ki a Cal.com-ot Trigger alkalmazásként. Válasszon egy Trigger eseményt is.</2><3>Válassza ki fiókját, majd adja meg egyedi API-kulcsát.</3><4>Tesztelje le a triggert.</4><5>Kész!</5> >",
|
||||
"zapier_setup_instructions": "<0>Jelentkezzen be Zapier-fiókjába, és hozzon létre egy új Zap-et.</0><1>Válassza ki a BLS cal-ot Trigger alkalmazásként. Válasszon egy Trigger eseményt is.</1><2>Válassza ki fiókját, majd adja meg egyedi API-kulcsát.</2><3>Tesztelje le a triggert.</3><4>Kész!</4> >",
|
||||
"make_setup_instructions": "<0>Lépjen a <1><0>Meghívási link létrehozása</0></1> oldalra, és telepítse a BLS cal alkalmazást.</0><1>Jelentkezzen be Make-fiókjába, és hozzon létre egy új forgatókönyvet.</1><2>Válassza ki a BLS cal-ot Trigger alkalmazásként. Válasszon egy Trigger eseményt is.</2><3>Válassza ki fiókját, majd adja meg egyedi API-kulcsát.</3><4>Tesztelje le a triggert.</4><5>Kész!</5> >",
|
||||
"install_zapier_app": "Kérjük, először telepítse a Zapier alkalmazást az alkalmazásboltból.",
|
||||
"install_make_app": "Kérjük, először telepítse a Make App alkalmazást az alkalmazásboltból.",
|
||||
"connect_apple_server": "Csatlakozzon az Apple Szerverhez",
|
||||
@ -1657,7 +1657,7 @@
|
||||
"email_subject_slug_replacement": "Egy csapat adminisztrátor kicserélte az eseményed /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "A <strong>{{teamName}}</strong> csapat egyik adminisztrátora lecserélte az Ön <strong>/{{slug}}</strong> eseménytípusát egy általa irányított kezelt eseménytípusra.",
|
||||
"email_body_slug_replacement_info": "A link továbbra is működni fog, de egyes beállításai módosulhattak. Eseménytípusokban tekintheti át.",
|
||||
"email_body_slug_replacement_suggestion": "Ha kérdése van az esemény típusával kapcsolatban, forduljon a rendszergazdához.<br /><br />Kellemes ütemezést, <br />A Cal.com csapata",
|
||||
"email_body_slug_replacement_suggestion": "Ha kérdése van az esemény típusával kapcsolatban, forduljon a rendszergazdához.<br /><br />Kellemes ütemezést, <br />A BLS cal csapata",
|
||||
"disable_payment_app": "Az adminisztrátor letiltotta a(z) {{appName}} alkalmazást, ami hatással van a(z) {{title}} eseménytípusra. A résztvevők továbbra is foglalhatnak ilyen típusú rendezvényt, de nem kell fizetniük. Ennek elkerülése érdekében elrejtheti az eseménytípus elrejtését, amíg az adminisztrátor nem engedélyezi a fizetési módot.",
|
||||
"payment_disabled_still_able_to_book": "A résztvevők továbbra is foglalhatnak ilyen típusú rendezvényt, de nem kell fizetniük. Ennek megakadályozása érdekében elrejtheti az eseménytípus elrejtését mindaddig, amíg a rendszergazda újra nem engedélyezi a fizetési módot.",
|
||||
"app_disabled_with_event_type": "Az adminisztrátor letiltotta a(z) {{appName}} alkalmazást, ami hatással van a(z) {{title}} eseménytípusra.",
|
||||
@ -1756,7 +1756,7 @@
|
||||
"teams_plan_required": "Csapat előfizetés szükséges",
|
||||
"routing_forms_are_a_great_way": "Az átirányítási űrlapok nagyszerű módja annak, hogy a beérkezőket a megfelelő személyhez irányítsa. A funkció eléréséhez frissítsen Teams csomagra.",
|
||||
"choose_a_license": "Válasszon licencet",
|
||||
"choose_license_description": "A Cal.com elérhető és ingyenes AGPLv3 licenccel rendelkezik, amely korlátozásokkal rendelkezik. Az Vállalati ügyfelek számára elérhető kereskedelmi licenc, amelyről érdeklődhet az alábbi értékesítési pontokon.",
|
||||
"choose_license_description": "A BLS cal elérhető és ingyenes AGPLv3 licenccel rendelkezik, amely korlátozásokkal rendelkezik. Az Vállalati ügyfelek számára elérhető kereskedelmi licenc, amelyről érdeklődhet az alábbi értékesítési pontokon.",
|
||||
"license": "Licenc",
|
||||
"agplv3_license": "AGPLv3 licenc",
|
||||
"no_need_to_keep_your_code_open_source": "Nem szükséges nyílt forráskódú kódot tartania",
|
||||
@ -1770,7 +1770,7 @@
|
||||
"step_enterprise_license": "Vállalati licenc",
|
||||
"step_enterprise_license_description": "Minden kereskedelmi használatra, privát tárhelyszolgáltatással, újracsomagolással, márkaváltással és viszonteladással, valamint exkluzív vállalati összetevők elérésével.",
|
||||
"setup": "Beállít",
|
||||
"setup_description": "A Cal.com példány beállítása",
|
||||
"setup_description": "A BLS cal példány beállítása",
|
||||
"configure": "Beállítás",
|
||||
"sso_configuration": "Egyszeri bejelentkezés",
|
||||
"sso_configuration_description": "Konfigurálja a SAML/OIDC SSO-t, és engedélyezze a csapattagoknak, hogy identitásszolgáltatóval jelentkezzenek be",
|
||||
@ -1790,7 +1790,7 @@
|
||||
"sso_connection_deleted_successfully": "A(z) {{connectionType}} konfiguráció sikeresen törölve",
|
||||
"delete_sso_configuration": "Törölje a {{connectionType}} konfigurációt",
|
||||
"delete_sso_configuration_confirmation": "Igen, törölje a {{connectionType}} konfigurációt",
|
||||
"delete_sso_configuration_confirmation_description": "Biztosan törli a(z) {{connectionType}} konfigurációt? A(z) {{connectionType}} bejelentkezést használó csapattagok többé nem férhetnek hozzá a Cal.com webhelyhez.",
|
||||
"delete_sso_configuration_confirmation_description": "Biztosan törli a(z) {{connectionType}} konfigurációt? A(z) {{connectionType}} bejelentkezést használó csapattagok többé nem férhetnek hozzá a BLS cal webhelyhez.",
|
||||
"organizer_timezone": "Szervező időzónája",
|
||||
"email_user_cta": "Meghívó megtekintése",
|
||||
"email_no_user_invite_heading_team": "Meghívtak, hogy csatlakozzon egy {{appName}} csapatához",
|
||||
@ -2040,7 +2040,7 @@
|
||||
"set_up_your_organization": "Állítsa be szervezetét",
|
||||
"set_up_your_platform_organization": "Állítsa be a platformot",
|
||||
"organizations_description": "A szervezetek megosztott környezetek, ahol a csapatok megosztott eseménytípusokat, alkalmazásokat, munkafolyamatokat és egyebeket hozhatnak létre.",
|
||||
"platform_organization_description": "A Cal.com Platform segítségével könnyedén integrálhatja az ütemezést az alkalmazásba a platform apis és atomok segítségével.",
|
||||
"platform_organization_description": "A BLS cal Platform segítségével könnyedén integrálhatja az ütemezést az alkalmazásba a platform apis és atomok segítségével.",
|
||||
"must_enter_organization_name": "Meg kell adni a szervezet nevét",
|
||||
"must_enter_organization_admin_email": "Meg kell adnia a szervezet e-mail címét",
|
||||
"admin_email": "A szervezet e-mail címe",
|
||||
|
@ -263,7 +263,7 @@
|
||||
"org_banner_instructions": "Carica un'immagine larga {{width}} e alta {{height}}.",
|
||||
"email_change": "Accedi di nuovo con il nuovo indirizzo e-mail e la nuova password.",
|
||||
"create_your_account": "Crea il tuo account",
|
||||
"create_your_calcom_account": "Crea il tuo accout Cal.com",
|
||||
"create_your_calcom_account": "Crea il tuo accout BLS cal",
|
||||
"sign_up": "Registrati",
|
||||
"youve_been_logged_out": "Hai fatto il log out",
|
||||
"hope_to_see_you_soon": "Speriamo di rivederti presto!",
|
||||
@ -1131,8 +1131,8 @@
|
||||
"generate_api_key_description": "Genera una chiave API da usare con {{appName}} su",
|
||||
"your_unique_api_key": "La tua chiave API univoca",
|
||||
"copy_safe_api_key": "Copia questa chiave API e conservala in un posto sicuro. Se perdi la chiave, dovrai generarne una nuova.",
|
||||
"zapier_setup_instructions": "<0>Accedi al tuo account Zapier e crea un nuovo Zap.</0><1>Seleziona Cal.com come app trigger. Scegli l'evento trigger.</1><2>Seleziona il tuo account e immetti la tua chiave API univoca.</2><3>Fai una prova del tuo trigger.</3><4>Fatto!</4>",
|
||||
"make_setup_instructions": "<0>Segui il <1><0>link di invito Make</0></1> e installa l'applicazione Cal.com.</0><1>Accedi al tuo account Make e crea un nuovo Scenario.</1><2>Seleziona Cal.com come app trigger. Scegli l'evento trigger.</2><3>Seleziona il tuo account e immetti la tua chiave API unica.</3><4>Fai una prova del tuo trigger.</4><5>Fatto!</5>",
|
||||
"zapier_setup_instructions": "<0>Accedi al tuo account Zapier e crea un nuovo Zap.</0><1>Seleziona BLS cal come app trigger. Scegli l'evento trigger.</1><2>Seleziona il tuo account e immetti la tua chiave API univoca.</2><3>Fai una prova del tuo trigger.</3><4>Fatto!</4>",
|
||||
"make_setup_instructions": "<0>Segui il <1><0>link di invito Make</0></1> e installa l'applicazione BLS cal.</0><1>Accedi al tuo account Make e crea un nuovo Scenario.</1><2>Seleziona BLS cal come app trigger. Scegli l'evento trigger.</2><3>Seleziona il tuo account e immetti la tua chiave API unica.</3><4>Fai una prova del tuo trigger.</4><5>Fatto!</5>",
|
||||
"install_zapier_app": "Prima è necessario installare l'app Zapier, disponibile nell'App Store.",
|
||||
"install_make_app": "Prima è necessario installare l'applicazione Make, disponibile nell'App Store.",
|
||||
"connect_apple_server": "Connetti al server Apple",
|
||||
@ -1660,7 +1660,7 @@
|
||||
"email_subject_slug_replacement": "Un amministratore di team ha sostituito il tuo evento /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Un amministratore del team <strong>{{teamName}}</strong> ha sostituito il tuo tipo di evento <strong>/{{slug}}</strong> con un tipo di evento gestito da lui controllato.",
|
||||
"email_body_slug_replacement_info": "Il tuo link continuerà a funzionare, ma alcune delle sue impostazioni potrebbero essere state cambiate. Puoi verificarlo nella sezione Tipi di evento.",
|
||||
"email_body_slug_replacement_suggestion": "Per qualsiasi domanda sul tipo di evento, contatta il tuo amministratore.<br /><br />Ti auguriamo una piacevole esperienza di pianificazione, <br />Il team Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Per qualsiasi domanda sul tipo di evento, contatta il tuo amministratore.<br /><br />Ti auguriamo una piacevole esperienza di pianificazione, <br />Il team BLS cal",
|
||||
"disable_payment_app": "L'amministratore ha disabilitato {{appName}}, il che ha effetto sul tuo tipo di evento {{title}}. I partecipanti sono ancora in grado di prenotare questo tipo di evento ma non gli verrà richiesto di pagare. Per evitarlo, è possibile nascondere questo tipo di evento fino a che l'amministratore non riattivi il tuo metodo di pagamento.",
|
||||
"payment_disabled_still_able_to_book": "I partecipanti sono ancora in grado di prenotare questo tipo di evento ma non gli verrà richiesto di pagare. Per evitarlo, è possibile nascondere questo tipo di evento fino a che l'amministratore non riattivi il tuo metodo di pagamento.",
|
||||
"app_disabled_with_event_type": "L'amministratore ha disabilitato {{appName}}, il che ha effetto sul tuo tipo di evento {{title}}.",
|
||||
@ -1759,7 +1759,7 @@
|
||||
"teams_plan_required": "Piano Team richiesto",
|
||||
"routing_forms_are_a_great_way": "I moduli di instradamento sono un ottimo strumento per instradare i contatti in entrata verso le persone giuste. Per accedere a questa funzione, effettua l'upgrade al piano Team.",
|
||||
"choose_a_license": "Scegli una licenza",
|
||||
"choose_license_description": "Cal.com viene fornito con una licenza AGPLv3 accessibile e gratuita che ha alcune limitazioni e può essere convertita in una licenza Enterprise in qualsiasi momento. È possibile effettuare l'upgrade in un secondo tempo.",
|
||||
"choose_license_description": "BLS cal viene fornito con una licenza AGPLv3 accessibile e gratuita che ha alcune limitazioni e può essere convertita in una licenza Enterprise in qualsiasi momento. È possibile effettuare l'upgrade in un secondo tempo.",
|
||||
"license": "Licenza",
|
||||
"agplv3_license": "Licenza AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Non è necessario che il codice rimanga open source",
|
||||
@ -1773,7 +1773,7 @@
|
||||
"step_enterprise_license": "Licenza Enterprise",
|
||||
"step_enterprise_license_description": "Tutto per un uso commerciale con hosting privato, rivendita con nuovo marchio e accesso ai componenti enterprise esclusivi.",
|
||||
"setup": "Impostazione",
|
||||
"setup_description": "Imposta istanza Cal.com",
|
||||
"setup_description": "Imposta istanza BLS cal",
|
||||
"configure": "Configura",
|
||||
"sso_configuration": "Configurazione SAML",
|
||||
"sso_configuration_description": "Configura accesso SSO tramite SAML/OIDC e consenti ai membri del team di accedere utilizzando un provider di identità",
|
||||
@ -1793,7 +1793,7 @@
|
||||
"sso_connection_deleted_successfully": "Configurazione {{connectionType}} eliminata correttamente",
|
||||
"delete_sso_configuration": "Eliminare la configurazione {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Sì, elimina la configurazione {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Eliminare la configurazione {{connectionType}}? I membri del tuo team che utilizzano l'accesso {{connectionType}} non saranno più in grado di accedere a Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Eliminare la configurazione {{connectionType}}? I membri del tuo team che utilizzano l'accesso {{connectionType}} non saranno più in grado di accedere a BLS cal.",
|
||||
"organizer_timezone": "Fuso orario organizzatore",
|
||||
"email_user_cta": "Visualizza invito",
|
||||
"email_no_user_invite_heading_team": "Hai ricevuto un invito a entrare a far parte del team di {{appName}}",
|
||||
@ -2043,7 +2043,7 @@
|
||||
"set_up_your_organization": "Imposta la tua organizzazione",
|
||||
"set_up_your_platform_organization": "Configura la tua piattaforma",
|
||||
"organizations_description": "Le organizzazioni sono ambienti condivisi dove i team possono creare e condividere tipi di eventi, applicazioni, flussi di lavoro e altro ancora.",
|
||||
"platform_organization_description": "La piattaforma Cal.com ti permette di integrare facilmente la pianificazione nella tua app utilizzando API e atom della piattaforma.",
|
||||
"platform_organization_description": "La piattaforma BLS cal ti permette di integrare facilmente la pianificazione nella tua app utilizzando API e atom della piattaforma.",
|
||||
"must_enter_organization_name": "È necessario inserire il nome dell'organizzazione",
|
||||
"must_enter_organization_admin_email": "È necessario inserire l'indirizzo e-mail dell'organizzazione",
|
||||
"admin_email": "Il tuo indirizzo e-mail nell'organizzazione",
|
||||
|
@ -278,7 +278,7 @@
|
||||
"welcome": "ようこそ",
|
||||
"welcome_back": "おかえりなさい",
|
||||
"welcome_to_calcom": "{{appName}} へようこそ",
|
||||
"welcome_instructions": "Cal.com でご使用になるお名前とタイムゾーンを教えてください。これらは後から編集できます。",
|
||||
"welcome_instructions": "BLS cal でご使用になるお名前とタイムゾーンを教えてください。これらは後から編集できます。",
|
||||
"connect_caldav": "CalDav (ベータ版) に接続",
|
||||
"connect": "接続",
|
||||
"try_for_free": "無料で試す",
|
||||
@ -1062,8 +1062,8 @@
|
||||
"generate_api_key_description": "以下より {{appName}} で使用する API キーを生成する: ",
|
||||
"your_unique_api_key": "あなた専用の API キー",
|
||||
"copy_safe_api_key": "この API キーをコピーして安全な場所に保存してください。このキーを紛失した場合は、新しいキーを生成する必要があります。",
|
||||
"zapier_setup_instructions": "<0>Zapier アカウントにログインし、新しい Zap を作成します。</0><1>Cal.com をトリガーアプリとして選択します。また、トリガーイベントも選択します。</1><2>アカウントを選択し、あなた専用の API キーを入力します。</2><3>トリガーをテストします。</3><4>これで設定は完了です!</4>",
|
||||
"make_setup_instructions": "<0><1><0>Make の招待リンク</0></1>に移動して、Cal.com アプリをインストールします。</0><1>Make アカウントにログインして、新しいシナリオ作成します。</1><2>Cal.com をトリガーアプリとして選択します。またトリガーイベントを選びます。</2><3>アカウントを選んでから、あなた専用のAPIキーを入力します。</3><4>トリガーをテストします。</4><5>設定完了!</5>",
|
||||
"zapier_setup_instructions": "<0>Zapier アカウントにログインし、新しい Zap を作成します。</0><1>BLS cal をトリガーアプリとして選択します。また、トリガーイベントも選択します。</1><2>アカウントを選択し、あなた専用の API キーを入力します。</2><3>トリガーをテストします。</3><4>これで設定は完了です!</4>",
|
||||
"make_setup_instructions": "<0><1><0>Make の招待リンク</0></1>に移動して、BLS cal アプリをインストールします。</0><1>Make アカウントにログインして、新しいシナリオ作成します。</1><2>BLS cal をトリガーアプリとして選択します。またトリガーイベントを選びます。</2><3>アカウントを選んでから、あなた専用のAPIキーを入力します。</3><4>トリガーをテストします。</4><5>設定完了!</5>",
|
||||
"install_zapier_app": "まず、アプリストアで Zapier アプリをインストールしてください。",
|
||||
"install_make_app": "まず、アプリストアで Make アプリをインストールしてください。",
|
||||
"connect_apple_server": "Apple のサーバーに接続",
|
||||
@ -1568,7 +1568,7 @@
|
||||
"email_subject_slug_replacement": "チームの管理者があなたのイベント /{{slug}} を置き換えました",
|
||||
"email_body_slug_replacement_notice": "<strong>{{teamName}}</strong> チームの管理者が、あなたのイベントの種類 <strong>/{{slug}}</strong> を彼らが管理する管理済みのイベントの種類へと置き換えました。",
|
||||
"email_body_slug_replacement_info": "あなたのリンクは引き続き機能しますが、リンクの設定の一部が変更された可能性があります。変更内容はイベントの種類で確認できます。",
|
||||
"email_body_slug_replacement_suggestion": "イベントの種類について質問がある場合には、管理者までお問合せください。<br /><br />それでは、スケジュール設定をお楽しみください。<br />Cal.com チーム",
|
||||
"email_body_slug_replacement_suggestion": "イベントの種類について質問がある場合には、管理者までお問合せください。<br /><br />それでは、スケジュール設定をお楽しみください。<br />BLS cal チーム",
|
||||
"disable_payment_app": "管理者が {{appName}} を無効にしたため、イベントの種類 {{title}} に影響を与える可能性があります。出席者がこの種類のイベントを予約することは可能ですが、支払いを促されることはありません。管理者が支払い方法を再度有効にするまでの間これを防ぐために、イベントの種類を非表示にすることができます。",
|
||||
"payment_disabled_still_able_to_book": "出席者がこの種類のイベントを予約することは可能ですが、支払いを促されることはありません。管理者が支払い方法を再度有効にするまでの間これを防ぐために、イベントの種類を非表示にすることができます。",
|
||||
"app_disabled_with_event_type": "管理者が {{appName}} を無効にしているため、あなたのイベントの種類 {{title}} に影響を与える可能性があります.",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"teams_plan_required": "チームプランが必要です",
|
||||
"routing_forms_are_a_great_way": "ルーティングフォームは、受け付けたリードを適切な担当者に割り当てる際に役立ちます。この機能を利用するには、チームプランへとアップグレードしてください。",
|
||||
"choose_a_license": "ライセンスを選択",
|
||||
"choose_license_description": "Cal.com には無料で利用可能な AGPLv3 ライセンスが付属していますが、これにはいくつかの制限があり、いつでも企業向けライセンスへとアップグレードすることができます。アップグレードは今後のどのタイミングでも可能です。",
|
||||
"choose_license_description": "BLS cal には無料で利用可能な AGPLv3 ライセンスが付属していますが、これにはいくつかの制限があり、いつでも企業向けライセンスへとアップグレードすることができます。アップグレードは今後のどのタイミングでも可能です。",
|
||||
"license": "ライセンス",
|
||||
"agplv3_license": "AGPLv3 ライセンス",
|
||||
"no_need_to_keep_your_code_open_source": "コードをオープンソースのままにしておく必要はありません",
|
||||
@ -1679,7 +1679,7 @@
|
||||
"step_enterprise_license": "Enterprise ライセンス",
|
||||
"step_enterprise_license_description": "プライベートホスティング、再パッケージ、リブランディング、再販売、専用の企業向けコンポーネントなど、商用ユースケースに必要なあらゆる機能が備わっています。",
|
||||
"setup": "セットアップ",
|
||||
"setup_description": "Cal.com インスタンスをセットアップ",
|
||||
"setup_description": "BLS cal インスタンスをセットアップ",
|
||||
"configure": "構成する",
|
||||
"sso_configuration": "シングルサインオン",
|
||||
"sso_configuration_description": "SAML/OIDC SSO を構成し、チームメンバーが ID プロバイダーを使用してログインできるようにします",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}} の構成が正常に削除されました",
|
||||
"delete_sso_configuration": "{{connectionType}} の構成を削除",
|
||||
"delete_sso_configuration_confirmation": "はい。{{connectionType}} の構成を削除します",
|
||||
"delete_sso_configuration_confirmation_description": "{{connectionType}} の構成を削除してもよろしいですか?{{connectionType}} でのログインを使用しているチームメンバーは、Cal.com にアクセスできなくなります。",
|
||||
"delete_sso_configuration_confirmation_description": "{{connectionType}} の構成を削除してもよろしいですか?{{connectionType}} でのログインを使用しているチームメンバーは、BLS cal にアクセスできなくなります。",
|
||||
"organizer_timezone": "主催者のタイムゾーン",
|
||||
"email_user_cta": "招待を表示",
|
||||
"email_no_user_invite_heading_team": "{{appName}} チームに参加するよう招待されました",
|
||||
|
@ -1062,8 +1062,8 @@
|
||||
"generate_api_key_description": "{{appName}}에서 사용할 API 키 생성 위치",
|
||||
"your_unique_api_key": "귀하의 고유 API 키",
|
||||
"copy_safe_api_key": "이 API 키를 복사하여 안전한 곳에 보관하십시오. 이 키를 분실한 경우 새 키를 생성해야 합니다.",
|
||||
"zapier_setup_instructions": "<0>Zapier 계정에 로그인하고 새 Zap을 만듭니다.</0><1>Cal.com을 트리거 앱으로 선택합니다. 또한 트리거 이벤트를 선택합니다.</1><2>계정을 선택한 후 고유 API 키를 입력합니다.</2><3>트리거를 테스트합니다.</3><4>설정이 완료되었습니다!</4 >",
|
||||
"make_setup_instructions": "<0><1><0>초대 링크 만들기</0></1>로 이동하여 Cal.com 앱을 설치합니다.</0><1>Make 계정에 로그인하고 새 시나리오를 만듭니다.</1><2>Cal.com을 Trigger 앱으로 선택합니다. 트리거 이벤트도 선택합니다.</2><3>계정을 선택한 후 고유 API 키를 입력합니다.</3><4>트리거를 테스트합니다.</4><5>이제 준비되었습니다!</5 >",
|
||||
"zapier_setup_instructions": "<0>Zapier 계정에 로그인하고 새 Zap을 만듭니다.</0><1>BLS cal을 트리거 앱으로 선택합니다. 또한 트리거 이벤트를 선택합니다.</1><2>계정을 선택한 후 고유 API 키를 입력합니다.</2><3>트리거를 테스트합니다.</3><4>설정이 완료되었습니다!</4 >",
|
||||
"make_setup_instructions": "<0><1><0>초대 링크 만들기</0></1>로 이동하여 BLS cal 앱을 설치합니다.</0><1>Make 계정에 로그인하고 새 시나리오를 만듭니다.</1><2>BLS cal을 Trigger 앱으로 선택합니다. 트리거 이벤트도 선택합니다.</2><3>계정을 선택한 후 고유 API 키를 입력합니다.</3><4>트리거를 테스트합니다.</4><5>이제 준비되었습니다!</5 >",
|
||||
"install_zapier_app": "먼저 앱 스토어에서 Zapier 앱을 설치하십시오.",
|
||||
"install_make_app": "먼저 앱 스토어에서 Make 앱을 설치하십시오.",
|
||||
"connect_apple_server": "Apple 서버에 연결하기",
|
||||
@ -1568,7 +1568,7 @@
|
||||
"email_subject_slug_replacement": "팀 관리자가 귀하의 이벤트 /{{slug}}를 교체했습니다",
|
||||
"email_body_slug_replacement_notice": "<strong>{{teamName}}</strong> 팀의 관리자가 귀하의 이벤트 타입 <strong>/{{slug}}</strong>을(를) 제어 대상인 관리형 이벤트 타입으로 교체했습니다.",
|
||||
"email_body_slug_replacement_info": "링크는 계속 유효하지만 일부 설정이 변경될 수 있습니다. 이벤트 타입에서 이를 검토할 수 있습니다.",
|
||||
"email_body_slug_replacement_suggestion": "이벤트 타입에 대한 질문이 있는 경우, 관리자에게 문의하십시오.<br /><br />즐겁게 일정 관리하세요! <br />Cal.com 팀 드림",
|
||||
"email_body_slug_replacement_suggestion": "이벤트 타입에 대한 질문이 있는 경우, 관리자에게 문의하십시오.<br /><br />즐겁게 일정 관리하세요! <br />BLS cal 팀 드림",
|
||||
"disable_payment_app": "관리자가 이벤트 타입 {{title}}에 영향을 미치는 {{appName}} 앱을 비활성화했습니다. 참석자는 여전히 이러한 타입의 이벤트를 예약할 수 있지만 결제하라는 메시지는 표시되지 않습니다. 관리자가 결제 수단을 다시 활성화할 때까지 이를 방지하기 위해 이벤트 타입을 숨길 수 있습니다.",
|
||||
"payment_disabled_still_able_to_book": "참석자는 여전히 이러한 타입의 이벤트를 예약할 수 있지만 결제하라는 메시지는 표시되지 않습니다. 관리자가 결제 수단을 다시 활성화할 때까지 이를 방지하기 위해 이벤트 타입을 숨길 수 있습니다.",
|
||||
"app_disabled_with_event_type": "관리자가 이벤트 타입 {{title}}에 영향을 미치는 {{appName}} 앱을 비활성화했습니다.",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"teams_plan_required": "Teams 플랜이 필요함",
|
||||
"routing_forms_are_a_great_way": "라우팅 양식은 들어오는 리드를 올바른 당사자에게 전달하는 좋은 방법입니다. 이 기능에 액세스하려면 Teams 플랜으로 업그레이드하세요.",
|
||||
"choose_a_license": "라이선스 선택",
|
||||
"choose_license_description": "Cal.com은 액세스 가능한 무료 AGPLv3 라이선스와 함께 제공되며 일부 제한된 기능은 Enterprise 라이선스로 업그레이드하여 언제든지 이용할 수 있습니다. 업그레이드는 나중에 언제든지 가능합니다.",
|
||||
"choose_license_description": "BLS cal은 액세스 가능한 무료 AGPLv3 라이선스와 함께 제공되며 일부 제한된 기능은 Enterprise 라이선스로 업그레이드하여 언제든지 이용할 수 있습니다. 업그레이드는 나중에 언제든지 가능합니다.",
|
||||
"license": "라이선스",
|
||||
"agplv3_license": "AGPLv3 라이선스",
|
||||
"no_need_to_keep_your_code_open_source": "코드를 오픈 소스로 유지할 필요가 없습니다",
|
||||
@ -1679,7 +1679,7 @@
|
||||
"step_enterprise_license": "Enterprise 라이선스",
|
||||
"step_enterprise_license_description": "개인 호스팅, 리패키징, 리브랜딩, 재판매 및 독점 엔터프라이즈 구성 요소 액세스 등 상업적 이용을 위한 모든 요소를 갖추고 있습니다.",
|
||||
"setup": "설정",
|
||||
"setup_description": "Cal.com 인스턴스 설정",
|
||||
"setup_description": "BLS cal 인스턴스 설정",
|
||||
"configure": "구성",
|
||||
"sso_configuration": "싱글 사인온",
|
||||
"sso_configuration_description": "SAML/OIDC SSO를 구성하고 팀원이 ID 공급자를 사용하여 로그인하도록 허용",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}} 구성이 삭제되었습니다",
|
||||
"delete_sso_configuration": "{{connectionType}} 구성 삭제",
|
||||
"delete_sso_configuration_confirmation": "예, {{connectionType}} 구성을 삭제합니다",
|
||||
"delete_sso_configuration_confirmation_description": "{{connectionType}} 구성을 삭제하시겠습니까? {{connectionType}} 로그인을 사용하는 팀원은 더 이상 Cal.com에 액세스할 수 없습니다.",
|
||||
"delete_sso_configuration_confirmation_description": "{{connectionType}} 구성을 삭제하시겠습니까? {{connectionType}} 로그인을 사용하는 팀원은 더 이상 BLS cal에 액세스할 수 없습니다.",
|
||||
"organizer_timezone": "주최자 시간대",
|
||||
"email_user_cta": "초대 보기",
|
||||
"email_no_user_invite_heading_team": "{{appName}} 팀에 참여 초대를 받으셨습니다",
|
||||
|
@ -1063,7 +1063,7 @@
|
||||
"your_unique_api_key": "Uw unieke API-sleutel",
|
||||
"copy_safe_api_key": "Kopieer deze API-sleutel en sla deze ergens veilig op. Als u deze sleutel verliest, moet u een nieuwe genereren.",
|
||||
"zapier_setup_instructions": "<0>Meld u aan op uw Zapier-account en maak een nieuwe Zap.</0><1>Selecteer {{appName}} als uw activatie-app. Kies ook een activatiegebeurtenis.</1><2>Kies uw account en voer vervolgens uw unieke API-sleutel in.</2><3>Test uw activatie.</3><4>U bent er klaar voor!</4>",
|
||||
"make_setup_instructions": "<0>Ga naar <1><0>Make-uitnodigingslink</0></1> en installeer de Cal.com-app.</0><1>Log in bij uw Make-account en maak een nieuw scenario.</1><2>Selecteer Cal.com als uw activatie-app. Kies ook een activatiegebeurtenis.</2><3>Kies uw account en voer uw unieke API-sleutel in.</3><4>Test uw activatie.</4><5>U bent er klaar voor!</5>",
|
||||
"make_setup_instructions": "<0>Ga naar <1><0>Make-uitnodigingslink</0></1> en installeer de BLS cal-app.</0><1>Log in bij uw Make-account en maak een nieuw scenario.</1><2>Selecteer BLS cal als uw activatie-app. Kies ook een activatiegebeurtenis.</2><3>Kies uw account en voer uw unieke API-sleutel in.</3><4>Test uw activatie.</4><5>U bent er klaar voor!</5>",
|
||||
"install_zapier_app": "Installeer eerst de Zapier-app in de App Store.",
|
||||
"install_make_app": "Installeer eerst de Make-app uit de appstore.",
|
||||
"connect_apple_server": "Verbinding maken met Apple Server",
|
||||
@ -1568,7 +1568,7 @@
|
||||
"email_subject_slug_replacement": "Een teambeheerder heeft uw gebeurtenis vervangen /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Een beheerder van het team <strong>{{teamName}}</strong> heeft uw gebeurtenistype <strong>/{{slug}}</strong> vervangen door een type beheerde gebeurtenis dat deze beheert.",
|
||||
"email_body_slug_replacement_info": "Uw link blijft werken, maar sommige instellingen ervoor kunnen gewijzigd zijn. U kunt deze bekijken in gebeurtenistypen.",
|
||||
"email_body_slug_replacement_suggestion": "Neem contact op met uw beheerder als u vragen hebt over het gebeurtenistype.<br /><br />Veel plezier met plannen, <br />Het Cal.com-team",
|
||||
"email_body_slug_replacement_suggestion": "Neem contact op met uw beheerder als u vragen hebt over het gebeurtenistype.<br /><br />Veel plezier met plannen, <br />Het BLS cal-team",
|
||||
"disable_payment_app": "De beheerder heeft {{appName}} uitgeschakeld die van invloed is op uw gebeurtenistype {{title}}. Deelnemers kunnen dit tyoe gebeurtenissen nog steeds boeken, maar worden niet gevraagd te betalen. U kunt het gebeurtenistype verbergen om dit te voorkomen totdat uw beheerde de betaalmethode opnieuw inschakelt.",
|
||||
"payment_disabled_still_able_to_book": "Deelnemers kunnen dit type gebeurtenis nog steeds boeken, maar worden niet gevraagd te betalen. U kunt het gebeurtenistype verbergen om dit te voorkomen totdat uw beheerde de betaalmethode opnieuw inschakelt.",
|
||||
"app_disabled_with_event_type": "De beheerder heeft {{appName}} uitgeschakeld die van invloed is op uw gebeurtenistype {{title}}.",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"teams_plan_required": "Teams-abonnement vereist",
|
||||
"routing_forms_are_a_great_way": "Routeringsformulieren zijn een geweldige manier om uw inkomende leads naar de juiste persoon te leiden. Upgrade naar een Teams-abonnement om toegang te krijgen tot deze functie.",
|
||||
"choose_a_license": "Kies een licentie",
|
||||
"choose_license_description": "Cal.com wordt geleverd met een toegankelijke en gratis AGPLv3-licentie met enkele beperkingen die op elk moment kan worden geüpgraded naar een bedrijfslicentie. U kunt later altijd upgraden.",
|
||||
"choose_license_description": "BLS cal wordt geleverd met een toegankelijke en gratis AGPLv3-licentie met enkele beperkingen die op elk moment kan worden geüpgraded naar een bedrijfslicentie. U kunt later altijd upgraden.",
|
||||
"license": "Licentie",
|
||||
"agplv3_license": "AGPLv3-licentie",
|
||||
"no_need_to_keep_your_code_open_source": "Uw code hoeft niet open source te zijn",
|
||||
@ -1679,7 +1679,7 @@
|
||||
"step_enterprise_license": "Enterprise-licentie",
|
||||
"step_enterprise_license_description": "Alles voor commerciële toepassing met privéhosting, opnieuw verpakken, rebranden en doorverkopen en toegang tot exclusieve bedrijfscomponenten.",
|
||||
"setup": "Configuratie",
|
||||
"setup_description": "Cal.com-exemplaar configureren",
|
||||
"setup_description": "BLS cal-exemplaar configureren",
|
||||
"configure": "Configureren",
|
||||
"sso_configuration": "Eenmalige aanmelding",
|
||||
"sso_configuration_description": "SAML/OIDC SSO configureren en teamleden laten inloggen met behulp van een identiteitsprovider",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}}-configuratie verwijderd",
|
||||
"delete_sso_configuration": "{{connectionType}}-configuratie verwijderen",
|
||||
"delete_sso_configuration_confirmation": "Ja, verwijder de {{connectionType}}-configuratie",
|
||||
"delete_sso_configuration_confirmation_description": "Weet u zeker dat u de {{connectionType}}-configuratie wilt verwijderen? Uw teamleden die {{connectionType}}-aanmelding gebruiken hebben niet langer toegang tot Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Weet u zeker dat u de {{connectionType}}-configuratie wilt verwijderen? Uw teamleden die {{connectionType}}-aanmelding gebruiken hebben niet langer toegang tot BLS cal.",
|
||||
"organizer_timezone": "Tijdzone organisator",
|
||||
"email_user_cta": "Uitnodiging weergeven",
|
||||
"email_no_user_invite_heading_team": "U bent uitgenodigd om lid te worden van een {{appName}}-team",
|
||||
|
@ -1062,8 +1062,8 @@
|
||||
"generate_api_key_description": "Wygeneruj klucz interfejsu API do użycia z aplikacją {{appName}} na",
|
||||
"your_unique_api_key": "Twój niepowtarzalny klucz API",
|
||||
"copy_safe_api_key": "Skopiuj ten klucz API i zapisz go w bezpiecznym miejscu. Jeśli stracisz ten klucz, trzeba będzie wygenerować nowy.",
|
||||
"zapier_setup_instructions": "<0>Zaloguj się do swojego konta Zapier i utwórz nowy Zap.</0><1>Wybierz Cal.com jako aplikację wyzwalającą. Wybierz również wydarzenie wyzwalające. </1><2>Wybierz konto, a następnie wprowadź niepowtarzalny klucz interfejsu API.</2><3>Przetestuj wyzwalanie.</3><4>Wszystko gotowe!</4>",
|
||||
"make_setup_instructions": "<0>Przejdź do sekcji <1><0>Link z zaproszeniem Make</0></1> i zainstaluj aplikację Cal.com.</0><1><0>Zaloguj się do swojego konta Make i utwórz nowy Scenariusz (Scenario).</1><2>Wybierz Cal.com jako aplikację wyzwalającą. Wybierz również wydarzenie wyzwalające. </2></2>Wybierz konto, a następnie wprowadź niepowtarzalny klucz interfejsu API.</3><4>Przetestuj wyzwalanie.</4><5>Wszystko gotowe!</5>",
|
||||
"zapier_setup_instructions": "<0>Zaloguj się do swojego konta Zapier i utwórz nowy Zap.</0><1>Wybierz BLS cal jako aplikację wyzwalającą. Wybierz również wydarzenie wyzwalające. </1><2>Wybierz konto, a następnie wprowadź niepowtarzalny klucz interfejsu API.</2><3>Przetestuj wyzwalanie.</3><4>Wszystko gotowe!</4>",
|
||||
"make_setup_instructions": "<0>Przejdź do sekcji <1><0>Link z zaproszeniem Make</0></1> i zainstaluj aplikację BLS cal.</0><1><0>Zaloguj się do swojego konta Make i utwórz nowy Scenariusz (Scenario).</1><2>Wybierz BLS cal jako aplikację wyzwalającą. Wybierz również wydarzenie wyzwalające. </2></2>Wybierz konto, a następnie wprowadź niepowtarzalny klucz interfejsu API.</3><4>Przetestuj wyzwalanie.</4><5>Wszystko gotowe!</5>",
|
||||
"install_zapier_app": "Najpierw zainstaluj aplikację Zapier pobraną ze sklepu App Store.",
|
||||
"install_make_app": "Najpierw zainstaluj aplikację Make pobraną ze sklepu App Store.",
|
||||
"connect_apple_server": "Połącz z serwerem Apple",
|
||||
@ -1568,7 +1568,7 @@
|
||||
"email_subject_slug_replacement": "Administrator zespołu zastąpił Twoje wydarzenie /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Administrator zespołu <strong>{{teamName}}</strong> zastąpił Twój typ wydarzenia <strong>/{{slug}}</strong> kontrolowanym przez siebie typem zarządzanego wydarzenia.",
|
||||
"email_body_slug_replacement_info": "Twój link nadal będzie działał, ale niektóre z jego ustawień mogły ulec zmianie. Możesz zobaczyć szczegóły w typach wydarzeń.",
|
||||
"email_body_slug_replacement_suggestion": "Jeśli masz jakiekolwiek pytania dotyczące typu wydarzenia, skontaktuj się z administratorem.<br /><br />Miłego planowania, <br />Zespół Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Jeśli masz jakiekolwiek pytania dotyczące typu wydarzenia, skontaktuj się z administratorem.<br /><br />Miłego planowania, <br />Zespół BLS cal",
|
||||
"disable_payment_app": "Administrator wyłączył aplikację {{appName}}, która ma wpływ na Twój typ wydarzenia ({{title}}). Uczestnicy nadal mogą rezerwować wydarzenie tego typu, ale nie zostaną poproszeni o płatność. Możesz ukryć ten typ wydarzenia, aby temu zapobiec, póki administrator nie włączy ponownie Twojej metody płatności.",
|
||||
"payment_disabled_still_able_to_book": "Uczestnicy nadal mogą rezerwować wydarzenie tego typu, ale nie zostaną poproszeni o płatność. Możesz ukryć ten typ wydarzenia, aby temu zapobiec, póki administrator nie włączy ponownie Twojej metody płatności.",
|
||||
"app_disabled_with_event_type": "Administrator wyłączył aplikację {{appName}}, która ma wpływ na Twój typ wydarzenia ({{title}}).",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"teams_plan_required": "Wymagany plan dla zespołów",
|
||||
"routing_forms_are_a_great_way": "Formularze przekierowania są świetnym sposobem na przekierowanie Twoich potencjalnych klientów do właściwej osoby. Przejdź na plan Teams, aby uzyskać dostęp do tej funkcji.",
|
||||
"choose_a_license": "Wybierz licencję",
|
||||
"choose_license_description": "Wraz z Cal.com zyskujesz przystępną i bezpłatną licencję AGPLv3 z pewnymi ograniczeniami, z której można w każdej chwili przejść na licencję dla przedsiębiorstw. Na wyższą wersję możesz przejść w każdej chwili.",
|
||||
"choose_license_description": "Wraz z BLS cal zyskujesz przystępną i bezpłatną licencję AGPLv3 z pewnymi ograniczeniami, z której można w każdej chwili przejść na licencję dla przedsiębiorstw. Na wyższą wersję możesz przejść w każdej chwili.",
|
||||
"license": "Licencja",
|
||||
"agplv3_license": "Licencja AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Twój kod nie musi pozostawać otwarty.",
|
||||
@ -1679,7 +1679,7 @@
|
||||
"step_enterprise_license": "Licencja dla przedsiębiorstw",
|
||||
"step_enterprise_license_description": "Wszystko do użytku komercyjnego wraz z prywatnym hostingiem, możliwością zmiany wyglądu, marki i odsprzedaży oraz z dostępem do ekskluzywnych komponentów dla przedsiębiorstw.",
|
||||
"setup": "Konfiguracja",
|
||||
"setup_description": "Skonfiguruj wystąpienie Cal.com",
|
||||
"setup_description": "Skonfiguruj wystąpienie BLS cal",
|
||||
"configure": "Konfiguruj",
|
||||
"sso_configuration": "Pojedyncze logowanie",
|
||||
"sso_configuration_description": "Skonfiguruj logowanie jednokrotne SAML/OIDC i zezwól członkom zespołu na logowanie się przy użyciu dostawcy tożsamości",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"sso_connection_deleted_successfully": "Konfiguracja {{connectionType}} została usunięta",
|
||||
"delete_sso_configuration": "Usuń konfigurację {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Tak, usuń konfigurację {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Czy na pewno chcesz usunąć konfigurację {{connectionType}}? Członkowie zespołu, którzy używają logowania {{connectionType}} nie będą już mogli uzyskać dostępu do Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Czy na pewno chcesz usunąć konfigurację {{connectionType}}? Członkowie zespołu, którzy używają logowania {{connectionType}} nie będą już mogli uzyskać dostępu do BLS cal.",
|
||||
"organizer_timezone": "Strefa czasowa organizatora",
|
||||
"email_user_cta": "Wyświetl zaproszenie",
|
||||
"email_no_user_invite_heading_team": "Zaproszono Cię do dołączenia do zespołu {{appName}}",
|
||||
|
@ -260,7 +260,7 @@
|
||||
"org_banner_instructions": "Faça upload de uma imagem com largura {{width}} e altura {{height}} .",
|
||||
"email_change": "Volte a entrar com seu novo endereço de e-mail e senha.",
|
||||
"create_your_account": "Criar sua conta",
|
||||
"create_your_calcom_account": "Crie sua conta Cal.com",
|
||||
"create_your_calcom_account": "Crie sua conta BLS cal",
|
||||
"sign_up": "Cadastro",
|
||||
"youve_been_logged_out": "A sessão foi encerrada",
|
||||
"hope_to_see_you_soon": "Esperamos te ver novamente em breve!",
|
||||
@ -1128,7 +1128,7 @@
|
||||
"your_unique_api_key": "Sua chave de API única",
|
||||
"copy_safe_api_key": "Copie esta chave de API e salve em um local seguro. Se perder a chave, será preciso gerar uma nova.",
|
||||
"zapier_setup_instructions": "<0>Entre na conta do Zapier e crie um novo Zap.</0><1>Selecione {{appName}} como seu app de gatilho. Escolha também um evento de gatilho.</1><2>Escolha sua conta e insira sua chave de API única.</2><3>Teste seu gatilho.</3><4>Tudo pronto!</4>",
|
||||
"make_setup_instructions": "<0>Vá para <1><0>Vincular convite do Make</0></1> e instale o aplicativo do Cal.com.</0><1>Entre na conta do Make e crie um novo Cenário.</1><2>Selecione Cal.com como seu aplicativo de gatilho. Escolha também um evento de gatilho.</2><3>Escolha sua conta e insira sua chave de API única.</3><4>Teste seu gatilho.</4><5>Tudo pronto!</5>",
|
||||
"make_setup_instructions": "<0>Vá para <1><0>Vincular convite do Make</0></1> e instale o aplicativo do BLS cal.</0><1>Entre na conta do Make e crie um novo Cenário.</1><2>Selecione BLS cal como seu aplicativo de gatilho. Escolha também um evento de gatilho.</2><3>Escolha sua conta e insira sua chave de API única.</3><4>Teste seu gatilho.</4><5>Tudo pronto!</5>",
|
||||
"install_zapier_app": "Instale primeiro o app do Zapier na loja de apps.",
|
||||
"install_make_app": "Instale primeiro o aplicativo do Make na loja de aplicativos.",
|
||||
"connect_apple_server": "Conectar com o servidor da Apple",
|
||||
@ -1655,7 +1655,7 @@
|
||||
"email_subject_slug_replacement": "Um administrador de equipe substituiu seu evento /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Um administrador na equipe <strong>{{teamName}}</strong> substituiu seu tipo de evento <strong>/{{slug}}</strong> por um tipo de evento controlado por ele.",
|
||||
"email_body_slug_replacement_info": "Seu link continuará a funcionar, mas algumas configurações podem ter sido alteradas. Você pode revisar nos tipos de evento.",
|
||||
"email_body_slug_replacement_suggestion": "Se tiver alguma pergunta sobre o tipo de evento, fale com o seu administrador.<br /><br />Bom agendamento, <br/>Equipe do Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Se tiver alguma pergunta sobre o tipo de evento, fale com o seu administrador.<br /><br />Bom agendamento, <br/>Equipe do BLS cal",
|
||||
"disable_payment_app": "O administrador desativou {{appName}}, afetando o seu tipo de evento {{title}}. Os participantes ainda poderão reservar este tipo de evento, mas não será solicitado pagamento. Você poderá ocultar o tipo de evento para impedir isso até o adiministrador reativar seu método de pagamento.",
|
||||
"payment_disabled_still_able_to_book": "Os participantes ainda poderão reservar este tipo de evento, mas não será solicitado pagamento. Você poderá ocultar o tipo de evento para impedir isso até o adiministrador reativar seu método de pagamento.",
|
||||
"app_disabled_with_event_type": "O administrador desativou {{appName}}, afetando seu tipo de evento {{title}}.",
|
||||
@ -1754,7 +1754,7 @@
|
||||
"teams_plan_required": "Plano da equipe obrigatório",
|
||||
"routing_forms_are_a_great_way": "Formulários de roteamento são uma ótima maneira de direcionar os clientes potenciais recebidos para a pessoa certa. Atualize para o plano Teams e acesse esse recurso.",
|
||||
"choose_a_license": "Escolha uma licença",
|
||||
"choose_license_description": "O Cal.com vem com uma licença AGPLv3 acessível e gratuita, mas tem algumas limitações, que podem ser resolvidas atualizando para a licença Enterprise a qualquer momento. Você poderá fazer isso mais tarde, quando quiser.",
|
||||
"choose_license_description": "O BLS cal vem com uma licença AGPLv3 acessível e gratuita, mas tem algumas limitações, que podem ser resolvidas atualizando para a licença Enterprise a qualquer momento. Você poderá fazer isso mais tarde, quando quiser.",
|
||||
"license": "Licença",
|
||||
"agplv3_license": "Licença AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Não precisa manter seu código em código aberto",
|
||||
@ -1768,7 +1768,7 @@
|
||||
"step_enterprise_license": "Licença Enterprise",
|
||||
"step_enterprise_license_description": "Tudo para um caso de uso comercial com hospedagem privada, reempacotamento, troca de marca e revenda, além de acesso a componentes corporativos exclusivos.",
|
||||
"setup": "Configuração",
|
||||
"setup_description": "Instância de configuração do Cal.com",
|
||||
"setup_description": "Instância de configuração do BLS cal",
|
||||
"configure": "Configurar",
|
||||
"sso_configuration": "Logon único",
|
||||
"sso_configuration_description": "Configure o SAML/OIDC SSO e permita que membros da equipe façam login com um provedor de identidade",
|
||||
@ -1788,7 +1788,7 @@
|
||||
"sso_connection_deleted_successfully": "Configuração de {{connectionType}} excluída com sucesso",
|
||||
"delete_sso_configuration": "Excluir a configuração de {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Sim, excluir a configuração de {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Você tem certeza que deseja remover a configuração de {{connectionType}}? Os membros do seu time que utilizam {{connectionType}} para fazer login não conseguirão acessar o Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Você tem certeza que deseja remover a configuração de {{connectionType}}? Os membros do seu time que utilizam {{connectionType}} para fazer login não conseguirão acessar o BLS cal.",
|
||||
"organizer_timezone": "Fuso horário do organizador",
|
||||
"email_user_cta": "Ver convite",
|
||||
"email_no_user_invite_heading_team": "Você recebeu um convite para ingressar em um time do {{appName}}",
|
||||
@ -2038,7 +2038,7 @@
|
||||
"set_up_your_organization": "Configurar sua organização",
|
||||
"set_up_your_platform_organization": "Configurar sua plataforma",
|
||||
"organizations_description": "Organizações são ambientes compartilhados em que as equipes podem criar fluxos de trabalho, aplicativos, tipos de evento compartilhados e muito mais.",
|
||||
"platform_organization_description": "A Plataforma Cal.com permite que você facilmente integre agendadores no seu aplicativo usando APIs e módulos da plataforma.",
|
||||
"platform_organization_description": "A Plataforma BLS cal permite que você facilmente integre agendadores no seu aplicativo usando APIs e módulos da plataforma.",
|
||||
"must_enter_organization_name": "Requer um nome de organização",
|
||||
"must_enter_organization_admin_email": "Requer o endereço de e-mail da sua organização",
|
||||
"admin_email": "Endereço de e-mail da sua organização",
|
||||
|
@ -263,7 +263,7 @@
|
||||
"org_banner_instructions": "Carregue uma imagem com {{width}} de largura e {{height}} de altura.",
|
||||
"email_change": "Inicie sessão novamente com o seu novo endereço de e-mail e palavra-passe.",
|
||||
"create_your_account": "Crie a sua conta",
|
||||
"create_your_calcom_account": "Crie a sua conta Cal.com",
|
||||
"create_your_calcom_account": "Crie a sua conta BLS cal",
|
||||
"sign_up": "Registar",
|
||||
"youve_been_logged_out": "A sessão foi encerrada",
|
||||
"hope_to_see_you_soon": "Esperamos ver-nos em breve de novo!",
|
||||
@ -1132,7 +1132,7 @@
|
||||
"your_unique_api_key": "A sua chave de API única",
|
||||
"copy_safe_api_key": "Copie esta chave da API e guarde-a num lugar seguro. Se perder esta chave, terá de gerar uma nova.",
|
||||
"zapier_setup_instructions": "<0>Inicie sessão na sua conta Zapier e crie um novo Zap.</0><1>Seleccione {{appName}} como aplicação acionadora. Selecione também um evento acionador.</1><2>Seleccione a sua conta e insira a sua chave de API única.</2><3>Teste o seu accionador.</3><4>Está configurado!</4>",
|
||||
"make_setup_instructions": "<0>Aceda a <1><0>Criar ligação de convite</0></1> e instale a aplicação Cal.com.</0><1>Inicie sessão na sua conta Make e crie um novo Cenário.</1><2>Selecione Cal.com como a sua aplicação de Trigger. Escolha também um evento de Trigger.</2><3>Escolha a sua conta e depois introduza a sua Chave da API Única.</3><4>Teste o seu Trigger.</4><5>Está pronto!</5>",
|
||||
"make_setup_instructions": "<0>Aceda a <1><0>Criar ligação de convite</0></1> e instale a aplicação BLS cal.</0><1>Inicie sessão na sua conta Make e crie um novo Cenário.</1><2>Selecione BLS cal como a sua aplicação de Trigger. Escolha também um evento de Trigger.</2><3>Escolha a sua conta e depois introduza a sua Chave da API Única.</3><4>Teste o seu Trigger.</4><5>Está pronto!</5>",
|
||||
"install_zapier_app": "Por favor, primeiro instale a aplicação Zapier da App Store.",
|
||||
"install_make_app": "Instale primeiro a aplicação Make na app store.",
|
||||
"connect_apple_server": "Ligar a Apple Server",
|
||||
@ -1660,7 +1660,7 @@
|
||||
"email_subject_slug_replacement": "Um administrador da equipa substituiu o seu evento /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Um administrador na equipa <strong>{{teamName}}</strong> substituiu o seu tipo de evento <strong>/{{slug}}</strong> por um tipo de evento gerido, controlado por eles.",
|
||||
"email_body_slug_replacement_info": "A sua ligação vai continuar a funcionar, mas algumas das configurações podem ter sido alteradas. Pode rever a mesma nos tipos de eventos.",
|
||||
"email_body_slug_replacement_suggestion": "Se tiver quaisquer questões sobre o tipo de evento, por favor, entre em contacto com o seu administrador.<br /><br />Votos de bons agendamentos, <br />da equipa Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Se tiver quaisquer questões sobre o tipo de evento, por favor, entre em contacto com o seu administrador.<br /><br />Votos de bons agendamentos, <br />da equipa BLS cal",
|
||||
"disable_payment_app": "O administrador desativou {{appName}}, que afeta o seu tipo de evento {{title}}. Os participantes ainda podem reservar este tipo de evento, mas não será pedido que façam qualquer pagamento. Pode ocultar o tipo de evento para evitar esta situação até que o administrador reative o seu método de pagamento.",
|
||||
"payment_disabled_still_able_to_book": "Os participantes ainda podem reservar este tipo de evento, mas não será solicitado que façam qualquer pagamento. Pode ocultar o tipo de evento para evitar esta situação até que o seu administrador reative o método de pagamento.",
|
||||
"app_disabled_with_event_type": "O administrador desativou {{appName}}, o que afeta o seu tipo de evento {{title}}.",
|
||||
@ -1759,7 +1759,7 @@
|
||||
"teams_plan_required": "É necessário um plano Teams",
|
||||
"routing_forms_are_a_great_way": "O encaminhamento de formulários é uma ótima forma de encaminhar as suas oportunidades potenciais para a pessoa certa. Aprimore para um plano Teams para ter acesso a esta funcionalidade.",
|
||||
"choose_a_license": "Escolha uma licença",
|
||||
"choose_license_description": "A Cal.com vem com uma licença AGPLv3 acessível e gratuita, na qual algumas limitações podem ser ultrapassadas a qualquer momento com uma licença Enterprise. Pode atualizar para a versão Enterprise mais tarde e quando quiser.",
|
||||
"choose_license_description": "A BLS cal vem com uma licença AGPLv3 acessível e gratuita, na qual algumas limitações podem ser ultrapassadas a qualquer momento com uma licença Enterprise. Pode atualizar para a versão Enterprise mais tarde e quando quiser.",
|
||||
"license": "Licença",
|
||||
"agplv3_license": "Licença AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Não há necessidade de manter o seu código aberto",
|
||||
@ -1773,7 +1773,7 @@
|
||||
"step_enterprise_license": "Licença Enterprise",
|
||||
"step_enterprise_license_description": "Tudo para uma utilização comercial, com alojamento privado, republicação, personalização da marca, revenda e acesso a componentes empresariais exclusivos.",
|
||||
"setup": "Configuração",
|
||||
"setup_description": "Configuração da instância Cal.com",
|
||||
"setup_description": "Configuração da instância BLS cal",
|
||||
"configure": "Configurar",
|
||||
"sso_configuration": "Configuração SAML",
|
||||
"sso_configuration_description": "Configurar o SSO SAML/OIDC e permitir que os membros da equipa se autentiquem utilizando um fornecedor de identidades",
|
||||
@ -1793,7 +1793,7 @@
|
||||
"sso_connection_deleted_successfully": "Configuração {{connectionType}} eliminada com sucesso",
|
||||
"delete_sso_configuration": "Eliminar configuração {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Sim, eliminar configuração {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Tem a certeza que pretende eliminar a configuração {{connectionType}}? Os membros da sua equipa que utilizem {{connectionType}} para o início de sessão deixarão de poder aceder a Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Tem a certeza que pretende eliminar a configuração {{connectionType}}? Os membros da sua equipa que utilizem {{connectionType}} para o início de sessão deixarão de poder aceder a BLS cal.",
|
||||
"organizer_timezone": "Fuso horário do organizador",
|
||||
"email_user_cta": "Ver convite",
|
||||
"email_no_user_invite_heading_team": "Recebeu um convite para fazer parte de uma equipa {{appName}}",
|
||||
@ -2043,7 +2043,7 @@
|
||||
"set_up_your_organization": "Configurar a sua organização",
|
||||
"set_up_your_platform_organization": "Configurar a sua plataforma",
|
||||
"organizations_description": "As organizações são ambientes partilhados onde as equipas podem criar tipos de eventos partilhados, aplicações, fluxos de trabalho e muito mais.",
|
||||
"platform_organization_description": "A plataforma Cal.com permite, de forma muito simples, integrar agendamentos na sua aplicação utilizando APIs e atoms da plataforma.",
|
||||
"platform_organization_description": "A plataforma BLS cal permite, de forma muito simples, integrar agendamentos na sua aplicação utilizando APIs e atoms da plataforma.",
|
||||
"must_enter_organization_name": "Deve indicar um nome para a organização",
|
||||
"must_enter_organization_admin_email": "Deve indicar o endereço de e-mail da sua organização",
|
||||
"admin_email": "O endereço de e-mail da sua organização",
|
||||
|
@ -1062,8 +1062,8 @@
|
||||
"generate_api_key_description": "Generați o cheie API pentru utilizare cu {{appName}} pe",
|
||||
"your_unique_api_key": "Cheia dvs. API unică",
|
||||
"copy_safe_api_key": "Copiați această cheie API și salvați-o într-un loc sigur. Dacă pierdeți această cheie, va trebui să generați una nouă.",
|
||||
"zapier_setup_instructions": "<0>Conectează-te la contul Zapier și creează un Zap nou.</0><1>Selectează Cal.com ca aplicație Trigger. Alege și un eveniment Trigger.</1><2>Alege contul, apoi introdu cheia API unică.</2><3>Testează Trigger-ul.</3><4>Ai terminat!</4>",
|
||||
"make_setup_instructions": "<0>Mergeți la <1><0>linkul de invitație Make</0></1> și instalați aplicația Cal.com.</0><1>Conectați-vă la contul dvs. Make și creați un scenariu nou.</1><2>Selectați Cal.com ca aplicație declanșatoare. De asemenea, alegeți un eveniment de declanșare.</2><3>Selectați contul dvs. și introduceți cheia dvs. API unică.</3><4>Testați declanșatorul.</4><5>Sunteți gata!</5>",
|
||||
"zapier_setup_instructions": "<0>Conectează-te la contul Zapier și creează un Zap nou.</0><1>Selectează BLS cal ca aplicație Trigger. Alege și un eveniment Trigger.</1><2>Alege contul, apoi introdu cheia API unică.</2><3>Testează Trigger-ul.</3><4>Ai terminat!</4>",
|
||||
"make_setup_instructions": "<0>Mergeți la <1><0>linkul de invitație Make</0></1> și instalați aplicația BLS cal.</0><1>Conectați-vă la contul dvs. Make și creați un scenariu nou.</1><2>Selectați BLS cal ca aplicație declanșatoare. De asemenea, alegeți un eveniment de declanșare.</2><3>Selectați contul dvs. și introduceți cheia dvs. API unică.</3><4>Testați declanșatorul.</4><5>Sunteți gata!</5>",
|
||||
"install_zapier_app": "Instalați mai întâi aplicația Zapier din App Store.",
|
||||
"install_make_app": "Instalați mai întâi aplicația Make din App Store.",
|
||||
"connect_apple_server": "Conectați-vă la serverul Apple",
|
||||
@ -1568,7 +1568,7 @@
|
||||
"email_subject_slug_replacement": "Un administrator al echipei v-a înlocuit evenimentul /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Un administrator din echipa <strong>{{teamName}}</strong> v-a înlocuit tipul de eveniment <strong>/{{slug}}</strong> cu un tip de eveniment configurat pe care îl controlează.",
|
||||
"email_body_slug_replacement_info": "Linkul dvs. va funcționa în continuare, dar este posibil ca unele setări să se fi schimbat. Îl puteți consulta în tipurile de evenimente.",
|
||||
"email_body_slug_replacement_suggestion": "Dacă aveți întrebări despre tipul de eveniment, luați legătura cu administratorul dvs.<br /><br />Programări cu spor, <br />Echipa Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Dacă aveți întrebări despre tipul de eveniment, luați legătura cu administratorul dvs.<br /><br />Programări cu spor, <br />Echipa BLS cal",
|
||||
"disable_payment_app": "Administratorul a dezactivat {{appName}} care afectează tipul tău de eveniment {{title}}. Participanții încă pot să facă rezervări pentru acest tip de eveniment, dar nu li se va solicita să plătească. Poți ascunde tipul de eveniment pentru a preveni acest lucru până când administratorul tău reactivează metoda ta de plată.",
|
||||
"payment_disabled_still_able_to_book": "Participanții încă pot să facă rezervări pentru acest tip de eveniment, dar nu li se va solicita să plătească. Poți ascunde tipul de eveniment pentru a preveni acest lucru până când administratorul tău reactivează metoda ta de plată.",
|
||||
"app_disabled_with_event_type": "Administratorul a dezactivat {{appName}} care afectează tipul tău de eveniment {{title}}.",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"teams_plan_required": "Este necesar un plan Teams",
|
||||
"routing_forms_are_a_great_way": "Formularele de parcurs reprezintă un mod excelent de a vă direcționa potențialii clienți către persoana potrivită. Pentru a putea accesa această caracteristică, treceți la un plan Teams.",
|
||||
"choose_a_license": "Alegeți o licență",
|
||||
"choose_license_description": "Cal.com include o licență AGPLv3 accesibilă și gratuită, cu unele limitări, însă care poate fi actualizată la o licență Enterprise în orice moment. Puteți face upgrade oricând mai târziu.",
|
||||
"choose_license_description": "BLS cal include o licență AGPLv3 accesibilă și gratuită, cu unele limitări, însă care poate fi actualizată la o licență Enterprise în orice moment. Puteți face upgrade oricând mai târziu.",
|
||||
"license": "Licență",
|
||||
"agplv3_license": "Licență AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Nu este nevoie să vă păstrați codul open-source",
|
||||
@ -1679,7 +1679,7 @@
|
||||
"step_enterprise_license": "Licență Enterprise",
|
||||
"step_enterprise_license_description": "Totul pentru uz comercial, cu găzduire privată, restructurare și revânzare sub o nouă marcă, precum și cu acces la componente destinate exclusiv întreprinderilor.",
|
||||
"setup": "Configurare",
|
||||
"setup_description": "Configurare eveniment Cal.com",
|
||||
"setup_description": "Configurare eveniment BLS cal",
|
||||
"configure": "Configurare",
|
||||
"sso_configuration": "Single Sign-On",
|
||||
"sso_configuration_description": "Configurați SSO cu SAML/OIDC și permiteți membrilor echipei să se conecteze folosind un furnizor de identitate",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"sso_connection_deleted_successfully": "Configurația {{connectionType}} a fost ștearsă cu succes",
|
||||
"delete_sso_configuration": "Ștergeți configurația {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Da, șterg configurația {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Sigur doriți să ștergeți configurația {{connectionType}}? Membrii echipei dvs. care utilizează conectarea prin {{connectionType}} nu vor mai putea accesa Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Sigur doriți să ștergeți configurația {{connectionType}}? Membrii echipei dvs. care utilizează conectarea prin {{connectionType}} nu vor mai putea accesa BLS cal.",
|
||||
"organizer_timezone": "Fusul orar al organizatorului",
|
||||
"email_user_cta": "Vizualizare invitație",
|
||||
"email_no_user_invite_heading_team": "Ați fost invitat să faceți parte dintr-o echipă {{appName}}",
|
||||
|
@ -1063,8 +1063,8 @@
|
||||
"generate_api_key_description": "Сгенерируйте ключ API, чтобы использовать его в {{appName}}, по адресу",
|
||||
"your_unique_api_key": "Ваш уникальный ключ API",
|
||||
"copy_safe_api_key": "Скопируйте этот ключ API и сохраните его в надежном месте. Если ключ потеряется, вам придется создать новый.",
|
||||
"zapier_setup_instructions": "<0>Войдите в свой аккаунт Zapier и создайте новый Zap.</0><1>Выберите в качестве приложения-триггера Cal.com. Также выберите событие-триггер.</1><2>Выберите свою учетную запись и введите уникальный ключ API.</2><3>Проверьте триггер.</3><4>Готово!</4>",
|
||||
"make_setup_instructions": "<0>Перейдите по <1><0>пригласительной ссылке Make</0></1> и установите приложение Cal.com.</0><1>Войдите в аккаунт Make и создайте новый сценарий.</1><2>Выберите Cal.com в качестве приложения-триггера. Также выберите событие-триггер.</2><3>Выберите свою учетную запись и введите уникальный ключ API.</3><4>Проверьте триггер.</4><5>Готово!</5>",
|
||||
"zapier_setup_instructions": "<0>Войдите в свой аккаунт Zapier и создайте новый Zap.</0><1>Выберите в качестве приложения-триггера BLS cal. Также выберите событие-триггер.</1><2>Выберите свою учетную запись и введите уникальный ключ API.</2><3>Проверьте триггер.</3><4>Готово!</4>",
|
||||
"make_setup_instructions": "<0>Перейдите по <1><0>пригласительной ссылке Make</0></1> и установите приложение BLS cal.</0><1>Войдите в аккаунт Make и создайте новый сценарий.</1><2>Выберите BLS cal в качестве приложения-триггера. Также выберите событие-триггер.</2><3>Выберите свою учетную запись и введите уникальный ключ API.</3><4>Проверьте триггер.</4><5>Готово!</5>",
|
||||
"install_zapier_app": "Сначала установите приложение Zapier из App Store.",
|
||||
"install_make_app": "Сначала установите приложение Make из App Store.",
|
||||
"connect_apple_server": "Подключиться к серверу Apple",
|
||||
@ -1569,7 +1569,7 @@
|
||||
"email_subject_slug_replacement": "Администратор команды заменил ваше событие /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Администратор команды <strong>{{teamName}}</strong> заменил ваш тип события <strong>/{{slug}}</strong> на управляемый им тип события.",
|
||||
"email_body_slug_replacement_info": "Ссылка по-прежнему будет работать, но некоторые настройки могли измениться. Вы можете просмотреть их в списке типов событий.",
|
||||
"email_body_slug_replacement_suggestion": "Если у вас есть вопросы о данном типе события, свяжитесь с администратором.<br /><br />Счастливого планирования! <br />Команда Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Если у вас есть вопросы о данном типе события, свяжитесь с администратором.<br /><br />Счастливого планирования! <br />Команда BLS cal",
|
||||
"disable_payment_app": "Приложение {{appName}}, используемое для событий типа «{{title}}», отключено администратором. Участники по-прежнему могут бронировать данный тип событий, но не будут получать сообщение о необходимости произвести оплату. Чтобы этого избежать, вы можете скрыть тип событий до тех пор, пока администратор снова не активирует способ оплаты.",
|
||||
"payment_disabled_still_able_to_book": "Участники все еще могут забронировать этот тип мероприятия, но они не получат сообщение о том, что нужно произвести оплату. Чтобы этого избежать, можно скрыть тип мероприятия, пока администратор не активирует способ оплаты снова.",
|
||||
"app_disabled_with_event_type": "Администратор отключил {{appName}}, которое влияет на тип мероприятия {{title}}.",
|
||||
@ -1666,7 +1666,7 @@
|
||||
"teams_plan_required": "Требуется тарифный план Teams",
|
||||
"routing_forms_are_a_great_way": "Формы маршрутизации — это отличный способ направить новых потенциальных клиентов к нужному участнику команды. Чтобы получить доступ к этой функции, перейдите на тарифный план Teams.",
|
||||
"choose_a_license": "Выберите лицензию",
|
||||
"choose_license_description": "Cal.com предоставляется под доступной и бесплатной лицензией AGPLv3, имеющей некоторые ограничения. Вы можете перейти на лицензию Enterprise сейчас или позже.",
|
||||
"choose_license_description": "BLS cal предоставляется под доступной и бесплатной лицензией AGPLv3, имеющей некоторые ограничения. Вы можете перейти на лицензию Enterprise сейчас или позже.",
|
||||
"license": "Лицензия",
|
||||
"agplv3_license": "Лицензия AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Нет необходимости оставлять исходный код открытым",
|
||||
@ -1680,7 +1680,7 @@
|
||||
"step_enterprise_license": "Лицензия Enterprise",
|
||||
"step_enterprise_license_description": "Все, что нужно для коммерческого использования: частный хостинг, переупаковка, ребрендинг, перепродажа и доступ к эксклюзивным компонентам для корпоративных решений.",
|
||||
"setup": "Настройка",
|
||||
"setup_description": "Настройка экземпляра Cal.com",
|
||||
"setup_description": "Настройка экземпляра BLS cal",
|
||||
"configure": "Настроить",
|
||||
"sso_configuration": "Единый вход",
|
||||
"sso_configuration_description": "Настройте единый вход на основе SAML или OIDC и разрешите участникам команды входить с помощью поставщика удостоверений",
|
||||
@ -1699,7 +1699,7 @@
|
||||
"sso_connection_deleted_successfully": "Конфигурация {{connectionType}} удалена",
|
||||
"delete_sso_configuration": "Удалить конфигурацию {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Да, удалить конфигурацию {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Удалить конфигурацию {{connectionType}}? Участники команды, входящие в Cal.com через {{connectionType}}, больше не смогут получить к нему доступ.",
|
||||
"delete_sso_configuration_confirmation_description": "Удалить конфигурацию {{connectionType}}? Участники команды, входящие в BLS cal через {{connectionType}}, больше не смогут получить к нему доступ.",
|
||||
"organizer_timezone": "Часовой пояс организатора",
|
||||
"email_user_cta": "Посмотреть приглашение",
|
||||
"email_no_user_invite_heading_team": "Вас пригласили в команду {{appName}}",
|
||||
|
@ -1062,8 +1062,8 @@
|
||||
"generate_api_key_description": "Generišite API ključ za upotrebu sa {{appName}} na",
|
||||
"your_unique_api_key": "Vaš jedinstveni API ključ",
|
||||
"copy_safe_api_key": "Kopirajte ovaj API ključ i sačuvajte ga na bezbednom mestu. Ako izgubite ovaj ključ, moraćete da generište novi.",
|
||||
"zapier_setup_instructions": "<0>Prijavite se na vaš Zapier nalog i kreirajte novi Zap.</0><1>Izaberite Cal.com kao vašu Trigger aplikaciju. Takođe izaberite i Trigger događaj.</1><2>Izaberite svoj nalog i unesite vaš jedinstveni API ključ.</2><3>Testirajte svoj Trigger.</3><4>Završili ste!</4>",
|
||||
"make_setup_instructions": "<0>Idite na <1><0>link Napravi pozivnicu</0></1> i instalirajte aplikaciju Cal.com.</0><1>Prijavite se u Napravi nalog i kreirajte novi Scenario.</1><2>Izaberite Cal.com kao vašu applikaciju Okidač. Takođe odaberite okidač događaja.</2><3>Izaberite svoj nalog i unesite svoj jedinstveni API ključ.</3><4>Testirajte svoj okidač.</4><5>Spremni ste!</5>",
|
||||
"zapier_setup_instructions": "<0>Prijavite se na vaš Zapier nalog i kreirajte novi Zap.</0><1>Izaberite BLS cal kao vašu Trigger aplikaciju. Takođe izaberite i Trigger događaj.</1><2>Izaberite svoj nalog i unesite vaš jedinstveni API ključ.</2><3>Testirajte svoj Trigger.</3><4>Završili ste!</4>",
|
||||
"make_setup_instructions": "<0>Idite na <1><0>link Napravi pozivnicu</0></1> i instalirajte aplikaciju BLS cal.</0><1>Prijavite se u Napravi nalog i kreirajte novi Scenario.</1><2>Izaberite BLS cal kao vašu applikaciju Okidač. Takođe odaberite okidač događaja.</2><3>Izaberite svoj nalog i unesite svoj jedinstveni API ključ.</3><4>Testirajte svoj okidač.</4><5>Spremni ste!</5>",
|
||||
"install_zapier_app": "Prvo instalirajte aplikaciju Zapier iz App Store.",
|
||||
"install_make_app": "Prvo instalirajte aplikaciju Make iz App Store-a.",
|
||||
"connect_apple_server": "Poveži se sa Apple serverom",
|
||||
@ -1568,7 +1568,7 @@
|
||||
"email_subject_slug_replacement": "Administrator tima je zamenio vaš događaj /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Administrator iz <strong>{{teamName}}</strong> tima je zamenio vaš tip događaja <strong>{{slug}}</strong> tipom događaja kojim on upravlja.",
|
||||
"email_body_slug_replacement_info": "Vaš link će nastaviti da funkcioniše, ali neka od njegovih podešavanja su se možda promenila. Možete da ih pregledate u tipovima događaja.",
|
||||
"email_body_slug_replacement_suggestion": "Ako imate bilo kakvih pitanja u vezi sa tipom događaja, obratite se svom administratoru.<br /><br />Srećno planiranje, <br />Cal.com tim",
|
||||
"email_body_slug_replacement_suggestion": "Ako imate bilo kakvih pitanja u vezi sa tipom događaja, obratite se svom administratoru.<br /><br />Srećno planiranje, <br />BLS cal tim",
|
||||
"disable_payment_app": "Administrator je onemogućio {{appName}}, što utiče na vaš tip događaja {{title}}. Učesnici još uvek mogu da zakažu ovaj tip događaja, ali od njih neće biti zatraženo da plate. Možete da sakrijete ovaj tip događaja da biste to sprečili dok vaš administrator ponovo ne omogući vaš način plaćanja.",
|
||||
"payment_disabled_still_able_to_book": "Učesnici još uvek mogu da zakažu ovaj tip događaja, ali od njih neće biti zatraženo da plate. Možete da sakrijete ovaj tip događaja da biste to sprečili dok vaš administrator ponovo ne omogući vaš način plaćanja.",
|
||||
"app_disabled_with_event_type": "Administrator je onemogućio {{appName}}, što utiče na vaš tip događaja {{title}}.",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"teams_plan_required": "Potreban je Plan za timove",
|
||||
"routing_forms_are_a_great_way": "Obrasci za usmeravanje su sjajan način da usmerite dolazne podatke ka pravoj osobi. Da biste pristupili ovoj funkciji nadogradite na Plan za timove.",
|
||||
"choose_a_license": "Izaberite licencu",
|
||||
"choose_license_description": "Cal.com dolazi sa pristupačnom i besplatnom AGPLv3 licencom čija ograničenja mogu da budu nadograđena na licencu za preduzeća u svakom trenutku. Možete u bilo kom trenutku kasnije da nadogradite.",
|
||||
"choose_license_description": "BLS cal dolazi sa pristupačnom i besplatnom AGPLv3 licencom čija ograničenja mogu da budu nadograđena na licencu za preduzeća u svakom trenutku. Možete u bilo kom trenutku kasnije da nadogradite.",
|
||||
"license": "Licenca",
|
||||
"agplv3_license": "AGPLv3 licenca",
|
||||
"no_need_to_keep_your_code_open_source": "Nije potrebno da vaš kôd bude open-source",
|
||||
@ -1679,7 +1679,7 @@
|
||||
"step_enterprise_license": "Licenca za preduzeće",
|
||||
"step_enterprise_license_description": "Sve za komercijalno korišćenje sa privatnim hostingom, prepakivanjem, rebrendiranjem i preprodajom kao i pristup ekskluzivnim komponentama za preduzeća.",
|
||||
"setup": "Podešavanje",
|
||||
"setup_description": "Podešavanje Cal.com instance",
|
||||
"setup_description": "Podešavanje BLS cal instance",
|
||||
"configure": "Konfiguriši",
|
||||
"sso_configuration": "Pojedinačno prijavljivanje",
|
||||
"sso_configuration_description": "Konfigurišite SAML/OIDC SSO i omogućite članovima tima da se prijave korišćenjem Identity Provider-a",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}} konfiguracija je uspešno izbrisana",
|
||||
"delete_sso_configuration": "Izbriši {{connectionType}} konfiguraciju",
|
||||
"delete_sso_configuration_confirmation": "Da, izbriši {{connectionType}} konfiguraciju",
|
||||
"delete_sso_configuration_confirmation_description": "Da li ste sigurni da želite da izbrišete {{connectionType}} konfiguraciju? Članovi vašeg tima koji koriste {{connectionType}} prijavljivanje više neće moći da pristupe Cal.com-u.",
|
||||
"delete_sso_configuration_confirmation_description": "Da li ste sigurni da želite da izbrišete {{connectionType}} konfiguraciju? Članovi vašeg tima koji koriste {{connectionType}} prijavljivanje više neće moći da pristupe BLS cal-u.",
|
||||
"organizer_timezone": "Vremenska zona organizatora",
|
||||
"email_user_cta": "Prikaži pozivnicu",
|
||||
"email_no_user_invite_heading_team": "Pozvani ste da se pridružite timu {{appName}}",
|
||||
|
@ -1063,7 +1063,7 @@
|
||||
"your_unique_api_key": "Din unika API-nyckel",
|
||||
"copy_safe_api_key": "Kopiera denna API-nyckel och spara den någonstans säkert. Om du förlorar denna nyckel måste du skapa en ny.",
|
||||
"zapier_setup_instructions": "<0>Logga in på ditt Zapier-konto och skapa en ny Zap.</0><1>Välj {{appName}} som din Trigger-app. Välj också en Trigger-händelse. /1><2>Välj ditt konto och ange sedan din unika API-nyckel.</2><3>Testa din Trigger.</3><4>Du är klar!</4>",
|
||||
"make_setup_instructions": "<0>Gå till <1><0>Skapa inbjudningslänk</0></1> och installera Cal.com-appen.</0><1>Logga in på ditt Make-konto och skapa ett nytt Scenario.</1><2>Välj Cal.com som din Trigger-app. Välj också en triggerhändelse.</2><3>Välj ditt konto och ange sedan din unika API-nyckel.</3><4>Testa din trigger.</4><5>Du är redo!</5>",
|
||||
"make_setup_instructions": "<0>Gå till <1><0>Skapa inbjudningslänk</0></1> och installera BLS cal-appen.</0><1>Logga in på ditt Make-konto och skapa ett nytt Scenario.</1><2>Välj BLS cal som din Trigger-app. Välj också en triggerhändelse.</2><3>Välj ditt konto och ange sedan din unika API-nyckel.</3><4>Testa din trigger.</4><5>Du är redo!</5>",
|
||||
"install_zapier_app": "Installera först Zapier-appen i appbutiken.",
|
||||
"install_make_app": "Installera först Make-appen i appbutiken.",
|
||||
"connect_apple_server": "Anslut till Apple Server",
|
||||
@ -1568,7 +1568,7 @@
|
||||
"email_subject_slug_replacement": "En teamadministratör har ersatt din händelse /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "En administratör i <strong>{{teamName}}</strong>-teamet har ersatt din händelsetyp <strong>/{{slug}}</strong> med en hanterad händelsetyp som hen kontrollerar.",
|
||||
"email_body_slug_replacement_info": "Din länk fortsätter att fungera, men vissa inställningar för den kan ha ändrats. Du kan granska den i händelsetyper.",
|
||||
"email_body_slug_replacement_suggestion": "Kontakta din administratör om du har några frågor om händelsetypen.<br /><br />Lycka till med schemaläggningen! <br />Cal.com-teamet",
|
||||
"email_body_slug_replacement_suggestion": "Kontakta din administratör om du har några frågor om händelsetypen.<br /><br />Lycka till med schemaläggningen! <br />BLS cal-teamet",
|
||||
"disable_payment_app": "Administratören har inaktiverat {{appName}} vilket påverkar din händelsetyp {{title}}. Deltagarna kan fortfarande boka den här händelsetypen, men de uppmanas inte att betala. Du kan dölja händelsetypen för att förhindra detta tills din administratör återaktiverar betalningsmetoden.",
|
||||
"payment_disabled_still_able_to_book": "Deltagarna kan fortfarande boka den här händelsetypen, men de uppmanas inte att betala. Du kan dölja händelsetypen för att förhindra detta tills din administratör återaktiverar betalningsmetoden.",
|
||||
"app_disabled_with_event_type": "Administratören har inaktiverat {{appName}} vilket påverkar din händelsetyp {{title}}.",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"teams_plan_required": "Teams-plan krävs",
|
||||
"routing_forms_are_a_great_way": "Omdirigeringsformulär är ett bra sätt att dirigera inkommande leads till rätt person. Uppgradera till en Teams-plan för att få tillgång till funktionen.",
|
||||
"choose_a_license": "Välj en licens",
|
||||
"choose_license_description": "Cal.com har en tillgänglig och gratis AGPLv3-licens med vissa begränsningar som när som helst kan uppgraderas till en Enterprise-licens. Du kan uppgradera när som helst senare.",
|
||||
"choose_license_description": "BLS cal har en tillgänglig och gratis AGPLv3-licens med vissa begränsningar som när som helst kan uppgraderas till en Enterprise-licens. Du kan uppgradera när som helst senare.",
|
||||
"license": "Licens",
|
||||
"agplv3_license": "AGPLv3-licens",
|
||||
"no_need_to_keep_your_code_open_source": "Behöver inte behålla din kod som öppen källkod",
|
||||
@ -1679,7 +1679,7 @@
|
||||
"step_enterprise_license": "Enterprise-licens",
|
||||
"step_enterprise_license_description": "Allt för ett kommersiellt användningsfall med privat värd, ompaketering, omprofilering och återförsäljning samt tillgång till exklusiva Enterprise-komponenter.",
|
||||
"setup": "Konfiguration",
|
||||
"setup_description": "Installera Cal.com-instans",
|
||||
"setup_description": "Installera BLS cal-instans",
|
||||
"configure": "Konfigurera",
|
||||
"sso_configuration": "Enkel inloggning",
|
||||
"sso_configuration_description": "Konfigurera SAML/OIDC SSO och tillåt teammedlemmar att logga in med en identitetsprovider",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}}-konfiguration har tagits bort",
|
||||
"delete_sso_configuration": "Ta bort {{connectionType}}-konfiguration",
|
||||
"delete_sso_configuration_confirmation": "Ja, ta bort {{connectionType}}-konfiguration",
|
||||
"delete_sso_configuration_confirmation_description": "Vill du verkligen ta bort {{connectionType}}-konfigurationen? Dina teammedlemmar som använder {{connectionType}}-inloggning kan inte längre komma åt Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Vill du verkligen ta bort {{connectionType}}-konfigurationen? Dina teammedlemmar som använder {{connectionType}}-inloggning kan inte längre komma åt BLS cal.",
|
||||
"organizer_timezone": "Organisatörens tidszon",
|
||||
"email_user_cta": "Visa inbjudan",
|
||||
"email_no_user_invite_heading_team": "Du har blivit inbjuden att gå med i ett {{appName}}-team",
|
||||
|
@ -1062,8 +1062,8 @@
|
||||
"generate_api_key_description": "{{appName}} ile kullanmak için bir API anahtarı oluşturun:",
|
||||
"your_unique_api_key": "Benzersiz API anahtarınız",
|
||||
"copy_safe_api_key": "Bu API anahtarını kopyalayın ve güvenli bir yere kaydedin. Bu anahtarı kaybederseniz yeni bir anahtar oluşturmanız gerekir.",
|
||||
"zapier_setup_instructions": "<0>Zapier hesabınıza giriş yapın ve yeni bir Zap oluşturun.</0><1>Trigger uygulamanız olarak Cal.com'u seçin. Ayrıca bir Trigger etkinliği seçin.</1><2>Hesabınızı seçin ve ardından Benzersiz API Anahtarınızı girin.</2><3>Trigger'ınızı test edin.</3><4>Hazırsınız!</4 >",
|
||||
"make_setup_instructions": "<0>Make Davet Bağlantısına</0></1> <0>gidin<1> ve Cal.com uygulamasını yükleyin.<0><1>Make hesabınıza giriş yapın ve yeni bir Senaryo oluşturun.</1><2>Tetikleyici uygulamanız olarak Cal.com'u seçin. Ayrıca bir Tetikleyici etkinliği seçin.</2><3>Hesabınızı seçin ve ardından Benzersiz API Anahtarınızı girin.</3><4>Tetikleyicinizi test edin.</4><5>Hazırsınız!</5>",
|
||||
"zapier_setup_instructions": "<0>Zapier hesabınıza giriş yapın ve yeni bir Zap oluşturun.</0><1>Trigger uygulamanız olarak BLS cal'u seçin. Ayrıca bir Trigger etkinliği seçin.</1><2>Hesabınızı seçin ve ardından Benzersiz API Anahtarınızı girin.</2><3>Trigger'ınızı test edin.</3><4>Hazırsınız!</4 >",
|
||||
"make_setup_instructions": "<0>Make Davet Bağlantısına</0></1> <0>gidin<1> ve BLS cal uygulamasını yükleyin.<0><1>Make hesabınıza giriş yapın ve yeni bir Senaryo oluşturun.</1><2>Tetikleyici uygulamanız olarak BLS cal'u seçin. Ayrıca bir Tetikleyici etkinliği seçin.</2><3>Hesabınızı seçin ve ardından Benzersiz API Anahtarınızı girin.</3><4>Tetikleyicinizi test edin.</4><5>Hazırsınız!</5>",
|
||||
"install_zapier_app": "Lütfen öncelikle App Store'dan Zapier uygulamasını yükleyin.",
|
||||
"install_make_app": "Lütfen öncelikle App Store'dan Make uygulamasını yükleyin.",
|
||||
"connect_apple_server": "Apple Sunucusuna Bağlanın",
|
||||
@ -1568,7 +1568,7 @@
|
||||
"email_subject_slug_replacement": "Bir ekip yöneticisi, etkinliğinizi /{{slug}} değiştirdi",
|
||||
"email_body_slug_replacement_notice": "<strong>{{teamName}}</strong> ekibindeki bir yönetici, <strong>/{{slug}}</strong> etkinlik türünüzü kontrol ettiği yönetilen bir etkinlik türüyle değiştirdi.",
|
||||
"email_body_slug_replacement_info": "Bağlantınız çalışmaya devam edecek, ancak bazı ayarları değişmiş olabilir. Bağlantıyı etkinlik kategorilerinde inceleyebilirsiniz.",
|
||||
"email_body_slug_replacement_suggestion": "Etkinlik türüyle ilgili herhangi bir sorunuz varsa lütfen yöneticinizle iletişime geçin.<br /><br />İyi planlamalar, <br />Cal.com ekibi",
|
||||
"email_body_slug_replacement_suggestion": "Etkinlik türüyle ilgili herhangi bir sorunuz varsa lütfen yöneticinizle iletişime geçin.<br /><br />İyi planlamalar, <br />BLS cal ekibi",
|
||||
"disable_payment_app": "Yönetici, {{title}} etkinlik türünüzü etkileyebilecek {{appName}} uygulamasını devre dışı bıraktı. Katılımcılar yine de bu tür bir etkinlik için rezervasyon yaptırabilirler ancak herhangi bir ödeme yapmalarına gerek yoktur. Bu durumu önlemek için yöneticiniz ödeme yönteminizi yeniden etkinleştirene kadar etkinlik türünü gizleyebilirsiniz.",
|
||||
"payment_disabled_still_able_to_book": "Katılımcılar yine de bu tür bir etkinlik için rezervasyon yaptırabilirler, ancak herhangi bir ödeme yapmalarına gerek yoktur. Bu durumu önlemek için yöneticiniz ödeme yönteminizi yeniden etkinleştirene kadar etkinlik türünü gizleyebilirsiniz.",
|
||||
"app_disabled_with_event_type": "Yönetici, etkinlik {{title}} türünüzü etkileyen {{appName}} uygulamasını devre dışı bıraktı.",
|
||||
@ -1665,7 +1665,7 @@
|
||||
"teams_plan_required": "Ekip planı gerekli",
|
||||
"routing_forms_are_a_great_way": "Yönlendirme formları, gelen müşteri adaylarınızı doğru kişiye yönlendirmenin harika bir yoludur. Bu özelliğe erişmek için bir Teams planına geçin.",
|
||||
"choose_a_license": "Lisans seçin",
|
||||
"choose_license_description": "Erişilebilir ve ücretsiz bir AGPLv3 lisansı ile birlikte gelen Cal.com uygulaması bazı sınırlamalara sahip olmakla birlikte uygulamayı istediğiniz zaman Enterprise lisansına yükseltebilirsiniz. Daha sonra istediğiniz zaman yükseltebilirsiniz.",
|
||||
"choose_license_description": "Erişilebilir ve ücretsiz bir AGPLv3 lisansı ile birlikte gelen BLS cal uygulaması bazı sınırlamalara sahip olmakla birlikte uygulamayı istediğiniz zaman Enterprise lisansına yükseltebilirsiniz. Daha sonra istediğiniz zaman yükseltebilirsiniz.",
|
||||
"license": "Lisans",
|
||||
"agplv3_license": "AGPLv3 Lisansı",
|
||||
"no_need_to_keep_your_code_open_source": "Kodunuzu açık kaynak olarak tutmanıza gerek yok",
|
||||
@ -1679,7 +1679,7 @@
|
||||
"step_enterprise_license": "Enterprise Lisansı",
|
||||
"step_enterprise_license_description": "Özel barındırma, yeniden paketleme, yeniden markalama, yeniden satış ve özel kurumsal bileşenlere erişim de dahil olmak üzere ticari kullanım durumları için her şey.",
|
||||
"setup": "Kurulum",
|
||||
"setup_description": "Cal.com örneğini kurun",
|
||||
"setup_description": "BLS cal örneğini kurun",
|
||||
"configure": "Yapılandır",
|
||||
"sso_configuration": "Çoklu Oturum Açma",
|
||||
"sso_configuration_description": "SAML/OIDC SSO'yu yapılandırın ve ekip üyelerinin bir Kimlik Sağlayıcı kullanarak oturum açmasına izin verin",
|
||||
@ -1698,7 +1698,7 @@
|
||||
"sso_connection_deleted_successfully": "{{connectionType}} yapılandırması başarıyla silindi",
|
||||
"delete_sso_configuration": "{{connectionType}} yapılandırmasını sil",
|
||||
"delete_sso_configuration_confirmation": "Evet, {{connectionType}} yapılandırmasını sil",
|
||||
"delete_sso_configuration_confirmation_description": "{{connectionType}} yapılandırmasını silmek istediğinizden emin misiniz? {{connectionType}} girişini kullanan ekip üyeleriniz artık Cal.com'a erişemeyecek.",
|
||||
"delete_sso_configuration_confirmation_description": "{{connectionType}} yapılandırmasını silmek istediğinizden emin misiniz? {{connectionType}} girişini kullanan ekip üyeleriniz artık BLS cal'a erişemeyecek.",
|
||||
"organizer_timezone": "Organizatörün saat dilimi",
|
||||
"email_user_cta": "Daveti görüntüle",
|
||||
"email_no_user_invite_heading_team": "{{appName}} ekibine katılmaya davet edildiniz",
|
||||
|
@ -252,7 +252,7 @@
|
||||
"reset_your_password": "Установіть новий пароль, дотримуючись інструкцій, надісланих на вашу електронну адресу.",
|
||||
"email_change": "Увійдіть у систему за допомогою нової електронної адреси й пароля.",
|
||||
"create_your_account": "Створіть власний обліковий запис",
|
||||
"create_your_calcom_account": "Створіть обліковий запис Cal.com",
|
||||
"create_your_calcom_account": "Створіть обліковий запис BLS cal",
|
||||
"sign_up": "Реєстрація",
|
||||
"youve_been_logged_out": "Ви вийшли із системи",
|
||||
"hope_to_see_you_soon": "Чекатимемо на ваше повернення!",
|
||||
@ -1094,8 +1094,8 @@
|
||||
"generate_api_key_description": "Створіть ключ API для використання з {{appName}} на сайті",
|
||||
"your_unique_api_key": "Ваш унікальний ключ API",
|
||||
"copy_safe_api_key": "Скопіюйте цей ключ API і збережіть його в надійному місці. Якщо ви втратите цей ключ, потрібно буде створити новий.",
|
||||
"zapier_setup_instructions": "<0>Увійдіть в обліковий запис Zapier та створіть Zap.</0><1>Виберіть Cal.com як додаток Trigger, а також укажіть подію Trigger.</1><2>Виберіть свій обліковий запис і введіть унікальний ключ API.</2><3>Перевірте тригер.</3><4>Усе готово!</4>",
|
||||
"make_setup_instructions": "<0>Перейдіть<1><0>за посиланням у запрошенні Make</0></1> і встановіть додаток Cal.com.</0><1>Увійдіть у свій обліковий запис Make і створіть новий сценарій.</1><2>Виберіть Cal.com як додаток Trigger, а також укажіть подію Trigger.</2><3>Виберіть свій обліковий запис і введіть унікальний ключ API.</3><4>Перевірте Trigger.</4><5>Усе готово!</5>",
|
||||
"zapier_setup_instructions": "<0>Увійдіть в обліковий запис Zapier та створіть Zap.</0><1>Виберіть BLS cal як додаток Trigger, а також укажіть подію Trigger.</1><2>Виберіть свій обліковий запис і введіть унікальний ключ API.</2><3>Перевірте тригер.</3><4>Усе готово!</4>",
|
||||
"make_setup_instructions": "<0>Перейдіть<1><0>за посиланням у запрошенні Make</0></1> і встановіть додаток BLS cal.</0><1>Увійдіть у свій обліковий запис Make і створіть новий сценарій.</1><2>Виберіть BLS cal як додаток Trigger, а також укажіть подію Trigger.</2><3>Виберіть свій обліковий запис і введіть унікальний ключ API.</3><4>Перевірте Trigger.</4><5>Усе готово!</5>",
|
||||
"install_zapier_app": "Спочатку встановіть додаток Zapier з App Store.",
|
||||
"install_make_app": "Спочатку встановіть додаток Make з App Store.",
|
||||
"connect_apple_server": "Підключитися до сервера Apple",
|
||||
@ -1600,7 +1600,7 @@
|
||||
"email_subject_slug_replacement": "Адміністратор команди замінив ваш захід /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Адміністратор команди <strong>{{teamName}}</strong> замінив ваш тип заходу<strong>/{{slug}}</strong> на керований тип заходу, який він контролює.",
|
||||
"email_body_slug_replacement_info": "Ваше посилання й надалі працювати, але деякі параметри можуть змінитися. Перегляньте їх у типах подій.",
|
||||
"email_body_slug_replacement_suggestion": "Якщо у вас є запитання про тип заходу, зверніться до свого адміністратора.<br /><br />Вдалого планування!<br />Команда Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Якщо у вас є запитання про тип заходу, зверніться до свого адміністратора.<br /><br />Вдалого планування!<br />Команда BLS cal",
|
||||
"disable_payment_app": "Адміністратор вимкнув додаток {{appName}}, що впливає на ваш тип заходу «{{title}}». Учасники все одно можуть бронювати події такого типу, але від них не вимагатиметься оплата. Ви можете приховати цей тип заходу, щоб уникнути цього, і дочекатись активації способу оплати адміністратором.",
|
||||
"payment_disabled_still_able_to_book": "Учасники все одно можуть бронювати події такого типу, але від них не вимагатиметься оплата. Ви можете приховати цей тип заходу, щоб уникнути цього, і дочекатись активації способу оплати адміністратором.",
|
||||
"app_disabled_with_event_type": "Адміністратор вимкнув додаток {{appName}}, що впливає на ваш тип заходу «{{title}}».",
|
||||
@ -1697,7 +1697,7 @@
|
||||
"teams_plan_required": "Потрібен план Teams",
|
||||
"routing_forms_are_a_great_way": "Форми переспрямування — це чудовий спосіб спрямовувати потенційних клієнтів до потрібної особи. Перейдіть на план Teams, щоб отримати доступ до цієї функції.",
|
||||
"choose_a_license": "Виберіть ліцензію",
|
||||
"choose_license_description": "Cal.com містить доступну й безкоштовну ліцензію AGPLv3 з певними обмеженнями, яку можна будь-коли оновити до ліцензії Enterprise.",
|
||||
"choose_license_description": "BLS cal містить доступну й безкоштовну ліцензію AGPLv3 з певними обмеженнями, яку можна будь-коли оновити до ліцензії Enterprise.",
|
||||
"license": "Ліцензія",
|
||||
"agplv3_license": "Ліцензія AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Немає потреби залишати вихідний код відкритим",
|
||||
@ -1711,7 +1711,7 @@
|
||||
"step_enterprise_license": "Ліцензія для плану Enterprise",
|
||||
"step_enterprise_license_description": "Усе для комерційного використання з приватним хостингом, можливістю перепакування, ребрендингу й перепродажу та доступом до ексклюзивних корпоративних компонентів.",
|
||||
"setup": "Налаштування",
|
||||
"setup_description": "Налаштуйте екземпляр Cal.com",
|
||||
"setup_description": "Налаштуйте екземпляр BLS cal",
|
||||
"configure": "Налаштувати",
|
||||
"sso_configuration": "Єдиний вхід",
|
||||
"sso_configuration_description": "Налаштуйте єдиний вхід через SAML/OIDC і дайте змогу учасникам команди входити за допомогою постачальника посвідчень",
|
||||
@ -1730,7 +1730,7 @@
|
||||
"sso_connection_deleted_successfully": "Конфігурацію {{connectionType}} видалено",
|
||||
"delete_sso_configuration": "Видалити конфігурацію {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Так, видалити конфігурацію {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Справді видалити конфігурацію {{connectionType}}? Учасники вашої команди, які входять через {{connectionType}}, не зможуть ввійти в Cal.com.",
|
||||
"delete_sso_configuration_confirmation_description": "Справді видалити конфігурацію {{connectionType}}? Учасники вашої команди, які входять через {{connectionType}}, не зможуть ввійти в BLS cal.",
|
||||
"organizer_timezone": "Часовий пояс організатора",
|
||||
"email_user_cta": "Переглянути запрошення",
|
||||
"email_no_user_invite_heading_team": "Вас запрошено приєднатися до команди в застосунку {{appName}}",
|
||||
@ -1943,7 +1943,7 @@
|
||||
"pop_up_element_click": "Спливаюче вікно за натисканням",
|
||||
"open_dialog_with_element_click": "Відкриває діалогове вікно з Cal у разі натискання елемента.",
|
||||
"need_help_embedding": "Потрібна допомога? Перегляньте наші посібники з вбудовування Cal на Wix, Squarespace чи WordPress і ознайомтеся з поширеними запитаннями або розширеними параметрами вбудовування.",
|
||||
"book_my_cal": "Забронювати на Cal.com",
|
||||
"book_my_cal": "Забронювати на BLS cal",
|
||||
"first_name": "Ім’я",
|
||||
"last_name": "Прізвище",
|
||||
"first_last_name": "Ім’я, прізвище",
|
||||
|
@ -1066,7 +1066,7 @@
|
||||
"your_unique_api_key": "Khoá API đặc trưng của bạn",
|
||||
"copy_safe_api_key": "Sao chép khoá API này và lưu nó ở nơi an toàn. Nếu bạn làm mất khoá này, bạn phải tạo khoá mới.",
|
||||
"zapier_setup_instructions": "<0>Đăng nhập vào tài khoản Zapier của bạn và tạo một Zap mới.</0><1>Chọn {{appName}} làm ứng dụng Trigger của bạn. Đồng thời chọn một sự kiện Trigger.</1><2>Chọn tài khoản của bạn và sau đó điền vào Khoá API đặc trưng.</2><3>Thử nghiệm Trigger của bạn.</3><4>Bạn đã xong!</4>",
|
||||
"make_setup_instructions": "<0>Đến <1><0>Liên kết mời Make</0></1> và cài đặt ứng dụng Cal.com.</0><1>Đăng nhập vào tài khoản Make của bạn và tạo một Scenario mới.</1><2>Chọn Cal.com làm ứng dụng Trigger của bạn. Đồng thời chọn một sự kiện Trigger.</2><3>Chọn tài khoản của bạn và sau đó điền vào Khoá API đặc trưng.</3><4>Thử nghiệm Trigger của bạn.</4><5>Bạn đã xong!</5>",
|
||||
"make_setup_instructions": "<0>Đến <1><0>Liên kết mời Make</0></1> và cài đặt ứng dụng BLS cal.</0><1>Đăng nhập vào tài khoản Make của bạn và tạo một Scenario mới.</1><2>Chọn BLS cal làm ứng dụng Trigger của bạn. Đồng thời chọn một sự kiện Trigger.</2><3>Chọn tài khoản của bạn và sau đó điền vào Khoá API đặc trưng.</3><4>Thử nghiệm Trigger của bạn.</4><5>Bạn đã xong!</5>",
|
||||
"install_zapier_app": "Trước tiên hãy cài đặt ứng dụng Zapier trong App Store.",
|
||||
"install_make_app": "Trước tiên hãy cài đặt ứng dụng Make trong App Store.",
|
||||
"connect_apple_server": "Kết nối với Máy chủ Apple",
|
||||
@ -1571,7 +1571,7 @@
|
||||
"email_subject_slug_replacement": "Một quản trị viên của nhóm đã thay thế sự kiện của bạn /{{slug}}",
|
||||
"email_body_slug_replacement_notice": "Một quản trị viên trên nhóm <strong>{{teamName}}</strong> đã thay thế loại sự kiện của bạn <strong>/{{slug}}</strong> bằng một loại sự kiện được quản lý mà họ kiểm soát.",
|
||||
"email_body_slug_replacement_info": "Liên kết của bạn sẽ tiếp tục hoạt động nhưng một số thiết lập cho nó có thể thay đổi. Bạn có thể xem lại nó trong những loại sự kiện.",
|
||||
"email_body_slug_replacement_suggestion": "Nếu bạn có thắc mắc gì về loại sự kiện này, vui lòng liên lạc với quản trị viên của bạn. <br /><br />Chúc bạn đặt lịch vui vẻ,<br /> Nhóm Cal.com",
|
||||
"email_body_slug_replacement_suggestion": "Nếu bạn có thắc mắc gì về loại sự kiện này, vui lòng liên lạc với quản trị viên của bạn. <br /><br />Chúc bạn đặt lịch vui vẻ,<br /> Nhóm BLS cal",
|
||||
"disable_payment_app": "Một quản trị viên đã tắt {{appName}} vốn có ảnh hưởng đến loại sự kiện {{title}}. Người tham dự vẫn có thể đặt hẹn cho loại sự kiện này nhưng sẽ được nhắc trả phí. Bạn có thể ẩn loại sự kiện này để tránh điều này cho đến khi quản trị viên kích hoạt lại phương thức thanh toán của bạn.",
|
||||
"payment_disabled_still_able_to_book": "Người tham dự vẫn có thể đặt hẹn cho loại sự kiện này nhưng sẽ được nhắc trả phí. Bạn có thể ẩn loại sự kiện này để tránh điều này cho đến khi quản trị viên kích hoạt lại phương thức thanh toán của bạn.",
|
||||
"app_disabled_with_event_type": "Quản trị viên đã tắt {{appName}} vốn có ảnh hưởng đến loại sự kiện {{title}}.",
|
||||
@ -1669,7 +1669,7 @@
|
||||
"teams_plan_required": "Cần có gói Teams",
|
||||
"routing_forms_are_a_great_way": "Biểu mẫu định hướng là một cách tuyệt hảo để định hướng những đầu mối đầu vào của bạn đến đúng người phù hợp. Nâng cấp lên gói Teams để truy cập tính năng này.",
|
||||
"choose_a_license": "Chọn một giấy phép",
|
||||
"choose_license_description": "Cal.com đi kèm một giấy phép dễ tiếp cận và miễn phí là AGPLv3 có một số hạn chế mà có thể nâng cấp lên giấy phép Enterprise vào bất cứ lúc nào. Bạn có thể nâng cấp bất cứ lúc nào sau này.",
|
||||
"choose_license_description": "BLS cal đi kèm một giấy phép dễ tiếp cận và miễn phí là AGPLv3 có một số hạn chế mà có thể nâng cấp lên giấy phép Enterprise vào bất cứ lúc nào. Bạn có thể nâng cấp bất cứ lúc nào sau này.",
|
||||
"license": "Giấy phép",
|
||||
"agplv3_license": "Giấy phép AGPLv3",
|
||||
"no_need_to_keep_your_code_open_source": "Không cần giữ mã của bạn ở dạng mã nguồn mở",
|
||||
@ -1683,7 +1683,7 @@
|
||||
"step_enterprise_license": "Giấy phép Enterprise",
|
||||
"step_enterprise_license_description": "Mọi thứ cho một trường hợp sử dụng thương mại với các yếu tố doanh nghiệp độc quyền như máy chủ riêng, đóng gói lại, tái cấu trúc thương hiệu và bán lại cùng quyền truy cập.",
|
||||
"setup": "Thiết lập",
|
||||
"setup_description": "Thiết lập thực thể Cal.com",
|
||||
"setup_description": "Thiết lập thực thể BLS cal",
|
||||
"configure": "Cấu hình",
|
||||
"sso_configuration": "Cấu hình Đăng nhập một lần",
|
||||
"sso_configuration_description": "Cấu hình SAML/OIDC SSO và cho phép thành viên nhóm đăng nhập bằng cách dùng một Nhà cung cấp danh tính",
|
||||
@ -1702,7 +1702,7 @@
|
||||
"sso_connection_deleted_successfully": "Đã xoá thành công cấu hình {{connectionType}}",
|
||||
"delete_sso_configuration": "Xoá cấu hình {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation": "Có, xoá cấu hình {{connectionType}}",
|
||||
"delete_sso_configuration_confirmation_description": "Bạn có chắc chắn muốn xóa cấu hình {{connectionType}} không? Các thành viên trong nhóm của bạn sử dụng thông tin đăng nhập {{connectionType}} sẽ không thể truy cập vào Cal.com được nữa.",
|
||||
"delete_sso_configuration_confirmation_description": "Bạn có chắc chắn muốn xóa cấu hình {{connectionType}} không? Các thành viên trong nhóm của bạn sử dụng thông tin đăng nhập {{connectionType}} sẽ không thể truy cập vào BLS cal được nữa.",
|
||||
"organizer_timezone": "Múi giờ của người tổ chức",
|
||||
"email_user_cta": "Xem lời mời",
|
||||
"email_no_user_invite_heading_team": "Bạn đã được mời gia nhập nhóm {{appName}}",
|
||||
|
@ -256,7 +256,7 @@
|
||||
"org_banner_instructions": "请上传一张宽为 {{width}},高为 {{height}} 的照片。",
|
||||
"email_change": "使用您的新电子邮件地址和密码重新登录。",
|
||||
"create_your_account": "创建您的账户",
|
||||
"create_your_calcom_account": "创建您的 Cal.com 账户",
|
||||
"create_your_calcom_account": "创建您的 BLS cal 账户",
|
||||
"sign_up": "注册",
|
||||
"youve_been_logged_out": "您已登出",
|
||||
"hope_to_see_you_soon": "我们希望能很快再次与您见面!",
|
||||
@ -1117,14 +1117,14 @@
|
||||
"generate_api_key_description": "生成 API 密钥以将 {{appName}} 配合用于",
|
||||
"your_unique_api_key": "您的唯一 API 密钥",
|
||||
"copy_safe_api_key": "复制此 API 密钥并将其保存在安全的位置。如果丢失此密钥,则必须生成新的密钥。",
|
||||
"zapier_setup_instructions": "<0>登录您的 Zapier 帐户并创建新的 Zap。</0><1>将 Cal.com 选择为 Trigger 应用。同时选择一个 Trigger 事件。</1><2>选择您的帐户,然后输入您的唯一 API 密钥。</2><3>测试您的 Trigger。</3><4>设置完毕!</4>",
|
||||
"make_setup_instructions": "<0>转到 <1><0>Make 邀请链接</0></1>并安装 Cal.com 应用。</0><1>登录您的 Make 账户并创建一个新 Scenario。</1><2>选择 Cal.com 作为您的 Trigger 应用。同时选择一个 Trigger 事件。</2><3>选择您的账户,然后输入您的唯一 API 密钥。</3><4>测试您的 Trigger。</4><5>设置完毕!</5>",
|
||||
"zapier_setup_instructions": "<0>登录您的 Zapier 帐户并创建新的 Zap。</0><1>将 BLS cal 选择为 Trigger 应用。同时选择一个 Trigger 事件。</1><2>选择您的帐户,然后输入您的唯一 API 密钥。</2><3>测试您的 Trigger。</3><4>设置完毕!</4>",
|
||||
"make_setup_instructions": "<0>转到 <1><0>Make 邀请链接</0></1>并安装 BLS cal 应用。</0><1>登录您的 Make 账户并创建一个新 Scenario。</1><2>选择 BLS cal 作为您的 Trigger 应用。同时选择一个 Trigger 事件。</2><3>选择您的账户,然后输入您的唯一 API 密钥。</3><4>测试您的 Trigger。</4><5>设置完毕!</5>",
|
||||
"install_zapier_app": "请首先从 App Store 安装 Zapier 应用。",
|
||||
"install_make_app": "请先在 App Store 安装 Make 应用。",
|
||||
"connect_apple_server": "连接到 Apple 服务器",
|
||||
"calendar_url": "日历链接",
|
||||
"apple_server_generate_password": "生成应用特定的密码以将 {{appName}} 配合用于",
|
||||
"unable_to_add_apple_calendar": "无法添加 Apple Calendar 帐户。请确保您在添加帐户时使用了Apple Calendar的密码而不是您的Cal.com帐户密码。",
|
||||
"unable_to_add_apple_calendar": "无法添加 Apple Calendar 帐户。请确保您在添加帐户时使用了Apple Calendar的密码而不是您的BLS cal帐户密码。",
|
||||
"credentials_stored_encrypted": "您的凭据将被加密存储。",
|
||||
"it_stored_encrypted": "将对其进行存储并加密。",
|
||||
"go_to_app_store": "前往 App Store",
|
||||
@ -1641,7 +1641,7 @@
|
||||
"email_subject_slug_replacement": "一位团队管理员已替换您的活动/{{slug}}",
|
||||
"email_body_slug_replacement_notice": "<strong>{{teamName}}</strong> 团队的一位管理员已将您的活动类型 <strong>{{slug}}</strong> 替换为他们控制的托管活动类型。",
|
||||
"email_body_slug_replacement_info": "您的链接将继续有效,但其某些设置可能已更改。您可以在活动类型中进行查看。",
|
||||
"email_body_slug_replacement_suggestion": "如果您对活动类型有任何疑问,请联系您的管理员。<br /><br />祝日程安排愉快,<br />Cal.com 团队",
|
||||
"email_body_slug_replacement_suggestion": "如果您对活动类型有任何疑问,请联系您的管理员。<br /><br />祝日程安排愉快,<br />BLS cal 团队",
|
||||
"disable_payment_app": "管理员已禁用会影响活动类型 {{title}} 的 {{appName}}。参与者仍然能预约此类型的活动,但不会被提示付款。您可以隐藏该活动类型来防止出现这种情况,直到管理员重新启用您的支付方式。",
|
||||
"payment_disabled_still_able_to_book": "参与者仍然能预约此类型的活动,但不会被提示付款。您可以隐藏该活动类型来防止出现这种情况,直到管理员重新启用您的支付方式。",
|
||||
"app_disabled_with_event_type": "管理员已禁用会影响活动类型 {{title}} 的 {{appName}}。",
|
||||
@ -1740,7 +1740,7 @@
|
||||
"teams_plan_required": "需要团队计划",
|
||||
"routing_forms_are_a_great_way": "途径表格是将您的潜在客户传送给合适人员的好方法。升级到 Teams 计划可访问此功能。",
|
||||
"choose_a_license": "选择许可证",
|
||||
"choose_license_description": "Cal.com 含有可访问的免费 AGPLv3 许可证,该许可证有一些限制,但可以随时升级为企业版许可证。您可以在以后随时升级。",
|
||||
"choose_license_description": "BLS cal 含有可访问的免费 AGPLv3 许可证,该许可证有一些限制,但可以随时升级为企业版许可证。您可以在以后随时升级。",
|
||||
"license": "许可证",
|
||||
"agplv3_license": "AGPLv3 许可证",
|
||||
"no_need_to_keep_your_code_open_source": "无需让您的代码保持开源",
|
||||
@ -1754,7 +1754,7 @@
|
||||
"step_enterprise_license": "企业版许可证",
|
||||
"step_enterprise_license_description": "一切都适合商业用例,包括私人托管、重新包装、重塑品牌和转售,以及获取独家企业级组件。",
|
||||
"setup": "设置",
|
||||
"setup_description": "设置 Cal.com 实例",
|
||||
"setup_description": "设置 BLS cal 实例",
|
||||
"configure": "配置",
|
||||
"sso_configuration": "单点登录",
|
||||
"sso_configuration_description": "配置 SAML/OIDC SSO 并允许团队成员使用身份提供程序登录",
|
||||
@ -1774,7 +1774,7 @@
|
||||
"sso_connection_deleted_successfully": "已成功删除 {{connectionType}} 配置",
|
||||
"delete_sso_configuration": "删除 {{connectionType}} 配置",
|
||||
"delete_sso_configuration_confirmation": "是,删除 {{connectionType}} 配置",
|
||||
"delete_sso_configuration_confirmation_description": "确定要删除 {{connectionType}} 配置吗?使用 {{connectionType}} 登录的团队成员将无法再访问 Cal.com。",
|
||||
"delete_sso_configuration_confirmation_description": "确定要删除 {{connectionType}} 配置吗?使用 {{connectionType}} 登录的团队成员将无法再访问 BLS cal。",
|
||||
"organizer_timezone": "组织者时区",
|
||||
"email_user_cta": "查看邀请",
|
||||
"email_no_user_invite_heading_team": "您已被邀请加入 {{appName}} 团队",
|
||||
@ -2352,7 +2352,7 @@
|
||||
"delete_org_eventtypes": "删除个人事件类型",
|
||||
"lock_org_users_eventtypes": "锁定个人事件类型创建",
|
||||
"lock_org_users_eventtypes_description": "阻止成员创建自己的事件类型。",
|
||||
"cookie_consent_checkbox": "我同意 Cal.com 的隐私政策以及 cookie 使用政策",
|
||||
"cookie_consent_checkbox": "我同意 BLS cal 的隐私政策以及 cookie 使用政策",
|
||||
"make_a_call": "打电话",
|
||||
"submit_feedback": "提交反馈",
|
||||
"host_no_show": "您的主持人没有出现",
|
||||
|
@ -1070,7 +1070,7 @@
|
||||
"your_unique_api_key": "您的唯一 API 金鑰",
|
||||
"copy_safe_api_key": "複製此 API 金鑰並存在安全的地方。如果您遺失此金鑰,就必須產生新的金鑰。",
|
||||
"zapier_setup_instructions": "<0>登入您的 Zapier 帳號並建立新的 Zap。</0><1>選取 {{appName}} 作為您的 Trigger 應用程式,也請一併選擇 Trigger 事件。</1><2>選擇您的帳號,然後輸入您的唯一 API 金鑰。</2><3>測試您的 Trigger。</3><4>一切就大功告成了!</4>",
|
||||
"make_setup_instructions": "<0>前往 <1><0>Make Invite Link</0></1>,然後安裝 Cal.com 應用程式。</0><1>登入您的 Make 帳號並建立新的 Scenario。</1><2>選取 Cal.com 作為您的 Trigger 應用程式,也請一併選擇 Trigger 事件。</2><3>選擇您的帳號,然後輸入您的唯一 API 金鑰。</3><4>測試您的 Trigger。</4><5>一切就大功告成了!</5>",
|
||||
"make_setup_instructions": "<0>前往 <1><0>Make Invite Link</0></1>,然後安裝 BLS cal 應用程式。</0><1>登入您的 Make 帳號並建立新的 Scenario。</1><2>選取 BLS cal 作為您的 Trigger 應用程式,也請一併選擇 Trigger 事件。</2><3>選擇您的帳號,然後輸入您的唯一 API 金鑰。</3><4>測試您的 Trigger。</4><5>一切就大功告成了!</5>",
|
||||
"install_zapier_app": "請先到 App Store 安裝 Zapier 應用程式。",
|
||||
"install_make_app": "請先到 App Store 安裝 Make 應用程式。",
|
||||
"connect_apple_server": "連結到 Apple 伺服器",
|
||||
@ -1575,7 +1575,7 @@
|
||||
"email_subject_slug_replacement": "團隊管理員已取代您的活動/{{slug}}",
|
||||
"email_body_slug_replacement_notice": "<strong>{{teamName}}</strong> 團隊管理員已使用其所控管的受管活動類型來取代您的活動類型<strong>/{{slug}}</strong>。",
|
||||
"email_body_slug_replacement_info": "您的連結會繼續正常運作,但該連結的某些設定可能已變更。您可以在活動類型中查看。",
|
||||
"email_body_slug_replacement_suggestion": "若您對於活動類型有任何疑問,請聯絡您的管理員。<br /><br />祝排程愉快。<br />Cal.com 團隊",
|
||||
"email_body_slug_replacement_suggestion": "若您對於活動類型有任何疑問,請聯絡您的管理員。<br /><br />祝排程愉快。<br />BLS cal 團隊",
|
||||
"disable_payment_app": "管理員已停用會影響 {{title}} 活動類型的 {{appName}}。與會者仍可預約此類型活動,但不會收到付費提示。您也可以隱藏此活動類型來避免這種情況,直到管理員再次啟用您的付款方式為止。",
|
||||
"payment_disabled_still_able_to_book": "與會者仍可預約此類型活動,但不會收到付費提示。您也可以隱藏此活動類型來避免這種情況,直到管理員再次啟用您的付款方式。",
|
||||
"app_disabled_with_event_type": "管理員已停用會影響 {{title}} 活動類型的 {{appName}}。",
|
||||
@ -1672,7 +1672,7 @@
|
||||
"teams_plan_required": "需要團隊方案",
|
||||
"routing_forms_are_a_great_way": "引導表單可將到來的潛在客戶引導至合適的人員,是極佳的處理方式。升級至團隊方案即可使用此功能。",
|
||||
"choose_a_license": "選擇授權",
|
||||
"choose_license_description": "Cal.com 隨附可供使用的免費 AGPLv3 授權,您可隨時將其中的部分限制升級至 Enterprise 授權。您之後隨時可以升級。",
|
||||
"choose_license_description": "BLS cal 隨附可供使用的免費 AGPLv3 授權,您可隨時將其中的部分限制升級至 Enterprise 授權。您之後隨時可以升級。",
|
||||
"license": "授權",
|
||||
"agplv3_license": "AGPLv3 授權",
|
||||
"no_need_to_keep_your_code_open_source": "程式碼無須保持開源狀態",
|
||||
@ -1686,7 +1686,7 @@
|
||||
"step_enterprise_license": "Enterprise 授權",
|
||||
"step_enterprise_license_description": "商業使用案例的所有功能,皆隨附私人託管、重新包裝、換新品牌和轉售與專屬企業版元件存取權。",
|
||||
"setup": "設定",
|
||||
"setup_description": "設定 Cal.com 實例",
|
||||
"setup_description": "設定 BLS cal 實例",
|
||||
"configure": "設定",
|
||||
"sso_configuration": "SAML 設定",
|
||||
"sso_configuration_description": "設定 SAML/OIDC SSO,並允許團隊成員使用 Identity Provider 登入",
|
||||
@ -1705,7 +1705,7 @@
|
||||
"sso_connection_deleted_successfully": "已成功刪除 {{connectionType}} 設定",
|
||||
"delete_sso_configuration": "刪除 {{connectionType}} 設定",
|
||||
"delete_sso_configuration_confirmation": "是,刪除 {{connectionType}} 設定",
|
||||
"delete_sso_configuration_confirmation_description": "確定要刪除 {{connectionType}} 設定?使用 {{connectionType}} 登入的團隊成員將再也無法存取 Cal.com。",
|
||||
"delete_sso_configuration_confirmation_description": "確定要刪除 {{connectionType}} 設定?使用 {{connectionType}} 登入的團隊成員將再也無法存取 BLS cal。",
|
||||
"organizer_timezone": "主辦者時區",
|
||||
"email_user_cta": "檢視邀請",
|
||||
"email_no_user_invite_heading_team": "您已獲邀加入 {{appName}} 團隊",
|
||||
|
@ -6,4 +6,4 @@ if [ -z "${CODESPACES}" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "printf \"\n🚀 Welcome to Cal.com! Try typing 'yarn dx' to get a quick dev environment.\n\"" >> ~/.bashrc
|
||||
echo "printf \"\n🚀 Welcome to BLS cal! Try typing 'yarn dx' to get a quick dev environment.\n\"" >> ~/.bashrc
|
@ -9,7 +9,7 @@ ZOOM_CLIENT_ID=
|
||||
ZOOM_CLIENT_SECRET=
|
||||
CALCOM_ADMIN_API_KEY=
|
||||
|
||||
# Refer to Cal.com env variables as these are set in their env
|
||||
# Refer to BLS cal env variables as these are set in their env
|
||||
CALCOM_CREDENTIAL_SYNC_SECRET="";
|
||||
CALCOM_CREDENTIAL_SYNC_HEADER_NAME="calcom-credential-sync-secret";
|
||||
CALCOM_APP_CREDENTIAL_ENCRYPTION_KEY="";
|
@ -1,9 +1,9 @@
|
||||
# README
|
||||
|
||||
This is an example app that acts as the source of truth for Cal.com Apps credentials. This app is capable of generating the access_token itself and then sync those to Cal.com app.
|
||||
This is an example app that acts as the source of truth for BLS cal Apps credentials. This app is capable of generating the access_token itself and then sync those to BLS cal app.
|
||||
|
||||
## How to start
|
||||
`yarn dev` starts the server on port 5100. After this open http://localhost:5100 and from there you would be able to manage the tokens for various Apps.
|
||||
|
||||
## Endpoints
|
||||
http://localhost:5100/api/getToken should be set as the value of env variable CALCOM_CREDENTIAL_SYNC_ENDPOINT in Cal.com
|
||||
http://localhost:5100/api/getToken should be set as the value of env variable CALCOM_CREDENTIAL_SYNC_ENDPOINT in BLS cal
|
@ -49,8 +49,8 @@ export default function Index() {
|
||||
You are managing credentials for cal.com <strong>userId={userId}</strong> for{" "}
|
||||
<strong>appSlug={appSlug}</strong>. Update query params to manage a different user or app{" "}
|
||||
</p>
|
||||
<button onClick={() => updateToken({ invalid: true })}>Give an invalid token to Cal.com</button>
|
||||
<button onClick={() => updateToken()}>Give a valid token to Cal.com</button>
|
||||
<button onClick={() => updateToken({ invalid: true })}>Give an invalid token to BLS cal</button>
|
||||
<button onClick={() => updateToken()}>Give a valid token to BLS cal</button>
|
||||
<div>{data}</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
1. Include installation instructions and links to the app's website.
|
||||
|
||||
2. For url use `<baseUrl>/api/integrations`, rather than `<Cal.com>/api/integrations`
|
||||
2. For url use `<baseUrl>/api/integrations`, rather than `<BLS cal>/api/integrations`
|
||||
|
||||
#### `config.json`
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
"categories": ["payment"],
|
||||
"publisher": "Alby",
|
||||
"email": "support@getalby.com",
|
||||
"description": "Your Bitcoin & Nostr companion for the web. Use Alby to charge Satoshi for your Cal.com meetings.\r",
|
||||
"description": "Your Bitcoin & Nostr companion for the web. Use Alby to charge Satoshi for your BLS cal meetings.\r",
|
||||
"extendsFeature": "EventType",
|
||||
"isTemplate": false,
|
||||
"__createdUsingCli": true,
|
||||
|
@ -15,5 +15,5 @@
|
||||
"devDependencies": {
|
||||
"@calcom/types": "*"
|
||||
},
|
||||
"description": "Your Bitcoin & Nostr companion for the web. Use Alby to charge Satoshi for your Cal.com meetings.\r"
|
||||
"description": "Your Bitcoin & Nostr companion for the web. Use Alby to charge Satoshi for your BLS cal meetings.\r"
|
||||
}
|
||||
|
@ -106,7 +106,7 @@ function AlbySetupPage(props: IAlbySetupProps) {
|
||||
const webhookEndpoint = await client.createWebhookEndpoint({
|
||||
filter_types: ["invoice.incoming.settled"],
|
||||
url: `${process.env.NEXT_PUBLIC_WEBAPP_URL}/api/integrations/alby/webhook`,
|
||||
description: "Cal.com",
|
||||
description: "BLS cal",
|
||||
});
|
||||
|
||||
saveKeysMutation.mutate({
|
||||
|
@ -7,7 +7,7 @@
|
||||
"url": "https://cal.com",
|
||||
"variant": "other",
|
||||
"categories": ["calendar"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"email": "support@cal.com",
|
||||
"description": "The joyful productivity app\r\r",
|
||||
"__createdUsingCli": true,
|
||||
|
@ -8,7 +8,7 @@
|
||||
"url": "https://cal.com/",
|
||||
"variant": "conferencing",
|
||||
"categories": ["conferencing"],
|
||||
"publisher": "Cal.com",
|
||||
"publisher": "BLS cal",
|
||||
"email": "help@cal.com",
|
||||
"description": "Discover radically unique video calls designed to help hybrid-remote teams create, collaborate and celebrate together.",
|
||||
"__createdUsingCli": true,
|
||||
|
@ -9,7 +9,7 @@
|
||||
"categories": ["automation"],
|
||||
"publisher": "Patrick Goeler von Ravensburg",
|
||||
"email": "patrickvongoeler@gmail.com",
|
||||
"description": "You simply paste a Cal.com link of someone, select a frequency and we will take care of the scheduling for you.\r\r",
|
||||
"description": "You simply paste a BLS cal link of someone, select a frequency and we will take care of the scheduling for you.\r\r",
|
||||
"isTemplate": false,
|
||||
"__createdUsingCli": true,
|
||||
"__template": "link-as-an-app"
|
||||
|
@ -10,5 +10,5 @@
|
||||
"devDependencies": {
|
||||
"@calcom/types": "*"
|
||||
},
|
||||
"description": "You simply paste a Cal.com link of someone, select a frequency and we will take care of the scheduling for you.\r\r"
|
||||
"description": "You simply paste a BLS cal link of someone, select a frequency and we will take care of the scheduling for you.\r\r"
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"url": "https://cal.com/BAA",
|
||||
"variant": "other",
|
||||
"categories": ["other"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"email": "support@cal.com",
|
||||
"description": "Request a signed Business Associate Agreement for your HIPAA compliance records",
|
||||
"isTemplate": false,
|
||||
|
@ -105,7 +105,7 @@ export default class BasecampCalendarService implements Calendar {
|
||||
hour12: true,
|
||||
minute: "numeric",
|
||||
});
|
||||
const baseString = `<div>Event title: ${event.title}<br/>Date and time: ${date}, ${startTime} - ${endTime} ${timeZone}<br/>View on Cal.com: <a target="_blank" rel="noreferrer" class="autolinked" data-behavior="truncate" href="https://app.cal.com/booking/${event.uid}">https://app.cal.com/booking/${event.uid}</a> `;
|
||||
const baseString = `<div>Event title: ${event.title}<br/>Date and time: ${date}, ${startTime} - ${endTime} ${timeZone}<br/>View on BLS cal: <a target="_blank" rel="noreferrer" class="autolinked" data-behavior="truncate" href="https://app.cal.com/booking/${event.uid}">https://app.cal.com/booking/${event.uid}</a> `;
|
||||
const guestString = `<br/>Guests: ${event.attendees.reduce((acc, attendee) => {
|
||||
return `${acc}<br/><a target=\"_blank\" rel=\"noreferrer\" class=\"autolinked\" data-behavior=\"truncate\" href=\"mailto:${attendee.email}\">${attendee.email}</a>`;
|
||||
}, "")}`;
|
||||
@ -132,7 +132,7 @@ export default class BasecampCalendarService implements Calendar {
|
||||
},
|
||||
body: JSON.stringify({
|
||||
description,
|
||||
summary: `Cal.com: ${event.title}`,
|
||||
summary: `BLS cal: ${event.title}`,
|
||||
starts_at: new Date(event.startTime).toISOString(),
|
||||
ends_at: new Date(event.endTime).toISOString(),
|
||||
}),
|
||||
@ -175,7 +175,7 @@ export default class BasecampCalendarService implements Calendar {
|
||||
},
|
||||
body: JSON.stringify({
|
||||
description,
|
||||
summary: `Cal.com: ${event.title}`,
|
||||
summary: `BLS cal: ${event.title}`,
|
||||
starts_at: new Date(event.startTime).toISOString(),
|
||||
ends_at: new Date(event.endTime).toISOString(),
|
||||
}),
|
||||
|
@ -7,7 +7,7 @@
|
||||
"url": "https://cal.ai",
|
||||
"variant": "automation",
|
||||
"categories": ["automation"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"email": "support@cal.com",
|
||||
"description": "Cal.ai is your AI scheduling assistant. Get your personal email assistant (username@cal.ai) that you can forward emails to or have a conversation with. Cal.ai will automatically schedule meetings for you.",
|
||||
"isTemplate": false,
|
||||
|
@ -7,7 +7,7 @@
|
||||
"url": "https://cal.com/",
|
||||
"variant": "conferencing",
|
||||
"categories": ["conferencing"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"email": "help@cal.com",
|
||||
"description": "Feel connected with your remote team. Team events, new hire onboardings, coffee chats, all on Campfire. No more awkward Zoom calls.\r\r",
|
||||
"__createdUsingCli": true,
|
||||
|
@ -9,7 +9,7 @@
|
||||
"categories": ["automation"],
|
||||
"publisher": "Chris Pacheco",
|
||||
"email": "chrispacheco430@gmail.com",
|
||||
"description": "Create, List and Interact with Your Cal.com links and connections easily.\r\r",
|
||||
"description": "Create, List and Interact with Your BLS cal links and connections easily.\r\r",
|
||||
"isTemplate": false,
|
||||
"__createdUsingCli": true,
|
||||
"__template": "link-as-an-app"
|
||||
|
@ -10,5 +10,5 @@
|
||||
"devDependencies": {
|
||||
"@calcom/types": "*"
|
||||
},
|
||||
"description": "Create, List and Interact with Your Cal.com links and connections easily."
|
||||
"description": "Create, List and Interact with Your BLS cal links and connections easily."
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
"url": "https://cal.com/",
|
||||
"variant": "crm",
|
||||
"categories": ["crm"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"extendsFeature": "EventType",
|
||||
"email": "help@cal.com",
|
||||
"description": "Close is the inside sales CRM of choice for startups and SMBs. Make more calls, send more emails and close more deals starting today.",
|
||||
|
@ -15,7 +15,7 @@ const apiKeySchema = z.object({
|
||||
|
||||
const CALENDSO_ENCRYPTION_KEY = process.env.CALENDSO_ENCRYPTION_KEY || "";
|
||||
|
||||
// Cal.com Custom Activity Fields
|
||||
// BLS cal Custom Activity Fields
|
||||
const calComCustomActivityFields: CloseComFieldOptions = [
|
||||
// Field name, field type, required?, multiple values?
|
||||
["Attendees", "contact", false, true],
|
||||
@ -44,7 +44,7 @@ const calComCustomActivityFields: CloseComFieldOptions = [
|
||||
* Contact creation
|
||||
* Every contact in Close.com need to belong to a Lead. When creating a contact in
|
||||
* Close.com as part of this integration, a new generic Lead will be created in order
|
||||
* to assign every contact created by this process, and it is named "From Cal.com"
|
||||
* to assign every contact created by this process, and it is named "From BLS cal"
|
||||
*/
|
||||
export default class CloseComCRMService implements CRM {
|
||||
private integrationName = "";
|
||||
|
@ -26,7 +26,7 @@ afterEach(() => {
|
||||
test("check generic lead generator: already exists", async () => {
|
||||
CloseCom.prototype.lead = {
|
||||
list: () => ({
|
||||
data: [{ name: "From Cal.com", id: "abc" }],
|
||||
data: [{ name: "From BLS cal", id: "abc" }],
|
||||
}),
|
||||
} as any;
|
||||
|
||||
@ -133,7 +133,7 @@ test("retrieve custom fields for custom activity type: type exists, no field cre
|
||||
|
||||
CloseCom.prototype.customActivity = {
|
||||
type: {
|
||||
get: () => ({ data: [{ id: "typeX", name: "Cal.com Activity" }] }),
|
||||
get: () => ({ data: [{ id: "typeX", name: "BLS cal Activity" }] }),
|
||||
},
|
||||
} as any;
|
||||
|
||||
@ -251,7 +251,7 @@ test("prepare data to create custom activity type instance: one attendees, with
|
||||
|
||||
CloseCom.prototype.lead = {
|
||||
list: () => ({
|
||||
data: [{ name: "From Cal.com", id: "abc" }],
|
||||
data: [{ name: "From BLS cal", id: "abc" }],
|
||||
}),
|
||||
} as any;
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
"url": "https://demodesk.com",
|
||||
"variant": "conferencing",
|
||||
"categories": ["conferencing"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"email": "support@cal.com",
|
||||
"appData": {
|
||||
"location": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"url": "https://discord.com/",
|
||||
"variant": "conferencing",
|
||||
"categories": ["conferencing"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"email": "support@cal.com",
|
||||
"appData": {
|
||||
"location": {
|
||||
|
@ -9,7 +9,7 @@
|
||||
"url": "https://cal.com",
|
||||
"variant": "calendar",
|
||||
"categories": ["calendar"],
|
||||
"publisher": "Cal.com",
|
||||
"publisher": "BLS cal",
|
||||
"email": "help@cal.com",
|
||||
"description": "Fetch Microsoft Exchange calendars and availabilities using Exchange Web Services (EWS).",
|
||||
"__createdUsingCli": true,
|
||||
|
@ -7,7 +7,7 @@
|
||||
"url": "https://cal.com",
|
||||
"variant": "analytics",
|
||||
"categories": ["analytics"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"email": "help@cal.com",
|
||||
"extendsFeature": "EventType",
|
||||
"appData": {
|
||||
|
@ -7,12 +7,12 @@ const log = logger.getSubLogger({ prefix: [`[[FeishuTenantCredential]`] });
|
||||
|
||||
const msg = {
|
||||
en_us: {
|
||||
title: "Welcome to Cal.com!",
|
||||
title: "Welcome to BLS cal!",
|
||||
content: [
|
||||
[
|
||||
{
|
||||
tag: "text",
|
||||
text: "Cal.com is an open source scheduling infrastructure.",
|
||||
text: "BLS cal is an open source scheduling infrastructure.",
|
||||
},
|
||||
],
|
||||
[
|
||||
|
@ -7,7 +7,7 @@
|
||||
"url": "https://marketingplatform.google.com",
|
||||
"variant": "analytics",
|
||||
"categories": ["analytics"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"email": "support@cal.com",
|
||||
"description": "Google Analytics is a web analytics service offered by Google that tracks and reports website traffic, currently as a platform inside the Google Marketing Platform brand.",
|
||||
"extendsFeature": "EventType",
|
||||
|
@ -9,7 +9,7 @@ import metadata from "../_metadata";
|
||||
import GoogleCalendarService from "../lib/CalendarService";
|
||||
|
||||
/**
|
||||
* Creates the booking on Cal.com and makes the GCal call to fetch the event.
|
||||
* Creates the booking on BLS cal and makes the GCal call to fetch the event.
|
||||
* Ends on the booking success page
|
||||
* @param page
|
||||
*
|
||||
|
@ -7,9 +7,9 @@
|
||||
"logo": "icon.svg",
|
||||
"variant": "calendar",
|
||||
"categories": ["calendar"],
|
||||
"publisher": "Cal.com, Inc.",
|
||||
"publisher": "BLS cal, Inc.",
|
||||
"email": "help@cal.com",
|
||||
"description": "Import events from an ICS Feed into Cal.com.",
|
||||
"description": "Import events from an ICS Feed into BLS cal.",
|
||||
"isTemplate": false,
|
||||
"__createdUsingCli": true
|
||||
}
|
||||
|
@ -14,5 +14,5 @@
|
||||
"devDependencies": {
|
||||
"@calcom/types": "*"
|
||||
},
|
||||
"description": "Import events from an ICS Feed into Cal.com."
|
||||
"description": "Import events from an ICS Feed into BLS cal."
|
||||
}
|
||||
|
@ -27,13 +27,13 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||
const input: InputComponent = {
|
||||
type: "input",
|
||||
id: "submit_booking_url",
|
||||
label: "Enter your Cal.com link",
|
||||
label: "Enter your BLS cal link",
|
||||
placeholder: "https://cal.com/valentinchmara/30min",
|
||||
save_state: "unsaved",
|
||||
action: {
|
||||
type: "submit",
|
||||
},
|
||||
aria_label: "Enter your Cal.com link",
|
||||
aria_label: "Enter your BLS cal link",
|
||||
};
|
||||
|
||||
const defaultCanvasData: NewCanvas = {
|
||||
@ -118,7 +118,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||
|
||||
const text: TextComponent = {
|
||||
type: "text",
|
||||
text: "Or choose another Cal.com link:",
|
||||
text: "Or choose another BLS cal link:",
|
||||
style: "muted",
|
||||
align: "left",
|
||||
};
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user