Compare commits

...

5 Commits

13 changed files with 245 additions and 201 deletions

View File

@@ -231,6 +231,7 @@ checksums:
Labels%20%26%20Filters/singular: 8f0bdd6084516f8241cb613178114390
Language/singular: 277fd1a41cc237a437cd1d5e4a80463b
Launch%20offer/singular: 624592ba2ecf647a3fe60d493c1ee71a
Launch%20offer%3A%20unlimited%20seats%20for%20just%20%2429%2Fmonth%20with%20Pro/singular: 235d1cda21811c296afdc0dcc438cc24
Learning/singular: 90e91da3f870f065f2da9aa9adf53514
Legal/singular: 00d3f08da61a21887009819cf93fb414
License/singular: ac2bcac75151e2fcd9eb768cea275a77

View File

@@ -20,12 +20,12 @@ export default function WorkspaceMenu({
<Menu as="div" className="relative inline-block w-full pb-3 text-left">
<div>
{isLoading ? (
<div className={twMerge("mb-1", isCollapsed && "md:flex md:p-1.5")}>
<div className={twMerge("mb-1 flex", isCollapsed && "md:p-1.5")}>
<div className="h-6 w-6 animate-pulse rounded-md bg-light-200 dark:bg-dark-200" />
<div
className={twMerge(
"ml-2 h-6 w-[150px] animate-pulse rounded-md bg-light-200 dark:bg-dark-200",
isCollapsed && "hidden md:block",
isCollapsed && "md:hidden",
)}
/>
</div>

View File

@@ -148,7 +148,7 @@ msgstr "Alle Systeme funktionieren"
msgid "Already have an account? <0><1>Sign in</1></0>"
msgstr "Du hast bereits ein Konto? <0><1>Anmelden</1></0>"
#: src/views/settings/index.tsx:113
#: src/views/settings/index.tsx:124
msgid "An error occurred while disconnecting your Trello account."
msgstr "Beim Trennen deines Trello-Kontos ist ein Fehler aufgetreten."
@@ -156,7 +156,7 @@ msgstr "Beim Trennen deines Trello-Kontos ist ein Fehler aufgetreten."
msgid "An unexpected error occurred. Please try again later."
msgstr "Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es später erneut."
#: src/views/settings/index.tsx:282
#: src/views/settings/index.tsx:293
msgid "API keys"
msgstr "API-Schlüssel"
@@ -227,11 +227,11 @@ msgid "billed monthly"
msgstr "monatlich abgerechnet"
#: src/views/boards/components/TemplateBoards.tsx:55
#: src/views/settings/index.tsx:221
#: src/views/settings/index.tsx:232
msgid "Billing"
msgstr "Abrechnung"
#: src/views/settings/index.tsx:231
#: src/views/settings/index.tsx:242
msgid "Billing portal"
msgstr "Abrechnungsportal"
@@ -329,12 +329,12 @@ msgstr "Kartentitel"
#: src/views/settings/components/ChangePasswordConfirmation.tsx:109
#: src/views/settings/components/ChangePasswordConfirmation.tsx:178
#: src/views/settings/index.tsx:314
#: src/views/settings/index.tsx:324
#: src/views/settings/index.tsx:325
#: src/views/settings/index.tsx:335
msgid "Change Password"
msgstr "Passwort ändern"
#: src/views/settings/index.tsx:213
#: src/views/settings/index.tsx:224
msgid "Change the language of the app."
msgstr "Ändere die Sprache der App."
@@ -398,7 +398,7 @@ msgid "Confirm your new password"
msgstr "Bestätigen Sie Ihr neues Passwort"
#: src/views/boards/components/ImportBoardsForm.tsx:157
#: src/views/settings/index.tsx:258
#: src/views/settings/index.tsx:269
msgid "Connect Trello"
msgstr "Trello verbinden"
@@ -406,7 +406,7 @@ msgstr "Trello verbinden"
msgid "Connect your favorite tools to streamline your workflow."
msgstr "Verbinde deine Lieblingstools, um deinen Arbeitsablauf zu optimieren."
#: src/views/settings/index.tsx:245
#: src/views/settings/index.tsx:256
msgid "Connect your Trello account to import boards."
msgstr "Verbinde dein Trello-Konto, um Boards zu importieren."
@@ -520,8 +520,8 @@ msgid "Delete"
msgstr "Löschen"
#: src/views/settings/components/DeleteAccountConfirmation.tsx:96
#: src/views/settings/index.tsx:332
#: src/views/settings/index.tsx:342
#: src/views/settings/index.tsx:343
#: src/views/settings/index.tsx:353
msgid "Delete account"
msgstr "Konto löschen"
@@ -542,8 +542,8 @@ msgid "Delete list"
msgstr "Liste löschen"
#: src/views/settings/components/DeleteWorkspaceConfirmation.tsx:106
#: src/views/settings/index.tsx:295
#: src/views/settings/index.tsx:306
#: src/views/settings/index.tsx:317
msgid "Delete workspace"
msgstr "Workspace löschen"
@@ -569,7 +569,7 @@ msgstr "hat Checklistenelement <0>{0}</0> gelöscht"
msgid "Design"
msgstr "Design"
#: src/views/settings/index.tsx:273
#: src/views/settings/index.tsx:284
msgid "Disconnect Trello"
msgstr "Trello trennen"
@@ -577,7 +577,7 @@ msgstr "Trello trennen"
msgid "Discuss and collaborate on cards."
msgstr "Diskutiere und arbeite gemeinsam an Karten."
#: src/views/settings/index.tsx:162
#: src/views/settings/index.tsx:173
msgid "Display name"
msgstr "Anzeigename"
@@ -695,7 +695,7 @@ msgstr "Fehler beim Löschen des Labels"
msgid "Error deleting workspace"
msgstr "Fehler beim Löschen des Arbeitsbereichs"
#: src/views/settings/index.tsx:112
#: src/views/settings/index.tsx:123
msgid "Error disconnecting Trello"
msgstr "Fehler beim Trennen von Trello"
@@ -999,7 +999,7 @@ msgstr "Labels"
msgid "Labels & Filters"
msgstr "Labels & Filter"
#: src/views/settings/index.tsx:210
#: src/views/settings/index.tsx:221
msgid "Language"
msgstr "Sprache"
@@ -1007,6 +1007,10 @@ msgstr "Sprache"
msgid "Launch offer"
msgstr "Einführungsangebot"
#: src/views/home/components/Pricing.tsx:98
msgid "Launch offer: unlimited seats for just $29/month with Pro"
msgstr "Einführungsangebot: unbegrenzte Plätze für nur $29/Monat mit Pro"
#: src/views/boards/components/TemplateBoards.tsx:83
msgid "Learning"
msgstr "Lernen"
@@ -1185,11 +1189,11 @@ msgstr "Angebot"
msgid "Onboarding"
msgstr "Einarbeitung"
#: src/views/settings/index.tsx:335
#: src/views/settings/index.tsx:346
msgid "Once you delete your account, there is no going back. This action cannot be undone."
msgstr "Sobald Sie Ihr Konto löschen, gibt es kein Zurück mehr. Diese Aktion kann nicht rückgängig gemacht werden."
#: src/views/settings/index.tsx:298
#: src/views/settings/index.tsx:309
msgid "Once you delete your workspace, there is no going back. This action cannot be undone."
msgstr "Sobald Sie Ihren Arbeitsbereich löschen, gibt es kein Zurück mehr. Diese Aktion kann nicht rückgängig gemacht werden."
@@ -1221,7 +1225,7 @@ msgstr "Passwort muss mindestens 8 Zeichen lang sein"
msgid "Passwords do not match"
msgstr "Passwörter stimmen nicht überein"
#: src/views/home/components/Pricing.tsx:96
#: src/views/home/components/Pricing.tsx:101
msgid "Payment frequency"
msgstr "Zahlungshäufigkeit"
@@ -1332,7 +1336,7 @@ msgstr "Pro-Plan ∞"
msgid "Profile image updated"
msgstr "Profilbild aktualisiert"
#: src/views/settings/index.tsx:157
#: src/views/settings/index.tsx:168
msgid "Profile picture"
msgstr "Profilbild"
@@ -1473,12 +1477,12 @@ msgid "Senior"
msgstr "Senior"
#: src/components/SideNavigation.tsx:78
#: src/views/settings/index.tsx:151
#: src/views/settings/index.tsx:162
msgid "Settings"
msgstr "Einstellungen"
#. placeholder {0}: workspace.name ?? "Workspace"
#: src/views/settings/index.tsx:147
#: src/views/settings/index.tsx:158
msgid "Settings | {0}"
msgstr "Einstellungen | {0}"
@@ -1631,7 +1635,7 @@ msgstr "Menü umschalten"
msgid "Track all card changes with detailed activity history."
msgstr "Verfolge alle kartenänderungen mit detaillierter aktivitätshistorie."
#: src/views/settings/index.tsx:105
#: src/views/settings/index.tsx:116
msgid "Trello disconnected"
msgstr "Trello getrennt"
@@ -1800,7 +1804,7 @@ msgid "Upgrade"
msgstr "Upgrade"
#: src/views/settings/components/UpgradeToProConfirmation.tsx:52
#: src/views/settings/index.tsx:202
#: src/views/settings/index.tsx:213
msgid "Upgrade to Pro"
msgstr "Upgrade auf Pro"
@@ -1841,11 +1845,11 @@ msgstr "Benutzer ist bereits Mitglied dieses Arbeitsbereichs"
msgid "Video"
msgstr "Video"
#: src/views/settings/index.tsx:285
#: src/views/settings/index.tsx:296
msgid "View and manage your API keys."
msgstr "API-Schlüssel anzeigen und verwalten."
#: src/views/settings/index.tsx:224
#: src/views/settings/index.tsx:235
msgid "View and manage your billing and subscription."
msgstr "Verwalte deine Abrechnung und dein Abonnement."
@@ -1905,7 +1909,7 @@ msgstr "Arbeitsbereich"
msgid "Workspace deleted"
msgstr "Workspace gelöscht"
#: src/views/settings/index.tsx:188
#: src/views/settings/index.tsx:199
msgid "Workspace description"
msgstr "Workspace-Beschreibung"
@@ -1927,7 +1931,7 @@ msgid "Workspace members"
msgstr "Workspace-mitglieder"
#: src/components/NewWorkspaceForm.tsx:81
#: src/views/settings/index.tsx:169
#: src/views/settings/index.tsx:180
msgid "Workspace name"
msgstr "Name des Workspaces"
@@ -1947,7 +1951,7 @@ msgstr "Workspace-Name aktualisiert"
msgid "Workspace slug updated"
msgstr "Workspace-Slug aktualisiert"
#: src/views/settings/index.tsx:178
#: src/views/settings/index.tsx:189
msgid "Workspace URL"
msgstr "Workspace-URL"
@@ -1963,7 +1967,7 @@ msgstr "Jährlich"
msgid "Yes, we offer an forever free plan for individual use. No restrictions, no paywalls, no limits."
msgstr "Ja, wir bieten einen dauerhaft kostenlosen plan für die individuelle nutzung an. Keine einschränkungen, keine paywalls, keine limits."
#: src/views/settings/index.tsx:317
#: src/views/settings/index.tsx:328
msgid "You are about to change your password."
msgstr "Sie sind dabei, Ihr Passwort zu ändern."
@@ -2011,11 +2015,11 @@ msgstr "Ihr Passwort wurde geändert."
msgid "Your profile image has been updated."
msgstr "Dein Profilbild wurde aktualisiert."
#: src/views/settings/index.tsx:106
#: src/views/settings/index.tsx:117
msgid "Your Trello account has been disconnected."
msgstr "Dein Trello-Konto wurde getrennt."
#: src/views/settings/index.tsx:267
#: src/views/settings/index.tsx:278
msgid "Your Trello account is connected."
msgstr "Dein Trello-Konto ist verbunden."

View File

@@ -172,7 +172,7 @@ msgstr "All systems operational"
msgid "Already have an account? <0><1>Sign in</1></0>"
msgstr "Already have an account? <0><1>Sign in</1></0>"
#: src/views/settings/index.tsx:113
#: src/views/settings/index.tsx:124
msgid "An error occurred while disconnecting your Trello account."
msgstr "An error occurred while disconnecting your Trello account."
@@ -180,7 +180,7 @@ msgstr "An error occurred while disconnecting your Trello account."
msgid "An unexpected error occurred. Please try again later."
msgstr "An unexpected error occurred. Please try again later."
#: src/views/settings/index.tsx:282
#: src/views/settings/index.tsx:293
msgid "API keys"
msgstr "API keys"
@@ -263,11 +263,11 @@ msgid "billed monthly"
msgstr "billed monthly"
#: src/views/boards/components/TemplateBoards.tsx:55
#: src/views/settings/index.tsx:221
#: src/views/settings/index.tsx:232
msgid "Billing"
msgstr "Billing"
#: src/views/settings/index.tsx:231
#: src/views/settings/index.tsx:242
msgid "Billing portal"
msgstr "Billing portal"
@@ -373,12 +373,12 @@ msgstr "Card title"
#: src/views/settings/components/ChangePasswordConfirmation.tsx:109
#: src/views/settings/components/ChangePasswordConfirmation.tsx:178
#: src/views/settings/index.tsx:314
#: src/views/settings/index.tsx:324
#: src/views/settings/index.tsx:325
#: src/views/settings/index.tsx:335
msgid "Change Password"
msgstr "Change Password"
#: src/views/settings/index.tsx:213
#: src/views/settings/index.tsx:224
msgid "Change the language of the app."
msgstr "Change the language of the app."
@@ -446,7 +446,7 @@ msgid "Confirm your new password"
msgstr "Confirm your new password"
#: src/views/boards/components/ImportBoardsForm.tsx:157
#: src/views/settings/index.tsx:258
#: src/views/settings/index.tsx:269
msgid "Connect Trello"
msgstr "Connect Trello"
@@ -454,7 +454,7 @@ msgstr "Connect Trello"
msgid "Connect your favorite tools to streamline your workflow."
msgstr "Connect your favorite tools to streamline your workflow."
#: src/views/settings/index.tsx:245
#: src/views/settings/index.tsx:256
msgid "Connect your Trello account to import boards."
msgstr "Connect your Trello account to import boards."
@@ -580,8 +580,8 @@ msgid "Delete"
msgstr "Delete"
#: src/views/settings/components/DeleteAccountConfirmation.tsx:96
#: src/views/settings/index.tsx:332
#: src/views/settings/index.tsx:342
#: src/views/settings/index.tsx:343
#: src/views/settings/index.tsx:353
msgid "Delete account"
msgstr "Delete account"
@@ -602,8 +602,8 @@ msgid "Delete list"
msgstr "Delete list"
#: src/views/settings/components/DeleteWorkspaceConfirmation.tsx:106
#: src/views/settings/index.tsx:295
#: src/views/settings/index.tsx:306
#: src/views/settings/index.tsx:317
msgid "Delete workspace"
msgstr "Delete workspace"
@@ -629,7 +629,7 @@ msgstr "deleted checklist item <0>{0}</0>"
msgid "Design"
msgstr "Design"
#: src/views/settings/index.tsx:273
#: src/views/settings/index.tsx:284
msgid "Disconnect Trello"
msgstr "Disconnect Trello"
@@ -637,7 +637,7 @@ msgstr "Disconnect Trello"
msgid "Discuss and collaborate on cards."
msgstr "Discuss and collaborate on cards."
#: src/views/settings/index.tsx:162
#: src/views/settings/index.tsx:173
msgid "Display name"
msgstr "Display name"
@@ -755,7 +755,7 @@ msgstr "Error deleting label"
msgid "Error deleting workspace"
msgstr "Error deleting workspace"
#: src/views/settings/index.tsx:112
#: src/views/settings/index.tsx:123
msgid "Error disconnecting Trello"
msgstr "Error disconnecting Trello"
@@ -1064,7 +1064,7 @@ msgstr "Labels"
msgid "Labels & Filters"
msgstr "Labels & Filters"
#: src/views/settings/index.tsx:210
#: src/views/settings/index.tsx:221
msgid "Language"
msgstr "Language"
@@ -1072,6 +1072,10 @@ msgstr "Language"
msgid "Launch offer"
msgstr "Launch offer"
#: src/views/home/components/Pricing.tsx:98
msgid "Launch offer: unlimited seats for just $29/month with Pro"
msgstr "Launch offer: unlimited seats for just $29/month with Pro"
#: src/views/boards/components/TemplateBoards.tsx:83
msgid "Learning"
msgstr "Learning"
@@ -1258,11 +1262,11 @@ msgstr "Offer"
msgid "Onboarding"
msgstr "Onboarding"
#: src/views/settings/index.tsx:335
#: src/views/settings/index.tsx:346
msgid "Once you delete your account, there is no going back. This action cannot be undone."
msgstr "Once you delete your account, there is no going back. This action cannot be undone."
#: src/views/settings/index.tsx:298
#: src/views/settings/index.tsx:309
msgid "Once you delete your workspace, there is no going back. This action cannot be undone."
msgstr "Once you delete your workspace, there is no going back. This action cannot be undone."
@@ -1294,7 +1298,7 @@ msgstr "Password must be at least 8 characters"
msgid "Passwords do not match"
msgstr "Passwords do not match"
#: src/views/home/components/Pricing.tsx:96
#: src/views/home/components/Pricing.tsx:101
msgid "Payment frequency"
msgstr "Payment frequency"
@@ -1405,7 +1409,7 @@ msgstr "Pro Plan ∞"
msgid "Profile image updated"
msgstr "Profile image updated"
#: src/views/settings/index.tsx:157
#: src/views/settings/index.tsx:168
msgid "Profile picture"
msgstr "Profile picture"
@@ -1554,12 +1558,12 @@ msgid "Senior"
msgstr "Senior"
#: src/components/SideNavigation.tsx:78
#: src/views/settings/index.tsx:151
#: src/views/settings/index.tsx:162
msgid "Settings"
msgstr "Settings"
#. placeholder {0}: workspace.name ?? "Workspace"
#: src/views/settings/index.tsx:147
#: src/views/settings/index.tsx:158
msgid "Settings | {0}"
msgstr "Settings | {0}"
@@ -1716,7 +1720,7 @@ msgstr "Toggle menu"
msgid "Track all card changes with detailed activity history."
msgstr "Track all card changes with detailed activity history."
#: src/views/settings/index.tsx:105
#: src/views/settings/index.tsx:116
msgid "Trello disconnected"
msgstr "Trello disconnected"
@@ -1893,7 +1897,7 @@ msgid "Upgrade"
msgstr "Upgrade"
#: src/views/settings/components/UpgradeToProConfirmation.tsx:52
#: src/views/settings/index.tsx:202
#: src/views/settings/index.tsx:213
msgid "Upgrade to Pro"
msgstr "Upgrade to Pro"
@@ -1934,11 +1938,11 @@ msgstr "User is already a member of this workspace"
msgid "Video"
msgstr "Video"
#: src/views/settings/index.tsx:285
#: src/views/settings/index.tsx:296
msgid "View and manage your API keys."
msgstr "View and manage your API keys."
#: src/views/settings/index.tsx:224
#: src/views/settings/index.tsx:235
msgid "View and manage your billing and subscription."
msgstr "View and manage your billing and subscription."
@@ -2002,7 +2006,7 @@ msgstr "Workspace"
msgid "Workspace deleted"
msgstr "Workspace deleted"
#: src/views/settings/index.tsx:188
#: src/views/settings/index.tsx:199
msgid "Workspace description"
msgstr "Workspace description"
@@ -2024,7 +2028,7 @@ msgid "Workspace members"
msgstr "Workspace members"
#: src/components/NewWorkspaceForm.tsx:81
#: src/views/settings/index.tsx:169
#: src/views/settings/index.tsx:180
msgid "Workspace name"
msgstr "Workspace name"
@@ -2044,7 +2048,7 @@ msgstr "Workspace name updated"
msgid "Workspace slug updated"
msgstr "Workspace slug updated"
#: src/views/settings/index.tsx:178
#: src/views/settings/index.tsx:189
msgid "Workspace URL"
msgstr "Workspace URL"
@@ -2060,7 +2064,7 @@ msgstr "Yearly"
msgid "Yes, we offer an forever free plan for individual use. No restrictions, no paywalls, no limits."
msgstr "Yes, we offer an forever free plan for individual use. No restrictions, no paywalls, no limits."
#: src/views/settings/index.tsx:317
#: src/views/settings/index.tsx:328
msgid "You are about to change your password."
msgstr "You are about to change your password."
@@ -2108,11 +2112,11 @@ msgstr "Your password has been changed."
msgid "Your profile image has been updated."
msgstr "Your profile image has been updated."
#: src/views/settings/index.tsx:106
#: src/views/settings/index.tsx:117
msgid "Your Trello account has been disconnected."
msgstr "Your Trello account has been disconnected."
#: src/views/settings/index.tsx:267
#: src/views/settings/index.tsx:278
msgid "Your Trello account is connected."
msgstr "Your Trello account is connected."

View File

@@ -148,7 +148,7 @@ msgstr "Todos los sistemas operativos"
msgid "Already have an account? <0><1>Sign in</1></0>"
msgstr "¿Ya tienes una cuenta? <0><1>Iniciar sesión</1></0>"
#: src/views/settings/index.tsx:113
#: src/views/settings/index.tsx:124
msgid "An error occurred while disconnecting your Trello account."
msgstr "Ocurrió un error al desconectar tu cuenta de Trello."
@@ -156,7 +156,7 @@ msgstr "Ocurrió un error al desconectar tu cuenta de Trello."
msgid "An unexpected error occurred. Please try again later."
msgstr "Ha ocurrido un error inesperado. Por favor, inténtalo de nuevo más tarde."
#: src/views/settings/index.tsx:282
#: src/views/settings/index.tsx:293
msgid "API keys"
msgstr "Claves API"
@@ -227,11 +227,11 @@ msgid "billed monthly"
msgstr "facturado mensualmente"
#: src/views/boards/components/TemplateBoards.tsx:55
#: src/views/settings/index.tsx:221
#: src/views/settings/index.tsx:232
msgid "Billing"
msgstr "Facturación"
#: src/views/settings/index.tsx:231
#: src/views/settings/index.tsx:242
msgid "Billing portal"
msgstr "Portal de facturación"
@@ -329,12 +329,12 @@ msgstr "Título de la tarjeta"
#: src/views/settings/components/ChangePasswordConfirmation.tsx:109
#: src/views/settings/components/ChangePasswordConfirmation.tsx:178
#: src/views/settings/index.tsx:314
#: src/views/settings/index.tsx:324
#: src/views/settings/index.tsx:325
#: src/views/settings/index.tsx:335
msgid "Change Password"
msgstr "Cambiar contraseña"
#: src/views/settings/index.tsx:213
#: src/views/settings/index.tsx:224
msgid "Change the language of the app."
msgstr "Cambiar el idioma de la aplicación."
@@ -398,7 +398,7 @@ msgid "Confirm your new password"
msgstr "Confirma tu nueva contraseña"
#: src/views/boards/components/ImportBoardsForm.tsx:157
#: src/views/settings/index.tsx:258
#: src/views/settings/index.tsx:269
msgid "Connect Trello"
msgstr "Conectar Trello"
@@ -406,7 +406,7 @@ msgstr "Conectar Trello"
msgid "Connect your favorite tools to streamline your workflow."
msgstr "Conecta tus herramientas favoritas para agilizar tu flujo de trabajo."
#: src/views/settings/index.tsx:245
#: src/views/settings/index.tsx:256
msgid "Connect your Trello account to import boards."
msgstr "Conecta tu cuenta de Trello para importar tableros."
@@ -520,8 +520,8 @@ msgid "Delete"
msgstr "Eliminar"
#: src/views/settings/components/DeleteAccountConfirmation.tsx:96
#: src/views/settings/index.tsx:332
#: src/views/settings/index.tsx:342
#: src/views/settings/index.tsx:343
#: src/views/settings/index.tsx:353
msgid "Delete account"
msgstr "Eliminar cuenta"
@@ -542,8 +542,8 @@ msgid "Delete list"
msgstr "Eliminar lista"
#: src/views/settings/components/DeleteWorkspaceConfirmation.tsx:106
#: src/views/settings/index.tsx:295
#: src/views/settings/index.tsx:306
#: src/views/settings/index.tsx:317
msgid "Delete workspace"
msgstr "Eliminar espacio de trabajo"
@@ -569,7 +569,7 @@ msgstr "eliminó el elemento <0>{0}</0> de la lista de verificación"
msgid "Design"
msgstr "Diseño"
#: src/views/settings/index.tsx:273
#: src/views/settings/index.tsx:284
msgid "Disconnect Trello"
msgstr "Desconectar Trello"
@@ -577,7 +577,7 @@ msgstr "Desconectar Trello"
msgid "Discuss and collaborate on cards."
msgstr "Discute y colabora en las tarjetas."
#: src/views/settings/index.tsx:162
#: src/views/settings/index.tsx:173
msgid "Display name"
msgstr "Nombre visible"
@@ -695,7 +695,7 @@ msgstr "Error al eliminar la etiqueta"
msgid "Error deleting workspace"
msgstr "Error al eliminar el espacio de trabajo"
#: src/views/settings/index.tsx:112
#: src/views/settings/index.tsx:123
msgid "Error disconnecting Trello"
msgstr "Error al desconectar Trello"
@@ -999,7 +999,7 @@ msgstr "Etiquetas"
msgid "Labels & Filters"
msgstr "Etiquetas y filtros"
#: src/views/settings/index.tsx:210
#: src/views/settings/index.tsx:221
msgid "Language"
msgstr "Idioma"
@@ -1007,6 +1007,10 @@ msgstr "Idioma"
msgid "Launch offer"
msgstr "Oferta de lanzamiento"
#: src/views/home/components/Pricing.tsx:98
msgid "Launch offer: unlimited seats for just $29/month with Pro"
msgstr "Oferta de lanzamiento: asientos ilimitados por solo $29/mes con Pro"
#: src/views/boards/components/TemplateBoards.tsx:83
msgid "Learning"
msgstr "Aprendizaje"
@@ -1185,11 +1189,11 @@ msgstr "Oferta"
msgid "Onboarding"
msgstr "Incorporación"
#: src/views/settings/index.tsx:335
#: src/views/settings/index.tsx:346
msgid "Once you delete your account, there is no going back. This action cannot be undone."
msgstr "Una vez que elimines tu cuenta, no hay vuelta atrás. Esta acción no se puede deshacer."
#: src/views/settings/index.tsx:298
#: src/views/settings/index.tsx:309
msgid "Once you delete your workspace, there is no going back. This action cannot be undone."
msgstr "Una vez que elimines tu espacio de trabajo, no hay vuelta atrás. Esta acción no se puede deshacer."
@@ -1221,7 +1225,7 @@ msgstr "La contraseña debe tener al menos 8 caracteres"
msgid "Passwords do not match"
msgstr "Las contraseñas no coinciden"
#: src/views/home/components/Pricing.tsx:96
#: src/views/home/components/Pricing.tsx:101
msgid "Payment frequency"
msgstr "Frecuencia de pago"
@@ -1332,7 +1336,7 @@ msgstr "Plan Pro ∞"
msgid "Profile image updated"
msgstr "Imagen de perfil actualizada"
#: src/views/settings/index.tsx:157
#: src/views/settings/index.tsx:168
msgid "Profile picture"
msgstr "Foto de perfil"
@@ -1473,12 +1477,12 @@ msgid "Senior"
msgstr "Senior"
#: src/components/SideNavigation.tsx:78
#: src/views/settings/index.tsx:151
#: src/views/settings/index.tsx:162
msgid "Settings"
msgstr "Configuración"
#. placeholder {0}: workspace.name ?? "Workspace"
#: src/views/settings/index.tsx:147
#: src/views/settings/index.tsx:158
msgid "Settings | {0}"
msgstr "Configuración | {0}"
@@ -1631,7 +1635,7 @@ msgstr "Alternar menú"
msgid "Track all card changes with detailed activity history."
msgstr "Rastrea todos los cambios en las tarjetas con un historial de actividad detallado."
#: src/views/settings/index.tsx:105
#: src/views/settings/index.tsx:116
msgid "Trello disconnected"
msgstr "Trello desconectado"
@@ -1800,7 +1804,7 @@ msgid "Upgrade"
msgstr "Actualizar"
#: src/views/settings/components/UpgradeToProConfirmation.tsx:52
#: src/views/settings/index.tsx:202
#: src/views/settings/index.tsx:213
msgid "Upgrade to Pro"
msgstr "Actualizar a Pro"
@@ -1841,11 +1845,11 @@ msgstr "El usuario ya es miembro de este espacio de trabajo"
msgid "Video"
msgstr "Video"
#: src/views/settings/index.tsx:285
#: src/views/settings/index.tsx:296
msgid "View and manage your API keys."
msgstr "Ver y gestionar tus claves API."
#: src/views/settings/index.tsx:224
#: src/views/settings/index.tsx:235
msgid "View and manage your billing and subscription."
msgstr "Ver y gestionar tu facturación y suscripción."
@@ -1905,7 +1909,7 @@ msgstr "Espacio de trabajo"
msgid "Workspace deleted"
msgstr "Espacio de trabajo eliminado"
#: src/views/settings/index.tsx:188
#: src/views/settings/index.tsx:199
msgid "Workspace description"
msgstr "Descripción del espacio de trabajo"
@@ -1927,7 +1931,7 @@ msgid "Workspace members"
msgstr "Miembros del espacio de trabajo"
#: src/components/NewWorkspaceForm.tsx:81
#: src/views/settings/index.tsx:169
#: src/views/settings/index.tsx:180
msgid "Workspace name"
msgstr "Nombre del espacio de trabajo"
@@ -1947,7 +1951,7 @@ msgstr "Nombre del espacio de trabajo actualizado"
msgid "Workspace slug updated"
msgstr "Slug del espacio de trabajo actualizado"
#: src/views/settings/index.tsx:178
#: src/views/settings/index.tsx:189
msgid "Workspace URL"
msgstr "URL del espacio de trabajo"
@@ -1963,7 +1967,7 @@ msgstr "Anual"
msgid "Yes, we offer an forever free plan for individual use. No restrictions, no paywalls, no limits."
msgstr "Sí, ofrecemos un plan gratuito para siempre para uso individual. Sin restricciones, sin muros de pago, sin límites."
#: src/views/settings/index.tsx:317
#: src/views/settings/index.tsx:328
msgid "You are about to change your password."
msgstr "Estás a punto de cambiar tu contraseña."
@@ -2011,11 +2015,11 @@ msgstr "Tu contraseña ha sido cambiada."
msgid "Your profile image has been updated."
msgstr "Tu imagen de perfil ha sido actualizada."
#: src/views/settings/index.tsx:106
#: src/views/settings/index.tsx:117
msgid "Your Trello account has been disconnected."
msgstr "Tu cuenta de Trello ha sido desconectada."
#: src/views/settings/index.tsx:267
#: src/views/settings/index.tsx:278
msgid "Your Trello account is connected."
msgstr "Tu cuenta de Trello está conectada."

View File

@@ -148,7 +148,7 @@ msgstr "Tous les systèmes opérationnels"
msgid "Already have an account? <0><1>Sign in</1></0>"
msgstr "Vous avez déjà un compte ? <0><1>Connectez-vous</1></0>"
#: src/views/settings/index.tsx:113
#: src/views/settings/index.tsx:124
msgid "An error occurred while disconnecting your Trello account."
msgstr "Une erreur s'est produite lors de la déconnexion de votre compte Trello."
@@ -156,7 +156,7 @@ msgstr "Une erreur s'est produite lors de la déconnexion de votre compte Trello
msgid "An unexpected error occurred. Please try again later."
msgstr "Une erreur inattendue s'est produite. Veuillez réessayer plus tard."
#: src/views/settings/index.tsx:282
#: src/views/settings/index.tsx:293
msgid "API keys"
msgstr "Clés API"
@@ -227,11 +227,11 @@ msgid "billed monthly"
msgstr "facturation mensuelle"
#: src/views/boards/components/TemplateBoards.tsx:55
#: src/views/settings/index.tsx:221
#: src/views/settings/index.tsx:232
msgid "Billing"
msgstr "Facturation"
#: src/views/settings/index.tsx:231
#: src/views/settings/index.tsx:242
msgid "Billing portal"
msgstr "Portail de facturation"
@@ -329,12 +329,12 @@ msgstr "Titre de la carte"
#: src/views/settings/components/ChangePasswordConfirmation.tsx:109
#: src/views/settings/components/ChangePasswordConfirmation.tsx:178
#: src/views/settings/index.tsx:314
#: src/views/settings/index.tsx:324
#: src/views/settings/index.tsx:325
#: src/views/settings/index.tsx:335
msgid "Change Password"
msgstr "Modifier le mot de passe"
#: src/views/settings/index.tsx:213
#: src/views/settings/index.tsx:224
msgid "Change the language of the app."
msgstr "Changer la langue de l'application."
@@ -398,7 +398,7 @@ msgid "Confirm your new password"
msgstr "Confirmez votre nouveau mot de passe"
#: src/views/boards/components/ImportBoardsForm.tsx:157
#: src/views/settings/index.tsx:258
#: src/views/settings/index.tsx:269
msgid "Connect Trello"
msgstr "Connecter Trello"
@@ -406,7 +406,7 @@ msgstr "Connecter Trello"
msgid "Connect your favorite tools to streamline your workflow."
msgstr "Connectez vos outils favoris pour simplifier votre flux de travail."
#: src/views/settings/index.tsx:245
#: src/views/settings/index.tsx:256
msgid "Connect your Trello account to import boards."
msgstr "Connectez votre compte Trello pour importer des tableaux."
@@ -520,8 +520,8 @@ msgid "Delete"
msgstr "Supprimer"
#: src/views/settings/components/DeleteAccountConfirmation.tsx:96
#: src/views/settings/index.tsx:332
#: src/views/settings/index.tsx:342
#: src/views/settings/index.tsx:343
#: src/views/settings/index.tsx:353
msgid "Delete account"
msgstr "Supprimer le compte"
@@ -542,8 +542,8 @@ msgid "Delete list"
msgstr "Supprimer la liste"
#: src/views/settings/components/DeleteWorkspaceConfirmation.tsx:106
#: src/views/settings/index.tsx:295
#: src/views/settings/index.tsx:306
#: src/views/settings/index.tsx:317
msgid "Delete workspace"
msgstr "Supprimer l'espace de travail"
@@ -569,7 +569,7 @@ msgstr "a supprimé l'élément <0>{0}</0> de la checklist"
msgid "Design"
msgstr "Design"
#: src/views/settings/index.tsx:273
#: src/views/settings/index.tsx:284
msgid "Disconnect Trello"
msgstr "Déconnecter Trello"
@@ -577,7 +577,7 @@ msgstr "Déconnecter Trello"
msgid "Discuss and collaborate on cards."
msgstr "Discutez et collaborez sur les cartes."
#: src/views/settings/index.tsx:162
#: src/views/settings/index.tsx:173
msgid "Display name"
msgstr "Nom d'affichage"
@@ -695,7 +695,7 @@ msgstr "Erreur lors de la suppression de l'étiquette"
msgid "Error deleting workspace"
msgstr "Erreur lors de la suppression de l'espace de travail"
#: src/views/settings/index.tsx:112
#: src/views/settings/index.tsx:123
msgid "Error disconnecting Trello"
msgstr "Erreur lors de la déconnexion de Trello"
@@ -999,7 +999,7 @@ msgstr "Étiquettes"
msgid "Labels & Filters"
msgstr "Étiquettes & filtres"
#: src/views/settings/index.tsx:210
#: src/views/settings/index.tsx:221
msgid "Language"
msgstr "Langue"
@@ -1007,6 +1007,10 @@ msgstr "Langue"
msgid "Launch offer"
msgstr "Offre de lancement"
#: src/views/home/components/Pricing.tsx:98
msgid "Launch offer: unlimited seats for just $29/month with Pro"
msgstr "Offre de lancement : sièges illimités pour seulement 29 $/mois avec Pro"
#: src/views/boards/components/TemplateBoards.tsx:83
msgid "Learning"
msgstr "Apprentissage"
@@ -1185,11 +1189,11 @@ msgstr "Offre"
msgid "Onboarding"
msgstr "Intégration"
#: src/views/settings/index.tsx:335
#: src/views/settings/index.tsx:346
msgid "Once you delete your account, there is no going back. This action cannot be undone."
msgstr "Une fois que vous supprimez votre compte, il n'y a pas de retour possible. Cette action ne peut pas être annulée."
#: src/views/settings/index.tsx:298
#: src/views/settings/index.tsx:309
msgid "Once you delete your workspace, there is no going back. This action cannot be undone."
msgstr "Une fois que vous supprimez votre espace de travail, il n'y a pas de retour possible. Cette action ne peut pas être annulée."
@@ -1221,7 +1225,7 @@ msgstr "Le mot de passe doit comporter au moins 8 caractères"
msgid "Passwords do not match"
msgstr "Les mots de passe ne correspondent pas"
#: src/views/home/components/Pricing.tsx:96
#: src/views/home/components/Pricing.tsx:101
msgid "Payment frequency"
msgstr "Fréquence de paiement"
@@ -1332,7 +1336,7 @@ msgstr "Plan Pro ∞"
msgid "Profile image updated"
msgstr "Image de profil mise à jour"
#: src/views/settings/index.tsx:157
#: src/views/settings/index.tsx:168
msgid "Profile picture"
msgstr "Photo de profil"
@@ -1473,12 +1477,12 @@ msgid "Senior"
msgstr "Senior"
#: src/components/SideNavigation.tsx:78
#: src/views/settings/index.tsx:151
#: src/views/settings/index.tsx:162
msgid "Settings"
msgstr "Paramètres"
#. placeholder {0}: workspace.name ?? "Workspace"
#: src/views/settings/index.tsx:147
#: src/views/settings/index.tsx:158
msgid "Settings | {0}"
msgstr "Paramètres | {0}"
@@ -1631,7 +1635,7 @@ msgstr "Basculer le menu"
msgid "Track all card changes with detailed activity history."
msgstr "Suivez tous les changements de cartes avec un historique d'activité détaillé."
#: src/views/settings/index.tsx:105
#: src/views/settings/index.tsx:116
msgid "Trello disconnected"
msgstr "Trello déconnecté"
@@ -1800,7 +1804,7 @@ msgid "Upgrade"
msgstr "Mettre à niveau"
#: src/views/settings/components/UpgradeToProConfirmation.tsx:52
#: src/views/settings/index.tsx:202
#: src/views/settings/index.tsx:213
msgid "Upgrade to Pro"
msgstr "Passer à Pro"
@@ -1841,11 +1845,11 @@ msgstr "L'utilisateur est déjà membre de cet espace de travail"
msgid "Video"
msgstr "Vidéo"
#: src/views/settings/index.tsx:285
#: src/views/settings/index.tsx:296
msgid "View and manage your API keys."
msgstr "Consultez et gérez vos clés API."
#: src/views/settings/index.tsx:224
#: src/views/settings/index.tsx:235
msgid "View and manage your billing and subscription."
msgstr "Consultez et gérez votre facturation et votre abonnement."
@@ -1905,7 +1909,7 @@ msgstr "Espace de travail"
msgid "Workspace deleted"
msgstr "Espace de travail supprimé"
#: src/views/settings/index.tsx:188
#: src/views/settings/index.tsx:199
msgid "Workspace description"
msgstr "Description de l'espace de travail"
@@ -1927,7 +1931,7 @@ msgid "Workspace members"
msgstr "Membres de l'espace de travail"
#: src/components/NewWorkspaceForm.tsx:81
#: src/views/settings/index.tsx:169
#: src/views/settings/index.tsx:180
msgid "Workspace name"
msgstr "Nom de l'espace de travail"
@@ -1947,7 +1951,7 @@ msgstr "Nom de l'espace de travail mis à jour"
msgid "Workspace slug updated"
msgstr "Slug de l'espace de travail mis à jour"
#: src/views/settings/index.tsx:178
#: src/views/settings/index.tsx:189
msgid "Workspace URL"
msgstr "URL de l'espace de travail"
@@ -1963,7 +1967,7 @@ msgstr "Annuel"
msgid "Yes, we offer an forever free plan for individual use. No restrictions, no paywalls, no limits."
msgstr "Oui, nous proposons un plan gratuit à vie pour un usage individuel. Aucune restriction, aucun paywall, aucune limite."
#: src/views/settings/index.tsx:317
#: src/views/settings/index.tsx:328
msgid "You are about to change your password."
msgstr "Vous êtes sur le point de modifier votre mot de passe."
@@ -2011,11 +2015,11 @@ msgstr "Votre mot de passe a été modifié."
msgid "Your profile image has been updated."
msgstr "Votre image de profil a été mise à jour."
#: src/views/settings/index.tsx:106
#: src/views/settings/index.tsx:117
msgid "Your Trello account has been disconnected."
msgstr "Votre compte Trello a été déconnecté."
#: src/views/settings/index.tsx:267
#: src/views/settings/index.tsx:278
msgid "Your Trello account is connected."
msgstr "Votre compte Trello est connecté."

View File

@@ -148,7 +148,7 @@ msgstr "Tutti i sistemi operativi"
msgid "Already have an account? <0><1>Sign in</1></0>"
msgstr "Hai già un account? <0><1>Accedi</1></0>"
#: src/views/settings/index.tsx:113
#: src/views/settings/index.tsx:124
msgid "An error occurred while disconnecting your Trello account."
msgstr "Si è verificato un errore durante la disconnessione del tuo account Trello."
@@ -156,7 +156,7 @@ msgstr "Si è verificato un errore durante la disconnessione del tuo account Tre
msgid "An unexpected error occurred. Please try again later."
msgstr "Si è verificato un errore imprevisto. Riprova più tardi."
#: src/views/settings/index.tsx:282
#: src/views/settings/index.tsx:293
msgid "API keys"
msgstr "Chiavi API"
@@ -227,11 +227,11 @@ msgid "billed monthly"
msgstr "fatturato mensilmente"
#: src/views/boards/components/TemplateBoards.tsx:55
#: src/views/settings/index.tsx:221
#: src/views/settings/index.tsx:232
msgid "Billing"
msgstr "Fatturazione"
#: src/views/settings/index.tsx:231
#: src/views/settings/index.tsx:242
msgid "Billing portal"
msgstr "Portale di fatturazione"
@@ -329,12 +329,12 @@ msgstr "Titolo della carta"
#: src/views/settings/components/ChangePasswordConfirmation.tsx:109
#: src/views/settings/components/ChangePasswordConfirmation.tsx:178
#: src/views/settings/index.tsx:314
#: src/views/settings/index.tsx:324
#: src/views/settings/index.tsx:325
#: src/views/settings/index.tsx:335
msgid "Change Password"
msgstr "Cambia password"
#: src/views/settings/index.tsx:213
#: src/views/settings/index.tsx:224
msgid "Change the language of the app."
msgstr "Cambia la lingua dell'app."
@@ -398,7 +398,7 @@ msgid "Confirm your new password"
msgstr "Conferma la tua nuova password"
#: src/views/boards/components/ImportBoardsForm.tsx:157
#: src/views/settings/index.tsx:258
#: src/views/settings/index.tsx:269
msgid "Connect Trello"
msgstr "Connetti Trello"
@@ -406,7 +406,7 @@ msgstr "Connetti Trello"
msgid "Connect your favorite tools to streamline your workflow."
msgstr "Connetti i tuoi strumenti preferiti per semplificare il tuo flusso di lavoro."
#: src/views/settings/index.tsx:245
#: src/views/settings/index.tsx:256
msgid "Connect your Trello account to import boards."
msgstr "Connetti il tuo account Trello per importare le bacheche."
@@ -520,8 +520,8 @@ msgid "Delete"
msgstr "Elimina"
#: src/views/settings/components/DeleteAccountConfirmation.tsx:96
#: src/views/settings/index.tsx:332
#: src/views/settings/index.tsx:342
#: src/views/settings/index.tsx:343
#: src/views/settings/index.tsx:353
msgid "Delete account"
msgstr "Elimina account"
@@ -542,8 +542,8 @@ msgid "Delete list"
msgstr "Elimina lista"
#: src/views/settings/components/DeleteWorkspaceConfirmation.tsx:106
#: src/views/settings/index.tsx:295
#: src/views/settings/index.tsx:306
#: src/views/settings/index.tsx:317
msgid "Delete workspace"
msgstr "Elimina spazio di lavoro"
@@ -569,7 +569,7 @@ msgstr "ha eliminato l'elemento <0>{0}</0> della checklist"
msgid "Design"
msgstr "Design"
#: src/views/settings/index.tsx:273
#: src/views/settings/index.tsx:284
msgid "Disconnect Trello"
msgstr "Disconnetti Trello"
@@ -577,7 +577,7 @@ msgstr "Disconnetti Trello"
msgid "Discuss and collaborate on cards."
msgstr "Discuti e collabora sulle schede."
#: src/views/settings/index.tsx:162
#: src/views/settings/index.tsx:173
msgid "Display name"
msgstr "Nome visualizzato"
@@ -695,7 +695,7 @@ msgstr "Errore durante l'eliminazione dell'etichetta"
msgid "Error deleting workspace"
msgstr "Errore durante l'eliminazione dell'area di lavoro"
#: src/views/settings/index.tsx:112
#: src/views/settings/index.tsx:123
msgid "Error disconnecting Trello"
msgstr "Errore durante la disconnessione da Trello"
@@ -999,7 +999,7 @@ msgstr "Etichette"
msgid "Labels & Filters"
msgstr "Etichette & Filtri"
#: src/views/settings/index.tsx:210
#: src/views/settings/index.tsx:221
msgid "Language"
msgstr "Lingua"
@@ -1007,6 +1007,10 @@ msgstr "Lingua"
msgid "Launch offer"
msgstr "Offerta di lancio"
#: src/views/home/components/Pricing.tsx:98
msgid "Launch offer: unlimited seats for just $29/month with Pro"
msgstr "Offerta di lancio: posti illimitati a soli $29/mese con Pro"
#: src/views/boards/components/TemplateBoards.tsx:83
msgid "Learning"
msgstr "Apprendimento"
@@ -1185,11 +1189,11 @@ msgstr "Offerta"
msgid "Onboarding"
msgstr "Inserimento"
#: src/views/settings/index.tsx:335
#: src/views/settings/index.tsx:346
msgid "Once you delete your account, there is no going back. This action cannot be undone."
msgstr "Una volta eliminato il tuo account, non si può tornare indietro. Questa azione non può essere annullata."
#: src/views/settings/index.tsx:298
#: src/views/settings/index.tsx:309
msgid "Once you delete your workspace, there is no going back. This action cannot be undone."
msgstr "Una volta eliminata l'area di lavoro, non si può tornare indietro. Questa azione non può essere annullata."
@@ -1221,7 +1225,7 @@ msgstr "La password deve contenere almeno 8 caratteri"
msgid "Passwords do not match"
msgstr "Le password non corrispondono"
#: src/views/home/components/Pricing.tsx:96
#: src/views/home/components/Pricing.tsx:101
msgid "Payment frequency"
msgstr "Frequenza di pagamento"
@@ -1332,7 +1336,7 @@ msgstr "Piano Pro ∞"
msgid "Profile image updated"
msgstr "Immagine del profilo aggiornata"
#: src/views/settings/index.tsx:157
#: src/views/settings/index.tsx:168
msgid "Profile picture"
msgstr "Immagine del profilo"
@@ -1473,12 +1477,12 @@ msgid "Senior"
msgstr "Senior"
#: src/components/SideNavigation.tsx:78
#: src/views/settings/index.tsx:151
#: src/views/settings/index.tsx:162
msgid "Settings"
msgstr "Impostazioni"
#. placeholder {0}: workspace.name ?? "Workspace"
#: src/views/settings/index.tsx:147
#: src/views/settings/index.tsx:158
msgid "Settings | {0}"
msgstr "Impostazioni | {0}"
@@ -1631,7 +1635,7 @@ msgstr "Attiva/disattiva menu"
msgid "Track all card changes with detailed activity history."
msgstr "Tieni traccia di tutte le modifiche alle schede con una cronologia dettagliata delle attività."
#: src/views/settings/index.tsx:105
#: src/views/settings/index.tsx:116
msgid "Trello disconnected"
msgstr "Trello disconnesso"
@@ -1800,7 +1804,7 @@ msgid "Upgrade"
msgstr "Aggiorna"
#: src/views/settings/components/UpgradeToProConfirmation.tsx:52
#: src/views/settings/index.tsx:202
#: src/views/settings/index.tsx:213
msgid "Upgrade to Pro"
msgstr "Passa a Pro"
@@ -1841,11 +1845,11 @@ msgstr "L'utente è già membro di questo spazio di lavoro"
msgid "Video"
msgstr "Video"
#: src/views/settings/index.tsx:285
#: src/views/settings/index.tsx:296
msgid "View and manage your API keys."
msgstr "Visualizza e gestisci le tue chiavi API."
#: src/views/settings/index.tsx:224
#: src/views/settings/index.tsx:235
msgid "View and manage your billing and subscription."
msgstr "Visualizza e gestisci la tua fatturazione e abbonamento."
@@ -1905,7 +1909,7 @@ msgstr "Spazio di lavoro"
msgid "Workspace deleted"
msgstr "Spazio di lavoro eliminato"
#: src/views/settings/index.tsx:188
#: src/views/settings/index.tsx:199
msgid "Workspace description"
msgstr "Descrizione dello spazio di lavoro"
@@ -1927,7 +1931,7 @@ msgid "Workspace members"
msgstr "Membri del workspace"
#: src/components/NewWorkspaceForm.tsx:81
#: src/views/settings/index.tsx:169
#: src/views/settings/index.tsx:180
msgid "Workspace name"
msgstr "Nome dello spazio di lavoro"
@@ -1947,7 +1951,7 @@ msgstr "Nome dello spazio di lavoro aggiornato"
msgid "Workspace slug updated"
msgstr "Slug dell'area di lavoro aggiornato"
#: src/views/settings/index.tsx:178
#: src/views/settings/index.tsx:189
msgid "Workspace URL"
msgstr "URL dello spazio di lavoro"
@@ -1963,7 +1967,7 @@ msgstr "Annuale"
msgid "Yes, we offer an forever free plan for individual use. No restrictions, no paywalls, no limits."
msgstr "Sì, offriamo un piano gratuito per sempre per uso individuale. Nessuna restrizione, nessun paywall, nessun limite."
#: src/views/settings/index.tsx:317
#: src/views/settings/index.tsx:328
msgid "You are about to change your password."
msgstr "Stai per cambiare la tua password."
@@ -2011,11 +2015,11 @@ msgstr "La tua password è stata modificata."
msgid "Your profile image has been updated."
msgstr "La tua immagine del profilo è stata aggiornata."
#: src/views/settings/index.tsx:106
#: src/views/settings/index.tsx:117
msgid "Your Trello account has been disconnected."
msgstr "Il tuo account Trello è stato disconnesso."
#: src/views/settings/index.tsx:267
#: src/views/settings/index.tsx:278
msgid "Your Trello account is connected."
msgstr "Il tuo account Trello è connesso."

View File

@@ -148,7 +148,7 @@ msgstr "Alle systemen operationeel"
msgid "Already have an account? <0><1>Sign in</1></0>"
msgstr "Heb je al een account? <0><1>Log in</1></0>"
#: src/views/settings/index.tsx:113
#: src/views/settings/index.tsx:124
msgid "An error occurred while disconnecting your Trello account."
msgstr "Er is een fout opgetreden bij het verbreken van de verbinding met je Trello-account."
@@ -156,7 +156,7 @@ msgstr "Er is een fout opgetreden bij het verbreken van de verbinding met je Tre
msgid "An unexpected error occurred. Please try again later."
msgstr "Er is een onverwachte fout opgetreden. Probeer het later opnieuw."
#: src/views/settings/index.tsx:282
#: src/views/settings/index.tsx:293
msgid "API keys"
msgstr "API-sleutels"
@@ -227,11 +227,11 @@ msgid "billed monthly"
msgstr "maandelijks gefactureerd"
#: src/views/boards/components/TemplateBoards.tsx:55
#: src/views/settings/index.tsx:221
#: src/views/settings/index.tsx:232
msgid "Billing"
msgstr "Facturering"
#: src/views/settings/index.tsx:231
#: src/views/settings/index.tsx:242
msgid "Billing portal"
msgstr "Factureringsportaal"
@@ -329,12 +329,12 @@ msgstr "Kaarttitel"
#: src/views/settings/components/ChangePasswordConfirmation.tsx:109
#: src/views/settings/components/ChangePasswordConfirmation.tsx:178
#: src/views/settings/index.tsx:314
#: src/views/settings/index.tsx:324
#: src/views/settings/index.tsx:325
#: src/views/settings/index.tsx:335
msgid "Change Password"
msgstr "Wachtwoord wijzigen"
#: src/views/settings/index.tsx:213
#: src/views/settings/index.tsx:224
msgid "Change the language of the app."
msgstr "Wijzig de taal van de app."
@@ -398,7 +398,7 @@ msgid "Confirm your new password"
msgstr "Bevestig je nieuwe wachtwoord"
#: src/views/boards/components/ImportBoardsForm.tsx:157
#: src/views/settings/index.tsx:258
#: src/views/settings/index.tsx:269
msgid "Connect Trello"
msgstr "Verbind Trello"
@@ -406,7 +406,7 @@ msgstr "Verbind Trello"
msgid "Connect your favorite tools to streamline your workflow."
msgstr "Verbind je favoriete tools om je werkstroom te stroomlijnen."
#: src/views/settings/index.tsx:245
#: src/views/settings/index.tsx:256
msgid "Connect your Trello account to import boards."
msgstr "Verbind je Trello-account om borden te importeren."
@@ -520,8 +520,8 @@ msgid "Delete"
msgstr "Verwijderen"
#: src/views/settings/components/DeleteAccountConfirmation.tsx:96
#: src/views/settings/index.tsx:332
#: src/views/settings/index.tsx:342
#: src/views/settings/index.tsx:343
#: src/views/settings/index.tsx:353
msgid "Delete account"
msgstr "Account verwijderen"
@@ -542,8 +542,8 @@ msgid "Delete list"
msgstr "Lijst verwijderen"
#: src/views/settings/components/DeleteWorkspaceConfirmation.tsx:106
#: src/views/settings/index.tsx:295
#: src/views/settings/index.tsx:306
#: src/views/settings/index.tsx:317
msgid "Delete workspace"
msgstr "Werkruimte verwijderen"
@@ -569,7 +569,7 @@ msgstr "heeft checklistitem <0>{0}</0> verwijderd"
msgid "Design"
msgstr "Ontwerp"
#: src/views/settings/index.tsx:273
#: src/views/settings/index.tsx:284
msgid "Disconnect Trello"
msgstr "Trello ontkoppelen"
@@ -577,7 +577,7 @@ msgstr "Trello ontkoppelen"
msgid "Discuss and collaborate on cards."
msgstr "Bespreek en werk samen aan kaarten."
#: src/views/settings/index.tsx:162
#: src/views/settings/index.tsx:173
msgid "Display name"
msgstr "Weergavenaam"
@@ -695,7 +695,7 @@ msgstr "Fout bij het verwijderen van label"
msgid "Error deleting workspace"
msgstr "Fout bij verwijderen werkruimte"
#: src/views/settings/index.tsx:112
#: src/views/settings/index.tsx:123
msgid "Error disconnecting Trello"
msgstr "Fout bij ontkoppelen van Trello"
@@ -999,7 +999,7 @@ msgstr "Labels"
msgid "Labels & Filters"
msgstr "Labels & filters"
#: src/views/settings/index.tsx:210
#: src/views/settings/index.tsx:221
msgid "Language"
msgstr "Taal"
@@ -1007,6 +1007,10 @@ msgstr "Taal"
msgid "Launch offer"
msgstr "Introductieaanbieding"
#: src/views/home/components/Pricing.tsx:98
msgid "Launch offer: unlimited seats for just $29/month with Pro"
msgstr "Introductieaanbieding: onbeperkt aantal gebruikers voor slechts $29/maand met Pro"
#: src/views/boards/components/TemplateBoards.tsx:83
msgid "Learning"
msgstr "Leren"
@@ -1185,11 +1189,11 @@ msgstr "Aanbod"
msgid "Onboarding"
msgstr "Inwerktraject"
#: src/views/settings/index.tsx:335
#: src/views/settings/index.tsx:346
msgid "Once you delete your account, there is no going back. This action cannot be undone."
msgstr "Zodra je je account verwijdert, is er geen weg terug. Deze actie kan niet ongedaan worden gemaakt."
#: src/views/settings/index.tsx:298
#: src/views/settings/index.tsx:309
msgid "Once you delete your workspace, there is no going back. This action cannot be undone."
msgstr "Zodra je je werkruimte verwijdert, is er geen weg terug. Deze actie kan niet ongedaan worden gemaakt."
@@ -1221,7 +1225,7 @@ msgstr "Wachtwoord moet minimaal 8 tekens bevatten"
msgid "Passwords do not match"
msgstr "Wachtwoorden komen niet overeen"
#: src/views/home/components/Pricing.tsx:96
#: src/views/home/components/Pricing.tsx:101
msgid "Payment frequency"
msgstr "Betalingsfrequentie"
@@ -1332,7 +1336,7 @@ msgstr "Pro Plan ∞"
msgid "Profile image updated"
msgstr "Profielafbeelding bijgewerkt"
#: src/views/settings/index.tsx:157
#: src/views/settings/index.tsx:168
msgid "Profile picture"
msgstr "Profielfoto"
@@ -1473,12 +1477,12 @@ msgid "Senior"
msgstr "Senior"
#: src/components/SideNavigation.tsx:78
#: src/views/settings/index.tsx:151
#: src/views/settings/index.tsx:162
msgid "Settings"
msgstr "Instellingen"
#. placeholder {0}: workspace.name ?? "Workspace"
#: src/views/settings/index.tsx:147
#: src/views/settings/index.tsx:158
msgid "Settings | {0}"
msgstr "Instellingen | {0}"
@@ -1631,7 +1635,7 @@ msgstr "Menu in-/uitschakelen"
msgid "Track all card changes with detailed activity history."
msgstr "Volg alle kaartwijzigingen met gedetailleerde activiteitengeschiedenis."
#: src/views/settings/index.tsx:105
#: src/views/settings/index.tsx:116
msgid "Trello disconnected"
msgstr "Trello ontkoppeld"
@@ -1800,7 +1804,7 @@ msgid "Upgrade"
msgstr "Upgraden"
#: src/views/settings/components/UpgradeToProConfirmation.tsx:52
#: src/views/settings/index.tsx:202
#: src/views/settings/index.tsx:213
msgid "Upgrade to Pro"
msgstr "Upgraden naar Pro"
@@ -1841,11 +1845,11 @@ msgstr "Gebruiker is al lid van deze werkruimte"
msgid "Video"
msgstr "Video"
#: src/views/settings/index.tsx:285
#: src/views/settings/index.tsx:296
msgid "View and manage your API keys."
msgstr "Bekijk en beheer je API-sleutels."
#: src/views/settings/index.tsx:224
#: src/views/settings/index.tsx:235
msgid "View and manage your billing and subscription."
msgstr "Bekijk en beheer je facturering en abonnement."
@@ -1905,7 +1909,7 @@ msgstr "Werkruimte"
msgid "Workspace deleted"
msgstr "Werkruimte verwijderd"
#: src/views/settings/index.tsx:188
#: src/views/settings/index.tsx:199
msgid "Workspace description"
msgstr "Werkruimte beschrijving"
@@ -1927,7 +1931,7 @@ msgid "Workspace members"
msgstr "Werkruimteleden"
#: src/components/NewWorkspaceForm.tsx:81
#: src/views/settings/index.tsx:169
#: src/views/settings/index.tsx:180
msgid "Workspace name"
msgstr "Naam werkruimte"
@@ -1947,7 +1951,7 @@ msgstr "Werkruimtenaam bijgewerkt"
msgid "Workspace slug updated"
msgstr "Werkruimte-slug bijgewerkt"
#: src/views/settings/index.tsx:178
#: src/views/settings/index.tsx:189
msgid "Workspace URL"
msgstr "Werkruimte URL"
@@ -1963,7 +1967,7 @@ msgstr "Jaarlijks"
msgid "Yes, we offer an forever free plan for individual use. No restrictions, no paywalls, no limits."
msgstr "Ja, we bieden een voor altijd gratis plan voor individueel gebruik. Geen beperkingen, geen betaalmuren, geen limieten."
#: src/views/settings/index.tsx:317
#: src/views/settings/index.tsx:328
msgid "You are about to change your password."
msgstr "Je staat op het punt je wachtwoord te wijzigen."
@@ -2011,11 +2015,11 @@ msgstr "Je wachtwoord is gewijzigd."
msgid "Your profile image has been updated."
msgstr "Je profielafbeelding is bijgewerkt."
#: src/views/settings/index.tsx:106
#: src/views/settings/index.tsx:117
msgid "Your Trello account has been disconnected."
msgstr "Je Trello-account is ontkoppeld."
#: src/views/settings/index.tsx:267
#: src/views/settings/index.tsx:278
msgid "Your Trello account is connected."
msgstr "Je Trello-account is verbonden."

View File

@@ -47,9 +47,9 @@ export default async function handler(
const metaData = checkoutSession.metadata;
if (metaData?.workspacePublicId && metaData.workspaceSlug) {
if (metaData?.workspacePublicId) {
await workspaceRepo.update(db, metaData.workspacePublicId, {
slug: metaData.workspaceSlug,
...(metaData.workspaceSlug && { slug: metaData.workspaceSlug }),
plan: "pro",
});
}

View File

@@ -1,8 +1,10 @@
import PatternedBackground from "~/components/PatternedBackground";
import { useTheme } from "next-themes";
import { authClient } from "@kan/auth/client";
import PatternedBackground from "~/components/PatternedBackground";
import Footer from "./Footer";
import Header from "./Header";
import { authClient } from "@kan/auth/client";
export default function Layout({ children }: { children: React.ReactNode }) {
const { theme } = useTheme();
@@ -18,6 +20,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
<style jsx global>{`
html {
scroll-behavior: smooth;
overflow: auto;
background-color: ${!isDarkMode ? "hsl(0deg 0% 97.3%)" : "#161616"};
}
`}</style>

View File

@@ -92,7 +92,12 @@ const Pricing = () => {
{t`Get started for free, with no usage limits. For collaboration, upgrade to a plan that fits the size of your team.`}
</p>
<div className="mt-16 flex justify-center">
<div className="mt-12 flex flex-col items-center justify-center">
<div className="mb-4 flex items-center gap-2 rounded-full border bg-white px-4 py-1.5 text-center text-xs font-bold text-gray-800 dark:border-dark-300 dark:bg-white dark:text-gray-800 lg:text-sm">
<p>
{t`Launch offer: unlimited seats for just $29/month with Pro`}
</p>
</div>
<fieldset aria-label={t`Payment frequency`}>
<RadioGroup
value={frequency}
@@ -165,7 +170,7 @@ const Pricing = () => {
!tier.showPrice && "opacity-0",
)}
>
{tier.price[frequency?.value || "monthly"]}
{tier.price[frequency?.value ?? "monthly"]}
</span>
{tier.showPriceSuffix && (
<span className="text-sm/6 font-semibold text-light-50 dark:text-dark-900">

View File

@@ -22,7 +22,7 @@ export function UpgradeToProConfirmation({
"Content-Type": "application/json",
},
body: JSON.stringify({
...(entityId && { workspaceSlug: entityId }),
...(entityId && { slug: entityId }),
workspacePublicId: workspacePublicId,
cancelUrl: "/settings",
successUrl: "/settings",

View File

@@ -95,6 +95,17 @@ export default function SettingsPage() {
}
}, [router.query.edit]);
// Open upgrade modal if upgrade=pro is in URL params
useEffect(() => {
if (
router.query.upgrade === "pro" &&
env("NEXT_PUBLIC_KAN_ENV") === "cloud" &&
!hasActiveSubscription(subscriptions, "pro")
) {
openModal("UPGRADE_TO_PRO");
}
}, [router.query.upgrade, subscriptions, openModal]);
const { mutateAsync: disconnectTrello } =
api.integration.disconnect.useMutation({
onSuccess: () => {