mirror of
https://github.com/outline/outline.git
synced 2025-12-21 10:39:41 -06:00
translation: knowledgebase -> workspace
This commit is contained in:
@@ -157,7 +157,7 @@ function Details() {
|
||||
<Heading>{t("Details")}</Heading>
|
||||
<Text type="secondary">
|
||||
<Trans>
|
||||
These settings affect the way that your knowledge base appears to
|
||||
These settings affect the way that your workspace appears to
|
||||
everyone on the team.
|
||||
</Trans>
|
||||
</Text>
|
||||
@@ -260,7 +260,7 @@ function Details() {
|
||||
description={
|
||||
subdomain ? (
|
||||
<>
|
||||
<Trans>Your knowledge base will be accessible at</Trans>{" "}
|
||||
<Trans>Your workspace will be accessible at</Trans>{" "}
|
||||
<strong>
|
||||
{subdomain}.{getBaseDomain()}
|
||||
</strong>
|
||||
|
||||
@@ -287,7 +287,7 @@ function Security() {
|
||||
label={t("Collection creation")}
|
||||
name="memberCollectionCreate"
|
||||
description={t(
|
||||
"Allow members to create new collections within the knowledge base"
|
||||
"Allow members to create new collections within the workspace"
|
||||
)}
|
||||
>
|
||||
<Switch
|
||||
|
||||
@@ -265,7 +265,7 @@ router.post(
|
||||
attachments: [
|
||||
{
|
||||
text: t(
|
||||
"To search your knowledgebase use {{ command }}. \nType {{ command2 }} help to display this help text.",
|
||||
"To search your workspace use {{ command }}. \nType {{ command2 }} help to display this help text.",
|
||||
{
|
||||
command: `/outline keyword`,
|
||||
command2: `/outline help`,
|
||||
|
||||
@@ -22,7 +22,7 @@ type Props = EmailProps & {
|
||||
*/
|
||||
export default class InviteEmail extends BaseEmail<Props, Record<string, any>> {
|
||||
protected subject({ actorName, teamName }: Props) {
|
||||
return `${actorName} invited you to join ${teamName}’s knowledge base`;
|
||||
return `${actorName} invited you to join ${teamName}’s workspace`;
|
||||
}
|
||||
|
||||
protected preview() {
|
||||
|
||||
@@ -23,7 +23,7 @@ type Props = EmailProps & {
|
||||
*/
|
||||
export default class InviteReminderEmail extends BaseEmail<Props> {
|
||||
protected subject({ actorName, teamName }: Props) {
|
||||
return `Reminder: ${actorName} invited you to join ${teamName}’s knowledge base`;
|
||||
return `Reminder: ${actorName} invited you to join ${teamName}’s workspace`;
|
||||
}
|
||||
|
||||
protected preview() {
|
||||
|
||||
@@ -768,7 +768,7 @@
|
||||
"Logo updated": "Logo updated",
|
||||
"Unable to upload new logo": "Unable to upload new logo",
|
||||
"Delete workspace": "Delete workspace",
|
||||
"These settings affect the way that your knowledge base appears to everyone on the team.": "These settings affect the way that your knowledge base appears to everyone on the team.",
|
||||
"These settings affect the way that your workspace appears to everyone on the team.": "These settings affect the way that your workspace appears to everyone on the team.",
|
||||
"Display": "Display",
|
||||
"The logo is displayed at the top left of the application.": "The logo is displayed at the top left of the application.",
|
||||
"The workspace name, usually the same as your company name.": "The workspace name, usually the same as your company name.",
|
||||
@@ -781,7 +781,7 @@
|
||||
"Show your team’s logo on public pages like login and shared documents.": "Show your team’s logo on public pages like login and shared documents.",
|
||||
"Behavior": "Behavior",
|
||||
"Subdomain": "Subdomain",
|
||||
"Your knowledge base will be accessible at": "Your knowledge base will be accessible at",
|
||||
"Your workspace will be accessible at": "Your workspace will be accessible at",
|
||||
"Choose a subdomain to enable a login page just for your team.": "Choose a subdomain to enable a login page just for your team.",
|
||||
"Start view": "Start view",
|
||||
"This is the screen that workspace members will first see when they sign in.": "This is the screen that workspace members will first see when they sign in.",
|
||||
@@ -874,7 +874,7 @@
|
||||
"Rich service embeds": "Rich service embeds",
|
||||
"Links to supported services are shown as rich embeds within your documents": "Links to supported services are shown as rich embeds within your documents",
|
||||
"Collection creation": "Collection creation",
|
||||
"Allow members to create new collections within the knowledge base": "Allow members to create new collections within the knowledge base",
|
||||
"Allow members to create new collections within the workspace": "Allow members to create new collections within the workspace",
|
||||
"Draw.io deployment": "Draw.io deployment",
|
||||
"Add your self-hosted draw.io installation url here to enable automatic embedding of diagrams within documents.": "Add your self-hosted draw.io installation url here to enable automatic embedding of diagrams within documents.",
|
||||
"Grist deployment": "Grist deployment",
|
||||
@@ -916,7 +916,7 @@
|
||||
"Connect": "Connect",
|
||||
"The Slack integration is currently disabled. Please set the associated environment variables and restart the server to enable the integration.": "The Slack integration is currently disabled. Please set the associated environment variables and restart the server to enable the integration.",
|
||||
"How to use {{ command }}": "How to use {{ command }}",
|
||||
"To search your knowledgebase use {{ command }}. \nType {{ command2 }} help to display this help text.": "To search your knowledgebase use {{ command }}. \nType {{ command2 }} help to display this help text.",
|
||||
"To search your workspace use {{ command }}. \nType {{ command2 }} help to display this help text.": "To search your workspace use {{ command }}. \nType {{ command2 }} help to display this help text.",
|
||||
"Sorry, we couldn’t find an integration for your team. Head to your {{ appName }} settings to set one up.": "Sorry, we couldn’t find an integration for your team. Head to your {{ appName }} settings to set one up.",
|
||||
"It looks like you haven’t signed in to {{ appName }} yet, so results may be limited": "It looks like you haven’t signed in to {{ appName }} yet, so results may be limited",
|
||||
"Post to Channel": "Post to Channel",
|
||||
|
||||
Reference in New Issue
Block a user