github-actions[bot]
7bc8d7e991
New Crowdin translations by Github Action ( #6274 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-01-04 23:20:54 +01:00
github-actions[bot]
9c40f76184
New Crowdin translations by Github Action ( #6140 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-21 09:45:47 -07:00
github-actions[bot]
b8c6ac43f7
New Crowdin translations by Github Action ( #6122 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-20 14:42:23 +01:00
github-actions[bot]
1d986cad04
New Crowdin translations by Github Action ( #6101 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-19 12:41:52 +01:00
github-actions[bot]
7fad76ae23
New Crowdin translations by Github Action ( #6095 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-18 13:52:44 +01:00
github-actions[bot]
987756c4d4
New Crowdin translations by Github Action ( #6022 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-15 21:18:33 +01:00
github-actions[bot]
2e6c3a6068
New Crowdin translations by Github Action ( #6001 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-13 19:11:45 +01:00
github-actions[bot]
68c7425922
New Crowdin translations by Github Action ( #5996 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-13 11:07:00 +01:00
github-actions[bot]
c3418cbe1f
New Crowdin translations by Github Action ( #5990 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-13 10:57:22 +01:00
Carina Wollendorfer
b7fcf6ade1
fix missing space in email ( #5986 )
2022-12-12 12:51:27 -07:00
github-actions[bot]
e7ff5508d7
New Crowdin translations by Github Action ( #5966 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-12-10 22:46:06 +01:00
Max Oehrlein
4686d3ff48
Improve multilingualism and fix search routes ( #5334 )
...
* fixed search routes
* made static text multilingual and fixed german translations
# Conflicts:
# apps/web/components/availability/Schedule.tsx
* delete empty file created by fixing merge conflicts
* fixing TextField placeholder by passing attendeeName and fixed json variable
* Using useLocal to modify static text to make it multilingual, and passing the correct variables for brand and mail
* seperated whitelabel and improved translations
* added missing translation
* added missing translation for webhooks
* Updated AdminAppsView with dynamic translations.
Added translations for german and english files only.
* changed back to one liner
* updated german and english translations for impersonation.tsx
* updated german and english translations for impersonation.tsx and users.tsx. added missing german translation for timeformat_profile_hint
* updated german and english translations for team-billing-view.tsx
* updated german and english translations for LicenseRequired.tsx
* updated routes for profile and avatar
* yarn.lock updated from newer changes
* Revert " yarn.lock updated from newer changes"
This reverts commit efd9a90bf7
.
* sanitize dangerouslySetInnerHTML to prevent xss attacks
* tried to fix window title flicker
* changed ssdInit to ssrInit for getServerSideProps. Serverside translation works but current route still set as a window title
* flicker with route in window title is caused here. It is not necessary to check if isPublic and session is false because it already gets checked in useRedirectToLoginIfUnauthenticated hook.
* fixed window title translation flicker for availability page
* fixed window title translation flicker for teams page
* fixed window title translation flicker for workflow page
* fixed error that div may not be rendered within p element
* fixed window title translation flicker for booking page
* fixed window title translation flicker by adding getServerSideProps
* Only set HeadSeo if an page title exists. If window title is set by the Meta component, shell is causing a flicker because it overwrites the title which is set by Meta. It is a problem especially for settings pages.
* fixed window title translation flicker by adding the Meta component to the skeleton
* fixed condition
* removed condition and added withoutSeo for settings pages
* using translations for create team page further fixed flicker for window title
* fixed flicker for window title for event-type creation page
* fixed flicker for window title for availability creation page
* fixed flicker for window title for sso page
* updated conferencing en translation
* added meta.CTA back it was mistakenly removed
* fixed flicker for workflows page
* fixed missing variable
* Update packages/ui/v2/core/Shell.tsx
* Delete index.tsx
* Update sso.tsx
* Updates subdmoules
Co-authored-by: maxi <maximilian.oehrlein@clicksports.de>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-12-07 13:53:44 -07:00
github-actions[bot]
5360cea3bf
New Crowdin translations by Github Action ( #5919 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-07 20:49:45 +01:00
github-actions[bot]
c38588b93d
New Crowdin translations by Github Action ( #5842 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-12-05 20:59:12 +01:00
Carina Wollendorfer
3be6c05722
Fixes some translation issues ( #5841 )
...
* fix french translation for rescheduled email
* fix translations for team invite
* fix rescheduling email in german
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2022-12-02 17:56:48 +00:00
github-actions[bot]
8f1d3fbc50
New Crowdin translations by Github Action ( #5816 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-12-01 15:42:24 +00:00
Max Oehrlein
d951a5b872
Allows brand customization ( #5329 )
...
* adjustments for each language json file:
- changed every Cal or Cal.com with a variable to make it possible to change that with a custom brand
- fix and renamed ATTENDEE with attendeeName
* added two new variables for appName and support mail address. so everybody can change it via env
* changed static Cal or Cal.com with new defined constants
* Using useLocal to modify static text to make it multilingual, and passing the correct variables for brand and mail
* adding new readable variables for brand, website domain and mail address
* fixed search routes
* made static text multilingual and fixed german translations
* Revert "fixed search routes"
moved changes in another pr
This reverts commit e6ba11a1ec
.
* revert non whitelabel changes and moved it into another pr
* revert attendeeName fix
* reverted translation fixes and moved them in another pr
* changed back to "Cal.com Logo"
* changed back to "https://console.cal.com "
* added new env variable for company name and replaced some domainName variables in language files
* changed default for COMPANY_NAME to Cal.com, Inc.
* changed Cal.com to APP_NAME for mail templates
* Dropped website domain in favor of app name
* Update .env.example
* Apply suggestions from code review
* Code review feedback
* Delete App.tsx
* Update packages/ui/Kbar.tsx
* added meta.CTA back it was mistakenly removed
* updated add members test
Co-authored-by: maxi <maximilian.oehrlein@clicksports.de>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2022-11-30 14:52:56 -07:00
github-actions[bot]
798a4b0090
New Crowdin translations by Github Action ( #5705 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-11-27 11:50:40 +00:00
GitStart
596f723cff
[CAL-395] Change text from "Delete Team" to "Disband Team" on the Button ( #5627 )
...
Co-authored-by: Matheus Benini <matheus_benini@hotmail.com>
Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com>
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com>
Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com>
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com>
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Matheus Benini <matheus_benini@hotmail.com>
Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com>
Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com>
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com>
2022-11-22 19:18:47 +00:00
Alex van Andel
0402e46328
Reformat /booking attendees, add guests to success page, fix i18n ( #5532 )
2022-11-15 13:39:06 +00:00
github-actions[bot]
3043294a08
New Crowdin translations by Github Action ( #5306 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-11-01 14:00:19 +00:00
github-actions[bot]
39747a151c
New Crowdin translations by Github Action ( #5243 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-10-28 09:56:09 +01:00
github-actions[bot]
803ab6c2e9
New Crowdin translations by Github Action ( #5174 )
2022-10-25 09:41:29 +01:00
github-actions[bot]
e23f3b27bf
New Crowdin translations by Github Action ( #5107 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-10-19 19:01:39 +01:00
github-actions[bot]
865c67a962
New Crowdin translations by Github Action ( #5100 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-10-19 17:27:37 +01:00
github-actions[bot]
baa641d1f4
New Crowdin translations by Github Action ( #5072 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-10-19 12:25:31 +01:00
github-actions[bot]
fabf692a08
New Crowdin translations by Github Action ( #4904 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-10-08 18:10:55 +01:00
github-actions[bot]
6f811f4f0a
New Crowdin translations by Github Action ( #4877 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-10-06 14:14:10 +01:00
github-actions[bot]
10ab86b332
New Crowdin translations by Github Action ( #4772 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-10-05 20:23:28 +01:00
github-actions[bot]
d1a787315c
New Crowdin translations by Github Action ( #4762 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-29 19:23:43 +01:00
github-actions[bot]
fb246fdee6
New Crowdin translations by Github Action ( #4754 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-29 14:31:30 +01:00
Alex van Andel
b347f29d6c
Feature/deprecate title translations ( #4682 )
...
* wip
* Aims to deprecate _title keys
* Removed _title translation
* Revert "wip"
This reverts commit 3e33fc6b1e
.
2022-09-29 12:41:40 +00:00
github-actions[bot]
f5faebad67
New Crowdin translations by Github Action ( #4744 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-28 22:19:00 +01:00
github-actions[bot]
5af20f5a7b
New Crowdin translations by Github Action ( #4742 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-28 18:57:58 +01:00
github-actions[bot]
19b3157c94
New Crowdin translations by Github Action ( #4729 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-28 18:51:19 +01:00
github-actions[bot]
8f3e088db7
New Crowdin translations by Github Action ( #4670 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-28 00:53:02 +01:00
github-actions[bot]
42c128b790
New Crowdin translations by Github Action ( #4613 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-21 15:44:08 +00:00
github-actions[bot]
400a80f8e2
New Crowdin translations by Github Action ( #4396 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-15 16:47:23 +00:00
github-actions[bot]
290fb8db55
New Crowdin translations by Github Action ( #4235 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-08 10:53:11 +02:00
Hariom Balhara
4856ed9977
Signup Flow improvements ( #4012 )
...
* Get login working
* Update website
* Fixes
* Save
* svae
* Save
* Change translation key
* Various fixes after testing
* Update website
* Add TS Tests
* Upate website
* Fix tests
* Fix linting and other issues
* Fix linting and other issues
* Fix bugs found during recording of demos
* Revert default coookie change
* Self review fixe
* Link fixes
* Removed inline styles, cleanup
* Various fixes
* Added new envs to e2e
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-09-07 18:38:37 -06:00
github-actions[bot]
5ca2c0561c
New Crowdin translations by Github Action ( #4188 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-06 10:53:25 +02:00
github-actions[bot]
8f6ba440b7
New Crowdin translations by Github Action ( #3954 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-08-25 22:51:58 +02:00
github-actions[bot]
b88f0617d8
New Crowdin translations by Github Action ( #3935 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-08-24 13:41:51 +02:00
github-actions[bot]
1fd8d50e52
New Crowdin translations by Github Action ( #3878 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-08-17 22:50:01 +02:00
github-actions[bot]
affedd1014
New Crowdin translations by Github Action ( #3683 )
2022-08-04 09:25:24 +01:00
github-actions[bot]
c2d6c30221
New Crowdin translations by Github Action ( #3483 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-21 18:00:21 -06:00
GitStart
2eedf74eb7
Apply suggestions from code review ( #3480 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
2022-07-21 16:05:13 +00:00
github-actions[bot]
3b7f18cb5d
New Crowdin translations by Github Action ( #3398 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-19 21:54:38 +02:00
github-actions[bot]
5e81d9fb56
New Crowdin translations by Github Action ( #3387 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-15 21:15:08 +02:00
github-actions[bot]
8f020bf1d0
New Crowdin translations by Github Action ( #3385 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-15 11:00:37 -06:00
github-actions[bot]
fd16d734fb
New Crowdin translations by Github Action ( #3364 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-15 12:42:58 +02:00
github-actions[bot]
03b8643d1e
New Crowdin translations by Github Action ( #3360 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-14 09:03:59 +02:00
github-actions[bot]
9ad4cba8cf
New Crowdin translations by Github Action ( #3324 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-11 19:15:11 -06:00
github-actions[bot]
62f6373102
New Crowdin translations by Github Action ( #3320 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-11 21:23:02 +02:00
github-actions[bot]
85b61bed01
New Crowdin translations by Github Action ( #3244 )
...
* New Crowdin translations by Github Action
* Delete common.json
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-07-06 22:39:00 +02:00
github-actions[bot]
643b46aa8f
New Crowdin translations by Github Action ( #3117 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-06-24 21:57:44 +02:00
github-actions[bot]
7337c75b26
New Crowdin translations by Github Action ( #3109 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-06-20 18:08:32 +02:00
github-actions[bot]
f82404392f
New Crowdin translations by Github Action ( #3070 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-06-16 11:30:08 +02:00
github-actions[bot]
0a308eb13d
New Crowdin translations by Github Action ( #3040 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-06-13 12:40:22 +02:00
Leo Giovanetti
33a4bb797d
Fixes plural issue with locales ( #3011 )
...
* Fixes
* Covering rest of locales
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-06-08 09:32:52 +02:00
Peer Richelsen
d1cd83acea
renaming "opt-in" to "requires confirmation #2 attempt ( #2999 )
...
* second try
* nit
* nit
2022-06-07 18:22:37 +02:00
Joe Au-Yeung
983c970069
Add more variables to event names and a dynamic field ( #2898 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Alan <alannnc@gmail.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-06-06 08:48:13 -04:00
github-actions[bot]
eb02efb25a
New Crowdin translations by Github Action ( #2834 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-06-03 22:01:49 +02:00
github-actions[bot]
4e97d3ed72
New Crowdin translations by Github Action ( #2773 )
...
* New Crowdin translations by Github Action
* Update vital.json
* Update vital.json
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Omar López <zomars@me.com>
2022-05-16 13:20:17 -06:00
github-actions[bot]
66aeadffbb
New Crowdin translations by Github Action ( #2421 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-04-10 00:33:32 +02:00
Gwenaël Gallon
5e7d34b9c4
[fr] Add missing translations ( #2409 )
...
Update with last missing French translations
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-07 20:10:58 +02:00
github-actions[bot]
7490f07a32
New Crowdin translations by Github Action ( #2256 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-25 23:20:19 +01:00
github-actions[bot]
0f27385c17
New Crowdin translations by Github Action ( #2077 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-08 23:34:22 +00:00
github-actions[bot]
04f9b93ceb
New Crowdin translations by Github Action ( #2061 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-04 19:41:28 +00:00
github-actions[bot]
7384675b6b
New Crowdin translations by Github Action ( #2055 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-04 10:02:14 +00:00
github-actions[bot]
e23f9330d3
New Crowdin translations by Github Action ( #2049 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-03 20:28:04 +00:00
github-actions[bot]
521b63e732
New Crowdin translations by Github Action ( #2007 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-03-01 09:49:54 +00:00
github-actions[bot]
ca29940ea5
New Crowdin translations by Github Action ( #1975 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-27 20:18:43 +00:00
github-actions[bot]
00e3b970d6
New Crowdin translations by Github Action ( #1973 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-24 15:07:39 +00:00
github-actions[bot]
bced10eab1
New Crowdin translations by Github Action ( #1915 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-18 23:59:29 +00:00
github-actions[bot]
ec0ec5d308
New Crowdin translations by Github Action ( #1806 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-02-11 11:21:31 +00:00
zomars
0bc511a886
Migrated cal.com to apps/web
2022-02-10 14:22:45 -07:00