mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
Restore enterprise translations
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
import { Trans } from "react-i18next";
|
||||
|
||||
export const Translations = () => (
|
||||
<>
|
||||
<Trans defaults={`New attribute`} />
|
||||
<Trans defaults={`Paper size`} />
|
||||
<Trans defaults={`Ask AI "{{question}}"`} />
|
||||
<Trans defaults={`Are you sure you want to delete?`} />
|
||||
<Trans
|
||||
defaults={`Deleting this version of the document will permanently and irrevocably remove it from the history.`}
|
||||
/>
|
||||
<Trans defaults={`Format`} />
|
||||
<Trans defaults={`Add option`} />
|
||||
<Trans defaults={`Optional`} />
|
||||
<Trans defaults={`Choose a size for your exported document`} />
|
||||
<Trans defaults={`Revision renamed`} />
|
||||
<Trans defaults={`Failed to save revision`} />
|
||||
<Trans defaults={`Invite to document`} />
|
||||
<Trans defaults={`Sorry, invalid embed link`} />
|
||||
<Trans defaults={`Data Attributes`} />
|
||||
<Trans defaults={`Edit attribute`} />
|
||||
<Trans defaults={`Property`} />
|
||||
<Trans defaults={`Yes`} />
|
||||
<Trans defaults={`No`} />
|
||||
<Trans defaults={`Search or ask a question`} />
|
||||
<Trans
|
||||
defaults={`Invited {{roleName}} will not receive access to any collections or documents unless explicitly shared.`}
|
||||
/>
|
||||
<Trans defaults={`Can view only what is explicitly shared`} />
|
||||
<Trans
|
||||
defaults={`SAML assertion was invalid or missing fields, please check your configuration`}
|
||||
/>
|
||||
<Trans
|
||||
defaults={`AI generated answer based on related documents in your workspace`}
|
||||
/>
|
||||
<Trans defaults={`References`} />
|
||||
<Trans
|
||||
defaults={`Enable AI answers to get direct answers to searched questions.`}
|
||||
/>
|
||||
<Trans defaults={`Go to settings`} />
|
||||
<Trans defaults={`Where do I find the file?`} />
|
||||
<Trans
|
||||
defaults={`In a Confluence space, navigate to <em>Space Settings -> Manage space -> Export space</em> and choose to export as HTML with the "Normal Export" option.`}
|
||||
/>
|
||||
<Trans
|
||||
defaults={`Drag and drop the zip file from Confluence's HTML export option, or click to upload`}
|
||||
/>
|
||||
<Trans defaults={`Guests`} />
|
||||
<Trans defaults={`New Attribute`} />
|
||||
<Trans
|
||||
defaults={`Attributes allow you to define data to be stored with your documents. They can be used to store custom properties, metadata, or any other structured information that is common across documents.`}
|
||||
/>
|
||||
<Trans defaults={`Custom domain`} />
|
||||
<Trans defaults={`AI answers`} />
|
||||
<Trans
|
||||
defaults={`Use AI to directly answer searched questions using content in your workspace.`}
|
||||
/>
|
||||
<Trans defaults={`API access`} />
|
||||
<Trans
|
||||
defaults={`Allow members to create API keys for programmatic access`}
|
||||
/>
|
||||
<Trans defaults={`Public document embedding`} />
|
||||
<Trans
|
||||
defaults={`When enabled, publicly shared documents can be embedded in third-party websites`}
|
||||
/>
|
||||
<Trans defaults={`Include previews in emails`} />
|
||||
<Trans
|
||||
defaults={`When enabled, email notifications will include content previews`}
|
||||
/>
|
||||
<Trans defaults={`Boolean`} />
|
||||
<Trans defaults={`Number`} />
|
||||
<Trans defaults={`Text`} />
|
||||
<Trans defaults={`List`} />
|
||||
<Trans defaults={`Could not load events`} />
|
||||
<Trans defaults={`Audit Log`} />
|
||||
<Trans
|
||||
defaults={`The audit log details the history of security related and other events across your knowledge base.`}
|
||||
/>
|
||||
<Trans defaults={`IP address`} />
|
||||
<Trans defaults={`Actor`} />
|
||||
<Trans defaults={`Event`} />
|
||||
<Trans defaults={`Timestamp`} />
|
||||
<Trans defaults={`IP`} />
|
||||
<Trans defaults={`a group`} />
|
||||
<Trans defaults={`All users`} />
|
||||
<Trans defaults={`Private`} />
|
||||
<Trans defaults={`View and edit`} />
|
||||
<Trans defaults={`Sharing enabled`} />
|
||||
<Trans defaults={`Date archived`} />
|
||||
<Trans defaults={`Could not load collections`} />
|
||||
<Trans
|
||||
defaults={`Manage the permissions and settings of all collections in the knowledge base. As a workspace admin you can also administer private collections.`}
|
||||
/>
|
||||
<Trans
|
||||
defaults={`Automatically index and search document content from {{appName}} inside <4>Glean</4> in realtime.`}
|
||||
/>
|
||||
<Trans defaults={`API Endpoint`} />
|
||||
<Trans defaults={`API Secret`} />
|
||||
<Trans defaults={`Datasource`} />
|
||||
<Trans
|
||||
defaults={`Details of the current {{appName}} license. To arrange contract renewal as expiry or seat limits approach or increase licensed seats please contact your account manager or email <4>priority@getoutline.com</4>.`}
|
||||
/>
|
||||
<Trans
|
||||
defaults={`Sorry, an answer could not be found in the collection, try widening your search.`}
|
||||
/>
|
||||
<Trans
|
||||
defaults={`Sorry, an answer could not be found in the workspace, try widening your search.`}
|
||||
/>
|
||||
<Trans defaults={`Looking for answers`} />
|
||||
<Trans defaults={`Answer to "{{ query }}"`} />
|
||||
</>
|
||||
);
|
||||
Reference in New Issue
Block a user