Compare commits
1 Commits
main
...
fix/react-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2ac3acfb6 |
@@ -60,7 +60,3 @@ pnpm-debug.log
|
||||
|
||||
# Cloud compose (separate deployment)
|
||||
cloud/
|
||||
|
||||
# Local temporary caches
|
||||
.pnpm-store
|
||||
v8-compile-cache-0
|
||||
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -4,9 +4,6 @@
|
||||
node_modules
|
||||
.pnp
|
||||
.pnp.js
|
||||
.pnpm/
|
||||
.pnpm-store/
|
||||
v8-compile-cache-0/
|
||||
|
||||
# testing
|
||||
coverage
|
||||
@@ -61,4 +58,4 @@ i18n.cache
|
||||
# local scripts
|
||||
scripts/
|
||||
|
||||
.claude
|
||||
.claude
|
||||
@@ -2,7 +2,7 @@
|
||||
"version": "1.10",
|
||||
"locale": {
|
||||
"source": "en",
|
||||
"targets": ["fr", "de", "es", "it", "nl", "ru", "pl", "pt-BR", "zh-CN"]
|
||||
"targets": ["fr", "de", "es", "it", "nl", "ru", "pl", "pt-BR"]
|
||||
},
|
||||
"buckets": {
|
||||
"json": {
|
||||
|
||||
@@ -3,7 +3,7 @@ import { formatter } from "@lingui/format-json";
|
||||
|
||||
|
||||
export default defineConfig({
|
||||
locales: ["en", "fr", "de", "es", "it", "nl", "ru", "pl", "pt-BR", "zh-CN"],
|
||||
locales: ["en", "fr", "de", "es", "it", "nl", "ru", "pl", "pt-BR"],
|
||||
sourceLocale: "en",
|
||||
catalogs: [
|
||||
{
|
||||
|
||||
@@ -28,7 +28,6 @@ import ButtonComponent from "~/components/Button";
|
||||
import ReactiveButton from "~/components/ReactiveButton";
|
||||
import UserMenu from "~/components/UserMenu";
|
||||
import WorkspaceMenu from "~/components/WorkspaceMenu";
|
||||
import { useLinguiContext } from "~/providers/lingui";
|
||||
import { useWorkspace } from "~/providers/workspace";
|
||||
import { api } from "~/utils/api";
|
||||
|
||||
@@ -51,7 +50,6 @@ export default function SideNavigation({
|
||||
}: SideNavigationProps) {
|
||||
const router = useRouter();
|
||||
const { workspace } = useWorkspace();
|
||||
const { locale } = useLinguiContext();
|
||||
const [isCollapsed, setIsCollapsed] = useState(false);
|
||||
const [isInitialised, setIsInitialised] = useState(false);
|
||||
|
||||
@@ -145,7 +143,7 @@ export default function SideNavigation({
|
||||
},
|
||||
},
|
||||
],
|
||||
[isDarkMode, locale, router],
|
||||
[isDarkMode],
|
||||
);
|
||||
|
||||
const toggleCollapse = () => {
|
||||
|
||||
@@ -7,7 +7,6 @@ import { HiCheck, HiMagnifyingGlass } from "react-icons/hi2";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
import { useKeyboardShortcut } from "~/providers/keyboard-shortcuts";
|
||||
import { useLinguiContext } from "~/providers/lingui";
|
||||
import { useModal } from "~/providers/modal";
|
||||
import { useWorkspace } from "~/providers/workspace";
|
||||
import { api } from "~/utils/api";
|
||||
@@ -21,7 +20,6 @@ export default function WorkspaceMenu({
|
||||
}) {
|
||||
const { workspace, isLoading, availableWorkspaces, switchWorkspace } =
|
||||
useWorkspace();
|
||||
const { locale } = useLinguiContext();
|
||||
const { openModal } = useModal();
|
||||
const { data: hasPartnerSlot } =
|
||||
api.workspace.hasAvailablePartnerSlot.useQuery();
|
||||
@@ -39,7 +37,7 @@ export default function WorkspaceMenu({
|
||||
description: t`Open command menu`,
|
||||
group: "GENERAL" as const,
|
||||
}),
|
||||
[locale],
|
||||
[],
|
||||
);
|
||||
|
||||
const { tooltipContent: commandPaletteShortcutTooltipContent } =
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Locale as DateFnsLocale } from "date-fns";
|
||||
import { useLingui } from "@lingui/react";
|
||||
import { de, enGB, es, fr, it, nl, pl, ptBR, ru, zhCN } from "date-fns/locale";
|
||||
import { de, enGB, es, fr, it, nl, pl, ptBR, ru } from "date-fns/locale";
|
||||
|
||||
import type { Locale } from "~/locales";
|
||||
import { useLinguiContext } from "~/providers/lingui";
|
||||
@@ -20,7 +20,6 @@ export function useLocalisation() {
|
||||
ru,
|
||||
pl,
|
||||
ptbr: ptBR,
|
||||
"zh-CN": zhCN,
|
||||
};
|
||||
|
||||
const currentDateLocale = dateLocaleMap[locale] ?? enGB;
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"0": ["isTemplate ? \"Templates\" : \"Boards\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 62]],
|
||||
"origin": [["src/views/boards/index.tsx", 53]],
|
||||
"translation": "{0}"
|
||||
},
|
||||
"JArWcF": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/card/index.tsx", 321]
|
||||
],
|
||||
"translation": "{0} | {1}"
|
||||
@@ -71,7 +71,7 @@
|
||||
"0": ["isTemplate ? \"Template\" : \"Board\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 570]],
|
||||
"origin": [["src/views/board/index.tsx", 565]],
|
||||
"translation": "{0} nicht gefunden"
|
||||
},
|
||||
"0xWkkH": {
|
||||
@@ -220,7 +220,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 30],
|
||||
["src/views/boards/index.tsx", 26],
|
||||
["src/views/settings/components/NewWebhookModal.tsx", 321],
|
||||
["src/views/settings/components/WebhookList.tsx", 106]
|
||||
],
|
||||
@@ -664,7 +664,7 @@
|
||||
"message": "Archived",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 31]],
|
||||
"origin": [["src/views/boards/index.tsx", 27]],
|
||||
"translation": "Archiviert"
|
||||
},
|
||||
"lo8xBK": {
|
||||
@@ -887,7 +887,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/card/index.tsx", 321],
|
||||
["src/views/public/board/index.tsx", 125]
|
||||
],
|
||||
@@ -1006,7 +1006,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 98],
|
||||
["src/components/SideNavigation.tsx", 97],
|
||||
["src/views/pricing/components/FeatureComparisonTable.tsx", 73]
|
||||
],
|
||||
"translation": "Boards"
|
||||
@@ -1361,7 +1361,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/board/index.tsx", 309],
|
||||
["src/views/card/components/Dropdown.tsx", 74],
|
||||
["src/views/public/board/CardModal.tsx", 38]
|
||||
],
|
||||
@@ -1626,8 +1626,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 81]],
|
||||
"translation": "Bestätigen Sie Ihre E-Mail-Einstellungen:",
|
||||
"obsolete": true
|
||||
"translation": "Bestätigen Sie Ihre E-Mail-Einstellungen:"
|
||||
},
|
||||
"479pdJ": {
|
||||
"message": "Confirm your new password",
|
||||
@@ -1889,7 +1888,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/components/BoardsList.tsx", 80],
|
||||
["src/views/boards/index.tsx", 45]
|
||||
["src/views/boards/index.tsx", 41]
|
||||
],
|
||||
"translation": "Neues {0} erstellen"
|
||||
},
|
||||
@@ -1915,8 +1914,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 99],
|
||||
["src/views/board/index.tsx", 684]
|
||||
["src/views/board/index.tsx", 93],
|
||||
["src/views/board/index.tsx", 679]
|
||||
],
|
||||
"translation": "Neue Liste erstellen"
|
||||
},
|
||||
@@ -1940,7 +1939,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/NewWorkspaceForm.tsx", 227],
|
||||
["src/components/WorkspaceMenu.tsx", 176]
|
||||
["src/components/WorkspaceMenu.tsx", 171]
|
||||
],
|
||||
"translation": "Workspace erstellen"
|
||||
},
|
||||
@@ -2295,8 +2294,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 78]],
|
||||
"translation": "Möchten Sie das Abonnement kündigen?",
|
||||
"obsolete": true
|
||||
"translation": "Möchten Sie das Abonnement kündigen?"
|
||||
},
|
||||
"JyXBgS": {
|
||||
"message": "docs",
|
||||
@@ -3127,7 +3125,7 @@
|
||||
"message": "Get started by creating a new list",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 669]],
|
||||
"origin": [["src/views/board/index.tsx", 664]],
|
||||
"translation": "Legen Sie los, indem Sie eine neue Liste erstellen"
|
||||
},
|
||||
"oW13KZ": {
|
||||
@@ -3204,7 +3202,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 106],
|
||||
["src/components/SideNavigation.tsx", 105],
|
||||
["src/pages/404.tsx", 44]
|
||||
],
|
||||
"translation": "Zu den Boards"
|
||||
@@ -3220,21 +3218,21 @@
|
||||
"message": "Go to members",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 130]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 129]],
|
||||
"translation": "Zu den Mitgliedern"
|
||||
},
|
||||
"1WuwiM": {
|
||||
"message": "Go to settings",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 142]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 141]],
|
||||
"translation": "Zu den Einstellungen"
|
||||
},
|
||||
"csFbe+": {
|
||||
"message": "Go to templates",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 118]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 117]],
|
||||
"translation": "Zu Vorlagen gehen"
|
||||
},
|
||||
"SUvm1Y": {
|
||||
@@ -3384,7 +3382,7 @@
|
||||
"message": "Import",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 82]],
|
||||
"origin": [["src/views/boards/index.tsx", 73]],
|
||||
"translation": "Importieren"
|
||||
},
|
||||
"2MPcep": {
|
||||
@@ -3767,7 +3765,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 80],
|
||||
["src/views/board/index.tsx", 312],
|
||||
["src/views/board/index.tsx", 307],
|
||||
["src/views/card/components/Dropdown.tsx", 72],
|
||||
["src/views/public/board/CardModal.tsx", 36],
|
||||
["src/views/public/board/index.tsx", 77]
|
||||
@@ -3947,7 +3945,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 122],
|
||||
["src/components/SideNavigation.tsx", 121],
|
||||
["src/views/board/components/Filters.tsx", 147],
|
||||
["src/views/board/components/NewCardForm.tsx", 386],
|
||||
["src/views/card/index.tsx", 143],
|
||||
@@ -4092,7 +4090,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 104],
|
||||
["src/views/boards/index.tsx", 95],
|
||||
["src/views/home/components/Features.tsx", 73]
|
||||
],
|
||||
"translation": "Neu"
|
||||
@@ -4147,7 +4145,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/NewListForm.tsx", 113],
|
||||
["src/views/board/index.tsx", 633]
|
||||
["src/views/board/index.tsx", 628]
|
||||
],
|
||||
"translation": "Neue Liste"
|
||||
},
|
||||
@@ -4280,14 +4278,14 @@
|
||||
"message": "No lists",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"origin": [["src/views/board/index.tsx", 660]],
|
||||
"translation": "Keine Listen"
|
||||
},
|
||||
"fvLNDy": {
|
||||
"message": "No lists have been created yet",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 670]],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"translation": "Es wurden noch keine Listen erstellt"
|
||||
},
|
||||
"i30J2U": {
|
||||
@@ -4709,8 +4707,8 @@
|
||||
["src/views/board/components/NewTemplateForm.tsx", 77],
|
||||
["src/views/board/components/UpdateBoardSlugForm.tsx", 73],
|
||||
["src/views/board/components/VisibilityButton.tsx", 57],
|
||||
["src/views/board/index.tsx", 224],
|
||||
["src/views/board/index.tsx", 280],
|
||||
["src/views/board/index.tsx", 219],
|
||||
["src/views/board/index.tsx", 275],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 243],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 395],
|
||||
["src/views/card/components/AttachmentThumbnails.tsx", 74],
|
||||
@@ -4768,7 +4766,7 @@
|
||||
"origin": [
|
||||
["src/views/board/components/CardContextDuplicateModal.tsx", 76],
|
||||
["src/views/board/components/CardContextMoveListModal.tsx", 42],
|
||||
["src/views/board/index.tsx", 321],
|
||||
["src/views/board/index.tsx", 316],
|
||||
["src/views/card/components/Dropdown.tsx", 55],
|
||||
["src/views/card/components/Dropdown.tsx", 81],
|
||||
["src/views/card/components/Dropdown.tsx", 100],
|
||||
@@ -5361,7 +5359,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 102],
|
||||
["src/components/SideNavigation.tsx", 134]
|
||||
["src/components/SideNavigation.tsx", 133]
|
||||
],
|
||||
"translation": "Einstellungen"
|
||||
},
|
||||
@@ -5597,9 +5595,9 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 228],
|
||||
["src/components/SideNavigation.tsx", 229],
|
||||
["src/components/SideNavigation.tsx", 239]
|
||||
["src/components/SideNavigation.tsx", 225],
|
||||
["src/components/SideNavigation.tsx", 226],
|
||||
["src/components/SideNavigation.tsx", 236]
|
||||
],
|
||||
"translation": "Kostenlose Testversion starten"
|
||||
},
|
||||
@@ -5717,8 +5715,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 579]
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/board/index.tsx", 574]
|
||||
],
|
||||
"translation": "Vorlage"
|
||||
},
|
||||
@@ -5755,7 +5753,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 110],
|
||||
["src/components/SideNavigation.tsx", 109],
|
||||
["src/views/home/components/Features.tsx", 115]
|
||||
],
|
||||
"translation": "Vorlagen"
|
||||
@@ -6185,7 +6183,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 319],
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/card/components/Dropdown.tsx", 79],
|
||||
["src/views/public/board/CardModal.tsx", 43],
|
||||
["src/views/public/board/index.tsx", 84]
|
||||
@@ -6385,7 +6383,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 279],
|
||||
["src/views/board/index.tsx", 274],
|
||||
["src/views/card/index.tsx", 235]
|
||||
],
|
||||
"translation": "Karte konnte nicht aktualisiert werden"
|
||||
@@ -6430,7 +6428,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 223],
|
||||
["src/views/board/index.tsx", 218],
|
||||
["src/views/card/components/ListSelector.tsx", 54]
|
||||
],
|
||||
"translation": "Liste konnte nicht aktualisiert werden"
|
||||
@@ -6608,8 +6606,7 @@
|
||||
["src/pages/unsubscribe/index.tsx", 68],
|
||||
["src/pages/unsubscribe/index.tsx", 93]
|
||||
],
|
||||
"translation": "Abmelden",
|
||||
"obsolete": true
|
||||
"translation": "Abmelden"
|
||||
},
|
||||
"EkH9pt": {
|
||||
"message": "Update",
|
||||
@@ -6854,8 +6851,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
|
||||
"translation": "Wir konnten Ihre Einstellungen nicht aktualisieren. Bitte versuchen Sie es erneut.",
|
||||
"obsolete": true
|
||||
"translation": "Wir konnten Ihre Einstellungen nicht aktualisieren. Bitte versuchen Sie es erneut."
|
||||
},
|
||||
"7sdSkl": {
|
||||
"message": "We sent a link to {magicLinkRecipient}",
|
||||
@@ -7008,8 +7004,8 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 47],
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/members/index.tsx", 278],
|
||||
["src/views/public/board/index.tsx", 125],
|
||||
["src/views/public/boards/index.tsx", 75]
|
||||
@@ -7238,11 +7234,11 @@
|
||||
["src/views/board/components/List.tsx", 117],
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 58],
|
||||
["src/views/board/components/VisibilityButton.tsx", 72],
|
||||
["src/views/board/index.tsx", 617],
|
||||
["src/views/board/index.tsx", 675],
|
||||
["src/views/board/index.tsx", 612],
|
||||
["src/views/board/index.tsx", 670],
|
||||
["src/views/boards/components/BoardsList.tsx", 71],
|
||||
["src/views/boards/index.tsx", 68],
|
||||
["src/views/boards/index.tsx", 89]
|
||||
["src/views/boards/index.tsx", 59],
|
||||
["src/views/boards/index.tsx", 80]
|
||||
],
|
||||
"translation": "Sie haben keine Berechtigung"
|
||||
},
|
||||
@@ -7265,8 +7261,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 98]],
|
||||
"translation": "Sie wurden abgemeldet!",
|
||||
"obsolete": true
|
||||
"translation": "Sie wurden abgemeldet!"
|
||||
},
|
||||
"R275Pz": {
|
||||
"message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!",
|
||||
@@ -7445,8 +7440,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 33]],
|
||||
"translation": "Ihrem Abmelde-Link fehlt ein Token. Bitte öffnen Sie die neueste E-Mail und versuchen Sie es erneut.",
|
||||
"obsolete": true
|
||||
"translation": "Ihrem Abmelde-Link fehlt ein Token. Bitte öffnen Sie die neueste E-Mail und versuchen Sie es erneut."
|
||||
},
|
||||
"GRAGsB": {
|
||||
"message": "Your workspace",
|
||||
|
||||
@@ -34,24 +34,29 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
62
|
||||
53
|
||||
]
|
||||
],
|
||||
"translation": "{0}",
|
||||
"obsolete": true
|
||||
"translation": "{0}"
|
||||
},
|
||||
"JArWcF": {
|
||||
"message": "{0} | {1}",
|
||||
"placeholders": {
|
||||
"0": [
|
||||
"card?.title ?? t`Card`"
|
||||
"card?.title ?? t`Card`",
|
||||
"isTemplate ? \"Templates\" : \"Boards\""
|
||||
],
|
||||
"1": [
|
||||
"board?.name ?? t`Board`"
|
||||
"board?.name ?? t`Board`",
|
||||
"workspace.name ?? t`Workspace`"
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
48
|
||||
],
|
||||
[
|
||||
"src/views/card/index.tsx",
|
||||
321
|
||||
@@ -118,11 +123,10 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
570
|
||||
565
|
||||
]
|
||||
],
|
||||
"translation": "{0} not found",
|
||||
"obsolete": true
|
||||
"translation": "{0} not found"
|
||||
},
|
||||
"0xWkkH": {
|
||||
"message": "{boardCount, plural, one {Import board (1)} other {Import boards ({boardCount})}}",
|
||||
@@ -140,25 +144,6 @@
|
||||
],
|
||||
"translation": "{boardCount, plural, one {Import board (1)} other {Import boards ({boardCount})}}"
|
||||
},
|
||||
"xbAVoi": {
|
||||
"translation": "{boardLabel} | {0}",
|
||||
"message": "{boardLabel} | {0}",
|
||||
"placeholders": {
|
||||
"0": [
|
||||
"workspace.name ?? t`Workspace`"
|
||||
],
|
||||
"boardLabel": [
|
||||
"boardLabel"
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
58
|
||||
]
|
||||
]
|
||||
},
|
||||
"yndBF+": {
|
||||
"message": "{projectCount, plural, one {Import project (1)} other {Import projects ({projectCount})}}",
|
||||
"placeholders": {
|
||||
@@ -350,7 +335,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/providers/keyboard-shortcuts.tsx",
|
||||
57
|
||||
56
|
||||
]
|
||||
],
|
||||
"translation": "Actions"
|
||||
@@ -386,7 +371,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
37
|
||||
26
|
||||
],
|
||||
[
|
||||
"src/views/settings/components/NewWebhookModal.tsx",
|
||||
@@ -1136,7 +1121,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
38
|
||||
27
|
||||
]
|
||||
],
|
||||
"translation": "Archived"
|
||||
@@ -1203,24 +1188,7 @@
|
||||
36
|
||||
]
|
||||
],
|
||||
"translation": "Are you sure you want to delete this {0}?",
|
||||
"obsolete": true
|
||||
},
|
||||
"I/URsS": {
|
||||
"translation": "Are you sure you want to delete this {boardTypeLabel}?",
|
||||
"message": "Are you sure you want to delete this {boardTypeLabel}?",
|
||||
"placeholders": {
|
||||
"boardTypeLabel": [
|
||||
"boardTypeLabel"
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/DeleteBoardConfirmation.tsx",
|
||||
37
|
||||
]
|
||||
]
|
||||
"translation": "Are you sure you want to delete this {0}?"
|
||||
},
|
||||
"ZT4Khw": {
|
||||
"message": "Are you sure you want to delete this card?",
|
||||
@@ -1510,30 +1478,6 @@
|
||||
],
|
||||
"translation": "Blog Post"
|
||||
},
|
||||
"TwoUcd": {
|
||||
"translation": "board",
|
||||
"message": "board",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/DeleteBoardConfirmation.tsx",
|
||||
17
|
||||
],
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
17
|
||||
],
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
35
|
||||
],
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
35
|
||||
]
|
||||
]
|
||||
},
|
||||
"QD8opX": {
|
||||
"message": "Board",
|
||||
"placeholders": {},
|
||||
@@ -1541,7 +1485,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
543
|
||||
538
|
||||
],
|
||||
[
|
||||
"src/views/card/index.tsx",
|
||||
@@ -1619,10 +1563,6 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
570
|
||||
],
|
||||
[
|
||||
"src/views/public/board/index.tsx",
|
||||
181
|
||||
@@ -1729,23 +1669,11 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
50
|
||||
49
|
||||
]
|
||||
],
|
||||
"translation": "Board visibility updated"
|
||||
},
|
||||
"DaBhdY": {
|
||||
"translation": "boards",
|
||||
"message": "boards",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
18
|
||||
]
|
||||
]
|
||||
},
|
||||
"8TveY+": {
|
||||
"message": "Boards",
|
||||
"placeholders": {},
|
||||
@@ -1753,11 +1681,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
100
|
||||
],
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
34
|
||||
97
|
||||
],
|
||||
[
|
||||
"src/views/pricing/components/FeatureComparisonTable.tsx",
|
||||
@@ -1773,7 +1697,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
68
|
||||
66
|
||||
]
|
||||
],
|
||||
"translation": "Boards you archive will appear here."
|
||||
@@ -2217,7 +2141,7 @@
|
||||
],
|
||||
[
|
||||
"src/views/board/components/DeleteBoardConfirmation.tsx",
|
||||
45
|
||||
44
|
||||
],
|
||||
[
|
||||
"src/views/board/components/MoveBoardForm.tsx",
|
||||
@@ -2365,7 +2289,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
314
|
||||
309
|
||||
],
|
||||
[
|
||||
"src/views/card/components/Dropdown.tsx",
|
||||
@@ -2808,8 +2732,7 @@
|
||||
81
|
||||
]
|
||||
],
|
||||
"translation": "Confirm your email preferences:",
|
||||
"obsolete": true
|
||||
"translation": "Confirm your email preferences:"
|
||||
},
|
||||
"479pdJ": {
|
||||
"message": "Confirm your new password",
|
||||
@@ -3133,24 +3056,7 @@
|
||||
166
|
||||
]
|
||||
],
|
||||
"translation": "Create {0}",
|
||||
"obsolete": true
|
||||
},
|
||||
"d+ACJK": {
|
||||
"translation": "Create {boardTypeLabel}",
|
||||
"message": "Create {boardTypeLabel}",
|
||||
"placeholders": {
|
||||
"boardTypeLabel": [
|
||||
"boardTypeLabel"
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
167
|
||||
]
|
||||
]
|
||||
"translation": "Create {0}"
|
||||
},
|
||||
"vgdzLf": {
|
||||
"message": "Create another",
|
||||
@@ -3259,31 +3165,10 @@
|
||||
],
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
45
|
||||
41
|
||||
]
|
||||
],
|
||||
"translation": "Create new {0}",
|
||||
"obsolete": true
|
||||
},
|
||||
"O6v9mX": {
|
||||
"translation": "Create new {boardTypeLabel}",
|
||||
"message": "Create new {boardTypeLabel}",
|
||||
"placeholders": {
|
||||
"boardTypeLabel": [
|
||||
"boardTypeLabel"
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
82
|
||||
],
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
46
|
||||
]
|
||||
]
|
||||
"translation": "Create new {0}"
|
||||
},
|
||||
"okpxfB": {
|
||||
"message": "Create new key",
|
||||
@@ -3320,11 +3205,11 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
99
|
||||
93
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
684
|
||||
679
|
||||
]
|
||||
],
|
||||
"translation": "Create new list"
|
||||
@@ -3364,7 +3249,7 @@
|
||||
],
|
||||
[
|
||||
"src/components/WorkspaceMenu.tsx",
|
||||
178
|
||||
171
|
||||
]
|
||||
],
|
||||
"translation": "Create workspace"
|
||||
@@ -3649,7 +3534,7 @@
|
||||
],
|
||||
[
|
||||
"src/views/board/components/DeleteBoardConfirmation.tsx",
|
||||
48
|
||||
47
|
||||
],
|
||||
[
|
||||
"src/views/card/components/DeleteCardConfirmation.tsx",
|
||||
@@ -3976,8 +3861,7 @@
|
||||
78
|
||||
]
|
||||
],
|
||||
"translation": "Do you want to unsubscribe?",
|
||||
"obsolete": true
|
||||
"translation": "Do you want to unsubscribe?"
|
||||
},
|
||||
"JyXBgS": {
|
||||
"message": "docs",
|
||||
@@ -4562,11 +4446,11 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
78
|
||||
77
|
||||
],
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
93
|
||||
92
|
||||
],
|
||||
[
|
||||
"src/views/members/components/InviteMemberForm.tsx",
|
||||
@@ -4895,11 +4779,11 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
79
|
||||
78
|
||||
],
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
94
|
||||
93
|
||||
]
|
||||
],
|
||||
"translation": "Failed to create board"
|
||||
@@ -5303,7 +5187,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/providers/keyboard-shortcuts.tsx",
|
||||
55
|
||||
54
|
||||
]
|
||||
],
|
||||
"translation": "General"
|
||||
@@ -5370,24 +5254,7 @@
|
||||
66
|
||||
]
|
||||
],
|
||||
"translation": "Get started by creating a new {0}",
|
||||
"obsolete": true
|
||||
},
|
||||
"sllapH": {
|
||||
"translation": "Get started by creating a new {boardTypeLabel}",
|
||||
"message": "Get started by creating a new {boardTypeLabel}",
|
||||
"placeholders": {
|
||||
"boardTypeLabel": [
|
||||
"boardTypeLabel"
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
68
|
||||
]
|
||||
]
|
||||
"translation": "Get started by creating a new {0}"
|
||||
},
|
||||
"zC8Whw": {
|
||||
"message": "Get started by creating a new list",
|
||||
@@ -5396,7 +5263,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
669
|
||||
664
|
||||
]
|
||||
],
|
||||
"translation": "Get started by creating a new list"
|
||||
@@ -5524,7 +5391,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
108
|
||||
105
|
||||
],
|
||||
[
|
||||
"src/pages/404.tsx",
|
||||
@@ -5552,7 +5419,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
132
|
||||
129
|
||||
]
|
||||
],
|
||||
"translation": "Go to members"
|
||||
@@ -5564,7 +5431,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
144
|
||||
141
|
||||
]
|
||||
],
|
||||
"translation": "Go to settings"
|
||||
@@ -5576,7 +5443,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
120
|
||||
117
|
||||
]
|
||||
],
|
||||
"translation": "Go to templates"
|
||||
@@ -5824,7 +5691,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
83
|
||||
73
|
||||
]
|
||||
],
|
||||
"translation": "Import"
|
||||
@@ -6241,7 +6108,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/providers/keyboard-shortcuts.tsx",
|
||||
323
|
||||
321
|
||||
]
|
||||
],
|
||||
"translation": "Keyboard Shortcuts"
|
||||
@@ -6466,7 +6333,7 @@
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
312
|
||||
307
|
||||
],
|
||||
[
|
||||
"src/views/card/components/Dropdown.tsx",
|
||||
@@ -6774,7 +6641,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
124
|
||||
121
|
||||
],
|
||||
[
|
||||
"src/views/board/components/Filters.tsx",
|
||||
@@ -6989,7 +6856,7 @@
|
||||
],
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
135
|
||||
134
|
||||
],
|
||||
[
|
||||
"src/views/settings/components/NewWebhookModal.tsx",
|
||||
@@ -7009,7 +6876,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/providers/keyboard-shortcuts.tsx",
|
||||
56
|
||||
55
|
||||
]
|
||||
],
|
||||
"translation": "Navigation"
|
||||
@@ -7033,7 +6900,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
105
|
||||
95
|
||||
],
|
||||
[
|
||||
"src/views/home/components/Features.tsx",
|
||||
@@ -7056,24 +6923,7 @@
|
||||
120
|
||||
]
|
||||
],
|
||||
"translation": "New {0}",
|
||||
"obsolete": true
|
||||
},
|
||||
"DKeyWA": {
|
||||
"translation": "New {boardTypeLabel}",
|
||||
"message": "New {boardTypeLabel}",
|
||||
"placeholders": {
|
||||
"boardTypeLabel": [
|
||||
"boardTypeLabel"
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
121
|
||||
]
|
||||
]
|
||||
"translation": "New {0}"
|
||||
},
|
||||
"TjREUS": {
|
||||
"message": "New API key",
|
||||
@@ -7146,7 +6996,7 @@
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
633
|
||||
628
|
||||
]
|
||||
],
|
||||
"translation": "New list"
|
||||
@@ -7261,24 +7111,7 @@
|
||||
63
|
||||
]
|
||||
],
|
||||
"translation": "No {0}",
|
||||
"obsolete": true
|
||||
},
|
||||
"NcHwr6": {
|
||||
"translation": "No {boardLabel}",
|
||||
"message": "No {boardLabel}",
|
||||
"placeholders": {
|
||||
"boardLabel": [
|
||||
"boardLabel"
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
65
|
||||
]
|
||||
]
|
||||
"translation": "No {0}"
|
||||
},
|
||||
"tlhgDC": {
|
||||
"message": "No archived boards",
|
||||
@@ -7287,7 +7120,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
65
|
||||
63
|
||||
]
|
||||
],
|
||||
"translation": "No archived boards"
|
||||
@@ -7359,7 +7192,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/providers/keyboard-shortcuts.tsx",
|
||||
336
|
||||
334
|
||||
]
|
||||
],
|
||||
"translation": "No keyboard shortcuts registered."
|
||||
@@ -7383,7 +7216,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
665
|
||||
660
|
||||
]
|
||||
],
|
||||
"translation": "No lists"
|
||||
@@ -7395,7 +7228,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
670
|
||||
665
|
||||
]
|
||||
],
|
||||
"translation": "No lists have been created yet"
|
||||
@@ -7531,7 +7364,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/components/WorkspaceMenu.tsx",
|
||||
39
|
||||
37
|
||||
]
|
||||
],
|
||||
"translation": "Open command menu"
|
||||
@@ -7543,7 +7376,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/providers/keyboard-shortcuts.tsx",
|
||||
174
|
||||
172
|
||||
]
|
||||
],
|
||||
"translation": "Open keyboard shortcuts"
|
||||
@@ -8103,15 +7936,15 @@
|
||||
],
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
58
|
||||
57
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
224
|
||||
219
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
280
|
||||
275
|
||||
],
|
||||
[
|
||||
"src/views/boards/components/ImportBoardsForm.tsx",
|
||||
@@ -8295,7 +8128,7 @@
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
321
|
||||
316
|
||||
],
|
||||
[
|
||||
"src/views/card/components/Dropdown.tsx",
|
||||
@@ -8400,18 +8233,6 @@
|
||||
],
|
||||
"translation": "Privacy policy"
|
||||
},
|
||||
"3KKSM4": {
|
||||
"translation": "private",
|
||||
"message": "private",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
45
|
||||
]
|
||||
]
|
||||
},
|
||||
"zwBp5t": {
|
||||
"message": "Private",
|
||||
"placeholders": {},
|
||||
@@ -8419,7 +8240,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
85
|
||||
84
|
||||
]
|
||||
],
|
||||
"translation": "Private"
|
||||
@@ -8496,18 +8317,6 @@
|
||||
],
|
||||
"translation": "Profile picture"
|
||||
},
|
||||
"qvFa8r": {
|
||||
"translation": "public",
|
||||
"message": "public",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
45
|
||||
]
|
||||
]
|
||||
},
|
||||
"7d1a0d": {
|
||||
"message": "Public",
|
||||
"placeholders": {},
|
||||
@@ -8515,7 +8324,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
80
|
||||
79
|
||||
]
|
||||
],
|
||||
"translation": "Public"
|
||||
@@ -9342,7 +9151,7 @@
|
||||
],
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
136
|
||||
133
|
||||
]
|
||||
],
|
||||
"translation": "Settings"
|
||||
@@ -9730,15 +9539,15 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
230
|
||||
225
|
||||
],
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
231
|
||||
226
|
||||
],
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
241
|
||||
236
|
||||
]
|
||||
],
|
||||
"translation": "Start free trial"
|
||||
@@ -9923,30 +9732,6 @@
|
||||
],
|
||||
"translation": "Teams"
|
||||
},
|
||||
"1ZwmkP": {
|
||||
"translation": "template",
|
||||
"message": "template",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/DeleteBoardConfirmation.tsx",
|
||||
17
|
||||
],
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
17
|
||||
],
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
35
|
||||
],
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
35
|
||||
]
|
||||
]
|
||||
},
|
||||
"/K2CvV": {
|
||||
"message": "Template",
|
||||
"placeholders": {},
|
||||
@@ -9954,11 +9739,11 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
543
|
||||
538
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
579
|
||||
574
|
||||
]
|
||||
],
|
||||
"translation": "Template"
|
||||
@@ -10011,30 +9796,6 @@
|
||||
],
|
||||
"translation": "Template name is required"
|
||||
},
|
||||
"p2sbyZ": {
|
||||
"translation": "Template not found",
|
||||
"message": "Template not found",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
570
|
||||
]
|
||||
]
|
||||
},
|
||||
"UZREi+": {
|
||||
"translation": "templates",
|
||||
"message": "templates",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
18
|
||||
]
|
||||
]
|
||||
},
|
||||
"iTylMl": {
|
||||
"message": "Templates",
|
||||
"placeholders": {},
|
||||
@@ -10042,11 +9803,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/components/SideNavigation.tsx",
|
||||
112
|
||||
],
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
34
|
||||
109
|
||||
],
|
||||
[
|
||||
"src/views/home/components/Features.tsx",
|
||||
@@ -10179,7 +9936,7 @@
|
||||
"message": "The board has been moved to {0}.",
|
||||
"placeholders": {
|
||||
"0": [
|
||||
"targetWorkspace?.name ?? t`the workspace`"
|
||||
"targetWorkspace?.name ?? \"the workspace\""
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
@@ -10305,36 +10062,7 @@
|
||||
50
|
||||
]
|
||||
],
|
||||
"translation": "The visibility of your board has been set to {0}.",
|
||||
"obsolete": true
|
||||
},
|
||||
"7ENRJu": {
|
||||
"translation": "The visibility of your board has been set to {visibilityLabel}.",
|
||||
"message": "The visibility of your board has been set to {visibilityLabel}.",
|
||||
"placeholders": {
|
||||
"visibilityLabel": [
|
||||
"visibilityLabel"
|
||||
]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
51
|
||||
]
|
||||
]
|
||||
},
|
||||
"VTpWX6": {
|
||||
"translation": "the workspace",
|
||||
"message": "the workspace",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/MoveBoardForm.tsx",
|
||||
34
|
||||
]
|
||||
]
|
||||
"translation": "The visibility of your board has been set to {0}."
|
||||
},
|
||||
"FEr96N": {
|
||||
"message": "Theme",
|
||||
@@ -10371,7 +10099,7 @@
|
||||
],
|
||||
[
|
||||
"src/views/board/components/DeleteBoardConfirmation.tsx",
|
||||
40
|
||||
39
|
||||
],
|
||||
[
|
||||
"src/views/card/components/DeleteCardConfirmation.tsx",
|
||||
@@ -10775,7 +10503,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
319
|
||||
314
|
||||
],
|
||||
[
|
||||
"src/views/card/components/Dropdown.tsx",
|
||||
@@ -11091,7 +10819,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
57
|
||||
56
|
||||
]
|
||||
],
|
||||
"translation": "Unable to update board visibility"
|
||||
@@ -11103,7 +10831,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
279
|
||||
274
|
||||
],
|
||||
[
|
||||
"src/views/card/index.tsx",
|
||||
@@ -11179,7 +10907,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
223
|
||||
218
|
||||
],
|
||||
[
|
||||
"src/views/card/components/ListSelector.tsx",
|
||||
@@ -11498,8 +11226,7 @@
|
||||
93
|
||||
]
|
||||
],
|
||||
"translation": "Unsubscribe",
|
||||
"obsolete": true
|
||||
"translation": "Unsubscribe"
|
||||
},
|
||||
"EkH9pt": {
|
||||
"message": "Update",
|
||||
@@ -11756,7 +11483,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/boards/components/NewBoardForm.tsx",
|
||||
155
|
||||
154
|
||||
]
|
||||
],
|
||||
"translation": "Use template"
|
||||
@@ -11888,7 +11615,7 @@
|
||||
"origin": [
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
104
|
||||
103
|
||||
]
|
||||
],
|
||||
"translation": "Visibility"
|
||||
@@ -11915,8 +11642,7 @@
|
||||
63
|
||||
]
|
||||
],
|
||||
"translation": "We couldn't update your preferences. Please try again.",
|
||||
"obsolete": true
|
||||
"translation": "We couldn't update your preferences. Please try again."
|
||||
},
|
||||
"7sdSkl": {
|
||||
"message": "We sent a link to {magicLinkRecipient}",
|
||||
@@ -12169,11 +11895,11 @@
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
543
|
||||
538
|
||||
],
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
58
|
||||
48
|
||||
],
|
||||
[
|
||||
"src/views/members/index.tsx",
|
||||
@@ -12546,27 +12272,27 @@
|
||||
],
|
||||
[
|
||||
"src/views/board/components/VisibilityButton.tsx",
|
||||
73
|
||||
72
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
617
|
||||
612
|
||||
],
|
||||
[
|
||||
"src/views/board/index.tsx",
|
||||
675
|
||||
670
|
||||
],
|
||||
[
|
||||
"src/views/boards/components/BoardsList.tsx",
|
||||
73
|
||||
71
|
||||
],
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
69
|
||||
59
|
||||
],
|
||||
[
|
||||
"src/views/boards/index.tsx",
|
||||
90
|
||||
80
|
||||
]
|
||||
],
|
||||
"translation": "You don't have permission"
|
||||
@@ -12605,8 +12331,7 @@
|
||||
98
|
||||
]
|
||||
],
|
||||
"translation": "You have been unsubscribed!",
|
||||
"obsolete": true
|
||||
"translation": "You have been unsubscribed!"
|
||||
},
|
||||
"R275Pz": {
|
||||
"message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!",
|
||||
@@ -12899,8 +12624,7 @@
|
||||
33
|
||||
]
|
||||
],
|
||||
"translation": "Your unsubscribe link is missing a token. Please open the latest email and try again.",
|
||||
"obsolete": true
|
||||
"translation": "Your unsubscribe link is missing a token. Please open the latest email and try again."
|
||||
},
|
||||
"GRAGsB": {
|
||||
"message": "Your workspace",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -19,7 +19,7 @@
|
||||
"0": ["isTemplate ? \"Templates\" : \"Boards\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 62]],
|
||||
"origin": [["src/views/boards/index.tsx", 53]],
|
||||
"translation": "{0}"
|
||||
},
|
||||
"JArWcF": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/card/index.tsx", 321]
|
||||
],
|
||||
"translation": "{0} | {1}"
|
||||
@@ -71,7 +71,7 @@
|
||||
"0": ["isTemplate ? \"Template\" : \"Board\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 570]],
|
||||
"origin": [["src/views/board/index.tsx", 565]],
|
||||
"translation": "{0} no encontrado"
|
||||
},
|
||||
"0xWkkH": {
|
||||
@@ -220,7 +220,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 30],
|
||||
["src/views/boards/index.tsx", 26],
|
||||
["src/views/settings/components/NewWebhookModal.tsx", 321],
|
||||
["src/views/settings/components/WebhookList.tsx", 106]
|
||||
],
|
||||
@@ -664,7 +664,7 @@
|
||||
"message": "Archived",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 31]],
|
||||
"origin": [["src/views/boards/index.tsx", 27]],
|
||||
"translation": "Archivado"
|
||||
},
|
||||
"lo8xBK": {
|
||||
@@ -887,7 +887,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/card/index.tsx", 321],
|
||||
["src/views/public/board/index.tsx", 125]
|
||||
],
|
||||
@@ -1006,7 +1006,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 98],
|
||||
["src/components/SideNavigation.tsx", 97],
|
||||
["src/views/pricing/components/FeatureComparisonTable.tsx", 73]
|
||||
],
|
||||
"translation": "Tableros"
|
||||
@@ -1361,7 +1361,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/board/index.tsx", 309],
|
||||
["src/views/card/components/Dropdown.tsx", 74],
|
||||
["src/views/public/board/CardModal.tsx", 38]
|
||||
],
|
||||
@@ -1626,8 +1626,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 81]],
|
||||
"translation": "Confirma tus preferencias de correo electrónico:",
|
||||
"obsolete": true
|
||||
"translation": "Confirma tus preferencias de correo electrónico:"
|
||||
},
|
||||
"479pdJ": {
|
||||
"message": "Confirm your new password",
|
||||
@@ -1889,7 +1888,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/components/BoardsList.tsx", 80],
|
||||
["src/views/boards/index.tsx", 45]
|
||||
["src/views/boards/index.tsx", 41]
|
||||
],
|
||||
"translation": "Crear nuevo {0}"
|
||||
},
|
||||
@@ -1915,8 +1914,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 99],
|
||||
["src/views/board/index.tsx", 684]
|
||||
["src/views/board/index.tsx", 93],
|
||||
["src/views/board/index.tsx", 679]
|
||||
],
|
||||
"translation": "Crear nueva lista"
|
||||
},
|
||||
@@ -1940,7 +1939,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/NewWorkspaceForm.tsx", 227],
|
||||
["src/components/WorkspaceMenu.tsx", 176]
|
||||
["src/components/WorkspaceMenu.tsx", 171]
|
||||
],
|
||||
"translation": "Crear espacio de trabajo"
|
||||
},
|
||||
@@ -2295,8 +2294,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 78]],
|
||||
"translation": "¿Quieres cancelar la suscripción?",
|
||||
"obsolete": true
|
||||
"translation": "¿Quieres cancelar la suscripción?"
|
||||
},
|
||||
"JyXBgS": {
|
||||
"message": "docs",
|
||||
@@ -3127,7 +3125,7 @@
|
||||
"message": "Get started by creating a new list",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 669]],
|
||||
"origin": [["src/views/board/index.tsx", 664]],
|
||||
"translation": "Comienza creando una nueva lista"
|
||||
},
|
||||
"oW13KZ": {
|
||||
@@ -3204,7 +3202,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 106],
|
||||
["src/components/SideNavigation.tsx", 105],
|
||||
["src/pages/404.tsx", 44]
|
||||
],
|
||||
"translation": "Ir a tableros"
|
||||
@@ -3220,21 +3218,21 @@
|
||||
"message": "Go to members",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 130]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 129]],
|
||||
"translation": "Ir a miembros"
|
||||
},
|
||||
"1WuwiM": {
|
||||
"message": "Go to settings",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 142]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 141]],
|
||||
"translation": "Ir a configuración"
|
||||
},
|
||||
"csFbe+": {
|
||||
"message": "Go to templates",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 118]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 117]],
|
||||
"translation": "Ir a plantillas"
|
||||
},
|
||||
"SUvm1Y": {
|
||||
@@ -3384,7 +3382,7 @@
|
||||
"message": "Import",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 82]],
|
||||
"origin": [["src/views/boards/index.tsx", 73]],
|
||||
"translation": "Importar"
|
||||
},
|
||||
"2MPcep": {
|
||||
@@ -3767,7 +3765,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 80],
|
||||
["src/views/board/index.tsx", 312],
|
||||
["src/views/board/index.tsx", 307],
|
||||
["src/views/card/components/Dropdown.tsx", 72],
|
||||
["src/views/public/board/CardModal.tsx", 36],
|
||||
["src/views/public/board/index.tsx", 77]
|
||||
@@ -3947,7 +3945,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 122],
|
||||
["src/components/SideNavigation.tsx", 121],
|
||||
["src/views/board/components/Filters.tsx", 147],
|
||||
["src/views/board/components/NewCardForm.tsx", 386],
|
||||
["src/views/card/index.tsx", 143],
|
||||
@@ -4092,7 +4090,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 104],
|
||||
["src/views/boards/index.tsx", 95],
|
||||
["src/views/home/components/Features.tsx", 73]
|
||||
],
|
||||
"translation": "Nuevo"
|
||||
@@ -4147,7 +4145,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/NewListForm.tsx", 113],
|
||||
["src/views/board/index.tsx", 633]
|
||||
["src/views/board/index.tsx", 628]
|
||||
],
|
||||
"translation": "Nueva lista"
|
||||
},
|
||||
@@ -4280,14 +4278,14 @@
|
||||
"message": "No lists",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"origin": [["src/views/board/index.tsx", 660]],
|
||||
"translation": "Sin listas"
|
||||
},
|
||||
"fvLNDy": {
|
||||
"message": "No lists have been created yet",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 670]],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"translation": "Aún no se han creado listas"
|
||||
},
|
||||
"i30J2U": {
|
||||
@@ -4709,8 +4707,8 @@
|
||||
["src/views/board/components/NewTemplateForm.tsx", 77],
|
||||
["src/views/board/components/UpdateBoardSlugForm.tsx", 73],
|
||||
["src/views/board/components/VisibilityButton.tsx", 57],
|
||||
["src/views/board/index.tsx", 224],
|
||||
["src/views/board/index.tsx", 280],
|
||||
["src/views/board/index.tsx", 219],
|
||||
["src/views/board/index.tsx", 275],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 243],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 395],
|
||||
["src/views/card/components/AttachmentThumbnails.tsx", 74],
|
||||
@@ -4768,7 +4766,7 @@
|
||||
"origin": [
|
||||
["src/views/board/components/CardContextDuplicateModal.tsx", 76],
|
||||
["src/views/board/components/CardContextMoveListModal.tsx", 42],
|
||||
["src/views/board/index.tsx", 321],
|
||||
["src/views/board/index.tsx", 316],
|
||||
["src/views/card/components/Dropdown.tsx", 55],
|
||||
["src/views/card/components/Dropdown.tsx", 81],
|
||||
["src/views/card/components/Dropdown.tsx", 100],
|
||||
@@ -5361,7 +5359,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 102],
|
||||
["src/components/SideNavigation.tsx", 134]
|
||||
["src/components/SideNavigation.tsx", 133]
|
||||
],
|
||||
"translation": "Configuración"
|
||||
},
|
||||
@@ -5597,9 +5595,9 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 228],
|
||||
["src/components/SideNavigation.tsx", 229],
|
||||
["src/components/SideNavigation.tsx", 239]
|
||||
["src/components/SideNavigation.tsx", 225],
|
||||
["src/components/SideNavigation.tsx", 226],
|
||||
["src/components/SideNavigation.tsx", 236]
|
||||
],
|
||||
"translation": "Iniciar prueba gratuita"
|
||||
},
|
||||
@@ -5717,8 +5715,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 579]
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/board/index.tsx", 574]
|
||||
],
|
||||
"translation": "Plantilla"
|
||||
},
|
||||
@@ -5755,7 +5753,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 110],
|
||||
["src/components/SideNavigation.tsx", 109],
|
||||
["src/views/home/components/Features.tsx", 115]
|
||||
],
|
||||
"translation": "Plantillas"
|
||||
@@ -6185,7 +6183,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 319],
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/card/components/Dropdown.tsx", 79],
|
||||
["src/views/public/board/CardModal.tsx", 43],
|
||||
["src/views/public/board/index.tsx", 84]
|
||||
@@ -6385,7 +6383,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 279],
|
||||
["src/views/board/index.tsx", 274],
|
||||
["src/views/card/index.tsx", 235]
|
||||
],
|
||||
"translation": "No se pudo actualizar la tarjeta"
|
||||
@@ -6430,7 +6428,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 223],
|
||||
["src/views/board/index.tsx", 218],
|
||||
["src/views/card/components/ListSelector.tsx", 54]
|
||||
],
|
||||
"translation": "No se pudo actualizar la lista"
|
||||
@@ -6608,8 +6606,7 @@
|
||||
["src/pages/unsubscribe/index.tsx", 68],
|
||||
["src/pages/unsubscribe/index.tsx", 93]
|
||||
],
|
||||
"translation": "Cancelar suscripción",
|
||||
"obsolete": true
|
||||
"translation": "Cancelar suscripción"
|
||||
},
|
||||
"EkH9pt": {
|
||||
"message": "Update",
|
||||
@@ -6854,8 +6851,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
|
||||
"translation": "No pudimos actualizar tus preferencias. Por favor, inténtalo de nuevo.",
|
||||
"obsolete": true
|
||||
"translation": "No pudimos actualizar tus preferencias. Por favor, inténtalo de nuevo."
|
||||
},
|
||||
"7sdSkl": {
|
||||
"message": "We sent a link to {magicLinkRecipient}",
|
||||
@@ -7008,8 +7004,8 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 47],
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/members/index.tsx", 278],
|
||||
["src/views/public/board/index.tsx", 125],
|
||||
["src/views/public/boards/index.tsx", 75]
|
||||
@@ -7238,11 +7234,11 @@
|
||||
["src/views/board/components/List.tsx", 117],
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 58],
|
||||
["src/views/board/components/VisibilityButton.tsx", 72],
|
||||
["src/views/board/index.tsx", 617],
|
||||
["src/views/board/index.tsx", 675],
|
||||
["src/views/board/index.tsx", 612],
|
||||
["src/views/board/index.tsx", 670],
|
||||
["src/views/boards/components/BoardsList.tsx", 71],
|
||||
["src/views/boards/index.tsx", 68],
|
||||
["src/views/boards/index.tsx", 89]
|
||||
["src/views/boards/index.tsx", 59],
|
||||
["src/views/boards/index.tsx", 80]
|
||||
],
|
||||
"translation": "No tienes permiso"
|
||||
},
|
||||
@@ -7265,8 +7261,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 98]],
|
||||
"translation": "¡Te has dado de baja!",
|
||||
"obsolete": true
|
||||
"translation": "¡Te has dado de baja!"
|
||||
},
|
||||
"R275Pz": {
|
||||
"message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!",
|
||||
@@ -7445,8 +7440,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 33]],
|
||||
"translation": "Tu enlace de cancelación de suscripción no tiene un token. Por favor, abre el último correo electrónico e inténtalo de nuevo.",
|
||||
"obsolete": true
|
||||
"translation": "Tu enlace de cancelación de suscripción no tiene un token. Por favor, abre el último correo electrónico e inténtalo de nuevo."
|
||||
},
|
||||
"GRAGsB": {
|
||||
"message": "Your workspace",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"0": ["isTemplate ? \"Templates\" : \"Boards\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 62]],
|
||||
"origin": [["src/views/boards/index.tsx", 53]],
|
||||
"translation": "{0}"
|
||||
},
|
||||
"JArWcF": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/card/index.tsx", 321]
|
||||
],
|
||||
"translation": "{0} | {1}"
|
||||
@@ -71,7 +71,7 @@
|
||||
"0": ["isTemplate ? \"Template\" : \"Board\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 570]],
|
||||
"origin": [["src/views/board/index.tsx", 565]],
|
||||
"translation": "{0} introuvable"
|
||||
},
|
||||
"0xWkkH": {
|
||||
@@ -220,7 +220,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 30],
|
||||
["src/views/boards/index.tsx", 26],
|
||||
["src/views/settings/components/NewWebhookModal.tsx", 321],
|
||||
["src/views/settings/components/WebhookList.tsx", 106]
|
||||
],
|
||||
@@ -664,7 +664,7 @@
|
||||
"message": "Archived",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 31]],
|
||||
"origin": [["src/views/boards/index.tsx", 27]],
|
||||
"translation": "Archivé"
|
||||
},
|
||||
"lo8xBK": {
|
||||
@@ -887,7 +887,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/card/index.tsx", 321],
|
||||
["src/views/public/board/index.tsx", 125]
|
||||
],
|
||||
@@ -1006,7 +1006,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 98],
|
||||
["src/components/SideNavigation.tsx", 97],
|
||||
["src/views/pricing/components/FeatureComparisonTable.tsx", 73]
|
||||
],
|
||||
"translation": "Tableaux"
|
||||
@@ -1361,7 +1361,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/board/index.tsx", 309],
|
||||
["src/views/card/components/Dropdown.tsx", 74],
|
||||
["src/views/public/board/CardModal.tsx", 38]
|
||||
],
|
||||
@@ -1626,8 +1626,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 81]],
|
||||
"translation": "Confirmez vos préférences d'e-mail :",
|
||||
"obsolete": true
|
||||
"translation": "Confirmez vos préférences d'e-mail :"
|
||||
},
|
||||
"479pdJ": {
|
||||
"message": "Confirm your new password",
|
||||
@@ -1889,7 +1888,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/components/BoardsList.tsx", 80],
|
||||
["src/views/boards/index.tsx", 45]
|
||||
["src/views/boards/index.tsx", 41]
|
||||
],
|
||||
"translation": "Créer un nouveau {0}"
|
||||
},
|
||||
@@ -1915,8 +1914,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 99],
|
||||
["src/views/board/index.tsx", 684]
|
||||
["src/views/board/index.tsx", 93],
|
||||
["src/views/board/index.tsx", 679]
|
||||
],
|
||||
"translation": "Créer une nouvelle liste"
|
||||
},
|
||||
@@ -1940,7 +1939,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/NewWorkspaceForm.tsx", 227],
|
||||
["src/components/WorkspaceMenu.tsx", 176]
|
||||
["src/components/WorkspaceMenu.tsx", 171]
|
||||
],
|
||||
"translation": "Créer un espace de travail"
|
||||
},
|
||||
@@ -2295,8 +2294,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 78]],
|
||||
"translation": "Voulez-vous vous désabonner ?",
|
||||
"obsolete": true
|
||||
"translation": "Voulez-vous vous désabonner ?"
|
||||
},
|
||||
"JyXBgS": {
|
||||
"message": "docs",
|
||||
@@ -3127,7 +3125,7 @@
|
||||
"message": "Get started by creating a new list",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 669]],
|
||||
"origin": [["src/views/board/index.tsx", 664]],
|
||||
"translation": "Commencez en créant une nouvelle liste"
|
||||
},
|
||||
"oW13KZ": {
|
||||
@@ -3204,7 +3202,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 106],
|
||||
["src/components/SideNavigation.tsx", 105],
|
||||
["src/pages/404.tsx", 44]
|
||||
],
|
||||
"translation": "Aller aux tableaux"
|
||||
@@ -3220,21 +3218,21 @@
|
||||
"message": "Go to members",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 130]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 129]],
|
||||
"translation": "Aller aux membres"
|
||||
},
|
||||
"1WuwiM": {
|
||||
"message": "Go to settings",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 142]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 141]],
|
||||
"translation": "Aller aux paramètres"
|
||||
},
|
||||
"csFbe+": {
|
||||
"message": "Go to templates",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 118]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 117]],
|
||||
"translation": "Aller aux modèles"
|
||||
},
|
||||
"SUvm1Y": {
|
||||
@@ -3384,7 +3382,7 @@
|
||||
"message": "Import",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 82]],
|
||||
"origin": [["src/views/boards/index.tsx", 73]],
|
||||
"translation": "Importer"
|
||||
},
|
||||
"2MPcep": {
|
||||
@@ -3767,7 +3765,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 80],
|
||||
["src/views/board/index.tsx", 312],
|
||||
["src/views/board/index.tsx", 307],
|
||||
["src/views/card/components/Dropdown.tsx", 72],
|
||||
["src/views/public/board/CardModal.tsx", 36],
|
||||
["src/views/public/board/index.tsx", 77]
|
||||
@@ -3947,7 +3945,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 122],
|
||||
["src/components/SideNavigation.tsx", 121],
|
||||
["src/views/board/components/Filters.tsx", 147],
|
||||
["src/views/board/components/NewCardForm.tsx", 386],
|
||||
["src/views/card/index.tsx", 143],
|
||||
@@ -4092,7 +4090,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 104],
|
||||
["src/views/boards/index.tsx", 95],
|
||||
["src/views/home/components/Features.tsx", 73]
|
||||
],
|
||||
"translation": "Nouveau"
|
||||
@@ -4147,7 +4145,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/NewListForm.tsx", 113],
|
||||
["src/views/board/index.tsx", 633]
|
||||
["src/views/board/index.tsx", 628]
|
||||
],
|
||||
"translation": "Nouvelle liste"
|
||||
},
|
||||
@@ -4280,14 +4278,14 @@
|
||||
"message": "No lists",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"origin": [["src/views/board/index.tsx", 660]],
|
||||
"translation": "Aucune liste"
|
||||
},
|
||||
"fvLNDy": {
|
||||
"message": "No lists have been created yet",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 670]],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"translation": "Aucune liste n'a encore été créée"
|
||||
},
|
||||
"i30J2U": {
|
||||
@@ -4709,8 +4707,8 @@
|
||||
["src/views/board/components/NewTemplateForm.tsx", 77],
|
||||
["src/views/board/components/UpdateBoardSlugForm.tsx", 73],
|
||||
["src/views/board/components/VisibilityButton.tsx", 57],
|
||||
["src/views/board/index.tsx", 224],
|
||||
["src/views/board/index.tsx", 280],
|
||||
["src/views/board/index.tsx", 219],
|
||||
["src/views/board/index.tsx", 275],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 243],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 395],
|
||||
["src/views/card/components/AttachmentThumbnails.tsx", 74],
|
||||
@@ -4768,7 +4766,7 @@
|
||||
"origin": [
|
||||
["src/views/board/components/CardContextDuplicateModal.tsx", 76],
|
||||
["src/views/board/components/CardContextMoveListModal.tsx", 42],
|
||||
["src/views/board/index.tsx", 321],
|
||||
["src/views/board/index.tsx", 316],
|
||||
["src/views/card/components/Dropdown.tsx", 55],
|
||||
["src/views/card/components/Dropdown.tsx", 81],
|
||||
["src/views/card/components/Dropdown.tsx", 100],
|
||||
@@ -5361,7 +5359,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 102],
|
||||
["src/components/SideNavigation.tsx", 134]
|
||||
["src/components/SideNavigation.tsx", 133]
|
||||
],
|
||||
"translation": "Paramètres"
|
||||
},
|
||||
@@ -5597,9 +5595,9 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 228],
|
||||
["src/components/SideNavigation.tsx", 229],
|
||||
["src/components/SideNavigation.tsx", 239]
|
||||
["src/components/SideNavigation.tsx", 225],
|
||||
["src/components/SideNavigation.tsx", 226],
|
||||
["src/components/SideNavigation.tsx", 236]
|
||||
],
|
||||
"translation": "Commencer l'essai gratuit"
|
||||
},
|
||||
@@ -5717,8 +5715,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 579]
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/board/index.tsx", 574]
|
||||
],
|
||||
"translation": "Modèle"
|
||||
},
|
||||
@@ -5755,7 +5753,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 110],
|
||||
["src/components/SideNavigation.tsx", 109],
|
||||
["src/views/home/components/Features.tsx", 115]
|
||||
],
|
||||
"translation": "Modèles"
|
||||
@@ -6185,7 +6183,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 319],
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/card/components/Dropdown.tsx", 79],
|
||||
["src/views/public/board/CardModal.tsx", 43],
|
||||
["src/views/public/board/index.tsx", 84]
|
||||
@@ -6385,7 +6383,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 279],
|
||||
["src/views/board/index.tsx", 274],
|
||||
["src/views/card/index.tsx", 235]
|
||||
],
|
||||
"translation": "Impossible de mettre à jour la carte"
|
||||
@@ -6430,7 +6428,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 223],
|
||||
["src/views/board/index.tsx", 218],
|
||||
["src/views/card/components/ListSelector.tsx", 54]
|
||||
],
|
||||
"translation": "Impossible de mettre à jour la liste"
|
||||
@@ -6608,8 +6606,7 @@
|
||||
["src/pages/unsubscribe/index.tsx", 68],
|
||||
["src/pages/unsubscribe/index.tsx", 93]
|
||||
],
|
||||
"translation": "Se désabonner",
|
||||
"obsolete": true
|
||||
"translation": "Se désabonner"
|
||||
},
|
||||
"EkH9pt": {
|
||||
"message": "Update",
|
||||
@@ -6854,8 +6851,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
|
||||
"translation": "Nous n'avons pas pu mettre à jour vos préférences. Veuillez réessayer.",
|
||||
"obsolete": true
|
||||
"translation": "Nous n'avons pas pu mettre à jour vos préférences. Veuillez réessayer."
|
||||
},
|
||||
"7sdSkl": {
|
||||
"message": "We sent a link to {magicLinkRecipient}",
|
||||
@@ -7008,8 +7004,8 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 47],
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/members/index.tsx", 278],
|
||||
["src/views/public/board/index.tsx", 125],
|
||||
["src/views/public/boards/index.tsx", 75]
|
||||
@@ -7238,11 +7234,11 @@
|
||||
["src/views/board/components/List.tsx", 117],
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 58],
|
||||
["src/views/board/components/VisibilityButton.tsx", 72],
|
||||
["src/views/board/index.tsx", 617],
|
||||
["src/views/board/index.tsx", 675],
|
||||
["src/views/board/index.tsx", 612],
|
||||
["src/views/board/index.tsx", 670],
|
||||
["src/views/boards/components/BoardsList.tsx", 71],
|
||||
["src/views/boards/index.tsx", 68],
|
||||
["src/views/boards/index.tsx", 89]
|
||||
["src/views/boards/index.tsx", 59],
|
||||
["src/views/boards/index.tsx", 80]
|
||||
],
|
||||
"translation": "Vous n'avez pas la permission"
|
||||
},
|
||||
@@ -7265,8 +7261,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 98]],
|
||||
"translation": "Vous avez été désabonné !",
|
||||
"obsolete": true
|
||||
"translation": "Vous avez été désabonné !"
|
||||
},
|
||||
"R275Pz": {
|
||||
"message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!",
|
||||
@@ -7445,8 +7440,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 33]],
|
||||
"translation": "Votre lien de désinscription ne contient pas de jeton. Veuillez ouvrir le dernier e-mail et réessayer.",
|
||||
"obsolete": true
|
||||
"translation": "Votre lien de désinscription ne contient pas de jeton. Veuillez ouvrir le dernier e-mail et réessayer."
|
||||
},
|
||||
"GRAGsB": {
|
||||
"message": "Your workspace",
|
||||
|
||||
@@ -7,14 +7,12 @@ export const locales = [
|
||||
"nl",
|
||||
"ru",
|
||||
"pl",
|
||||
"ptbr",
|
||||
"zh-CN",
|
||||
"ptbr"
|
||||
] as const;
|
||||
|
||||
export type Locale = (typeof locales)[number];
|
||||
|
||||
// 自托管实例默认使用简体中文,用户仍可在设置中切换其他语言。
|
||||
export const defaultLocale: Locale = "zh-CN";
|
||||
export const defaultLocale: Locale = "en";
|
||||
|
||||
export const localeNames: Record<Locale, string> = {
|
||||
en: "English",
|
||||
@@ -26,5 +24,4 @@ export const localeNames: Record<Locale, string> = {
|
||||
ru: "Русский",
|
||||
pl: "Polski",
|
||||
ptbr: "Português",
|
||||
"zh-CN": "简体中文",
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"0": ["isTemplate ? \"Templates\" : \"Boards\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 62]],
|
||||
"origin": [["src/views/boards/index.tsx", 53]],
|
||||
"translation": "{0}"
|
||||
},
|
||||
"JArWcF": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/card/index.tsx", 321]
|
||||
],
|
||||
"translation": "{0} | {1}"
|
||||
@@ -71,7 +71,7 @@
|
||||
"0": ["isTemplate ? \"Template\" : \"Board\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 570]],
|
||||
"origin": [["src/views/board/index.tsx", 565]],
|
||||
"translation": "{0} non trovato"
|
||||
},
|
||||
"0xWkkH": {
|
||||
@@ -220,7 +220,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 30],
|
||||
["src/views/boards/index.tsx", 26],
|
||||
["src/views/settings/components/NewWebhookModal.tsx", 321],
|
||||
["src/views/settings/components/WebhookList.tsx", 106]
|
||||
],
|
||||
@@ -664,7 +664,7 @@
|
||||
"message": "Archived",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 31]],
|
||||
"origin": [["src/views/boards/index.tsx", 27]],
|
||||
"translation": "Archiviato"
|
||||
},
|
||||
"lo8xBK": {
|
||||
@@ -887,7 +887,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/card/index.tsx", 321],
|
||||
["src/views/public/board/index.tsx", 125]
|
||||
],
|
||||
@@ -1006,7 +1006,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 98],
|
||||
["src/components/SideNavigation.tsx", 97],
|
||||
["src/views/pricing/components/FeatureComparisonTable.tsx", 73]
|
||||
],
|
||||
"translation": "Board"
|
||||
@@ -1361,7 +1361,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/board/index.tsx", 309],
|
||||
["src/views/card/components/Dropdown.tsx", 74],
|
||||
["src/views/public/board/CardModal.tsx", 38]
|
||||
],
|
||||
@@ -1626,8 +1626,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 81]],
|
||||
"translation": "Conferma le tue preferenze email:",
|
||||
"obsolete": true
|
||||
"translation": "Conferma le tue preferenze email:"
|
||||
},
|
||||
"479pdJ": {
|
||||
"message": "Confirm your new password",
|
||||
@@ -1889,7 +1888,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/components/BoardsList.tsx", 80],
|
||||
["src/views/boards/index.tsx", 45]
|
||||
["src/views/boards/index.tsx", 41]
|
||||
],
|
||||
"translation": "Crea nuovo {0}"
|
||||
},
|
||||
@@ -1915,8 +1914,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 99],
|
||||
["src/views/board/index.tsx", 684]
|
||||
["src/views/board/index.tsx", 93],
|
||||
["src/views/board/index.tsx", 679]
|
||||
],
|
||||
"translation": "Crea nuova lista"
|
||||
},
|
||||
@@ -1940,7 +1939,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/NewWorkspaceForm.tsx", 227],
|
||||
["src/components/WorkspaceMenu.tsx", 176]
|
||||
["src/components/WorkspaceMenu.tsx", 171]
|
||||
],
|
||||
"translation": "Crea workspace"
|
||||
},
|
||||
@@ -2295,8 +2294,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 78]],
|
||||
"translation": "Vuoi annullare l'iscrizione?",
|
||||
"obsolete": true
|
||||
"translation": "Vuoi annullare l'iscrizione?"
|
||||
},
|
||||
"JyXBgS": {
|
||||
"message": "docs",
|
||||
@@ -3127,7 +3125,7 @@
|
||||
"message": "Get started by creating a new list",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 669]],
|
||||
"origin": [["src/views/board/index.tsx", 664]],
|
||||
"translation": "Inizia creando una nuova lista"
|
||||
},
|
||||
"oW13KZ": {
|
||||
@@ -3204,7 +3202,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 106],
|
||||
["src/components/SideNavigation.tsx", 105],
|
||||
["src/pages/404.tsx", 44]
|
||||
],
|
||||
"translation": "Vai alle bacheche"
|
||||
@@ -3220,21 +3218,21 @@
|
||||
"message": "Go to members",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 130]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 129]],
|
||||
"translation": "Vai ai membri"
|
||||
},
|
||||
"1WuwiM": {
|
||||
"message": "Go to settings",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 142]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 141]],
|
||||
"translation": "Vai alle impostazioni"
|
||||
},
|
||||
"csFbe+": {
|
||||
"message": "Go to templates",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 118]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 117]],
|
||||
"translation": "Vai ai modelli"
|
||||
},
|
||||
"SUvm1Y": {
|
||||
@@ -3384,7 +3382,7 @@
|
||||
"message": "Import",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 82]],
|
||||
"origin": [["src/views/boards/index.tsx", 73]],
|
||||
"translation": "Importa"
|
||||
},
|
||||
"2MPcep": {
|
||||
@@ -3767,7 +3765,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 80],
|
||||
["src/views/board/index.tsx", 312],
|
||||
["src/views/board/index.tsx", 307],
|
||||
["src/views/card/components/Dropdown.tsx", 72],
|
||||
["src/views/public/board/CardModal.tsx", 36],
|
||||
["src/views/public/board/index.tsx", 77]
|
||||
@@ -3947,7 +3945,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 122],
|
||||
["src/components/SideNavigation.tsx", 121],
|
||||
["src/views/board/components/Filters.tsx", 147],
|
||||
["src/views/board/components/NewCardForm.tsx", 386],
|
||||
["src/views/card/index.tsx", 143],
|
||||
@@ -4092,7 +4090,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 104],
|
||||
["src/views/boards/index.tsx", 95],
|
||||
["src/views/home/components/Features.tsx", 73]
|
||||
],
|
||||
"translation": "Nuovo"
|
||||
@@ -4147,7 +4145,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/NewListForm.tsx", 113],
|
||||
["src/views/board/index.tsx", 633]
|
||||
["src/views/board/index.tsx", 628]
|
||||
],
|
||||
"translation": "Nuova lista"
|
||||
},
|
||||
@@ -4280,14 +4278,14 @@
|
||||
"message": "No lists",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"origin": [["src/views/board/index.tsx", 660]],
|
||||
"translation": "Nessuna lista"
|
||||
},
|
||||
"fvLNDy": {
|
||||
"message": "No lists have been created yet",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 670]],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"translation": "Nessuna lista è stata ancora creata"
|
||||
},
|
||||
"i30J2U": {
|
||||
@@ -4709,8 +4707,8 @@
|
||||
["src/views/board/components/NewTemplateForm.tsx", 77],
|
||||
["src/views/board/components/UpdateBoardSlugForm.tsx", 73],
|
||||
["src/views/board/components/VisibilityButton.tsx", 57],
|
||||
["src/views/board/index.tsx", 224],
|
||||
["src/views/board/index.tsx", 280],
|
||||
["src/views/board/index.tsx", 219],
|
||||
["src/views/board/index.tsx", 275],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 243],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 395],
|
||||
["src/views/card/components/AttachmentThumbnails.tsx", 74],
|
||||
@@ -4768,7 +4766,7 @@
|
||||
"origin": [
|
||||
["src/views/board/components/CardContextDuplicateModal.tsx", 76],
|
||||
["src/views/board/components/CardContextMoveListModal.tsx", 42],
|
||||
["src/views/board/index.tsx", 321],
|
||||
["src/views/board/index.tsx", 316],
|
||||
["src/views/card/components/Dropdown.tsx", 55],
|
||||
["src/views/card/components/Dropdown.tsx", 81],
|
||||
["src/views/card/components/Dropdown.tsx", 100],
|
||||
@@ -5361,7 +5359,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 102],
|
||||
["src/components/SideNavigation.tsx", 134]
|
||||
["src/components/SideNavigation.tsx", 133]
|
||||
],
|
||||
"translation": "Impostazioni"
|
||||
},
|
||||
@@ -5597,9 +5595,9 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 228],
|
||||
["src/components/SideNavigation.tsx", 229],
|
||||
["src/components/SideNavigation.tsx", 239]
|
||||
["src/components/SideNavigation.tsx", 225],
|
||||
["src/components/SideNavigation.tsx", 226],
|
||||
["src/components/SideNavigation.tsx", 236]
|
||||
],
|
||||
"translation": "Inizia prova gratuita"
|
||||
},
|
||||
@@ -5717,8 +5715,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 579]
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/board/index.tsx", 574]
|
||||
],
|
||||
"translation": "Template"
|
||||
},
|
||||
@@ -5755,7 +5753,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 110],
|
||||
["src/components/SideNavigation.tsx", 109],
|
||||
["src/views/home/components/Features.tsx", 115]
|
||||
],
|
||||
"translation": "Template"
|
||||
@@ -6185,7 +6183,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 319],
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/card/components/Dropdown.tsx", 79],
|
||||
["src/views/public/board/CardModal.tsx", 43],
|
||||
["src/views/public/board/index.tsx", 84]
|
||||
@@ -6385,7 +6383,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 279],
|
||||
["src/views/board/index.tsx", 274],
|
||||
["src/views/card/index.tsx", 235]
|
||||
],
|
||||
"translation": "Impossibile aggiornare la card"
|
||||
@@ -6430,7 +6428,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 223],
|
||||
["src/views/board/index.tsx", 218],
|
||||
["src/views/card/components/ListSelector.tsx", 54]
|
||||
],
|
||||
"translation": "Impossibile aggiornare la lista"
|
||||
@@ -6608,8 +6606,7 @@
|
||||
["src/pages/unsubscribe/index.tsx", 68],
|
||||
["src/pages/unsubscribe/index.tsx", 93]
|
||||
],
|
||||
"translation": "Annulla iscrizione",
|
||||
"obsolete": true
|
||||
"translation": "Annulla iscrizione"
|
||||
},
|
||||
"EkH9pt": {
|
||||
"message": "Update",
|
||||
@@ -6854,8 +6851,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
|
||||
"translation": "Non è stato possibile aggiornare le tue preferenze. Riprova.",
|
||||
"obsolete": true
|
||||
"translation": "Non è stato possibile aggiornare le tue preferenze. Riprova."
|
||||
},
|
||||
"7sdSkl": {
|
||||
"message": "We sent a link to {magicLinkRecipient}",
|
||||
@@ -7008,8 +7004,8 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 47],
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/members/index.tsx", 278],
|
||||
["src/views/public/board/index.tsx", 125],
|
||||
["src/views/public/boards/index.tsx", 75]
|
||||
@@ -7238,11 +7234,11 @@
|
||||
["src/views/board/components/List.tsx", 117],
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 58],
|
||||
["src/views/board/components/VisibilityButton.tsx", 72],
|
||||
["src/views/board/index.tsx", 617],
|
||||
["src/views/board/index.tsx", 675],
|
||||
["src/views/board/index.tsx", 612],
|
||||
["src/views/board/index.tsx", 670],
|
||||
["src/views/boards/components/BoardsList.tsx", 71],
|
||||
["src/views/boards/index.tsx", 68],
|
||||
["src/views/boards/index.tsx", 89]
|
||||
["src/views/boards/index.tsx", 59],
|
||||
["src/views/boards/index.tsx", 80]
|
||||
],
|
||||
"translation": "Non hai i permessi necessari"
|
||||
},
|
||||
@@ -7265,8 +7261,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 98]],
|
||||
"translation": "Hai annullato l'iscrizione!",
|
||||
"obsolete": true
|
||||
"translation": "Hai annullato l'iscrizione!"
|
||||
},
|
||||
"R275Pz": {
|
||||
"message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!",
|
||||
@@ -7445,8 +7440,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 33]],
|
||||
"translation": "Il tuo link di disiscrizione non contiene un token. Apri l'ultima email e riprova.",
|
||||
"obsolete": true
|
||||
"translation": "Il tuo link di disiscrizione non contiene un token. Apri l'ultima email e riprova."
|
||||
},
|
||||
"GRAGsB": {
|
||||
"message": "Your workspace",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"0": ["isTemplate ? \"Templates\" : \"Boards\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 62]],
|
||||
"origin": [["src/views/boards/index.tsx", 53]],
|
||||
"translation": "{0}"
|
||||
},
|
||||
"JArWcF": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/card/index.tsx", 321]
|
||||
],
|
||||
"translation": "{0} | {1}"
|
||||
@@ -71,7 +71,7 @@
|
||||
"0": ["isTemplate ? \"Template\" : \"Board\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 570]],
|
||||
"origin": [["src/views/board/index.tsx", 565]],
|
||||
"translation": "{0} niet gevonden"
|
||||
},
|
||||
"0xWkkH": {
|
||||
@@ -220,7 +220,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 30],
|
||||
["src/views/boards/index.tsx", 26],
|
||||
["src/views/settings/components/NewWebhookModal.tsx", 321],
|
||||
["src/views/settings/components/WebhookList.tsx", 106]
|
||||
],
|
||||
@@ -664,7 +664,7 @@
|
||||
"message": "Archived",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 31]],
|
||||
"origin": [["src/views/boards/index.tsx", 27]],
|
||||
"translation": "Gearchiveerd"
|
||||
},
|
||||
"lo8xBK": {
|
||||
@@ -887,7 +887,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/card/index.tsx", 321],
|
||||
["src/views/public/board/index.tsx", 125]
|
||||
],
|
||||
@@ -1006,7 +1006,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 98],
|
||||
["src/components/SideNavigation.tsx", 97],
|
||||
["src/views/pricing/components/FeatureComparisonTable.tsx", 73]
|
||||
],
|
||||
"translation": "Boards"
|
||||
@@ -1361,7 +1361,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/board/index.tsx", 309],
|
||||
["src/views/card/components/Dropdown.tsx", 74],
|
||||
["src/views/public/board/CardModal.tsx", 38]
|
||||
],
|
||||
@@ -1626,8 +1626,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 81]],
|
||||
"translation": "Bevestig je e-mailvoorkeuren:",
|
||||
"obsolete": true
|
||||
"translation": "Bevestig je e-mailvoorkeuren:"
|
||||
},
|
||||
"479pdJ": {
|
||||
"message": "Confirm your new password",
|
||||
@@ -1889,7 +1888,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/components/BoardsList.tsx", 80],
|
||||
["src/views/boards/index.tsx", 45]
|
||||
["src/views/boards/index.tsx", 41]
|
||||
],
|
||||
"translation": "Maak nieuwe {0}"
|
||||
},
|
||||
@@ -1915,8 +1914,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 99],
|
||||
["src/views/board/index.tsx", 684]
|
||||
["src/views/board/index.tsx", 93],
|
||||
["src/views/board/index.tsx", 679]
|
||||
],
|
||||
"translation": "Maak nieuwe lijst"
|
||||
},
|
||||
@@ -1940,7 +1939,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/NewWorkspaceForm.tsx", 227],
|
||||
["src/components/WorkspaceMenu.tsx", 176]
|
||||
["src/components/WorkspaceMenu.tsx", 171]
|
||||
],
|
||||
"translation": "Maak werkruimte"
|
||||
},
|
||||
@@ -2295,8 +2294,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 78]],
|
||||
"translation": "Wil je je uitschrijven?",
|
||||
"obsolete": true
|
||||
"translation": "Wil je je uitschrijven?"
|
||||
},
|
||||
"JyXBgS": {
|
||||
"message": "docs",
|
||||
@@ -3127,7 +3125,7 @@
|
||||
"message": "Get started by creating a new list",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 669]],
|
||||
"origin": [["src/views/board/index.tsx", 664]],
|
||||
"translation": "Ga aan de slag door een nieuwe lijst te maken"
|
||||
},
|
||||
"oW13KZ": {
|
||||
@@ -3204,7 +3202,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 106],
|
||||
["src/components/SideNavigation.tsx", 105],
|
||||
["src/pages/404.tsx", 44]
|
||||
],
|
||||
"translation": "Ga naar borden"
|
||||
@@ -3220,21 +3218,21 @@
|
||||
"message": "Go to members",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 130]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 129]],
|
||||
"translation": "Ga naar leden"
|
||||
},
|
||||
"1WuwiM": {
|
||||
"message": "Go to settings",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 142]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 141]],
|
||||
"translation": "Ga naar instellingen"
|
||||
},
|
||||
"csFbe+": {
|
||||
"message": "Go to templates",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 118]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 117]],
|
||||
"translation": "Ga naar sjablonen"
|
||||
},
|
||||
"SUvm1Y": {
|
||||
@@ -3384,7 +3382,7 @@
|
||||
"message": "Import",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 82]],
|
||||
"origin": [["src/views/boards/index.tsx", 73]],
|
||||
"translation": "Importeren"
|
||||
},
|
||||
"2MPcep": {
|
||||
@@ -3767,7 +3765,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 80],
|
||||
["src/views/board/index.tsx", 312],
|
||||
["src/views/board/index.tsx", 307],
|
||||
["src/views/card/components/Dropdown.tsx", 72],
|
||||
["src/views/public/board/CardModal.tsx", 36],
|
||||
["src/views/public/board/index.tsx", 77]
|
||||
@@ -3947,7 +3945,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 122],
|
||||
["src/components/SideNavigation.tsx", 121],
|
||||
["src/views/board/components/Filters.tsx", 147],
|
||||
["src/views/board/components/NewCardForm.tsx", 386],
|
||||
["src/views/card/index.tsx", 143],
|
||||
@@ -4092,7 +4090,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 104],
|
||||
["src/views/boards/index.tsx", 95],
|
||||
["src/views/home/components/Features.tsx", 73]
|
||||
],
|
||||
"translation": "Nieuw"
|
||||
@@ -4147,7 +4145,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/NewListForm.tsx", 113],
|
||||
["src/views/board/index.tsx", 633]
|
||||
["src/views/board/index.tsx", 628]
|
||||
],
|
||||
"translation": "Nieuwe lijst"
|
||||
},
|
||||
@@ -4280,14 +4278,14 @@
|
||||
"message": "No lists",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"origin": [["src/views/board/index.tsx", 660]],
|
||||
"translation": "Geen lijsten"
|
||||
},
|
||||
"fvLNDy": {
|
||||
"message": "No lists have been created yet",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 670]],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"translation": "Er zijn nog geen lijsten aangemaakt"
|
||||
},
|
||||
"i30J2U": {
|
||||
@@ -4709,8 +4707,8 @@
|
||||
["src/views/board/components/NewTemplateForm.tsx", 77],
|
||||
["src/views/board/components/UpdateBoardSlugForm.tsx", 73],
|
||||
["src/views/board/components/VisibilityButton.tsx", 57],
|
||||
["src/views/board/index.tsx", 224],
|
||||
["src/views/board/index.tsx", 280],
|
||||
["src/views/board/index.tsx", 219],
|
||||
["src/views/board/index.tsx", 275],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 243],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 395],
|
||||
["src/views/card/components/AttachmentThumbnails.tsx", 74],
|
||||
@@ -4768,7 +4766,7 @@
|
||||
"origin": [
|
||||
["src/views/board/components/CardContextDuplicateModal.tsx", 76],
|
||||
["src/views/board/components/CardContextMoveListModal.tsx", 42],
|
||||
["src/views/board/index.tsx", 321],
|
||||
["src/views/board/index.tsx", 316],
|
||||
["src/views/card/components/Dropdown.tsx", 55],
|
||||
["src/views/card/components/Dropdown.tsx", 81],
|
||||
["src/views/card/components/Dropdown.tsx", 100],
|
||||
@@ -5361,7 +5359,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 102],
|
||||
["src/components/SideNavigation.tsx", 134]
|
||||
["src/components/SideNavigation.tsx", 133]
|
||||
],
|
||||
"translation": "Instellingen"
|
||||
},
|
||||
@@ -5597,9 +5595,9 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 228],
|
||||
["src/components/SideNavigation.tsx", 229],
|
||||
["src/components/SideNavigation.tsx", 239]
|
||||
["src/components/SideNavigation.tsx", 225],
|
||||
["src/components/SideNavigation.tsx", 226],
|
||||
["src/components/SideNavigation.tsx", 236]
|
||||
],
|
||||
"translation": "Start gratis proefperiode"
|
||||
},
|
||||
@@ -5717,8 +5715,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 579]
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/board/index.tsx", 574]
|
||||
],
|
||||
"translation": "Sjabloon"
|
||||
},
|
||||
@@ -5755,7 +5753,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 110],
|
||||
["src/components/SideNavigation.tsx", 109],
|
||||
["src/views/home/components/Features.tsx", 115]
|
||||
],
|
||||
"translation": "Sjablonen"
|
||||
@@ -6185,7 +6183,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 319],
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/card/components/Dropdown.tsx", 79],
|
||||
["src/views/public/board/CardModal.tsx", 43],
|
||||
["src/views/public/board/index.tsx", 84]
|
||||
@@ -6385,7 +6383,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 279],
|
||||
["src/views/board/index.tsx", 274],
|
||||
["src/views/card/index.tsx", 235]
|
||||
],
|
||||
"translation": "Kan kaart niet bijwerken"
|
||||
@@ -6430,7 +6428,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 223],
|
||||
["src/views/board/index.tsx", 218],
|
||||
["src/views/card/components/ListSelector.tsx", 54]
|
||||
],
|
||||
"translation": "Kan lijst niet bijwerken"
|
||||
@@ -6608,8 +6606,7 @@
|
||||
["src/pages/unsubscribe/index.tsx", 68],
|
||||
["src/pages/unsubscribe/index.tsx", 93]
|
||||
],
|
||||
"translation": "Uitschrijven",
|
||||
"obsolete": true
|
||||
"translation": "Uitschrijven"
|
||||
},
|
||||
"EkH9pt": {
|
||||
"message": "Update",
|
||||
@@ -6854,8 +6851,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
|
||||
"translation": "We konden je voorkeuren niet bijwerken. Probeer het opnieuw.",
|
||||
"obsolete": true
|
||||
"translation": "We konden je voorkeuren niet bijwerken. Probeer het opnieuw."
|
||||
},
|
||||
"7sdSkl": {
|
||||
"message": "We sent a link to {magicLinkRecipient}",
|
||||
@@ -7008,8 +7004,8 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 47],
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/members/index.tsx", 278],
|
||||
["src/views/public/board/index.tsx", 125],
|
||||
["src/views/public/boards/index.tsx", 75]
|
||||
@@ -7238,11 +7234,11 @@
|
||||
["src/views/board/components/List.tsx", 117],
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 58],
|
||||
["src/views/board/components/VisibilityButton.tsx", 72],
|
||||
["src/views/board/index.tsx", 617],
|
||||
["src/views/board/index.tsx", 675],
|
||||
["src/views/board/index.tsx", 612],
|
||||
["src/views/board/index.tsx", 670],
|
||||
["src/views/boards/components/BoardsList.tsx", 71],
|
||||
["src/views/boards/index.tsx", 68],
|
||||
["src/views/boards/index.tsx", 89]
|
||||
["src/views/boards/index.tsx", 59],
|
||||
["src/views/boards/index.tsx", 80]
|
||||
],
|
||||
"translation": "Je hebt geen toestemming"
|
||||
},
|
||||
@@ -7265,8 +7261,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 98]],
|
||||
"translation": "Je bent uitgeschreven!",
|
||||
"obsolete": true
|
||||
"translation": "Je bent uitgeschreven!"
|
||||
},
|
||||
"R275Pz": {
|
||||
"message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!",
|
||||
@@ -7445,8 +7440,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 33]],
|
||||
"translation": "Je afmeldlink mist een token. Open de nieuwste e-mail en probeer het opnieuw.",
|
||||
"obsolete": true
|
||||
"translation": "Je afmeldlink mist een token. Open de nieuwste e-mail en probeer het opnieuw."
|
||||
},
|
||||
"GRAGsB": {
|
||||
"message": "Your workspace",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"0": ["isTemplate ? \"Templates\" : \"Boards\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 62]],
|
||||
"origin": [["src/views/boards/index.tsx", 53]],
|
||||
"translation": "{0}"
|
||||
},
|
||||
"JArWcF": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/card/index.tsx", 321]
|
||||
],
|
||||
"translation": "{0} | {1}"
|
||||
@@ -71,7 +71,7 @@
|
||||
"0": ["isTemplate ? \"Template\" : \"Board\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 570]],
|
||||
"origin": [["src/views/board/index.tsx", 565]],
|
||||
"translation": "{0} nie znaleziono"
|
||||
},
|
||||
"0xWkkH": {
|
||||
@@ -220,7 +220,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 30],
|
||||
["src/views/boards/index.tsx", 26],
|
||||
["src/views/settings/components/NewWebhookModal.tsx", 321],
|
||||
["src/views/settings/components/WebhookList.tsx", 106]
|
||||
],
|
||||
@@ -664,7 +664,7 @@
|
||||
"message": "Archived",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 31]],
|
||||
"origin": [["src/views/boards/index.tsx", 27]],
|
||||
"translation": "Zarchiwizowana"
|
||||
},
|
||||
"lo8xBK": {
|
||||
@@ -887,7 +887,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/card/index.tsx", 321],
|
||||
["src/views/public/board/index.tsx", 125]
|
||||
],
|
||||
@@ -1006,7 +1006,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 98],
|
||||
["src/components/SideNavigation.tsx", 97],
|
||||
["src/views/pricing/components/FeatureComparisonTable.tsx", 73]
|
||||
],
|
||||
"translation": "Tablice"
|
||||
@@ -1361,7 +1361,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/board/index.tsx", 309],
|
||||
["src/views/card/components/Dropdown.tsx", 74],
|
||||
["src/views/public/board/CardModal.tsx", 38]
|
||||
],
|
||||
@@ -1626,8 +1626,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 81]],
|
||||
"translation": "Potwierdź swoje preferencje dotyczące e-maili:",
|
||||
"obsolete": true
|
||||
"translation": "Potwierdź swoje preferencje dotyczące e-maili:"
|
||||
},
|
||||
"479pdJ": {
|
||||
"message": "Confirm your new password",
|
||||
@@ -1889,7 +1888,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/components/BoardsList.tsx", 80],
|
||||
["src/views/boards/index.tsx", 45]
|
||||
["src/views/boards/index.tsx", 41]
|
||||
],
|
||||
"translation": "Utwórz nową {0}"
|
||||
},
|
||||
@@ -1915,8 +1914,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 99],
|
||||
["src/views/board/index.tsx", 684]
|
||||
["src/views/board/index.tsx", 93],
|
||||
["src/views/board/index.tsx", 679]
|
||||
],
|
||||
"translation": "Utwórz nową listę"
|
||||
},
|
||||
@@ -1940,7 +1939,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/NewWorkspaceForm.tsx", 227],
|
||||
["src/components/WorkspaceMenu.tsx", 176]
|
||||
["src/components/WorkspaceMenu.tsx", 171]
|
||||
],
|
||||
"translation": "Utwórz workspace"
|
||||
},
|
||||
@@ -2295,8 +2294,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 78]],
|
||||
"translation": "Czy chcesz zrezygnować z subskrypcji?",
|
||||
"obsolete": true
|
||||
"translation": "Czy chcesz zrezygnować z subskrypcji?"
|
||||
},
|
||||
"JyXBgS": {
|
||||
"message": "docs",
|
||||
@@ -3127,7 +3125,7 @@
|
||||
"message": "Get started by creating a new list",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 669]],
|
||||
"origin": [["src/views/board/index.tsx", 664]],
|
||||
"translation": "Rozpocznij, tworząc nową listę"
|
||||
},
|
||||
"oW13KZ": {
|
||||
@@ -3204,7 +3202,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 106],
|
||||
["src/components/SideNavigation.tsx", 105],
|
||||
["src/pages/404.tsx", 44]
|
||||
],
|
||||
"translation": "Przejdź do tablic"
|
||||
@@ -3220,21 +3218,21 @@
|
||||
"message": "Go to members",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 130]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 129]],
|
||||
"translation": "Przejdź do członków"
|
||||
},
|
||||
"1WuwiM": {
|
||||
"message": "Go to settings",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 142]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 141]],
|
||||
"translation": "Przejdź do ustawień"
|
||||
},
|
||||
"csFbe+": {
|
||||
"message": "Go to templates",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 118]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 117]],
|
||||
"translation": "Przejdź do szablonów"
|
||||
},
|
||||
"SUvm1Y": {
|
||||
@@ -3384,7 +3382,7 @@
|
||||
"message": "Import",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 82]],
|
||||
"origin": [["src/views/boards/index.tsx", 73]],
|
||||
"translation": "Importuj"
|
||||
},
|
||||
"2MPcep": {
|
||||
@@ -3767,7 +3765,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 80],
|
||||
["src/views/board/index.tsx", 312],
|
||||
["src/views/board/index.tsx", 307],
|
||||
["src/views/card/components/Dropdown.tsx", 72],
|
||||
["src/views/public/board/CardModal.tsx", 36],
|
||||
["src/views/public/board/index.tsx", 77]
|
||||
@@ -3947,7 +3945,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 122],
|
||||
["src/components/SideNavigation.tsx", 121],
|
||||
["src/views/board/components/Filters.tsx", 147],
|
||||
["src/views/board/components/NewCardForm.tsx", 386],
|
||||
["src/views/card/index.tsx", 143],
|
||||
@@ -4092,7 +4090,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 104],
|
||||
["src/views/boards/index.tsx", 95],
|
||||
["src/views/home/components/Features.tsx", 73]
|
||||
],
|
||||
"translation": "Nowy"
|
||||
@@ -4147,7 +4145,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/NewListForm.tsx", 113],
|
||||
["src/views/board/index.tsx", 633]
|
||||
["src/views/board/index.tsx", 628]
|
||||
],
|
||||
"translation": "Nowa lista"
|
||||
},
|
||||
@@ -4280,14 +4278,14 @@
|
||||
"message": "No lists",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"origin": [["src/views/board/index.tsx", 660]],
|
||||
"translation": "Brak list"
|
||||
},
|
||||
"fvLNDy": {
|
||||
"message": "No lists have been created yet",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 670]],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"translation": "Nie utworzono jeszcze żadnych list"
|
||||
},
|
||||
"i30J2U": {
|
||||
@@ -4709,8 +4707,8 @@
|
||||
["src/views/board/components/NewTemplateForm.tsx", 77],
|
||||
["src/views/board/components/UpdateBoardSlugForm.tsx", 73],
|
||||
["src/views/board/components/VisibilityButton.tsx", 57],
|
||||
["src/views/board/index.tsx", 224],
|
||||
["src/views/board/index.tsx", 280],
|
||||
["src/views/board/index.tsx", 219],
|
||||
["src/views/board/index.tsx", 275],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 243],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 395],
|
||||
["src/views/card/components/AttachmentThumbnails.tsx", 74],
|
||||
@@ -4768,7 +4766,7 @@
|
||||
"origin": [
|
||||
["src/views/board/components/CardContextDuplicateModal.tsx", 76],
|
||||
["src/views/board/components/CardContextMoveListModal.tsx", 42],
|
||||
["src/views/board/index.tsx", 321],
|
||||
["src/views/board/index.tsx", 316],
|
||||
["src/views/card/components/Dropdown.tsx", 55],
|
||||
["src/views/card/components/Dropdown.tsx", 81],
|
||||
["src/views/card/components/Dropdown.tsx", 100],
|
||||
@@ -5361,7 +5359,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 102],
|
||||
["src/components/SideNavigation.tsx", 134]
|
||||
["src/components/SideNavigation.tsx", 133]
|
||||
],
|
||||
"translation": "Ustawienia"
|
||||
},
|
||||
@@ -5597,9 +5595,9 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 228],
|
||||
["src/components/SideNavigation.tsx", 229],
|
||||
["src/components/SideNavigation.tsx", 239]
|
||||
["src/components/SideNavigation.tsx", 225],
|
||||
["src/components/SideNavigation.tsx", 226],
|
||||
["src/components/SideNavigation.tsx", 236]
|
||||
],
|
||||
"translation": "Rozpocznij bezpłatny okres próbny"
|
||||
},
|
||||
@@ -5717,8 +5715,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 579]
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/board/index.tsx", 574]
|
||||
],
|
||||
"translation": "Szablon"
|
||||
},
|
||||
@@ -5755,7 +5753,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 110],
|
||||
["src/components/SideNavigation.tsx", 109],
|
||||
["src/views/home/components/Features.tsx", 115]
|
||||
],
|
||||
"translation": "Szablony"
|
||||
@@ -6185,7 +6183,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 319],
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/card/components/Dropdown.tsx", 79],
|
||||
["src/views/public/board/CardModal.tsx", 43],
|
||||
["src/views/public/board/index.tsx", 84]
|
||||
@@ -6385,7 +6383,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 279],
|
||||
["src/views/board/index.tsx", 274],
|
||||
["src/views/card/index.tsx", 235]
|
||||
],
|
||||
"translation": "Nie można zaktualizować karty"
|
||||
@@ -6430,7 +6428,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 223],
|
||||
["src/views/board/index.tsx", 218],
|
||||
["src/views/card/components/ListSelector.tsx", 54]
|
||||
],
|
||||
"translation": "Nie można zaktualizować listy"
|
||||
@@ -6608,8 +6606,7 @@
|
||||
["src/pages/unsubscribe/index.tsx", 68],
|
||||
["src/pages/unsubscribe/index.tsx", 93]
|
||||
],
|
||||
"translation": "Anuluj subskrypcję",
|
||||
"obsolete": true
|
||||
"translation": "Anuluj subskrypcję"
|
||||
},
|
||||
"EkH9pt": {
|
||||
"message": "Update",
|
||||
@@ -6854,8 +6851,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
|
||||
"translation": "Nie udało się zaktualizować Twoich preferencji. Spróbuj ponownie.",
|
||||
"obsolete": true
|
||||
"translation": "Nie udało się zaktualizować Twoich preferencji. Spróbuj ponownie."
|
||||
},
|
||||
"7sdSkl": {
|
||||
"message": "We sent a link to {magicLinkRecipient}",
|
||||
@@ -7008,8 +7004,8 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 47],
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/members/index.tsx", 278],
|
||||
["src/views/public/board/index.tsx", 125],
|
||||
["src/views/public/boards/index.tsx", 75]
|
||||
@@ -7238,11 +7234,11 @@
|
||||
["src/views/board/components/List.tsx", 117],
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 58],
|
||||
["src/views/board/components/VisibilityButton.tsx", 72],
|
||||
["src/views/board/index.tsx", 617],
|
||||
["src/views/board/index.tsx", 675],
|
||||
["src/views/board/index.tsx", 612],
|
||||
["src/views/board/index.tsx", 670],
|
||||
["src/views/boards/components/BoardsList.tsx", 71],
|
||||
["src/views/boards/index.tsx", 68],
|
||||
["src/views/boards/index.tsx", 89]
|
||||
["src/views/boards/index.tsx", 59],
|
||||
["src/views/boards/index.tsx", 80]
|
||||
],
|
||||
"translation": "Nie masz uprawnień"
|
||||
},
|
||||
@@ -7265,8 +7261,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 98]],
|
||||
"translation": "Zostałeś wypisany z subskrypcji!",
|
||||
"obsolete": true
|
||||
"translation": "Zostałeś wypisany z subskrypcji!"
|
||||
},
|
||||
"R275Pz": {
|
||||
"message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!",
|
||||
@@ -7445,8 +7440,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 33]],
|
||||
"translation": "Twój link do wypisania się nie zawiera tokena. Otwórz najnowszy e-mail i spróbuj ponownie.",
|
||||
"obsolete": true
|
||||
"translation": "Twój link do wypisania się nie zawiera tokena. Otwórz najnowszy e-mail i spróbuj ponownie."
|
||||
},
|
||||
"GRAGsB": {
|
||||
"message": "Your workspace",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"0": ["isTemplate ? \"Templates\" : \"Boards\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 62]],
|
||||
"origin": [["src/views/boards/index.tsx", 53]],
|
||||
"translation": "{0}"
|
||||
},
|
||||
"JArWcF": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/card/index.tsx", 321]
|
||||
],
|
||||
"translation": "{0} | {1}"
|
||||
@@ -71,7 +71,7 @@
|
||||
"0": ["isTemplate ? \"Template\" : \"Board\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 570]],
|
||||
"origin": [["src/views/board/index.tsx", 565]],
|
||||
"translation": "{0} não encontrado"
|
||||
},
|
||||
"0xWkkH": {
|
||||
@@ -220,7 +220,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 30],
|
||||
["src/views/boards/index.tsx", 26],
|
||||
["src/views/settings/components/NewWebhookModal.tsx", 321],
|
||||
["src/views/settings/components/WebhookList.tsx", 106]
|
||||
],
|
||||
@@ -664,7 +664,7 @@
|
||||
"message": "Archived",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 31]],
|
||||
"origin": [["src/views/boards/index.tsx", 27]],
|
||||
"translation": "Arquivado"
|
||||
},
|
||||
"lo8xBK": {
|
||||
@@ -887,7 +887,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/card/index.tsx", 321],
|
||||
["src/views/public/board/index.tsx", 125]
|
||||
],
|
||||
@@ -1006,7 +1006,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 98],
|
||||
["src/components/SideNavigation.tsx", 97],
|
||||
["src/views/pricing/components/FeatureComparisonTable.tsx", 73]
|
||||
],
|
||||
"translation": "Quadros"
|
||||
@@ -1361,7 +1361,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/board/index.tsx", 309],
|
||||
["src/views/card/components/Dropdown.tsx", 74],
|
||||
["src/views/public/board/CardModal.tsx", 38]
|
||||
],
|
||||
@@ -1626,8 +1626,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 81]],
|
||||
"translation": "Confirme suas preferências de e-mail:",
|
||||
"obsolete": true
|
||||
"translation": "Confirme suas preferências de e-mail:"
|
||||
},
|
||||
"479pdJ": {
|
||||
"message": "Confirm your new password",
|
||||
@@ -1889,7 +1888,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/components/BoardsList.tsx", 80],
|
||||
["src/views/boards/index.tsx", 45]
|
||||
["src/views/boards/index.tsx", 41]
|
||||
],
|
||||
"translation": "Criar novo {0}"
|
||||
},
|
||||
@@ -1915,8 +1914,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 99],
|
||||
["src/views/board/index.tsx", 684]
|
||||
["src/views/board/index.tsx", 93],
|
||||
["src/views/board/index.tsx", 679]
|
||||
],
|
||||
"translation": "Criar nova lista"
|
||||
},
|
||||
@@ -1940,7 +1939,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/NewWorkspaceForm.tsx", 227],
|
||||
["src/components/WorkspaceMenu.tsx", 176]
|
||||
["src/components/WorkspaceMenu.tsx", 171]
|
||||
],
|
||||
"translation": "Criar workspace"
|
||||
},
|
||||
@@ -2295,8 +2294,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 78]],
|
||||
"translation": "Você deseja cancelar a assinatura?",
|
||||
"obsolete": true
|
||||
"translation": "Você deseja cancelar a assinatura?"
|
||||
},
|
||||
"JyXBgS": {
|
||||
"message": "docs",
|
||||
@@ -3127,7 +3125,7 @@
|
||||
"message": "Get started by creating a new list",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 669]],
|
||||
"origin": [["src/views/board/index.tsx", 664]],
|
||||
"translation": "Comece criando uma nova lista"
|
||||
},
|
||||
"oW13KZ": {
|
||||
@@ -3204,7 +3202,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 106],
|
||||
["src/components/SideNavigation.tsx", 105],
|
||||
["src/pages/404.tsx", 44]
|
||||
],
|
||||
"translation": "Ir para quadros"
|
||||
@@ -3220,21 +3218,21 @@
|
||||
"message": "Go to members",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 130]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 129]],
|
||||
"translation": "Ir para membros"
|
||||
},
|
||||
"1WuwiM": {
|
||||
"message": "Go to settings",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 142]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 141]],
|
||||
"translation": "Ir para configurações"
|
||||
},
|
||||
"csFbe+": {
|
||||
"message": "Go to templates",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 118]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 117]],
|
||||
"translation": "Ir para modelos"
|
||||
},
|
||||
"SUvm1Y": {
|
||||
@@ -3384,7 +3382,7 @@
|
||||
"message": "Import",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 82]],
|
||||
"origin": [["src/views/boards/index.tsx", 73]],
|
||||
"translation": "Importar"
|
||||
},
|
||||
"2MPcep": {
|
||||
@@ -3767,7 +3765,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 80],
|
||||
["src/views/board/index.tsx", 312],
|
||||
["src/views/board/index.tsx", 307],
|
||||
["src/views/card/components/Dropdown.tsx", 72],
|
||||
["src/views/public/board/CardModal.tsx", 36],
|
||||
["src/views/public/board/index.tsx", 77]
|
||||
@@ -3947,7 +3945,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 122],
|
||||
["src/components/SideNavigation.tsx", 121],
|
||||
["src/views/board/components/Filters.tsx", 147],
|
||||
["src/views/board/components/NewCardForm.tsx", 386],
|
||||
["src/views/card/index.tsx", 143],
|
||||
@@ -4092,7 +4090,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 104],
|
||||
["src/views/boards/index.tsx", 95],
|
||||
["src/views/home/components/Features.tsx", 73]
|
||||
],
|
||||
"translation": "Novo"
|
||||
@@ -4147,7 +4145,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/NewListForm.tsx", 113],
|
||||
["src/views/board/index.tsx", 633]
|
||||
["src/views/board/index.tsx", 628]
|
||||
],
|
||||
"translation": "Nova lista"
|
||||
},
|
||||
@@ -4280,14 +4278,14 @@
|
||||
"message": "No lists",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"origin": [["src/views/board/index.tsx", 660]],
|
||||
"translation": "Nenhuma lista"
|
||||
},
|
||||
"fvLNDy": {
|
||||
"message": "No lists have been created yet",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 670]],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"translation": "Nenhuma lista foi criada ainda"
|
||||
},
|
||||
"i30J2U": {
|
||||
@@ -4709,8 +4707,8 @@
|
||||
["src/views/board/components/NewTemplateForm.tsx", 77],
|
||||
["src/views/board/components/UpdateBoardSlugForm.tsx", 73],
|
||||
["src/views/board/components/VisibilityButton.tsx", 57],
|
||||
["src/views/board/index.tsx", 224],
|
||||
["src/views/board/index.tsx", 280],
|
||||
["src/views/board/index.tsx", 219],
|
||||
["src/views/board/index.tsx", 275],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 243],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 395],
|
||||
["src/views/card/components/AttachmentThumbnails.tsx", 74],
|
||||
@@ -4768,7 +4766,7 @@
|
||||
"origin": [
|
||||
["src/views/board/components/CardContextDuplicateModal.tsx", 76],
|
||||
["src/views/board/components/CardContextMoveListModal.tsx", 42],
|
||||
["src/views/board/index.tsx", 321],
|
||||
["src/views/board/index.tsx", 316],
|
||||
["src/views/card/components/Dropdown.tsx", 55],
|
||||
["src/views/card/components/Dropdown.tsx", 81],
|
||||
["src/views/card/components/Dropdown.tsx", 100],
|
||||
@@ -5361,7 +5359,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 102],
|
||||
["src/components/SideNavigation.tsx", 134]
|
||||
["src/components/SideNavigation.tsx", 133]
|
||||
],
|
||||
"translation": "Configurações"
|
||||
},
|
||||
@@ -5597,9 +5595,9 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 228],
|
||||
["src/components/SideNavigation.tsx", 229],
|
||||
["src/components/SideNavigation.tsx", 239]
|
||||
["src/components/SideNavigation.tsx", 225],
|
||||
["src/components/SideNavigation.tsx", 226],
|
||||
["src/components/SideNavigation.tsx", 236]
|
||||
],
|
||||
"translation": "Iniciar teste gratuito"
|
||||
},
|
||||
@@ -5717,8 +5715,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 579]
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/board/index.tsx", 574]
|
||||
],
|
||||
"translation": "Modelo"
|
||||
},
|
||||
@@ -5755,7 +5753,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 110],
|
||||
["src/components/SideNavigation.tsx", 109],
|
||||
["src/views/home/components/Features.tsx", 115]
|
||||
],
|
||||
"translation": "Templates"
|
||||
@@ -6185,7 +6183,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 319],
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/card/components/Dropdown.tsx", 79],
|
||||
["src/views/public/board/CardModal.tsx", 43],
|
||||
["src/views/public/board/index.tsx", 84]
|
||||
@@ -6385,7 +6383,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 279],
|
||||
["src/views/board/index.tsx", 274],
|
||||
["src/views/card/index.tsx", 235]
|
||||
],
|
||||
"translation": "Não foi possível atualizar o cartão"
|
||||
@@ -6430,7 +6428,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 223],
|
||||
["src/views/board/index.tsx", 218],
|
||||
["src/views/card/components/ListSelector.tsx", 54]
|
||||
],
|
||||
"translation": "Não foi possível atualizar a lista"
|
||||
@@ -6608,8 +6606,7 @@
|
||||
["src/pages/unsubscribe/index.tsx", 68],
|
||||
["src/pages/unsubscribe/index.tsx", 93]
|
||||
],
|
||||
"translation": "Cancelar inscrição",
|
||||
"obsolete": true
|
||||
"translation": "Cancelar inscrição"
|
||||
},
|
||||
"EkH9pt": {
|
||||
"message": "Update",
|
||||
@@ -6854,8 +6851,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
|
||||
"translation": "Não foi possível atualizar suas preferências. Tente novamente.",
|
||||
"obsolete": true
|
||||
"translation": "Não foi possível atualizar suas preferências. Tente novamente."
|
||||
},
|
||||
"7sdSkl": {
|
||||
"message": "We sent a link to {magicLinkRecipient}",
|
||||
@@ -7008,8 +7004,8 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 47],
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/members/index.tsx", 278],
|
||||
["src/views/public/board/index.tsx", 125],
|
||||
["src/views/public/boards/index.tsx", 75]
|
||||
@@ -7238,11 +7234,11 @@
|
||||
["src/views/board/components/List.tsx", 117],
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 58],
|
||||
["src/views/board/components/VisibilityButton.tsx", 72],
|
||||
["src/views/board/index.tsx", 617],
|
||||
["src/views/board/index.tsx", 675],
|
||||
["src/views/board/index.tsx", 612],
|
||||
["src/views/board/index.tsx", 670],
|
||||
["src/views/boards/components/BoardsList.tsx", 71],
|
||||
["src/views/boards/index.tsx", 68],
|
||||
["src/views/boards/index.tsx", 89]
|
||||
["src/views/boards/index.tsx", 59],
|
||||
["src/views/boards/index.tsx", 80]
|
||||
],
|
||||
"translation": "Você não tem permissão"
|
||||
},
|
||||
@@ -7265,8 +7261,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 98]],
|
||||
"translation": "Você cancelou a inscrição!",
|
||||
"obsolete": true
|
||||
"translation": "Você cancelou a inscrição!"
|
||||
},
|
||||
"R275Pz": {
|
||||
"message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!",
|
||||
@@ -7445,8 +7440,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 33]],
|
||||
"translation": "Seu link de cancelamento de inscrição está sem um token. Por favor, abra o e-mail mais recente e tente novamente.",
|
||||
"obsolete": true
|
||||
"translation": "Seu link de cancelamento de inscrição está sem um token. Por favor, abra o e-mail mais recente e tente novamente."
|
||||
},
|
||||
"GRAGsB": {
|
||||
"message": "Your workspace",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"0": ["isTemplate ? \"Templates\" : \"Boards\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 62]],
|
||||
"origin": [["src/views/boards/index.tsx", 53]],
|
||||
"translation": "{0}"
|
||||
},
|
||||
"JArWcF": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/card/index.tsx", 321]
|
||||
],
|
||||
"translation": "{0} | {1}"
|
||||
@@ -71,7 +71,7 @@
|
||||
"0": ["isTemplate ? \"Template\" : \"Board\""]
|
||||
},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 570]],
|
||||
"origin": [["src/views/board/index.tsx", 565]],
|
||||
"translation": "{0} не найдено"
|
||||
},
|
||||
"0xWkkH": {
|
||||
@@ -220,7 +220,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 30],
|
||||
["src/views/boards/index.tsx", 26],
|
||||
["src/views/settings/components/NewWebhookModal.tsx", 321],
|
||||
["src/views/settings/components/WebhookList.tsx", 106]
|
||||
],
|
||||
@@ -664,7 +664,7 @@
|
||||
"message": "Archived",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 31]],
|
||||
"origin": [["src/views/boards/index.tsx", 27]],
|
||||
"translation": "В архиве"
|
||||
},
|
||||
"lo8xBK": {
|
||||
@@ -887,7 +887,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/card/index.tsx", 321],
|
||||
["src/views/public/board/index.tsx", 125]
|
||||
],
|
||||
@@ -1006,7 +1006,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 98],
|
||||
["src/components/SideNavigation.tsx", 97],
|
||||
["src/views/pricing/components/FeatureComparisonTable.tsx", 73]
|
||||
],
|
||||
"translation": "Доски"
|
||||
@@ -1361,7 +1361,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/board/index.tsx", 309],
|
||||
["src/views/card/components/Dropdown.tsx", 74],
|
||||
["src/views/public/board/CardModal.tsx", 38]
|
||||
],
|
||||
@@ -1626,8 +1626,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 81]],
|
||||
"translation": "Подтвердите ваши настройки электронной почты:",
|
||||
"obsolete": true
|
||||
"translation": "Подтвердите ваши настройки электронной почты:"
|
||||
},
|
||||
"479pdJ": {
|
||||
"message": "Confirm your new password",
|
||||
@@ -1889,7 +1888,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/components/BoardsList.tsx", 80],
|
||||
["src/views/boards/index.tsx", 45]
|
||||
["src/views/boards/index.tsx", 41]
|
||||
],
|
||||
"translation": "Создать новый {0}"
|
||||
},
|
||||
@@ -1915,8 +1914,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 99],
|
||||
["src/views/board/index.tsx", 684]
|
||||
["src/views/board/index.tsx", 93],
|
||||
["src/views/board/index.tsx", 679]
|
||||
],
|
||||
"translation": "Создать новый список"
|
||||
},
|
||||
@@ -1940,7 +1939,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/NewWorkspaceForm.tsx", 227],
|
||||
["src/components/WorkspaceMenu.tsx", 176]
|
||||
["src/components/WorkspaceMenu.tsx", 171]
|
||||
],
|
||||
"translation": "Создать рабочее пространство"
|
||||
},
|
||||
@@ -2295,8 +2294,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 78]],
|
||||
"translation": "Вы хотите отписаться?",
|
||||
"obsolete": true
|
||||
"translation": "Вы хотите отписаться?"
|
||||
},
|
||||
"JyXBgS": {
|
||||
"message": "docs",
|
||||
@@ -3127,7 +3125,7 @@
|
||||
"message": "Get started by creating a new list",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 669]],
|
||||
"origin": [["src/views/board/index.tsx", 664]],
|
||||
"translation": "Начните с создания нового списка"
|
||||
},
|
||||
"oW13KZ": {
|
||||
@@ -3204,7 +3202,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 106],
|
||||
["src/components/SideNavigation.tsx", 105],
|
||||
["src/pages/404.tsx", 44]
|
||||
],
|
||||
"translation": "Перейти к доскам"
|
||||
@@ -3220,21 +3218,21 @@
|
||||
"message": "Go to members",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 130]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 129]],
|
||||
"translation": "Перейти к участникам"
|
||||
},
|
||||
"1WuwiM": {
|
||||
"message": "Go to settings",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 142]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 141]],
|
||||
"translation": "Перейти к настройкам"
|
||||
},
|
||||
"csFbe+": {
|
||||
"message": "Go to templates",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/components/SideNavigation.tsx", 118]],
|
||||
"origin": [["src/components/SideNavigation.tsx", 117]],
|
||||
"translation": "Перейти к шаблонам"
|
||||
},
|
||||
"SUvm1Y": {
|
||||
@@ -3384,7 +3382,7 @@
|
||||
"message": "Import",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/boards/index.tsx", 82]],
|
||||
"origin": [["src/views/boards/index.tsx", 73]],
|
||||
"translation": "Импорт"
|
||||
},
|
||||
"2MPcep": {
|
||||
@@ -3767,7 +3765,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 80],
|
||||
["src/views/board/index.tsx", 312],
|
||||
["src/views/board/index.tsx", 307],
|
||||
["src/views/card/components/Dropdown.tsx", 72],
|
||||
["src/views/public/board/CardModal.tsx", 36],
|
||||
["src/views/public/board/index.tsx", 77]
|
||||
@@ -3947,7 +3945,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 122],
|
||||
["src/components/SideNavigation.tsx", 121],
|
||||
["src/views/board/components/Filters.tsx", 147],
|
||||
["src/views/board/components/NewCardForm.tsx", 386],
|
||||
["src/views/card/index.tsx", 143],
|
||||
@@ -4092,7 +4090,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/boards/index.tsx", 104],
|
||||
["src/views/boards/index.tsx", 95],
|
||||
["src/views/home/components/Features.tsx", 73]
|
||||
],
|
||||
"translation": "Новый"
|
||||
@@ -4147,7 +4145,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/components/NewListForm.tsx", 113],
|
||||
["src/views/board/index.tsx", 633]
|
||||
["src/views/board/index.tsx", 628]
|
||||
],
|
||||
"translation": "Новый список"
|
||||
},
|
||||
@@ -4280,14 +4278,14 @@
|
||||
"message": "No lists",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"origin": [["src/views/board/index.tsx", 660]],
|
||||
"translation": "Нет списков"
|
||||
},
|
||||
"fvLNDy": {
|
||||
"message": "No lists have been created yet",
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/views/board/index.tsx", 670]],
|
||||
"origin": [["src/views/board/index.tsx", 665]],
|
||||
"translation": "Списки ещё не созданы"
|
||||
},
|
||||
"i30J2U": {
|
||||
@@ -4709,8 +4707,8 @@
|
||||
["src/views/board/components/NewTemplateForm.tsx", 77],
|
||||
["src/views/board/components/UpdateBoardSlugForm.tsx", 73],
|
||||
["src/views/board/components/VisibilityButton.tsx", 57],
|
||||
["src/views/board/index.tsx", 224],
|
||||
["src/views/board/index.tsx", 280],
|
||||
["src/views/board/index.tsx", 219],
|
||||
["src/views/board/index.tsx", 275],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 243],
|
||||
["src/views/boards/components/ImportBoardsForm.tsx", 395],
|
||||
["src/views/card/components/AttachmentThumbnails.tsx", 74],
|
||||
@@ -4768,7 +4766,7 @@
|
||||
"origin": [
|
||||
["src/views/board/components/CardContextDuplicateModal.tsx", 76],
|
||||
["src/views/board/components/CardContextMoveListModal.tsx", 42],
|
||||
["src/views/board/index.tsx", 321],
|
||||
["src/views/board/index.tsx", 316],
|
||||
["src/views/card/components/Dropdown.tsx", 55],
|
||||
["src/views/card/components/Dropdown.tsx", 81],
|
||||
["src/views/card/components/Dropdown.tsx", 100],
|
||||
@@ -5361,7 +5359,7 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 102],
|
||||
["src/components/SideNavigation.tsx", 134]
|
||||
["src/components/SideNavigation.tsx", 133]
|
||||
],
|
||||
"translation": "Настройки"
|
||||
},
|
||||
@@ -5597,9 +5595,9 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 228],
|
||||
["src/components/SideNavigation.tsx", 229],
|
||||
["src/components/SideNavigation.tsx", 239]
|
||||
["src/components/SideNavigation.tsx", 225],
|
||||
["src/components/SideNavigation.tsx", 226],
|
||||
["src/components/SideNavigation.tsx", 236]
|
||||
],
|
||||
"translation": "Начать бесплатный пробный период"
|
||||
},
|
||||
@@ -5717,8 +5715,8 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/board/index.tsx", 579]
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/board/index.tsx", 574]
|
||||
],
|
||||
"translation": "Шаблон"
|
||||
},
|
||||
@@ -5755,7 +5753,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SideNavigation.tsx", 110],
|
||||
["src/components/SideNavigation.tsx", 109],
|
||||
["src/views/home/components/Features.tsx", 115]
|
||||
],
|
||||
"translation": "Шаблоны"
|
||||
@@ -6185,7 +6183,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 319],
|
||||
["src/views/board/index.tsx", 314],
|
||||
["src/views/card/components/Dropdown.tsx", 79],
|
||||
["src/views/public/board/CardModal.tsx", 43],
|
||||
["src/views/public/board/index.tsx", 84]
|
||||
@@ -6385,7 +6383,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 279],
|
||||
["src/views/board/index.tsx", 274],
|
||||
["src/views/card/index.tsx", 235]
|
||||
],
|
||||
"translation": "Не удалось обновить карточку"
|
||||
@@ -6430,7 +6428,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/views/board/index.tsx", 223],
|
||||
["src/views/board/index.tsx", 218],
|
||||
["src/views/card/components/ListSelector.tsx", 54]
|
||||
],
|
||||
"translation": "Не удалось обновить список"
|
||||
@@ -6608,8 +6606,7 @@
|
||||
["src/pages/unsubscribe/index.tsx", 68],
|
||||
["src/pages/unsubscribe/index.tsx", 93]
|
||||
],
|
||||
"translation": "Отписаться",
|
||||
"obsolete": true
|
||||
"translation": "Отписаться"
|
||||
},
|
||||
"EkH9pt": {
|
||||
"message": "Update",
|
||||
@@ -6854,8 +6851,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 63]],
|
||||
"translation": "Не удалось обновить ваши настройки. Пожалуйста, попробуйте ещё раз.",
|
||||
"obsolete": true
|
||||
"translation": "Не удалось обновить ваши настройки. Пожалуйста, попробуйте ещё раз."
|
||||
},
|
||||
"7sdSkl": {
|
||||
"message": "We sent a link to {magicLinkRecipient}",
|
||||
@@ -7008,8 +7004,8 @@
|
||||
"comments": [],
|
||||
"origin": [
|
||||
["src/components/SettingsLayout.tsx", 47],
|
||||
["src/views/board/index.tsx", 543],
|
||||
["src/views/boards/index.tsx", 57],
|
||||
["src/views/board/index.tsx", 538],
|
||||
["src/views/boards/index.tsx", 48],
|
||||
["src/views/members/index.tsx", 278],
|
||||
["src/views/public/board/index.tsx", 125],
|
||||
["src/views/public/boards/index.tsx", 75]
|
||||
@@ -7238,11 +7234,11 @@
|
||||
["src/views/board/components/List.tsx", 117],
|
||||
["src/views/board/components/UpdateBoardSlugButton.tsx", 58],
|
||||
["src/views/board/components/VisibilityButton.tsx", 72],
|
||||
["src/views/board/index.tsx", 617],
|
||||
["src/views/board/index.tsx", 675],
|
||||
["src/views/board/index.tsx", 612],
|
||||
["src/views/board/index.tsx", 670],
|
||||
["src/views/boards/components/BoardsList.tsx", 71],
|
||||
["src/views/boards/index.tsx", 68],
|
||||
["src/views/boards/index.tsx", 89]
|
||||
["src/views/boards/index.tsx", 59],
|
||||
["src/views/boards/index.tsx", 80]
|
||||
],
|
||||
"translation": "У вас нет прав доступа"
|
||||
},
|
||||
@@ -7265,8 +7261,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 98]],
|
||||
"translation": "Вы отписались!",
|
||||
"obsolete": true
|
||||
"translation": "Вы отписались!"
|
||||
},
|
||||
"R275Pz": {
|
||||
"message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!",
|
||||
@@ -7445,8 +7440,7 @@
|
||||
"placeholders": {},
|
||||
"comments": [],
|
||||
"origin": [["src/pages/unsubscribe/index.tsx", 33]],
|
||||
"translation": "В вашей ссылке для отписки отсутствует токен. Пожалуйста, откройте последнее письмо и попробуйте снова.",
|
||||
"obsolete": true
|
||||
"translation": "В вашей ссылке для отписки отсутствует токен. Пожалуйста, откройте последнее письмо и попробуйте снова."
|
||||
},
|
||||
"GRAGsB": {
|
||||
"message": "Your workspace",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -82,8 +82,8 @@ const MyApp: AppType = ({ Component, pageProps }: AppPropsWithLayout) => {
|
||||
)}
|
||||
<script src="/__ENV.js" />
|
||||
<main className="font-sans">
|
||||
<LinguiProviderWrapper>
|
||||
<KeyboardShortcutProvider>
|
||||
<KeyboardShortcutProvider>
|
||||
<LinguiProviderWrapper>
|
||||
<FontSizeProvider>
|
||||
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
|
||||
<ModalProvider>
|
||||
@@ -99,8 +99,8 @@ const MyApp: AppType = ({ Component, pageProps }: AppPropsWithLayout) => {
|
||||
</ModalProvider>
|
||||
</ThemeProvider>
|
||||
</FontSizeProvider>
|
||||
</KeyboardShortcutProvider>
|
||||
</LinguiProviderWrapper>
|
||||
</LinguiProviderWrapper>
|
||||
</KeyboardShortcutProvider>
|
||||
</main>
|
||||
</>
|
||||
);
|
||||
|
||||
@@ -20,7 +20,6 @@ import { HiXMark } from "react-icons/hi2";
|
||||
|
||||
import { env } from "~/env";
|
||||
import { useEventListener } from "~/hooks/useEventListener";
|
||||
import { useLinguiContext } from "~/providers/lingui";
|
||||
|
||||
const ModifierKey = {
|
||||
CONTROL: "CONTROL",
|
||||
@@ -161,7 +160,6 @@ export function KeyboardShortcutProvider({
|
||||
const sequenceTimeoutRef = useRef<NodeJS.Timeout | null>(null);
|
||||
|
||||
const [isLegendOpen, setIsLegendOpen] = useState(false);
|
||||
const { locale } = useLinguiContext();
|
||||
|
||||
const openLegendShortcut: KeyboardShortcut = useMemo(
|
||||
() => ({
|
||||
@@ -174,7 +172,7 @@ export function KeyboardShortcutProvider({
|
||||
description: t`Open keyboard shortcuts`,
|
||||
group: ShortcutGroup.GENERAL,
|
||||
}),
|
||||
[locale],
|
||||
[setIsLegendOpen],
|
||||
);
|
||||
|
||||
const handleKeyDown = useCallback((event: KeyboardEvent) => {
|
||||
|
||||
@@ -35,31 +35,10 @@ function detectBrowserLocale(availableLocales: readonly string[]): Locale {
|
||||
const browserLanguages = navigator.languages || [navigator.language];
|
||||
|
||||
for (const browserLang of browserLanguages) {
|
||||
const normalizedLocale = browserLang.toLowerCase();
|
||||
const exactLocale = availableLocales.find(
|
||||
(availableLocale) => availableLocale.toLowerCase() === normalizedLocale,
|
||||
);
|
||||
const langCode = browserLang.split("-")[0];
|
||||
|
||||
if (exactLocale) {
|
||||
return exactLocale as Locale;
|
||||
}
|
||||
|
||||
const languageCode = normalizedLocale.split("-")[0];
|
||||
|
||||
if (languageCode === "zh" && availableLocales.includes("zh-CN")) {
|
||||
return "zh-CN";
|
||||
}
|
||||
|
||||
if (languageCode === "pt" && availableLocales.includes("ptbr")) {
|
||||
return "ptbr";
|
||||
}
|
||||
|
||||
const baseLocale = availableLocales.find(
|
||||
(availableLocale) => availableLocale.toLowerCase() === languageCode,
|
||||
);
|
||||
|
||||
if (baseLocale) {
|
||||
return baseLocale as Locale;
|
||||
if (langCode && availableLocales.includes(langCode.toLowerCase())) {
|
||||
return langCode.toLowerCase() as Locale;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,7 +49,7 @@ export function LinguiProviderWrapper({
|
||||
children,
|
||||
initialLocale = defaultLocale,
|
||||
}: LinguiProviderProps) {
|
||||
const [locale, setLocale] = useState<Locale>(initialLocale);
|
||||
const [locale, setLocale] = useState<Locale>(defaultLocale);
|
||||
const [isHydrated, setIsHydrated] = useState(false);
|
||||
|
||||
initializeI18n();
|
||||
|
||||
@@ -3,7 +3,6 @@ import { i18n } from "@lingui/core";
|
||||
import type { Locale } from "~/locales";
|
||||
import { defaultLocale } from "~/locales";
|
||||
import { messages as enMessages } from "~/locales/en/messages";
|
||||
import { messages as zhCNMessages } from "~/locales/zh-CN/messages";
|
||||
|
||||
const loadMessages = async (locale: Locale) => {
|
||||
switch (locale) {
|
||||
@@ -25,8 +24,6 @@ const loadMessages = async (locale: Locale) => {
|
||||
return (await import("~/locales/pl/messages")).messages;
|
||||
case "ptbr":
|
||||
return (await import("~/locales/ptbr/messages")).messages;
|
||||
case "zh-CN":
|
||||
return (await import("~/locales/zh-CN/messages")).messages;
|
||||
default:
|
||||
return enMessages;
|
||||
}
|
||||
@@ -35,15 +32,11 @@ const loadMessages = async (locale: Locale) => {
|
||||
let isInitialized = false;
|
||||
const loadedLocales = new Set<string>();
|
||||
|
||||
export function initializeI18n() {
|
||||
export function initializeI18n(locale: Locale = defaultLocale) {
|
||||
if (!isInitialized) {
|
||||
// 首屏同步加载中英文,避免默认语言激活前出现中英混排。
|
||||
i18n.load("en", enMessages);
|
||||
i18n.load("zh-CN", zhCNMessages);
|
||||
i18n.load(defaultLocale, enMessages);
|
||||
i18n.activate(defaultLocale);
|
||||
loadedLocales.add(defaultLocale);
|
||||
loadedLocales.add("en");
|
||||
loadedLocales.add("zh-CN");
|
||||
isInitialized = true;
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@ export function DeleteBoardConfirmation({
|
||||
}) {
|
||||
const router = useRouter();
|
||||
const { closeModal } = useModal();
|
||||
const boardTypeLabel = isTemplate ? t`template` : t`board`;
|
||||
|
||||
const deleteBoard = api.board.delete.useMutation({
|
||||
onSuccess: () => {
|
||||
@@ -34,7 +33,7 @@ export function DeleteBoardConfirmation({
|
||||
<div className="p-5">
|
||||
<div className="flex w-full flex-col justify-between pb-4">
|
||||
<h2 className="text-md pb-4 font-medium text-neutral-900 dark:text-dark-1000">
|
||||
{t`Are you sure you want to delete this ${boardTypeLabel}?`}
|
||||
{t`Are you sure you want to delete this ${isTemplate ? "template" : "board"}?`}
|
||||
</h2>
|
||||
<p className="text-sm font-medium text-light-900 dark:text-dark-900">
|
||||
{t`This action can't be undone.`}
|
||||
|
||||
@@ -31,7 +31,7 @@ export function MoveBoardForm({
|
||||
closeModal();
|
||||
showPopup({
|
||||
header: t`Board moved`,
|
||||
message: t`The board has been moved to ${targetWorkspace?.name ?? t`the workspace`}.`,
|
||||
message: t`The board has been moved to ${targetWorkspace?.name ?? "the workspace"}.`,
|
||||
icon: "success",
|
||||
});
|
||||
if (targetWorkspace) {
|
||||
|
||||
@@ -42,13 +42,12 @@ const VisibilityButton = ({
|
||||
}, [visibility]);
|
||||
|
||||
const isPublic = stateVisibility === "public";
|
||||
const visibilityLabel = isPublic ? t`public` : t`private`;
|
||||
|
||||
const updateBoardVisibility = api.board.update.useMutation({
|
||||
onSuccess: () => {
|
||||
showPopup({
|
||||
header: t`Board visibility updated`,
|
||||
message: t`The visibility of your board has been set to ${visibilityLabel}.`,
|
||||
message: t`The visibility of your board has been set to ${isPublic ? "public" : "private"}.`,
|
||||
icon: "success",
|
||||
});
|
||||
},
|
||||
|
||||
@@ -540,7 +540,7 @@ export default function BoardPage({ isTemplate }: { isTemplate?: boolean }) {
|
||||
return (
|
||||
<>
|
||||
<PageHead
|
||||
title={`${boardData?.name ?? (isTemplate ? t`Template` : t`Board`)} | ${workspace.name ?? t`Workspace`}`}
|
||||
title={`${boardData?.name ?? (isTemplate ? t`Board` : t`Template`)} | ${workspace.name ?? t`Workspace`}`}
|
||||
/>
|
||||
<div className="relative flex h-full flex-col">
|
||||
<PatternedBackground />
|
||||
@@ -567,7 +567,7 @@ export default function BoardPage({ isTemplate }: { isTemplate?: boolean }) {
|
||||
)}
|
||||
{!boardData && !isLoading && (
|
||||
<p className="order-2 block p-0 py-0 font-bold leading-[2.3rem] tracking-tight text-neutral-900 dark:text-dark-1000 sm:text-[1.2rem] md:order-1">
|
||||
{isTemplate ? t`Template not found` : t`Board not found`}
|
||||
{t`${isTemplate ? "Template" : "Board"} not found`}
|
||||
</p>
|
||||
)}
|
||||
<div className="order-1 mb-4 flex items-center justify-end space-x-2 md:order-2 md:mb-0">
|
||||
|
||||
@@ -14,8 +14,6 @@ export function BoardsList({ isTemplate, archived = false }: { isTemplate?: bool
|
||||
const { workspace } = useWorkspace();
|
||||
const { openModal } = useModal();
|
||||
const { canCreateBoard } = usePermissions();
|
||||
const boardTypeLabel = isTemplate ? t`template` : t`board`;
|
||||
const boardLabel = isTemplate ? t`templates` : t`boards`;
|
||||
|
||||
const utils = api.useUtils();
|
||||
const updateBoard = api.board.update.useMutation({
|
||||
@@ -62,10 +60,10 @@ export function BoardsList({ isTemplate, archived = false }: { isTemplate?: bool
|
||||
<div className="flex flex-col items-center">
|
||||
<HiOutlineRectangleStack className="h-10 w-10 text-light-800 dark:text-dark-800" />
|
||||
<p className="mb-2 mt-4 text-[14px] font-bold text-light-1000 dark:text-dark-950">
|
||||
{archived ? t`No archived boards` : t`No ${boardLabel}`}
|
||||
{archived ? t`No archived boards` : t`No ${isTemplate ? "templates" : "boards"}`}
|
||||
</p>
|
||||
<p className="text-[14px] text-light-900 dark:text-dark-900">
|
||||
{archived ? t`Boards you archive will appear here.` : t`Get started by creating a new ${boardTypeLabel}`}
|
||||
{archived ? t`Boards you archive will appear here.` : t`Get started by creating a new ${isTemplate ? "template" : "board"}`}
|
||||
</p>
|
||||
</div>
|
||||
<Tooltip
|
||||
@@ -79,7 +77,7 @@ export function BoardsList({ isTemplate, archived = false }: { isTemplate?: bool
|
||||
}}
|
||||
disabled={!canCreateBoard}
|
||||
>
|
||||
{t`Create new ${boardTypeLabel}`}
|
||||
{t`Create new ${isTemplate ? "template" : "board"}`}
|
||||
</Button>
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +32,6 @@ interface NewBoardInputWithTemplate {
|
||||
}
|
||||
|
||||
export function NewBoardForm({ isTemplate }: { isTemplate?: boolean }) {
|
||||
const boardTypeLabel = isTemplate ? t`template` : t`board`;
|
||||
const utils = api.useUtils();
|
||||
const { closeModal } = useModal();
|
||||
const router = useRouter();
|
||||
@@ -118,7 +117,7 @@ export function NewBoardForm({ isTemplate }: { isTemplate?: boolean }) {
|
||||
<form onSubmit={handleSubmit(onSubmit)}>
|
||||
<div className="px-5 pt-5">
|
||||
<div className="text-neutral-9000 flex w-full items-center justify-between pb-4 dark:text-dark-1000">
|
||||
<h2 className="text-sm font-bold">{t`New ${boardTypeLabel}`}</h2>
|
||||
<h2 className="text-sm font-bold">{t`New ${isTemplate ? "template" : "board"}`}</h2>
|
||||
<button
|
||||
type="button"
|
||||
className="hover:bg-li ght-300 rounded p-1 focus:outline-none dark:hover:bg-dark-300"
|
||||
@@ -164,7 +163,7 @@ export function NewBoardForm({ isTemplate }: { isTemplate?: boolean }) {
|
||||
)}
|
||||
<div>
|
||||
<Button type="submit" isLoading={createBoard.isPending}>
|
||||
{t`Create ${boardTypeLabel}`}
|
||||
{t`Create ${isTemplate ? "template" : "board"}`}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -26,27 +26,26 @@ import { BoardsList } from "./components/BoardsList";
|
||||
import { ImportBoardsForm } from "./components/ImportBoardsForm";
|
||||
import { NewBoardForm } from "./components/NewBoardForm";
|
||||
|
||||
const boardsTabs = [
|
||||
{ key: "boards" as const, label: t`Active` },
|
||||
{ key: "archived" as const, label: t`Archived` },
|
||||
];
|
||||
|
||||
export default function BoardsPage({ isTemplate }: { isTemplate?: boolean }) {
|
||||
const { openModal, modalContentType, isOpen } = useModal();
|
||||
const { workspace } = useWorkspace();
|
||||
const [activeTab, setActiveTab] = useState<"boards" | "archived">("boards");
|
||||
const { canCreateBoard } = usePermissions();
|
||||
const boardLabel = isTemplate ? t`Templates` : t`Boards`;
|
||||
const boardTypeLabel = isTemplate ? t`template` : t`board`;
|
||||
const boardsTabs = [
|
||||
{ key: "boards" as const, label: t`Active` },
|
||||
{ key: "archived" as const, label: t`Archived` },
|
||||
];
|
||||
|
||||
const createBoardShortcut = useMemo(
|
||||
() => ({
|
||||
type: "PRESS" as const,
|
||||
stroke: { key: "C" },
|
||||
action: () => canCreateBoard && openModal("NEW_BOARD"),
|
||||
description: t`Create new ${boardTypeLabel}`,
|
||||
description: t`Create new ${isTemplate ? "template" : "board"}`,
|
||||
group: "ACTIONS" as const,
|
||||
}),
|
||||
[boardTypeLabel, canCreateBoard, isTemplate, openModal],
|
||||
[canCreateBoard, isTemplate, openModal],
|
||||
);
|
||||
|
||||
const { tooltipContent: createModalShortcutTooltipContent } =
|
||||
@@ -55,12 +54,12 @@ export default function BoardsPage({ isTemplate }: { isTemplate?: boolean }) {
|
||||
return (
|
||||
<>
|
||||
<PageHead
|
||||
title={t`${boardLabel} | ${workspace.name ?? t`Workspace`}`}
|
||||
title={t`${isTemplate ? "Templates" : "Boards"} | ${workspace.name ?? t`Workspace`}`}
|
||||
/>
|
||||
<div className="m-auto h-full max-w-[1100px] p-8 px-5 md:px-28 md:py-12">
|
||||
<div className="relative z-10 mb-8 flex w-full items-center justify-between">
|
||||
<h1 className="font-bold tracking-tight text-neutral-900 dark:text-dark-1000 sm:text-[1.2rem]">
|
||||
{boardLabel}
|
||||
{t`${isTemplate ? "Templates" : "Boards"}`}
|
||||
</h1>
|
||||
<div className="flex gap-2">
|
||||
{!isTemplate && (
|
||||
|
||||
Reference in New Issue
Block a user