Compare commits

..

3 Commits

Author SHA1 Message Date
Henry
8863d43793 feat: set up partner webhook handler 2026-05-12 22:36:28 +01:00
Henry
9837ddd8af feat: add repo funcs 2026-05-12 21:56:28 +01:00
Henry
e34518e654 feat: add partnerLicenseKey and partnerTier to subscription schema 2026-05-12 21:34:01 +01:00
39 changed files with 766 additions and 1852 deletions

View File

@@ -231,7 +231,7 @@ We welcome contributions! Please read our [contribution guidelines](CONTRIBUTING
[<img height="100" alt="image" src="https://github.com/user-attachments/assets/e331c71f-ac86-46a6-bceb-ce276de094b0" />](https://www.testmuai.com)
Proudly sponsored by [TestMu AI (formerly LambdaTest)](https://www.testmuai.com) - an AI-native testing cloud platform built for modern engineering teams. Covering everything from autonomous test creation and fast execution to testing AI agents like chatbots and voice assistants. If you're serious about testing, go check them out.
Proudly sponsored by [TestMu AI](https://www.testmuai.com) - an AI-native testing cloud platform built for modern engineering teams. Covering everything from autonomous test creation and fast execution to testing AI agents like chatbots and voice assistants. If you're serious about testing, go check them out.
## License 📝

View File

@@ -110,15 +110,13 @@ ENV PORT=3000
ENV HOSTNAME=0.0.0.0
# Copy the standalone Next.js server
COPY --chown=1000:1000 --from=builder /app/apps/web/.next/standalone/ ./
COPY --from=builder /app/apps/web/.next/standalone/ ./
# Copy static assets and public files
COPY --chown=1000:1000 --from=builder /app/apps/web/.next/static/ ./apps/web/.next/static/
COPY --chown=1000:1000 --from=builder /app/apps/web/public/ ./apps/web/public/
COPY --from=builder /app/apps/web/.next/static/ ./apps/web/.next/static/
COPY --from=builder /app/apps/web/public/ ./apps/web/public/
# Copy bootstrap script for runtime env var injection
COPY --chown=1000:1000 apps/web/bootstrap.cjs ./bootstrap.cjs
USER 1000:1000
COPY apps/web/bootstrap.cjs ./bootstrap.cjs
EXPOSE 3000
CMD ["bootstrap.cjs"]

View File

@@ -88,12 +88,6 @@ checksums:
7L01XJ/message: c46571856723b03262fd33f511116298
7L01XJ/origin/0/0: feacdaf2791aaddec128f463ffa2e807
7L01XJ/translation: c46571856723b03262fd33f511116298
JEt3q7/message: 233710e683076c7eb6400a5c5ddd1d2a
JEt3q7/origin/0/0: 055278d1067f7350adbbc1eaf446e43c
JEt3q7/translation: 233710e683076c7eb6400a5c5ddd1d2a
mkehy7/message: 71c4ebc206483ae49a2bd3dd7b6038ba
mkehy7/origin/0/0: 055278d1067f7350adbbc1eaf446e43c
mkehy7/translation: 71c4ebc206483ae49a2bd3dd7b6038ba
F6pfE9/message: 3e1ec025c4a50830bbb9ad57a176630a
F6pfE9/origin/0/0: 4b563046ba98abb3777fb1c3560866aa
F6pfE9/origin/1/0: f64cd62b620f454998523af2a4330278
@@ -230,8 +224,7 @@ checksums:
Z3krJD/origin/0/0: e9da4b3a0eedd68ed126437194a482fe
Z3krJD/translation: 0077436d9f37bfd64f3ae076a5a05040
WnEwDO/message: 2959fd276248208b65cb27ed46b20135
WnEwDO/origin/0/0: 055278d1067f7350adbbc1eaf446e43c
WnEwDO/origin/1/0: d6f5120f072a821219608624f361384e
WnEwDO/origin/0/0: d6f5120f072a821219608624f361384e
WnEwDO/translation: 2959fd276248208b65cb27ed46b20135
j1%2BHPc/message: baf4c3cd580291f41458f9ed28102c49
j1%2BHPc/origin/0/0: 9d4260644f1a12f41d6b72574eeb111c
@@ -589,9 +582,8 @@ checksums:
pFGfsR/origin/0/0: 82383b95848d24b9311ceaef0ec94bb6
pFGfsR/translation: b0d0be4f63c16552b3aa795af29240d1
5IXWmO/message: e9a430fcd298def74212238df0f680d6
5IXWmO/origin/0/0: 055278d1067f7350adbbc1eaf446e43c
5IXWmO/origin/1/0: 4a1be3707d14c696a16f453d132fb248
5IXWmO/origin/2/0: d6f5120f072a821219608624f361384e
5IXWmO/origin/0/0: 4a1be3707d14c696a16f453d132fb248
5IXWmO/origin/1/0: d6f5120f072a821219608624f361384e
5IXWmO/translation: e9a430fcd298def74212238df0f680d6
GnRmu4/message: 5eb5de823f7ca5a4d97bb41e6a3f675a
GnRmu4/origin/0/0: a2dd1fc876bd42b9db7ca7aaa57ac5e2
@@ -1130,9 +1122,9 @@ checksums:
rarRW%2F/origin/0/0: 8628ddb6f4ded25c0f17e2cbda8207d3
rarRW%2F/origin/1/0: 8628ddb6f4ded25c0f17e2cbda8207d3
rarRW%2F/translation: 91553b606a6ebed3534cd2e5635ce004
sZixXc/translation: db4e3e372abb1ac510c62b14d544f0f8
sZixXc/message: db4e3e372abb1ac510c62b14d544f0f8
sZixXc/origin/0/0: 0627e0040ca4939c9a57349e98c51797
sZixXc/translation: db4e3e372abb1ac510c62b14d544f0f8
sVBn4K/message: 0d7979a25d290123ed8b8906bf468f1a
sVBn4K/origin/0/0: d465da67c0a870d198eb7f313569c137
sVBn4K/translation: 0d7979a25d290123ed8b8906bf468f1a
@@ -1545,12 +1537,6 @@ checksums:
iQmbPb/message: ac2bcac75151e2fcd9eb768cea275a77
iQmbPb/origin/0/0: 98e2302d0d8d12ce65c4140b87450673
iQmbPb/translation: ac2bcac75151e2fcd9eb768cea275a77
aDzbuM/message: b6cb6ee4c4dd2cbe0d5d6a0088dcd731
aDzbuM/origin/0/0: 278a40eb45b1219f424703d0abc1d273
aDzbuM/translation: b6cb6ee4c4dd2cbe0d5d6a0088dcd731
K3LUJr/message: 6dd9358a22160ebed51ab3f36e2bb0b1
K3LUJr/origin/0/0: 278a40eb45b1219f424703d0abc1d273
K3LUJr/translation: 6dd9358a22160ebed51ab3f36e2bb0b1
1njn7W/message: bb78ea2c6edd8662676c81a8a13ecb93
1njn7W/origin/0/0: 358ea1b5babb2e9ccbf1a4c9f89dd3a5
1njn7W/translation: bb78ea2c6edd8662676c81a8a13ecb93
@@ -1761,9 +1747,6 @@ checksums:
TXO5TM/message: 7f1ed5d777cade7d62303e9e591bbf63
TXO5TM/origin/0/0: feacdaf2791aaddec128f463ffa2e807
TXO5TM/translation: 7f1ed5d777cade7d62303e9e591bbf63
HOMO91/message: 8a7b468d8a18e30de7743e4d5841c87f
HOMO91/origin/0/0: 278a40eb45b1219f424703d0abc1d273
HOMO91/translation: 8a7b468d8a18e30de7743e4d5841c87f
hXMFoN/message: cedf633d99c77ff4356e089f2d98c0a6
hXMFoN/origin/0/0: fc0c18a095a68277a0f90a115942683b
hXMFoN/translation: cedf633d99c77ff4356e089f2d98c0a6
@@ -1838,9 +1821,9 @@ checksums:
Uworke/message: 213d63da450f35dabb3ab0e35e29feed
Uworke/origin/0/0: eb63312c63f6c8d2a5b6520c89012123
Uworke/translation: 213d63da450f35dabb3ab0e35e29feed
nG7mus/translation: 03326832c645f4ddb873a6e7eab8a639
nG7mus/message: 03326832c645f4ddb873a6e7eab8a639
nG7mus/origin/0/0: 278a40eb45b1219f424703d0abc1d273
nG7mus/translation: 03326832c645f4ddb873a6e7eab8a639
IrZaAn/message: 1fcebe9ddb46f722a57f195efddc695d
IrZaAn/origin/0/0: 0627e0040ca4939c9a57349e98c51797
IrZaAn/translation: 1fcebe9ddb46f722a57f195efddc695d
@@ -1853,9 +1836,9 @@ checksums:
vwGkYB/message: 4c30501d085eaccea47af34212bb26a7
vwGkYB/origin/0/0: 0627e0040ca4939c9a57349e98c51797
vwGkYB/translation: 4c30501d085eaccea47af34212bb26a7
Xlkxmi/translation: 3251e7239a9b349a86d5785a113cd6b9
Xlkxmi/message: 3251e7239a9b349a86d5785a113cd6b9
Xlkxmi/origin/0/0: 0627e0040ca4939c9a57349e98c51797
Xlkxmi/translation: 3251e7239a9b349a86d5785a113cd6b9
lpIMne/message: 37ca1f4e0afc9a0b8e9617f767103c92
lpIMne/origin/0/0: 0627e0040ca4939c9a57349e98c51797
lpIMne/translation: 37ca1f4e0afc9a0b8e9617f767103c92
@@ -2213,20 +2196,20 @@ checksums:
v3YoMA/message: 3fff865dc00435f82896fc302ea45630
v3YoMA/origin/0/0: eb63312c63f6c8d2a5b6520c89012123
v3YoMA/translation: 3fff865dc00435f82896fc302ea45630
GXGbXi/translation: 8686cb61f9bd3cd7ed100cc3af819458
GXGbXi/message: 8686cb61f9bd3cd7ed100cc3af819458
GXGbXi/origin/0/0: 627b72cd19a7154ae1c28cbd7ca0c730
GXGbXi/translation: 8686cb61f9bd3cd7ed100cc3af819458
8AbRER/message: 3cb81c4829857556f5d117c9a23f7bcc
8AbRER/origin/0/0: 81b173297e9c022d9ebde5f7018c95f9
8AbRER/origin/1/0: 0eeeb7e68164ff118040918f1ef00a7a
8AbRER/origin/2/0: 2201bf679c663a732d7f1b3c3ce3897f
8AbRER/translation: 3cb81c4829857556f5d117c9a23f7bcc
2gHjVM/translation: 873c4eb14a7e32e7fd7793047b6028a1
2gHjVM/message: 873c4eb14a7e32e7fd7793047b6028a1
2gHjVM/origin/0/0: 627b72cd19a7154ae1c28cbd7ca0c730
2gHjVM/origin/1/0: 627b72cd19a7154ae1c28cbd7ca0c730
2gHjVM/origin/2/0: 0627e0040ca4939c9a57349e98c51797
2gHjVM/origin/3/0: 0627e0040ca4939c9a57349e98c51797
2gHjVM/translation: 873c4eb14a7e32e7fd7793047b6028a1
Eit43O/message: b5d9a1edd988f455041aee9fa7fb3d63
Eit43O/origin/0/0: 1d6b5f88cdad160a67842f6b65387448
Eit43O/translation: b5d9a1edd988f455041aee9fa7fb3d63
@@ -2267,9 +2250,6 @@ checksums:
n1ekoW/message: ec7b8f314fe9bc6591006707484ede61
n1ekoW/origin/0/0: 6cda8b872e4902cbc0191d9375adf4ef
n1ekoW/translation: ec7b8f314fe9bc6591006707484ede61
4dGN6E/message: dd086c229fd7cc0247d4c1b5c6f096a8
4dGN6E/origin/0/0: 055278d1067f7350adbbc1eaf446e43c
4dGN6E/translation: dd086c229fd7cc0247d4c1b5c6f096a8
fcWrnU/message: 6d842546a84e919c519bf8cbffdf25a0
fcWrnU/origin/0/0: 15ea2dfd5eae4e05b226b1320103476e
fcWrnU/origin/1/0: 69d8634b177fdf937764b406fd477547
@@ -2312,12 +2292,6 @@ checksums:
6sKjjx/message: 50861c0881fe87a77412417e5ffb3fbb
6sKjjx/origin/0/0: 15ea2dfd5eae4e05b226b1320103476e
6sKjjx/translation: 50861c0881fe87a77412417e5ffb3fbb
J9%2BzIR/message: d719cefeec51f2a6dd01064715a1fccc
J9%2BzIR/origin/0/0: 055278d1067f7350adbbc1eaf446e43c
J9%2BzIR/translation: d719cefeec51f2a6dd01064715a1fccc
r%2BdxEH/message: c3d9e1523d1401870fbf56fa8bce8f8b
r%2BdxEH/origin/0/0: 278a40eb45b1219f424703d0abc1d273
r%2BdxEH/translation: c3d9e1523d1401870fbf56fa8bce8f8b
vnS6Rf/message: 003f7f93d44b0f5c2e40bf24e7af3bd7
vnS6Rf/origin/0/0: c0b59968b2b234167c488a05cc38710b
vnS6Rf/translation: 003f7f93d44b0f5c2e40bf24e7af3bd7
@@ -2413,9 +2387,6 @@ checksums:
nhMhRr/message: 07edd8c50685a52c0969d711df26d768
nhMhRr/origin/0/0: 1fd8ccf586705354bcae6e1186108fc7
nhMhRr/translation: 07edd8c50685a52c0969d711df26d768
ssK7k%2B/message: 4321c1f033c350419ad198aaafe3b6fd
ssK7k%2B/origin/0/0: 278a40eb45b1219f424703d0abc1d273
ssK7k%2B/translation: 4321c1f033c350419ad198aaafe3b6fd
NcFrgC/message: bd15a7b3d8b4bce18cd42682ea1ec164
NcFrgC/origin/0/0: 0ad2af981579a62b084b3d41462c5546
NcFrgC/translation: bd15a7b3d8b4bce18cd42682ea1ec164
@@ -2752,9 +2723,6 @@ checksums:
zERArS/placeholders/0/0: 06f23520ebabfffed4999b5bcf61c9cd
zERArS/origin/0/0: 1d6b5f88cdad160a67842f6b65387448
zERArS/translation: aca196d729401d8adc5c8ca9d558840e
kwkhPe/translation: 63c3b52882e0d779859307d672c178c2
kwkhPe/message: 63c3b52882e0d779859307d672c178c2
kwkhPe/origin/0/0: 7493592314bc3b96ad96127a949ba1ba
IelE1h/message: 972773025e763ddf53273df6d37a729a
IelE1h/origin/0/0: 94d3e20c29bb517dd394711d7524e478
IelE1h/origin/1/0: dbad0c8d7863cb41f5495264f82e7081
@@ -2831,10 +2799,6 @@ checksums:
"%2BEkBs0/message": 69d1d2575f2e73b08ac622bde0a45b4d
"%2BEkBs0/origin/0/0": d1e1d7ccce60e05570bedfbb93fc9416
"%2BEkBs0/translation": 69d1d2575f2e73b08ac622bde0a45b4d
7sdSkl/message: 6132de0281f288a30690bb2218089951
7sdSkl/placeholders/magicLinkRecipient/0: 63ab7807b81db57469a3b7fa40e6826e
7sdSkl/origin/0/0: 055278d1067f7350adbbc1eaf446e43c
7sdSkl/translation: 6132de0281f288a30690bb2218089951
9y1RcT/message: 2dfa121e0ff1914e08068308a81973c0
9y1RcT/origin/0/0: d77eb1f90f2fa86a55181629d88d237a
9y1RcT/translation: 2dfa121e0ff1914e08068308a81973c0
@@ -3006,18 +2970,18 @@ checksums:
MdN5zD/message: e2e816f2b7a13b1056d79e7f25088664
MdN5zD/origin/0/0: 0dccc39d0debbf3e089cb6d292de762b
MdN5zD/translation: e2e816f2b7a13b1056d79e7f25088664
ZhQoZn/translation: b05a1191bf048d76e7d6c1c3e76ce1fd
ZhQoZn/message: b05a1191bf048d76e7d6c1c3e76ce1fd
ZhQoZn/origin/0/0: 0627e0040ca4939c9a57349e98c51797
ZhQoZn/translation: b05a1191bf048d76e7d6c1c3e76ce1fd
2SePRT/message: 257b840726f972f384243a72767f880f
2SePRT/origin/0/0: 6cda8b872e4902cbc0191d9375adf4ef
2SePRT/translation: 257b840726f972f384243a72767f880f
uOqaMC/message: 24fc6cdc8740f37a83df85f582f03293
uOqaMC/origin/0/0: 6cda8b872e4902cbc0191d9375adf4ef
uOqaMC/translation: 24fc6cdc8740f37a83df85f582f03293
8Zjc7q/translation: 65609a209e74f230563a7c8d7258a83c
8Zjc7q/message: 65609a209e74f230563a7c8d7258a83c
8Zjc7q/origin/0/0: 278a40eb45b1219f424703d0abc1d273
8Zjc7q/translation: 65609a209e74f230563a7c8d7258a83c
GoDLB9/message: 8c8d944e07388c5877effdb2c2803dcf
GoDLB9/origin/0/0: 5c60161e173f5eae9276d8e4c70b4ebb
GoDLB9/translation: 8c8d944e07388c5877effdb2c2803dcf
@@ -3042,18 +3006,12 @@ checksums:
PELbXB/message: 6984aed03bbcd94041c5dd20f62e56ed
PELbXB/origin/0/0: 9d4260644f1a12f41d6b72574eeb111c
PELbXB/translation: 6984aed03bbcd94041c5dd20f62e56ed
ygpeZ8/message: 59444b15ae58f987931a4746f4c77a0b
ygpeZ8/origin/0/0: 278a40eb45b1219f424703d0abc1d273
ygpeZ8/translation: 59444b15ae58f987931a4746f4c77a0b
"%2BA6Wuq/message": 36d33d3622921dbb1475da2acb98f754
"%2BA6Wuq/origin/0/0": 278a40eb45b1219f424703d0abc1d273
"%2BA6Wuq/translation": 36d33d3622921dbb1475da2acb98f754
Ozt2vv/message: 8f730f68d52b7efa727aa0784282ebcb
Ozt2vv/origin/0/0: 0627e0040ca4939c9a57349e98c51797
Ozt2vv/translation: 8f730f68d52b7efa727aa0784282ebcb
EuK5ez/translation: d262a1ba9ebeea549d982f9cf85a6c18
EuK5ez/message: d262a1ba9ebeea549d982f9cf85a6c18
EuK5ez/origin/0/0: 0627e0040ca4939c9a57349e98c51797
EuK5ez/translation: d262a1ba9ebeea549d982f9cf85a6c18
"%2FtOdd2/message": 099e1780348cd7bf617721344371a430
"%2FtOdd2/origin/0/0": 03c00909b41be01231cd3e843c8ee44e
"%2FtOdd2/translation": 099e1780348cd7bf617721344371a430

View File

@@ -46,7 +46,6 @@ interface FormValues {
interface AuthProps {
setIsMagicLinkSent: (value: boolean, recipient: string) => void;
isSignUp?: boolean;
callbackURL?: string;
}
const EmailSchema = z.object({
@@ -153,11 +152,7 @@ const availableSocialProviders = {
},
};
export function Auth({
setIsMagicLinkSent,
isSignUp,
callbackURL: callbackURLProp,
}: AuthProps) {
export function Auth({ setIsMagicLinkSent, isSignUp }: AuthProps) {
const [isCloudEnv, setIsCloudEnv] = useState(false);
const [isLoginWithProviderPending, setIsLoginWithProviderPending] =
useState<null | AuthProvider>(null);
@@ -170,7 +165,7 @@ export function Auth({
const passwordRef = useRef<HTMLInputElement | null>(null);
const redirect = useSearchParams().get("next");
const callbackURL = callbackURLProp ?? redirect ?? "/boards";
const callbackURL = redirect ?? "/boards";
// Safely get environment variables on client side to avoid hydration mismatch
useEffect(() => {

View File

@@ -1,4 +1,4 @@
import { useRouter, useSearchParams } from "next/navigation";
import { useRouter } from "next/navigation";
import { t } from "@lingui/core/macro";
import { env } from "next-runtime-env";
import { useTheme } from "next-themes";
@@ -14,7 +14,6 @@ import { authClient } from "@kan/auth/client";
import { useClickOutside } from "~/hooks/useClickOutside";
import { useModal } from "~/providers/modal";
import { usePopup } from "~/providers/popup";
import { useWorkspace, WorkspaceProvider } from "~/providers/workspace";
import { api } from "~/utils/api";
import { ChangePasswordFormConfirmation } from "~/views/settings/components/ChangePasswordConfirmation";
@@ -50,9 +49,7 @@ export default function Dashboard({
const { resolvedTheme } = useTheme();
const { openModal, closeModal, modalContentType } = useModal();
const { availableWorkspaces, hasLoaded } = useWorkspace();
const { showPopup } = usePopup();
const router = useRouter();
const searchParams = useSearchParams();
const { data: session, isPending: sessionLoading } = authClient.useSession();
const { data: user, isLoading: userLoading } = api.user.getUser.useQuery(
@@ -106,38 +103,6 @@ export default function Dashboard({
}
});
useEffect(() => {
const partnerActivated = searchParams.get("partner_activated");
const partnerError = searchParams.get("partner_error");
if (partnerActivated) {
showPopup({
header: t`License activated`,
message: t`Your license has been activated successfully.`,
icon: "success",
});
const params = new URLSearchParams(searchParams.toString());
params.delete("partner_activated");
router.replace(`?${params.toString()}`);
} else if (partnerError) {
const messages: Record<string, string> = {
invalid_license: t`That license key could not be found. Please contact support.`,
license_inactive: t`Your license is not active. Please check your account.`,
missing_license: t`No license key was provided. Please try activating again.`,
};
showPopup({
header: t`License activation failed`,
message:
messages[partnerError] ??
t`Something went wrong during license activation.`,
icon: "error",
});
const params = new URLSearchParams(searchParams.toString());
params.delete("partner_error");
router.replace(`?${params.toString()}`);
}
}, [searchParams, showPopup, router]);
useEffect(() => {
if (hasLoaded && availableWorkspaces.length === 0) {
if (env("NEXT_PUBLIC_KAN_ENV") === "cloud") {

View File

@@ -96,7 +96,6 @@ export function NewWorkspaceForm() {
description: values.description,
slug: values.slug,
plan: values.plan,
cardPrefix: values.cardPrefix,
role: "admin",
weekStartDay: 1,
});

View File

@@ -201,20 +201,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 56]],
"translation": "Aktionen"
},
"JEt3q7": {
"message": "Activate | kan.bn",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 43]],
"translation": "Aktivieren | kan.bn"
},
"mkehy7": {
"message": "Activate your account",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 53]],
"translation": "Aktivieren Sie Ihr Konto"
},
"F6pfE9": {
"message": "Active",
"placeholders": {},
@@ -447,7 +433,7 @@
"message": "Admin",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 207]],
"origin": [["src/views/members/index.tsx", 201]],
"translation": "Administrator"
},
"3pIq39": {
@@ -537,10 +523,7 @@
"message": "Already have an account? <0><1>Sign in</1></0>",
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 88],
["src/views/auth/signup/index.tsx", 90]
],
"origin": [["src/views/auth/signup/index.tsx", 90]],
"translation": "Haben Sie bereits ein Konto? <0><1>Anmelden</1></0>"
},
"j1+HPc": {
@@ -784,7 +767,7 @@
"message": "Back",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 296]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 276]],
"translation": "Zurück"
},
"KNKCTb": {
@@ -1394,7 +1377,6 @@
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 53],
["src/views/auth/login/index.tsx", 43],
["src/views/auth/signup/index.tsx", 71]
],
@@ -1480,7 +1462,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/Dashboard.tsx", 281],
["src/components/Dashboard.tsx", 246],
["src/views/card/index.tsx", 367],
["src/views/members/components/EditMemberPermissionsModal.tsx", 172],
["src/views/settings/components/NewApiKeyModal.tsx", 136]
@@ -1687,7 +1669,7 @@
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 212],
["src/views/onboarding/workspace-details/index.tsx", 313]
["src/views/onboarding/workspace-details/index.tsx", 292]
],
"translation": "Weiter"
},
@@ -1695,7 +1677,7 @@
"message": "Continue with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Weiter mit "
},
"gkzAEM": {
@@ -1704,7 +1686,7 @@
"0": ["key === \"oidc\" ? oidcProviderName : provider.name"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 360]],
"origin": [["src/components/AuthForm.tsx", 355]],
"translation": "Weiter mit {0}"
},
"va/3u1": {
@@ -1905,7 +1887,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 227],
["src/components/NewWorkspaceForm.tsx", 226],
["src/components/WorkspaceMenu.tsx", 160]
],
"translation": "Workspace erstellen"
@@ -2011,7 +1993,7 @@
"message": "Custom usernames require upgrading to a Pro plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 239]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 221]],
"translation": "Benutzerdefinierte Benutzernamen erfordern ein Upgrade auf einen Pro-Tarif"
},
"j9IZZ0": {
@@ -2422,7 +2404,7 @@
"comments": [],
"origin": [
["src/views/members/components/EditMemberPermissionsModal.tsx", 162],
["src/views/members/index.tsx", 230]
["src/views/members/index.tsx", 224]
],
"translation": "Berechtigungen bearbeiten"
},
@@ -2458,7 +2440,7 @@
"message": "email",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "E-Mail"
},
"O3oNi5": {
@@ -2507,7 +2489,7 @@
"message": "Engineering",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Technik"
},
"0+ewPp": {
@@ -2557,14 +2539,14 @@
"message": "Enter your email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 407]],
"origin": [["src/components/AuthForm.tsx", 402]],
"translation": "Geben Sie Ihre E-Mail-Adresse ein"
},
"n9V+ps": {
"message": "Enter your name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 395]],
"origin": [["src/components/AuthForm.tsx", 390]],
"translation": "Geben Sie Ihren Namen ein"
},
"0StR7t": {
@@ -2580,7 +2562,7 @@
"message": "Enter your password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 421]],
"origin": [["src/components/AuthForm.tsx", 416]],
"translation": "Geben Sie Ihr Passwort ein"
},
"GpB8YV": {
@@ -2845,7 +2827,7 @@
"0": ["provider.at(0)?.toUpperCase() + provider.slice(1)"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 296]],
"origin": [["src/components/AuthForm.tsx", 291]],
"translation": "Anmeldung mit {0} fehlgeschlagen. Bitte versuchen Sie es erneut."
},
"5ntVtp": {
@@ -2998,7 +2980,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 333],
["src/views/members/index.tsx", 297]
["src/views/members/index.tsx", 293]
],
"translation": "Kostenloser Plan"
},
@@ -3219,7 +3201,7 @@
"message": "Guest",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 209]],
"origin": [["src/views/members/index.tsx", 203]],
"translation": "Gast"
},
"CB/NpV": {
@@ -3473,7 +3455,7 @@
"message": "Invite",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 310]],
"origin": [["src/views/members/index.tsx", 306]],
"translation": "Einladen"
},
"KLJ4eD": {
@@ -3636,8 +3618,7 @@
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 276]],
"translation": "Launch-Angebot: Unbegrenzte Mitglieder mit Pro",
"obsolete": true
"translation": "Launch-Angebot: Unbegrenzte Mitglieder mit Pro"
},
"sDuhfK": {
"message": "Launch offer: unlimited seats for just $29/month with Pro",
@@ -3674,20 +3655,6 @@
"origin": [["src/views/home/components/Footer.tsx", 45]],
"translation": "Lizenz"
},
"aDzbuM": {
"message": "License activated",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 115]],
"translation": "Lizenz aktiviert"
},
"K3LUJr": {
"message": "License activation failed",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 129]],
"translation": "Lizenzaktivierung fehlgeschlagen"
},
"1njn7W": {
"message": "Light",
"placeholders": {},
@@ -3803,7 +3770,7 @@
"message": "magic link",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "Magic-Link"
},
"DbZgsJ": {
@@ -3843,7 +3810,7 @@
"message": "Marketing",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Marketing"
},
"agPptk": {
@@ -3867,7 +3834,7 @@
"origin": [
["src/views/card/components/ActivityList.tsx", 55],
["src/views/card/components/ActivityList.tsx", 88],
["src/views/members/index.tsx", 208]
["src/views/members/index.tsx", 202]
],
"translation": "Mitglied"
},
@@ -3880,7 +3847,7 @@
["src/views/board/components/Filters.tsx", 147],
["src/views/board/components/NewCardForm.tsx", 386],
["src/views/card/index.tsx", 143],
["src/views/members/index.tsx", 269],
["src/views/members/index.tsx", 263],
["src/views/pricing/components/FeatureComparisonTable.tsx", 81]
],
"translation": "Mitglieder"
@@ -3891,7 +3858,7 @@
"0": ["workspace.name ?? t`Workspace`"]
},
"comments": [],
"origin": [["src/views/members/index.tsx", 264]],
"origin": [["src/views/members/index.tsx", 258]],
"translation": "Mitglieder | {0}"
},
"/bZzdR": {
@@ -4102,7 +4069,7 @@
"message": "New workspace",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 146]],
"origin": [["src/components/NewWorkspaceForm.tsx", 145]],
"translation": "Neuer Workspace"
},
"5ACX4z": {
@@ -4139,7 +4106,7 @@
"message": "No authentication methods are currently available",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 374]],
"origin": [["src/components/AuthForm.tsx", 369]],
"translation": "Derzeit sind keine Authentifizierungsmethoden verfügbar"
},
"2Bu8xj": {
@@ -4177,13 +4144,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 334]],
"translation": "Keine Tastenkombinationen registriert."
},
"HOMO91": {
"message": "No license key was provided. Please try activating again.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 126]],
"translation": "Es wurde kein Lizenzschlüssel angegeben. Bitte versuchen Sie die Aktivierung erneut."
},
"hXMFoN": {
"message": "No lists",
"placeholders": {},
@@ -4306,7 +4266,7 @@
"message": "or",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 385]],
"origin": [["src/components/AuthForm.tsx", 380]],
"translation": "oder"
},
"ZqDqbi": {
@@ -4365,7 +4325,7 @@
"message": "Password already set",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 271]],
"origin": [["src/components/Dashboard.tsx", 236]],
"translation": "Passwort bereits festgelegt"
},
"IrZaAn": {
@@ -4381,14 +4341,14 @@
"message": "Password is required to login.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 263]],
"origin": [["src/components/AuthForm.tsx", 258]],
"translation": "Passwort ist für die Anmeldung erforderlich."
},
"tTbref": {
"message": "Password is required to sign up.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 262]],
"origin": [["src/components/AuthForm.tsx", 257]],
"translation": "Passwort ist für die Registrierung erforderlich."
},
"vwGkYB": {
@@ -4422,7 +4382,7 @@
"message": "Paused",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Pausiert"
},
"UbYdrA": {
@@ -4439,7 +4399,7 @@
"message": "Pending",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Ausstehend"
},
"oVBq1w": {
@@ -4554,21 +4514,21 @@
"message": "Please enter a valid email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 411]],
"origin": [["src/components/AuthForm.tsx", 406]],
"translation": "Bitte geben Sie eine gültige E-Mail-Adresse ein"
},
"CJ3zUq": {
"message": "Please enter a valid name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 399]],
"origin": [["src/components/AuthForm.tsx", 394]],
"translation": "Bitte geben Sie einen gültigen Namen ein"
},
"7b2yuC": {
"message": "Please enter a valid password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 426]],
"origin": [["src/components/AuthForm.tsx", 421]],
"translation": "Bitte geben Sie ein gültiges Passwort ein"
},
"jEw0Mr": {
@@ -4602,7 +4562,7 @@
"origin": [
["src/components/DeleteLabelConfirmation.tsx", 26],
["src/components/FeedbackModal.tsx", 41],
["src/components/NewWorkspaceForm.tsx", 110],
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/board/components/BoardDropdown.tsx", 68],
["src/views/board/components/NewCardForm.tsx", 193],
["src/views/board/components/NewListForm.tsx", 79],
@@ -4639,8 +4599,8 @@
["src/views/members/components/InviteMemberForm.tsx", 104],
["src/views/members/components/InviteMemberForm.tsx", 241],
["src/views/members/index.tsx", 66],
["src/views/onboarding/workspace-details/index.tsx", 119],
["src/views/onboarding/workspace-details/index.tsx", 168],
["src/views/onboarding/workspace-details/index.tsx", 102],
["src/views/onboarding/workspace-details/index.tsx", 151],
["src/views/settings/components/Avatar.tsx", 200],
["src/views/settings/components/DeleteAccountConfirmation.tsx", 40],
["src/views/settings/components/DeleteWorkspaceConfirmation.tsx", 46],
@@ -4742,7 +4702,7 @@
"message": "Pro Plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 294]],
"origin": [["src/views/members/index.tsx", 290]],
"translation": "Pro-Plan"
},
"Qtzfdk": {
@@ -4842,7 +4802,7 @@
"message": "Remove member",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 239]],
"origin": [["src/views/members/index.tsx", 233]],
"translation": "Mitglied entfernen"
},
"BZkYSt": {
@@ -4991,7 +4951,7 @@
["src/views/home/components/Footer.tsx", 36],
["src/views/home/components/Header.tsx", 13],
["src/views/home/components/Header.tsx", 28],
["src/views/onboarding/workspace-details/index.tsx", 179]
["src/views/onboarding/workspace-details/index.tsx", 162]
],
"translation": "Roadmap"
},
@@ -4999,7 +4959,7 @@
"message": "Role",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 332]],
"origin": [["src/views/members/index.tsx", 328]],
"translation": "Rolle"
},
"jQ6I8X": {
@@ -5226,7 +5186,7 @@
"message": "Set up your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 197]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 180]],
"translation": "Richten Sie Ihren Workspace ein"
},
"Tz0i8g": {
@@ -5309,20 +5269,13 @@
"origin": [["src/views/invite/index.tsx", 154]],
"translation": "Anmelden"
},
"4dGN6E": {
"message": "Sign in or create an account to activate your license",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 59]],
"translation": "Melden Sie sich an oder erstellen Sie ein Konto, um Ihre Lizenz zu aktivieren"
},
"fcWrnU": {
"message": "Sign out",
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 284],
["src/views/onboarding/workspace-details/index.tsx", 384]
["src/views/onboarding/workspace-details/index.tsx", 363]
],
"translation": "Abmelden"
},
@@ -5361,7 +5314,7 @@
"message": "Sign up with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Registrieren mit "
},
"m2nk0i": {
@@ -5418,20 +5371,6 @@
"origin": [["src/views/onboarding/select-plan/index.tsx", 76]],
"translation": "Solo"
},
"J9+zIR": {
"message": "Something went wrong during activation. Please try again.",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 65]],
"translation": "Während der Aktivierung ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut."
},
"r+dxEH": {
"message": "Something went wrong during license activation.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 132]],
"translation": "Bei der Lizenzaktivierung ist ein Fehler aufgetreten."
},
"vnS6Rf": {
"message": "SSO",
"placeholders": {},
@@ -5484,8 +5423,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/AuthForm.tsx", 220],
["src/components/AuthForm.tsx", 237]
["src/components/AuthForm.tsx", 215],
["src/components/AuthForm.tsx", 232]
],
"translation": "Erfolg"
},
@@ -5544,7 +5483,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 322],
["src/views/members/index.tsx", 296]
["src/views/members/index.tsx", 292]
],
"translation": "Team-Plan"
},
@@ -5665,13 +5604,6 @@
"origin": [["src/components/FeedbackModal.tsx", 34]],
"translation": "Vielen Dank für Ihr Feedback!"
},
"ssK7k+": {
"message": "That license key could not be found. Please contact support.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 124]],
"translation": "Dieser Lizenzschlüssel konnte nicht gefunden werden. Bitte kontaktieren Sie den Support."
},
"NcFrgC": {
"message": "The board has been archived.",
"placeholders": {},
@@ -5821,14 +5753,14 @@
"message": "This URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 83]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 74]],
"translation": "Diese URL ist bereits vergeben"
},
"gKmoow": {
"message": "This URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 85]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 76]],
"translation": "Diese URL ist reserviert"
},
"OAYToL": {
@@ -5865,14 +5797,14 @@
"message": "This workspace URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 190]],
"origin": [["src/components/NewWorkspaceForm.tsx", 189]],
"translation": "Diese Workspace-URL ist bereits vergeben"
},
"bJtM0P": {
"message": "This workspace URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 192]],
"origin": [["src/components/NewWorkspaceForm.tsx", 191]],
"translation": "Diese Workspace-URL ist reserviert"
},
"kp6L3T": {
@@ -6066,8 +5998,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/onboarding/workspace-details/index.tsx", 118]
["src/components/NewWorkspaceForm.tsx", 108],
["src/views/onboarding/workspace-details/index.tsx", 101]
],
"translation": "Workspace konnte nicht erstellt werden"
},
@@ -6169,7 +6101,7 @@
"message": "Unable to start checkout",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 167]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 150]],
"translation": "Checkout kann nicht gestartet werden"
},
"KNK33q": {
@@ -6476,13 +6408,6 @@
"origin": [["src/views/card/components/ActivityList.tsx", 152]],
"translation": "hat den Titel zu <0>{0}</0> aktualisiert"
},
"kwkhPe": {
"translation": "Upgrade",
"message": "Upgrade",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 281]]
},
"IelE1h": {
"message": "Upgrade to Pro",
"placeholders": {},
@@ -6498,7 +6423,7 @@
"message": "Upgrade to Pro ($29/month)",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 263]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 244]],
"translation": "Auf Pro upgraden (29 $/Monat)"
},
"b3Thhd": {
@@ -6583,7 +6508,7 @@
"message": "User",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 326]],
"origin": [["src/views/members/index.tsx", 322]],
"translation": "Benutzer"
},
"tYN21H": {
@@ -6663,15 +6588,6 @@
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
"translation": "Wir konnten Ihre Einstellungen nicht aktualisieren. Bitte versuchen Sie es erneut."
},
"7sdSkl": {
"message": "We sent a link to {magicLinkRecipient}",
"placeholders": {
"magicLinkRecipient": ["magicLinkRecipient"]
},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 57]],
"translation": "Wir haben einen Link an {magicLinkRecipient} gesendet"
},
"9y1RcT": {
"message": "We're just getting started. ",
"placeholders": {},
@@ -6816,7 +6732,7 @@
["src/components/SettingsLayout.tsx", 47],
["src/views/board/index.tsx", 530],
["src/views/boards/index.tsx", 48],
["src/views/members/index.tsx", 264],
["src/views/members/index.tsx", 258],
["src/views/public/board/index.tsx", 125],
["src/views/public/boards/index.tsx", 75]
],
@@ -6844,7 +6760,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 273],
["src/views/onboarding/workspace-details/index.tsx", 254],
["src/views/settings/WorkspaceSettings.tsx", 82]
],
"translation": "Workspace-Beschreibung"
@@ -6892,8 +6808,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 165],
["src/views/onboarding/workspace-details/index.tsx", 206],
["src/components/NewWorkspaceForm.tsx", 164],
["src/views/onboarding/workspace-details/index.tsx", 189],
["src/views/settings/WorkspaceSettings.tsx", 63]
],
"translation": "Workspace-Name"
@@ -6967,7 +6883,7 @@
"message": "workspace-url",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 179]],
"origin": [["src/components/NewWorkspaceForm.tsx", 178]],
"translation": "workspace-url"
},
"4kJRen": {
@@ -7005,7 +6921,7 @@
"message": "You can always change these later in settings.",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 200]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 183]],
"translation": "Sie können diese später jederzeit in den Einstellungen ändern."
},
"aelko+": {
@@ -7049,14 +6965,14 @@
"message": "You have been logged in successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 238]],
"origin": [["src/components/AuthForm.tsx", 233]],
"translation": "Sie wurden erfolgreich angemeldet."
},
"mchgzf": {
"message": "You have been signed up successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 221]],
"origin": [["src/components/AuthForm.tsx", 216]],
"translation": "Sie haben sich erfolgreich registriert."
},
"raHesj": {
@@ -7107,7 +7023,7 @@
"message": "Your account already has a password. You can change it from your account settings.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 273]],
"origin": [["src/components/Dashboard.tsx", 238]],
"translation": "Ihr Konto hat bereits ein Passwort. Sie können es in Ihren Kontoeinstellungen ändern."
},
"GoDLB9": {
@@ -7168,20 +7084,6 @@
"origin": [["src/views/settings/IntegrationsSettings.tsx", 220]],
"translation": "Ihr GitHub-Konto ist verbunden."
},
"ygpeZ8": {
"message": "Your license has been activated successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 116]],
"translation": "Ihre Lizenz wurde erfolgreich aktiviert."
},
"+A6Wuq": {
"message": "Your license is not active. Please check your account.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 125]],
"translation": "Ihre Lizenz ist nicht aktiv. Bitte überprüfen Sie Ihr Konto."
},
"Ozt2vv": {
"message": "Your password has been changed.",
"placeholders": {},
@@ -7239,14 +7141,14 @@
"message": "Your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 344]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 323]],
"translation": "Ihr Workspace"
},
"j0o6ml": {
"message": "Your workspace description",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 347]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 326]],
"translation": "Ihre Workspace-Beschreibung"
},
"GnSSGm": {
@@ -7290,8 +7192,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 216],
["src/views/onboarding/workspace-details/index.tsx", 217]
["src/views/onboarding/workspace-details/index.tsx", 198],
["src/views/onboarding/workspace-details/index.tsx", 199]
],
"translation": "ihr-workspace"
},

File diff suppressed because one or more lines are too long

View File

@@ -340,30 +340,6 @@
],
"translation": "Actions"
},
"JEt3q7": {
"message": "Activate | kan.bn",
"placeholders": {},
"comments": [],
"origin": [
[
"src/pages/partner/activate.tsx",
43
]
],
"translation": "Activate | kan.bn"
},
"mkehy7": {
"message": "Activate your account",
"placeholders": {},
"comments": [],
"origin": [
[
"src/pages/partner/activate.tsx",
53
]
],
"translation": "Activate your account"
},
"F6pfE9": {
"message": "Active",
"placeholders": {},
@@ -761,7 +737,7 @@
"origin": [
[
"src/views/members/index.tsx",
207
201
]
],
"translation": "Admin"
@@ -907,10 +883,6 @@
"placeholders": {},
"comments": [],
"origin": [
[
"src/pages/partner/activate.tsx",
88
],
[
"src/views/auth/signup/index.tsx",
90
@@ -1309,7 +1281,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
296
276
]
],
"translation": "Back"
@@ -2343,10 +2315,6 @@
"placeholders": {},
"comments": [],
"origin": [
[
"src/pages/partner/activate.tsx",
53
],
[
"src/views/auth/login/index.tsx",
43
@@ -2477,7 +2445,7 @@
"origin": [
[
"src/components/Dashboard.tsx",
281
246
],
[
"src/views/card/index.tsx",
@@ -2829,7 +2797,7 @@
],
[
"src/views/onboarding/workspace-details/index.tsx",
313
292
]
],
"translation": "Continue"
@@ -2841,7 +2809,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
442
437
]
],
"translation": "Continue with "
@@ -2857,7 +2825,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
360
355
]
],
"translation": "Continue with {0}"
@@ -3185,7 +3153,7 @@
"origin": [
[
"src/components/NewWorkspaceForm.tsx",
227
226
],
[
"src/components/WorkspaceMenu.tsx",
@@ -3362,7 +3330,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
239
221
]
],
"translation": "Custom usernames require upgrading to a Pro plan"
@@ -4090,7 +4058,7 @@
],
[
"src/views/members/index.tsx",
230
224
]
],
"translation": "Edit permissions"
@@ -4150,7 +4118,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
443
438
]
],
"translation": "email"
@@ -4226,7 +4194,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
179
162
]
],
"translation": "Engineering"
@@ -4306,7 +4274,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
407
402
]
],
"translation": "Enter your email address"
@@ -4318,7 +4286,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
395
390
]
],
"translation": "Enter your name"
@@ -4342,7 +4310,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
421
416
]
],
"translation": "Enter your password"
@@ -4763,7 +4731,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
296
291
]
],
"translation": "Failed to login with {0}. Please try again."
@@ -5035,7 +5003,7 @@
],
[
"src/views/members/index.tsx",
297
293
]
],
"translation": "Free Plan"
@@ -5415,7 +5383,7 @@
"origin": [
[
"src/views/members/index.tsx",
209
203
]
],
"translation": "Guest"
@@ -5839,7 +5807,7 @@
"origin": [
[
"src/views/members/index.tsx",
310
306
]
],
"translation": "Invite"
@@ -6114,8 +6082,7 @@
276
]
],
"translation": "Launch offer: Get unlimited members with Pro",
"obsolete": true
"translation": "Launch offer: Get unlimited members with Pro"
},
"sDuhfK": {
"message": "Launch offer: unlimited seats for just $29/month with Pro",
@@ -6177,30 +6144,6 @@
],
"translation": "License"
},
"aDzbuM": {
"message": "License activated",
"placeholders": {},
"comments": [],
"origin": [
[
"src/components/Dashboard.tsx",
115
]
],
"translation": "License activated"
},
"K3LUJr": {
"message": "License activation failed",
"placeholders": {},
"comments": [],
"origin": [
[
"src/components/Dashboard.tsx",
129
]
],
"translation": "License activation failed"
},
"1njn7W": {
"message": "Light",
"placeholders": {},
@@ -6396,7 +6339,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
443
438
]
],
"translation": "magic link"
@@ -6464,7 +6407,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
179
162
]
],
"translation": "Marketing"
@@ -6508,7 +6451,7 @@
],
[
"src/views/members/index.tsx",
208
202
]
],
"translation": "Member"
@@ -6536,7 +6479,7 @@
],
[
"src/views/members/index.tsx",
269
263
],
[
"src/views/pricing/components/FeatureComparisonTable.tsx",
@@ -6556,7 +6499,7 @@
"origin": [
[
"src/views/members/index.tsx",
264
258
]
],
"translation": "Members | {0}"
@@ -6911,7 +6854,7 @@
"origin": [
[
"src/components/NewWorkspaceForm.tsx",
146
145
]
],
"translation": "New workspace"
@@ -6975,7 +6918,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
374
369
]
],
"translation": "No authentication methods are currently available"
@@ -7040,18 +6983,6 @@
],
"translation": "No keyboard shortcuts registered."
},
"HOMO91": {
"message": "No license key was provided. Please try activating again.",
"placeholders": {},
"comments": [],
"origin": [
[
"src/components/Dashboard.tsx",
126
]
],
"translation": "No license key was provided. Please try activating again."
},
"hXMFoN": {
"message": "No lists",
"placeholders": {},
@@ -7255,7 +7186,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
385
380
]
],
"translation": "or"
@@ -7355,7 +7286,7 @@
"origin": [
[
"src/components/Dashboard.tsx",
271
236
]
],
"translation": "Password already set"
@@ -7379,7 +7310,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
263
258
]
],
"translation": "Password is required to login."
@@ -7391,7 +7322,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
262
257
]
],
"translation": "Password is required to sign up."
@@ -7439,7 +7370,7 @@
"origin": [
[
"src/views/members/index.tsx",
216
210
]
],
"translation": "Paused"
@@ -7467,7 +7398,7 @@
"origin": [
[
"src/views/members/index.tsx",
216
210
]
],
"translation": "Pending"
@@ -7655,7 +7586,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
411
406
]
],
"translation": "Please enter a valid email address"
@@ -7667,7 +7598,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
399
394
]
],
"translation": "Please enter a valid name"
@@ -7679,7 +7610,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
426
421
]
],
"translation": "Please enter a valid password"
@@ -7739,7 +7670,7 @@
],
[
"src/components/NewWorkspaceForm.tsx",
110
109
],
[
"src/views/board/components/BoardDropdown.tsx",
@@ -7887,11 +7818,11 @@
],
[
"src/views/onboarding/workspace-details/index.tsx",
119
102
],
[
"src/views/onboarding/workspace-details/index.tsx",
168
151
],
[
"src/views/settings/components/Avatar.tsx",
@@ -8103,7 +8034,7 @@
"origin": [
[
"src/views/members/index.tsx",
294
290
]
],
"translation": "Pro Plan"
@@ -8271,7 +8202,7 @@
"origin": [
[
"src/views/members/index.tsx",
239
233
]
],
"translation": "Remove member"
@@ -8530,7 +8461,7 @@
],
[
"src/views/onboarding/workspace-details/index.tsx",
179
162
]
],
"translation": "Roadmap"
@@ -8542,7 +8473,7 @@
"origin": [
[
"src/views/members/index.tsx",
332
328
]
],
"translation": "Role"
@@ -8922,7 +8853,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
197
180
]
],
"translation": "Set up your workspace"
@@ -9063,18 +8994,6 @@
],
"translation": "Sign In"
},
"4dGN6E": {
"message": "Sign in or create an account to activate your license",
"placeholders": {},
"comments": [],
"origin": [
[
"src/pages/partner/activate.tsx",
59
]
],
"translation": "Sign in or create an account to activate your license"
},
"fcWrnU": {
"message": "Sign out",
"placeholders": {},
@@ -9086,7 +9005,7 @@
],
[
"src/views/onboarding/workspace-details/index.tsx",
384
363
]
],
"translation": "Sign out"
@@ -9150,7 +9069,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
442
437
]
],
"translation": "Sign up with "
@@ -9243,30 +9162,6 @@
],
"translation": "Solo"
},
"J9+zIR": {
"message": "Something went wrong during activation. Please try again.",
"placeholders": {},
"comments": [],
"origin": [
[
"src/pages/partner/activate.tsx",
65
]
],
"translation": "Something went wrong during activation. Please try again."
},
"r+dxEH": {
"message": "Something went wrong during license activation.",
"placeholders": {},
"comments": [],
"origin": [
[
"src/components/Dashboard.tsx",
132
]
],
"translation": "Something went wrong during license activation."
},
"vnS6Rf": {
"message": "SSO",
"placeholders": {},
@@ -9350,11 +9245,11 @@
"origin": [
[
"src/components/AuthForm.tsx",
220
215
],
[
"src/components/AuthForm.tsx",
237
232
]
],
"translation": "Success"
@@ -9446,7 +9341,7 @@
],
[
"src/views/members/index.tsx",
296
292
]
],
"translation": "Team Plan"
@@ -9647,18 +9542,6 @@
],
"translation": "Thank you for your feedback!"
},
"ssK7k+": {
"message": "That license key could not be found. Please contact support.",
"placeholders": {},
"comments": [],
"origin": [
[
"src/components/Dashboard.tsx",
124
]
],
"translation": "That license key could not be found. Please contact support."
},
"NcFrgC": {
"message": "The board has been archived.",
"placeholders": {},
@@ -9906,7 +9789,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
83
74
]
],
"translation": "This URL has already been taken"
@@ -9918,7 +9801,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
85
76
]
],
"translation": "This URL is reserved"
@@ -9966,7 +9849,7 @@
"origin": [
[
"src/components/NewWorkspaceForm.tsx",
190
189
]
],
"translation": "This workspace URL has already been taken"
@@ -9978,7 +9861,7 @@
"origin": [
[
"src/components/NewWorkspaceForm.tsx",
192
191
]
],
"translation": "This workspace URL is reserved"
@@ -10302,11 +10185,11 @@
"origin": [
[
"src/components/NewWorkspaceForm.tsx",
109
108
],
[
"src/views/onboarding/workspace-details/index.tsx",
118
101
]
],
"translation": "Unable to create workspace"
@@ -10462,7 +10345,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
167
150
]
],
"translation": "Unable to start checkout"
@@ -11003,18 +10886,6 @@
],
"translation": "updated the title to <0>{0}</0>"
},
"kwkhPe": {
"translation": "Upgrade",
"message": "Upgrade",
"placeholders": {},
"comments": [],
"origin": [
[
"src/views/members/index.tsx",
281
]
]
},
"IelE1h": {
"message": "Upgrade to Pro",
"placeholders": {},
@@ -11042,7 +10913,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
263
244
]
],
"translation": "Upgrade to Pro ($29/month)"
@@ -11182,7 +11053,7 @@
"origin": [
[
"src/views/members/index.tsx",
326
322
]
],
"translation": "User"
@@ -11319,22 +11190,6 @@
],
"translation": "We couldn't update your preferences. Please try again."
},
"7sdSkl": {
"message": "We sent a link to {magicLinkRecipient}",
"placeholders": {
"magicLinkRecipient": [
"magicLinkRecipient"
]
},
"comments": [],
"origin": [
[
"src/pages/partner/activate.tsx",
57
]
],
"translation": "We sent a link to {magicLinkRecipient}"
},
"9y1RcT": {
"message": "We're just getting started. ",
"placeholders": {},
@@ -11578,7 +11433,7 @@
],
[
"src/views/members/index.tsx",
264
258
],
[
"src/views/public/board/index.tsx",
@@ -11623,7 +11478,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
273
254
],
[
"src/views/settings/WorkspaceSettings.tsx",
@@ -11695,11 +11550,11 @@
"origin": [
[
"src/components/NewWorkspaceForm.tsx",
165
164
],
[
"src/views/onboarding/workspace-details/index.tsx",
206
189
],
[
"src/views/settings/WorkspaceSettings.tsx",
@@ -11815,7 +11670,7 @@
"origin": [
[
"src/components/NewWorkspaceForm.tsx",
179
178
]
],
"translation": "workspace-url"
@@ -11879,7 +11734,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
200
183
]
],
"translation": "You can always change these later in settings."
@@ -11967,7 +11822,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
238
233
]
],
"translation": "You have been logged in successfully."
@@ -11979,7 +11834,7 @@
"origin": [
[
"src/components/AuthForm.tsx",
221
216
]
],
"translation": "You have been signed up successfully."
@@ -12063,7 +11918,7 @@
"origin": [
[
"src/components/Dashboard.tsx",
273
238
]
],
"translation": "Your account already has a password. You can change it from your account settings."
@@ -12164,30 +12019,6 @@
],
"translation": "Your GitHub account is connected."
},
"ygpeZ8": {
"message": "Your license has been activated successfully.",
"placeholders": {},
"comments": [],
"origin": [
[
"src/components/Dashboard.tsx",
116
]
],
"translation": "Your license has been activated successfully."
},
"+A6Wuq": {
"message": "Your license is not active. Please check your account.",
"placeholders": {},
"comments": [],
"origin": [
[
"src/components/Dashboard.tsx",
125
]
],
"translation": "Your license is not active. Please check your account."
},
"Ozt2vv": {
"message": "Your password has been changed.",
"placeholders": {},
@@ -12279,7 +12110,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
344
323
]
],
"translation": "Your workspace"
@@ -12291,7 +12122,7 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
347
326
]
],
"translation": "Your workspace description"
@@ -12351,11 +12182,11 @@
"origin": [
[
"src/views/onboarding/workspace-details/index.tsx",
216
198
],
[
"src/views/onboarding/workspace-details/index.tsx",
217
199
]
],
"translation": "your-workspace"

File diff suppressed because one or more lines are too long

View File

@@ -201,20 +201,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 56]],
"translation": "Acciones"
},
"JEt3q7": {
"message": "Activate | kan.bn",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 43]],
"translation": "Activar | kan.bn"
},
"mkehy7": {
"message": "Activate your account",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 53]],
"translation": "Activa tu cuenta"
},
"F6pfE9": {
"message": "Active",
"placeholders": {},
@@ -447,7 +433,7 @@
"message": "Admin",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 207]],
"origin": [["src/views/members/index.tsx", 201]],
"translation": "Administrador"
},
"3pIq39": {
@@ -537,10 +523,7 @@
"message": "Already have an account? <0><1>Sign in</1></0>",
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 88],
["src/views/auth/signup/index.tsx", 90]
],
"origin": [["src/views/auth/signup/index.tsx", 90]],
"translation": "¿Ya tienes una cuenta? <0><1>Inicia sesión</1></0>"
},
"j1+HPc": {
@@ -784,7 +767,7 @@
"message": "Back",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 296]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 276]],
"translation": "Atrás"
},
"KNKCTb": {
@@ -1394,7 +1377,6 @@
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 53],
["src/views/auth/login/index.tsx", 43],
["src/views/auth/signup/index.tsx", 71]
],
@@ -1480,7 +1462,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/Dashboard.tsx", 281],
["src/components/Dashboard.tsx", 246],
["src/views/card/index.tsx", 367],
["src/views/members/components/EditMemberPermissionsModal.tsx", 172],
["src/views/settings/components/NewApiKeyModal.tsx", 136]
@@ -1687,7 +1669,7 @@
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 212],
["src/views/onboarding/workspace-details/index.tsx", 313]
["src/views/onboarding/workspace-details/index.tsx", 292]
],
"translation": "Continuar"
},
@@ -1695,7 +1677,7 @@
"message": "Continue with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Continuar con "
},
"gkzAEM": {
@@ -1704,7 +1686,7 @@
"0": ["key === \"oidc\" ? oidcProviderName : provider.name"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 360]],
"origin": [["src/components/AuthForm.tsx", 355]],
"translation": "Continuar con {0}"
},
"va/3u1": {
@@ -1905,7 +1887,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 227],
["src/components/NewWorkspaceForm.tsx", 226],
["src/components/WorkspaceMenu.tsx", 160]
],
"translation": "Crear espacio de trabajo"
@@ -2011,7 +1993,7 @@
"message": "Custom usernames require upgrading to a Pro plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 239]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 221]],
"translation": "Los nombres de usuario personalizados requieren actualizar a un plan Pro"
},
"j9IZZ0": {
@@ -2422,7 +2404,7 @@
"comments": [],
"origin": [
["src/views/members/components/EditMemberPermissionsModal.tsx", 162],
["src/views/members/index.tsx", 230]
["src/views/members/index.tsx", 224]
],
"translation": "Editar permisos"
},
@@ -2458,7 +2440,7 @@
"message": "email",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "email"
},
"O3oNi5": {
@@ -2507,7 +2489,7 @@
"message": "Engineering",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Ingeniería"
},
"0+ewPp": {
@@ -2557,14 +2539,14 @@
"message": "Enter your email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 407]],
"origin": [["src/components/AuthForm.tsx", 402]],
"translation": "Introduce tu dirección de email"
},
"n9V+ps": {
"message": "Enter your name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 395]],
"origin": [["src/components/AuthForm.tsx", 390]],
"translation": "Introduce tu nombre"
},
"0StR7t": {
@@ -2580,7 +2562,7 @@
"message": "Enter your password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 421]],
"origin": [["src/components/AuthForm.tsx", 416]],
"translation": "Introduce tu contraseña"
},
"GpB8YV": {
@@ -2845,7 +2827,7 @@
"0": ["provider.at(0)?.toUpperCase() + provider.slice(1)"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 296]],
"origin": [["src/components/AuthForm.tsx", 291]],
"translation": "No se pudo iniciar sesión con {0}. Por favor, inténtalo de nuevo."
},
"5ntVtp": {
@@ -2998,7 +2980,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 333],
["src/views/members/index.tsx", 297]
["src/views/members/index.tsx", 293]
],
"translation": "Plan gratuito"
},
@@ -3219,7 +3201,7 @@
"message": "Guest",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 209]],
"origin": [["src/views/members/index.tsx", 203]],
"translation": "Invitado"
},
"CB/NpV": {
@@ -3473,7 +3455,7 @@
"message": "Invite",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 310]],
"origin": [["src/views/members/index.tsx", 306]],
"translation": "Invitar"
},
"KLJ4eD": {
@@ -3636,8 +3618,7 @@
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 276]],
"translation": "Oferta de lanzamiento: obtén miembros ilimitados con Pro",
"obsolete": true
"translation": "Oferta de lanzamiento: obtén miembros ilimitados con Pro"
},
"sDuhfK": {
"message": "Launch offer: unlimited seats for just $29/month with Pro",
@@ -3674,20 +3655,6 @@
"origin": [["src/views/home/components/Footer.tsx", 45]],
"translation": "Licencia"
},
"aDzbuM": {
"message": "License activated",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 115]],
"translation": "Licencia activada"
},
"K3LUJr": {
"message": "License activation failed",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 129]],
"translation": "Error al activar la licencia"
},
"1njn7W": {
"message": "Light",
"placeholders": {},
@@ -3803,7 +3770,7 @@
"message": "magic link",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "enlace mágico"
},
"DbZgsJ": {
@@ -3843,7 +3810,7 @@
"message": "Marketing",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Marketing"
},
"agPptk": {
@@ -3867,7 +3834,7 @@
"origin": [
["src/views/card/components/ActivityList.tsx", 55],
["src/views/card/components/ActivityList.tsx", 88],
["src/views/members/index.tsx", 208]
["src/views/members/index.tsx", 202]
],
"translation": "Miembro"
},
@@ -3880,7 +3847,7 @@
["src/views/board/components/Filters.tsx", 147],
["src/views/board/components/NewCardForm.tsx", 386],
["src/views/card/index.tsx", 143],
["src/views/members/index.tsx", 269],
["src/views/members/index.tsx", 263],
["src/views/pricing/components/FeatureComparisonTable.tsx", 81]
],
"translation": "Miembros"
@@ -3891,7 +3858,7 @@
"0": ["workspace.name ?? t`Workspace`"]
},
"comments": [],
"origin": [["src/views/members/index.tsx", 264]],
"origin": [["src/views/members/index.tsx", 258]],
"translation": "Miembros | {0}"
},
"/bZzdR": {
@@ -4102,7 +4069,7 @@
"message": "New workspace",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 146]],
"origin": [["src/components/NewWorkspaceForm.tsx", 145]],
"translation": "Nuevo espacio de trabajo"
},
"5ACX4z": {
@@ -4139,7 +4106,7 @@
"message": "No authentication methods are currently available",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 374]],
"origin": [["src/components/AuthForm.tsx", 369]],
"translation": "No hay métodos de autenticación disponibles actualmente"
},
"2Bu8xj": {
@@ -4177,13 +4144,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 334]],
"translation": "No hay atajos de teclado registrados."
},
"HOMO91": {
"message": "No license key was provided. Please try activating again.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 126]],
"translation": "No se proporcionó ninguna clave de licencia. Por favor, intente activarla nuevamente."
},
"hXMFoN": {
"message": "No lists",
"placeholders": {},
@@ -4306,7 +4266,7 @@
"message": "or",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 385]],
"origin": [["src/components/AuthForm.tsx", 380]],
"translation": "o"
},
"ZqDqbi": {
@@ -4365,7 +4325,7 @@
"message": "Password already set",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 271]],
"origin": [["src/components/Dashboard.tsx", 236]],
"translation": "Contraseña ya establecida"
},
"IrZaAn": {
@@ -4381,14 +4341,14 @@
"message": "Password is required to login.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 263]],
"origin": [["src/components/AuthForm.tsx", 258]],
"translation": "Se requiere contraseña para iniciar sesión."
},
"tTbref": {
"message": "Password is required to sign up.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 262]],
"origin": [["src/components/AuthForm.tsx", 257]],
"translation": "Se requiere contraseña para registrarse."
},
"vwGkYB": {
@@ -4422,7 +4382,7 @@
"message": "Paused",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Pausado"
},
"UbYdrA": {
@@ -4439,7 +4399,7 @@
"message": "Pending",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Pendiente"
},
"oVBq1w": {
@@ -4554,21 +4514,21 @@
"message": "Please enter a valid email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 411]],
"origin": [["src/components/AuthForm.tsx", 406]],
"translation": "Por favor, introduce una dirección de correo electrónico válida"
},
"CJ3zUq": {
"message": "Please enter a valid name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 399]],
"origin": [["src/components/AuthForm.tsx", 394]],
"translation": "Por favor, introduce un nombre válido"
},
"7b2yuC": {
"message": "Please enter a valid password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 426]],
"origin": [["src/components/AuthForm.tsx", 421]],
"translation": "Por favor, introduce una contraseña válida"
},
"jEw0Mr": {
@@ -4602,7 +4562,7 @@
"origin": [
["src/components/DeleteLabelConfirmation.tsx", 26],
["src/components/FeedbackModal.tsx", 41],
["src/components/NewWorkspaceForm.tsx", 110],
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/board/components/BoardDropdown.tsx", 68],
["src/views/board/components/NewCardForm.tsx", 193],
["src/views/board/components/NewListForm.tsx", 79],
@@ -4639,8 +4599,8 @@
["src/views/members/components/InviteMemberForm.tsx", 104],
["src/views/members/components/InviteMemberForm.tsx", 241],
["src/views/members/index.tsx", 66],
["src/views/onboarding/workspace-details/index.tsx", 119],
["src/views/onboarding/workspace-details/index.tsx", 168],
["src/views/onboarding/workspace-details/index.tsx", 102],
["src/views/onboarding/workspace-details/index.tsx", 151],
["src/views/settings/components/Avatar.tsx", 200],
["src/views/settings/components/DeleteAccountConfirmation.tsx", 40],
["src/views/settings/components/DeleteWorkspaceConfirmation.tsx", 46],
@@ -4742,7 +4702,7 @@
"message": "Pro Plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 294]],
"origin": [["src/views/members/index.tsx", 290]],
"translation": "Plan Pro"
},
"Qtzfdk": {
@@ -4842,7 +4802,7 @@
"message": "Remove member",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 239]],
"origin": [["src/views/members/index.tsx", 233]],
"translation": "Eliminar miembro"
},
"BZkYSt": {
@@ -4991,7 +4951,7 @@
["src/views/home/components/Footer.tsx", 36],
["src/views/home/components/Header.tsx", 13],
["src/views/home/components/Header.tsx", 28],
["src/views/onboarding/workspace-details/index.tsx", 179]
["src/views/onboarding/workspace-details/index.tsx", 162]
],
"translation": "Hoja de ruta"
},
@@ -4999,7 +4959,7 @@
"message": "Role",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 332]],
"origin": [["src/views/members/index.tsx", 328]],
"translation": "Rol"
},
"jQ6I8X": {
@@ -5226,7 +5186,7 @@
"message": "Set up your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 197]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 180]],
"translation": "Configura tu espacio de trabajo"
},
"Tz0i8g": {
@@ -5309,20 +5269,13 @@
"origin": [["src/views/invite/index.tsx", 154]],
"translation": "Iniciar sesión"
},
"4dGN6E": {
"message": "Sign in or create an account to activate your license",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 59]],
"translation": "Inicia sesión o crea una cuenta para activar tu licencia"
},
"fcWrnU": {
"message": "Sign out",
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 284],
["src/views/onboarding/workspace-details/index.tsx", 384]
["src/views/onboarding/workspace-details/index.tsx", 363]
],
"translation": "Cerrar sesión"
},
@@ -5361,7 +5314,7 @@
"message": "Sign up with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Registrarse con "
},
"m2nk0i": {
@@ -5418,20 +5371,6 @@
"origin": [["src/views/onboarding/select-plan/index.tsx", 76]],
"translation": "Individual"
},
"J9+zIR": {
"message": "Something went wrong during activation. Please try again.",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 65]],
"translation": "Algo salió mal durante la activación. Por favor, inténtalo de nuevo."
},
"r+dxEH": {
"message": "Something went wrong during license activation.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 132]],
"translation": "Algo salió mal durante la activación de la licencia."
},
"vnS6Rf": {
"message": "SSO",
"placeholders": {},
@@ -5484,8 +5423,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/AuthForm.tsx", 220],
["src/components/AuthForm.tsx", 237]
["src/components/AuthForm.tsx", 215],
["src/components/AuthForm.tsx", 232]
],
"translation": "Éxito"
},
@@ -5544,7 +5483,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 322],
["src/views/members/index.tsx", 296]
["src/views/members/index.tsx", 292]
],
"translation": "Plan de equipo"
},
@@ -5665,13 +5604,6 @@
"origin": [["src/components/FeedbackModal.tsx", 34]],
"translation": "¡Gracias por tus comentarios!"
},
"ssK7k+": {
"message": "That license key could not be found. Please contact support.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 124]],
"translation": "No se pudo encontrar esa clave de licencia. Por favor, contacte con soporte."
},
"NcFrgC": {
"message": "The board has been archived.",
"placeholders": {},
@@ -5821,14 +5753,14 @@
"message": "This URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 83]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 74]],
"translation": "Esta URL ya está en uso"
},
"gKmoow": {
"message": "This URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 85]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 76]],
"translation": "Esta URL está reservada"
},
"OAYToL": {
@@ -5865,14 +5797,14 @@
"message": "This workspace URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 190]],
"origin": [["src/components/NewWorkspaceForm.tsx", 189]],
"translation": "Esta URL de espacio de trabajo ya está en uso"
},
"bJtM0P": {
"message": "This workspace URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 192]],
"origin": [["src/components/NewWorkspaceForm.tsx", 191]],
"translation": "Esta URL de espacio de trabajo está reservada"
},
"kp6L3T": {
@@ -6066,8 +5998,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/onboarding/workspace-details/index.tsx", 118]
["src/components/NewWorkspaceForm.tsx", 108],
["src/views/onboarding/workspace-details/index.tsx", 101]
],
"translation": "No se pudo crear el espacio de trabajo"
},
@@ -6169,7 +6101,7 @@
"message": "Unable to start checkout",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 167]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 150]],
"translation": "No se pudo iniciar el proceso de pago"
},
"KNK33q": {
@@ -6476,13 +6408,6 @@
"origin": [["src/views/card/components/ActivityList.tsx", 152]],
"translation": "actualizó el título a <0>{0}</0>"
},
"kwkhPe": {
"translation": "Actualizar",
"message": "Upgrade",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 281]]
},
"IelE1h": {
"message": "Upgrade to Pro",
"placeholders": {},
@@ -6498,7 +6423,7 @@
"message": "Upgrade to Pro ($29/month)",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 263]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 244]],
"translation": "Actualizar a Pro ($29/mes)"
},
"b3Thhd": {
@@ -6583,7 +6508,7 @@
"message": "User",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 326]],
"origin": [["src/views/members/index.tsx", 322]],
"translation": "Usuario"
},
"tYN21H": {
@@ -6663,15 +6588,6 @@
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
"translation": "No pudimos actualizar tus preferencias. Por favor, inténtalo de nuevo."
},
"7sdSkl": {
"message": "We sent a link to {magicLinkRecipient}",
"placeholders": {
"magicLinkRecipient": ["magicLinkRecipient"]
},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 57]],
"translation": "Enviamos un enlace a {magicLinkRecipient}"
},
"9y1RcT": {
"message": "We're just getting started. ",
"placeholders": {},
@@ -6816,7 +6732,7 @@
["src/components/SettingsLayout.tsx", 47],
["src/views/board/index.tsx", 530],
["src/views/boards/index.tsx", 48],
["src/views/members/index.tsx", 264],
["src/views/members/index.tsx", 258],
["src/views/public/board/index.tsx", 125],
["src/views/public/boards/index.tsx", 75]
],
@@ -6844,7 +6760,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 273],
["src/views/onboarding/workspace-details/index.tsx", 254],
["src/views/settings/WorkspaceSettings.tsx", 82]
],
"translation": "Descripción del espacio de trabajo"
@@ -6892,8 +6808,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 165],
["src/views/onboarding/workspace-details/index.tsx", 206],
["src/components/NewWorkspaceForm.tsx", 164],
["src/views/onboarding/workspace-details/index.tsx", 189],
["src/views/settings/WorkspaceSettings.tsx", 63]
],
"translation": "Nombre del espacio de trabajo"
@@ -6967,7 +6883,7 @@
"message": "workspace-url",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 179]],
"origin": [["src/components/NewWorkspaceForm.tsx", 178]],
"translation": "workspace-url"
},
"4kJRen": {
@@ -7005,7 +6921,7 @@
"message": "You can always change these later in settings.",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 200]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 183]],
"translation": "Siempre puedes cambiar esto más tarde en la configuración."
},
"aelko+": {
@@ -7049,14 +6965,14 @@
"message": "You have been logged in successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 238]],
"origin": [["src/components/AuthForm.tsx", 233]],
"translation": "Has iniciado sesión correctamente."
},
"mchgzf": {
"message": "You have been signed up successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 221]],
"origin": [["src/components/AuthForm.tsx", 216]],
"translation": "Te has registrado correctamente."
},
"raHesj": {
@@ -7107,7 +7023,7 @@
"message": "Your account already has a password. You can change it from your account settings.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 273]],
"origin": [["src/components/Dashboard.tsx", 238]],
"translation": "Tu cuenta ya tiene una contraseña. Puedes cambiarla desde la configuración de tu cuenta."
},
"GoDLB9": {
@@ -7168,20 +7084,6 @@
"origin": [["src/views/settings/IntegrationsSettings.tsx", 220]],
"translation": "Tu cuenta de GitHub está conectada."
},
"ygpeZ8": {
"message": "Your license has been activated successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 116]],
"translation": "Su licencia ha sido activada exitosamente."
},
"+A6Wuq": {
"message": "Your license is not active. Please check your account.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 125]],
"translation": "Su licencia no está activa. Por favor, revise su cuenta."
},
"Ozt2vv": {
"message": "Your password has been changed.",
"placeholders": {},
@@ -7239,14 +7141,14 @@
"message": "Your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 344]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 323]],
"translation": "Tu espacio de trabajo"
},
"j0o6ml": {
"message": "Your workspace description",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 347]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 326]],
"translation": "Descripción de tu espacio de trabajo"
},
"GnSSGm": {
@@ -7290,8 +7192,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 216],
["src/views/onboarding/workspace-details/index.tsx", 217]
["src/views/onboarding/workspace-details/index.tsx", 198],
["src/views/onboarding/workspace-details/index.tsx", 199]
],
"translation": "tu-espacio-de-trabajo"
},

File diff suppressed because one or more lines are too long

View File

@@ -201,20 +201,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 56]],
"translation": "Actions"
},
"JEt3q7": {
"message": "Activate | kan.bn",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 43]],
"translation": "Activer | kan.bn"
},
"mkehy7": {
"message": "Activate your account",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 53]],
"translation": "Activez votre compte"
},
"F6pfE9": {
"message": "Active",
"placeholders": {},
@@ -447,7 +433,7 @@
"message": "Admin",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 207]],
"origin": [["src/views/members/index.tsx", 201]],
"translation": "Administrateur"
},
"3pIq39": {
@@ -537,10 +523,7 @@
"message": "Already have an account? <0><1>Sign in</1></0>",
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 88],
["src/views/auth/signup/index.tsx", 90]
],
"origin": [["src/views/auth/signup/index.tsx", 90]],
"translation": "Vous avez déjà un compte ? <0><1>Se connecter</1></0>"
},
"j1+HPc": {
@@ -784,7 +767,7 @@
"message": "Back",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 296]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 276]],
"translation": "Retour"
},
"KNKCTb": {
@@ -1394,7 +1377,6 @@
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 53],
["src/views/auth/login/index.tsx", 43],
["src/views/auth/signup/index.tsx", 71]
],
@@ -1480,7 +1462,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/Dashboard.tsx", 281],
["src/components/Dashboard.tsx", 246],
["src/views/card/index.tsx", 367],
["src/views/members/components/EditMemberPermissionsModal.tsx", 172],
["src/views/settings/components/NewApiKeyModal.tsx", 136]
@@ -1687,7 +1669,7 @@
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 212],
["src/views/onboarding/workspace-details/index.tsx", 313]
["src/views/onboarding/workspace-details/index.tsx", 292]
],
"translation": "Continuer"
},
@@ -1695,7 +1677,7 @@
"message": "Continue with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Continuer avec "
},
"gkzAEM": {
@@ -1704,7 +1686,7 @@
"0": ["key === \"oidc\" ? oidcProviderName : provider.name"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 360]],
"origin": [["src/components/AuthForm.tsx", 355]],
"translation": "Continuer avec {0}"
},
"va/3u1": {
@@ -1905,7 +1887,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 227],
["src/components/NewWorkspaceForm.tsx", 226],
["src/components/WorkspaceMenu.tsx", 160]
],
"translation": "Créer un espace de travail"
@@ -2011,7 +1993,7 @@
"message": "Custom usernames require upgrading to a Pro plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 239]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 221]],
"translation": "Les noms d'utilisateur personnalisés nécessitent une mise à niveau vers un forfait Pro"
},
"j9IZZ0": {
@@ -2422,7 +2404,7 @@
"comments": [],
"origin": [
["src/views/members/components/EditMemberPermissionsModal.tsx", 162],
["src/views/members/index.tsx", 230]
["src/views/members/index.tsx", 224]
],
"translation": "Modifier les permissions"
},
@@ -2458,7 +2440,7 @@
"message": "email",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "e-mail"
},
"O3oNi5": {
@@ -2507,7 +2489,7 @@
"message": "Engineering",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Ingénierie"
},
"0+ewPp": {
@@ -2557,14 +2539,14 @@
"message": "Enter your email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 407]],
"origin": [["src/components/AuthForm.tsx", 402]],
"translation": "Saisissez votre adresse e-mail"
},
"n9V+ps": {
"message": "Enter your name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 395]],
"origin": [["src/components/AuthForm.tsx", 390]],
"translation": "Saisissez votre nom"
},
"0StR7t": {
@@ -2580,7 +2562,7 @@
"message": "Enter your password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 421]],
"origin": [["src/components/AuthForm.tsx", 416]],
"translation": "Saisissez votre mot de passe"
},
"GpB8YV": {
@@ -2845,7 +2827,7 @@
"0": ["provider.at(0)?.toUpperCase() + provider.slice(1)"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 296]],
"origin": [["src/components/AuthForm.tsx", 291]],
"translation": "Échec de la connexion avec {0}. Veuillez réessayer."
},
"5ntVtp": {
@@ -2998,7 +2980,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 333],
["src/views/members/index.tsx", 297]
["src/views/members/index.tsx", 293]
],
"translation": "Forfait gratuit"
},
@@ -3219,7 +3201,7 @@
"message": "Guest",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 209]],
"origin": [["src/views/members/index.tsx", 203]],
"translation": "Invité"
},
"CB/NpV": {
@@ -3473,7 +3455,7 @@
"message": "Invite",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 310]],
"origin": [["src/views/members/index.tsx", 306]],
"translation": "Inviter"
},
"KLJ4eD": {
@@ -3636,8 +3618,7 @@
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 276]],
"translation": "Offre de lancement : obtenez un nombre illimité de membres avec Pro",
"obsolete": true
"translation": "Offre de lancement : obtenez un nombre illimité de membres avec Pro"
},
"sDuhfK": {
"message": "Launch offer: unlimited seats for just $29/month with Pro",
@@ -3674,20 +3655,6 @@
"origin": [["src/views/home/components/Footer.tsx", 45]],
"translation": "Licence"
},
"aDzbuM": {
"message": "License activated",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 115]],
"translation": "Licence activée"
},
"K3LUJr": {
"message": "License activation failed",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 129]],
"translation": "Échec de l'activation de la licence"
},
"1njn7W": {
"message": "Light",
"placeholders": {},
@@ -3803,7 +3770,7 @@
"message": "magic link",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "lien magique"
},
"DbZgsJ": {
@@ -3843,7 +3810,7 @@
"message": "Marketing",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Marketing"
},
"agPptk": {
@@ -3867,7 +3834,7 @@
"origin": [
["src/views/card/components/ActivityList.tsx", 55],
["src/views/card/components/ActivityList.tsx", 88],
["src/views/members/index.tsx", 208]
["src/views/members/index.tsx", 202]
],
"translation": "Membre"
},
@@ -3880,7 +3847,7 @@
["src/views/board/components/Filters.tsx", 147],
["src/views/board/components/NewCardForm.tsx", 386],
["src/views/card/index.tsx", 143],
["src/views/members/index.tsx", 269],
["src/views/members/index.tsx", 263],
["src/views/pricing/components/FeatureComparisonTable.tsx", 81]
],
"translation": "Membres"
@@ -3891,7 +3858,7 @@
"0": ["workspace.name ?? t`Workspace`"]
},
"comments": [],
"origin": [["src/views/members/index.tsx", 264]],
"origin": [["src/views/members/index.tsx", 258]],
"translation": "Membres | {0}"
},
"/bZzdR": {
@@ -4102,7 +4069,7 @@
"message": "New workspace",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 146]],
"origin": [["src/components/NewWorkspaceForm.tsx", 145]],
"translation": "Nouveau workspace"
},
"5ACX4z": {
@@ -4139,7 +4106,7 @@
"message": "No authentication methods are currently available",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 374]],
"origin": [["src/components/AuthForm.tsx", 369]],
"translation": "Aucune méthode d'authentification n'est actuellement disponible"
},
"2Bu8xj": {
@@ -4177,13 +4144,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 334]],
"translation": "Aucun raccourci clavier enregistré."
},
"HOMO91": {
"message": "No license key was provided. Please try activating again.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 126]],
"translation": "Aucune clé de licence n'a été fournie. Veuillez réessayer l'activation."
},
"hXMFoN": {
"message": "No lists",
"placeholders": {},
@@ -4306,7 +4266,7 @@
"message": "or",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 385]],
"origin": [["src/components/AuthForm.tsx", 380]],
"translation": "ou"
},
"ZqDqbi": {
@@ -4365,7 +4325,7 @@
"message": "Password already set",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 271]],
"origin": [["src/components/Dashboard.tsx", 236]],
"translation": "Mot de passe déjà défini"
},
"IrZaAn": {
@@ -4381,14 +4341,14 @@
"message": "Password is required to login.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 263]],
"origin": [["src/components/AuthForm.tsx", 258]],
"translation": "Le mot de passe est requis pour se connecter."
},
"tTbref": {
"message": "Password is required to sign up.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 262]],
"origin": [["src/components/AuthForm.tsx", 257]],
"translation": "Le mot de passe est requis pour s'inscrire."
},
"vwGkYB": {
@@ -4422,7 +4382,7 @@
"message": "Paused",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "En pause"
},
"UbYdrA": {
@@ -4439,7 +4399,7 @@
"message": "Pending",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "En attente"
},
"oVBq1w": {
@@ -4554,21 +4514,21 @@
"message": "Please enter a valid email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 411]],
"origin": [["src/components/AuthForm.tsx", 406]],
"translation": "Veuillez saisir une adresse e-mail valide"
},
"CJ3zUq": {
"message": "Please enter a valid name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 399]],
"origin": [["src/components/AuthForm.tsx", 394]],
"translation": "Veuillez saisir un nom valide"
},
"7b2yuC": {
"message": "Please enter a valid password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 426]],
"origin": [["src/components/AuthForm.tsx", 421]],
"translation": "Veuillez saisir un mot de passe valide"
},
"jEw0Mr": {
@@ -4602,7 +4562,7 @@
"origin": [
["src/components/DeleteLabelConfirmation.tsx", 26],
["src/components/FeedbackModal.tsx", 41],
["src/components/NewWorkspaceForm.tsx", 110],
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/board/components/BoardDropdown.tsx", 68],
["src/views/board/components/NewCardForm.tsx", 193],
["src/views/board/components/NewListForm.tsx", 79],
@@ -4639,8 +4599,8 @@
["src/views/members/components/InviteMemberForm.tsx", 104],
["src/views/members/components/InviteMemberForm.tsx", 241],
["src/views/members/index.tsx", 66],
["src/views/onboarding/workspace-details/index.tsx", 119],
["src/views/onboarding/workspace-details/index.tsx", 168],
["src/views/onboarding/workspace-details/index.tsx", 102],
["src/views/onboarding/workspace-details/index.tsx", 151],
["src/views/settings/components/Avatar.tsx", 200],
["src/views/settings/components/DeleteAccountConfirmation.tsx", 40],
["src/views/settings/components/DeleteWorkspaceConfirmation.tsx", 46],
@@ -4742,7 +4702,7 @@
"message": "Pro Plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 294]],
"origin": [["src/views/members/index.tsx", 290]],
"translation": "Forfait Pro"
},
"Qtzfdk": {
@@ -4842,7 +4802,7 @@
"message": "Remove member",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 239]],
"origin": [["src/views/members/index.tsx", 233]],
"translation": "Retirer le membre"
},
"BZkYSt": {
@@ -4991,7 +4951,7 @@
["src/views/home/components/Footer.tsx", 36],
["src/views/home/components/Header.tsx", 13],
["src/views/home/components/Header.tsx", 28],
["src/views/onboarding/workspace-details/index.tsx", 179]
["src/views/onboarding/workspace-details/index.tsx", 162]
],
"translation": "Roadmap"
},
@@ -4999,7 +4959,7 @@
"message": "Role",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 332]],
"origin": [["src/views/members/index.tsx", 328]],
"translation": "Rôle"
},
"jQ6I8X": {
@@ -5226,7 +5186,7 @@
"message": "Set up your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 197]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 180]],
"translation": "Configurer votre espace de travail"
},
"Tz0i8g": {
@@ -5309,20 +5269,13 @@
"origin": [["src/views/invite/index.tsx", 154]],
"translation": "Se connecter"
},
"4dGN6E": {
"message": "Sign in or create an account to activate your license",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 59]],
"translation": "Connectez-vous ou créez un compte pour activer votre licence"
},
"fcWrnU": {
"message": "Sign out",
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 284],
["src/views/onboarding/workspace-details/index.tsx", 384]
["src/views/onboarding/workspace-details/index.tsx", 363]
],
"translation": "Se déconnecter"
},
@@ -5361,7 +5314,7 @@
"message": "Sign up with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "S'inscrire avec "
},
"m2nk0i": {
@@ -5418,20 +5371,6 @@
"origin": [["src/views/onboarding/select-plan/index.tsx", 76]],
"translation": "Solo"
},
"J9+zIR": {
"message": "Something went wrong during activation. Please try again.",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 65]],
"translation": "Une erreur s'est produite lors de l'activation. Veuillez réessayer."
},
"r+dxEH": {
"message": "Something went wrong during license activation.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 132]],
"translation": "Une erreur s'est produite lors de l'activation de la licence."
},
"vnS6Rf": {
"message": "SSO",
"placeholders": {},
@@ -5484,8 +5423,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/AuthForm.tsx", 220],
["src/components/AuthForm.tsx", 237]
["src/components/AuthForm.tsx", 215],
["src/components/AuthForm.tsx", 232]
],
"translation": "Succès"
},
@@ -5544,7 +5483,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 322],
["src/views/members/index.tsx", 296]
["src/views/members/index.tsx", 292]
],
"translation": "Forfait équipe"
},
@@ -5665,13 +5604,6 @@
"origin": [["src/components/FeedbackModal.tsx", 34]],
"translation": "Merci pour votre retour !"
},
"ssK7k+": {
"message": "That license key could not be found. Please contact support.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 124]],
"translation": "Cette clé de licence est introuvable. Veuillez contacter le support."
},
"NcFrgC": {
"message": "The board has been archived.",
"placeholders": {},
@@ -5821,14 +5753,14 @@
"message": "This URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 83]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 74]],
"translation": "Cette URL est déjà prise"
},
"gKmoow": {
"message": "This URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 85]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 76]],
"translation": "Cette URL est réservée"
},
"OAYToL": {
@@ -5865,14 +5797,14 @@
"message": "This workspace URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 190]],
"origin": [["src/components/NewWorkspaceForm.tsx", 189]],
"translation": "Cette URL d'espace de travail est déjà utilisée"
},
"bJtM0P": {
"message": "This workspace URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 192]],
"origin": [["src/components/NewWorkspaceForm.tsx", 191]],
"translation": "Cette URL d'espace de travail est réservée"
},
"kp6L3T": {
@@ -6066,8 +5998,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/onboarding/workspace-details/index.tsx", 118]
["src/components/NewWorkspaceForm.tsx", 108],
["src/views/onboarding/workspace-details/index.tsx", 101]
],
"translation": "Impossible de créer l'espace de travail"
},
@@ -6169,7 +6101,7 @@
"message": "Unable to start checkout",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 167]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 150]],
"translation": "Impossible de démarrer le paiement"
},
"KNK33q": {
@@ -6476,13 +6408,6 @@
"origin": [["src/views/card/components/ActivityList.tsx", 152]],
"translation": "a mis à jour le titre en <0>{0}</0>"
},
"kwkhPe": {
"translation": "Mettre à niveau",
"message": "Upgrade",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 281]]
},
"IelE1h": {
"message": "Upgrade to Pro",
"placeholders": {},
@@ -6498,7 +6423,7 @@
"message": "Upgrade to Pro ($29/month)",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 263]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 244]],
"translation": "Passer à Pro (29 $/mois)"
},
"b3Thhd": {
@@ -6583,7 +6508,7 @@
"message": "User",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 326]],
"origin": [["src/views/members/index.tsx", 322]],
"translation": "Utilisateur"
},
"tYN21H": {
@@ -6663,15 +6588,6 @@
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
"translation": "Nous n'avons pas pu mettre à jour vos préférences. Veuillez réessayer."
},
"7sdSkl": {
"message": "We sent a link to {magicLinkRecipient}",
"placeholders": {
"magicLinkRecipient": ["magicLinkRecipient"]
},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 57]],
"translation": "Nous avons envoyé un lien à {magicLinkRecipient}"
},
"9y1RcT": {
"message": "We're just getting started. ",
"placeholders": {},
@@ -6816,7 +6732,7 @@
["src/components/SettingsLayout.tsx", 47],
["src/views/board/index.tsx", 530],
["src/views/boards/index.tsx", 48],
["src/views/members/index.tsx", 264],
["src/views/members/index.tsx", 258],
["src/views/public/board/index.tsx", 125],
["src/views/public/boards/index.tsx", 75]
],
@@ -6844,7 +6760,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 273],
["src/views/onboarding/workspace-details/index.tsx", 254],
["src/views/settings/WorkspaceSettings.tsx", 82]
],
"translation": "Description de l'espace de travail"
@@ -6892,8 +6808,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 165],
["src/views/onboarding/workspace-details/index.tsx", 206],
["src/components/NewWorkspaceForm.tsx", 164],
["src/views/onboarding/workspace-details/index.tsx", 189],
["src/views/settings/WorkspaceSettings.tsx", 63]
],
"translation": "Nom de l'espace de travail"
@@ -6967,7 +6883,7 @@
"message": "workspace-url",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 179]],
"origin": [["src/components/NewWorkspaceForm.tsx", 178]],
"translation": "workspace-url"
},
"4kJRen": {
@@ -7005,7 +6921,7 @@
"message": "You can always change these later in settings.",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 200]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 183]],
"translation": "Vous pourrez toujours modifier ces paramètres plus tard dans les réglages."
},
"aelko+": {
@@ -7049,14 +6965,14 @@
"message": "You have been logged in successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 238]],
"origin": [["src/components/AuthForm.tsx", 233]],
"translation": "Vous avez été connecté avec succès."
},
"mchgzf": {
"message": "You have been signed up successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 221]],
"origin": [["src/components/AuthForm.tsx", 216]],
"translation": "Vous avez été inscrit avec succès."
},
"raHesj": {
@@ -7107,7 +7023,7 @@
"message": "Your account already has a password. You can change it from your account settings.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 273]],
"origin": [["src/components/Dashboard.tsx", 238]],
"translation": "Votre compte possède déjà un mot de passe. Vous pouvez le modifier depuis les paramètres de votre compte."
},
"GoDLB9": {
@@ -7168,20 +7084,6 @@
"origin": [["src/views/settings/IntegrationsSettings.tsx", 220]],
"translation": "Votre compte GitHub est connecté."
},
"ygpeZ8": {
"message": "Your license has been activated successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 116]],
"translation": "Votre licence a été activée avec succès."
},
"+A6Wuq": {
"message": "Your license is not active. Please check your account.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 125]],
"translation": "Votre licence n'est pas active. Veuillez vérifier votre compte."
},
"Ozt2vv": {
"message": "Your password has been changed.",
"placeholders": {},
@@ -7239,14 +7141,14 @@
"message": "Your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 344]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 323]],
"translation": "Votre espace de travail"
},
"j0o6ml": {
"message": "Your workspace description",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 347]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 326]],
"translation": "La description de votre espace de travail"
},
"GnSSGm": {
@@ -7290,8 +7192,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 216],
["src/views/onboarding/workspace-details/index.tsx", 217]
["src/views/onboarding/workspace-details/index.tsx", 198],
["src/views/onboarding/workspace-details/index.tsx", 199]
],
"translation": "votre-espace-de-travail"
},

File diff suppressed because one or more lines are too long

View File

@@ -201,20 +201,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 56]],
"translation": "Azioni"
},
"JEt3q7": {
"message": "Activate | kan.bn",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 43]],
"translation": "Attiva | kan.bn"
},
"mkehy7": {
"message": "Activate your account",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 53]],
"translation": "Attiva il tuo account"
},
"F6pfE9": {
"message": "Active",
"placeholders": {},
@@ -447,7 +433,7 @@
"message": "Admin",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 207]],
"origin": [["src/views/members/index.tsx", 201]],
"translation": "Admin"
},
"3pIq39": {
@@ -537,10 +523,7 @@
"message": "Already have an account? <0><1>Sign in</1></0>",
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 88],
["src/views/auth/signup/index.tsx", 90]
],
"origin": [["src/views/auth/signup/index.tsx", 90]],
"translation": "Hai già un account? <0><1>Accedi</1></0>"
},
"j1+HPc": {
@@ -784,7 +767,7 @@
"message": "Back",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 296]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 276]],
"translation": "Indietro"
},
"KNKCTb": {
@@ -1394,7 +1377,6 @@
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 53],
["src/views/auth/login/index.tsx", 43],
["src/views/auth/signup/index.tsx", 71]
],
@@ -1480,7 +1462,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/Dashboard.tsx", 281],
["src/components/Dashboard.tsx", 246],
["src/views/card/index.tsx", 367],
["src/views/members/components/EditMemberPermissionsModal.tsx", 172],
["src/views/settings/components/NewApiKeyModal.tsx", 136]
@@ -1687,7 +1669,7 @@
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 212],
["src/views/onboarding/workspace-details/index.tsx", 313]
["src/views/onboarding/workspace-details/index.tsx", 292]
],
"translation": "Continua"
},
@@ -1695,7 +1677,7 @@
"message": "Continue with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Continua con "
},
"gkzAEM": {
@@ -1704,7 +1686,7 @@
"0": ["key === \"oidc\" ? oidcProviderName : provider.name"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 360]],
"origin": [["src/components/AuthForm.tsx", 355]],
"translation": "Continua con {0}"
},
"va/3u1": {
@@ -1905,7 +1887,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 227],
["src/components/NewWorkspaceForm.tsx", 226],
["src/components/WorkspaceMenu.tsx", 160]
],
"translation": "Crea workspace"
@@ -2011,7 +1993,7 @@
"message": "Custom usernames require upgrading to a Pro plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 239]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 221]],
"translation": "I nomi utente personalizzati richiedono l'aggiornamento a un piano Pro"
},
"j9IZZ0": {
@@ -2422,7 +2404,7 @@
"comments": [],
"origin": [
["src/views/members/components/EditMemberPermissionsModal.tsx", 162],
["src/views/members/index.tsx", 230]
["src/views/members/index.tsx", 224]
],
"translation": "Modifica permessi"
},
@@ -2458,7 +2440,7 @@
"message": "email",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "email"
},
"O3oNi5": {
@@ -2507,7 +2489,7 @@
"message": "Engineering",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Ingegneria"
},
"0+ewPp": {
@@ -2557,14 +2539,14 @@
"message": "Enter your email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 407]],
"origin": [["src/components/AuthForm.tsx", 402]],
"translation": "Inserisci il tuo indirizzo email"
},
"n9V+ps": {
"message": "Enter your name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 395]],
"origin": [["src/components/AuthForm.tsx", 390]],
"translation": "Inserisci il tuo nome"
},
"0StR7t": {
@@ -2580,7 +2562,7 @@
"message": "Enter your password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 421]],
"origin": [["src/components/AuthForm.tsx", 416]],
"translation": "Inserisci la tua password"
},
"GpB8YV": {
@@ -2845,7 +2827,7 @@
"0": ["provider.at(0)?.toUpperCase() + provider.slice(1)"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 296]],
"origin": [["src/components/AuthForm.tsx", 291]],
"translation": "Impossibile effettuare il login con {0}. Riprova."
},
"5ntVtp": {
@@ -2998,7 +2980,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 333],
["src/views/members/index.tsx", 297]
["src/views/members/index.tsx", 293]
],
"translation": "Piano gratuito"
},
@@ -3219,7 +3201,7 @@
"message": "Guest",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 209]],
"origin": [["src/views/members/index.tsx", 203]],
"translation": "Ospite"
},
"CB/NpV": {
@@ -3473,7 +3455,7 @@
"message": "Invite",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 310]],
"origin": [["src/views/members/index.tsx", 306]],
"translation": "Invita"
},
"KLJ4eD": {
@@ -3636,8 +3618,7 @@
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 276]],
"translation": "Offerta di lancio: membri illimitati con Pro",
"obsolete": true
"translation": "Offerta di lancio: membri illimitati con Pro"
},
"sDuhfK": {
"message": "Launch offer: unlimited seats for just $29/month with Pro",
@@ -3674,20 +3655,6 @@
"origin": [["src/views/home/components/Footer.tsx", 45]],
"translation": "Licenza"
},
"aDzbuM": {
"message": "License activated",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 115]],
"translation": "Licenza attivata"
},
"K3LUJr": {
"message": "License activation failed",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 129]],
"translation": "Attivazione della licenza non riuscita"
},
"1njn7W": {
"message": "Light",
"placeholders": {},
@@ -3803,7 +3770,7 @@
"message": "magic link",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "magic link"
},
"DbZgsJ": {
@@ -3843,7 +3810,7 @@
"message": "Marketing",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Marketing"
},
"agPptk": {
@@ -3867,7 +3834,7 @@
"origin": [
["src/views/card/components/ActivityList.tsx", 55],
["src/views/card/components/ActivityList.tsx", 88],
["src/views/members/index.tsx", 208]
["src/views/members/index.tsx", 202]
],
"translation": "Membro"
},
@@ -3880,7 +3847,7 @@
["src/views/board/components/Filters.tsx", 147],
["src/views/board/components/NewCardForm.tsx", 386],
["src/views/card/index.tsx", 143],
["src/views/members/index.tsx", 269],
["src/views/members/index.tsx", 263],
["src/views/pricing/components/FeatureComparisonTable.tsx", 81]
],
"translation": "Membri"
@@ -3891,7 +3858,7 @@
"0": ["workspace.name ?? t`Workspace`"]
},
"comments": [],
"origin": [["src/views/members/index.tsx", 264]],
"origin": [["src/views/members/index.tsx", 258]],
"translation": "Membri | {0}"
},
"/bZzdR": {
@@ -4102,7 +4069,7 @@
"message": "New workspace",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 146]],
"origin": [["src/components/NewWorkspaceForm.tsx", 145]],
"translation": "Nuovo workspace"
},
"5ACX4z": {
@@ -4139,7 +4106,7 @@
"message": "No authentication methods are currently available",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 374]],
"origin": [["src/components/AuthForm.tsx", 369]],
"translation": "Nessun metodo di autenticazione attualmente disponibile"
},
"2Bu8xj": {
@@ -4177,13 +4144,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 334]],
"translation": "Nessuna scorciatoia da tastiera registrata."
},
"HOMO91": {
"message": "No license key was provided. Please try activating again.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 126]],
"translation": "Nessuna chiave di licenza fornita. Riprova ad attivare."
},
"hXMFoN": {
"message": "No lists",
"placeholders": {},
@@ -4306,7 +4266,7 @@
"message": "or",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 385]],
"origin": [["src/components/AuthForm.tsx", 380]],
"translation": "o"
},
"ZqDqbi": {
@@ -4365,7 +4325,7 @@
"message": "Password already set",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 271]],
"origin": [["src/components/Dashboard.tsx", 236]],
"translation": "Password già impostata"
},
"IrZaAn": {
@@ -4381,14 +4341,14 @@
"message": "Password is required to login.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 263]],
"origin": [["src/components/AuthForm.tsx", 258]],
"translation": "La password è richiesta per accedere."
},
"tTbref": {
"message": "Password is required to sign up.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 262]],
"origin": [["src/components/AuthForm.tsx", 257]],
"translation": "La password è richiesta per registrarsi."
},
"vwGkYB": {
@@ -4422,7 +4382,7 @@
"message": "Paused",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "In pausa"
},
"UbYdrA": {
@@ -4439,7 +4399,7 @@
"message": "Pending",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "In attesa"
},
"oVBq1w": {
@@ -4554,21 +4514,21 @@
"message": "Please enter a valid email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 411]],
"origin": [["src/components/AuthForm.tsx", 406]],
"translation": "Inserisci un indirizzo email valido"
},
"CJ3zUq": {
"message": "Please enter a valid name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 399]],
"origin": [["src/components/AuthForm.tsx", 394]],
"translation": "Inserisci un nome valido"
},
"7b2yuC": {
"message": "Please enter a valid password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 426]],
"origin": [["src/components/AuthForm.tsx", 421]],
"translation": "Inserisci una password valida"
},
"jEw0Mr": {
@@ -4602,7 +4562,7 @@
"origin": [
["src/components/DeleteLabelConfirmation.tsx", 26],
["src/components/FeedbackModal.tsx", 41],
["src/components/NewWorkspaceForm.tsx", 110],
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/board/components/BoardDropdown.tsx", 68],
["src/views/board/components/NewCardForm.tsx", 193],
["src/views/board/components/NewListForm.tsx", 79],
@@ -4639,8 +4599,8 @@
["src/views/members/components/InviteMemberForm.tsx", 104],
["src/views/members/components/InviteMemberForm.tsx", 241],
["src/views/members/index.tsx", 66],
["src/views/onboarding/workspace-details/index.tsx", 119],
["src/views/onboarding/workspace-details/index.tsx", 168],
["src/views/onboarding/workspace-details/index.tsx", 102],
["src/views/onboarding/workspace-details/index.tsx", 151],
["src/views/settings/components/Avatar.tsx", 200],
["src/views/settings/components/DeleteAccountConfirmation.tsx", 40],
["src/views/settings/components/DeleteWorkspaceConfirmation.tsx", 46],
@@ -4742,7 +4702,7 @@
"message": "Pro Plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 294]],
"origin": [["src/views/members/index.tsx", 290]],
"translation": "Piano Pro"
},
"Qtzfdk": {
@@ -4842,7 +4802,7 @@
"message": "Remove member",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 239]],
"origin": [["src/views/members/index.tsx", 233]],
"translation": "Rimuovi membro"
},
"BZkYSt": {
@@ -4991,7 +4951,7 @@
["src/views/home/components/Footer.tsx", 36],
["src/views/home/components/Header.tsx", 13],
["src/views/home/components/Header.tsx", 28],
["src/views/onboarding/workspace-details/index.tsx", 179]
["src/views/onboarding/workspace-details/index.tsx", 162]
],
"translation": "Roadmap"
},
@@ -4999,7 +4959,7 @@
"message": "Role",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 332]],
"origin": [["src/views/members/index.tsx", 328]],
"translation": "Ruolo"
},
"jQ6I8X": {
@@ -5226,7 +5186,7 @@
"message": "Set up your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 197]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 180]],
"translation": "Configura il tuo workspace"
},
"Tz0i8g": {
@@ -5309,20 +5269,13 @@
"origin": [["src/views/invite/index.tsx", 154]],
"translation": "Accedi"
},
"4dGN6E": {
"message": "Sign in or create an account to activate your license",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 59]],
"translation": "Accedi o crea un account per attivare la tua licenza"
},
"fcWrnU": {
"message": "Sign out",
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 284],
["src/views/onboarding/workspace-details/index.tsx", 384]
["src/views/onboarding/workspace-details/index.tsx", 363]
],
"translation": "Esci"
},
@@ -5361,7 +5314,7 @@
"message": "Sign up with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Registrati con "
},
"m2nk0i": {
@@ -5418,20 +5371,6 @@
"origin": [["src/views/onboarding/select-plan/index.tsx", 76]],
"translation": "Solo"
},
"J9+zIR": {
"message": "Something went wrong during activation. Please try again.",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 65]],
"translation": "Si è verificato un errore durante l'attivazione. Riprova."
},
"r+dxEH": {
"message": "Something went wrong during license activation.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 132]],
"translation": "Si è verificato un errore durante l'attivazione della licenza."
},
"vnS6Rf": {
"message": "SSO",
"placeholders": {},
@@ -5484,8 +5423,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/AuthForm.tsx", 220],
["src/components/AuthForm.tsx", 237]
["src/components/AuthForm.tsx", 215],
["src/components/AuthForm.tsx", 232]
],
"translation": "Successo"
},
@@ -5544,7 +5483,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 322],
["src/views/members/index.tsx", 296]
["src/views/members/index.tsx", 292]
],
"translation": "Piano team"
},
@@ -5665,13 +5604,6 @@
"origin": [["src/components/FeedbackModal.tsx", 34]],
"translation": "Grazie per il tuo feedback!"
},
"ssK7k+": {
"message": "That license key could not be found. Please contact support.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 124]],
"translation": "Impossibile trovare quella chiave di licenza. Contatta l'assistenza."
},
"NcFrgC": {
"message": "The board has been archived.",
"placeholders": {},
@@ -5821,14 +5753,14 @@
"message": "This URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 83]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 74]],
"translation": "Questo URL è già in uso"
},
"gKmoow": {
"message": "This URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 85]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 76]],
"translation": "Questo URL è riservato"
},
"OAYToL": {
@@ -5865,14 +5797,14 @@
"message": "This workspace URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 190]],
"origin": [["src/components/NewWorkspaceForm.tsx", 189]],
"translation": "Questo URL del workspace è già stato utilizzato"
},
"bJtM0P": {
"message": "This workspace URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 192]],
"origin": [["src/components/NewWorkspaceForm.tsx", 191]],
"translation": "Questo URL dello workspace è riservato"
},
"kp6L3T": {
@@ -6066,8 +5998,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/onboarding/workspace-details/index.tsx", 118]
["src/components/NewWorkspaceForm.tsx", 108],
["src/views/onboarding/workspace-details/index.tsx", 101]
],
"translation": "Impossibile creare lo workspace"
},
@@ -6169,7 +6101,7 @@
"message": "Unable to start checkout",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 167]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 150]],
"translation": "Impossibile avviare il checkout"
},
"KNK33q": {
@@ -6476,13 +6408,6 @@
"origin": [["src/views/card/components/ActivityList.tsx", 152]],
"translation": "ha aggiornato il titolo in <0>{0}</0>"
},
"kwkhPe": {
"translation": "Aggiorna",
"message": "Upgrade",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 281]]
},
"IelE1h": {
"message": "Upgrade to Pro",
"placeholders": {},
@@ -6498,7 +6423,7 @@
"message": "Upgrade to Pro ($29/month)",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 263]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 244]],
"translation": "Passa a Pro ($29/mese)"
},
"b3Thhd": {
@@ -6583,7 +6508,7 @@
"message": "User",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 326]],
"origin": [["src/views/members/index.tsx", 322]],
"translation": "Utente"
},
"tYN21H": {
@@ -6663,15 +6588,6 @@
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
"translation": "Non è stato possibile aggiornare le tue preferenze. Riprova."
},
"7sdSkl": {
"message": "We sent a link to {magicLinkRecipient}",
"placeholders": {
"magicLinkRecipient": ["magicLinkRecipient"]
},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 57]],
"translation": "Abbiamo inviato un link a {magicLinkRecipient}"
},
"9y1RcT": {
"message": "We're just getting started. ",
"placeholders": {},
@@ -6816,7 +6732,7 @@
["src/components/SettingsLayout.tsx", 47],
["src/views/board/index.tsx", 530],
["src/views/boards/index.tsx", 48],
["src/views/members/index.tsx", 264],
["src/views/members/index.tsx", 258],
["src/views/public/board/index.tsx", 125],
["src/views/public/boards/index.tsx", 75]
],
@@ -6844,7 +6760,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 273],
["src/views/onboarding/workspace-details/index.tsx", 254],
["src/views/settings/WorkspaceSettings.tsx", 82]
],
"translation": "Descrizione workspace"
@@ -6892,8 +6808,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 165],
["src/views/onboarding/workspace-details/index.tsx", 206],
["src/components/NewWorkspaceForm.tsx", 164],
["src/views/onboarding/workspace-details/index.tsx", 189],
["src/views/settings/WorkspaceSettings.tsx", 63]
],
"translation": "Nome workspace"
@@ -6967,7 +6883,7 @@
"message": "workspace-url",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 179]],
"origin": [["src/components/NewWorkspaceForm.tsx", 178]],
"translation": "workspace-url"
},
"4kJRen": {
@@ -7005,7 +6921,7 @@
"message": "You can always change these later in settings.",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 200]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 183]],
"translation": "Potrai sempre modificarli in seguito nelle impostazioni."
},
"aelko+": {
@@ -7049,14 +6965,14 @@
"message": "You have been logged in successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 238]],
"origin": [["src/components/AuthForm.tsx", 233]],
"translation": "Hai effettuato l'accesso con successo."
},
"mchgzf": {
"message": "You have been signed up successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 221]],
"origin": [["src/components/AuthForm.tsx", 216]],
"translation": "Ti sei registrato con successo."
},
"raHesj": {
@@ -7107,7 +7023,7 @@
"message": "Your account already has a password. You can change it from your account settings.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 273]],
"origin": [["src/components/Dashboard.tsx", 238]],
"translation": "Il tuo account ha già una password. Puoi modificarla dalle impostazioni del tuo account."
},
"GoDLB9": {
@@ -7168,20 +7084,6 @@
"origin": [["src/views/settings/IntegrationsSettings.tsx", 220]],
"translation": "Il tuo account GitHub è connesso."
},
"ygpeZ8": {
"message": "Your license has been activated successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 116]],
"translation": "La tua licenza è stata attivata con successo."
},
"+A6Wuq": {
"message": "Your license is not active. Please check your account.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 125]],
"translation": "La tua licenza non è attiva. Controlla il tuo account."
},
"Ozt2vv": {
"message": "Your password has been changed.",
"placeholders": {},
@@ -7239,14 +7141,14 @@
"message": "Your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 344]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 323]],
"translation": "Il tuo workspace"
},
"j0o6ml": {
"message": "Your workspace description",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 347]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 326]],
"translation": "La descrizione del tuo workspace"
},
"GnSSGm": {
@@ -7290,8 +7192,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 216],
["src/views/onboarding/workspace-details/index.tsx", 217]
["src/views/onboarding/workspace-details/index.tsx", 198],
["src/views/onboarding/workspace-details/index.tsx", 199]
],
"translation": "il-tuo-workspace"
},

File diff suppressed because one or more lines are too long

View File

@@ -201,20 +201,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 56]],
"translation": "Acties"
},
"JEt3q7": {
"message": "Activate | kan.bn",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 43]],
"translation": "Activeren | kan.bn"
},
"mkehy7": {
"message": "Activate your account",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 53]],
"translation": "Activeer je account"
},
"F6pfE9": {
"message": "Active",
"placeholders": {},
@@ -447,7 +433,7 @@
"message": "Admin",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 207]],
"origin": [["src/views/members/index.tsx", 201]],
"translation": "Beheerder"
},
"3pIq39": {
@@ -537,10 +523,7 @@
"message": "Already have an account? <0><1>Sign in</1></0>",
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 88],
["src/views/auth/signup/index.tsx", 90]
],
"origin": [["src/views/auth/signup/index.tsx", 90]],
"translation": "Heb je al een account? <0><1>Inloggen</1></0>"
},
"j1+HPc": {
@@ -784,7 +767,7 @@
"message": "Back",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 296]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 276]],
"translation": "Terug"
},
"KNKCTb": {
@@ -1394,7 +1377,6 @@
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 53],
["src/views/auth/login/index.tsx", 43],
["src/views/auth/signup/index.tsx", 71]
],
@@ -1480,7 +1462,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/Dashboard.tsx", 281],
["src/components/Dashboard.tsx", 246],
["src/views/card/index.tsx", 367],
["src/views/members/components/EditMemberPermissionsModal.tsx", 172],
["src/views/settings/components/NewApiKeyModal.tsx", 136]
@@ -1687,7 +1669,7 @@
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 212],
["src/views/onboarding/workspace-details/index.tsx", 313]
["src/views/onboarding/workspace-details/index.tsx", 292]
],
"translation": "Doorgaan"
},
@@ -1695,7 +1677,7 @@
"message": "Continue with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Ga verder met "
},
"gkzAEM": {
@@ -1704,7 +1686,7 @@
"0": ["key === \"oidc\" ? oidcProviderName : provider.name"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 360]],
"origin": [["src/components/AuthForm.tsx", 355]],
"translation": "Ga verder met {0}"
},
"va/3u1": {
@@ -1905,7 +1887,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 227],
["src/components/NewWorkspaceForm.tsx", 226],
["src/components/WorkspaceMenu.tsx", 160]
],
"translation": "Maak werkruimte"
@@ -2011,7 +1993,7 @@
"message": "Custom usernames require upgrading to a Pro plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 239]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 221]],
"translation": "Aangepaste gebruikersnamen vereisen een upgrade naar een Pro-abonnement"
},
"j9IZZ0": {
@@ -2422,7 +2404,7 @@
"comments": [],
"origin": [
["src/views/members/components/EditMemberPermissionsModal.tsx", 162],
["src/views/members/index.tsx", 230]
["src/views/members/index.tsx", 224]
],
"translation": "Rechten bewerken"
},
@@ -2458,7 +2440,7 @@
"message": "email",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "e-mail"
},
"O3oNi5": {
@@ -2507,7 +2489,7 @@
"message": "Engineering",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Engineering"
},
"0+ewPp": {
@@ -2557,14 +2539,14 @@
"message": "Enter your email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 407]],
"origin": [["src/components/AuthForm.tsx", 402]],
"translation": "Voer je e-mailadres in"
},
"n9V+ps": {
"message": "Enter your name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 395]],
"origin": [["src/components/AuthForm.tsx", 390]],
"translation": "Voer je naam in"
},
"0StR7t": {
@@ -2580,7 +2562,7 @@
"message": "Enter your password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 421]],
"origin": [["src/components/AuthForm.tsx", 416]],
"translation": "Voer je wachtwoord in"
},
"GpB8YV": {
@@ -2845,7 +2827,7 @@
"0": ["provider.at(0)?.toUpperCase() + provider.slice(1)"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 296]],
"origin": [["src/components/AuthForm.tsx", 291]],
"translation": "Inloggen met {0} mislukt. Probeer het opnieuw."
},
"5ntVtp": {
@@ -2998,7 +2980,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 333],
["src/views/members/index.tsx", 297]
["src/views/members/index.tsx", 293]
],
"translation": "Gratis abonnement"
},
@@ -3219,7 +3201,7 @@
"message": "Guest",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 209]],
"origin": [["src/views/members/index.tsx", 203]],
"translation": "Gast"
},
"CB/NpV": {
@@ -3473,7 +3455,7 @@
"message": "Invite",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 310]],
"origin": [["src/views/members/index.tsx", 306]],
"translation": "Uitnodigen"
},
"KLJ4eD": {
@@ -3636,8 +3618,7 @@
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 276]],
"translation": "Lanceringaanbieding: onbeperkt leden met Pro",
"obsolete": true
"translation": "Lanceringaanbieding: onbeperkt leden met Pro"
},
"sDuhfK": {
"message": "Launch offer: unlimited seats for just $29/month with Pro",
@@ -3674,20 +3655,6 @@
"origin": [["src/views/home/components/Footer.tsx", 45]],
"translation": "Licentie"
},
"aDzbuM": {
"message": "License activated",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 115]],
"translation": "Licentie geactiveerd"
},
"K3LUJr": {
"message": "License activation failed",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 129]],
"translation": "Licentieactivering mislukt"
},
"1njn7W": {
"message": "Light",
"placeholders": {},
@@ -3803,7 +3770,7 @@
"message": "magic link",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "magische link"
},
"DbZgsJ": {
@@ -3843,7 +3810,7 @@
"message": "Marketing",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Marketing"
},
"agPptk": {
@@ -3867,7 +3834,7 @@
"origin": [
["src/views/card/components/ActivityList.tsx", 55],
["src/views/card/components/ActivityList.tsx", 88],
["src/views/members/index.tsx", 208]
["src/views/members/index.tsx", 202]
],
"translation": "Lid"
},
@@ -3880,7 +3847,7 @@
["src/views/board/components/Filters.tsx", 147],
["src/views/board/components/NewCardForm.tsx", 386],
["src/views/card/index.tsx", 143],
["src/views/members/index.tsx", 269],
["src/views/members/index.tsx", 263],
["src/views/pricing/components/FeatureComparisonTable.tsx", 81]
],
"translation": "Leden"
@@ -3891,7 +3858,7 @@
"0": ["workspace.name ?? t`Workspace`"]
},
"comments": [],
"origin": [["src/views/members/index.tsx", 264]],
"origin": [["src/views/members/index.tsx", 258]],
"translation": "Leden | {0}"
},
"/bZzdR": {
@@ -4102,7 +4069,7 @@
"message": "New workspace",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 146]],
"origin": [["src/components/NewWorkspaceForm.tsx", 145]],
"translation": "Nieuwe werkruimte"
},
"5ACX4z": {
@@ -4139,7 +4106,7 @@
"message": "No authentication methods are currently available",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 374]],
"origin": [["src/components/AuthForm.tsx", 369]],
"translation": "Er zijn momenteel geen authenticatiemethoden beschikbaar"
},
"2Bu8xj": {
@@ -4177,13 +4144,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 334]],
"translation": "Geen sneltoetsen geregistreerd."
},
"HOMO91": {
"message": "No license key was provided. Please try activating again.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 126]],
"translation": "Er is geen licentiecode opgegeven. Probeer het opnieuw te activeren."
},
"hXMFoN": {
"message": "No lists",
"placeholders": {},
@@ -4306,7 +4266,7 @@
"message": "or",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 385]],
"origin": [["src/components/AuthForm.tsx", 380]],
"translation": "of"
},
"ZqDqbi": {
@@ -4365,7 +4325,7 @@
"message": "Password already set",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 271]],
"origin": [["src/components/Dashboard.tsx", 236]],
"translation": "Wachtwoord is al ingesteld"
},
"IrZaAn": {
@@ -4381,14 +4341,14 @@
"message": "Password is required to login.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 263]],
"origin": [["src/components/AuthForm.tsx", 258]],
"translation": "Wachtwoord is vereist om in te loggen."
},
"tTbref": {
"message": "Password is required to sign up.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 262]],
"origin": [["src/components/AuthForm.tsx", 257]],
"translation": "Wachtwoord is vereist om je aan te melden."
},
"vwGkYB": {
@@ -4422,7 +4382,7 @@
"message": "Paused",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Gepauzeerd"
},
"UbYdrA": {
@@ -4439,7 +4399,7 @@
"message": "Pending",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "In behandeling"
},
"oVBq1w": {
@@ -4554,21 +4514,21 @@
"message": "Please enter a valid email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 411]],
"origin": [["src/components/AuthForm.tsx", 406]],
"translation": "Voer een geldig e-mailadres in"
},
"CJ3zUq": {
"message": "Please enter a valid name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 399]],
"origin": [["src/components/AuthForm.tsx", 394]],
"translation": "Voer een geldige naam in"
},
"7b2yuC": {
"message": "Please enter a valid password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 426]],
"origin": [["src/components/AuthForm.tsx", 421]],
"translation": "Voer een geldig wachtwoord in"
},
"jEw0Mr": {
@@ -4602,7 +4562,7 @@
"origin": [
["src/components/DeleteLabelConfirmation.tsx", 26],
["src/components/FeedbackModal.tsx", 41],
["src/components/NewWorkspaceForm.tsx", 110],
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/board/components/BoardDropdown.tsx", 68],
["src/views/board/components/NewCardForm.tsx", 193],
["src/views/board/components/NewListForm.tsx", 79],
@@ -4639,8 +4599,8 @@
["src/views/members/components/InviteMemberForm.tsx", 104],
["src/views/members/components/InviteMemberForm.tsx", 241],
["src/views/members/index.tsx", 66],
["src/views/onboarding/workspace-details/index.tsx", 119],
["src/views/onboarding/workspace-details/index.tsx", 168],
["src/views/onboarding/workspace-details/index.tsx", 102],
["src/views/onboarding/workspace-details/index.tsx", 151],
["src/views/settings/components/Avatar.tsx", 200],
["src/views/settings/components/DeleteAccountConfirmation.tsx", 40],
["src/views/settings/components/DeleteWorkspaceConfirmation.tsx", 46],
@@ -4742,7 +4702,7 @@
"message": "Pro Plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 294]],
"origin": [["src/views/members/index.tsx", 290]],
"translation": "Pro-abonnement"
},
"Qtzfdk": {
@@ -4842,7 +4802,7 @@
"message": "Remove member",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 239]],
"origin": [["src/views/members/index.tsx", 233]],
"translation": "Lid verwijderen"
},
"BZkYSt": {
@@ -4991,7 +4951,7 @@
["src/views/home/components/Footer.tsx", 36],
["src/views/home/components/Header.tsx", 13],
["src/views/home/components/Header.tsx", 28],
["src/views/onboarding/workspace-details/index.tsx", 179]
["src/views/onboarding/workspace-details/index.tsx", 162]
],
"translation": "Roadmap"
},
@@ -4999,7 +4959,7 @@
"message": "Role",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 332]],
"origin": [["src/views/members/index.tsx", 328]],
"translation": "Rol"
},
"jQ6I8X": {
@@ -5226,7 +5186,7 @@
"message": "Set up your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 197]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 180]],
"translation": "Stel je werkruimte in"
},
"Tz0i8g": {
@@ -5309,20 +5269,13 @@
"origin": [["src/views/invite/index.tsx", 154]],
"translation": "Inloggen"
},
"4dGN6E": {
"message": "Sign in or create an account to activate your license",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 59]],
"translation": "Meld je aan of maak een account aan om je licentie te activeren"
},
"fcWrnU": {
"message": "Sign out",
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 284],
["src/views/onboarding/workspace-details/index.tsx", 384]
["src/views/onboarding/workspace-details/index.tsx", 363]
],
"translation": "Uitloggen"
},
@@ -5361,7 +5314,7 @@
"message": "Sign up with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Registreren met "
},
"m2nk0i": {
@@ -5418,20 +5371,6 @@
"origin": [["src/views/onboarding/select-plan/index.tsx", 76]],
"translation": "Solo"
},
"J9+zIR": {
"message": "Something went wrong during activation. Please try again.",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 65]],
"translation": "Er ging iets mis tijdens de activering. Probeer het opnieuw."
},
"r+dxEH": {
"message": "Something went wrong during license activation.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 132]],
"translation": "Er is iets misgegaan tijdens de licentieactivering."
},
"vnS6Rf": {
"message": "SSO",
"placeholders": {},
@@ -5484,8 +5423,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/AuthForm.tsx", 220],
["src/components/AuthForm.tsx", 237]
["src/components/AuthForm.tsx", 215],
["src/components/AuthForm.tsx", 232]
],
"translation": "Succes"
},
@@ -5544,7 +5483,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 322],
["src/views/members/index.tsx", 296]
["src/views/members/index.tsx", 292]
],
"translation": "Teamabonnement"
},
@@ -5665,13 +5604,6 @@
"origin": [["src/components/FeedbackModal.tsx", 34]],
"translation": "Bedankt voor je feedback!"
},
"ssK7k+": {
"message": "That license key could not be found. Please contact support.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 124]],
"translation": "Die licentiecode kon niet worden gevonden. Neem contact op met de ondersteuning."
},
"NcFrgC": {
"message": "The board has been archived.",
"placeholders": {},
@@ -5821,14 +5753,14 @@
"message": "This URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 83]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 74]],
"translation": "Deze URL is al in gebruik"
},
"gKmoow": {
"message": "This URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 85]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 76]],
"translation": "Deze URL is gereserveerd"
},
"OAYToL": {
@@ -5865,14 +5797,14 @@
"message": "This workspace URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 190]],
"origin": [["src/components/NewWorkspaceForm.tsx", 189]],
"translation": "Deze workspace-URL is al in gebruik"
},
"bJtM0P": {
"message": "This workspace URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 192]],
"origin": [["src/components/NewWorkspaceForm.tsx", 191]],
"translation": "Deze workspace-URL is gereserveerd"
},
"kp6L3T": {
@@ -6066,8 +5998,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/onboarding/workspace-details/index.tsx", 118]
["src/components/NewWorkspaceForm.tsx", 108],
["src/views/onboarding/workspace-details/index.tsx", 101]
],
"translation": "Kan workspace niet aanmaken"
},
@@ -6169,7 +6101,7 @@
"message": "Unable to start checkout",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 167]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 150]],
"translation": "Kan afrekenen niet starten"
},
"KNK33q": {
@@ -6476,13 +6408,6 @@
"origin": [["src/views/card/components/ActivityList.tsx", 152]],
"translation": "heeft de titel bijgewerkt naar <0>{0}</0>"
},
"kwkhPe": {
"translation": "Upgraden",
"message": "Upgrade",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 281]]
},
"IelE1h": {
"message": "Upgrade to Pro",
"placeholders": {},
@@ -6498,7 +6423,7 @@
"message": "Upgrade to Pro ($29/month)",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 263]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 244]],
"translation": "Upgrade naar Pro ($29/maand)"
},
"b3Thhd": {
@@ -6583,7 +6508,7 @@
"message": "User",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 326]],
"origin": [["src/views/members/index.tsx", 322]],
"translation": "Gebruiker"
},
"tYN21H": {
@@ -6663,15 +6588,6 @@
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
"translation": "We konden je voorkeuren niet bijwerken. Probeer het opnieuw."
},
"7sdSkl": {
"message": "We sent a link to {magicLinkRecipient}",
"placeholders": {
"magicLinkRecipient": ["magicLinkRecipient"]
},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 57]],
"translation": "We hebben een link gestuurd naar {magicLinkRecipient}"
},
"9y1RcT": {
"message": "We're just getting started. ",
"placeholders": {},
@@ -6816,7 +6732,7 @@
["src/components/SettingsLayout.tsx", 47],
["src/views/board/index.tsx", 530],
["src/views/boards/index.tsx", 48],
["src/views/members/index.tsx", 264],
["src/views/members/index.tsx", 258],
["src/views/public/board/index.tsx", 125],
["src/views/public/boards/index.tsx", 75]
],
@@ -6844,7 +6760,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 273],
["src/views/onboarding/workspace-details/index.tsx", 254],
["src/views/settings/WorkspaceSettings.tsx", 82]
],
"translation": "Workspace-beschrijving"
@@ -6892,8 +6808,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 165],
["src/views/onboarding/workspace-details/index.tsx", 206],
["src/components/NewWorkspaceForm.tsx", 164],
["src/views/onboarding/workspace-details/index.tsx", 189],
["src/views/settings/WorkspaceSettings.tsx", 63]
],
"translation": "Workspace-naam"
@@ -6967,7 +6883,7 @@
"message": "workspace-url",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 179]],
"origin": [["src/components/NewWorkspaceForm.tsx", 178]],
"translation": "werkruimte-url"
},
"4kJRen": {
@@ -7005,7 +6921,7 @@
"message": "You can always change these later in settings.",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 200]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 183]],
"translation": "Je kunt dit later altijd wijzigen in de instellingen."
},
"aelko+": {
@@ -7049,14 +6965,14 @@
"message": "You have been logged in successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 238]],
"origin": [["src/components/AuthForm.tsx", 233]],
"translation": "Je bent succesvol ingelogd."
},
"mchgzf": {
"message": "You have been signed up successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 221]],
"origin": [["src/components/AuthForm.tsx", 216]],
"translation": "Je bent succesvol geregistreerd."
},
"raHesj": {
@@ -7107,7 +7023,7 @@
"message": "Your account already has a password. You can change it from your account settings.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 273]],
"origin": [["src/components/Dashboard.tsx", 238]],
"translation": "Uw account heeft al een wachtwoord. U kunt dit wijzigen via uw accountinstellingen."
},
"GoDLB9": {
@@ -7168,20 +7084,6 @@
"origin": [["src/views/settings/IntegrationsSettings.tsx", 220]],
"translation": "Je GitHub-account is gekoppeld."
},
"ygpeZ8": {
"message": "Your license has been activated successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 116]],
"translation": "Uw licentie is succesvol geactiveerd."
},
"+A6Wuq": {
"message": "Your license is not active. Please check your account.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 125]],
"translation": "Uw licentie is niet actief. Controleer uw account."
},
"Ozt2vv": {
"message": "Your password has been changed.",
"placeholders": {},
@@ -7239,14 +7141,14 @@
"message": "Your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 344]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 323]],
"translation": "Jouw werkruimte"
},
"j0o6ml": {
"message": "Your workspace description",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 347]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 326]],
"translation": "Jouw werkruimtebeschrijving"
},
"GnSSGm": {
@@ -7290,8 +7192,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 216],
["src/views/onboarding/workspace-details/index.tsx", 217]
["src/views/onboarding/workspace-details/index.tsx", 198],
["src/views/onboarding/workspace-details/index.tsx", 199]
],
"translation": "jouw-werkruimte"
},

File diff suppressed because one or more lines are too long

View File

@@ -201,20 +201,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 56]],
"translation": "Akcje"
},
"JEt3q7": {
"message": "Activate | kan.bn",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 43]],
"translation": "Aktywuj | kan.bn"
},
"mkehy7": {
"message": "Activate your account",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 53]],
"translation": "Aktywuj swoje konto"
},
"F6pfE9": {
"message": "Active",
"placeholders": {},
@@ -447,7 +433,7 @@
"message": "Admin",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 207]],
"origin": [["src/views/members/index.tsx", 201]],
"translation": "Administrator"
},
"3pIq39": {
@@ -537,10 +523,7 @@
"message": "Already have an account? <0><1>Sign in</1></0>",
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 88],
["src/views/auth/signup/index.tsx", 90]
],
"origin": [["src/views/auth/signup/index.tsx", 90]],
"translation": "Masz już konto? <0><1>Zaloguj się</1></0>"
},
"j1+HPc": {
@@ -784,7 +767,7 @@
"message": "Back",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 296]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 276]],
"translation": "Wstecz"
},
"KNKCTb": {
@@ -1394,7 +1377,6 @@
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 53],
["src/views/auth/login/index.tsx", 43],
["src/views/auth/signup/index.tsx", 71]
],
@@ -1480,7 +1462,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/Dashboard.tsx", 281],
["src/components/Dashboard.tsx", 246],
["src/views/card/index.tsx", 367],
["src/views/members/components/EditMemberPermissionsModal.tsx", 172],
["src/views/settings/components/NewApiKeyModal.tsx", 136]
@@ -1687,7 +1669,7 @@
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 212],
["src/views/onboarding/workspace-details/index.tsx", 313]
["src/views/onboarding/workspace-details/index.tsx", 292]
],
"translation": "Kontynuuj"
},
@@ -1695,7 +1677,7 @@
"message": "Continue with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Kontynuuj przez "
},
"gkzAEM": {
@@ -1704,7 +1686,7 @@
"0": ["key === \"oidc\" ? oidcProviderName : provider.name"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 360]],
"origin": [["src/components/AuthForm.tsx", 355]],
"translation": "Kontynuuj przez {0}"
},
"va/3u1": {
@@ -1905,7 +1887,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 227],
["src/components/NewWorkspaceForm.tsx", 226],
["src/components/WorkspaceMenu.tsx", 160]
],
"translation": "Utwórz workspace"
@@ -2011,7 +1993,7 @@
"message": "Custom usernames require upgrading to a Pro plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 239]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 221]],
"translation": "Niestandardowe nazwy użytkownika wymagają uaktualnienia do planu Pro"
},
"j9IZZ0": {
@@ -2422,7 +2404,7 @@
"comments": [],
"origin": [
["src/views/members/components/EditMemberPermissionsModal.tsx", 162],
["src/views/members/index.tsx", 230]
["src/views/members/index.tsx", 224]
],
"translation": "Edytuj uprawnienia"
},
@@ -2458,7 +2440,7 @@
"message": "email",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "email"
},
"O3oNi5": {
@@ -2507,7 +2489,7 @@
"message": "Engineering",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Inżynieria"
},
"0+ewPp": {
@@ -2557,14 +2539,14 @@
"message": "Enter your email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 407]],
"origin": [["src/components/AuthForm.tsx", 402]],
"translation": "Wprowadź swój adres e-mail"
},
"n9V+ps": {
"message": "Enter your name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 395]],
"origin": [["src/components/AuthForm.tsx", 390]],
"translation": "Wprowadź swoje imię i nazwisko"
},
"0StR7t": {
@@ -2580,7 +2562,7 @@
"message": "Enter your password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 421]],
"origin": [["src/components/AuthForm.tsx", 416]],
"translation": "Wprowadź hasło"
},
"GpB8YV": {
@@ -2845,7 +2827,7 @@
"0": ["provider.at(0)?.toUpperCase() + provider.slice(1)"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 296]],
"origin": [["src/components/AuthForm.tsx", 291]],
"translation": "Nie udało się zalogować przez {0}. Spróbuj ponownie."
},
"5ntVtp": {
@@ -2998,7 +2980,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 333],
["src/views/members/index.tsx", 297]
["src/views/members/index.tsx", 293]
],
"translation": "Plan darmowy"
},
@@ -3219,7 +3201,7 @@
"message": "Guest",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 209]],
"origin": [["src/views/members/index.tsx", 203]],
"translation": "Gość"
},
"CB/NpV": {
@@ -3473,7 +3455,7 @@
"message": "Invite",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 310]],
"origin": [["src/views/members/index.tsx", 306]],
"translation": "Zaproś"
},
"KLJ4eD": {
@@ -3636,8 +3618,7 @@
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 276]],
"translation": "Oferta na start: nielimitowana liczba członków z Pro",
"obsolete": true
"translation": "Oferta na start: nielimitowana liczba członków z Pro"
},
"sDuhfK": {
"message": "Launch offer: unlimited seats for just $29/month with Pro",
@@ -3674,20 +3655,6 @@
"origin": [["src/views/home/components/Footer.tsx", 45]],
"translation": "Licencja"
},
"aDzbuM": {
"message": "License activated",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 115]],
"translation": "Licencja aktywowana"
},
"K3LUJr": {
"message": "License activation failed",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 129]],
"translation": "Aktywacja licencji nie powiodła się"
},
"1njn7W": {
"message": "Light",
"placeholders": {},
@@ -3803,7 +3770,7 @@
"message": "magic link",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "magic link"
},
"DbZgsJ": {
@@ -3843,7 +3810,7 @@
"message": "Marketing",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Marketing"
},
"agPptk": {
@@ -3867,7 +3834,7 @@
"origin": [
["src/views/card/components/ActivityList.tsx", 55],
["src/views/card/components/ActivityList.tsx", 88],
["src/views/members/index.tsx", 208]
["src/views/members/index.tsx", 202]
],
"translation": "Członek"
},
@@ -3880,7 +3847,7 @@
["src/views/board/components/Filters.tsx", 147],
["src/views/board/components/NewCardForm.tsx", 386],
["src/views/card/index.tsx", 143],
["src/views/members/index.tsx", 269],
["src/views/members/index.tsx", 263],
["src/views/pricing/components/FeatureComparisonTable.tsx", 81]
],
"translation": "Członkowie"
@@ -3891,7 +3858,7 @@
"0": ["workspace.name ?? t`Workspace`"]
},
"comments": [],
"origin": [["src/views/members/index.tsx", 264]],
"origin": [["src/views/members/index.tsx", 258]],
"translation": "Członkowie | {0}"
},
"/bZzdR": {
@@ -4102,7 +4069,7 @@
"message": "New workspace",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 146]],
"origin": [["src/components/NewWorkspaceForm.tsx", 145]],
"translation": "Nowy workspace"
},
"5ACX4z": {
@@ -4139,7 +4106,7 @@
"message": "No authentication methods are currently available",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 374]],
"origin": [["src/components/AuthForm.tsx", 369]],
"translation": "Obecnie nie są dostępne żadne metody uwierzytelniania"
},
"2Bu8xj": {
@@ -4177,13 +4144,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 334]],
"translation": "Nie zarejestrowano skrótów klawiaturowych."
},
"HOMO91": {
"message": "No license key was provided. Please try activating again.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 126]],
"translation": "Nie podano klucza licencyjnego. Spróbuj aktywować ponownie."
},
"hXMFoN": {
"message": "No lists",
"placeholders": {},
@@ -4306,7 +4266,7 @@
"message": "or",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 385]],
"origin": [["src/components/AuthForm.tsx", 380]],
"translation": "lub"
},
"ZqDqbi": {
@@ -4365,7 +4325,7 @@
"message": "Password already set",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 271]],
"origin": [["src/components/Dashboard.tsx", 236]],
"translation": "Hasło już ustawione"
},
"IrZaAn": {
@@ -4381,14 +4341,14 @@
"message": "Password is required to login.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 263]],
"origin": [["src/components/AuthForm.tsx", 258]],
"translation": "Do zalogowania wymagane jest hasło."
},
"tTbref": {
"message": "Password is required to sign up.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 262]],
"origin": [["src/components/AuthForm.tsx", 257]],
"translation": "Do rejestracji wymagane jest hasło."
},
"vwGkYB": {
@@ -4422,7 +4382,7 @@
"message": "Paused",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Wstrzymane"
},
"UbYdrA": {
@@ -4439,7 +4399,7 @@
"message": "Pending",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Oczekujące"
},
"oVBq1w": {
@@ -4554,21 +4514,21 @@
"message": "Please enter a valid email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 411]],
"origin": [["src/components/AuthForm.tsx", 406]],
"translation": "Wprowadź poprawny adres e-mail"
},
"CJ3zUq": {
"message": "Please enter a valid name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 399]],
"origin": [["src/components/AuthForm.tsx", 394]],
"translation": "Wprowadź poprawne imię"
},
"7b2yuC": {
"message": "Please enter a valid password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 426]],
"origin": [["src/components/AuthForm.tsx", 421]],
"translation": "Wprowadź poprawne hasło"
},
"jEw0Mr": {
@@ -4602,7 +4562,7 @@
"origin": [
["src/components/DeleteLabelConfirmation.tsx", 26],
["src/components/FeedbackModal.tsx", 41],
["src/components/NewWorkspaceForm.tsx", 110],
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/board/components/BoardDropdown.tsx", 68],
["src/views/board/components/NewCardForm.tsx", 193],
["src/views/board/components/NewListForm.tsx", 79],
@@ -4639,8 +4599,8 @@
["src/views/members/components/InviteMemberForm.tsx", 104],
["src/views/members/components/InviteMemberForm.tsx", 241],
["src/views/members/index.tsx", 66],
["src/views/onboarding/workspace-details/index.tsx", 119],
["src/views/onboarding/workspace-details/index.tsx", 168],
["src/views/onboarding/workspace-details/index.tsx", 102],
["src/views/onboarding/workspace-details/index.tsx", 151],
["src/views/settings/components/Avatar.tsx", 200],
["src/views/settings/components/DeleteAccountConfirmation.tsx", 40],
["src/views/settings/components/DeleteWorkspaceConfirmation.tsx", 46],
@@ -4742,7 +4702,7 @@
"message": "Pro Plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 294]],
"origin": [["src/views/members/index.tsx", 290]],
"translation": "Plan Pro"
},
"Qtzfdk": {
@@ -4842,7 +4802,7 @@
"message": "Remove member",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 239]],
"origin": [["src/views/members/index.tsx", 233]],
"translation": "Usuń członka"
},
"BZkYSt": {
@@ -4991,7 +4951,7 @@
["src/views/home/components/Footer.tsx", 36],
["src/views/home/components/Header.tsx", 13],
["src/views/home/components/Header.tsx", 28],
["src/views/onboarding/workspace-details/index.tsx", 179]
["src/views/onboarding/workspace-details/index.tsx", 162]
],
"translation": "Mapa drogowa"
},
@@ -4999,7 +4959,7 @@
"message": "Role",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 332]],
"origin": [["src/views/members/index.tsx", 328]],
"translation": "Rola"
},
"jQ6I8X": {
@@ -5226,7 +5186,7 @@
"message": "Set up your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 197]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 180]],
"translation": "Skonfiguruj swoją przestrzeń roboczą"
},
"Tz0i8g": {
@@ -5309,20 +5269,13 @@
"origin": [["src/views/invite/index.tsx", 154]],
"translation": "Zaloguj się"
},
"4dGN6E": {
"message": "Sign in or create an account to activate your license",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 59]],
"translation": "Zaloguj się lub utwórz konto, aby aktywować swoją licencję"
},
"fcWrnU": {
"message": "Sign out",
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 284],
["src/views/onboarding/workspace-details/index.tsx", 384]
["src/views/onboarding/workspace-details/index.tsx", 363]
],
"translation": "Wyloguj się"
},
@@ -5361,7 +5314,7 @@
"message": "Sign up with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Zarejestruj się przez "
},
"m2nk0i": {
@@ -5418,20 +5371,6 @@
"origin": [["src/views/onboarding/select-plan/index.tsx", 76]],
"translation": "Solo"
},
"J9+zIR": {
"message": "Something went wrong during activation. Please try again.",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 65]],
"translation": "Coś poszło nie tak podczas aktywacji. Spróbuj ponownie."
},
"r+dxEH": {
"message": "Something went wrong during license activation.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 132]],
"translation": "Coś poszło nie tak podczas aktywacji licencji."
},
"vnS6Rf": {
"message": "SSO",
"placeholders": {},
@@ -5484,8 +5423,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/AuthForm.tsx", 220],
["src/components/AuthForm.tsx", 237]
["src/components/AuthForm.tsx", 215],
["src/components/AuthForm.tsx", 232]
],
"translation": "Sukces"
},
@@ -5544,7 +5483,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 322],
["src/views/members/index.tsx", 296]
["src/views/members/index.tsx", 292]
],
"translation": "Plan zespołowy"
},
@@ -5665,13 +5604,6 @@
"origin": [["src/components/FeedbackModal.tsx", 34]],
"translation": "Dziękujemy za Twoją opinię!"
},
"ssK7k+": {
"message": "That license key could not be found. Please contact support.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 124]],
"translation": "Nie można znaleźć tego klucza licencyjnego. Skontaktuj się z pomocą techniczną."
},
"NcFrgC": {
"message": "The board has been archived.",
"placeholders": {},
@@ -5821,14 +5753,14 @@
"message": "This URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 83]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 74]],
"translation": "Ten adres URL jest już zajęty"
},
"gKmoow": {
"message": "This URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 85]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 76]],
"translation": "Ten adres URL jest zarezerwowany"
},
"OAYToL": {
@@ -5865,14 +5797,14 @@
"message": "This workspace URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 190]],
"origin": [["src/components/NewWorkspaceForm.tsx", 189]],
"translation": "Ten adres URL workspacea jest już zajęty"
},
"bJtM0P": {
"message": "This workspace URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 192]],
"origin": [["src/components/NewWorkspaceForm.tsx", 191]],
"translation": "Ten adres URL workspace jest zarezerwowany"
},
"kp6L3T": {
@@ -6066,8 +5998,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/onboarding/workspace-details/index.tsx", 118]
["src/components/NewWorkspaceForm.tsx", 108],
["src/views/onboarding/workspace-details/index.tsx", 101]
],
"translation": "Nie można utworzyć workspace"
},
@@ -6169,7 +6101,7 @@
"message": "Unable to start checkout",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 167]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 150]],
"translation": "Nie można rozpocząć procesu płatności"
},
"KNK33q": {
@@ -6476,13 +6408,6 @@
"origin": [["src/views/card/components/ActivityList.tsx", 152]],
"translation": "zaktualizowano tytuł na <0>{0}</0>"
},
"kwkhPe": {
"translation": "Uaktualnij",
"message": "Upgrade",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 281]]
},
"IelE1h": {
"message": "Upgrade to Pro",
"placeholders": {},
@@ -6498,7 +6423,7 @@
"message": "Upgrade to Pro ($29/month)",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 263]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 244]],
"translation": "Ulepsz do Pro (29 $/miesiąc)"
},
"b3Thhd": {
@@ -6583,7 +6508,7 @@
"message": "User",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 326]],
"origin": [["src/views/members/index.tsx", 322]],
"translation": "Użytkownik"
},
"tYN21H": {
@@ -6663,15 +6588,6 @@
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
"translation": "Nie udało się zaktualizować Twoich preferencji. Spróbuj ponownie."
},
"7sdSkl": {
"message": "We sent a link to {magicLinkRecipient}",
"placeholders": {
"magicLinkRecipient": ["magicLinkRecipient"]
},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 57]],
"translation": "Wysłaliśmy link na adres {magicLinkRecipient}"
},
"9y1RcT": {
"message": "We're just getting started. ",
"placeholders": {},
@@ -6816,7 +6732,7 @@
["src/components/SettingsLayout.tsx", 47],
["src/views/board/index.tsx", 530],
["src/views/boards/index.tsx", 48],
["src/views/members/index.tsx", 264],
["src/views/members/index.tsx", 258],
["src/views/public/board/index.tsx", 125],
["src/views/public/boards/index.tsx", 75]
],
@@ -6844,7 +6760,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 273],
["src/views/onboarding/workspace-details/index.tsx", 254],
["src/views/settings/WorkspaceSettings.tsx", 82]
],
"translation": "Opis przestrzeni roboczej"
@@ -6892,8 +6808,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 165],
["src/views/onboarding/workspace-details/index.tsx", 206],
["src/components/NewWorkspaceForm.tsx", 164],
["src/views/onboarding/workspace-details/index.tsx", 189],
["src/views/settings/WorkspaceSettings.tsx", 63]
],
"translation": "Nazwa przestrzeni roboczej"
@@ -6967,7 +6883,7 @@
"message": "workspace-url",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 179]],
"origin": [["src/components/NewWorkspaceForm.tsx", 178]],
"translation": "workspace-url"
},
"4kJRen": {
@@ -7005,7 +6921,7 @@
"message": "You can always change these later in settings.",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 200]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 183]],
"translation": "Zawsze możesz to później zmienić w ustawieniach."
},
"aelko+": {
@@ -7049,14 +6965,14 @@
"message": "You have been logged in successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 238]],
"origin": [["src/components/AuthForm.tsx", 233]],
"translation": "Zalogowano pomyślnie."
},
"mchgzf": {
"message": "You have been signed up successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 221]],
"origin": [["src/components/AuthForm.tsx", 216]],
"translation": "Rejestracja zakończona sukcesem."
},
"raHesj": {
@@ -7107,7 +7023,7 @@
"message": "Your account already has a password. You can change it from your account settings.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 273]],
"origin": [["src/components/Dashboard.tsx", 238]],
"translation": "Twoje konto ma już ustawione hasło. Możesz je zmienić w ustawieniach konta."
},
"GoDLB9": {
@@ -7168,20 +7084,6 @@
"origin": [["src/views/settings/IntegrationsSettings.tsx", 220]],
"translation": "Twoje konto GitHub jest połączone."
},
"ygpeZ8": {
"message": "Your license has been activated successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 116]],
"translation": "Twoja licencja została pomyślnie aktywowana."
},
"+A6Wuq": {
"message": "Your license is not active. Please check your account.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 125]],
"translation": "Twoja licencja nie jest aktywna. Sprawdź swoje konto."
},
"Ozt2vv": {
"message": "Your password has been changed.",
"placeholders": {},
@@ -7239,14 +7141,14 @@
"message": "Your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 344]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 323]],
"translation": "Twoja przestrzeń robocza"
},
"j0o6ml": {
"message": "Your workspace description",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 347]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 326]],
"translation": "Opis Twojej przestrzeni roboczej"
},
"GnSSGm": {
@@ -7290,8 +7192,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 216],
["src/views/onboarding/workspace-details/index.tsx", 217]
["src/views/onboarding/workspace-details/index.tsx", 198],
["src/views/onboarding/workspace-details/index.tsx", 199]
],
"translation": "twoja-przestrzen"
},

File diff suppressed because one or more lines are too long

View File

@@ -201,20 +201,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 56]],
"translation": "Ações"
},
"JEt3q7": {
"message": "Activate | kan.bn",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 43]],
"translation": "Ativar | kan.bn"
},
"mkehy7": {
"message": "Activate your account",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 53]],
"translation": "Ative sua conta"
},
"F6pfE9": {
"message": "Active",
"placeholders": {},
@@ -447,7 +433,7 @@
"message": "Admin",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 207]],
"origin": [["src/views/members/index.tsx", 201]],
"translation": "Administrador"
},
"3pIq39": {
@@ -537,10 +523,7 @@
"message": "Already have an account? <0><1>Sign in</1></0>",
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 88],
["src/views/auth/signup/index.tsx", 90]
],
"origin": [["src/views/auth/signup/index.tsx", 90]],
"translation": "Já tem uma conta? <0><1>Entrar</1></0>"
},
"j1+HPc": {
@@ -784,7 +767,7 @@
"message": "Back",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 296]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 276]],
"translation": "Voltar"
},
"KNKCTb": {
@@ -1394,7 +1377,6 @@
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 53],
["src/views/auth/login/index.tsx", 43],
["src/views/auth/signup/index.tsx", 71]
],
@@ -1480,7 +1462,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/Dashboard.tsx", 281],
["src/components/Dashboard.tsx", 246],
["src/views/card/index.tsx", 367],
["src/views/members/components/EditMemberPermissionsModal.tsx", 172],
["src/views/settings/components/NewApiKeyModal.tsx", 136]
@@ -1687,7 +1669,7 @@
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 212],
["src/views/onboarding/workspace-details/index.tsx", 313]
["src/views/onboarding/workspace-details/index.tsx", 292]
],
"translation": "Continuar"
},
@@ -1695,7 +1677,7 @@
"message": "Continue with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Continuar com "
},
"gkzAEM": {
@@ -1704,7 +1686,7 @@
"0": ["key === \"oidc\" ? oidcProviderName : provider.name"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 360]],
"origin": [["src/components/AuthForm.tsx", 355]],
"translation": "Continuar com {0}"
},
"va/3u1": {
@@ -1905,7 +1887,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 227],
["src/components/NewWorkspaceForm.tsx", 226],
["src/components/WorkspaceMenu.tsx", 160]
],
"translation": "Criar workspace"
@@ -2011,7 +1993,7 @@
"message": "Custom usernames require upgrading to a Pro plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 239]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 221]],
"translation": "Nomes de usuário personalizados exigem atualização para um plano Pro"
},
"j9IZZ0": {
@@ -2422,7 +2404,7 @@
"comments": [],
"origin": [
["src/views/members/components/EditMemberPermissionsModal.tsx", 162],
["src/views/members/index.tsx", 230]
["src/views/members/index.tsx", 224]
],
"translation": "Editar permissões"
},
@@ -2458,7 +2440,7 @@
"message": "email",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "email"
},
"O3oNi5": {
@@ -2507,7 +2489,7 @@
"message": "Engineering",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Engenharia"
},
"0+ewPp": {
@@ -2557,14 +2539,14 @@
"message": "Enter your email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 407]],
"origin": [["src/components/AuthForm.tsx", 402]],
"translation": "Insira seu endereço de email"
},
"n9V+ps": {
"message": "Enter your name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 395]],
"origin": [["src/components/AuthForm.tsx", 390]],
"translation": "Insira seu nome"
},
"0StR7t": {
@@ -2580,7 +2562,7 @@
"message": "Enter your password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 421]],
"origin": [["src/components/AuthForm.tsx", 416]],
"translation": "Insira sua senha"
},
"GpB8YV": {
@@ -2845,7 +2827,7 @@
"0": ["provider.at(0)?.toUpperCase() + provider.slice(1)"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 296]],
"origin": [["src/components/AuthForm.tsx", 291]],
"translation": "Falha ao fazer login com {0}. Por favor, tente novamente."
},
"5ntVtp": {
@@ -2998,7 +2980,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 333],
["src/views/members/index.tsx", 297]
["src/views/members/index.tsx", 293]
],
"translation": "Plano gratuito"
},
@@ -3219,7 +3201,7 @@
"message": "Guest",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 209]],
"origin": [["src/views/members/index.tsx", 203]],
"translation": "Convidado"
},
"CB/NpV": {
@@ -3473,7 +3455,7 @@
"message": "Invite",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 310]],
"origin": [["src/views/members/index.tsx", 306]],
"translation": "Convidar"
},
"KLJ4eD": {
@@ -3636,8 +3618,7 @@
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 276]],
"translation": "Oferta de lançamento: membros ilimitados com Pro",
"obsolete": true
"translation": "Oferta de lançamento: membros ilimitados com Pro"
},
"sDuhfK": {
"message": "Launch offer: unlimited seats for just $29/month with Pro",
@@ -3674,20 +3655,6 @@
"origin": [["src/views/home/components/Footer.tsx", 45]],
"translation": "Licença"
},
"aDzbuM": {
"message": "License activated",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 115]],
"translation": "Licença ativada"
},
"K3LUJr": {
"message": "License activation failed",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 129]],
"translation": "Falha na ativação da licença"
},
"1njn7W": {
"message": "Light",
"placeholders": {},
@@ -3803,7 +3770,7 @@
"message": "magic link",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "magic link"
},
"DbZgsJ": {
@@ -3843,7 +3810,7 @@
"message": "Marketing",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Marketing"
},
"agPptk": {
@@ -3867,7 +3834,7 @@
"origin": [
["src/views/card/components/ActivityList.tsx", 55],
["src/views/card/components/ActivityList.tsx", 88],
["src/views/members/index.tsx", 208]
["src/views/members/index.tsx", 202]
],
"translation": "Membro"
},
@@ -3880,7 +3847,7 @@
["src/views/board/components/Filters.tsx", 147],
["src/views/board/components/NewCardForm.tsx", 386],
["src/views/card/index.tsx", 143],
["src/views/members/index.tsx", 269],
["src/views/members/index.tsx", 263],
["src/views/pricing/components/FeatureComparisonTable.tsx", 81]
],
"translation": "Membros"
@@ -3891,7 +3858,7 @@
"0": ["workspace.name ?? t`Workspace`"]
},
"comments": [],
"origin": [["src/views/members/index.tsx", 264]],
"origin": [["src/views/members/index.tsx", 258]],
"translation": "Membros | {0}"
},
"/bZzdR": {
@@ -4102,7 +4069,7 @@
"message": "New workspace",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 146]],
"origin": [["src/components/NewWorkspaceForm.tsx", 145]],
"translation": "Novo workspace"
},
"5ACX4z": {
@@ -4139,7 +4106,7 @@
"message": "No authentication methods are currently available",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 374]],
"origin": [["src/components/AuthForm.tsx", 369]],
"translation": "Nenhum método de autenticação está disponível no momento"
},
"2Bu8xj": {
@@ -4177,13 +4144,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 334]],
"translation": "Nenhum atalho de teclado registrado."
},
"HOMO91": {
"message": "No license key was provided. Please try activating again.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 126]],
"translation": "Nenhuma chave de licença foi fornecida. Por favor, tente ativar novamente."
},
"hXMFoN": {
"message": "No lists",
"placeholders": {},
@@ -4306,7 +4266,7 @@
"message": "or",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 385]],
"origin": [["src/components/AuthForm.tsx", 380]],
"translation": "ou"
},
"ZqDqbi": {
@@ -4365,7 +4325,7 @@
"message": "Password already set",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 271]],
"origin": [["src/components/Dashboard.tsx", 236]],
"translation": "Senha já definida"
},
"IrZaAn": {
@@ -4381,14 +4341,14 @@
"message": "Password is required to login.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 263]],
"origin": [["src/components/AuthForm.tsx", 258]],
"translation": "A senha é obrigatória para fazer login."
},
"tTbref": {
"message": "Password is required to sign up.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 262]],
"origin": [["src/components/AuthForm.tsx", 257]],
"translation": "A senha é obrigatória para se cadastrar."
},
"vwGkYB": {
@@ -4422,7 +4382,7 @@
"message": "Paused",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Pausado"
},
"UbYdrA": {
@@ -4439,7 +4399,7 @@
"message": "Pending",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Pendente"
},
"oVBq1w": {
@@ -4554,21 +4514,21 @@
"message": "Please enter a valid email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 411]],
"origin": [["src/components/AuthForm.tsx", 406]],
"translation": "Por favor, insira um endereço de e-mail válido"
},
"CJ3zUq": {
"message": "Please enter a valid name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 399]],
"origin": [["src/components/AuthForm.tsx", 394]],
"translation": "Por favor, insira um nome válido"
},
"7b2yuC": {
"message": "Please enter a valid password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 426]],
"origin": [["src/components/AuthForm.tsx", 421]],
"translation": "Por favor, insira uma senha válida"
},
"jEw0Mr": {
@@ -4602,7 +4562,7 @@
"origin": [
["src/components/DeleteLabelConfirmation.tsx", 26],
["src/components/FeedbackModal.tsx", 41],
["src/components/NewWorkspaceForm.tsx", 110],
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/board/components/BoardDropdown.tsx", 68],
["src/views/board/components/NewCardForm.tsx", 193],
["src/views/board/components/NewListForm.tsx", 79],
@@ -4639,8 +4599,8 @@
["src/views/members/components/InviteMemberForm.tsx", 104],
["src/views/members/components/InviteMemberForm.tsx", 241],
["src/views/members/index.tsx", 66],
["src/views/onboarding/workspace-details/index.tsx", 119],
["src/views/onboarding/workspace-details/index.tsx", 168],
["src/views/onboarding/workspace-details/index.tsx", 102],
["src/views/onboarding/workspace-details/index.tsx", 151],
["src/views/settings/components/Avatar.tsx", 200],
["src/views/settings/components/DeleteAccountConfirmation.tsx", 40],
["src/views/settings/components/DeleteWorkspaceConfirmation.tsx", 46],
@@ -4742,7 +4702,7 @@
"message": "Pro Plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 294]],
"origin": [["src/views/members/index.tsx", 290]],
"translation": "Plano Pro"
},
"Qtzfdk": {
@@ -4842,7 +4802,7 @@
"message": "Remove member",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 239]],
"origin": [["src/views/members/index.tsx", 233]],
"translation": "Remover membro"
},
"BZkYSt": {
@@ -4991,7 +4951,7 @@
["src/views/home/components/Footer.tsx", 36],
["src/views/home/components/Header.tsx", 13],
["src/views/home/components/Header.tsx", 28],
["src/views/onboarding/workspace-details/index.tsx", 179]
["src/views/onboarding/workspace-details/index.tsx", 162]
],
"translation": "Roadmap"
},
@@ -4999,7 +4959,7 @@
"message": "Role",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 332]],
"origin": [["src/views/members/index.tsx", 328]],
"translation": "Função"
},
"jQ6I8X": {
@@ -5226,7 +5186,7 @@
"message": "Set up your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 197]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 180]],
"translation": "Configure seu workspace"
},
"Tz0i8g": {
@@ -5309,20 +5269,13 @@
"origin": [["src/views/invite/index.tsx", 154]],
"translation": "Entrar"
},
"4dGN6E": {
"message": "Sign in or create an account to activate your license",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 59]],
"translation": "Entre ou crie uma conta para ativar sua licença"
},
"fcWrnU": {
"message": "Sign out",
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 284],
["src/views/onboarding/workspace-details/index.tsx", 384]
["src/views/onboarding/workspace-details/index.tsx", 363]
],
"translation": "Sair"
},
@@ -5361,7 +5314,7 @@
"message": "Sign up with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Cadastrar com "
},
"m2nk0i": {
@@ -5418,20 +5371,6 @@
"origin": [["src/views/onboarding/select-plan/index.tsx", 76]],
"translation": "Solo"
},
"J9+zIR": {
"message": "Something went wrong during activation. Please try again.",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 65]],
"translation": "Algo deu errado durante a ativação. Por favor, tente novamente."
},
"r+dxEH": {
"message": "Something went wrong during license activation.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 132]],
"translation": "Algo deu errado durante a ativação da licença."
},
"vnS6Rf": {
"message": "SSO",
"placeholders": {},
@@ -5484,8 +5423,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/AuthForm.tsx", 220],
["src/components/AuthForm.tsx", 237]
["src/components/AuthForm.tsx", 215],
["src/components/AuthForm.tsx", 232]
],
"translation": "Sucesso"
},
@@ -5544,7 +5483,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 322],
["src/views/members/index.tsx", 296]
["src/views/members/index.tsx", 292]
],
"translation": "Plano de equipe"
},
@@ -5665,13 +5604,6 @@
"origin": [["src/components/FeedbackModal.tsx", 34]],
"translation": "Obrigado pelo seu feedback!"
},
"ssK7k+": {
"message": "That license key could not be found. Please contact support.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 124]],
"translation": "Essa chave de licença não foi encontrada. Por favor, entre em contato com o suporte."
},
"NcFrgC": {
"message": "The board has been archived.",
"placeholders": {},
@@ -5821,14 +5753,14 @@
"message": "This URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 83]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 74]],
"translation": "Esta URL já está em uso"
},
"gKmoow": {
"message": "This URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 85]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 76]],
"translation": "Esta URL é reservada"
},
"OAYToL": {
@@ -5865,14 +5797,14 @@
"message": "This workspace URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 190]],
"origin": [["src/components/NewWorkspaceForm.tsx", 189]],
"translation": "Esta URL de workspace já foi utilizada"
},
"bJtM0P": {
"message": "This workspace URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 192]],
"origin": [["src/components/NewWorkspaceForm.tsx", 191]],
"translation": "Esta URL de workspace está reservada"
},
"kp6L3T": {
@@ -6066,8 +5998,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/onboarding/workspace-details/index.tsx", 118]
["src/components/NewWorkspaceForm.tsx", 108],
["src/views/onboarding/workspace-details/index.tsx", 101]
],
"translation": "Não foi possível criar workspace"
},
@@ -6169,7 +6101,7 @@
"message": "Unable to start checkout",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 167]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 150]],
"translation": "Não foi possível iniciar o checkout"
},
"KNK33q": {
@@ -6476,13 +6408,6 @@
"origin": [["src/views/card/components/ActivityList.tsx", 152]],
"translation": "atualizou o título para <0>{0}</0>"
},
"kwkhPe": {
"translation": "Atualizar",
"message": "Upgrade",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 281]]
},
"IelE1h": {
"message": "Upgrade to Pro",
"placeholders": {},
@@ -6498,7 +6423,7 @@
"message": "Upgrade to Pro ($29/month)",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 263]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 244]],
"translation": "Fazer upgrade para Pro ($29/mês)"
},
"b3Thhd": {
@@ -6583,7 +6508,7 @@
"message": "User",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 326]],
"origin": [["src/views/members/index.tsx", 322]],
"translation": "Usuário"
},
"tYN21H": {
@@ -6663,15 +6588,6 @@
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
"translation": "Não foi possível atualizar suas preferências. Tente novamente."
},
"7sdSkl": {
"message": "We sent a link to {magicLinkRecipient}",
"placeholders": {
"magicLinkRecipient": ["magicLinkRecipient"]
},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 57]],
"translation": "Enviamos um link para {magicLinkRecipient}"
},
"9y1RcT": {
"message": "We're just getting started. ",
"placeholders": {},
@@ -6816,7 +6732,7 @@
["src/components/SettingsLayout.tsx", 47],
["src/views/board/index.tsx", 530],
["src/views/boards/index.tsx", 48],
["src/views/members/index.tsx", 264],
["src/views/members/index.tsx", 258],
["src/views/public/board/index.tsx", 125],
["src/views/public/boards/index.tsx", 75]
],
@@ -6844,7 +6760,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 273],
["src/views/onboarding/workspace-details/index.tsx", 254],
["src/views/settings/WorkspaceSettings.tsx", 82]
],
"translation": "Descrição do workspace"
@@ -6892,8 +6808,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 165],
["src/views/onboarding/workspace-details/index.tsx", 206],
["src/components/NewWorkspaceForm.tsx", 164],
["src/views/onboarding/workspace-details/index.tsx", 189],
["src/views/settings/WorkspaceSettings.tsx", 63]
],
"translation": "Nome do workspace"
@@ -6967,7 +6883,7 @@
"message": "workspace-url",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 179]],
"origin": [["src/components/NewWorkspaceForm.tsx", 178]],
"translation": "workspace-url"
},
"4kJRen": {
@@ -7005,7 +6921,7 @@
"message": "You can always change these later in settings.",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 200]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 183]],
"translation": "Você pode alterar isso depois nas configurações."
},
"aelko+": {
@@ -7049,14 +6965,14 @@
"message": "You have been logged in successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 238]],
"origin": [["src/components/AuthForm.tsx", 233]],
"translation": "Você foi autenticado com sucesso."
},
"mchgzf": {
"message": "You have been signed up successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 221]],
"origin": [["src/components/AuthForm.tsx", 216]],
"translation": "Você se cadastrou com sucesso."
},
"raHesj": {
@@ -7107,7 +7023,7 @@
"message": "Your account already has a password. You can change it from your account settings.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 273]],
"origin": [["src/components/Dashboard.tsx", 238]],
"translation": "Sua conta já possui uma senha. Você pode alterá-la nas configurações da sua conta."
},
"GoDLB9": {
@@ -7168,20 +7084,6 @@
"origin": [["src/views/settings/IntegrationsSettings.tsx", 220]],
"translation": "Sua conta do GitHub está conectada."
},
"ygpeZ8": {
"message": "Your license has been activated successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 116]],
"translation": "Sua licença foi ativada com sucesso."
},
"+A6Wuq": {
"message": "Your license is not active. Please check your account.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 125]],
"translation": "Sua licença não está ativa. Por favor, verifique sua conta."
},
"Ozt2vv": {
"message": "Your password has been changed.",
"placeholders": {},
@@ -7239,14 +7141,14 @@
"message": "Your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 344]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 323]],
"translation": "Seu workspace"
},
"j0o6ml": {
"message": "Your workspace description",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 347]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 326]],
"translation": "Descrição do seu workspace"
},
"GnSSGm": {
@@ -7290,8 +7192,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 216],
["src/views/onboarding/workspace-details/index.tsx", 217]
["src/views/onboarding/workspace-details/index.tsx", 198],
["src/views/onboarding/workspace-details/index.tsx", 199]
],
"translation": "seu-workspace"
},

File diff suppressed because one or more lines are too long

View File

@@ -201,20 +201,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 56]],
"translation": "Действия"
},
"JEt3q7": {
"message": "Activate | kan.bn",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 43]],
"translation": "Активация | kan.bn"
},
"mkehy7": {
"message": "Activate your account",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 53]],
"translation": "Активируйте свою учётную запись"
},
"F6pfE9": {
"message": "Active",
"placeholders": {},
@@ -447,7 +433,7 @@
"message": "Admin",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 207]],
"origin": [["src/views/members/index.tsx", 201]],
"translation": "Админ"
},
"3pIq39": {
@@ -537,10 +523,7 @@
"message": "Already have an account? <0><1>Sign in</1></0>",
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 88],
["src/views/auth/signup/index.tsx", 90]
],
"origin": [["src/views/auth/signup/index.tsx", 90]],
"translation": "Уже есть аккаунт? <0><1>Войти</1></0>"
},
"j1+HPc": {
@@ -784,7 +767,7 @@
"message": "Back",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 296]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 276]],
"translation": "Назад"
},
"KNKCTb": {
@@ -1394,7 +1377,6 @@
"placeholders": {},
"comments": [],
"origin": [
["src/pages/partner/activate.tsx", 53],
["src/views/auth/login/index.tsx", 43],
["src/views/auth/signup/index.tsx", 71]
],
@@ -1480,7 +1462,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/Dashboard.tsx", 281],
["src/components/Dashboard.tsx", 246],
["src/views/card/index.tsx", 367],
["src/views/members/components/EditMemberPermissionsModal.tsx", 172],
["src/views/settings/components/NewApiKeyModal.tsx", 136]
@@ -1687,7 +1669,7 @@
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 212],
["src/views/onboarding/workspace-details/index.tsx", 313]
["src/views/onboarding/workspace-details/index.tsx", 292]
],
"translation": "Продолжить"
},
@@ -1695,7 +1677,7 @@
"message": "Continue with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Продолжить с "
},
"gkzAEM": {
@@ -1704,7 +1686,7 @@
"0": ["key === \"oidc\" ? oidcProviderName : provider.name"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 360]],
"origin": [["src/components/AuthForm.tsx", 355]],
"translation": "Продолжить с {0}"
},
"va/3u1": {
@@ -1905,7 +1887,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 227],
["src/components/NewWorkspaceForm.tsx", 226],
["src/components/WorkspaceMenu.tsx", 160]
],
"translation": "Создать рабочее пространство"
@@ -2011,7 +1993,7 @@
"message": "Custom usernames require upgrading to a Pro plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 239]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 221]],
"translation": "Для пользовательских имен пользователей требуется обновление до тарифа Pro"
},
"j9IZZ0": {
@@ -2422,7 +2404,7 @@
"comments": [],
"origin": [
["src/views/members/components/EditMemberPermissionsModal.tsx", 162],
["src/views/members/index.tsx", 230]
["src/views/members/index.tsx", 224]
],
"translation": "Изменить права доступа"
},
@@ -2458,7 +2440,7 @@
"message": "email",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "email"
},
"O3oNi5": {
@@ -2507,7 +2489,7 @@
"message": "Engineering",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Разработка"
},
"0+ewPp": {
@@ -2557,14 +2539,14 @@
"message": "Enter your email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 407]],
"origin": [["src/components/AuthForm.tsx", 402]],
"translation": "Введите адрес электронной почты"
},
"n9V+ps": {
"message": "Enter your name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 395]],
"origin": [["src/components/AuthForm.tsx", 390]],
"translation": "Введите имя"
},
"0StR7t": {
@@ -2580,7 +2562,7 @@
"message": "Enter your password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 421]],
"origin": [["src/components/AuthForm.tsx", 416]],
"translation": "Введите пароль"
},
"GpB8YV": {
@@ -2845,7 +2827,7 @@
"0": ["provider.at(0)?.toUpperCase() + provider.slice(1)"]
},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 296]],
"origin": [["src/components/AuthForm.tsx", 291]],
"translation": "Не удалось войти через {0}. Пожалуйста, попробуйте ещё раз."
},
"5ntVtp": {
@@ -2998,7 +2980,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 333],
["src/views/members/index.tsx", 297]
["src/views/members/index.tsx", 293]
],
"translation": "Бесплатный тариф"
},
@@ -3219,7 +3201,7 @@
"message": "Guest",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 209]],
"origin": [["src/views/members/index.tsx", 203]],
"translation": "Гость"
},
"CB/NpV": {
@@ -3473,7 +3455,7 @@
"message": "Invite",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 310]],
"origin": [["src/views/members/index.tsx", 306]],
"translation": "Пригласить"
},
"KLJ4eD": {
@@ -3636,8 +3618,7 @@
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 276]],
"translation": "Стартовое предложение: неограниченное количество участников с Pro",
"obsolete": true
"translation": "Стартовое предложение: неограниченное количество участников с Pro"
},
"sDuhfK": {
"message": "Launch offer: unlimited seats for just $29/month with Pro",
@@ -3674,20 +3655,6 @@
"origin": [["src/views/home/components/Footer.tsx", 45]],
"translation": "Лицензия"
},
"aDzbuM": {
"message": "License activated",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 115]],
"translation": "Лицензия активирована"
},
"K3LUJr": {
"message": "License activation failed",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 129]],
"translation": "Не удалось активировать лицензию"
},
"1njn7W": {
"message": "Light",
"placeholders": {},
@@ -3803,7 +3770,7 @@
"message": "magic link",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 443]],
"origin": [["src/components/AuthForm.tsx", 438]],
"translation": "магическая ссылка"
},
"DbZgsJ": {
@@ -3843,7 +3810,7 @@
"message": "Marketing",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 179]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 162]],
"translation": "Маркетинг"
},
"agPptk": {
@@ -3867,7 +3834,7 @@
"origin": [
["src/views/card/components/ActivityList.tsx", 55],
["src/views/card/components/ActivityList.tsx", 88],
["src/views/members/index.tsx", 208]
["src/views/members/index.tsx", 202]
],
"translation": "Участник"
},
@@ -3880,7 +3847,7 @@
["src/views/board/components/Filters.tsx", 147],
["src/views/board/components/NewCardForm.tsx", 386],
["src/views/card/index.tsx", 143],
["src/views/members/index.tsx", 269],
["src/views/members/index.tsx", 263],
["src/views/pricing/components/FeatureComparisonTable.tsx", 81]
],
"translation": "Участники"
@@ -3891,7 +3858,7 @@
"0": ["workspace.name ?? t`Workspace`"]
},
"comments": [],
"origin": [["src/views/members/index.tsx", 264]],
"origin": [["src/views/members/index.tsx", 258]],
"translation": "Участники | {0}"
},
"/bZzdR": {
@@ -4102,7 +4069,7 @@
"message": "New workspace",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 146]],
"origin": [["src/components/NewWorkspaceForm.tsx", 145]],
"translation": "Новый рабочий пространство"
},
"5ACX4z": {
@@ -4139,7 +4106,7 @@
"message": "No authentication methods are currently available",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 374]],
"origin": [["src/components/AuthForm.tsx", 369]],
"translation": "В данный момент нет доступных методов аутентификации"
},
"2Bu8xj": {
@@ -4177,13 +4144,6 @@
"origin": [["src/providers/keyboard-shortcuts.tsx", 334]],
"translation": "Горячие клавиши не зарегистрированы."
},
"HOMO91": {
"message": "No license key was provided. Please try activating again.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 126]],
"translation": "Не указан лицензионный ключ. Попробуйте активировать ещё раз."
},
"hXMFoN": {
"message": "No lists",
"placeholders": {},
@@ -4306,7 +4266,7 @@
"message": "or",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 385]],
"origin": [["src/components/AuthForm.tsx", 380]],
"translation": "или"
},
"ZqDqbi": {
@@ -4365,7 +4325,7 @@
"message": "Password already set",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 271]],
"origin": [["src/components/Dashboard.tsx", 236]],
"translation": "Пароль уже установлен"
},
"IrZaAn": {
@@ -4381,14 +4341,14 @@
"message": "Password is required to login.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 263]],
"origin": [["src/components/AuthForm.tsx", 258]],
"translation": "Для входа требуется пароль."
},
"tTbref": {
"message": "Password is required to sign up.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 262]],
"origin": [["src/components/AuthForm.tsx", 257]],
"translation": "Для регистрации требуется пароль."
},
"vwGkYB": {
@@ -4422,7 +4382,7 @@
"message": "Paused",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "Приостановлено"
},
"UbYdrA": {
@@ -4439,7 +4399,7 @@
"message": "Pending",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 216]],
"origin": [["src/views/members/index.tsx", 210]],
"translation": "В ожидании"
},
"oVBq1w": {
@@ -4554,21 +4514,21 @@
"message": "Please enter a valid email address",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 411]],
"origin": [["src/components/AuthForm.tsx", 406]],
"translation": "Пожалуйста, введите корректный адрес электронной почты"
},
"CJ3zUq": {
"message": "Please enter a valid name",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 399]],
"origin": [["src/components/AuthForm.tsx", 394]],
"translation": "Пожалуйста, введите корректное имя"
},
"7b2yuC": {
"message": "Please enter a valid password",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 426]],
"origin": [["src/components/AuthForm.tsx", 421]],
"translation": "Пожалуйста, введите корректный пароль"
},
"jEw0Mr": {
@@ -4602,7 +4562,7 @@
"origin": [
["src/components/DeleteLabelConfirmation.tsx", 26],
["src/components/FeedbackModal.tsx", 41],
["src/components/NewWorkspaceForm.tsx", 110],
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/board/components/BoardDropdown.tsx", 68],
["src/views/board/components/NewCardForm.tsx", 193],
["src/views/board/components/NewListForm.tsx", 79],
@@ -4639,8 +4599,8 @@
["src/views/members/components/InviteMemberForm.tsx", 104],
["src/views/members/components/InviteMemberForm.tsx", 241],
["src/views/members/index.tsx", 66],
["src/views/onboarding/workspace-details/index.tsx", 119],
["src/views/onboarding/workspace-details/index.tsx", 168],
["src/views/onboarding/workspace-details/index.tsx", 102],
["src/views/onboarding/workspace-details/index.tsx", 151],
["src/views/settings/components/Avatar.tsx", 200],
["src/views/settings/components/DeleteAccountConfirmation.tsx", 40],
["src/views/settings/components/DeleteWorkspaceConfirmation.tsx", 46],
@@ -4742,7 +4702,7 @@
"message": "Pro Plan",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 294]],
"origin": [["src/views/members/index.tsx", 290]],
"translation": "Тариф Pro"
},
"Qtzfdk": {
@@ -4842,7 +4802,7 @@
"message": "Remove member",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 239]],
"origin": [["src/views/members/index.tsx", 233]],
"translation": "Удалить участника"
},
"BZkYSt": {
@@ -4991,7 +4951,7 @@
["src/views/home/components/Footer.tsx", 36],
["src/views/home/components/Header.tsx", 13],
["src/views/home/components/Header.tsx", 28],
["src/views/onboarding/workspace-details/index.tsx", 179]
["src/views/onboarding/workspace-details/index.tsx", 162]
],
"translation": "Дорожная карта"
},
@@ -4999,7 +4959,7 @@
"message": "Role",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 332]],
"origin": [["src/views/members/index.tsx", 328]],
"translation": "Роль"
},
"jQ6I8X": {
@@ -5226,7 +5186,7 @@
"message": "Set up your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 197]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 180]],
"translation": "Настройте ваше рабочее пространство"
},
"Tz0i8g": {
@@ -5309,20 +5269,13 @@
"origin": [["src/views/invite/index.tsx", 154]],
"translation": "Войти"
},
"4dGN6E": {
"message": "Sign in or create an account to activate your license",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 59]],
"translation": "Войдите или создайте учётную запись, чтобы активировать лицензию"
},
"fcWrnU": {
"message": "Sign out",
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/select-plan/index.tsx", 284],
["src/views/onboarding/workspace-details/index.tsx", 384]
["src/views/onboarding/workspace-details/index.tsx", 363]
],
"translation": "Выйти"
},
@@ -5361,7 +5314,7 @@
"message": "Sign up with ",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 442]],
"origin": [["src/components/AuthForm.tsx", 437]],
"translation": "Зарегистрироваться через "
},
"m2nk0i": {
@@ -5418,20 +5371,6 @@
"origin": [["src/views/onboarding/select-plan/index.tsx", 76]],
"translation": "Индивидуальный"
},
"J9+zIR": {
"message": "Something went wrong during activation. Please try again.",
"placeholders": {},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 65]],
"translation": "Во время активации произошла ошибка. Пожалуйста, попробуйте ещё раз."
},
"r+dxEH": {
"message": "Something went wrong during license activation.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 132]],
"translation": "Произошла ошибка при активации лицензии."
},
"vnS6Rf": {
"message": "SSO",
"placeholders": {},
@@ -5484,8 +5423,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/AuthForm.tsx", 220],
["src/components/AuthForm.tsx", 237]
["src/components/AuthForm.tsx", 215],
["src/components/AuthForm.tsx", 232]
],
"translation": "Успех"
},
@@ -5544,7 +5483,7 @@
"comments": [],
"origin": [
["src/views/members/components/InviteMemberForm.tsx", 322],
["src/views/members/index.tsx", 296]
["src/views/members/index.tsx", 292]
],
"translation": "Тариф для команды"
},
@@ -5665,13 +5604,6 @@
"origin": [["src/components/FeedbackModal.tsx", 34]],
"translation": "Спасибо за ваш отзыв!"
},
"ssK7k+": {
"message": "That license key could not be found. Please contact support.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 124]],
"translation": "Указанный лицензионный ключ не найден. Обратитесь в службу поддержки."
},
"NcFrgC": {
"message": "The board has been archived.",
"placeholders": {},
@@ -5821,14 +5753,14 @@
"message": "This URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 83]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 74]],
"translation": "Этот URL уже занят"
},
"gKmoow": {
"message": "This URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 85]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 76]],
"translation": "Этот URL зарезервирован"
},
"OAYToL": {
@@ -5865,14 +5797,14 @@
"message": "This workspace URL has already been taken",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 190]],
"origin": [["src/components/NewWorkspaceForm.tsx", 189]],
"translation": "Этот URL рабочего пространства уже занят"
},
"bJtM0P": {
"message": "This workspace URL is reserved",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 192]],
"origin": [["src/components/NewWorkspaceForm.tsx", 191]],
"translation": "Этот URL рабочей области зарезервирован"
},
"kp6L3T": {
@@ -6066,8 +5998,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 109],
["src/views/onboarding/workspace-details/index.tsx", 118]
["src/components/NewWorkspaceForm.tsx", 108],
["src/views/onboarding/workspace-details/index.tsx", 101]
],
"translation": "Не удалось создать рабочую область"
},
@@ -6169,7 +6101,7 @@
"message": "Unable to start checkout",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 167]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 150]],
"translation": "Не удалось начать оформление заказа"
},
"KNK33q": {
@@ -6476,13 +6408,6 @@
"origin": [["src/views/card/components/ActivityList.tsx", 152]],
"translation": "обновил(а) заголовок на <0>{0}</0>"
},
"kwkhPe": {
"translation": "Обновить",
"message": "Upgrade",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 281]]
},
"IelE1h": {
"message": "Upgrade to Pro",
"placeholders": {},
@@ -6498,7 +6423,7 @@
"message": "Upgrade to Pro ($29/month)",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 263]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 244]],
"translation": "Перейти на Pro (29 $/месяц)"
},
"b3Thhd": {
@@ -6583,7 +6508,7 @@
"message": "User",
"placeholders": {},
"comments": [],
"origin": [["src/views/members/index.tsx", 326]],
"origin": [["src/views/members/index.tsx", 322]],
"translation": "Пользователь"
},
"tYN21H": {
@@ -6663,15 +6588,6 @@
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
"translation": "Не удалось обновить ваши настройки. Пожалуйста, попробуйте ещё раз."
},
"7sdSkl": {
"message": "We sent a link to {magicLinkRecipient}",
"placeholders": {
"magicLinkRecipient": ["magicLinkRecipient"]
},
"comments": [],
"origin": [["src/pages/partner/activate.tsx", 57]],
"translation": "Мы отправили ссылку на {magicLinkRecipient}"
},
"9y1RcT": {
"message": "We're just getting started. ",
"placeholders": {},
@@ -6816,7 +6732,7 @@
["src/components/SettingsLayout.tsx", 47],
["src/views/board/index.tsx", 530],
["src/views/boards/index.tsx", 48],
["src/views/members/index.tsx", 264],
["src/views/members/index.tsx", 258],
["src/views/public/board/index.tsx", 125],
["src/views/public/boards/index.tsx", 75]
],
@@ -6844,7 +6760,7 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 273],
["src/views/onboarding/workspace-details/index.tsx", 254],
["src/views/settings/WorkspaceSettings.tsx", 82]
],
"translation": "Описание рабочего пространства"
@@ -6892,8 +6808,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/components/NewWorkspaceForm.tsx", 165],
["src/views/onboarding/workspace-details/index.tsx", 206],
["src/components/NewWorkspaceForm.tsx", 164],
["src/views/onboarding/workspace-details/index.tsx", 189],
["src/views/settings/WorkspaceSettings.tsx", 63]
],
"translation": "Название рабочего пространства"
@@ -6967,7 +6883,7 @@
"message": "workspace-url",
"placeholders": {},
"comments": [],
"origin": [["src/components/NewWorkspaceForm.tsx", 179]],
"origin": [["src/components/NewWorkspaceForm.tsx", 178]],
"translation": "workspace-url"
},
"4kJRen": {
@@ -7005,7 +6921,7 @@
"message": "You can always change these later in settings.",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 200]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 183]],
"translation": "Вы всегда можете изменить это позже в настройках."
},
"aelko+": {
@@ -7049,14 +6965,14 @@
"message": "You have been logged in successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 238]],
"origin": [["src/components/AuthForm.tsx", 233]],
"translation": "Вы успешно вошли в систему."
},
"mchgzf": {
"message": "You have been signed up successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/AuthForm.tsx", 221]],
"origin": [["src/components/AuthForm.tsx", 216]],
"translation": "Вы успешно зарегистрировались."
},
"raHesj": {
@@ -7107,7 +7023,7 @@
"message": "Your account already has a password. You can change it from your account settings.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 273]],
"origin": [["src/components/Dashboard.tsx", 238]],
"translation": "В вашей учетной записи уже есть пароль. Вы можете изменить его в настройках учетной записи."
},
"GoDLB9": {
@@ -7168,20 +7084,6 @@
"origin": [["src/views/settings/IntegrationsSettings.tsx", 220]],
"translation": "Ваш аккаунт GitHub подключён."
},
"ygpeZ8": {
"message": "Your license has been activated successfully.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 116]],
"translation": "Ваша лицензия успешно активирована."
},
"+A6Wuq": {
"message": "Your license is not active. Please check your account.",
"placeholders": {},
"comments": [],
"origin": [["src/components/Dashboard.tsx", 125]],
"translation": "Ваша лицензия неактивна. Проверьте свою учётную запись."
},
"Ozt2vv": {
"message": "Your password has been changed.",
"placeholders": {},
@@ -7239,14 +7141,14 @@
"message": "Your workspace",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 344]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 323]],
"translation": "Ваше рабочее пространство"
},
"j0o6ml": {
"message": "Your workspace description",
"placeholders": {},
"comments": [],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 347]],
"origin": [["src/views/onboarding/workspace-details/index.tsx", 326]],
"translation": "Описание вашего рабочего пространства"
},
"GnSSGm": {
@@ -7290,8 +7192,8 @@
"placeholders": {},
"comments": [],
"origin": [
["src/views/onboarding/workspace-details/index.tsx", 216],
["src/views/onboarding/workspace-details/index.tsx", 217]
["src/views/onboarding/workspace-details/index.tsx", 198],
["src/views/onboarding/workspace-details/index.tsx", 199]
],
"translation": "your-workspace"
},

File diff suppressed because one or more lines are too long

View File

@@ -93,7 +93,7 @@ export default withRateLimit(
const { code } = req.query;
if (!code || typeof code !== "string") {
return res.status(200).json({ message: "OK" });
return res.status(400).json({ message: "Missing code parameter" });
}
let license: LicenseDetailResponse;
@@ -146,7 +146,7 @@ export default withRateLimit(
},
);
return res.redirect(
`/onboarding/workspace?license_key=${encodeURIComponent(license.license_key)}`,
`/onboarding?license_key=${encodeURIComponent(license.license_key)}`,
);
}

View File

@@ -16,7 +16,7 @@ export default withRateLimit(
const { license_key } = req.query;
if (!license_key || typeof license_key !== "string") {
return res.redirect("/boards?partner_error=missing_license");
return res.redirect("/?partner_error=missing_license");
}
const { db, user } = await createNextApiContext(req);
@@ -30,11 +30,11 @@ export default withRateLimit(
const sub = await subscriptionRepo.getByPartnerLicenseKey(db, license_key);
if (!sub) {
return res.redirect("/boards?partner_error=invalid_license");
return res.redirect("/?partner_error=invalid_license");
}
if (sub.status !== "active") {
return res.redirect("/boards?partner_error=license_inactive");
return res.redirect("/?partner_error=license_inactive");
}
const memberships = await workspaceRepo.getAllByUserId(db, user.id);
@@ -42,7 +42,7 @@ export default withRateLimit(
if (!workspace) {
return res.redirect(
`/onboarding/workspace?license_key=${encodeURIComponent(license_key)}`,
`/onboarding?license_key=${encodeURIComponent(license_key)}`,
);
}
@@ -59,6 +59,6 @@ export default withRateLimit(
plan: sub.plan as "free" | "team" | "pro" | "enterprise",
});
return res.redirect("/boards?partner_activated=1");
return res.redirect("/?partner_activated=1");
}),
);

View File

@@ -29,9 +29,9 @@ function verifySignature(
if (!secret) return false;
const ts = Number(timestamp);
if (isNaN(ts) || Date.now() - ts > 300_000) return false;
if (isNaN(ts) || Date.now() / 1000 - ts > 300) return false;
const payload = `${timestamp}${rawBody}`;
const payload = `${timestamp}.${rawBody}`;
const expected = createHmac("sha256", secret).update(payload).digest("hex");
try {
@@ -87,8 +87,6 @@ export default withApiLogging(
const { event, license_key, license_status, tier, prev_license_key } =
payload;
log.info({ headers: req.headers, payload }, "partner webhook received");
const { db } = await createNextApiContext(req);
switch (event) {
@@ -143,7 +141,7 @@ export default withApiLogging(
const cfg = tierConfig(tier);
await subscriptionRepo.upsertByPartnerLicenseKey(db, license_key, {
plan: cfg.plan,
status: "active",
status: license_status,
partnerTier: tier,
seats: cfg.seats,
unlimitedSeats: cfg.unlimitedSeats,
@@ -165,7 +163,7 @@ export default withApiLogging(
const cfg = tierConfig(tier);
await subscriptionRepo.upsertByPartnerLicenseKey(db, license_key, {
plan: cfg.plan,
status: "active",
status: sub.status,
partnerTier: tier,
seats: cfg.seats,
unlimitedSeats: cfg.unlimitedSeats,

View File

@@ -20,12 +20,6 @@ export default function PartnerActivatePage() {
const [isMagicLinkSent, setIsMagicLinkSent] = useState(false);
const [magicLinkRecipient, setMagicLinkRecipient] = useState("");
useEffect(() => {
if (licenseKey) {
localStorage.setItem("partnerLicenseKey", licenseKey);
}
}, [licenseKey]);
useEffect(() => {
if (!isPending && session?.user && licenseKey) {
router.push(
@@ -74,11 +68,6 @@ export default function PartnerActivatePage() {
setIsMagicLinkSent(val);
setMagicLinkRecipient(recipient);
}}
callbackURL={
licenseKey
? `/api/partner/link?license_key=${encodeURIComponent(licenseKey)}`
: "/boards"
}
/>
</div>
</div>

View File

@@ -58,12 +58,9 @@ export const WorkspaceProvider: React.FC<{ children: ReactNode }> = ({
const pollAttemptsRef = React.useRef(0);
const MAX_POLL_ATTEMPTS = 5;
const { data, isLoading, isFetching } = api.workspace.all.useQuery(
undefined,
{
refetchInterval: pendingWorkspaceId ? 2000 : false,
},
);
const { data, isLoading } = api.workspace.all.useQuery(undefined, {
refetchInterval: pendingWorkspaceId ? 2000 : false,
});
const utils = api.useUtils();
const switchWorkspace = (_workspace: Workspace) => {
@@ -79,7 +76,7 @@ export const WorkspaceProvider: React.FC<{ children: ReactNode }> = ({
useEffect(() => {
if (!data?.length) {
if (!isLoading && !isFetching) setHasLoaded(true);
if (!isLoading) setHasLoaded(true);
return;
}
@@ -151,7 +148,7 @@ export const WorkspaceProvider: React.FC<{ children: ReactNode }> = ({
cardPrefix: primaryWorkspace.cardPrefix,
});
}
}, [data, isLoading, isFetching, workspacePublicId, router]);
}, [data, isLoading, workspacePublicId, router]);
return (
<WorkspaceContext.Provider

View File

@@ -27,8 +27,8 @@ import { useWorkspace } from "~/providers/workspace";
import { api } from "~/utils/api";
import { getAvatarUrl } from "~/utils/helpers";
import { DeleteMemberConfirmation } from "./components/DeleteMemberConfirmation";
import { EditMemberPermissionsModal } from "./components/EditMemberPermissionsModal";
import { InviteMemberForm } from "./components/InviteMemberForm";
import { EditMemberPermissionsModal } from "./components/EditMemberPermissionsModal";
export default function MembersPage() {
const { modalContentType, openModal, isOpen } = useModal();
@@ -76,13 +76,6 @@ export default function MembersPage() {
const unlimitedSeats = hasUnlimitedSeats(subscriptions);
const isProPlan =
!!proSubscription ||
workspace.plan === "pro" ||
workspace.plan === "enterprise";
const isTeamPlan = !!teamSubscription || workspace.plan === "team";
const isPaidPlan = isProPlan || isTeamPlan;
const TableRow = ({
memberPublicId,
memberId,
@@ -151,8 +144,8 @@ export default function MembersPage() {
{memberName}
</p>
</div>
{(workspace.role === "admin" ||
data?.showEmailsToMembers === true ||
{((workspace.role === "admin" ||
data?.showEmailsToMembers === true) ||
showSkeleton) && (
<p
className={twMerge(
@@ -187,7 +180,8 @@ export default function MembersPage() {
<div className="relative inline-flex items-center">
<span className="inline-flex items-center gap-1 rounded-md bg-emerald-500/10 px-1.5 py-0.5 text-[10px] font-medium text-emerald-400 ring-1 ring-inset ring-emerald-500/20 sm:text-[11px]">
{memberRole &&
memberRole.charAt(0).toUpperCase() + memberRole.slice(1)}
memberRole.charAt(0).toUpperCase() +
memberRole.slice(1)}
{canEditMember && session?.user.id !== memberId && (
<HiChevronDown className="h-3 w-3" />
)}
@@ -272,30 +266,32 @@ export default function MembersPage() {
<div className="flex items-center gap-3">
{env("NEXT_PUBLIC_KAN_ENV") === "cloud" && (
<>
{!isPaidPlan && (
{!proSubscription && !teamSubscription && (
<Link
href="/settings/workspace?upgrade=pro"
className="hidden items-center rounded-full border border-emerald-300 bg-emerald-50 px-3 py-1 text-center text-xs text-emerald-400 dark:border-emerald-700 dark:bg-emerald-950 dark:text-emerald-400 lg:flex"
>
<HiBolt />
<span className="ml-1 font-medium">{t`Upgrade`}</span>
<span className="ml-1 font-medium">
{t`Launch offer: Get unlimited members with Pro`}
</span>
</Link>
)}
<div
className={twMerge(
"flex items-center rounded-full border px-3 py-1 text-center text-xs",
isPaidPlan
teamSubscription || proSubscription
? "border-emerald-300 bg-emerald-50 text-emerald-400 dark:border-emerald-700 dark:bg-emerald-950 dark:text-emerald-400"
: "border-light-300 bg-light-50 text-light-1000 dark:border-dark-300 dark:bg-dark-50 dark:text-dark-900",
)}
>
<span className="font-medium">
{isProPlan
{proSubscription
? t`Pro Plan`
: isTeamPlan
: teamSubscription
? t`Team Plan`
: t`Free Plan`}
{isProPlan && unlimitedSeats && (
{proSubscription && unlimitedSeats && (
<span className="ml-1 text-xs"></span>
)}
</span>

View File

@@ -39,16 +39,7 @@ export default function WorkspaceNameView() {
const plan = searchParams.get("plan") ?? "solo";
const billing = searchParams.get("billing") ?? "annual";
const returnUrl = searchParams.get("returnUrl") ?? "/boards";
const licenseKeyParam = searchParams.get("license_key");
const isLicenseFlow = !!licenseKeyParam;
const { showPopup } = usePopup();
useEffect(() => {
if (licenseKeyParam) {
localStorage.setItem("partnerLicenseKey", licenseKeyParam);
}
}, [licenseKeyParam]);
const [isProToggle, setIsProToggle] = useState(plan === "pro");
const effectivePlan = isProToggle ? "pro" : plan;
@@ -103,15 +94,7 @@ export default function WorkspaceNameView() {
if (!workspace.publicId) return;
localStorage.setItem("workspacePublicId", workspace.publicId);
void utils.workspace.all.invalidate();
const storedLicenseKey = localStorage.getItem("partnerLicenseKey");
if (storedLicenseKey) {
localStorage.removeItem("partnerLicenseKey");
router.push(
`/api/partner/link?license_key=${encodeURIComponent(storedLicenseKey)}`,
);
} else {
router.push("/boards");
}
router.push("/boards");
},
onError: () => {
showPopup({
@@ -127,7 +110,7 @@ export default function WorkspaceNameView() {
const handleContinue = async () => {
if (!name.trim()) return;
if (effectivePlan === "solo" || isLicenseFlow) {
if (effectivePlan === "solo") {
createWorkspace.mutate({
name: name.trim(),
...(description.trim() && { description: description.trim() }),
@@ -210,52 +193,50 @@ export default function WorkspaceNameView() {
maxLength={64}
/>
{!isLicenseFlow && (
<div className="space-y-2">
<Input
placeholder={t`your-workspace`}
value={isProToggle ? slug : t`your-workspace`}
onChange={(e) => {
setSlugManuallyEdited(true);
setSlug(
e.target.value
.toLowerCase()
.replace(/[^a-z0-9\s-]/g, "")
.replace(/\s+/g, "-")
.replace(/-+/g, "-")
.slice(0, 60),
);
}}
disabled={!isProToggle}
prefix="kan.bn/"
className={
!isProToggle ? "cursor-not-allowed opacity-50" : ""
}
errorMessage={slugError}
iconRight={
!isProToggle ? (
<Tooltip
content={
<span className="text-xs">{t`Custom usernames require upgrading to a Pro plan`}</span>
}
placement="top"
delay={0}
>
<HiInformationCircle className="h-4 w-4 leading-[0] text-dark-700 dark:text-dark-700" />
</Tooltip>
) : isProToggle && slug.length >= 3 ? (
isTyping || slugAvailability.isPending ? (
<LoadingSpinner />
) : isSlugAvailable ? (
<HiCheck className="h-4 w-4 text-white" />
) : null
<div className="space-y-2">
<Input
placeholder={t`your-workspace`}
value={isProToggle ? slug : t`your-workspace`}
onChange={(e) => {
setSlugManuallyEdited(true);
setSlug(
e.target.value
.toLowerCase()
.replace(/[^a-z0-9\s-]/g, "")
.replace(/\s+/g, "-")
.replace(/-+/g, "-")
.slice(0, 60),
);
}}
disabled={!isProToggle}
prefix="kan.bn/"
className={
!isProToggle ? "cursor-not-allowed opacity-50" : ""
}
errorMessage={slugError}
iconRight={
!isProToggle ? (
<Tooltip
content={
<span className="text-xs">{t`Custom usernames require upgrading to a Pro plan`}</span>
}
placement="top"
delay={0}
>
<HiInformationCircle className="h-4 w-4 leading-[0] text-dark-700 dark:text-dark-700" />
</Tooltip>
) : isProToggle && slug.length >= 3 ? (
isTyping || slugAvailability.isPending ? (
<LoadingSpinner />
) : isSlugAvailable ? (
<HiCheck className="h-4 w-4 text-white" />
) : null
}
/>
</div>
)}
) : null
}
/>
</div>
{!isLicenseFlow && plan !== "pro" && (
{plan !== "pro" && (
<div className="pb-2">
<Toggle
isChecked={isProToggle}
@@ -284,18 +265,16 @@ export default function WorkspaceNameView() {
<div className="mt-6 flex flex-wrap items-center justify-between gap-3">
<div className="ml-auto flex gap-2">
{!isLicenseFlow && (
<Button
variant="ghost"
onClick={() =>
router.replace(
`/onboarding/select-plan?plan=${effectivePlan}&billing=${billing}&returnUrl=${encodeURIComponent(returnUrl)}`,
)
}
>
{t`Back`}
</Button>
)}
<Button
variant="ghost"
onClick={() =>
router.replace(
`/onboarding/select-plan?plan=${effectivePlan}&billing=${billing}&returnUrl=${encodeURIComponent(returnUrl)}`,
)
}
>
{t`Back`}
</Button>
<Button
onClick={() => void handleContinue()}
disabled={

View File

@@ -99,18 +99,6 @@ services:
- NEXT_PUBLIC_UMAMI_ID=${NEXT_PUBLIC_UMAMI_ID}
- NEXT_PUBLIC_POSTHOG_KEY=${NEXT_PUBLIC_POSTHOG_KEY}
- NEXT_PUBLIC_POSTHOG_HOST=${NEXT_PUBLIC_POSTHOG_HOST}
# Partner config (optional)
- PARTNER_CLIENT_ID=${PARTNER_CLIENT_ID}
- PARTNER_CLIENT_SECRET=${PARTNER_CLIENT_SECRET}
- PARTNER_REDIRECT_URL=${PARTNER_REDIRECT_URL}
- PARTNER_TOKEN_URL=${PARTNER_TOKEN_URL}
- PARTNER_OAUTH_LICENSE_URL=${PARTNER_OAUTH_LICENSE_URL}
- PARTNER_LICENSE_API_URL=${PARTNER_LICENSE_API_URL}
- PARTNER_API_KEY=${PARTNER_API_KEY}
- PARTNER_API_KEY_HEADER=${PARTNER_API_KEY_HEADER}
- PARTNER_SIGNATURE_HEADER=${PARTNER_SIGNATURE_HEADER}
- PARTNER_TIMESTAMP_HEADER=${PARTNER_TIMESTAMP_HEADER}
depends_on:
migrator:
condition: service_completed_successfully

View File

@@ -276,7 +276,6 @@ export const workspaceRouter = createTRPCRouter({
slug: result.slug!,
description: result.description ?? null,
plan: result.plan!,
cardPrefix: result.cardPrefix!,
};
}),
update: protectedProcedure

View File

@@ -39,7 +39,6 @@ const boardDetailCardSchema = z.object({
title: z.string(),
description: z.string().nullable(),
index: z.number(),
cardNumber: z.number().nullable(),
dueDate: z.date().nullable(),
labels: z.array(labelSchema),
members: z.array(boardCardMemberSchema),
@@ -58,7 +57,6 @@ export const boardDetailSchema = z.object({
favorite: z.boolean(),
workspace: z.object({
publicId: z.string(),
cardPrefix: z.string(),
members: z.array(workspaceMemberSchema),
}),
labels: z.array(labelSchema),

View File

@@ -46,7 +46,6 @@ export const cardDetailSchema = z.object({
publicId: z.string(),
title: z.string(),
description: z.string().nullable(),
cardNumber: z.number().nullable(),
dueDate: z.date().nullable(),
createdBy: z.string().nullable(),
labels: z.array(labelSchema),
@@ -76,7 +75,6 @@ export const cardDetailSchema = z.object({
),
workspace: z.object({
publicId: z.string(),
cardPrefix: z.string(),
members: z.array(workspaceMemberSchema),
}),
}),

View File

@@ -12,7 +12,6 @@ export const workspaceListItemSchema = z.object({
slug: z.string(),
plan: z.enum(["free", "team", "pro", "enterprise"]),
weekStartDay: z.number().nullable(),
cardPrefix: z.string(),
deletedAt: z.date().nullable(),
}),
});
@@ -75,7 +74,6 @@ export const workspaceCreateResponseSchema = z.object({
slug: z.string(),
description: z.string().nullable(),
plan: z.enum(["free", "team", "pro", "enterprise"]),
cardPrefix: z.string(),
});
// ─── workspace.update ────────────────────────────────────────

View File

@@ -236,6 +236,12 @@
{
"idx": 33,
"version": "7",
"when": 1778600989523,
"breakpoints": true
},
{
"idx": 34,
"version": "7",
"when": 1778617946519,
"tag": "20260512203226_AddPartnerLicenseToSubscription",
"breakpoints": true

View File

@@ -113,6 +113,17 @@ export const upsertByPartnerLicenseKey = async (
referenceId?: string;
},
) => {
const existing = await getByPartnerLicenseKey(db, partnerLicenseKey);
if (existing) {
const [result] = await db
.update(subscription)
.set({ ...data, updatedAt: new Date() })
.where(eq(subscription.partnerLicenseKey, partnerLicenseKey))
.returning();
return result;
}
const [result] = await db
.insert(subscription)
.values({
@@ -120,10 +131,6 @@ export const upsertByPartnerLicenseKey = async (
...data,
referenceId: data.referenceId ?? null,
})
.onConflictDoUpdate({
target: subscription.partnerLicenseKey,
set: { ...data, updatedAt: new Date() },
})
.returning();
return result;
};

View File

@@ -93,7 +93,6 @@ export const create = async (
slug: workspaces.slug,
description: workspaces.description,
plan: workspaces.plan,
cardPrefix: workspaces.cardPrefix,
});
if (workspace) {