Update translations

This commit is contained in:
Sarah Jamie Lewis 2023-06-15 12:54:17 -07:00
parent 37ff3eb409
commit 27b3545afb
26 changed files with 713 additions and 47 deletions

View File

@ -5,7 +5,7 @@
},
"theme.ErrorPageContent.tryAgain": {
"message": "Erneut versuchen",
"description": "The label of the button to try again when the page crashed"
"description": "The label of the button to try again rendering when the React error boundary captures an error"
},
"theme.NotFound.title": {
"message": "Seite nicht gefunden",
@ -229,5 +229,45 @@
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "Seitenleiste einblenden",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.admonition.note": {
"message": "note",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "tip",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.danger": {
"message": "danger",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "info",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.caution": {
"message": "caution",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "Close navigation bar",
"description": "The ARIA label for close button of mobile sidebar"
},
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "Toggle navigation bar",
"description": "The ARIA label for hamburger menu button of mobile navigation"
},
"theme.tags.tagsPageTitle": {
"message": "Tags",
"description": "The title of the tag list page"
}
}

View File

@ -0,0 +1,10 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Building a Cwtch App": {
"message": "Building a Cwtch App",
"description": "The label for category Building a Cwtch App in sidebar tutorialSidebar"
}
}

View File

@ -0,0 +1,26 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Cwtch Components": {
"message": "Cwtch Components",
"description": "The label for category Cwtch Components in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Connectivity & Tor": {
"message": "Connectivity & Tor",
"description": "The label for category Connectivity & Tor in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Tapir": {
"message": "Tapir",
"description": "The label for category Tapir in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Cwtch": {
"message": "Cwtch",
"description": "The label for category Cwtch in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Cwtch UI": {
"message": "Cwtch UI",
"description": "The label for category Cwtch UI in sidebar tutorialSidebar"
}
}

View File

@ -26,5 +26,29 @@
"sidebar.tutorialSidebar.category.Contribute": {
"message": "Mitwirken",
"description": "The label for category Contribute in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Getting started": {
"message": "Getting started",
"description": "The label for category Getting started in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Conversations": {
"message": "Conversations",
"description": "The label for category Conversations in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Groups": {
"message": "Groups",
"description": "The label for category Groups in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Servers": {
"message": "Servers",
"description": "The label for category Servers in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Experiments": {
"message": "Experiments",
"description": "The label for category Experiments in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Platforms": {
"message": "Platforms",
"description": "The label for category Platforms in sidebar tutorialSidebar"
}
}

View File

@ -30,5 +30,41 @@
"copyright": {
"message": "Copyright © Open Privacy Research Society",
"description": "The footer copyright"
},
"link.title.Contribute": {
"message": "Contribute",
"description": "The title of the footer links column with title=Contribute in the footer"
},
"link.item.label.Introduction": {
"message": "Introduction",
"description": "The label of footer link with label=Introduction linking to /docs/intro"
},
"link.item.label.Security Handbook": {
"message": "Security Handbook",
"description": "The label of footer link with label=Security Handbook linking to /security/intro"
},
"link.item.label.Developer Guide": {
"message": "Developer Guide",
"description": "The label of footer link with label=Developer Guide linking to /developing/intro"
},
"link.item.label.Mastodon": {
"message": "Mastodon",
"description": "The label of footer link with label=Mastodon linking to https://fosstodon.org/@cwtch"
},
"link.item.label.Donate": {
"message": "Donate",
"description": "The label of footer link with label=Donate linking to https://openprivacy.ca/donate"
},
"link.item.label.Patreon": {
"message": "Patreon",
"description": "The label of footer link with label=Patreon linking to https://patreon.com/openprivacy"
},
"link.item.label.Source Code": {
"message": "Source Code",
"description": "The label of footer link with label=Source Code linking to https://git.openprivacy.ca/cwtch.im"
},
"link.item.label.Download": {
"message": "Download",
"description": "The label of footer link with label=Download linking to https://cwtch.im/download"
}
}

View File

@ -10,5 +10,33 @@
"item.label.Git": {
"message": "Git",
"description": "Navbar item with label Git"
},
"logo.alt": {
"message": "Cwtch Logo",
"description": "The alt text of navbar logo"
},
"item.label.Security Handbook": {
"message": "Security Handbook",
"description": "Navbar item with label Security Handbook"
},
"item.label.Developers Handbook": {
"message": "Developers Handbook",
"description": "Navbar item with label Developers Handbook"
},
"item.label.Development Log": {
"message": "Development Log",
"description": "Navbar item with label Development Log"
},
"item.label.Donate": {
"message": "Donate",
"description": "Navbar item with label Donate"
},
"item.label.Patreon": {
"message": "Patreon",
"description": "Navbar item with label Patreon"
},
"item.label.Download": {
"message": "Download",
"description": "Navbar item with label Download"
}
}

View File

@ -5,7 +5,7 @@
},
"theme.ErrorPageContent.tryAgain": {
"message": "Try again",
"description": "The label of the button to try again when the page crashed"
"description": "The label of the button to try again rendering when the React error boundary captures an error"
},
"theme.NotFound.title": {
"message": "Page Not Found",
@ -229,5 +229,45 @@
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "Expand sidebar",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.admonition.note": {
"message": "note",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "tip",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.danger": {
"message": "danger",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "info",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.caution": {
"message": "caution",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "Close navigation bar",
"description": "The ARIA label for close button of mobile sidebar"
},
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "Toggle navigation bar",
"description": "The ARIA label for hamburger menu button of mobile navigation"
},
"theme.tags.tagsPageTitle": {
"message": "Tags",
"description": "The title of the tag list page"
}
}

View File

@ -0,0 +1,10 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Building a Cwtch App": {
"message": "Building a Cwtch App",
"description": "The label for category Building a Cwtch App in sidebar tutorialSidebar"
}
}

View File

@ -0,0 +1,26 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Cwtch Components": {
"message": "Cwtch Components",
"description": "The label for category Cwtch Components in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Connectivity & Tor": {
"message": "Connectivity & Tor",
"description": "The label for category Connectivity & Tor in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Tapir": {
"message": "Tapir",
"description": "The label for category Tapir in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Cwtch": {
"message": "Cwtch",
"description": "The label for category Cwtch in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Cwtch UI": {
"message": "Cwtch UI",
"description": "The label for category Cwtch UI in sidebar tutorialSidebar"
}
}

View File

@ -26,5 +26,29 @@
"sidebar.tutorialSidebar.category.Contribute": {
"message": "Contribute",
"description": "The label for category Contribute in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Getting started": {
"message": "Getting started",
"description": "The label for category Getting started in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Conversations": {
"message": "Conversations",
"description": "The label for category Conversations in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Groups": {
"message": "Groups",
"description": "The label for category Groups in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Servers": {
"message": "Servers",
"description": "The label for category Servers in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Experiments": {
"message": "Experiments",
"description": "The label for category Experiments in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Platforms": {
"message": "Platforms",
"description": "The label for category Platforms in sidebar tutorialSidebar"
}
}

View File

@ -30,5 +30,41 @@
"copyright": {
"message": "Copyright © Open Privacy Research Society",
"description": "The footer copyright"
},
"link.title.Contribute": {
"message": "Contribute",
"description": "The title of the footer links column with title=Contribute in the footer"
},
"link.item.label.Introduction": {
"message": "Introduction",
"description": "The label of footer link with label=Introduction linking to /docs/intro"
},
"link.item.label.Security Handbook": {
"message": "Security Handbook",
"description": "The label of footer link with label=Security Handbook linking to /security/intro"
},
"link.item.label.Developer Guide": {
"message": "Developer Guide",
"description": "The label of footer link with label=Developer Guide linking to /developing/intro"
},
"link.item.label.Mastodon": {
"message": "Mastodon",
"description": "The label of footer link with label=Mastodon linking to https://fosstodon.org/@cwtch"
},
"link.item.label.Donate": {
"message": "Donate",
"description": "The label of footer link with label=Donate linking to https://openprivacy.ca/donate"
},
"link.item.label.Patreon": {
"message": "Patreon",
"description": "The label of footer link with label=Patreon linking to https://patreon.com/openprivacy"
},
"link.item.label.Source Code": {
"message": "Source Code",
"description": "The label of footer link with label=Source Code linking to https://git.openprivacy.ca/cwtch.im"
},
"link.item.label.Download": {
"message": "Download",
"description": "The label of footer link with label=Download linking to https://cwtch.im/download"
}
}

View File

@ -10,5 +10,33 @@
"item.label.Git": {
"message": "Git",
"description": "Navbar item with label Git"
},
"logo.alt": {
"message": "Cwtch Logo",
"description": "The alt text of navbar logo"
},
"item.label.Security Handbook": {
"message": "Security Handbook",
"description": "Navbar item with label Security Handbook"
},
"item.label.Developers Handbook": {
"message": "Developers Handbook",
"description": "Navbar item with label Developers Handbook"
},
"item.label.Development Log": {
"message": "Development Log",
"description": "Navbar item with label Development Log"
},
"item.label.Donate": {
"message": "Donate",
"description": "Navbar item with label Donate"
},
"item.label.Patreon": {
"message": "Patreon",
"description": "Navbar item with label Patreon"
},
"item.label.Download": {
"message": "Download",
"description": "Navbar item with label Download"
}
}

View File

@ -5,7 +5,7 @@
},
"theme.ErrorPageContent.tryAgain": {
"message": "Inténtalo de nuevo",
"description": "The label of the button to try again when the page crashed"
"description": "The label of the button to try again rendering when the React error boundary captures an error"
},
"theme.NotFound.title": {
"message": "Página No Encontrada",
@ -229,5 +229,45 @@
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "Expandir la barra lateral",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.admonition.note": {
"message": "note",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "tip",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.danger": {
"message": "danger",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "info",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.caution": {
"message": "caution",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "Close navigation bar",
"description": "The ARIA label for close button of mobile sidebar"
},
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "Toggle navigation bar",
"description": "The ARIA label for hamburger menu button of mobile navigation"
},
"theme.tags.tagsPageTitle": {
"message": "Etiquetas",
"description": "The title of the tag list page"
}
}

View File

@ -0,0 +1,10 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Building a Cwtch App": {
"message": "Building a Cwtch App",
"description": "The label for category Building a Cwtch App in sidebar tutorialSidebar"
}
}

View File

@ -0,0 +1,26 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Cwtch Components": {
"message": "Cwtch Components",
"description": "The label for category Cwtch Components in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Connectivity & Tor": {
"message": "Connectivity & Tor",
"description": "The label for category Connectivity & Tor in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Tapir": {
"message": "Tapir",
"description": "The label for category Tapir in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Cwtch": {
"message": "Cwtch",
"description": "The label for category Cwtch in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Cwtch UI": {
"message": "Cwtch UI",
"description": "The label for category Cwtch UI in sidebar tutorialSidebar"
}
}

View File

@ -26,5 +26,29 @@
"sidebar.tutorialSidebar.category.Contribute": {
"message": "Contribuye",
"description": "The label for category Contribute in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Getting started": {
"message": "Getting started",
"description": "The label for category Getting started in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Conversations": {
"message": "Conversations",
"description": "The label for category Conversations in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Groups": {
"message": "Groups",
"description": "The label for category Groups in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Servers": {
"message": "Servers",
"description": "The label for category Servers in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Experiments": {
"message": "Experiments",
"description": "The label for category Experiments in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Platforms": {
"message": "Platforms",
"description": "The label for category Platforms in sidebar tutorialSidebar"
}
}

View File

@ -30,5 +30,41 @@
"copyright": {
"message": "Copyright © Open Privacy Research Society",
"description": "The footer copyright"
},
"link.title.Contribute": {
"message": "Contribute",
"description": "The title of the footer links column with title=Contribute in the footer"
},
"link.item.label.Introduction": {
"message": "Introduction",
"description": "The label of footer link with label=Introduction linking to /docs/intro"
},
"link.item.label.Security Handbook": {
"message": "Security Handbook",
"description": "The label of footer link with label=Security Handbook linking to /security/intro"
},
"link.item.label.Developer Guide": {
"message": "Developer Guide",
"description": "The label of footer link with label=Developer Guide linking to /developing/intro"
},
"link.item.label.Mastodon": {
"message": "Mastodon",
"description": "The label of footer link with label=Mastodon linking to https://fosstodon.org/@cwtch"
},
"link.item.label.Donate": {
"message": "Donate",
"description": "The label of footer link with label=Donate linking to https://openprivacy.ca/donate"
},
"link.item.label.Patreon": {
"message": "Patreon",
"description": "The label of footer link with label=Patreon linking to https://patreon.com/openprivacy"
},
"link.item.label.Source Code": {
"message": "Source Code",
"description": "The label of footer link with label=Source Code linking to https://git.openprivacy.ca/cwtch.im"
},
"link.item.label.Download": {
"message": "Download",
"description": "The label of footer link with label=Download linking to https://cwtch.im/download"
}
}

View File

@ -10,5 +10,33 @@
"item.label.Git": {
"message": "Git",
"description": "Navbar item with label Git"
},
"logo.alt": {
"message": "Cwtch Logo",
"description": "The alt text of navbar logo"
},
"item.label.Security Handbook": {
"message": "Security Handbook",
"description": "Navbar item with label Security Handbook"
},
"item.label.Developers Handbook": {
"message": "Developers Handbook",
"description": "Navbar item with label Developers Handbook"
},
"item.label.Development Log": {
"message": "Development Log",
"description": "Navbar item with label Development Log"
},
"item.label.Donate": {
"message": "Donate",
"description": "Navbar item with label Donate"
},
"item.label.Patreon": {
"message": "Patreon",
"description": "Navbar item with label Patreon"
},
"item.label.Download": {
"message": "Download",
"description": "Navbar item with label Download"
}
}

View File

@ -5,7 +5,7 @@
},
"theme.ErrorPageContent.tryAgain": {
"message": "Riprova",
"description": "The label of the button to try again when the page crashed"
"description": "The label of the button to try again rendering when the React error boundary captures an error"
},
"theme.NotFound.title": {
"message": "Pagina non trovata",
@ -229,5 +229,45 @@
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "Espandi la barra laterale",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.admonition.note": {
"message": "note",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "tip",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.danger": {
"message": "danger",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "info",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.caution": {
"message": "caution",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "Close navigation bar",
"description": "The ARIA label for close button of mobile sidebar"
},
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "Toggle navigation bar",
"description": "The ARIA label for hamburger menu button of mobile navigation"
},
"theme.tags.tagsPageTitle": {
"message": "Etichette",
"description": "The title of the tag list page"
}
}

View File

@ -0,0 +1,10 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Building a Cwtch App": {
"message": "Building a Cwtch App",
"description": "The label for category Building a Cwtch App in sidebar tutorialSidebar"
}
}

View File

@ -0,0 +1,26 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Cwtch Components": {
"message": "Cwtch Components",
"description": "The label for category Cwtch Components in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Connectivity & Tor": {
"message": "Connectivity & Tor",
"description": "The label for category Connectivity & Tor in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Tapir": {
"message": "Tapir",
"description": "The label for category Tapir in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Cwtch": {
"message": "Cwtch",
"description": "The label for category Cwtch in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Cwtch UI": {
"message": "Cwtch UI",
"description": "The label for category Cwtch UI in sidebar tutorialSidebar"
}
}

View File

@ -26,5 +26,29 @@
"sidebar.tutorialSidebar.category.Contribute": {
"message": "Contribuisci",
"description": "The label for category Contribute in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Getting started": {
"message": "Getting started",
"description": "The label for category Getting started in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Conversations": {
"message": "Conversations",
"description": "The label for category Conversations in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Groups": {
"message": "Groups",
"description": "The label for category Groups in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Servers": {
"message": "Servers",
"description": "The label for category Servers in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Experiments": {
"message": "Experiments",
"description": "The label for category Experiments in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Platforms": {
"message": "Platforms",
"description": "The label for category Platforms in sidebar tutorialSidebar"
}
}

View File

@ -30,5 +30,41 @@
"copyright": {
"message": "Copyright © Open Privacy Research Society",
"description": "The footer copyright"
},
"link.title.Contribute": {
"message": "Contribute",
"description": "The title of the footer links column with title=Contribute in the footer"
},
"link.item.label.Introduction": {
"message": "Introduction",
"description": "The label of footer link with label=Introduction linking to /docs/intro"
},
"link.item.label.Security Handbook": {
"message": "Security Handbook",
"description": "The label of footer link with label=Security Handbook linking to /security/intro"
},
"link.item.label.Developer Guide": {
"message": "Developer Guide",
"description": "The label of footer link with label=Developer Guide linking to /developing/intro"
},
"link.item.label.Mastodon": {
"message": "Mastodon",
"description": "The label of footer link with label=Mastodon linking to https://fosstodon.org/@cwtch"
},
"link.item.label.Donate": {
"message": "Donate",
"description": "The label of footer link with label=Donate linking to https://openprivacy.ca/donate"
},
"link.item.label.Patreon": {
"message": "Patreon",
"description": "The label of footer link with label=Patreon linking to https://patreon.com/openprivacy"
},
"link.item.label.Source Code": {
"message": "Source Code",
"description": "The label of footer link with label=Source Code linking to https://git.openprivacy.ca/cwtch.im"
},
"link.item.label.Download": {
"message": "Download",
"description": "The label of footer link with label=Download linking to https://cwtch.im/download"
}
}

View File

@ -10,5 +10,33 @@
"item.label.Git": {
"message": "Git",
"description": "Navbar item with label Git"
},
"logo.alt": {
"message": "Cwtch Logo",
"description": "The alt text of navbar logo"
},
"item.label.Security Handbook": {
"message": "Security Handbook",
"description": "Navbar item with label Security Handbook"
},
"item.label.Developers Handbook": {
"message": "Developers Handbook",
"description": "Navbar item with label Developers Handbook"
},
"item.label.Development Log": {
"message": "Development Log",
"description": "Navbar item with label Development Log"
},
"item.label.Donate": {
"message": "Donate",
"description": "Navbar item with label Donate"
},
"item.label.Patreon": {
"message": "Patreon",
"description": "Navbar item with label Patreon"
},
"item.label.Download": {
"message": "Download",
"description": "Navbar item with label Download"
}
}

94
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^0.10.0",
"@crowdin/cli": "^3.7.8",
"@crowdin/cli": "^3.13.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-content-docs": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
@ -2115,17 +2115,39 @@
}
},
"node_modules/@crowdin/cli": {
"version": "3.7.8",
"resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.7.8.tgz",
"integrity": "sha512-DDA2ggfnYsfoprWmxNpZ5QOxO58RSsbFHHSi+558bqBJMag1z0RjSGSCriqfCQtvBnn2SIVnBsBOaw+HDWXF4w==",
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.13.0.tgz",
"integrity": "sha512-4YY1XSJyFdIADMX3U11WtkhL9wVWU/KCBEB6N360ybZVOWKE6G2/ERmWmYs8N1kXO6eoM2UUOp4qb8LmJ9UGTg==",
"dependencies": {
"njre": "^0.2.0",
"shelljs": "^0.8.4"
"command-exists-promise": "^2.0.2",
"node-fetch": "2.6.7",
"shelljs": "^0.8.4",
"tar": "^4.4.8",
"yauzl": "^2.10.0"
},
"bin": {
"crowdin": "jdeploy-bundle/jdeploy.js"
}
},
"node_modules/@crowdin/cli/node_modules/node-fetch": {
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
}
},
"node_modules/@docsearch/css": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.5.0.tgz",
@ -6618,7 +6640,7 @@
"node_modules/fd-slicer": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
"integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
"integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
"dependencies": {
"pend": "~1.2.0"
}
@ -8941,20 +8963,6 @@
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
},
"node_modules/njre": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/njre/-/njre-0.2.0.tgz",
"integrity": "sha512-+Wq8R6VmjK+jI8a9NdzfU6Vh50r3tjsdvl5KJE1OyHeH8I/nx5Ptm12qpO3qNUbstXuZfBDgDL0qQZw9JyjhMw==",
"dependencies": {
"command-exists-promise": "^2.0.2",
"node-fetch": "^2.5.0",
"tar": "^4.4.8",
"yauzl": "^2.10.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/no-case": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
@ -9440,7 +9448,7 @@
"node_modules/pend": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
},
"node_modules/picocolors": {
"version": "1.0.0",
@ -13633,7 +13641,7 @@
"node_modules/yauzl": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
"integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
"integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
"dependencies": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
@ -15127,12 +15135,25 @@
"optional": true
},
"@crowdin/cli": {
"version": "3.7.8",
"resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.7.8.tgz",
"integrity": "sha512-DDA2ggfnYsfoprWmxNpZ5QOxO58RSsbFHHSi+558bqBJMag1z0RjSGSCriqfCQtvBnn2SIVnBsBOaw+HDWXF4w==",
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-3.13.0.tgz",
"integrity": "sha512-4YY1XSJyFdIADMX3U11WtkhL9wVWU/KCBEB6N360ybZVOWKE6G2/ERmWmYs8N1kXO6eoM2UUOp4qb8LmJ9UGTg==",
"requires": {
"njre": "^0.2.0",
"shelljs": "^0.8.4"
"command-exists-promise": "^2.0.2",
"node-fetch": "2.6.7",
"shelljs": "^0.8.4",
"tar": "^4.4.8",
"yauzl": "^2.10.0"
},
"dependencies": {
"node-fetch": {
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"requires": {
"whatwg-url": "^5.0.0"
}
}
}
},
"@docsearch/css": {
@ -18476,7 +18497,7 @@
"fd-slicer": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
"integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
"integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
"requires": {
"pend": "~1.2.0"
}
@ -20119,17 +20140,6 @@
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
},
"njre": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/njre/-/njre-0.2.0.tgz",
"integrity": "sha512-+Wq8R6VmjK+jI8a9NdzfU6Vh50r3tjsdvl5KJE1OyHeH8I/nx5Ptm12qpO3qNUbstXuZfBDgDL0qQZw9JyjhMw==",
"requires": {
"command-exists-promise": "^2.0.2",
"node-fetch": "^2.5.0",
"tar": "^4.4.8",
"yauzl": "^2.10.0"
}
},
"no-case": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
@ -20475,7 +20485,7 @@
"pend": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
},
"picocolors": {
"version": "1.0.0",
@ -23382,7 +23392,7 @@
"yauzl": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
"integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=",
"integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
"requires": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^0.10.0",
"@crowdin/cli": "^3.7.8",
"@crowdin/cli": "^3.13.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-content-docs": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",