chore: adjust translation (#3734)

This commit is contained in:
JimmFly 2023-08-14 22:34:42 +08:00 committed by GitHub
parent f33fb98912
commit 1072db632e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 2439 additions and 1893 deletions

View File

@ -30,11 +30,11 @@ export const DeleteLeaveWorkspace = ({
name={ name={
<span style={{ color: 'var(--affine-error-color)' }}> <span style={{ color: 'var(--affine-error-color)' }}>
{isOwner {isOwner
? t['com.affine.settings.workspace.remove']() ? t['com.affine.settings.remove-workspace']()
: t['Leave Workspace']()} : t['Leave Workspace']()}
</span> </span>
} }
desc={t['com.affine.settings.workspace.remove.message']()} desc={t['com.affine.settings.remove-workspace-description']()}
style={{ cursor: 'pointer' }} style={{ cursor: 'pointer' }}
onClick={() => { onClick={() => {
setShowDelete(true); setShowDelete(true);

View File

@ -59,14 +59,12 @@ export const WorkspaceSettingDetail = ({
<> <>
<SettingHeader <SettingHeader
title={t[`Workspace Settings with name`]({ name })} title={t[`Workspace Settings with name`]({ name })}
subtitle={t['You can customize your workspace here.']()} subtitle={t['com.affine.settings.workspace.description']()}
/> />
<SettingWrapper title={t['Info']()}> <SettingWrapper title={t['Info']()}>
<SettingRow <SettingRow
name={t['Workspace Profile']()} name={t['Workspace Profile']()}
desc={t[ desc={t['com.affine.settings.workspace.not-owner']()}
'Only an owner can edit the the Workspace avatar and name.Changes will be shown for everyone.'
]()}
spreadCol={false} spreadCol={false}
> >
<ProfilePanel workspace={workspace} /> <ProfilePanel workspace={workspace} />

View File

@ -94,7 +94,7 @@ const FakePublishPanelAffine = (_props: FakePublishPanelAffineProps) => {
return ( return (
<Tooltip <Tooltip
content={t['com.affine.settings.workspace.publish.local-tooltip']()} content={t['com.affine.settings.workspace.publish-tooltip']()}
placement="top" placement="top"
> >
<div className={style.fakeWrapper}> <div className={style.fakeWrapper}>

View File

@ -58,7 +58,7 @@ export const AboutAffine = () => {
</SettingRow> </SettingRow>
<SettingRow <SettingRow
name={t[`Discover what's new`]()} name={t[`Discover what's new`]()}
desc={t['View the AFFiNE Changelog.']()} desc={t['Changelog description']()}
style={{ cursor: 'pointer' }} style={{ cursor: 'pointer' }}
onClick={() => { onClick={() => {
window.open(runtimeConfig.changelogUrl, '_blank'); window.open(runtimeConfig.changelogUrl, '_blank');

View File

@ -110,7 +110,7 @@ export const AppearanceSettings = () => {
</SettingRow> </SettingRow>
<SettingRow <SettingRow
name={t['Display Language']()} name={t['Display Language']()}
desc={t['Select the language for the interface.']()} desc={t['com.affine.settings.appearance.language-description']()}
> >
<div className={settingWrapper}> <div className={settingWrapper}>
<LanguageMenu /> <LanguageMenu />
@ -119,7 +119,9 @@ export const AppearanceSettings = () => {
{environment.isDesktop ? ( {environment.isDesktop ? (
<SettingRow <SettingRow
name={t['Client Border Style']()} name={t['Client Border Style']()}
desc={t['Customize the appearance of the client.']()} desc={t[
'com.affine.settings.appearance.border-style-description'
]()}
> >
<Switch <Switch
checked={appSettings.clientBorder} checked={appSettings.clientBorder}
@ -130,7 +132,7 @@ export const AppearanceSettings = () => {
<SettingRow <SettingRow
name={t['Full width Layout']()} name={t['Full width Layout']()}
desc={t['Maximum display of content within a page.']()} desc={t['com.affine.settings.appearance.full-width-description']()}
> >
<Switch <Switch
data-testid="full-width-layout-trigger" data-testid="full-width-layout-trigger"
@ -141,7 +143,9 @@ export const AppearanceSettings = () => {
{runtimeConfig.enableNewSettingUnstableApi && environment.isDesktop ? ( {runtimeConfig.enableNewSettingUnstableApi && environment.isDesktop ? (
<SettingRow <SettingRow
name={t['Window frame style']()} name={t['Window frame style']()}
desc={t['Customize appearance of Windows Client.']()} desc={t[
'com.affine.settings.appearance.window-frame-description'
]()}
> >
<RadioButtonGroup <RadioButtonGroup
className={settingWrapper} className={settingWrapper}
@ -166,7 +170,7 @@ export const AppearanceSettings = () => {
<SettingWrapper title={t['Date']()}> <SettingWrapper title={t['Date']()}>
<SettingRow <SettingRow
name={t['Date Format']()} name={t['Date Format']()}
desc={t['Customize your date style.']()} desc={t['com.affine.settings.appearance.date-format-description']()}
> >
<div className={settingWrapper}> <div className={settingWrapper}>
<DateFormatSetting /> <DateFormatSetting />
@ -174,7 +178,7 @@ export const AppearanceSettings = () => {
</SettingRow> </SettingRow>
<SettingRow <SettingRow
name={t['Start Week On Monday']()} name={t['Start Week On Monday']()}
desc={t['By default, the week starts on Sunday.']()} desc={t['com.affine.settings.appearance.start-week-description']()}
> >
<Switch <Switch
checked={appSettings.startWeekOnMonday} checked={appSettings.startWeekOnMonday}
@ -187,8 +191,8 @@ export const AppearanceSettings = () => {
{environment.isDesktop ? ( {environment.isDesktop ? (
<SettingWrapper title={t['Sidebar']()}> <SettingWrapper title={t['Sidebar']()}>
<SettingRow <SettingRow
name={t['com.affine.settings.appearance.sidebar.noise']()} name={t['com.affine.settings.noise-style']()}
desc={t['com.affine.settings.appearance.sidebar.noise.message']()} desc={t['com.affine.settings.noise-style-description']()}
> >
<Switch <Switch
checked={appSettings.enableNoisyBackground} checked={appSettings.enableNoisyBackground}
@ -198,10 +202,8 @@ export const AppearanceSettings = () => {
/> />
</SettingRow> </SettingRow>
<SettingRow <SettingRow
name={t['com.affine.settings.appearance.sidebar.translucent']()} name={t['com.affine.settings.translucent-style']()}
desc={t[ desc={t['com.affine.settings.translucent-style-description']()}
'com.affine.settings.appearance.sidebar.translucent.message'
]()}
> >
<Switch <Switch
checked={appSettings.enableBlurBackground} checked={appSettings.enableBlurBackground}

View File

@ -91,9 +91,7 @@ export const SettingModal = ({
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
{t[ {t['com.affine.settings.suggestion']()}
'Need more customization options? You can suggest them to us in the community.'
]()}
</a> </a>
</div> </div>
</div> </div>

View File

@ -257,6 +257,7 @@ export const CollectionsList = ({ workspace }: CollectionsListProps) => {
() => savedCollections.filter(v => v.pinned), () => savedCollections.filter(v => v.pinned),
[savedCollections] [savedCollections]
); );
const t = useAFFiNEI18N();
if (pinedCollections.length === 0) { if (pinedCollections.length === 0) {
return ( return (
<MenuItem <MenuItem
@ -264,7 +265,7 @@ export const CollectionsList = ({ workspace }: CollectionsListProps) => {
icon={<InformationIcon />} icon={<InformationIcon />}
disabled disabled
> >
<span>Create a collection</span> <span>{t['Create a collection']()}</span>
</MenuItem> </MenuItem>
); );
} }

View File

@ -1,5 +1,6 @@
import type { Filter } from '@affine/env/filter'; import type { Filter } from '@affine/env/filter';
import type { PropertiesMeta } from '@affine/env/filter'; import type { PropertiesMeta } from '@affine/env/filter';
import { useAFFiNEI18N } from '@affine/i18n/hooks';
import { CloseIcon, PlusIcon } from '@blocksuite/icons'; import { CloseIcon, PlusIcon } from '@blocksuite/icons';
import { Button } from '@toeverything/components/button'; import { Button } from '@toeverything/components/button';
import { IconButton } from '@toeverything/components/button'; import { IconButton } from '@toeverything/components/button';
@ -18,6 +19,7 @@ export const FilterList = ({
onChange: (value: Filter[]) => void; onChange: (value: Filter[]) => void;
propertiesMeta: PropertiesMeta; propertiesMeta: PropertiesMeta;
}) => { }) => {
const t = useAFFiNEI18N();
return ( return (
<div <div
style={{ style={{
@ -66,7 +68,7 @@ export const FilterList = ({
iconPosition="end" iconPosition="end"
style={{ fontSize: 'var(--affine-font-xs)', padding: '0 8px' }} style={{ fontSize: 'var(--affine-font-xs)', padding: '0 8px' }}
> >
Add Filters {t['Add Filter']()}
</Button> </Button>
) : ( ) : (
<IconButton size="small"> <IconButton size="small">

View File

@ -145,7 +145,7 @@ export const TrashOperationCell = ({
</IconButton> </IconButton>
</Tooltip> </Tooltip>
<Confirm <Confirm
title={t['Delete permanently?']()} title={`${t['Delete permanently']()}?`}
content={t['TrashButtonGroupDescription']()} content={t['TrashButtonGroupDescription']()}
confirmText={t['Delete']()} confirmText={t['Delete']()}
confirmType="error" confirmType="error"

View File

@ -219,7 +219,7 @@ export const EditCollection = ({
minHeight: '200px', minHeight: '200px',
}} }}
> >
<div className={styles.filterTitle}>Filters</div> <div className={styles.filterTitle}>{t['Filters']()}</div>
<FilterList <FilterList
propertiesMeta={propertiesMeta} propertiesMeta={propertiesMeta}
value={value.filterList} value={value.filterList}
@ -251,7 +251,7 @@ export const EditCollection = ({
<div style={{ marginTop: 20 }}> <div style={{ marginTop: 20 }}>
<Input <Input
data-testid="input-collection-title" data-testid="input-collection-title"
placeholder="Untitled Collection" placeholder={t['Untitled Collection']()}
defaultValue={value.name} defaultValue={value.name}
onChange={text => onChange={text =>
onChange({ onChange({
@ -316,7 +316,7 @@ export const SaveCollectionButton = ({
size="large" size="large"
style={{ padding: '7px 8px' }} style={{ padding: '7px 8px' }}
> >
Save As Collection {t['Save As New Collection']()}
</Button> </Button>
<EditCollectionModel <EditCollectionModel
title={t['Save As New Collection']()} title={t['Save As New Collection']()}

View File

@ -1,299 +1,337 @@
{ {
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.": "",
"Copied link to clipboard": "Link in die Zwischenablage kopiert",
"Local Workspace Description": "Alle Daten sind auf dem aktuellen Gerät gespeichert. Du kannst AFFiNE Cloud für diesen Workspace aktivieren, um deine Daten mit der Cloud zu synchronisieren.",
"Download all data": "Alle Daten herunterladen",
"It takes up little space on your device": "Es nimmt nur wenig Platz auf deinem Gerät ein.",
"Help and Feedback": "Hilfe und Feedback",
"Not now": "Vielleicht später",
"Please make sure you are online": "Bitte stelle sicher, dass du online bist",
"Remove from workspace": "Vom Workspace entfernen",
"Retain cached cloud data": "Zwischengespeicherte Cloud-Daten behalten",
"Workspace Owner": "Workspace-Besitzer",
"Delete Workspace Description": "Workspace <1>{{workspace}}</1> wird gelöscht und der Inhalt wird verloren sein. Dies kann nicht rückgängig gemacht werden.",
"Member": "Mitglied",
"Once deleted, you can't undo this action": "Das Löschen kann nicht rückgängig gemacht werden.",
"Owner": "Besitzer",
"Sync Description2": "<1>{{workspaceName}}</1> ist ein Cloud Workspace. Alle Daten werden synchronisiert und in der AFFiNE Cloud gespeichert.",
"Download data Description1": "Es verbraucht mehr Speicherplatz auf deinem Gerät.",
"Wait for Sync": "Warte auf Sync",
"Published Description": "Der aktuelle Workspace wurde im Web veröffentlicht, jeder mit dem Link kann den Inhalt sehen.",
"Sync Description": "{{workspaceName}} ist ein lokaler Workspace. Alle Daten werden nur auf dem aktuellen Gerät gespeichert. Wenn du AFFiNE Cloud für diesen Workspace aktivierst, kann der Inhalt mit der Cloud synchronisiert werden. ",
"AFFiNE Cloud": "AFFiNE Cloud",
"It takes up more space on your device": "Es verbraucht mehr Speicherplatz auf deinem Gerät.",
"Sign out description": "Nach dem Abmelden gehen alle nicht synchronisierten Inhalte verloren.",
"Members": "Mitglieder",
"Saved then enable AFFiNE Cloud": "Alle Änderungen werden lokal gespeichert. Klicke hier, um AFFiNE Cloud zu aktivieren.",
"Export AFFiNE backup file": "AFFiNE-Backup als Datei exportieren",
"Joined Workspace": "Workspace beigetreten",
"404 - Page Not Found": "404 - Seite nicht gefunden", "404 - Page Not Found": "404 - Seite nicht gefunden",
"AFFiNE Cloud": "AFFiNE Cloud",
"AFFiNE Community": "AFFiNE Community",
"About AFFiNE": "Über AFFiNE",
"Access level": "Zugriffsberechtigung",
"Add Workspace": "Workspace hinzufügen",
"Add Workspace Hint": "Auswählen, was du schon hast",
"Add a subpage inside": "Unterseite hinzufügen",
"Add to Favorites": "Zu Favoriten hinzufügen", "Add to Favorites": "Zu Favoriten hinzufügen",
"Add to favorites": "Zu Favoriten hinzufügen",
"Added Successfully": "Erfolgreich hinzugefügt",
"Added to Favorites": "Zu Favoriten hinzugefügt", "Added to Favorites": "Zu Favoriten hinzugefügt",
"All changes are saved locally": "Alle Änderungen sind lokal gespeichert",
"All data has been stored in the cloud": "Alle Daten wurden in der Cloud gespeichert.",
"All pages": "Alle Seiten", "All pages": "Alle Seiten",
"App Version": "App Version",
"Available Offline": "Offline verfügbar",
"Back Home": "Zurück zum Start",
"Back to Quick Search": "Zurück zur Schnellsuche",
"Body text": "Haupttext",
"Bold": "Fett", "Bold": "Fett",
"Cancel": "Abbrechen", "Cancel": "Abbrechen",
"Contact Us": "Kontaktiere uns", "Change avatar hint": "Avatar von allen Mitgliedern ändern.",
"Create": "Erstellen", "Change workspace name hint": "Name von allen Mitgliedern ändern.",
"Created": "Erstellt", "Check Our Docs": "Sieh dir unsere Dokumentation an",
"Delete": "Löschen", "Check for updates": "Nach Updates suchen",
"Delete page?": "Seite löschen?", "Check for updates automatically": "Automatisch nach Updates suchen",
"Delete permanently": "Dauerhaft löschen", "Cloud Workspace": "Cloud Workspace",
"Delete permanently?": "Dauerhaft löschen?", "Cloud Workspace Description": "Alle Daten werden synchronisiert und zu dem AffiNE account <1>{{email}}</1> gespeichert",
"Export": "Exportieren",
"Export to HTML": "Zu HTML exportieren",
"Export to Markdown": "Zu Markdown exportieren",
"Favorite": "Favorit",
"Favorited": "Favorisiert",
"Favorites": "Favoriten",
"Heading": "Überschrift {{number}}",
"Import": "Importieren",
"Italic": "Kursiv",
"Local Workspace": "Lokaler Workspace",
"Official Website": "Offizielle Webseite",
"Page": "Seite",
"Select": "Auswählen",
"Strikethrough": "Durchgestrichen",
"Title": "Titel",
"Trash": "Papierkorb",
"AFFiNE Community": "AFFiNE Community",
"All changes are saved locally": "Alle Änderungen sind lokal gespeichert",
"Body text": "Haupttext",
"ClearData": "Lokale Daten löschen",
"Code block": "Code-Block", "Code block": "Code-Block",
"Collaboration": "Zusammenarbeit", "Collaboration": "Zusammenarbeit",
"Collaboration Description": "Für die Zusammenarbeit mit anderen Nutzern werden die AFFiNE Cloud Services benötigt.", "Collaboration Description": "Für die Zusammenarbeit mit anderen Nutzern werden die AFFiNE Cloud Services benötigt.",
"Collapse sidebar": "Seitenleiste einklappen", "Collapse sidebar": "Seitenleiste einklappen",
"Color Scheme": "Farb Schema",
"Confirm": "Bestätigen",
"Connector": "Verbindung (bald verfügbar)", "Connector": "Verbindung (bald verfügbar)",
"Available Offline": "Offline verfügbar", "Contact Us": "Kontaktiere uns",
"Contact with us": "Kontaktiere uns",
"Continue": "Fortfahren",
"Continue with Google": "Mit Google fortfahren", "Continue with Google": "Mit Google fortfahren",
"Convert to ": "Konvertiere zu", "Convert to ": "Konvertiere zu",
"Copied link to clipboard": "Link in die Zwischenablage kopiert",
"Copy": "Kopieren",
"Copy Link": "Link kopieren", "Copy Link": "Link kopieren",
"Create": "Erstellen",
"Create Or Import": "Erstellen oder importieren", "Create Or Import": "Erstellen oder importieren",
"Create Shared Link Description": "Erstelle einen Link, den du leicht mit jedem teilen kannst.",
"Create your own workspace": "Eigenen Workspace erstellen",
"Created": "Erstellt",
"Created Successfully": "Erfolgreich erstellt",
"Created with": "Erstellt mit",
"Customize": "Anpassen",
"DB_FILE_ALREADY_LOADED": "Datenbankdatei bereits geladen",
"DB_FILE_INVALID": "Ungültige Datenbankdatei",
"DB_FILE_PATH_INVALID": "Pfad der Datenbankdatei ungültig",
"Data sync mode": "Daten-Sync Modus",
"Date": "Datum",
"Date Format": "Datumsformat",
"Default Location": "Standard-Speicherort",
"Default db location hint": "Standardmäßig wird unter {{location}} gespeichert.",
"Delete": "Löschen",
"Delete Member?": "Mitglied löschen?",
"Delete Workspace": "Workspace löschen", "Delete Workspace": "Workspace löschen",
"General": "Generelles", "Delete Workspace Description": "Workspace <1>{{workspace}}</1> wird gelöscht und der Inhalt wird verloren sein. Dies kann nicht rückgängig gemacht werden.",
"Edgeless": "Edgeless", "Delete Workspace Description2": "Das Löschen von <1>{{workspace}}</1> wird sowohl lokale als auch Daten in der Cloud löschen. Dies kann nicht rückgängig gemacht werden.",
"Delete Workspace Label Hint": "Wenn dieser Workspace gelöscht wird, wird sein gesamter Inhalt für alle Benutzer dauerhaft gelöscht. Niemand wird in der Lage sein, den Inhalt dieses Workspaces wiederherzustellen.",
"Delete Workspace placeholder": "Bitte gib als Bestätigung \"Delete\" ein",
"Delete page?": "Seite löschen?",
"Delete permanently": "Dauerhaft löschen",
"Disable": "Deaktivieren",
"Disable Public Link": "Öffentlichen Link deaktivieren",
"Disable Public Link ?": "Öffentlichen Link deaktivieren ?",
"Disable Public Link Description": "Wenn du diesen öffentlichen Link deaktivierst, können andere Personen mit diesem Link nicht mehr auf diese Seite zugreifen.",
"Disable Public Sharing": "Öffentliche Freigabe deaktivieren",
"Discover what's new": "Erfahre was neu ist!",
"Discover what's new!": "Erfahre was neu ist!",
"Divider": "Trenner", "Divider": "Trenner",
"Download all data": "Alle Daten herunterladen",
"Download core data": "Core Daten herunterladen",
"Download data": "{{CoreOrAll}} Daten herunterladen",
"Download data Description1": "Es verbraucht mehr Speicherplatz auf deinem Gerät.",
"Download data Description2": "Es verbraucht nur wenig Speicherplatz auf deinem Gerät.",
"Edgeless": "Edgeless",
"Edit": "Bearbeiten",
"Edit Filter": "Filter bearbeiten",
"Enable": "Aktivieren", "Enable": "Aktivieren",
"Enable AFFiNE Cloud": "AFFiNE Cloud aktivieren", "Enable AFFiNE Cloud": "AFFiNE Cloud aktivieren",
"Enable AFFiNE Cloud Description": "Falls aktiviert, werden die Daten in diesem Workspace via der AFFiNE Cloud gesichert und synchronisiert.", "Enable AFFiNE Cloud Description": "Falls aktiviert, werden die Daten in diesem Workspace via der AFFiNE Cloud gesichert und synchronisiert.",
"Enabled success": "Aktivierung erfolgreich",
"Exclude from filter": "Von Filter ausschließen",
"Expand sidebar": "Seitenleiste ausklappen", "Expand sidebar": "Seitenleiste ausklappen",
"Export": "Exportieren",
"Export AFFiNE backup file": "AFFiNE-Backup als Datei exportieren",
"Export Description": "Du kannst alle Workspace Daten zur Sicherung exportieren, und die exportierten Daten können wieder importiert werden.",
"Export Shared Pages Description": "Laden eine statische Kopie dieser Seite herunter, um sie mit anderen zu teilen.",
"Export Workspace": "Das Exportieren von Workspace <1>{{workspace}}</1> kommt bald", "Export Workspace": "Das Exportieren von Workspace <1>{{workspace}}</1> kommt bald",
"Export success": "Export erfolgreich",
"Export to HTML": "Zu HTML exportieren",
"Export to Markdown": "Zu Markdown exportieren",
"Export to PDF": "Zu PDF exportieren",
"Export to PNG": "Zu PNG exportieren",
"FILE_ALREADY_EXISTS": "Datei existiert bereits",
"Failed to publish workspace": "Workspace Veröffentlichung fehlgeschlagen",
"Favorite": "Favorit",
"Favorite pages for easy access": "Favoriten-Seiten für schnellen Zugriff",
"Favorited": "Favorisiert",
"Favorites": "Favoriten",
"Find 0 result": "0 Ergebnisse gefunden", "Find 0 result": "0 Ergebnisse gefunden",
"Find results": "{{number}} Ergebnis(se) gefunden", "Find results": "{{number}} Ergebnis(se) gefunden",
"Font Style": "Schriftart",
"Force Sign Out": "Abmeldung erwingen",
"General": "Generelles",
"Get in touch!": "Kontaktiere uns!", "Get in touch!": "Kontaktiere uns!",
"Get in touch! Join our communities": "Nimm teil! Treten Sie unseren Communities bei.",
"Get in touch! Join our communities.": "Bleib mit uns in Kontakt und trete unseren Communitys bei!",
"Go Back": "Zurück gehen",
"Go Forward": "Vorwärts gehen",
"Got it": "Verstanden", "Got it": "Verstanden",
"Hand": "Hand",
"Heading": "Überschrift {{number}}",
"Help and Feedback": "Hilfe und Feedback",
"How is AFFiNE Alpha different?": "Worin unterscheidet sich AFFiNE Alpha?", "How is AFFiNE Alpha different?": "Worin unterscheidet sich AFFiNE Alpha?",
"Invite": "Einladen", "Image": "Bild",
"Jump to": "Springe zu", "Import": "Importieren",
"Delete Workspace placeholder": "Bitte gib als Bestätigung \"Delete\" ein",
"Increase indent": "Einzug vergrößern", "Increase indent": "Einzug vergrößern",
"Info": "Info",
"Inline code": "Inline-Code",
"Invite": "Einladen",
"Invite Members": "Mitglieder einladen", "Invite Members": "Mitglieder einladen",
"Invite placeholder": "E-Mails durchsuchen (Unterstützt nur Gmail)",
"It takes up little space on your device": "Es nimmt nur wenig Platz auf deinem Gerät ein.",
"It takes up little space on your device.": "Es verbraucht nur wenig Speicherplatz auf deinem Gerät.",
"It takes up more space on your device": "Es verbraucht mehr Speicherplatz auf deinem Gerät.",
"It takes up more space on your device.": "Es verbraucht mehr Speicherplatz auf deinem Gerät.",
"Italic": "Kursiv",
"Joined Workspace": "Workspace beigetreten",
"Jump to": "Springe zu",
"Keyboard Shortcuts": "Tastaturkürzel", "Keyboard Shortcuts": "Tastaturkürzel",
"Leave": "Verlassen", "Leave": "Verlassen",
"Leave Workspace": "Workspace verlassen", "Leave Workspace": "Workspace verlassen",
"Leave Workspace Description": "Nach dem Verlassen hast du keinen Zugriff mehr auf die Inhalte dieses Workspaces.", "Leave Workspace Description": "Nach dem Verlassen hast du keinen Zugriff mehr auf die Inhalte dieses Workspaces.",
"Link": "Hyperlink (mit ausgewähltem Text)", "Link": "Hyperlink (mit ausgewähltem Text)",
"Loading": "Lade...", "Loading": "Lade...",
"Local Workspace": "Lokaler Workspace",
"Local Workspace Description": "Alle Daten sind auf dem aktuellen Gerät gespeichert. Du kannst AFFiNE Cloud für diesen Workspace aktivieren, um deine Daten mit der Cloud zu synchronisieren.",
"Markdown Syntax": "Markdown Syntax", "Markdown Syntax": "Markdown Syntax",
"Member": "Mitglied",
"Member has been removed": "{{name}} wurde entfernt",
"Members": "Mitglieder",
"Move folder": "Ordner verschieben",
"Move folder hint": "Neuen Speicherort auswählen.",
"Move folder success": "Ordnerverschiebung erfolgreich",
"Move page to": "Seite verschieben nach...",
"Move page to...": "Seite verschieben nach...",
"Move to": "Verschieben zu",
"Move to Trash": "In Papierkorb verschieben",
"Moved to Trash": "In Papierkorb verschoben", "Moved to Trash": "In Papierkorb verschoben",
"My Workspaces": "Meine Workspaces", "My Workspaces": "Meine Workspaces",
"Name Your Workspace": "Workspace benennen",
"Navigation Path": "Navigationspfad",
"New Keyword Page": "Neue '{{query}}' Seite", "New Keyword Page": "Neue '{{query}}' Seite",
"New Page": "Neue Seite", "New Page": "Neue Seite",
"New Workspace": "Neuer Workspace", "New Workspace": "Neuer Workspace",
"New version is ready": "Neue Version ist verfügbar",
"No item": "Kein Inhalt", "No item": "Kein Inhalt",
"Non-Gmail": "Nur Gmail wird unterstützt", "Non-Gmail": "Nur Gmail wird unterstützt",
"NotLoggedIn": "Derzeit nicht angemeldet", "Not now": "Vielleicht später",
"Official Website": "Offizielle Webseite",
"Open Workspace Settings": "Workspace Einstellungen öffnen",
"Open folder": "Ordner öffnen",
"Open folder hint": "Prüfe, wo sich der Speicherordner befindet.",
"Open in new tab": "In neuem Tab öffnen", "Open in new tab": "In neuem Tab öffnen",
"Organize pages to build knowledge": "Seiten organisieren, um Wissen aufzubauen",
"Owner": "Besitzer",
"Page": "Seite",
"Paper": "Papier", "Paper": "Papier",
"Pen": "Stift (bald verfügbar)", "Pen": "Stift (bald verfügbar)",
"Pending": "Ausstehend", "Pending": "Ausstehend",
"Permanently deleted": "Dauerhaft gelöscht", "Permanently deleted": "Dauerhaft gelöscht",
"Pivots": "Pivots",
"Placeholder of delete workspace": "Bitte zur Bestätigung den Workspace-Namen eingeben",
"Please make sure you are online": "Bitte stelle sicher, dass du online bist",
"Privacy": "Datenschutz",
"Publish": "Veröffentlichen", "Publish": "Veröffentlichen",
"Publish to web": "Im Web veröffentlichen", "Publish to web": "Im Web veröffentlichen",
"Published Description": "Der aktuelle Workspace wurde im Web veröffentlicht, jeder mit dem Link kann den Inhalt sehen.",
"Published to Web": "Im Web veröffentlicht",
"Publishing": "Für das Veröffentlichen im Web werden die AFFiNE Cloud Services benötigt.", "Publishing": "Für das Veröffentlichen im Web werden die AFFiNE Cloud Services benötigt.",
"Publishing Description": "Nach der Veröffentlichung im Web kann jeder den Inhalt dieses Workspaces über den Link einsehen.",
"Quick Search": "Schnelle Suche",
"Quick search": "Schnelle Suche", "Quick search": "Schnelle Suche",
"Quick search placeholder": "Schnelle Suche...", "Quick search placeholder": "Schnelle Suche...",
"Quick search placeholder2": "Suche in {{workspace}}", "Quick search placeholder2": "Suche in {{workspace}}",
"RFP": "Seiten können frei zu Pivots hinzugefügt/entfernt werden und bleiben über \"Alle Seiten\" zugänglich.",
"Recent": "Neueste",
"Redo": "Wiederholen", "Redo": "Wiederholen",
"Reduce indent": "Einzug verringern", "Reduce indent": "Einzug verringern",
"Remove from Pivots": "Von Pivots entfernen",
"Remove from favorites": "Von Favoriten entfernen", "Remove from favorites": "Von Favoriten entfernen",
"Remove from workspace": "Vom Workspace entfernen",
"Removed from Favorites": "Von Favoriten entfernt", "Removed from Favorites": "Von Favoriten entfernt",
"Rename": "Umbenennen",
"Restart Install Client Update": "Neustart zum Installieren des Updates",
"Restore it": "Wiederherstellen", "Restore it": "Wiederherstellen",
"Retain cached cloud data": "Zwischengespeicherte Cloud-Daten behalten",
"Retain local cached data": "Lokale, zwischengespeicherte Daten beibehalten",
"Save": "Speichern",
"Saved then enable AFFiNE Cloud": "Alle Änderungen werden lokal gespeichert. Klicke hier, um AFFiNE Cloud zu aktivieren.",
"Select": "Auswählen",
"Select All": "Alle auswählen",
"Set a Workspace name": "Name vom Workspace ändern",
"Set database location": "Datenbankstandort festlegen",
"Set up an AFFiNE account to sync data": "Für das Synchronisieren wird ein AFFiNE Account benötigt",
"Settings": "Einstellungen", "Settings": "Einstellungen",
"Shape": "Form", "Shape": "Form",
"Share Menu Public Workspace Description1": "Laden andere ein, dem Workspace beizutreten oder veröffentliche ihn im Internet.",
"Share Menu Public Workspace Description2": "Der aktuelle Workspace wurde im Internet als öffentlicher Workspace veröffentlicht.",
"Share with link": "Mit Link teilen", "Share with link": "Mit Link teilen",
"Shared Pages": "Freigegebene Seiten",
"Shared Pages Description": "Die öffentliche Freigabe der Seite erfordert den AFFiNE-Cloud-Dienst.",
"Shared Pages In Public Workspace Description": "Der gesamte Workspace wird im Web veröffentlicht und kann über <1>Workspace Einstellungen</1> bearbeitet werden.",
"Shortcuts": "Shortcuts", "Shortcuts": "Shortcuts",
"Sign in": "In AFFiNE Cloud anmelden", "Sign in": "In AFFiNE Cloud anmelden",
"Sign in and Enable": "Anmelden und aktivieren", "Sign in and Enable": "Anmelden und aktivieren",
"Sign out": "Abmelden", "Sign out": "Abmelden",
"Sign out description": "Nach dem Abmelden gehen alle nicht synchronisierten Inhalte verloren.",
"Skip": "Überspringen", "Skip": "Überspringen",
"Stay logged out": "Abgemeldet bleiben", "Stay logged out": "Abgemeldet bleiben",
"Sticky": "Haftnotiz (bald verfügbar)", "Sticky": "Haftnotiz (bald verfügbar)",
"Stop publishing": "Veröffentlichen stoppen", "Stop publishing": "Veröffentlichen stoppen",
"Storage Folder": "Speicherordner",
"Strikethrough": "Durchgestrichen",
"Successfully deleted": "Erfolgreich gelöscht",
"Sync": "Sync", "Sync": "Sync",
"Invite placeholder": "E-Mails durchsuchen (Unterstützt nur Gmail)", "Sync across devices with AFFiNE Cloud": "Geräteübergreifende Synchronisierung mit AFFiNE Cloud",
"Synced with AFFiNE Cloud": "Synchronisiert mit AFFiNE Cloud",
"Tags": "Tags",
"Terms of Use": "Nutzungsbedingungen",
"Text": "Text (bald verfügbar)", "Text": "Text (bald verfügbar)",
"Tips": "Tipps:", "Theme": "Thema",
"Title": "Titel",
"Trash": "Papierkorb",
"TrashButtonGroupDescription": "Das Löschen kann nicht rückgängig gemacht werden. Fortfahren?",
"TrashButtonGroupTitle": "Dauerhaft löschen", "TrashButtonGroupTitle": "Dauerhaft löschen",
"UNKNOWN_ERROR": "Unbekannter Fehler",
"Underline": "Unterstreichen", "Underline": "Unterstreichen",
"Undo": "Rückgängig", "Undo": "Rückgängig",
"Untitled": "Unbenannt",
"Update Available": "Update verfügbar",
"Update workspace name success": "Update vom Workspace-Namen erfolgreich",
"Updated": "Aktualisiert",
"Upload": "Hochladen", "Upload": "Hochladen",
"Use on current device only": "Nur auf dem aktuellen Gerät verwenden",
"Users": "Benutzer",
"Version": "Version",
"View Navigation Path": "Navigationspfad ansehen",
"Wait for Sync": "Warte auf Sync",
"Workspace Avatar": "Workspace Avatar",
"Workspace Icon": "Workspace Icon", "Workspace Icon": "Workspace Icon",
"Workspace Name": "Workspace Name", "Workspace Name": "Workspace Name",
"Workspace Not Found": "Workspace nicht gefunden",
"Workspace Owner": "Workspace-Besitzer",
"Workspace Settings": "Workspace Einstellungen", "Workspace Settings": "Workspace Einstellungen",
"Workspace Type": "Workspace Typ", "Workspace Type": "Workspace Typ",
"emptyAllPages": "Dieser Workspace ist leer. Erstelle eine Seite, um sie zu bearbeiten.", "Workspace database storage description": "Wähle den Ort, an dem du deinen Workspace erstellen möchten. Die Daten vom Workspace werden standardmäßig lokal gespeichert.",
"emptyFavorite": "Klicke auf \"Zu Favoriten hinzufügen\" und die Seite wird hier erscheinen",
"Publishing Description": "Nach der Veröffentlichung im Web kann jeder den Inhalt dieses Workspaces über den Link einsehen.",
"login success": "Login erfolgreich",
"restored": "{{title}} wiederhergestellt",
"Inline code": "Inline-Code",
"Set up an AFFiNE account to sync data": "Für das Synchronisieren wird ein AFFiNE Account benötigt",
"Cloud Workspace": "Cloud Workspace",
"TrashButtonGroupDescription": "Das Löschen kann nicht rückgängig gemacht werden. Fortfahren?",
"Untitled": "Unbenannt",
"Updated": "Aktualisiert",
"Users": "Benutzer",
"Workspace description": "Ein Workspace ist dein virtueller Raum zum Erfassen, Gestalten und Planen, ob allein oder gemeinsam im Team.", "Workspace description": "Ein Workspace ist dein virtueller Raum zum Erfassen, Gestalten und Planen, ob allein oder gemeinsam im Team.",
"emptyTrash": "Klicke auf \"In Papierkorb verschieben\" und die Seite wird hier erscheinen.", "You cannot delete the last workspace": "Du kannst den letzten Workspace nicht löschen",
"mobile device": "Sieht aus, als ob du ein mobiles Gerät nutzt.",
"mobile device description": "Wir arbeiten noch an der Unterstützung für mobile Geräte und empfehlen dir, ein Desktop-Gerät zu verwenden.",
"will be moved to Trash": "{{title}} wird in den Papierkorb verschoben",
"still designed": "(Diese Seite ist noch im Aufbau.)",
"recommendBrowser": "Wir empfehlen den <1>Chrome</1> Browser für die beste Nutzererfahrung.",
"upgradeBrowser": "Bitte aktualisiere auf die neueste Chrome-Version, um eine optimale Nutzererfahrung zu gewährleisten.",
"Delete Member?": "Mitglied löschen?",
"Download data": "{{CoreOrAll}} Daten herunterladen",
"Set a Workspace name": "Name vom Workspace ändern",
"Member has been removed": "{{name}} wurde entfernt",
"Enabled success": "Aktivierung erfolgreich",
"Force Sign Out": "Abmeldung erwingen",
"Retain local cached data": "Lokale, zwischengespeicherte Daten beibehalten",
"Workspace Avatar": "Workspace Avatar",
"all": "Alle", "all": "Alle",
"core": "Core", "com.affine.banner.content": "Dir gefällt die Demo? <1>Lade den AFFiNE Client herunter</1>, um das volle Potenzial zu entdecken.",
"is a Cloud Workspace": "ist ein Cloud Workspace.",
"is a Local Workspace": "ist ein lokaler Workspace.",
"Confirm": "Bestätigen",
"Add to favorites": "Zu Favoriten hinzufügen",
"Edit": "Bearbeiten",
"Export Description": "Du kannst alle Workspace Daten zur Sicherung exportieren, und die exportierten Daten können wieder importiert werden.",
"Published to Web": "Im Web veröffentlicht",
"Download data Description2": "Es verbraucht nur wenig Speicherplatz auf deinem Gerät.",
"will delete member": "wird Mitglied löschen",
"Failed to publish workspace": "Workspace Veröffentlichung fehlgeschlagen",
"Back Home": "Zurück zum Start",
"Cloud Workspace Description": "Alle Daten werden synchronisiert und zu dem AffiNE account <1>{{email}}</1> gespeichert",
"All data has been stored in the cloud": "Alle Daten wurden in der Cloud gespeichert.",
"Data sync mode": "Daten-Sync Modus",
"Download core data": "Core Daten herunterladen",
"Check Our Docs": "Sieh dir unsere Dokumentation an",
"Get in touch! Join our communities": "Nimm teil! Treten Sie unseren Communities bei.",
"Move to Trash": "In Papierkorb verschieben",
"Placeholder of delete workspace": "Bitte zur Bestätigung den Workspace-Namen eingeben",
"Access level": "Zugriffsberechtigung",
"Move to": "Verschieben zu",
"Disable": "Deaktivieren",
"Open Workspace Settings": "Workspace Einstellungen öffnen",
"Shared Pages": "Freigegebene Seiten",
"Workspace Not Found": "Workspace nicht gefunden",
"Rename": "Umbenennen",
"Page is Loading": "Seite lädt",
"Discover what's new!": "Erfahre was neu ist!",
"Loading All Workspaces": "Lade alle Workspaces",
"Loading Page": "Lade Seite",
"Create Shared Link Description": "Erstelle einen Link, den du leicht mit jedem teilen kannst.",
"Back to Quick Search": "Zurück zur Schnellsuche",
"Disable Public Link": "Öffentlichen Link deaktivieren",
"Disable Public Link ?": "Öffentlichen Link deaktivieren ?",
"com.affine.yesterday": "Gestern",
"com.affine.edgelessMode": "Edgeless-Modus",
"com.affine.onboarding.title2": "Intuitive und robuste, blockbasierte Bearbeitung",
"com.affine.onboarding.videoDescription1": "Wechsle mühelos zwischen dem Seitenmodus für die strukturierte Dokumentenerstellung und dem Whiteboard-Modus für den Ausdruck kreativer Ideen in freier Form.",
"com.affine.onboarding.videoDescription2": "Verwende eine modulare Schnittstelle, um strukturierte Dokumente zu erstellen, indem du Textblöcke, Bilder und andere Inhalte einfach per Drag-and-drop anordnen kannst.",
"com.affine.onboarding.title1": "Hyperfusion von Whiteboard und Dokumenten",
"com.affine.pageMode": "Seitenmodus",
"com.affine.write_with_a_blank_page": "Schreibe mit einer leeren Seite",
"com.affine.updater.update-available": "Update verfügbar",
"com.affine.updater.restart-to-update": "Neustart zum Installieren des Updates",
"com.affine.updater.open-download-page": "Download-Seite öffnen",
"com.affine.updater.downloading": "Herunterladen",
"com.affine.new_edgeless": "Neuer Edgeless",
"com.affine.helpIsland.gettingStarted": "Erste Schritte",
"com.affine.draw_with_a_blank_whiteboard": "Zeichnen mit einem leeren Whiteboard",
"com.affine.cloudTempDisable.title": "Die AFFiNE Cloud wird gerade aufgerüstet.",
"com.affine.cloudTempDisable.description": "Wir aktualisieren den AFFiNE Cloud Service und er ist vorübergehend auf dem Client nicht verfügbar. Wenn du auf dem Laufenden bleiben und über die Verfügbarkeit informiert werden möchtest, kannst du das <1>AFFiNE Cloud Anmeldeformular</1> ausfüllen.", "com.affine.cloudTempDisable.description": "Wir aktualisieren den AFFiNE Cloud Service und er ist vorübergehend auf dem Client nicht verfügbar. Wenn du auf dem Laufenden bleiben und über die Verfügbarkeit informiert werden möchtest, kannst du das <1>AFFiNE Cloud Anmeldeformular</1> ausfüllen.",
"com.affine.cloudTempDisable.title": "Die AFFiNE Cloud wird gerade aufgerüstet.",
"com.affine.collection-bar.action.tooltip.delete": "Löschen",
"com.affine.collection-bar.action.tooltip.edit": "Bearbeiten",
"com.affine.currentYear": "Aktuelles Jahr",
"com.affine.draw_with_a_blank_whiteboard": "Zeichnen mit einem leeren Whiteboard",
"com.affine.earlier": "Früher", "com.affine.earlier": "Früher",
"com.affine.edgelessMode": "Edgeless-Modus",
"com.affine.export.error.message": "Bitte versuche es später wieder.",
"com.affine.export.success.title": "Erfolgreich exportiert",
"com.affine.filter": "Filter",
"com.affine.filter.after": "danach",
"com.affine.filter.before": "bevor",
"com.affine.filter.false": "falsch",
"com.affine.filter.is": "ist",
"com.affine.filter.is empty": "ist leer",
"com.affine.filter.is not empty": "ist nicht leer",
"com.affine.filter.is-favourited": "Favorisiert",
"com.affine.filter.true": "wahr",
"com.affine.header.option.add-tag": "Tag hinzufügen",
"com.affine.header.option.duplicate": "Duplizieren",
"com.affine.helpIsland.gettingStarted": "Erste Schritte",
"com.affine.import_file": "Markdown/Notion Unterstützung",
"com.affine.last30Days": "Letzten 30 Tage",
"com.affine.last7Days": "Letzten 7 Tage",
"com.affine.lastMonth": "Letzter Monat", "com.affine.lastMonth": "Letzter Monat",
"com.affine.lastWeek": "Letzte Woche", "com.affine.lastWeek": "Letzte Woche",
"com.affine.lastYear": "Letztes Jahr", "com.affine.lastYear": "Letztes Jahr",
"com.affine.today": "Heute", "com.affine.new_edgeless": "Neuer Edgeless",
"com.affine.new_import": "Importieren", "com.affine.new_import": "Importieren",
"com.affine.onboarding.title1": "Hyperfusion von Whiteboard und Dokumenten",
"com.affine.onboarding.title2": "Intuitive und robuste, blockbasierte Bearbeitung",
"com.affine.onboarding.videoDescription1": "Wechsle mühelos zwischen dem Seitenmodus für die strukturierte Dokumentenerstellung und dem Whiteboard-Modus für den Ausdruck kreativer Ideen in freier Form.",
"com.affine.onboarding.videoDescription2": "Verwende eine modulare Schnittstelle, um strukturierte Dokumente zu erstellen, indem du Textblöcke, Bilder und andere Inhalte einfach per Drag-and-drop anordnen kannst.",
"com.affine.pageMode": "Seitenmodus",
"com.affine.settings.about.message": "Information über AFFiNE",
"com.affine.settings.remove-workspace": "Workspace entfernen",
"com.affine.settings.workspace": "Workspace",
"com.affine.today": "Heute",
"com.affine.updater.downloading": "Herunterladen",
"com.affine.updater.open-download-page": "Download-Seite öffnen",
"com.affine.updater.restart-to-update": "Neustart zum Installieren des Updates",
"com.affine.updater.update-available": "Update verfügbar",
"com.affine.workspace.cannot-delete": "Du kannst den letzten Workspace nicht löschen", "com.affine.workspace.cannot-delete": "Du kannst den letzten Workspace nicht löschen",
"com.affine.banner.content": "Dir gefällt die Demo? <1>Lade den AFFiNE Client herunter</1>, um das volle Potenzial zu entdecken.", "com.affine.write_with_a_blank_page": "Schreibe mit einer leeren Seite",
"com.affine.import_file": "Markdown/Notion Unterstützung", "com.affine.yesterday": "Gestern",
"Favorite pages for easy access": "Favoriten-Seiten für schnellen Zugriff", "core": "Core",
"Pivots": "Pivots",
"RFP": "Seiten können frei zu Pivots hinzugefügt/entfernt werden und bleiben über \"Alle Seiten\" zugänglich.",
"Remove from Pivots": "Von Pivots entfernen",
"Router is Loading": "Router lädt",
"Add a subpage inside": "Unterseite hinzufügen",
"Disable Public Link Description": "Wenn du diesen öffentlichen Link deaktivierst, können andere Personen mit diesem Link nicht mehr auf diese Seite zugreifen.",
"Disable Public Sharing": "Öffentliche Freigabe deaktivieren",
"Finding Current Workspace": "Aktuellen Workspace finden",
"Finding Workspace ID": "Workspace ID finden",
"Organize pages to build knowledge": "Seiten organisieren, um Wissen aufzubauen",
"Shared Pages Description": "Die öffentliche Freigabe der Seite erfordert den AFFiNE-Cloud-Dienst.",
"Shared Pages In Public Workspace Description": "Der gesamte Workspace wird im Web veröffentlicht und kann über <1>Workspace Einstellungen</1> bearbeitet werden.",
"emptySharedPages": "Freigegebene Seiten werden hier angezeigt.",
"Synced with AFFiNE Cloud": "Synchronisiert mit AFFiNE Cloud",
"Successfully deleted": "Erfolgreich gelöscht",
"You cannot delete the last workspace": "Du kannst den letzten Workspace nicht löschen",
"Move page to": "Seite verschieben nach...",
"Navigation Path": "Navigationspfad",
"Recent": "Neueste",
"Export Shared Pages Description": "Laden eine statische Kopie dieser Seite herunter, um sie mit anderen zu teilen.",
"Share Menu Public Workspace Description1": "Laden andere ein, dem Workspace beizutreten oder veröffentliche ihn im Internet.",
"Share Menu Public Workspace Description2": "Der aktuelle Workspace wurde im Internet als öffentlicher Workspace veröffentlicht.",
"View Navigation Path": "Navigationspfad ansehen",
"Delete Workspace Label Hint": "Wenn dieser Workspace gelöscht wird, wird sein gesamter Inhalt für alle Benutzer dauerhaft gelöscht. Niemand wird in der Lage sein, den Inhalt dieses Workspaces wiederherzustellen.",
"Added Successfully": "Erfolgreich hinzugefügt",
"Continue": "Fortfahren",
"Create your own workspace": "Eigenen Workspace erstellen",
"Created Successfully": "Erfolgreich erstellt",
"Customize": "Anpassen",
"FILE_ALREADY_EXISTS": "Datei existiert bereits",
"Move folder": "Ordner verschieben",
"Move folder hint": "Neuen Speicherort auswählen.",
"Add Workspace Hint": "Auswählen, was du schon hast",
"Change avatar hint": "Avatar von allen Mitgliedern ändern.",
"Change workspace name hint": "Name von allen Mitgliedern ändern.",
"DB_FILE_ALREADY_LOADED": "Datenbankdatei bereits geladen",
"DB_FILE_INVALID": "Ungültige Datenbankdatei",
"DB_FILE_PATH_INVALID": "Pfad der Datenbankdatei ungültig",
"Default Location": "Standard-Speicherort",
"Default db location hint": "Standardmäßig wird unter {{location}} gespeichert.",
"Move folder success": "Ordnerverschiebung erfolgreich",
"Open folder": "Ordner öffnen",
"Save": "Speichern",
"Set database location": "Datenbankstandort festlegen",
"UNKNOWN_ERROR": "Unbekannter Fehler",
"Open folder hint": "Prüfe, wo sich der Speicherordner befindet.",
"Storage Folder": "Speicherordner",
"com.affine.settings.storage.description": "Speicherort überprüfen oder ändern.",
"com.affine.settings.storage.description-alt": "Speicherort überprüfen oder ändern.",
"Sync across devices with AFFiNE Cloud": "Geräteübergreifende Synchronisierung mit AFFiNE Cloud",
"Name Your Workspace": "Workspace benennen",
"Update Available": "Update verfügbar",
"Update workspace name success": "Update vom Workspace-Namen erfolgreich",
"Use on current device only": "Nur auf dem aktuellen Gerät verwenden",
"Workspace database storage description": "Wähle den Ort, an dem du deinen Workspace erstellen möchten. Die Daten vom Workspace werden standardmäßig lokal gespeichert.",
"dark": "dunkel", "dark": "dunkel",
"system": "system", "emptyAllPages": "Dieser Workspace ist leer. Erstelle eine Seite, um sie zu bearbeiten.",
"Restart Install Client Update": "Neustart zum Installieren des Updates", "emptyFavorite": "Klicke auf \"Zu Favoriten hinzufügen\" und die Seite wird hier erscheinen",
"Add Workspace": "Workspace hinzufügen", "emptySharedPages": "Freigegebene Seiten werden hier angezeigt.",
"Export success": "Export erfolgreich", "emptyTrash": "Klicke auf \"In Papierkorb verschieben\" und die Seite wird hier erscheinen.",
"is a Cloud Workspace": "ist ein Cloud Workspace.",
"is a Local Workspace": "ist ein lokaler Workspace.",
"light": "hell", "light": "hell",
"login success": "Login erfolgreich",
"mobile device": "Sieht aus, als ob du ein mobiles Gerät nutzt.",
"mobile device description": "Wir arbeiten noch an der Unterstützung für mobile Geräte und empfehlen dir, ein Desktop-Gerät zu verwenden.",
"others": "Andere", "others": "Andere",
"Delete Workspace Description2": "Das Löschen von <1>{{workspace}}</1> wird sowohl lokale als auch Daten in der Cloud löschen. Dies kann nicht rückgängig gemacht werden." "recommendBrowser": "Wir empfehlen den <1>Chrome</1> Browser für die beste Nutzererfahrung.",
"restored": "{{title}} wiederhergestellt",
"still designed": "(Diese Seite ist noch im Aufbau.)",
"system": "system",
"upgradeBrowser": "Bitte aktualisiere auf die neueste Chrome-Version, um eine optimale Nutzererfahrung zu gewährleisten.",
"will be moved to Trash": "{{title}} wird in den Papierkorb verschoben",
"will delete member": "wird Mitglied löschen"
} }

View File

@ -1,434 +1,428 @@
{ {
"Confirm": "Confirm", "404 - Page Not Found": "404 - Page Not Found",
"Download core data": "Download core data",
"It takes up little space on your device": "It takes up little space on your device.",
"AFFiNE Cloud": "AFFiNE Cloud", "AFFiNE Cloud": "AFFiNE Cloud",
"Members": "Members", "AFFiNE Community": "AFFiNE Community",
"About AFFiNE": "About AFFiNE",
"Access level": "Access level",
"Add Workspace": "Add Workspace",
"Add Workspace Hint": "Select the existed database file",
"Add a subpage inside": "Add a subpage inside",
"Add to Favorites": "Add to Favourites",
"Add to favorites": "Add to favourites", "Add to favorites": "Add to favourites",
"com.affine.filter": "Filter", "Added Successfully": "Added Successfully",
"Added to Favorites": "Added to Favourites",
"All changes are saved locally": "All changes are saved locally",
"All data has been stored in the cloud": "All data has been stored in the cloud. ",
"All pages": "All pages",
"App Version": "App Version",
"Appearance Settings": "Appearance Settings",
"Append to Daily Note": "Append to Daily Note",
"Available Offline": "Available Offline",
"Back Home": "Back Home",
"Back to Quick Search": "Back to Quick Search",
"Back to all": "Back to all",
"Body text": "Body text",
"Bold": "Bold",
"Cancel": "Cancel",
"Change avatar hint": "New avatar will be shown for everyone.",
"Change workspace name hint": "New name will be shown for everyone.",
"Changelog description": "View the AFFiNE Changelog.",
"Check Keyboard Shortcuts quickly": "Check Keyboard Shortcuts quickly",
"Check Our Docs": "Check Our Docs",
"Check for updates": "Check for updates",
"Check for updates automatically": "Check for updates automatically",
"Choose your color scheme": "Choose your colour scheme",
"Choose your font style": "Choose your font style",
"Client Border Style": "Client Border Style",
"Cloud Workspace": "Cloud Workspace",
"Cloud Workspace Description": "All data will be synchronised and saved to the AFFiNE account <1>{{email}}</1>",
"Code block": "Code block",
"Collaboration": "Collaboration",
"Collaboration Description": "Collaborating with other members requires AFFiNE Cloud service.",
"Collapse sidebar": "Collapse sidebar",
"Collections": "Collections",
"Color Scheme": "Colour Scheme",
"Communities": "Communities",
"Confirm": "Confirm",
"Connector": "Connector",
"Contact Us": "Contact us",
"Contact with us": "Contact Us",
"Continue": "Continue",
"Continue with Google": "Continue with Google",
"Convert to ": "Convert to ",
"Copied link to clipboard": "Copied link to clipboard",
"Copy": "Copy",
"Copy Link": "Copy Link",
"Create": "Create",
"Create Or Import": "Create or Import",
"Create Shared Link Description": "Create a link you can easily share with anyone.",
"Create your own workspace": "Create your own workspace",
"Created": "Created",
"Created Successfully": "Created Successfully",
"Created with": "Created with",
"Curve Connector": "Curve Connector",
"Customize": "Customise",
"Customize your AFFiNE Appearance": "Customise your AFFiNE Appearance",
"DB_FILE_ALREADY_LOADED": "Database file already loaded",
"DB_FILE_INVALID": "Invalid Database file",
"DB_FILE_MIGRATION_FAILED": "Database file migration failed",
"DB_FILE_PATH_INVALID": "Database file path invalid",
"Data sync mode": "Data sync mode",
"Date": "Date",
"Date Format": "Date Format",
"Default Location": "Default Location",
"Default db location hint": "By default will be saved to {{location}}",
"Delete": "Delete",
"Delete Member?": "Delete Member?",
"Delete Workspace": "Delete Workspace",
"Delete Workspace Description": "Deleting <1>{{workspace}}</1> cannot be undone, please proceed with caution. All contents will be lost.",
"Delete Workspace Description2": "Deleting <1>{{workspace}}</1> will delete both local and cloud data, this operation cannot be undone, please proceed with caution.",
"Delete Workspace Label Hint": "After deleting this Workspace, you will permanently delete all of its content for everyone. No one will be able to recover the content of this Workspace.",
"Delete Workspace placeholder": "Please type “Delete” to confirm",
"Delete page?": "Delete page?",
"Delete permanently": "Delete permanently",
"Disable": "Disable",
"Disable Public Link": "Disable Public Link",
"Disable Public Link ?": "Disable Public Link ?",
"Disable Public Link Description": "Disabling this public link will prevent anyone with the link from accessing this page.",
"Disable Public Sharing": "Disable Public Sharing",
"Discover what's new": "Discover what's new",
"Discover what's new!": "Discover what's new!",
"Display Language": "Display Language",
"Divider": "Divider",
"Download all data": "Download all data",
"Download core data": "Download core data",
"Download data": "Download {{CoreOrAll}} data",
"Download data Description1": "It takes up more space on your device.",
"Download data Description2": "It takes up little space on your device.",
"Download updates automatically": "Download updates automatically",
"Edgeless": "Edgeless",
"Edit": "Edit",
"Edit Filter": "Edit Filter",
"Editor Version": "Editor Version",
"Elbowed Connector": "Elbowed Connector",
"Enable": "Enable",
"Enable AFFiNE Cloud": "Enable AFFiNE Cloud",
"Enable AFFiNE Cloud Description": "If enabled, the data in this workspace will be backed up and synchronised via AFFiNE Cloud.",
"Enable cloud hint": "The following functions rely on AFFiNE Cloud. All data is stored on the current device. You can enable AFFiNE Cloud for this workspace to keep data in sync with the cloud.",
"Enabled success": "Enabled success",
"Exclude from filter": "Exclude from filter",
"Expand sidebar": "Expand sidebar",
"Expand/Collapse Sidebar": "Expand/Collapse Sidebar",
"Export": "Export",
"Export AFFiNE backup file": "Export AFFiNE backup file",
"Export Description": "You can export the entire Workspace data for backup, and the exported data can be re-imported.",
"Export Shared Pages Description": "Download a static copy of your page to share with others.",
"Export Workspace": "Export Workspace <1>{{workspace}}</1> is coming soon",
"Export success": "Export success",
"Export to HTML": "Export to HTML",
"Export to Markdown": "Export to Markdown",
"Export to PDF": "Export to PDF",
"Export to PNG": "Export to PNG",
"FILE_ALREADY_EXISTS": "File already exists",
"Failed to publish workspace": "Failed to publish workspace",
"Favorite": "Favourite",
"Favorite pages for easy access": "Favourite pages for easy access",
"Favorited": "Favourited",
"Favorites": "Favourites",
"Find 0 result": "Found 0 results",
"Find results": "Found {{number}} result(s)",
"Font Style": "Font Style",
"Force Sign Out": "Force Sign Out",
"Full width Layout": "Full width Layout",
"General": "General",
"Get in touch!": "Get in touch!",
"Get in touch! Join our communities": "Get in touch! Join our communities.",
"Get in touch! Join our communities.": "Get in touch! Join our communities.",
"Go Back": "Go Back",
"Go Forward": "Go Forward",
"Got it": "Got it",
"Group": "Group",
"Group as Database": "Group as Database",
"Hand": "Hand",
"Heading": "Heading {{number}}",
"Help and Feedback": "Help and Feedback",
"How is AFFiNE Alpha different?": "How is AFFiNE Alpha different?",
"Image": "Image",
"Import": "Import",
"Increase indent": "Increase indent",
"Info": "Info",
"Info of legal": "Legal Info",
"Inline code": "Inline code",
"Invite": "Invite",
"Invite Members": "Invite Members",
"Invite placeholder": "Search mail (Gmail support only)",
"It takes up little space on your device": "It takes up little space on your device.",
"It takes up little space on your device.": "It takes up little space on your device.",
"It takes up more space on your device": "It takes up more space on your device.",
"It takes up more space on your device.": "It takes up more space on your device.",
"Italic": "Italic",
"Joined Workspace": "Joined Workspace",
"Jump to": "Jump to",
"Keyboard Shortcuts": "Keyboard shortcuts",
"Leave": "Leave",
"Leave Workspace": "Leave Workspace",
"Leave Workspace Description": "After you leave, you will no longer be able to access the contents of this workspace.",
"Link": "Hyperlink (with selected text)",
"Loading": "Loading...",
"Local Workspace": "Local Workspace",
"Local Workspace Description": "All data is stored on the current device. You can enable AFFiNE Cloud for this workspace to keep data in sync with the cloud.",
"Markdown Syntax": "Markdown Syntax",
"Member": "Member",
"Member has been removed": "{{name}} has been removed",
"Members": "Members",
"Members hint": "Manage members here, invite new member by email.",
"Move Down": "Move Down",
"Move Up": "Move Up",
"Move folder": "Move folder",
"Move folder hint": "Select a new storage location.",
"Move folder success": "Move folder success",
"Move page to": "Move page to...",
"Move page to...": "Move page to...",
"Move to": "Move to",
"Move to Trash": "Move to Trash",
"Moved to Trash": "Moved to Trash",
"My Workspaces": "My Workspaces",
"Name Your Workspace": "Name Your Workspace",
"NativeTitleBar": "Native Titlebar",
"Navigation Path": "Navigation Path",
"New Keyword Page": "New '{{query}}' page",
"New Page": "New Page",
"New Workspace": "New Workspace",
"New version is ready": "New version is ready",
"No item": "No item",
"Non-Gmail": "Non-Gmail is not supported",
"None yet": "None yet",
"Not now": "Not now",
"Note": "Note",
"Official Website": "Official Website",
"Open Workspace Settings": "Open Workspace Settings",
"Open folder": "Open folder",
"Open folder hint": "Check the where the storage folder is located.",
"Open in new tab": "Open in new tab",
"Organize pages to build knowledge": "Organise pages to build knowledge",
"Owner": "Owner",
"Page": "Page",
"Paper": "Paper",
"Pen": "Pen",
"Pending": "Pending",
"Permanently deleted": "Permanently deleted",
"Pivots": "Pivots",
"Placeholder of delete workspace": "Please type workspace name to confirm",
"Please make sure you are online": "Please make sure you are online",
"Privacy": "Privacy",
"Publish": "Publish",
"Publish to web": "Publish to web",
"Published Description": " The current workspace has been published to the web, everyone can view the contents of this workspace through the link.",
"Published hint": "Visitors can view the contents through the provided link.",
"Published to Web": "Published to Web",
"Publishing": "Publishing to web requires AFFiNE Cloud service.",
"Publishing Description": "After publishing to the web, everyone can view the content of this workspace through the link.",
"Quick Search": "Quick Search",
"Quick search": "Quick search",
"Quick search placeholder": "Quick Search...",
"Quick search placeholder2": "Search in {{workspace}}",
"RFP": "Pages can be freely added/removed from pivots, remaining accessible from \"All Pages\".",
"Recent": "Recent",
"Redo": "Redo",
"Reduce indent": "Reduce indent",
"Remove from Pivots": "Remove from Pivots",
"Remove from favorites": "Remove from favourites",
"Remove from workspace": "Remove from workspace",
"Remove special filter": "Remove special filter",
"Removed from Favorites": "Removed from Favourites",
"Rename": "Rename",
"Restart Install Client Update": "Restart to install update",
"Restore it": "Restore it",
"Retain cached cloud data": "Retain cached cloud data",
"Retain local cached data": "Retain local cached data",
"Save": "Save",
"Save As New Collection": "Save As New Collection",
"Saved then enable AFFiNE Cloud": "All changes are saved locally, click to enable AFFiNE Cloud.",
"Select": "Select",
"Select All": "Select All",
"Set a Workspace name": "Set a Workspace name",
"Set database location": "Set database location",
"Set up an AFFiNE account to sync data": "Set up an AFFiNE account to sync data",
"Settings": "Settings",
"Shape": "Shape",
"Share Menu Public Workspace Description1": "Invite others to join the Workspace or publish it to web.",
"Share Menu Public Workspace Description2": "Current workspace has been published to the web as a public workspace.",
"Share with link": "Share with link",
"Shared Pages": "Shared Pages",
"Shared Pages Description": "Sharing page publicly requires AFFiNE Cloud service.",
"Shared Pages In Public Workspace Description": "The entire Workspace is published on the web and can be edited via <1>Workspace Settings</1>.",
"Shortcuts": "Shortcuts",
"Sidebar": "Sidebar",
"Sign in": "Sign in AFFiNE Cloud",
"Sign in and Enable": "Sign in and Enable",
"Sign out": "Sign out",
"Sign out description": "Signing out will cause the unsynchronised content to be lost.",
"Skip": "Skip",
"Start Week On Monday": "Start Week On Monday",
"Stay logged out": "Stay logged out",
"Sticky": "Sticky",
"Stop publishing": "Stop publishing",
"Storage": "Storage",
"Storage Folder": "Storage Folder",
"Storage and Export": "Storage and Export",
"Straight Connector": "Straight Connector",
"Strikethrough": "Strikethrough",
"Successfully deleted": "Successfully deleted",
"Switch": "Switch",
"Sync": "Sync",
"Sync across devices with AFFiNE Cloud": "Sync across devices with AFFiNE Cloud",
"Synced with AFFiNE Cloud": "Synced with AFFiNE Cloud",
"Tags": "Tags",
"Terms of Use": "Terms of Use",
"Text": "Text",
"Theme": "Theme",
"Title": "Title",
"Trash": "Trash",
"TrashButtonGroupDescription": "Once deleted, you can't undo this action. Do you confirm?",
"TrashButtonGroupTitle": "Permanently delete",
"UNKNOWN_ERROR": "Unknown error",
"Underline": "Underline",
"Undo": "Undo",
"Ungroup": "Ungroup",
"Unpin": "Unpin",
"Unpublished hint": "Once published to the web, visitors can view the contents through the provided link.",
"Untitled": "Untitled",
"Update Available": "Update available",
"Update Collection": "Update Collection",
"Update workspace name success": "Update workspace name success",
"Updated": "Updated",
"Upload": "Upload",
"Use on current device only": "Use on current device only",
"Users": "Users",
"Version": "Version",
"View Navigation Path": "View Navigation Path",
"Wait for Sync": "Wait for Sync",
"Window frame style": "Window frame style",
"Workspace Avatar": "Workspace Avatar",
"Workspace Icon": "Workspace Icon",
"Workspace Name": "Workspace Name",
"Workspace Not Found": "Workspace Not Found",
"Workspace Owner": "Workspace Owner",
"Workspace Profile": "Workspace Profile",
"Workspace Settings": "Workspace Settings",
"Workspace Settings with name": "{{name}}'s Settings",
"Workspace Type": "Workspace Type",
"Workspace database storage description": "Select where you want to create your workspace. The data of workspace is saved locally by default.",
"Workspace description": "A workspace is your virtual space to capture, create and plan as just one person or together as a team.",
"Workspace saved locally": "{{name}} is saved locally",
"You cannot delete the last workspace": "You cannot delete the last workspace",
"Zoom in": "Zoom in",
"Zoom out": "Zoom out",
"Zoom to 100%": "Zoom to 100%",
"Zoom to fit": "Zoom to fit",
"all": "all",
"com.affine.banner.content": "This demo is limited. <1>Download the AFFiNE Client</1> for the latest features and Performance.",
"com.affine.cloudTempDisable.description": "We are upgrading the AFFiNE Cloud service and it is temporarily unavailable on the client side. If you wish to stay updated on the progress and be notified on availability, you can fill out the <1>AFFiNE Cloud Signup</1>.", "com.affine.cloudTempDisable.description": "We are upgrading the AFFiNE Cloud service and it is temporarily unavailable on the client side. If you wish to stay updated on the progress and be notified on availability, you can fill out the <1>AFFiNE Cloud Signup</1>.",
"com.affine.cloudTempDisable.title": "AFFiNE Cloud is upgrading now.", "com.affine.cloudTempDisable.title": "AFFiNE Cloud is upgrading now.",
"com.affine.export.success.title": "Exported successfully", "com.affine.collection-bar.action.tooltip.delete": "Delete",
"com.affine.export.success.message": "Please open the download folder to check.", "com.affine.collection-bar.action.tooltip.edit": "Edit",
"com.affine.collection-bar.action.tooltip.pin": "Pin to Sidebar",
"com.affine.collection-bar.action.tooltip.unpin": "Unpin",
"com.affine.currentYear": "Current Year",
"com.affine.draw_with_a_blank_whiteboard": "Draw with a blank whiteboard",
"com.affine.earlier": "Earlier",
"com.affine.edgelessMode": "Edgeless Mode",
"com.affine.emptyDesc": "There's no page here yet",
"com.affine.export.error.message": "Please try it again later.", "com.affine.export.error.message": "Please try it again later.",
"com.affine.export.error.title": "Export failed due to an unexpected error", "com.affine.export.error.title": "Export failed due to an unexpected error",
"com.affine.settings.workspace": "Workspace", "com.affine.export.success.message": "Please open the download folder to check.",
"com.affine.settings.appearance": "Appearance", "com.affine.export.success.title": "Exported successfully",
"com.affine.settings.workspace.remove": "Remove Workspace", "com.affine.filter": "Filter",
"com.affine.settings.workspace.remove.message": "Remove Workspace from this device and optionally delete all data.",
"com.affine.settings.appearance.sidebar.noise": "Noise background on the sidebar",
"com.affine.settings.appearance.sidebar.noise.message": "Use background noise effect on the sidebar.",
"com.affine.settings.appearance.sidebar.translucent": "Translucent UI on the sidebar",
"com.affine.settings.appearance.sidebar.translucent.message": "Use transparency effect on the sidebar.",
"com.affine.settings.about.update.download.message": "Automatically download updates (to this device).",
"com.affine.settings.about.update.check.message": "Automatically check for new updates periodically.",
"com.affine.settings.about.message": "Information about AFFiNE",
"com.affine.settings.storage.description": "Check or change storage location",
"com.affine.settings.storage.description-alt": "Check or change storage location. Click path to edit location.",
"com.affine.settings.storage.db-location.change-hint": "Click to move storage location.",
"com.affine.pageMode": "Page Mode",
"com.affine.edgelessMode": "Edgeless Mode",
"com.affine.onboarding.title1": "Hyper merged whiteboard and docs",
"com.affine.onboarding.title2": "Intuitive & robust block-based editing",
"com.affine.onboarding.videoDescription1": "Easily switch between Page mode for structured document creation and Whiteboard mode for the freeform visual expression of creative ideas.",
"com.affine.onboarding.videoDescription2": "Create structured documents with ease, using a modular interface to drag and drop blocks of text, images, and other content.",
"com.affine.banner.content": "This demo is limited. <1>Download the AFFiNE Client</1> for the latest features and Performance.",
"com.affine.helpIsland.gettingStarted": "Getting started",
"com.affine.updater.downloading": "Downloading",
"com.affine.updater.update-available": "Update available",
"com.affine.updater.open-download-page": "Open download page",
"com.affine.updater.restart-to-update": "Restart to install update",
"com.affine.draw_with_a_blank_whiteboard": "Draw with a blank whiteboard",
"com.affine.new_edgeless": "New Edgeless",
"com.affine.write_with_a_blank_page": "Write with a blank page",
"com.affine.workspace.cannot-delete": "You cannot delete the last workspace",
"com.affine.today": "Today",
"com.affine.earlier": "Earlier",
"com.affine.yesterday": "Yesterday",
"com.affine.lastMonth": "Last month",
"com.affine.lastWeek": "Last week",
"com.affine.lastYear": "Last year",
"com.affine.import_file": "Support Markdown/Notion",
"com.affine.new_import": "Import",
"com.affine.currentYear": "Current Year",
"com.affine.last7Days": "Last 7 Days",
"com.affine.last30Days": "Last 30 Days",
"com.affine.emptyDesc": "There's no page here yet",
"com.affine.filter.after": "after", "com.affine.filter.after": "after",
"It takes up more space on your device": "It takes up more space on your device.",
"Saved then enable AFFiNE Cloud": "All changes are saved locally, click to enable AFFiNE Cloud.",
"Help and Feedback": "Help and Feedback",
"Export AFFiNE backup file": "Export AFFiNE backup file",
"com.affine.filter.before": "before", "com.affine.filter.before": "before",
"com.affine.filter.is": "is",
"com.affine.filter.is not empty": "is not empty",
"com.affine.filter.is empty": "is empty",
"com.affine.filter.contains all": "contains all", "com.affine.filter.contains all": "contains all",
"com.affine.filter.contains one of": "contains one of", "com.affine.filter.contains one of": "contains one of",
"com.affine.filter.does not contains all": "does not contains all", "com.affine.filter.does not contains all": "does not contains all",
"com.affine.filter.does not contains one of": "does not contains one of", "com.affine.filter.does not contains one of": "does not contains one of",
"com.affine.filter.true": "true",
"com.affine.filter.false": "false", "com.affine.filter.false": "false",
"com.affine.filter.save-view": "Save View", "com.affine.filter.is": "is",
"Not now": "Not now", "com.affine.filter.is empty": "is empty",
"Export Description": "You can export the entire Workspace data for backup, and the exported data can be re-imported.", "com.affine.filter.is not empty": "is not empty",
"Remove from workspace": "Remove from workspace",
"Please make sure you are online": "Please make sure you are online",
"Quick search": "Quick search",
"All pages": "All pages",
"No item": "No item",
"Import": "Import",
"Trash": "Trash",
"New Page": "New Page",
"New Keyword Page": "New '{{query}}' page",
"Find 0 result": "Find 0 result",
"Find results": "Find {{number}} results",
"Collapse sidebar": "Collapse sidebar",
"Expand sidebar": "Expand sidebar",
"Paper": "Paper",
"Edgeless": "Edgeless",
"Convert to ": "Convert to ",
"Page": "Page",
"Export": "Export",
"Export to HTML": "Export to HTML",
"Export to Markdown": "Export to Markdown",
"Delete": "Delete",
"Title": "Title",
"Untitled": "Untitled",
"Tags": "Tags",
"Created": "Created",
"Updated": "Updated",
"Open in new tab": "Open in new tab",
"Delete page?": "Delete page?",
"Delete permanently?": "Delete permanently?",
"will be moved to Trash": "{{title}} will be moved to Trash",
"Moved to Trash": "Moved to Trash",
"Permanently deleted": "Permanently deleted",
"restored": "{{title}} restored",
"Cancel": "Cancel",
"Official Website": "Official Website",
"Get in touch!": "Get in touch!",
"AFFiNE Community": "AFFiNE Community",
"How is AFFiNE Alpha different?": "How is AFFiNE Alpha different?",
"Shortcuts": "Shortcuts",
"Undo": "Undo",
"Redo": "Redo",
"Bold": "Bold",
"Italic": "Italic",
"Underline": "Underline",
"Strikethrough": "Strikethrough",
"Inline code": "Inline code",
"Code block": "Code block",
"Body text": "Body text",
"Heading": "Heading {{number}}",
"Increase indent": "Increase indent",
"Reduce indent": "Reduce indent",
"Markdown Syntax": "Markdown Syntax",
"Divider": "Divider",
"Once deleted, you can't undo this action": "Once deleted, you can't undo this action.",
"Contact Us": "Contact us",
"Keyboard Shortcuts": "Keyboard shortcuts",
"Add to Favorites": "Add to Favourites",
"Added to Favorites": "Added to Favourites",
"Jump to": "Jump to",
"404 - Page Not Found": "404 - Page Not Found",
"Favorite": "Favourite",
"Favorited": "Favourited",
"Remove from favorites": "Remove from favourites",
"Removed from Favorites": "Removed from Favourites",
"Pen": "Pen",
"Connector": "Connector",
"Sticky": "Sticky",
"Text": "Text",
"com.affine.filter.is-favourited": "Favourited", "com.affine.filter.is-favourited": "Favourited",
"New Workspace": "New Workspace", "com.affine.filter.save-view": "Save View",
"Create": "Create", "com.affine.filter.true": "true",
"Select": "Select", "com.affine.header.option.add-tag": "Add Tag",
"Shape": "Shape", "com.affine.header.option.duplicate": "Duplicate",
"Upload": "Upload", "com.affine.helpIsland.gettingStarted": "Getting started",
"Restore it": "Restore it", "com.affine.import_file": "Support Markdown/Notion",
"TrashButtonGroupTitle": "Permanently delete", "com.affine.last30Days": "Last 30 Days",
"TrashButtonGroupDescription": "Once deleted, you can't undo this action. Do you confirm?", "com.affine.last7Days": "Last 7 Days",
"Delete permanently": "Delete permanently", "com.affine.lastMonth": "Last month",
"Link": "Hyperlink (with selected text)", "com.affine.lastWeek": "Last week",
"Workspace description": "A workspace is your virtual space to capture, create and plan as just one person or together as a team.", "com.affine.lastYear": "Last year",
"com.affine.new_edgeless": "New Edgeless",
"com.affine.new_import": "Import",
"com.affine.onboarding.title1": "Hyper merged whiteboard and docs",
"com.affine.onboarding.title2": "Intuitive & robust block-based editing",
"com.affine.onboarding.videoDescription1": "Easily switch between Page mode for structured document creation and Whiteboard mode for the freeform visual expression of creative ideas.",
"com.affine.onboarding.videoDescription2": "Create structured documents with ease, using a modular interface to drag and drop blocks of text, images, and other content.",
"com.affine.pageMode": "Page Mode",
"com.affine.settings.about.message": "Information about AFFiNE",
"com.affine.settings.about.update.check.message": "Automatically check for new updates periodically.",
"com.affine.settings.about.update.download.message": "Automatically download updates (to this device).",
"com.affine.settings.appearance": "Appearance",
"com.affine.settings.appearance.border-style-description": "Customise the appearance of the client.",
"com.affine.settings.appearance.date-format-description": "Customise your date style.",
"com.affine.settings.appearance.full-width-description": "Maximum display of content within a page.",
"com.affine.settings.appearance.language-description": "Select the language for the interface.",
"com.affine.settings.appearance.start-week-description": "By default, the week starts on Sunday.",
"com.affine.settings.appearance.window-frame-description": "Customise appearance of Windows Client.",
"com.affine.settings.auto-check-description": "If enabled, it will automatically check for new versions at regular intervals.",
"com.affine.settings.auto-download-description": " If enabled, new versions will be automatically downloaded to the current device.",
"com.affine.settings.member-tooltip": "Enable AFFiNE Cloud to collaborate with others",
"com.affine.settings.noise-style": "Noise background on the sidebar",
"com.affine.settings.noise-style-description": "Use background noise effect on the sidebar.",
"com.affine.settings.remove-workspace": "Remove Workspace",
"com.affine.settings.remove-workspace-description": "Remove Workspace from this device and optionally delete all data.",
"com.affine.settings.storage.db-location.change-hint": "Click to move storage location.",
"com.affine.settings.storage.description": "Check or change storage location",
"com.affine.settings.storage.description-alt": "Check or change storage location. Click path to edit location.",
"com.affine.settings.suggestion": "Need more customization options? Tell us in the community.",
"com.affine.settings.translucent-style": "Translucent UI on the sidebar",
"com.affine.settings.translucent-style-description": "Use transparency effect on the sidebar.",
"com.affine.settings.workspace": "Workspace",
"com.affine.settings.workspace.description": "You can customise your workspace here.",
"com.affine.settings.workspace.not-owner": "Only an owner can edit the the Workspace avatar and name.Changes will be shown for everyone.",
"com.affine.settings.workspace.publish-tooltip": "Enable AFFiNE Cloud to publish this Workspace",
"com.affine.settings.workspace.storage.tip": "Click to move storage location.",
"com.affine.today": "Today",
"com.affine.updater.downloading": "Downloading",
"com.affine.updater.open-download-page": "Open download page",
"com.affine.updater.restart-to-update": "Restart to install update",
"com.affine.updater.update-available": "Update available",
"com.affine.workspace.cannot-delete": "You cannot delete the last workspace",
"com.affine.write_with_a_blank_page": "Write with a blank page",
"com.affine.yesterday": "Yesterday",
"core": "core",
"dark": "Dark",
"emptyAllPages": "Click on the <1>$t(New Page)</1> button to create your first page.", "emptyAllPages": "Click on the <1>$t(New Page)</1> button to create your first page.",
"Quick search placeholder": "Quick Search...", "emptyAllPagesClient": "Click on the <1>$t(New Page)</1> button Or press <3>{{shortcut}}</3> to create your first page.",
"Quick search placeholder2": "Search in {{workspace}}", "emptyFavorite": "Click Add to Favourites and the page will appear here.",
"Settings": "Settings", "emptySharedPages": "Shared pages will appear here.",
"recommendBrowser": " We recommend the <1>Chrome</1> browser for optimal experience.", "emptyTrash": "Click Add to Trash and the page will appear here.",
"upgradeBrowser": "Please upgrade to the latest version of Chrome for the best experience.", "frameless": "Frameless",
"Invite Members": "Invite Members", "is a Cloud Workspace": "is a Cloud Workspace.",
"Invite placeholder": "Search mail (Gmail support only)", "is a Local Workspace": "is a Local Workspace.",
"Non-Gmail": "Non-Gmail is not supported", "light": "Light",
"Invite": "Invite", "login success": "Login success",
"Loading": "Loading...",
"NotLoggedIn": "Currently not logged in",
"ClearData": "Clear local data",
"Continue with Google": "Continue with Google",
"Set up an AFFiNE account to sync data": "Set up an AFFiNE account to sync data",
"Stay logged out": "Stay logged out",
"All changes are saved locally": "All changes are saved locally",
"mobile device": "Looks like you are browsing on a mobile device.", "mobile device": "Looks like you are browsing on a mobile device.",
"mobile device description": "We are still working on mobile support and recommend you use a desktop device.", "mobile device description": "We are still working on mobile support and recommend you use a desktop device.",
"Got it": "Got it",
"emptyTrash": "Click Add to Trash and the page will appear here.",
"still designed": "(This page is still being designed.)",
"My Workspaces": "My Workspaces",
"Tips": "Tips: ",
"login success": "Login success",
"Create Or Import": "Create or Import",
"Delete Workspace": "Delete Workspace",
"Delete Workspace placeholder": "Please type “Delete” to confirm",
"Leave Workspace": "Leave Workspace",
"Leave": "Leave",
"Workspace Icon": "Workspace Icon",
"Workspace Name": "Workspace Name",
"Workspace Type": "Workspace Type",
"Users": "Users",
"Access level": "Access level",
"Pending": "Pending",
"Collaboration Description": "Collaborating with other members requires AFFiNE Cloud service.",
"Enable AFFiNE Cloud": "Enable AFFiNE Cloud",
"Enable AFFiNE Cloud Description": "If enabled, the data in this workspace will be backed up and synchronised via AFFiNE Cloud.",
"Enable": "Enable",
"Sign in and Enable": "Sign in and Enable",
"Skip": "Skip",
"Publishing": "Publishing to web requires AFFiNE Cloud service.",
"Share with link": "Share with link",
"Copy Link": "Copy Link",
"Publishing Description": "After publishing to the web, everyone can view the content of this workspace through the link.",
"Stop publishing": "Stop publishing",
"Publish to web": "Publish to web",
"General": "General",
"Sync": "Sync",
"Collaboration": "Collaboration",
"Publish": "Publish",
"Workspace Settings": "Workspace Settings",
"Export Workspace": "Export Workspace <1>{{workspace}}</1> is coming soon",
"Leave Workspace Description": "After you leave, you will no longer be able to access the contents of this workspace.",
"Sync Description": "{{workspaceName}} is a Local Workspace. All data is stored on the current device. You can enable AFFiNE Cloud for this workspace to keep data in sync with the cloud.",
"Sync Description2": "<1>{{workspaceName}}</1> is a Cloud Workspace. All data will be synchronised and saved to AFFiNE Cloud.",
"Delete Workspace Description": "Deleting <1>{{workspace}}</1> cannot be undone, please proceed with caution. All contents will be lost.",
"Delete Workspace Description2": "Deleting <1>{{workspace}}</1> will delete both local and cloud data, this operation cannot be undone, please proceed with caution.",
"Sign in": "Sign in AFFiNE Cloud",
"Need more customization options? You can suggest them to us in the community.": "Need more customisation options? You can suggest them to us in the community.",
"Organize pages to build knowledge": "Organise pages to build knowledge",
"core": "core",
"all": "all",
"Data sync mode": "Data sync mode",
"Check Our Docs": "Check Our Docs",
"Get in touch! Join our communities": "Get in touch! Join our communities.",
"Favorites": "Favourites",
"Download data": "Download {{CoreOrAll}} data",
"Back Home": "Back Home",
"Set a Workspace name": "Set a Workspace name",
"Retain local cached data": "Retain local cached data",
"Wait for Sync": "Wait for Sync",
"Force Sign Out": "Force Sign Out",
"Local Workspace": "Local Workspace",
"Cloud Workspace": "Cloud Workspace",
"Joined Workspace": "Joined Workspace",
"Available Offline": "Available Offline",
"Published to Web": "Published to Web",
"Workspace Avatar": "Workspace Avatar",
"Owner": "Owner",
"Member": "Member",
"Delete Member?": "Delete Member?",
"will delete member": "will delete member",
"Member has been removed": "{{name}} has been removed",
"Failed to publish workspace": "Failed to publish workspace",
"Copied link to clipboard": "Copied link to clipboard",
"Published Description": " The current workspace has been published to the web, everyone can view the contents of this workspace through the link.",
"is a Local Workspace": "is a Local Workspace.",
"is a Cloud Workspace": "is a Cloud Workspace.",
"Local Workspace Description": "All data is stored on the current device. You can enable AFFiNE Cloud for this workspace to keep data in sync with the cloud.",
"Download data Description1": "It takes up more space on your device.",
"Download data Description2": "It takes up little space on your device.",
"Enabled success": "Enabled success",
"Sign out": "Sign out",
"Cloud Workspace Description": "All data will be synchronised and saved to the AFFiNE account <1>{{email}}</1>",
"All data has been stored in the cloud": "All data has been stored in the cloud. ",
"Download all data": "Download all data",
"Edit": "Edit",
"Sign out description": "Signing out will cause the unsynchronised content to be lost.",
"Retain cached cloud data": "Retain cached cloud data",
"Workspace Owner": "Workspace Owner",
"emptyFavorite": "Click Add to Favourites and the page will appear here.",
"Move to Trash": "Move to Trash",
"Placeholder of delete workspace": "Please type workspace name to confirm",
"Pivots": "Pivots",
"Add a subpage inside": "Add a subpage inside",
"Move to": "Move to",
"Rename": "Rename",
"RFP": "Pages can be freely added/removed from pivots, remaining accessible from \"All Pages\".",
"Remove from Pivots": "Remove from Pivots",
"Move page to": "Move page to...",
"Discover what's new!": "Discover what's new!",
"View Navigation Path": "View Navigation Path",
"Back to Quick Search": "Back to Quick Search",
"Navigation Path": "Navigation Path",
"Open Workspace Settings": "Open Workspace Settings",
"Shared Pages Description": "Sharing page publicly requires AFFiNE Cloud service.",
"Shared Pages": "Shared Pages",
"Disable Public Sharing": "Disable Public Sharing",
"Disable Public Link ?": "Disable Public Link ?",
"Disable Public Link Description": "Disabling this public link will prevent anyone with the link from accessing this page.",
"Disable": "Disable",
"Export Shared Pages Description": "Download a static copy of your page to share with others.",
"Disable Public Link": "Disable Public Link",
"Share Menu Public Workspace Description1": "Invite others to join the Workspace or publish it to web.",
"Share Menu Public Workspace Description2": "Current workspace has been published to the web as a public workspace.",
"Create Shared Link Description": "Create a link you can easily share with anyone.",
"Shared Pages In Public Workspace Description": "The entire Workspace is published on the web and can be edited via <1>Workspace Settings</1>.",
"Loading All Workspaces": "Loading All Workspaces",
"Router is Loading": "Router is Loading",
"Finding Workspace ID": "Finding Workspace ID",
"Finding Current Workspace": "Finding Current Workspace",
"Workspace Not Found": "Workspace Not Found",
"Page is Loading": "Page is Loading",
"Loading Page": "Loading Page",
"Favorite pages for easy access": "Favourite pages for easy access",
"emptySharedPages": "Shared pages will appear here.",
"You cannot delete the last workspace": "You cannot delete the last workspace",
"Synced with AFFiNE Cloud": "Synced with AFFiNE Cloud",
"Recent": "Recent",
"Successfully deleted": "Successfully deleted",
"Restart Install Client Update": "Restart to install update",
"Add Workspace": "Add Workspace",
"Export success": "Export success",
"Sync across devices with AFFiNE Cloud": "Sync across devices with AFFiNE Cloud",
"Update workspace name success": "Update workspace name success",
"Create your own workspace": "Create your own workspace",
"Save": "Save",
"Move folder success": "Move folder success",
"Use on current device only": "Use on current device only",
"Open folder hint": "Check the where the storage folder is located.",
"Add Workspace Hint": "Select the existed database file",
"Customize": "Customise",
"Created Successfully": "Created Successfully",
"Continue": "Continue",
"Workspace database storage description": "Select where you want to create your workspace. The data of workspace is saved locally by default.",
"Added Successfully": "Added Successfully",
"DB_FILE_ALREADY_LOADED": "Database file already loaded",
"UNKNOWN_ERROR": "Unknown error",
"Default Location": "Default Location",
"Open folder": "Open",
"Move folder": "Move",
"Set database location": "Set database location",
"Move folder hint": "Select a new storage location.",
"Storage Folder": "Storage Folder",
"DB_FILE_INVALID": "Invalid Database file",
"DB_FILE_MIGRATION_FAILED": "Database file migration failed",
"Name Your Workspace": "Name Your Workspace",
"Change avatar hint": "New avatar will be shown for everyone.",
"Change workspace name hint": "New name will be shown for everyone.",
"Delete Workspace Label Hint": "After deleting this Workspace, you will permanently delete all of its content for everyone. No one will be able to recover the content of this Workspace.",
"DB_FILE_PATH_INVALID": "Database file path invalid",
"Default db location hint": "By default will be saved to {{location}}",
"FILE_ALREADY_EXISTS": "File already exists",
"others": "Others", "others": "Others",
"Update Available": "Update available", "recommendBrowser": " We recommend the <1>Chrome</1> browser for optimal experience.",
"dark": "Dark", "restored": "{{title}} restored",
"still designed": "(This page is still being designed.)",
"system": "System", "system": "System",
"light": "Light", "upgradeBrowser": "Please upgrade to the latest version of Chrome for the best experience.",
"Export to PDF": "Export to PDF", "will be moved to Trash": "{{title}} will be moved to Trash",
"Export to PNG": "Export to PNG", "will delete member": "will delete member",
"Created with": "Created with", "Create a collection": "Create a collection",
"emptyAllPagesClient": "Click on the <1>$t(New Page)</1> button Or press <3>{{shortcut}}</3> to create your first page.", "Filters": "Filters",
"By default, the week starts on Sunday.": "By default, the week starts on Sunday.", "Untitled Collection": "Untitled Collection",
"View the AFFiNE Changelog.": "View the AFFiNE Changelog.", "Add Filter": "Add Filter"
"Elbowed Connector": "Elbowed Connector",
"About AFFiNE": "About AFFiNE",
"Zoom in": "Zoom in",
"Maximum display of content within a page.": "Maximum display of content within a page.",
"None yet": "None yet",
"Quick Search": "Quick Search",
"Theme": "Theme",
"Image": "Image",
"Customize the appearance of the client.": "Customise the appearance of the client.",
"Zoom to fit": "Zoom to fit",
"Straight Connector": "Straight Connector",
"Client Border Style": "Client Border Style",
"Appearance Settings": "Appearance Settings",
"Zoom out": "Zoom out",
"Group as Database": "Group as Database",
"Check Keyboard Shortcuts quickly": "Check Keyboard Shortcuts quickly",
"Customize appearance of Windows Client.": "Customise appearance of Windows Client.",
"Append to Daily Note": "Append to Daily Note",
"Start Week On Monday": "Start Week On Monday",
"Move Down": "Move Down",
"Ungroup": "Ungroup",
"Version": "Version",
"App Version": "App Version",
"Editor Version": "Editor Version",
"frameless": "Frameless",
"Check for updates automatically": "Check for updates automatically",
"Note": "Note",
"Zoom to 100%": "Zoom to 100%",
"Hand": "Hand",
"Group": "Group",
"Communities": "Communities",
"Date Format": "Date Format",
"Select All": "Select All",
"Collections": "Collections",
"Save As New Collection": "Save As New Collection",
"Update Collection": "Update Collection",
"com.affine.collection-bar.action.tooltip.pin": "Pin to Sidebar",
"com.affine.collection-bar.action.tooltip.unpin": "Unpin",
"com.affine.collection-bar.action.tooltip.edit": "Edit",
"com.affine.collection-bar.action.tooltip.delete": "Delete",
"Back to all": "Back to all",
"Edit Filter": "Edit Filter",
"Unpin": "Unpin",
"Remove special filter": "Remove special filter",
"Exclude from filter": "Exclude from filter",
"Customize your date style.": "Customise your date style.",
"Contact with us": "Contact Us",
"Terms of Use": "Terms of Use",
"Go Back": "Go Back",
"Download updates automatically": "Download updates automatically",
"Privacy": "Privacy",
"Go Forward": "Go Forward",
"Expand/Collapse Sidebar": "Expand/Collapse Sidebar",
"Select the language for the interface.": "Select the language for the interface.",
"NativeTitleBar": "Native Titlebar",
"Sidebar": "Sidebar",
"Display Language": "Display Language",
"Discover what's new": "Discover what's new",
"New version is ready": "New version is ready",
"Noise background on the sidebar": "Noise background on the sidebar",
"Translucent UI on the sidebar": "Translucent UI on the sidebar",
"Window frame style": "Window frame style",
"Move Up": "Move Up",
"Curve Connector": "Curve Connector",
"Check for updates": "Check for updates",
"Full width Layout": "Full width Layout",
"Date": "Date",
"If enabled, it will automatically check for new versions at regular intervals.": "If enabled, it will automatically check for new versions at regular intervals.",
"If enabled, new versions will be automatically downloaded to the current device.": " If enabled, new versions will be automatically downloaded to the current device.",
"Choose your color scheme": "Choose your colour scheme",
"Color Scheme": "Colour Scheme",
"Customize your AFFiNE Appearance": "Customise your AFFiNE Appearance",
"Info of legal": "Legal Info",
"Copy": "Copy",
"Enable cloud hint": "The following functions rely on AFFiNE Cloud. All data is stored on the current device. You can enable AFFiNE Cloud for this workspace to keep data in sync with the cloud.",
"Storage and Export": "Storage and Export",
"Info": "Info",
"Only an owner can edit the the Workspace avatar and name.Changes will be shown for everyone.": "Only an owner can edit the the Workspace avatar and name.Changes will be shown for everyone.",
"Workspace saved locally": "{{name}} is saved locally",
"Workspace Profile": "Workspace Profile",
"Storage": "Storage",
"Published hint": "Visitors can view the contents through the provided link.",
"Unpublished hint": "Once published to the web, visitors can view the contents through the provided link.",
"Members hint": "Manage members here, invite new member by email.",
"Workspace Settings with name": "{{name}}'s Settings",
"You can customize your workspace here.": "You can customise your workspace here.",
"Font Style": "Font Style",
"Choose your font style": "Choose your font style",
"Switch": "Switch",
"com.affine.settings.workspace.publish.local-tooltip": "Enable AFFiNE Cloud to publish this Workspace",
"com.affine.settings.workspace.member.local-tooltip": "Enable AFFiNE Cloud to collaborate with others",
"com.affine.header.option.add-tag": "Add Tag",
"com.affine.header.option.duplicate": "Duplicate"
} }

View File

@ -1,389 +1,424 @@
{ {
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.": "",
"Workspace Profile": "Profil de l'Espace de travail",
"all": "tout",
"Workspace Settings with name": "Paramètres de {{name}}",
"Workspace saved locally": "{{name}} est sauvegardé localement",
"You can customize your workspace here.": "Vous pouvez personnaliser votre espace ici.",
"com.affine.settings.workspace": "Espace de travail",
"com.affine.settings.appearance": "Apparence",
"com.affine.filter": "Filtrer",
"com.affine.onboarding.videoDescription2": "Créez facilement des documents structurés, à l'aide d'une interface modulaire où l'on peut faire glisser et déposer des blocs de texte, des images et d'autres contenus.",
"com.affine.onboarding.title1": "Tableau blanc et documents fusionnés",
"com.affine.onboarding.title2": "Un mode d'édition intuitif et robuste basé sur des blocs",
"com.affine.onboarding.videoDescription1": "Basculez facilement entre le mode Page pour de la création de documents structurés et le mode Tableau blanc pour de l'expression visuelle libre d'idées créatives.",
"com.affine.edgelessMode": "Mode sans bords",
"com.affine.pageMode": "Mode page",
"com.affine.banner.content": "La démo vous plait? <1> Télécharger le client AFFiNE </1> pour une expérience complète.",
"com.affine.cloudTempDisable.title": "AFFiNE Cloud est actuellement en cours de mise à jour.",
"com.affine.cloudTempDisable.description": "Nous mettons à jour le service AFFiNE Cloud et celui-ci est temporairement indisponible côté client. Si vous souhaitez rester informé des avancements et être informé de la disponibilité du projet, vous pouvez remplir l'<1>inscription au AFFiNE Cloud</1>.",
"com.affine.helpIsland.gettingStarted": "Commencer",
"com.affine.updater.downloading": "Téléchargement en cours",
"com.affine.updater.restart-to-update": "Redémarrez pour installer la mise à jour",
"com.affine.updater.update-available": "Mise à jour disponible",
"com.affine.updater.open-download-page": "Ouvrir la page de téléchargement",
"com.affine.draw_with_a_blank_whiteboard": "Dessiner sur un tableau blanc",
"com.affine.write_with_a_blank_page": "Écrire sur une nouvelle page",
"com.affine.new_edgeless": "Nouvelle page sans bords",
"com.affine.import_file": "Support Markdown/Notion",
"com.affine.lastWeek": "La semaine dernière ",
"com.affine.new_import": "Importer",
"com.affine.workspace.cannot-delete": "Vous ne pouvez pas supprimer le dernier Espace de travail",
"com.affine.earlier": "Récemment",
"com.affine.lastMonth": "Le mois dernier",
"com.affine.lastYear": "L'année dernière ",
"com.affine.today": "Aujourd'hui",
"com.affine.yesterday": "Hier",
"com.affine.currentYear": "Année en cours",
"com.affine.last30Days": "30 derniers jours",
"com.affine.last7Days": "7 derniers jours",
"com.affine.emptyDesc": "Il n'y a pas encore de page ici",
"Download data Description2": "Cela prend peu despace sur votre appareil.",
"Edit": "Éditer",
"Workspace Owner": "Propriétaire de lespace de travail ",
"Add to favorites": "Ajouter aux favoris",
"Copied link to clipboard": "Lien copié dans le presse-papier",
"Enabled success": "Activation réussie",
"Failed to publish workspace": "La publication de l'espace de travail a échoué",
"Joined Workspace": "L'espace de travail a été rejoint",
"Local Workspace": "Espace de travail local",
"Local Workspace Description": "Toutes les données sont stockées sur cet appareil. Vous pouvez activer AFFiNE Cloud pour garder les données de cet espace de travail synchronisé dans le cloud.",
"Retain local cached data": "Conserver les données du cache local",
"Cloud Workspace": "Espace de travail distant",
"Force Sign Out": "Forcer la déconnexion",
"Published Description": "L'espace de travail actuel a été publié sur Internet. Toute personne disposant du lien peut consulter le contenu.",
"Collections": "Collections",
"Available Offline": "Disponible hors ligne",
"Delete Member?": "Supprimer le membre ?",
"All data has been stored in the cloud": "Toutes les données ont été sauvegardées dans le cloud.",
"Set a Workspace name": "Définir un nom pour l'espace de travail",
"Sign out description": "Se déconnecter provoquera la perte du contenu non synchronisé.",
"Help and Feedback": "Aide et feedbacks",
"Retain cached cloud data": "Conserver les données mises en cache dans le cloud",
"Check Our Docs": "Consultez notre documentation",
"Published to Web": "Publié sur Internet",
"Wait for Sync": "Attendez la synchronisation",
"Add to Favorites": "Ajouter aux Favoris",
"Delete permanently?": "Supprimer définitivement ?",
"404 - Page Not Found": "Erreur 404 - Page non trouvée", "404 - Page Not Found": "Erreur 404 - Page non trouvée",
"AFFiNE Cloud": "AFFiNE Cloud",
"AFFiNE Community": "Communauté AFFiNE", "AFFiNE Community": "Communauté AFFiNE",
"About AFFiNE": "À propos d'AFFiNE",
"Access level": "Permissions",
"Add Workspace": "Ajouter un nouvel espace de travail",
"Add Workspace Hint": "Sélectionnez le fichier de la base de données déjà existant",
"Add a subpage inside": "Ajouter une sous-page à l'intérieur ",
"Add to Favorites": "Ajouter aux Favoris",
"Add to favorites": "Ajouter aux favoris",
"Added Successfully": "Ajouté avec succès",
"Added to Favorites": "Ajouté aux favoris ", "Added to Favorites": "Ajouté aux favoris ",
"All changes are saved locally": "Les changements sont sauvegardés localement",
"All data has been stored in the cloud": "Toutes les données ont été sauvegardées dans le cloud.",
"All pages": "Toutes les pages", "All pages": "Toutes les pages",
"App Version": "Version",
"Appearance Settings": "Paramètres d'apparence",
"Append to Daily Note": "Ajouter à la note journalière",
"Available Offline": "Disponible hors ligne",
"Back Home": "Retour à l'accueil",
"Back to Quick Search": "Retourner à la Recherche Rapide",
"Back to all": "Retour à tous",
"Body text": "Corps du texte",
"Bold": "Gras", "Bold": "Gras",
"Cancel": "Annuler ", "Cancel": "Annuler ",
"Change avatar hint": "Le nouvel avatar s'affichera pour tout le monde.",
"Change workspace name hint": "Le nouveau nom s'affichera pour tout le monde.",
"Changelog description": "Voir le journal des modifications d'AFFiNE",
"Check Keyboard Shortcuts quickly": "Regarder rapidement les raccourcis clavier",
"Check Our Docs": "Consultez notre documentation",
"Check for updates": "Vérifier pour les mises à jour",
"Check for updates automatically": "Vérifier automatiquement les mises à jours",
"Choose your color scheme": "Choisissez votre thème de couleur",
"Choose your font style": "Choisissez votre police de caractères",
"Client Border Style": "Style de bordure de l'application",
"Cloud Workspace": "Espace de travail distant",
"Cloud Workspace Description": "Toutes les données vont être synchronisées et sauvegardées sur le compte AFFiNE <1>{{email}}</1>",
"Code block": "Bloc de code",
"Collaboration": "Collaboration",
"Collaboration Description": "La collaboration avec d'autres membres nécessite AFFiNE Cloud.",
"Collapse sidebar": "Rabattre la barre latérale",
"Collections": "Collections",
"Color Scheme": "Thème de couleur",
"Communities": "Communautés",
"Confirm": "Confirmer",
"Connector": "Connecteur (bientôt disponible) ",
"Contact Us": "Contactez-nous ",
"Contact with us": "Contactez-nous",
"Continue": "Continuer",
"Continue with Google": "Se connecter avec Google ",
"Convert to ": "Convertir en ",
"Copied link to clipboard": "Lien copié dans le presse-papier",
"Copy": "Copier",
"Copy Link": "Copier le lien",
"Create": "Créer ",
"Create Or Import": "Créer ou importer",
"Create Shared Link Description": "Créez un lien que vous pouvez facilement partager avec n'importe qui.",
"Create your own workspace": "Créer votre propre espace de travail",
"Created": "Objet créé ", "Created": "Objet créé ",
"Created Successfully": "Créé avec succès",
"Created with": "Créé avec",
"Curve Connector": "Connecteur arrondi",
"Customize": "Parcourir",
"Customize your AFFiNE Appearance": "Personnalisez l'apparence de votre AFFiNE",
"DB_FILE_ALREADY_LOADED": "Le fichier de base de données a déjà été chargé",
"DB_FILE_INVALID": "Fichier de base de données invalide",
"DB_FILE_MIGRATION_FAILED": "La migration du fichier de base de données a échoué",
"DB_FILE_PATH_INVALID": "Le chemin d'accès du fichier de base de données est invalide",
"Data sync mode": "Mode de synchronisation des données",
"Date": "Date",
"Date Format": "Format de date",
"Default Location": "Emplacement par défaut",
"Default db location hint": "Par défaut, elle sera enregistrée sous {{location}}",
"Delete": "Supprimer objet ",
"Delete Member?": "Supprimer le membre ?",
"Delete Workspace": "Supprimer l'espace de travail",
"Delete Workspace Description": "Attention, la suppression de <1>{{workspace}}</1> est irréversible. Le contenu sera perdu.",
"Delete Workspace Description2": "La suppression de <1>{{workspace}}</1> aura pour effet de supprimer les données locales et les données dans le cloud. Attention, cette opération est irréversible.",
"Delete Workspace Label Hint": "Après la suppression de cet espace de travail, vous supprimerez de manière permanente tout le contenu de tous les utilisateurs. En aucun cas le contenu de cet espace de travail ne pourra être restauré.",
"Delete Workspace placeholder": "Veuillez écrire \"Delete\" pour confirmer",
"Delete page?": "Supprimer la page ?", "Delete page?": "Supprimer la page ?",
"Delete permanently": "Supprimer définitivement",
"Disable": "Désactiver",
"Disable Public Link": "Désactiver le lien public",
"Disable Public Link ?": "Désactiver le lien public ?",
"Disable Public Link Description": "Désactiver ce lien public empêchera à quiconque avec le lien daccéder à cette page.",
"Disable Public Sharing": "Désactiver le Partage Public ",
"Discover what's new": "Découvrez les nouveautés",
"Discover what's new!": "Découvrez les nouveautés!",
"Display Language": "Langue d'affichage",
"Divider": "Séparateur",
"Download all data": "Télécharger toutes les données",
"Download core data": "Télécharger les données principales",
"Download data": "Télécharger les données {{CoreOrAll}}",
"Download data Description1": "Cela prend davantage despace sur votre appareil.",
"Download data Description2": "Cela prend peu despace sur votre appareil.",
"Download updates automatically": "Télécharger les mises à jour automatiquement",
"Edgeless": "Mode sans bords", "Edgeless": "Mode sans bords",
"Edit": "Éditer",
"Edit Filter": "Editer le filtre",
"Editor Version": "Mode Édition",
"Elbowed Connector": "Connecteur coudé",
"Enable": "Activer",
"Enable AFFiNE Cloud": "Activer AFFiNE Cloud",
"Enable AFFiNE Cloud Description": "Si cette option est activée, les données de cet espace de travail seront sauvegardées et synchronisées via AFFiNE Cloud.",
"Enable cloud hint": "Les fonctions suivantes nécessitent AFFiNE Cloud. Toutes les données sont actuellement stockées sur cet appareil. Vous pouvez activer AFFiNE Cloud pour cet espace de travail afin de le garder synchronisé avec le Cloud.",
"Enabled success": "Activation réussie",
"Exclude from filter": "Exclure du filtre",
"Expand sidebar": "Agrandir la barre latérale", "Expand sidebar": "Agrandir la barre latérale",
"Expand/Collapse Sidebar": "Agrandir/Rabattre la barre latérale",
"Export": "Exporter ", "Export": "Exporter ",
"Export AFFiNE backup file": "Exporter un fichier de sauvegarde AFFiNE",
"Export Description": "Vous pouvez exporter l'intégralité des données de l'espace de travail à titre de sauvegarde ; les données ainsi exportées peuvent être réimportées.",
"Export Shared Pages Description": "Télécharger une copie de la version actuelle pour la partager avec les autres.",
"Export Workspace": "L'exportation de l'espace de travail <1>{{workspace}}</1> sera bientôt disponible.",
"Export success": "Exporté avec succès",
"Export to HTML": "Exporter en HTML", "Export to HTML": "Exporter en HTML",
"Export to Markdown": "Exporter en Markdown", "Export to Markdown": "Exporter en Markdown",
"Convert to ": "Convertir en ", "Export to PDF": "Exporter en PDF",
"Favorited": "Ajouté aux favoris", "Export to PNG": "Exporter en PNG",
"FILE_ALREADY_EXISTS": "Fichier déjà existant",
"Failed to publish workspace": "La publication de l'espace de travail a échoué",
"Favorite": "Favori", "Favorite": "Favori",
"Updated": "Mis à jour", "Favorite pages for easy access": "Pages favorites pour un accès rapide",
"Divider": "Séparateur", "Favorited": "Ajouté aux favoris",
"Contact Us": "Contactez-nous ",
"How is AFFiNE Alpha different?": "Quelles sont les différences avec AFFiNE Alpha ?",
"Moved to Trash": "Déplacé dans la corbeille ",
"Create": "Créer ",
"Delete permanently": "Supprimer définitivement",
"Favorites": "Favoris ", "Favorites": "Favoris ",
"Find 0 result": "Aucun résultat trouvé ", "Find 0 result": "Aucun résultat trouvé ",
"Find results": "{{number}} résultats trouvés", "Find results": "{{number}} résultats trouvés",
"Get in touch!": "Contactez-nous ! ", "Font Style": "Police de caractères",
"Import": "Importer ", "Force Sign Out": "Forcer la déconnexion",
"Italic": "Italique",
"Jump to": "Passer à ",
"Keyboard Shortcuts": "Raccourcis clavier",
"Link": "Lien hypertexte (avec le texte sélectionné)",
"Markdown Syntax": "Syntaxe Markdown",
"New Keyword Page": "Nouvelle page '{{query}}'",
"New Page": "Nouvelle page",
"New Workspace": "Nouvel espace de travail ",
"No item": "Aucun objet ",
"Official Website": "Site officiel ",
"Once deleted, you can't undo this action": "Une fois supprimé, vous ne pourrez plus retourner en arrière.",
"Open in new tab": "Ouvrir dans un nouvel onglet",
"Page": "Page",
"Paper": "Papier",
"Pen": "Stylo (bientôt disponible) ",
"Permanently deleted": "Supprimé définitivement ",
"Quick search": "Recherche rapide",
"Redo": "Retour ",
"Remove from favorites": "Retirer des favoris",
"Removed from Favorites": "Retiré des favoris ",
"Restore it": "Restaurer ",
"Shape": "Forme",
"Sticky": "Post-it (bientôt) ",
"Shortcuts": "Raccourcis",
"Text": "Texte (bientôt disponible)",
"Title": "Titre ",
"Trash": "Corbeille ",
"Underline": "Souligner ",
"Undo": "Retour",
"Untitled": "Non nommé ",
"will be moved to Trash": "{{title}} sera déplacé à la corbeille ",
"Select": "Sélectionner ",
"TrashButtonGroupTitle": "Supprimer définitivement",
"restored": "{{title}} a été restauré ",
"Heading": "Titre {{number}}",
"Code block": "Bloc de code",
"Member": "Membre",
"Collapse sidebar": "Rabattre la barre latérale",
"Connector": "Connecteur (bientôt disponible) ",
"Increase indent": "Augmenter l'indentation",
"Reduce indent": "Réduire l'indentation du texte",
"Inline code": "Code inline",
"Strikethrough": "Barré",
"Upload": "Uploader ",
"ClearData": "Effacer les données locales",
"Collaboration": "Collaboration",
"Collaboration Description": "La collaboration avec d'autres membres nécessite AFFiNE Cloud.",
"Copy Link": "Copier le lien",
"Delete Workspace": "Supprimer l'espace de travail",
"Delete Workspace placeholder": "Veuillez écrire \"Delete\" pour confirmer",
"Enable": "Activer",
"Create Or Import": "Créer ou importer",
"Got it": "Compris",
"Loading": "Chargement...",
"NotLoggedIn": "Actuellement non connecté",
"Publish": "Publier",
"Publish to web": "Publier sur internet",
"Quick search placeholder": "Recherche Rapide ...",
"Settings": "Paramètres",
"Stay logged out": "Rester déconnecté",
"Tips": "Astuces :",
"Users": "Utilisateur",
"Access level": "Permissions",
"Publishing Description": "Après avoir publié sur le net, toute personne disposant du lien pourra consulter le contenu.",
"Enable AFFiNE Cloud": "Activer AFFiNE Cloud",
"Enable AFFiNE Cloud Description": "Si cette option est activée, les données de cet espace de travail seront sauvegardées et synchronisées via AFFiNE Cloud.",
"Export Workspace": "L'exportation de l'espace de travail <1>{{workspace}}</1> sera bientôt disponible.",
"General": "Général",
"Invite": "Inviter",
"Invite Members": "Inviter des membres",
"Invite placeholder": "Rechercher une adresse mail (compatible uniquement avec Gmail)",
"Leave": "Quitter",
"Leave Workspace": "Quitter l'espace de travail",
"Leave Workspace Description": "Une fois quitté, vous ne pourrez plus accéder au contenu de cet espace de travail.",
"Non-Gmail": "Seul Gmail est supporté",
"Pending": "En attente",
"Publishing": "Publier sur le web nécessite le service AFFiNE Cloud.",
"emptyAllPages": "Cet espace de travail est vide. Créez une nouvelle page pour commencer l'édition.",
"Quick search placeholder2": "Rechercher dans {{workspace}}",
"Set up an AFFiNE account to sync data": "Configurer un compte AFFiNE pour synchroniser les données",
"Sign in": "Se connecter à AFFiNE Cloud",
"Sign in and Enable": "Se connecter et activer",
"emptyFavorite": "Cliquez sur Ajouter aux Favoris et la page apparaitra ici.",
"Skip": "Passer",
"Stop publishing": "Arrêter de publier",
"Sync": "Synchroniser",
"Sync Description2": "<1>{{workspaceName}}</1> est un espace de travail distant. Toutes ses données seront synchronisées et sauvegardées dans AFFiNE Cloud.",
"Workspace Icon": "Icône espace de travail",
"Workspace Name": "Nom de l'espace de travail",
"Workspace Settings": "Paramètres de l'espace de travail",
"Workspace Type": "Type de l'espace de travail",
"Workspace description": "Un espace de travail est votre espace virtuel pour capturer, créer et planifier aussi bien seul qu'en équipe.",
"emptyTrash": "Cliquez sur Ajouter à la corbeille et la page apparaitra ici.",
"login success": "Connexion réussie",
"mobile device description": "Nous travaillons toujours sur le support des appareils mobiles. Ainsi, nous vous recommandons d'utiliser un ordinateur.",
"My Workspaces": "Mes espaces de travail",
"Sign out": "Se déconnecter",
"Delete Workspace Description2": "La suppression de <1>{{workspace}}</1> aura pour effet de supprimer les données locales et les données dans le cloud. Attention, cette opération est irréversible.",
"still designed": "(Cette page est toujours en cours de conception.)",
"Back Home": "Retour à l'accueil",
"Confirm": "Confirmer",
"Download core data": "Télécharger les données principales",
"Not now": "Pas maintenant",
"Member has been removed": "{{name}} a été supprimé",
"Owner": "Propriétaire",
"Workspace Avatar": "Avatar de l'espace de travail",
"Body text": "Corps du texte",
"Data sync mode": "Mode de synchronisation des données",
"AFFiNE Cloud": "AFFiNE Cloud",
"Please make sure you are online": "Vérifiez que vous êtes bien en ligne",
"Remove from workspace": "Retirer de l'espace de travail",
"Get in touch! Join our communities": "Contactez-nous ! Rejoignez nos communautés.",
"All changes are saved locally": "Les changements sont sauvegardés localement",
"Continue with Google": "Se connecter avec Google ",
"Delete": "Supprimer objet ",
"Share with link": "Partager un lien",
"Sync Description": "{{workspaceName}} est un espace de travail local. Toutes ses données sont stockées sur le périphérique actuel. Vous pouvez activer AFFiNE Cloud pour garder les données de cet espace de travail synchronisé dans le cloud.",
"TrashButtonGroupDescription": "Une fois supprimé, vous ne pouvez pas retourner en arrière. Confirmez-vous la suppression ? ",
"mobile device": "Il semblerait que vous naviguiez sur un appareil mobile.",
"recommendBrowser": "Pour une expérience optimale, nous vous recommandons le navigateur <1>Chrome</1>.",
"upgradeBrowser": "Veuillez installer la dernière version de Chrome pour bénéficier d'une expérience optimale.",
"core": "l'essentiel",
"Delete Workspace Description": "Attention, la suppression de <1>{{workspace}}</1> est irréversible. Le contenu sera perdu.",
"Export AFFiNE backup file": "Exporter un fichier de sauvegarde AFFiNE",
"Download data": "Télécharger les données {{CoreOrAll}}",
"Download all data": "Télécharger toutes les données",
"It takes up more space on your device": "Prend davantage despace sur l'appareil.",
"is a Cloud Workspace": "est un espace de travail distant",
"will delete member": "supprimera le membre",
"is a Local Workspace": "est un espace de travail local",
"Cloud Workspace Description": "Toutes les données vont être synchronisées et sauvegardées sur le compte AFFiNE <1>{{email}}</1>",
"Export Description": "Vous pouvez exporter l'intégralité des données de l'espace de travail à titre de sauvegarde ; les données ainsi exportées peuvent être réimportées.",
"Download data Description1": "Cela prend davantage despace sur votre appareil.",
"Members": "Membres",
"It takes up little space on your device": "Prend peu despace sur l'appareil.",
"Move to Trash": "Déplacer à la corbeille",
"Saved then enable AFFiNE Cloud": "Toutes les modifications sont sauvegardées localement, cliquez ici pour activer la sauvegarde AFFiNE Cloud",
"Back to Quick Search": "Retourner à la Recherche Rapide",
"Placeholder of delete workspace": "Entrez le nom de l'espace de travail pour confirmer",
"View Navigation Path": "Voir le Chemin d'Accès",
"Pivots": "Arborescence",
"Remove from Pivots": "Retirer de l'Arborescence",
"Add a subpage inside": "Ajouter une sous-page à l'intérieur ",
"Navigation Path": "Chemin d'accès",
"Move to": "Déplacer vers",
"Rename": "Renommer",
"Move page to": "Déplacer la page vers ...",
"Disable": "Désactiver",
"Disable Public Link ?": "Désactiver le lien public ?",
"Disable Public Sharing": "Désactiver le Partage Public ",
"Disable Public Link Description": "Désactiver ce lien public empêchera à quiconque avec le lien daccéder à cette page.",
"Shared Pages": "Pages partagées",
"Create Shared Link Description": "Créez un lien que vous pouvez facilement partager avec n'importe qui.",
"Open Workspace Settings": "Ouvrir les paramètres de l'espace de travail",
"Share Menu Public Workspace Description1": "Invitez d'autres personnes à rejoindre cet espace de travail ou publiez-le sur internet.",
"Share Menu Public Workspace Description2": "L'espace de travail actuel a été publié sur le web en tant qu'espace de travail public.",
"Shared Pages Description": "Le service de partage de page public nécessite AFFiNE Cloud.",
"Export Shared Pages Description": "Télécharger une copie de la version actuelle pour la partager avec les autres.",
"Disable Public Link": "Désactiver le lien public",
"Discover what's new!": "Découvrez les nouveautés!",
"Organize pages to build knowledge": "Organisez vos pages pour construire l'entièreté de votre savoir",
"Favorite pages for easy access": "Pages favorites pour un accès rapide",
"Finding Workspace ID": "L'ID de l'Espace de Travail est en cours de recherche",
"Loading All Workspaces": "Chargement de tous les Espaces de Travails",
"Loading Page": "La page est en train de charger",
"Workspace Not Found": "L'epace de travail n'a pas été trouvé",
"emptySharedPages": "Les pages partagées apparaîtront ici",
"Finding Current Workspace": "L'espace de travail actuel est en cours de recherche",
"Page is Loading": "Chargement de la page en cours ",
"Router is Loading": "Le router est en cours de chargement",
"RFP": "Les pages peuvent librement être rajoutées à/retirées de l'Arborescence, tout en restant accessible depuis \"Toutes les pages\".",
"You cannot delete the last workspace": "Vous ne pouvez pas supprimer le dernier Espace de travail",
"Successfully deleted": "Supprimé avec succès",
"Shared Pages In Public Workspace Description": "L'intégralité de cet espace de travail a été publiée sur internet et peut être modifiée via les <1>Paramètres de l'espace de travail</1>.",
"Synced with AFFiNE Cloud": "Synchronisé avec AFFiNE Cloud",
"Recent": "Récent",
"Storage Folder": "Dossier du stockage ",
"Sync across devices with AFFiNE Cloud": "Synchroniser parmi plusieurs appareils avec AFFiNE Cloud",
"Added Successfully": "Ajouté avec succès",
"Continue": "Continuer",
"Create your own workspace": "Créer votre propre espace de travail",
"Created Successfully": "Créé avec succès",
"DB_FILE_INVALID": "Fichier de la base de donnée invalide",
"DB_FILE_PATH_INVALID": "Le chemin d'accès du fichier de la base de donnée est invalide",
"Default Location": "Emplacement par défaut",
"Export success": "Exporté avec succès",
"Move folder": "Déplacer le dossier",
"Move folder hint": "Sélectionnez le nouveau chemin d'accès pour le stockage ",
"Move folder success": "Le déplacement du fichier a été réalisé avec succès",
"Name Your Workspace": "Nommer l'espace de travail",
"Open folder": "Ouvrir le dossier",
"Open folder hint": "Vérifiez l'emplacement du dossier de stockage.",
"Set database location": "Définir l'emplacement de la base de données",
"Update workspace name success": "L'espace de travail à été renommé avec succès",
"Workspace database storage description": "Sélectionnez l'endroit où vous souhaitez créer votre espace de travail. Les données de l'espace de travail sont enregistrées localement par défaut.",
"dark": "Sombre",
"light": "Clair",
"system": "Système",
"Add Workspace Hint": "Sélectionnez le fichier ede la base de donné déjà existant",
"Change avatar hint": "Le nouvel avatar s'affichera pour tout le monde.",
"Change workspace name hint": "Le nouveau nom s'affichera pour tout le monde.",
"Customize": "Parcourir",
"UNKNOWN_ERROR": "Erreur inconnue",
"Restart Install Client Update": "Redémarrez pour installer la mise à jour",
"Save": "Enregistrer",
"com.affine.settings.storage.description": "Vérifier ou changer l'emplacement du lieu de stockage",
"com.affine.settings.storage.description-alt": "Vérifier ou changer l'emplacement du lieu de stockage",
"Use on current device only": "Utiliser seulement sur l'appareil actuel",
"Default db location hint": "Par défaut, elle sera enregistrée sous {{location}}",
"FILE_ALREADY_EXISTS": "Fichier déjà existant",
"Update Available": "Mis à jour disponible",
"others": "Autres",
"Add Workspace": "Ajouter un nouvel espace de travail",
"DB_FILE_ALREADY_LOADED": "Les fichiers de la base de donnée ont déjà été chargés",
"Delete Workspace Label Hint": "Après la suppression de cet espace de travail, vous supprimerez de manière permanente tout le contenu de tous les utilisateurs. En aucun cas le contenu de cet espace de travail ne pourra être restauré.",
"Created with": "Créé avec",
"Export to PDF": "Exporter en PDF",
"Export to PNG": "Exporter en PNG",
"emptyAllPagesClient": "Cliquez sur le bouton <1>$t(New Page)</1> ou bien, appuyez sur le raccourci clavier <3>{{shortcut}}</3> afin de créer votre première page.",
"Customize appearance of Windows Client.": "Personnalisez l'apparence de l'application Windows",
"com.affine.filter.after": "après",
"com.affine.filter.before": "avant",
"com.affine.filter.true": "vrai",
"About AFFiNE": "À propos d'AFFiNE",
"Appearance Settings": "Paramètres d'apparence",
"Append to Daily Note": "Ajouter à la note journalière",
"By default, the week starts on Sunday.": "Par défaut, la semaine commence le dimanche",
"Check Keyboard Shortcuts quickly": "Regarder rapidement les raccourcis clavier",
"Check for updates": "Vérifier pour les mises à jour",
"Check for updates automatically": "Vérifier pour les mises à jour automatiquement",
"Choose your color scheme": "Choisissez votre thème de couleur",
"Client Border Style": "Style de bordure de l'application",
"Color Scheme": "Thème de couleur",
"Communities": "Communautés",
"Contact with us": "Contactez-nous",
"Curve Connector": "Connecteur arrondi",
"Customize the appearance of the client.": "Personnalisez l'apparence de l'application ",
"Date": "Date",
"Date Format": "Format de date",
"Disable the blur sidebar": "Désactiver le flou de la barre latérale",
"Disable the noise background on the sidebar": "Désactiver le bruit d'arrière-plan de la barre latérale",
"Discover what's new": "Découvrez les nouveautés",
"Display Language": "Langue d'affichage",
"Download updates automatically": "Télécharger les mises à jour automatiquement",
"Elbowed Connector": "Connecteur coudé",
"Expand/Collapse Sidebar": "Agrandir/Rabattre la barre latérale",
"Full width Layout": "Disposition en pleine largeur", "Full width Layout": "Disposition en pleine largeur",
"General": "Général",
"Get in touch!": "Contactez-nous ! ",
"Get in touch! Join our communities": "Contactez-nous ! Rejoignez nos communautés.",
"Get in touch! Join our communities.": "Contactez-nous ! Rejoignez nos communautés.",
"Go Back": "Retour en arrière", "Go Back": "Retour en arrière",
"Go Forward": "Retour en avant", "Go Forward": "Retour en avant",
"Got it": "Compris",
"Group": "Grouper", "Group": "Grouper",
"Group as Database": "Grouper comme une base de donnée", "Group as Database": "Grouper comme une base de donnée",
"Hand": "Main", "Hand": "Main",
"Customize your AFFiNE Appearance": "Personnalisez l'apparence de votre AFFiNE", "Heading": "Titre {{number}}",
"If enabled, it will automatically check for new versions at regular intervals.": "Si activé, l'option cherchera automatiquement pour les nouvelles versions à intervalles réguliers", "Help and Feedback": "Aide et feedbacks",
"If enabled, new versions will be automatically downloaded to the current device.": "Si activé, les nouvelles versions seront automatiquement téléchargées sur l'appareil actuel", "How is AFFiNE Alpha different?": "Quelles sont les différences avec AFFiNE Alpha ?",
"Image": "Image", "Image": "Image",
"Import": "Importer ",
"Increase indent": "Augmenter l'indentation",
"Info": "Information",
"Info of legal": "Mentions légales", "Info of legal": "Mentions légales",
"Maximum display of content within a page.": "Le maximum de contenu pouvant être affiché a été atteint", "Inline code": "Code inline",
"Invite": "Inviter",
"Invite Members": "Inviter des membres",
"Invite placeholder": "Rechercher une adresse mail (compatible uniquement avec Gmail)",
"It takes up little space on your device": "Prend peu despace sur l'appareil.",
"It takes up little space on your device.": "Prend peu despace sur l'appareil.",
"It takes up more space on your device": "Prend davantage despace sur l'appareil.",
"It takes up more space on your device.": "Cela prend davantage despace sur votre appareil.",
"Italic": "Italique",
"Joined Workspace": "L'espace de travail a été rejoint",
"Jump to": "Passer à ",
"Keyboard Shortcuts": "Raccourcis clavier",
"Leave": "Quitter",
"Leave Workspace": "Quitter l'espace de travail",
"Leave Workspace Description": "Une fois quitté, vous ne pourrez plus accéder au contenu de cet espace de travail.",
"Link": "Lien hypertexte (avec le texte sélectionné)",
"Loading": "Chargement...",
"Local Workspace": "Espace de travail local",
"Local Workspace Description": "Toutes les données sont stockées sur cet appareil. Vous pouvez activer AFFiNE Cloud pour garder les données de cet espace de travail synchronisé dans le cloud.",
"Markdown Syntax": "Syntaxe Markdown",
"Member": "Membre",
"Member has been removed": "{{name}} a été supprimé",
"Members": "Membres",
"Members hint": "Gérez les membres ici, invitez des nouveaux membres par e-mail.",
"Move Down": "Descendre", "Move Down": "Descendre",
"Move Up": "Remonter", "Move Up": "Remonter",
"Move folder": "Déplacer le dossier",
"Move folder hint": "Sélectionnez le nouveau chemin d'accès pour le stockage ",
"Move folder success": "Le déplacement du fichier a été réalisé avec succès",
"Move page to": "Déplacer la page vers ...",
"Move page to...": "Déplacer la page vers ...",
"Move to": "Déplacer vers",
"Move to Trash": "Déplacer à la corbeille",
"Moved to Trash": "Déplacé dans la corbeille ",
"My Workspaces": "Mes espaces de travail",
"Name Your Workspace": "Nommer l'espace de travail",
"NativeTitleBar": "Barre native", "NativeTitleBar": "Barre native",
"Customize your date style.": "Personnalisez le style de date", "Navigation Path": "Chemin d'accès",
"New version is ready": "Nouvelle version prête", "New Keyword Page": "Nouvelle page '{{query}}'",
"New Page": "Nouvelle page",
"New Workspace": "Nouvel espace de travail ",
"New version is ready": "Nouvelle version disponible",
"No item": "Aucun objet ",
"Non-Gmail": "Seul Gmail est supporté",
"None yet": "Aucun pour l'instant", "None yet": "Aucun pour l'instant",
"Not now": "Pas maintenant",
"Note": "Note", "Note": "Note",
"Official Website": "Site officiel ",
"Open Workspace Settings": "Ouvrir les paramètres de l'espace de travail",
"Open folder": "Ouvrir le dossier",
"Open folder hint": "Vérifiez l'emplacement du dossier de stockage.",
"Open in new tab": "Ouvrir dans un nouvel onglet",
"Organize pages to build knowledge": "Organisez vos pages pour construire l'entièreté de votre savoir",
"Owner": "Propriétaire",
"Page": "Page",
"Paper": "Papier",
"Pen": "Stylo",
"Pending": "En attente",
"Permanently deleted": "Supprimé définitivement ",
"Pivots": "Arborescence",
"Placeholder of delete workspace": "Entrez le nom de l'espace de travail pour confirmer",
"Please make sure you are online": "Vérifiez que vous êtes bien en ligne",
"Privacy": "Confidentialité",
"Publish": "Publier",
"Publish to web": "Publier sur internet",
"Published Description": "L'espace de travail actuel a été publié sur Internet. Toute personne disposant du lien peut consulter le contenu.",
"Published hint": "Les visiteurs peuvent prévisualiser le contenu via le lien fourni",
"Published to Web": "Publié sur Internet",
"Publishing": "Publier sur le web nécessite le service AFFiNE Cloud.",
"Publishing Description": "Après avoir publié sur le net, toute personne disposant du lien pourra consulter le contenu.",
"Quick Search": "Recherche rapide", "Quick Search": "Recherche rapide",
"Quick search": "Recherche rapide",
"Quick search placeholder": "Recherche Rapide ...",
"Quick search placeholder2": "Rechercher dans {{workspace}}",
"RFP": "Les pages peuvent librement être rajoutées à/retirées de l'Arborescence, tout en restant accessible depuis \"Toutes les pages\".",
"Recent": "Récent",
"Redo": "Rétablir",
"Reduce indent": "Réduire l'indentation du texte",
"Remove from Pivots": "Retirer de l'Arborescence",
"Remove from favorites": "Retirer des favoris",
"Remove from workspace": "Retirer de l'espace de travail",
"Remove special filter": "Retirer le filtre spécial",
"Removed from Favorites": "Retiré des Favoris ",
"Rename": "Renommer",
"Restart Install Client Update": "Redémarrez pour installer la mise à jour",
"Restore it": "Restaurer ",
"Retain cached cloud data": "Conserver les données mises en cache dans le cloud",
"Retain local cached data": "Conserver les données du cache local",
"Save": "Enregistrer",
"Save As New Collection": "Enregistrer en tant que nouvelle collection",
"Saved then enable AFFiNE Cloud": "Toutes les modifications sont sauvegardées localement, cliquez ici pour activer la sauvegarde AFFiNE Cloud",
"Select": "Sélectionner ",
"Select All": "Sélectionner l'ensemble", "Select All": "Sélectionner l'ensemble",
"Select the language for the interface.": "Sélectionnez la langue pour cette interface", "Set a Workspace name": "Définir un nom pour l'espace de travail",
"Set database location": "Définir l'emplacement de la base de données",
"Set up an AFFiNE account to sync data": "Configurer un compte AFFiNE pour synchroniser les données",
"Settings": "Paramètres",
"Shape": "Forme",
"Share Menu Public Workspace Description1": "Invitez d'autres personnes à rejoindre cet espace de travail ou publiez-le sur internet.",
"Share Menu Public Workspace Description2": "L'espace de travail actuel a été publié sur le web en tant qu'espace de travail public.",
"Share with link": "Partager un lien",
"Shared Pages": "Pages partagées",
"Shared Pages Description": "Le service de partage de page public nécessite AFFiNE Cloud.",
"Shared Pages In Public Workspace Description": "L'intégralité de cet espace de travail a été publiée sur internet et peut être modifiée via les <1>Paramètres de l'espace de travail</1>.",
"Shortcuts": "Raccourcis",
"Sidebar": "Barre latérale", "Sidebar": "Barre latérale",
"Sign in": "Se connecter à AFFiNE Cloud",
"Sign in and Enable": "Se connecter et activer",
"Sign out": "Se déconnecter",
"Sign out description": "Se déconnecter provoquera la perte du contenu non synchronisé.",
"Skip": "Passer",
"Start Week On Monday": "Commencer la semaine le lundi", "Start Week On Monday": "Commencer la semaine le lundi",
"Stay logged out": "Rester déconnecté",
"Sticky": "Post-it",
"Stop publishing": "Arrêter de publier",
"Storage": "Stockage",
"Storage Folder": "Dossier du stockage ",
"Storage and Export": "Stockage et Export",
"Straight Connector": "Connecteur droit", "Straight Connector": "Connecteur droit",
"Strikethrough": "Barrer",
"Successfully deleted": "Supprimé avec succès",
"Switch": "Changer",
"Sync": "Synchroniser",
"Sync across devices with AFFiNE Cloud": "Synchroniser parmi plusieurs appareils avec AFFiNE Cloud",
"Synced with AFFiNE Cloud": "Synchronisé avec AFFiNE Cloud",
"Tags": "Tags",
"Terms of Use": "Conditions générales d'utilisation", "Terms of Use": "Conditions générales d'utilisation",
"Text": "Texte (bientôt disponible)",
"Theme": "Thème", "Theme": "Thème",
"Title": "Titre ",
"Trash": "Corbeille ",
"TrashButtonGroupDescription": "Une fois supprimé, vous ne pouvez pas retourner en arrière. Confirmez-vous la suppression ? ",
"TrashButtonGroupTitle": "Supprimer définitivement",
"UNKNOWN_ERROR": "Erreur inconnue",
"Underline": "Souligner ",
"Undo": "Annuler",
"Ungroup": "Dégrouper", "Ungroup": "Dégrouper",
"Unpin": "Désépingler",
"Unpublished hint": "Une fois publié sur internet, les visiteurs peuvent voir le contenu via le lien fourni.",
"Untitled": "Sans titre",
"Update Available": "Mis à jour disponible",
"Update Collection": "Mettre à jour la collection",
"Update workspace name success": "L'espace de travail à été renommé avec succès",
"Updated": "Mis à jour",
"Upload": "Uploader ",
"Use on current device only": "Utiliser seulement sur l'appareil actuel",
"Users": "Utilisateur",
"Version": "Version", "Version": "Version",
"View the AFFiNE Changelog.": "Voir le journal des modifications d'AFFiNE", "View Navigation Path": "Voir le Chemin d'Accès",
"Wait for Sync": "Attendez la synchronisation",
"Window frame style": "Style de fenêtre",
"Workspace Avatar": "Avatar de l'espace de travail",
"Workspace Icon": "Icône espace de travail",
"Workspace Name": "Nom de l'espace de travail",
"Workspace Not Found": "L'epace de travail n'a pas été trouvé",
"Workspace Owner": "Propriétaire de lespace de travail ",
"Workspace Profile": "Profil de l'Espace de travail",
"Workspace Settings": "Paramètres de l'espace de travail",
"Workspace Settings with name": "Paramètres de {{name}}",
"Workspace Type": "Type de l'espace de travail",
"Workspace database storage description": "Sélectionnez l'endroit où vous souhaitez créer votre espace de travail. Les données de l'espace de travail sont enregistrées localement par défaut.",
"Workspace description": "Un espace de travail est votre espace virtuel pour capturer, créer et planifier aussi bien seul qu'en équipe.",
"Workspace saved locally": "{{name}} est sauvegardé localement",
"You cannot delete the last workspace": "Vous ne pouvez pas supprimer le dernier Espace de travail",
"Zoom in": "Agrandir", "Zoom in": "Agrandir",
"Zoom out": "Rétrécir", "Zoom out": "Rétrécir",
"Zoom to 100%": "Zoom à 100%", "Zoom to 100%": "Zoom à 100%",
"Zoom to fit": "Zoom à l'échelle", "Zoom to fit": "Zoom à l'échelle",
"all": "tout",
"com.affine.banner.content": "La démo vous plait? <1> Télécharger le client AFFiNE </1> pour une expérience complète.",
"com.affine.cloudTempDisable.description": "Nous mettons à jour le service AFFiNE Cloud et celui-ci est temporairement indisponible côté client. Si vous souhaitez rester informé des avancements et être informé de la disponibilité du projet, vous pouvez remplir l'<1>inscription au AFFiNE Cloud</1>.",
"com.affine.cloudTempDisable.title": "AFFiNE Cloud est actuellement en cours de mise à jour.",
"com.affine.collection-bar.action.tooltip.delete": "Supprimer",
"com.affine.collection-bar.action.tooltip.edit": "Éditer",
"com.affine.collection-bar.action.tooltip.pin": "Épingler à la barre latérale",
"com.affine.collection-bar.action.tooltip.unpin": "Désépingler",
"com.affine.currentYear": "Année en cours",
"com.affine.draw_with_a_blank_whiteboard": "Dessiner sur un tableau blanc",
"com.affine.earlier": "Récemment",
"com.affine.edgelessMode": "Mode sans bords",
"com.affine.emptyDesc": "Il n'y a pas encore de page ici",
"com.affine.export.error.message": "Veuillez réessayer plus tard.",
"com.affine.export.error.title": "Échec lors de l'exportation en raison d'une erreur inattendue",
"com.affine.export.success.message": "Veuillez ouvrir le fichier de téléchargement afin de vérifier",
"com.affine.export.success.title": "Exporté avec succès",
"com.affine.filter": "Filtrer",
"com.affine.filter.after": "après",
"com.affine.filter.before": "avant",
"com.affine.filter.contains all": "contient tout",
"com.affine.filter.contains one of": "Contient un élément suivant ",
"com.affine.filter.does not contains all": "Ne contient aucun des éléments suivants ",
"com.affine.filter.does not contains one of": "Ne contient pas l'un des éléments suivants ",
"com.affine.filter.false": "faux",
"com.affine.filter.is": "Est",
"com.affine.filter.is empty": "est vide",
"com.affine.filter.is not empty": "n'est pas vide",
"com.affine.filter.is-favourited": "Est favori",
"com.affine.filter.save-view": "Sauvegarder la vue",
"com.affine.filter.true": "Oui",
"com.affine.header.option.add-tag": "Ajouter des Tags",
"com.affine.header.option.duplicate": "Dupliquer",
"com.affine.helpIsland.gettingStarted": "Commencer",
"com.affine.import_file": "Support Markdown/Notion",
"com.affine.last30Days": "30 derniers jours",
"com.affine.last7Days": "7 derniers jours",
"com.affine.lastMonth": "Le mois dernier",
"com.affine.lastWeek": "La semaine dernière ",
"com.affine.lastYear": "L'année dernière ",
"com.affine.new_edgeless": "Nouvelle page sans bords",
"com.affine.new_import": "Importer",
"com.affine.onboarding.title1": "Tableau blanc et documents fusionnés",
"com.affine.onboarding.title2": "Un mode d'édition intuitif et robuste basé sur des blocs",
"com.affine.onboarding.videoDescription1": "Basculez facilement entre le mode Page pour de la création de documents structurés et le mode Tableau blanc pour de l'expression visuelle libre d'idées créatives.",
"com.affine.onboarding.videoDescription2": "Créez facilement des documents structurés, à l'aide d'une interface modulaire où l'on peut faire glisser et déposer des blocs de texte, des images et d'autres contenus.",
"com.affine.pageMode": "Mode page",
"com.affine.settings.about.message": "Information à propos de AFFiNE",
"com.affine.settings.about.update.check.message": "Vérifiez automatiquement pour de nouvelles mises à jour régulièrement.",
"com.affine.settings.about.update.download.message": "Télécharger les mises à jour automatiquement (pour cet appareil)",
"com.affine.settings.appearance": "Apparence",
"com.affine.settings.appearance.border-style-description": "Personnalisez l'apparence de l'application ",
"com.affine.settings.appearance.date-format-description": "Personnalisez le style de date",
"com.affine.settings.appearance.full-width-description": "Afficher un maximum de contenu sur la page",
"com.affine.settings.appearance.language-description": "Modifier la langue de l'interface",
"com.affine.settings.appearance.start-week-description": "Par défaut, la semaine commence le dimanche",
"com.affine.settings.appearance.window-frame-description": "Personnalisez l'apparence de l'application Windows",
"com.affine.settings.auto-check-description": "Si activé, l'option cherchera automatiquement pour les nouvelles versions à intervalles réguliers",
"com.affine.settings.auto-download-description": "Si activé, les nouvelles versions seront automatiquement téléchargées sur l'appareil actuel",
"com.affine.settings.member-tooltip": "Activer AFFiNE Cloud pour collaborer ",
"com.affine.settings.noise-style": "Bruit d'arrière-plan de la barre latérale",
"com.affine.settings.noise-style-description": "Utiliser l'effet de bruit d'arrière-plan sur la barre latérale",
"com.affine.settings.remove-workspace": "Supprimer l'espace de travail",
"com.affine.settings.remove-workspace-description": "Supprimer l'espace de travail de cet appareil et éventuellement supprimer toutes les données.\n\n",
"com.affine.settings.storage.db-location.change-hint": "Cliquer pour changer l'emplacement du stockage ",
"com.affine.settings.storage.description": "Vérifier ou changer l'emplacement du lieu de stockage",
"com.affine.settings.storage.description-alt": "Vérifier ou changer l'emplacement du lieu de stockage. Cliquer pour éditer le chemin d'accès.",
"com.affine.settings.suggestion": "Besoin de plus de personnalisation? Vous pouvez nous les proposer via la communauté.",
"com.affine.settings.translucent-style": "UI translucide sur la barre latérale",
"com.affine.settings.translucent-style-description": "Utiliser l'effet translucide sur la barre latérale",
"com.affine.settings.workspace": "Espace de travail",
"com.affine.settings.workspace.description": "Vous pouvez personnaliser votre espace ici.",
"com.affine.settings.workspace.not-owner": "L'icône et le nom peuvent seulement être modifiés par le propriétaire de l'Espace de groupe. Les modifications seront visibles par tous",
"com.affine.settings.workspace.publish-tooltip": "Activer AFFiNE Cloud pour publier cet espace de travail en ligne",
"com.affine.settings.workspace.storage.tip": "Cliquer pour changer l'emplacement du stockage ",
"com.affine.today": "Aujourd'hui",
"com.affine.updater.downloading": "Téléchargement en cours",
"com.affine.updater.open-download-page": "Ouvrir la page de téléchargement",
"com.affine.updater.restart-to-update": "Redémarrez pour installer la mise à jour",
"com.affine.updater.update-available": "Mise à jour disponible",
"com.affine.workspace.cannot-delete": "Vous ne pouvez pas supprimer le dernier Espace de travail",
"com.affine.write_with_a_blank_page": "Écrire sur une nouvelle page",
"com.affine.yesterday": "Hier",
"core": "l'essentiel",
"dark": "Sombre",
"emptyAllPages": "Cet espace de travail est vide. Créez une nouvelle page pour commencer l'édition.",
"emptyAllPagesClient": "Cliquez sur le bouton <1>$t(New Page)</1> ou bien, appuyez sur le raccourci clavier <3>{{shortcut}}</3> afin de créer votre première page.",
"emptyFavorite": "Cliquez sur Ajouter aux Favoris et la page apparaitra ici.",
"emptySharedPages": "Les pages partagées apparaîtront ici",
"emptyTrash": "Cliquez sur Ajouter à la corbeille et la page apparaitra ici.",
"frameless": "Sans Bords", "frameless": "Sans Bords",
"Privacy": "Confidentialité", "is a Cloud Workspace": "est un espace de travail distant",
"Window frame style": "Style de fenêtre", "is a Local Workspace": "est un espace de travail local",
"Enable cloud hint": "Les fonctions suivantes nécessitent AFFiNE Cloud. Toutes les données sont actuellement stockées sur cet appareil. Vous pouvez activer AFFiNE Cloud pour cet espace de travail afin de le garder synchronisé avec le Cloud.", "light": "Clair",
"Copy": "Copier", "login success": "Connexion réussie",
"Info": "Information", "mobile device": "Il semblerait que vous naviguiez sur un appareil mobile.",
"Members hint": "Gérez les membres ici, invitez des nouveaux membres par e-mail.", "mobile device description": "Nous travaillons toujours sur le support des appareils mobiles. Ainsi, nous vous recommandons d'utiliser un ordinateur.",
"Published hint": "Les visiteurs peuvent prévisualiser le contenu via le lien fourni", "others": "Autres",
"Storage": "Stockage", "recommendBrowser": "Pour une expérience optimale, nous vous recommandons le navigateur <1>Chrome</1>.",
"Storage and Export": "Stockage et Export", "restored": "{{title}} a été restauré ",
"Unpublished hint": "Une fois publié sur internet, les visiteurs peuvent voir le contenu via le lien fourni.", "still designed": "(Cette page est toujours en cours de conception.)",
"Only an owner can edit the the Workspace avatar and name.Changes will be shown for everyone.": "L'icône et le nom peuvent seulement être modifiés par le propriétaire de l'Espace de groupe. Les modifications seront visibles par tous", "system": "Système",
"Need more customization options? You can suggest them to us in the community.": "Besoin de plus de personnalisation? Vous pouvez nous les proposer via la communauté." "upgradeBrowser": "Veuillez installer la dernière version de Chrome pour bénéficier d'une expérience optimale.",
"will be moved to Trash": "{{title}} sera déplacé à la corbeille ",
"will delete member": "supprimera le membre"
} }

View File

@ -8,6 +8,7 @@ import ja from './ja.json';
import ko from './ko.json'; import ko from './ko.json';
import ru from './ru.json'; import ru from './ru.json';
import zh_Hans from './zh-Hans.json'; import zh_Hans from './zh-Hans.json';
import zh_Hant from './zh-Hant.json';
export const LOCALES = [ export const LOCALES = [
{ {
@ -17,7 +18,7 @@ export const LOCALES = [
originalName: '한국어(대한민국)', originalName: '한국어(대한민국)',
flagEmoji: '🇰🇷', flagEmoji: '🇰🇷',
base: false, base: false,
completeRate: 0.652, completeRate: 0.6,
res: ko, res: ko,
}, },
{ {
@ -27,9 +28,19 @@ export const LOCALES = [
originalName: 'English', originalName: 'English',
flagEmoji: '🇬🇧', flagEmoji: '🇬🇧',
base: true, base: true,
completeRate: 1, completeRate: 0.981,
res: en, res: en,
}, },
{
id: 1000040003,
name: 'Traditional Chinese',
tag: 'zh-Hant',
originalName: '繁體中文',
flagEmoji: '🇭🇰',
base: false,
completeRate: 0.981,
res: zh_Hant,
},
{ {
id: 1000040004, id: 1000040004,
name: 'Simplified Chinese', name: 'Simplified Chinese',
@ -37,7 +48,7 @@ export const LOCALES = [
originalName: '简体中文', originalName: '简体中文',
flagEmoji: '🇨🇳', flagEmoji: '🇨🇳',
base: false, base: false,
completeRate: 1.003, completeRate: 0.905,
res: zh_Hans, res: zh_Hans,
}, },
{ {
@ -47,7 +58,7 @@ export const LOCALES = [
originalName: 'français', originalName: 'français',
flagEmoji: '🇫🇷', flagEmoji: '🇫🇷',
base: false, base: false,
completeRate: 0.972, completeRate: 0.955,
res: fr, res: fr,
}, },
{ {
@ -57,7 +68,7 @@ export const LOCALES = [
originalName: 'Deutsch', originalName: 'Deutsch',
flagEmoji: '🇩🇪', flagEmoji: '🇩🇪',
base: false, base: false,
completeRate: 0.745, completeRate: 0.784,
res: de, res: de,
}, },
{ {
@ -67,7 +78,7 @@ export const LOCALES = [
originalName: 'русский', originalName: 'русский',
flagEmoji: '🇷🇺', flagEmoji: '🇷🇺',
base: false, base: false,
completeRate: 0.487, completeRate: 0.635,
res: ru, res: ru,
}, },
{ {
@ -77,7 +88,7 @@ export const LOCALES = [
originalName: '日本語', originalName: '日本語',
flagEmoji: '🇯🇵', flagEmoji: '🇯🇵',
base: false, base: false,
completeRate: 0.725, completeRate: 0.652,
res: ja, res: ja,
}, },
] as const; ] as const;

View File

@ -1,71 +1,92 @@
{ {
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.": "",
"404 - Page Not Found": "404 - ページが見つかりません", "404 - Page Not Found": "404 - ページが見つかりません",
"AFFiNE Cloud": "AFFiNEクラウド",
"AFFiNE Community": "AFFiNEコミュニティ", "AFFiNE Community": "AFFiNEコミュニティ",
"About AFFiNE": "AFFiNEについて",
"Access level": "アクセスレベル",
"Add Workspace": "ワークスペースの追加",
"Add Workspace Hint": "既存のワークスペースを選択",
"Add a subpage inside": "内部にサブページを追加",
"Add to Favorites": "お気に入りに追加",
"Add to favorites": "お気に入りに追加する", "Add to favorites": "お気に入りに追加する",
"Added Successfully": "正常に追加されました",
"Added to Favorites": "お気に入りに追加されました",
"All changes are saved locally": "すべての変更はローカルに保存されます",
"All data has been stored in the cloud": "すべてのデータはクラウドに保存されています",
"All pages": "すべてのページ", "All pages": "すべてのページ",
"Available Offline": "オフラインで利用可能", "Available Offline": "オフラインで利用可能",
"Back Home": "ホームに戻る", "Back Home": "ホームに戻る",
"Bold": "太字",
"Back to Quick Search": "クイック検索に戻る", "Back to Quick Search": "クイック検索に戻る",
"ClearData": "ローカルにあるデータをクリアする",
"AFFiNE Cloud": "AFFiNEクラウド",
"Add to Favorites": "お気に入りに追加",
"Added to Favorites": "お気に入りに追加されました",
"Added Successfully": "正常に追加されました",
"All changes are saved locally": "すべての変更はローカルに保存されます",
"All data has been stored in the cloud": "すべてのデータはクラウドに保存されています",
"Cancel": "キャンセル",
"Body text": "本文テキスト", "Body text": "本文テキスト",
"Bold": "太字",
"Cancel": "キャンセル",
"Change avatar hint": "メンバー全員のアバターを変更",
"Change workspace name hint": "メンバー全員の名前を変更",
"Check Our Docs": "ドキュメントを確認しよう",
"Cloud Workspace": "クラウドワークスペース", "Cloud Workspace": "クラウドワークスペース",
"Cloud Workspace Description": "すべてのデータは、AFFiNEアカウント<1>{{email}}</1>に同期して保存されます",
"Code block": "コードブロック", "Code block": "コードブロック",
"Collaboration": "コラボレーション",
"Collaboration Description": "他のメンバーとコラボレーションするにはAFFiNEクラウドサービスが必要です",
"Collapse sidebar": "サイドバーを折りたたむ",
"Confirm": "確認", "Confirm": "確認",
"Contact Us": "お問い合わせ",
"Connector": "コネクター(近日公開)", "Connector": "コネクター(近日公開)",
"Contact Us": "お問い合わせ",
"Continue": "続行",
"Continue with Google": "Googleでログイン",
"Convert to ": "変換する",
"Copied link to clipboard": "リンクをクリップボードにコピーしました", "Copied link to clipboard": "リンクをクリップボードにコピーしました",
"Copy": "コピー",
"Copy Link": "リンクをコピー", "Copy Link": "リンクをコピー",
"Create": "作成", "Create": "作成",
"Create Or Import": "作成またはインポート", "Create Or Import": "作成またはインポート",
"Created Successfully": "正常に作成されました",
"Create your own workspace": "独自のワークスペースを作成する",
"Create Shared Link Description": "誰とでも簡単に共有できるリンクを作成します", "Create Shared Link Description": "誰とでも簡単に共有できるリンクを作成します",
"Create your own workspace": "独自のワークスペースを作成する",
"Created": "作成日",
"Created Successfully": "正常に作成されました",
"Customize": "カスタマイズ", "Customize": "カスタマイズ",
"DB_FILE_INVALID": "無効なデータベースファイル",
"DB_FILE_ALREADY_LOADED": "データベースファイルはすでにロードされています", "DB_FILE_ALREADY_LOADED": "データベースファイルはすでにロードされています",
"DB_FILE_INVALID": "無効なデータベースファイル",
"DB_FILE_PATH_INVALID": "データベースファイルのパスが無効です", "DB_FILE_PATH_INVALID": "データベースファイルのパスが無効です",
"Data sync mode": "データ同期モード", "Data sync mode": "データ同期モード",
"Default db location hint": "デフォルトでは {{location}} に保存されます",
"Default Location": "デフォルトの場所", "Default Location": "デフォルトの場所",
"Default db location hint": "デフォルトでは {{location}} に保存されます",
"Delete": "削除", "Delete": "削除",
"Delete Member?": "メンバーを削除しますか?", "Delete Member?": "メンバーを削除しますか?",
"Delete Workspace": "ワークスペースの削除", "Delete Workspace": "ワークスペースの削除",
"Delete Workspace placeholder": "確認のため、「Delete」と入力してください", "Delete Workspace Description": "削除 <1>{{workspace}}</1> は元に戻すことができません。慎重に続行してください。すべての内容が失われます",
"Delete Workspace Description2": "<1>{{workspace}}</1> を削除すると、ローカルデータとクラウドデータの両方が削除されます。この操作は元に戻すことができません。注意して続行してください",
"Delete Workspace Label Hint": "このワークスペースを削除すると、すべてのユーザーのコンテンツが永久に削除されます。このワークスペースのコンテンツを復元することはできません", "Delete Workspace Label Hint": "このワークスペースを削除すると、すべてのユーザーのコンテンツが永久に削除されます。このワークスペースのコンテンツを復元することはできません",
"Delete Workspace placeholder": "確認のため、「Delete」と入力してください",
"Delete page?": "ページを削除しますか?", "Delete page?": "ページを削除しますか?",
"Delete permanently": "完全に削除", "Delete permanently": "完全に削除",
"Delete permanently?": "完全に削除しますか?",
"Disable": "無効", "Disable": "無効",
"Disable Public Link": "パブリックリンクを無効にする", "Disable Public Link": "パブリックリンクを無効にする",
"Disable Public Link ?": "パブリックリンクを無効にしますか?", "Disable Public Link ?": "パブリックリンクを無効にしますか?",
"Disable Public Link Description": "このパブリック リンクを無効にすると、リンクを知っている誰もがこのページにアクセスできなくなります", "Disable Public Link Description": "このパブリック リンクを無効にすると、リンクを知っている誰もがこのページにアクセスできなくなります",
"Disable Public Sharing": "パブリック共有を無効にする", "Disable Public Sharing": "パブリック共有を無効にする",
"Discover what's new!": "新着情報を見る",
"Divider": "区分線",
"Download all data": "すべてのデータをダウンロードする", "Download all data": "すべてのデータをダウンロードする",
"Edit": "編集", "Download core data": "主要なデータのダウンロード",
"Edgeless": "エッジレス", "Download data": "{{CoreOrAll}} データのダウンロード",
"Download data Description1": "端末の容量を大きく占有します", "Download data Description1": "端末の容量を大きく占有します",
"Download data Description2": "端末の容量をあまり占有しません", "Download data Description2": "端末の容量をあまり占有しません",
"Edgeless": "エッジレス",
"Edit": "編集",
"Enable": "有効", "Enable": "有効",
"Enable AFFiNE Cloud": "AFFiNEクラウドを有効にする", "Enable AFFiNE Cloud": "AFFiNEクラウドを有効にする",
"Enabled success": "有効化に成功",
"Enable AFFiNE Cloud Description": "有効にすると、このワークスペース内のデータがAFFiNEクラウド経由でバックアップおよび同期されます", "Enable AFFiNE Cloud Description": "有効にすると、このワークスペース内のデータがAFFiNEクラウド経由でバックアップおよび同期されます",
"Enabled success": "有効化に成功",
"Expand sidebar": "サイドバーを展開", "Expand sidebar": "サイドバーを展開",
"Export": "エクスポート", "Export": "エクスポート",
"Export AFFiNE backup file": "AFFiNEバックアップファイルのエクスポート",
"Export Description": "ワークスペースにあるデータ全体をバックアップ用にエクスポートしたり、エクスポートしたデータを再インポートしたりできます", "Export Description": "ワークスペースにあるデータ全体をバックアップ用にエクスポートしたり、エクスポートしたデータを再インポートしたりできます",
"Export success": "エクスポートに成功",
"Export Shared Pages Description": "ページの静的コピーをダウンロードして、他の人と共有することができます", "Export Shared Pages Description": "ページの静的コピーをダウンロードして、他の人と共有することができます",
"Export Workspace": "ワークスペースのエクスポート <1>{{workspace}}</1>は近日公開予定です",
"Export success": "エクスポートに成功",
"Export to HTML": "HTMLにエクスポート", "Export to HTML": "HTMLにエクスポート",
"Export to Markdown": "Markdownにエクスポート", "Export to Markdown": "Markdownにエクスポート",
"Created": "作成日",
"FILE_ALREADY_EXISTS": "ファイルが既に存在します", "FILE_ALREADY_EXISTS": "ファイルが既に存在します",
"Failed to publish workspace": "ワークスペースの公開に失敗しました", "Failed to publish workspace": "ワークスペースの公開に失敗しました",
"Favorite": "お気に入り", "Favorite": "お気に入り",
@ -74,218 +95,184 @@
"Favorites": "お気に入り", "Favorites": "お気に入り",
"Find 0 result": "検索結果 0 件", "Find 0 result": "検索結果 0 件",
"Find results": "検索結果 {{number}} 件", "Find results": "検索結果 {{number}} 件",
"Finding Workspace ID": "ワークスペースIDの検索",
"Finding Current Workspace": "現在のワークスペースを検索",
"Force Sign Out": "強制サインアウト", "Force Sign Out": "強制サインアウト",
"General": "一般", "General": "一般",
"Got it": "了解",
"Get in touch!": "ご連絡ください!", "Get in touch!": "ご連絡ください!",
"Get in touch! Join our communities": "連絡してください! コミュニティに参加しましょう", "Get in touch! Join our communities": "連絡してください! コミュニティに参加しましょう",
"Get in touch! Join our communities.": "連絡してください! コミュニティに参加しましょう",
"Got it": "了解",
"Heading": "見出し {{number}}",
"Help and Feedback": "ヘルプとフィードバック", "Help and Feedback": "ヘルプとフィードバック",
"Import": "インポート",
"How is AFFiNE Alpha different?": "AFFiNE Alphaはどう違うのですか", "How is AFFiNE Alpha different?": "AFFiNE Alphaはどう違うのですか",
"Inline code": "インラインコード", "Import": "インポート",
"Increase indent": "インデントを増やす", "Increase indent": "インデントを増やす",
"Inline code": "インラインコード",
"Invite": "招待", "Invite": "招待",
"Invite Members": "メンバーを招待", "Invite Members": "メンバーを招待",
"Invite placeholder": "メールの検索Gmailのみサポート", "Invite placeholder": "メールの検索Gmailのみサポート",
"Loading Page": "ページ読み込み中",
"Loading": "読み込み中...",
"Leave Workspace": "ワークスペースから退出",
"Leave": "退出",
"Italic": "斜体",
"It takes up little space on your device": "端末の容量をあまり占有しません", "It takes up little space on your device": "端末の容量をあまり占有しません",
"It takes up little space on your device.": "端末の容量をあまり占有しません", "It takes up little space on your device.": "端末の容量をあまり占有しません",
"It takes up more space on your device": "端末の容量を大きく占有します", "It takes up more space on your device": "端末の容量を大きく占有します",
"It takes up more space on your device.": "端末の容量を大きく占有します", "It takes up more space on your device.": "端末の容量を大きく占有します",
"Italic": "斜体",
"Joined Workspace": "ワークスペースに参加", "Joined Workspace": "ワークスペースに参加",
"Jump to": "ジャンプ先",
"Keyboard Shortcuts": "キーボードショートカット", "Keyboard Shortcuts": "キーボードショートカット",
"Leave": "退出",
"Leave Workspace": "ワークスペースから退出",
"Leave Workspace Description": "退会すると、このワークスペースのコンテンツにアクセスできなくなります", "Leave Workspace Description": "退会すると、このワークスペースのコンテンツにアクセスできなくなります",
"Loading All Workspaces": "すべてのワークスペースを読み込み中",
"Local Workspace": "ローカルワークスペース",
"Link": "ハイパーリンク (選択したテキストを含む)", "Link": "ハイパーリンク (選択したテキストを含む)",
"Loading": "読み込み中...",
"Local Workspace": "ローカルワークスペース",
"Local Workspace Description": "すべてのデータは現在のデバイスに保存されます。このワークスペースのAFFiNEクラウドを有効にすると、クラウドとデータを同期しておくことができます",
"Markdown Syntax": "Markdown構文",
"Member": "メンバー", "Member": "メンバー",
"Member has been removed": "{{name}}は削除されました",
"Members": "メンバー", "Members": "メンバー",
"Move folder": "フォルダを移動", "Move folder": "フォルダを移動",
"Move to Trash": "ゴミ箱に移動",
"My Workspaces": "マイワークスペース",
"Move folder success": "フォルダの移動に成功",
"Move folder hint": "新しい保存場所を選択", "Move folder hint": "新しい保存場所を選択",
"New Page": "新規ページ", "Move folder success": "フォルダの移動に成功",
"Navigation Path": "ナビゲーションパス",
"Name Your Workspace": "ワークスペースに名前をつける",
"Open Workspace Settings": "ワークスペース設定を開く",
"Open folder": "フォルダを開く",
"New Workspace": "新規ワークスペース",
"No item": "項目なし",
"Non-Gmail": "Gmail以外はサポートされていません",
"NotLoggedIn": "現在ログインしていません",
"Official Website": "公式サイト",
"Once deleted, you can't undo this action": "削除すると、この操作を元に戻すことはできません",
"Once deleted, you can't undo this action.": "一度削除すると、この操作を元に戻すことはできません",
"Markdown Syntax": "Markdown構文",
"Moved to Trash": "ゴミ箱に移動した",
"Page": "ページ",
"Owner": "オーナー",
"Organize pages to build knowledge": "ページを整理して知識を深める",
"Open in new tab": "新しいタブで開く",
"Open folder hint": "保存フォルダがどこにあるか確認してください",
"Add Workspace": "ワークスペースの追加",
"Add a subpage inside": "内部にサブページを追加",
"Access level": "アクセスレベル",
"Continue with Google": "Googleでログイン",
"Continue": "続行",
"Pending": "保留中",
"Paper": "用紙",
"Page is Loading": "ページを読み込んでいます",
"Pen": "ペン(近日公開)",
"Publish": "公開",
"Publish to web": "Webに公開",
"Published to Web": "Webに公開しました",
"Published Description": "現在のワークスペースはWebに公開されており、誰でもリンクを通じてこのワークスペースの内容を表示できます",
"Please make sure you are online": "オンラインであることを確認してください",
"Permanently deleted": "完全に削除されました",
"Pivots": "ピボット",
"Placeholder of delete workspace": "確認のためにワークスペース名を入力してください",
"Change avatar hint": "メンバー全員のアバターを変更",
"Change workspace name hint": "メンバー全員の名前を変更",
"Collaboration": "コラボレーション",
"Recent": "最近",
"Redo": "やり直し",
"RFP": "ピボットのページは自由に追加・削除することができ、「すべてのページ」からもアクセスできます",
"Quick search placeholder": "クイック検索...",
"Quick search": "クイック検索",
"Save": "保存",
"Select": "選択",
"Restore it": "復元",
"Restart Install Client Update": "再起動してアップデートをインストールする",
"Rename": "名前の変更",
"Settings": "設定",
"Set up an AFFiNE account to sync data": "データを同期するためにAFFiNEアカウントを設定する",
"Sync": "同期",
"Not now": "あとで登録する",
"Check Our Docs": "ドキュメントを確認しよう",
"Add Workspace Hint": "既存のワークスペースを選択",
"Collapse sidebar": "サイドバーを折りたたむ",
"Download core data": "主要なデータのダウンロード",
"Jump to": "ジャンプ先",
"Download data": "{{CoreOrAll}} データのダウンロード",
"Router is Loading": "ルーターを読み込み中",
"Heading": "見出し {{number}}",
"Member has been removed": "{{name}}は削除されました",
"Collaboration Description": "他のメンバーとコラボレーションするにはAFFiNEクラウドサービスが必要です",
"Move page to": "ページの移動...", "Move page to": "ページの移動...",
"Move page to...": "ページの移動...", "Move page to...": "ページの移動...",
"Move to": "移動先", "Move to": "移動先",
"Sign out": "サインアウト", "Move to Trash": "ゴミ箱に移動",
"Sign in and Enable": "サインインして有効化", "Moved to Trash": "ゴミ箱に移動した",
"Shortcuts": "ショートカット", "My Workspaces": "マイワークスペース",
"Share with link": "リンクを共有", "Name Your Workspace": "ワークスペースに名前をつける",
"Shared Pages": "共有ページ", "Navigation Path": "ナビゲーションパス",
"Set a Workspace name": "ワークスペース名を設定", "New Keyword Page": "新しい「{{query}}」ページ",
"Set database location": "データベースの場所を設定", "New Page": "新規ページ",
"Retain local cached data": "ローカルにキャッシュされたデータを保持", "New Workspace": "新規ワークスペース",
"Saved then enable AFFiNE Cloud": "すべての変更はローカルに保存されます。クリックしてAFFiNEクラウドを有効にします。", "No item": "項目なし",
"Remove from workspace": "ワークスペースから削除", "Non-Gmail": "Gmail以外はサポートされていません",
"Remove from favorites": "お気に入りから削除", "Not now": "あとで登録する",
"Removed from Favorites": "お気に入りから削除しました", "Official Website": "公式サイト",
"Retain cached cloud data": "ローカルにキャッシュされたデータを保持", "Open Workspace Settings": "ワークスペース設定を開く",
"Remove from Pivots": "ピボットの削除", "Open folder": "フォルダを開く",
"Reduce indent": "インデントを減らす", "Open folder hint": "保存フォルダがどこにあるか確認してください",
"Open in new tab": "新しいタブで開く",
"Organize pages to build knowledge": "ページを整理して知識を深める",
"Owner": "オーナー",
"Page": "ページ",
"Paper": "用紙",
"Pen": "ペン(近日公開)",
"Pending": "保留中",
"Permanently deleted": "完全に削除されました",
"Pivots": "ピボット",
"Placeholder of delete workspace": "確認のためにワークスペース名を入力してください",
"Please make sure you are online": "オンラインであることを確認してください",
"Publish": "公開",
"Publish to web": "Webに公開",
"Published Description": "現在のワークスペースはWebに公開されており、誰でもリンクを通じてこのワークスペースの内容を表示できます",
"Published to Web": "Webに公開しました",
"Publishing": "Webへの公開はAFFiNEクラウドサービスが必要です", "Publishing": "Webへの公開はAFFiNEクラウドサービスが必要です",
"Publishing Description": "Web に公開すると、誰もがリンクを通じてこのワークスペースのコンテンツを表示できるようになります", "Publishing Description": "Web に公開すると、誰もがリンクを通じてこのワークスペースのコンテンツを表示できるようになります",
"Quick search": "クイック検索",
"Quick search placeholder": "クイック検索...",
"Quick search placeholder2": "{{workspace}} を検索中", "Quick search placeholder2": "{{workspace}} を検索中",
"Skip": "スキップ", "RFP": "ピボットのページは自由に追加・削除することができ、「すべてのページ」からもアクセスできます",
"Recent": "最近",
"Redo": "やり直し",
"Reduce indent": "インデントを減らす",
"Remove from Pivots": "ピボットの削除",
"Remove from favorites": "お気に入りから削除",
"Remove from workspace": "ワークスペースから削除",
"Removed from Favorites": "お気に入りから削除しました",
"Rename": "名前の変更",
"Restart Install Client Update": "再起動してアップデートをインストールする",
"Restore it": "復元",
"Retain cached cloud data": "ローカルにキャッシュされたデータを保持",
"Retain local cached data": "ローカルにキャッシュされたデータを保持",
"Save": "保存",
"Saved then enable AFFiNE Cloud": "すべての変更はローカルに保存されます。クリックしてAFFiNEクラウドを有効にします。",
"Select": "選択",
"Set a Workspace name": "ワークスペース名を設定",
"Set database location": "データベースの場所を設定",
"Set up an AFFiNE account to sync data": "データを同期するためにAFFiNEアカウントを設定する",
"Settings": "設定",
"Shape": "シェイプ", "Shape": "シェイプ",
"Share Menu Public Workspace Description1": "ワークスペースへ他の人を招待したり、Webに公開することができます", "Share Menu Public Workspace Description1": "ワークスペースへ他の人を招待したり、Webに公開することができます",
"Shared Pages Description": "ページの公開にはAFFiNEクラウドサービスが必要です",
"Share Menu Public Workspace Description2": "現在のワークスペースは、公開ワークスペースとしてWebに公開されています", "Share Menu Public Workspace Description2": "現在のワークスペースは、公開ワークスペースとしてWebに公開されています",
"Undo": "元に戻す", "Share with link": "リンクを共有",
"Untitled": "無題", "Shared Pages": "共有ページ",
"Underline": "下線", "Shared Pages Description": "ページの公開にはAFFiNEクラウドサービスが必要です",
"UNKNOWN_ERROR": "未知のエラー",
"Trash": "ゴミ箱",
"Title": "タイトル",
"Tips": "ヒント:",
"TrashButtonGroupTitle": "完全に削除",
"Synced with AFFiNE Cloud": "AFFiNEクラウドと同期しています",
"Sync across devices with AFFiNE Cloud": "AFFiNEクラウドでデバイス間を同期する",
"Stop publishing": "公開をやめる",
"Storage Folder": "ストレージフォルダー",
"com.affine.settings.storage.description": "保存場所を確認または変更する",
"com.affine.settings.storage.description-alt": "保存場所を確認または変更する",
"Upload": "アップロード",
"Update Available": "アップデート可能",
"Update workspace name success": "ワークスペース名の更新に成功",
"Successfully deleted": "正常に削除されました",
"Text": "テキスト(近日公開)",
"New Keyword Page": "新しい「{{query}}」ページ",
"Convert to ": "変換する",
"Updated": "更新日",
"TrashButtonGroupDescription": "一度削除すると、この操作を元に戻すことはできません。よろしいですか?",
"Sign out description": "サインアウトすると、同期していないコンテンツは失われます",
"Shared Pages In Public Workspace Description": "ワークスペース全体はWeb上で公開され、<1>ワークスペース設定</1>で編集することができます", "Shared Pages In Public Workspace Description": "ワークスペース全体はWeb上で公開され、<1>ワークスペース設定</1>で編集することができます",
"Users": "ユーザー", "Shortcuts": "ショートカット",
"Sidebar": "サイドバ-",
"Sign in": "AFFiNEクラウドにサインイン",
"Sign in and Enable": "サインインして有効化",
"Sign out": "サインアウト",
"Sign out description": "サインアウトすると、同期していないコンテンツは失われます",
"Skip": "スキップ",
"Stay logged out": "ログアウト状態を維持する", "Stay logged out": "ログアウト状態を維持する",
"Sticky": "付箋(近日公開)", "Sticky": "付箋(近日公開)",
"Stop publishing": "公開をやめる",
"Storage Folder": "ストレージフォルダー",
"Strikethrough": "打ち消し線",
"Successfully deleted": "正常に削除されました",
"Sync": "同期",
"Sync across devices with AFFiNE Cloud": "AFFiNEクラウドでデバイス間を同期する",
"Synced with AFFiNE Cloud": "AFFiNEクラウドと同期しています",
"Text": "テキスト(近日公開)",
"Title": "タイトル",
"Trash": "ゴミ箱",
"TrashButtonGroupDescription": "一度削除すると、この操作を元に戻すことはできません。よろしいですか?",
"TrashButtonGroupTitle": "完全に削除",
"UNKNOWN_ERROR": "未知のエラー",
"Underline": "下線",
"Undo": "元に戻す",
"Untitled": "無題",
"Update Available": "アップデート可能",
"Update workspace name success": "ワークスペース名の更新に成功",
"Updated": "更新日",
"Upload": "アップロード",
"Use on current device only": "現在の端末でのみ使用",
"Users": "ユーザー",
"View Navigation Path": "ナビゲーションパスを表示",
"Wait for Sync": "同期を待つ",
"Workspace Avatar": "ワークスペースのアバター", "Workspace Avatar": "ワークスペースのアバター",
"Workspace Icon": "ワークスペースのアイコン", "Workspace Icon": "ワークスペースのアイコン",
"Workspace Name": "ワークスペース名", "Workspace Name": "ワークスペース名",
"Workspace Not Found": "ワークスペースが見つかりません", "Workspace Not Found": "ワークスペースが見つかりません",
"View Navigation Path": "ナビゲーションパスを表示",
"Use on current device only": "現在の端末でのみ使用",
"Workspace Owner": "ワークスペースの所有者", "Workspace Owner": "ワークスペースの所有者",
"Workspace Settings": "ワークスペースの設定", "Workspace Settings": "ワークスペースの設定",
"Workspace Type": "ワークスペースのタイプ", "Workspace Type": "ワークスペースのタイプ",
"all": "すべて",
"You cannot delete the last workspace": "最後のワークスペースを削除することはできません",
"Workspace database storage description": "ワークスペースを作成する場所を選択します。ワークスペースのデータは、デフォルトでローカルに保存されます", "Workspace database storage description": "ワークスペースを作成する場所を選択します。ワークスペースのデータは、デフォルトでローカルに保存されます",
"Workspace description": "ワークスペースは、一人で、あるいはチームで、創造し、計画するための仮想空間です", "Workspace description": "ワークスペースは、一人で、あるいはチームで、創造し、計画するための仮想空間です",
"core": "主要な", "You cannot delete the last workspace": "最後のワークスペースを削除することはできません",
"com.affine.pageMode": "ページモード", "all": "すべて",
"com.affine.banner.content": "デモをお楽しみですか?完全なエクスペリエンスを得るには<1>AFFiNEクライアントをダウンロード</1>してください。",
"com.affine.cloudTempDisable.description": "AFFiNEクラウドサービスのバージョンアップを行っており、クライアント側で一時的に利用できない状態になっています。進捗状況などに関する通知をご希望の方は<1>AFFiNEコミュニティ</1>にご参加ください。",
"com.affine.cloudTempDisable.title": "AFFiNEクラウドは現在アップグレード中です。",
"com.affine.edgelessMode": "エッジレスモード", "com.affine.edgelessMode": "エッジレスモード",
"com.affine.helpIsland.gettingStarted": "始めましょう",
"com.affine.onboarding.title1": "ハイパーマージされたホワイトボードとドキュメント", "com.affine.onboarding.title1": "ハイパーマージされたホワイトボードとドキュメント",
"com.affine.onboarding.title2": "直感的で堅牢なブロックベースの編集", "com.affine.onboarding.title2": "直感的で堅牢なブロックベースの編集",
"com.affine.onboarding.videoDescription1": "構造化されたドキュメントを作成するためのページモードと、創造的なアイデアを自由な形式で視覚的に表現するためのホワイトボードモードを簡単に切り替えることができます", "com.affine.onboarding.videoDescription1": "構造化されたドキュメントを作成するためのページモードと、創造的なアイデアを自由な形式で視覚的に表現するためのホワイトボードモードを簡単に切り替えることができます",
"com.affine.onboarding.videoDescription2": "モジュール式インターフェイスを使用してテキスト、画像、その他のコンテンツのブロックをドラッグ&ドロップすることで、構造化ドキュメントを簡単に作成できます", "com.affine.onboarding.videoDescription2": "モジュール式インターフェイスを使用してテキスト、画像、その他のコンテンツのブロックをドラッグ&ドロップすることで、構造化ドキュメントを簡単に作成できます",
"com.affine.cloudTempDisable.title": "AFFiNEクラウドは現在アップグレード中です。", "com.affine.pageMode": "ページモード",
"com.affine.cloudTempDisable.description": "AFFiNEクラウドサービスのバージョンアップを行っており、クライアント側で一時的に利用できない状態になっています。進捗状況などに関する通知をご希望の方は<1>AFFiNEコミュニティ</1>にご参加ください。",
"com.affine.banner.content": "デモをお楽しみですか?完全なエクスペリエンスを得るには<1>AFFiNEクライアントをダウンロード</1>してください。",
"com.affine.updater.restart-to-update": "再起動してアップデートをインストールする",
"com.affine.updater.update-available": "アップデート可能",
"com.affine.updater.downloading": "ダウンロード中", "com.affine.updater.downloading": "ダウンロード中",
"com.affine.updater.open-download-page": "ダウンロードページを開く", "com.affine.updater.open-download-page": "ダウンロードページを開く",
"com.affine.helpIsland.gettingStarted": "始めましょう", "com.affine.updater.restart-to-update": "再起動してアップデートをインストールする",
"com.affine.updater.update-available": "アップデート可能",
"core": "主要な",
"dark": "ダーク", "dark": "ダーク",
"light": "ライト",
"emptyAllPages": "このワークスペースに何もありません。新しいページを作成して編集を開始します", "emptyAllPages": "このワークスペースに何もありません。新しいページを作成して編集を開始します",
"emptyFavorite": "「お気に入りに追加」をクリックすると、ここにページが表示されます", "emptyFavorite": "「お気に入りに追加」をクリックすると、ここにページが表示されます",
"emptySharedPages": "共有されたページがここに表示されます", "emptySharedPages": "共有されたページがここに表示されます",
"emptyTrash": "「ゴミ箱に移動」をクリックすると、ここにページが表示されます", "emptyTrash": "「ゴミ箱に移動」をクリックすると、ここにページが表示されます",
"is a Cloud Workspace": "はクラウドワークスペースです", "is a Cloud Workspace": "はクラウドワークスペースです",
"is a Local Workspace": "はローカルワークスペースです", "is a Local Workspace": "はローカルワークスペースです",
"light": "ライト",
"login success": "ログイン成功", "login success": "ログイン成功",
"others": "その他",
"mobile device": "モバイル端末で閲覧しているようです", "mobile device": "モバイル端末で閲覧しているようです",
"mobile device description": "モバイルへの対応は現在も進めており、デスクトップ端末でのご利用を推奨しています", "mobile device description": "モバイルへの対応は現在も進めており、デスクトップ端末でのご利用を推奨しています",
"others": "その他",
"recommendBrowser": "最適な環境でご利用いただくために、<1>Chrome</1>ブラウザを推奨します", "recommendBrowser": "最適な環境でご利用いただくために、<1>Chrome</1>ブラウザを推奨します",
"system": "システム",
"will delete member": "はメンバーを削除します",
"upgradeBrowser": "快適にご利用いただくために、Chromeの最新バージョンへのアップグレードをお願いします",
"restored": "{{title}}を復元しました", "restored": "{{title}}を復元しました",
"still designed": "(このページはまだ設計中です)", "still designed": "(このページはまだ設計中です)",
"system": "システム",
"upgradeBrowser": "快適にご利用いただくために、Chromeの最新バージョンへのアップグレードをお願いします",
"will be moved to Trash": "{{title}}はゴミ箱に移動されます", "will be moved to Trash": "{{title}}はゴミ箱に移動されます",
"Wait for Sync": "同期を待つ", "will delete member": "はメンバーを削除します"
"Strikethrough": "打ち消し線",
"Cloud Workspace Description": "すべてのデータは、AFFiNEアカウント<1>{{email}}</1>に同期して保存されます",
"Delete Workspace Description2": "<1>{{workspace}}</1> を削除すると、ローカルデータとクラウドデータの両方が削除されます。この操作は元に戻すことができません。注意して続行してください",
"Export Workspace": "ワークスペースのエクスポート <1>{{workspace}}</1>は近日公開予定です",
"Sync Description": "{{workspaceName}}はローカルワークスペースです。すべてのデータは現在のデバイスに保存されます。このワークスペースに対してAFFiNEクラウドを有効にして、データをクラウドと同期させることができます",
"Sync Description2": "<1>{{workspaceName}}</1>はクラウドワークスペースです。すべてのデータは同期され、AFFiNEクラウドに保存されます",
"Divider": "区分線",
"Export AFFiNE backup file": "AFFiNEバックアップファイルのエクスポート",
"Sign in": "AFFiNEクラウドにサインイン",
"Local Workspace Description": "すべてのデータは現在のデバイスに保存されます。このワークスペースのAFFiNEクラウドを有効にすると、クラウドとデータを同期しておくことができます",
"Discover what's new!": "新着情報を見る",
"Delete Workspace Description": "削除 <1>{{workspace}}</1> は元に戻すことができません。慎重に続行してください。すべての内容が失われます"
} }

View File

@ -1,162 +1,106 @@
{ {
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.": "", "404 - Page Not Found": "404 - 발견되지 않음",
"AFFiNE Cloud": "AFFiNE 클라우드",
"AFFiNE Community": "AFFiNE 커뮤니티", "AFFiNE Community": "AFFiNE 커뮤니티",
"Access level": "접근 권한",
"Add Workspace": "워크스페이스 추가",
"Add a subpage inside": "내부에서 하부 페이지 생성",
"Add to Favorites": "즐겨찾기에 추가", "Add to Favorites": "즐겨찾기에 추가",
"Add to favorites": "즐겨찾기에 추가", "Add to favorites": "즐겨찾기에 추가",
"Added Successfully": "성공적으로 추가됨",
"Added to Favorites": "즐겨찾기에 추가됨", "Added to Favorites": "즐겨찾기에 추가됨",
"Body text": "본문", "All changes are saved locally": "모든 변경사항이 로컬에 저장 완료",
"Cancel": "취소", "All data has been stored in the cloud": "모든 데이터가 클라우드에 저장됨",
"All pages": "모든 페이지", "All pages": "모든 페이지",
"Available Offline": "오프라인 작업 가능", "Available Offline": "오프라인 작업 가능",
"Back Home": "홈으로 돌아가기",
"Back to Quick Search": "빠른 검색으로 돌아가기",
"Body text": "본문",
"Bold": "굵은 글꼴",
"Cancel": "취소",
"Change avatar hint": "새로운 아바타는 모든 사람에게 공개됩니다.",
"Change workspace name hint": "새로운 이름은 모든 사람에게 공개됩니다.",
"Check Our Docs": "문서를 확인하세요",
"Cloud Workspace": "클라우드 워크스페이스",
"Cloud Workspace Description": "모든 데이터가 AFFiNE 계정 <1>{{email}}</1>으로 동기화 및 저장됨.",
"Code block": "코드 블록", "Code block": "코드 블록",
"Collaboration": "협업",
"Collaboration Description": "다른 사람과 협업하기 위해서 AFFiNE 클라우드 서비스가 필요합니다.",
"Collapse sidebar": "사이드바 닫기",
"Confirm": "동의",
"Contact Us": "우리에게 연락하세요",
"Continue": "계속",
"Continue with Google": "구글로 계속하기",
"Convert to ": "전환", "Convert to ": "전환",
"Copied link to clipboard": "링크가 클립보드로 복사됨",
"Copy Link": "링크 복사",
"Create": "생성", "Create": "생성",
"Access level": "접근 권한", "Create Or Import": "생성하거나 불러오기",
"Redo": "되돌리기", "Create Shared Link Description": "다른 사람과 공유할 수 있는 링크 생성하기",
"Select": "선택", "Create your own workspace": "새로운 워크스페이스 생성",
"Disable": "비활성화", "Created": "생성됨",
"Delete permanently?": "영원히 삭제할까요?", "Created Successfully": "성공적으로 생성됨",
"Delete permanently": "영원히 삭제", "Created with": "와 함께 생성됨",
"Customize": "커스터마이즈",
"DB_FILE_INVALID": "유요하지 않은 데이터베이스 파일",
"DB_FILE_PATH_INVALID": "데이터베이스 파일 경로가 유효하지 않음",
"Default Location": "기본 위치",
"Default db location hint": "기본적으로 {{location}}에 저장됨",
"Delete": "삭제",
"Delete Member?": "멤버를 삭제할까요?",
"Delete Workspace": "워크스페이스 삭제",
"Delete Workspace Description": "<1>{{workspace}}</1> 를 삭제하면 되돌릴 수 없으니 주의해주세요. 모든 항목을 잃게 됩니다.",
"Delete Workspace Description2": "<1>{{workspace}}</1>를 삭제하면 로컬과 클라우드 데이터 모두 삭제되며, 되돌릴 수 없으므로, 주의해주세요 ",
"Delete Workspace Label Hint": "워크스페이스를 삭제하게 되면, 모든 사용자의 데이터가 영구적으로 삭제됩니다. 워크스페이스의 데이터는 아무도 복구할 수 없습니다.",
"Delete Workspace placeholder": "진행하기 위해서 \"Delete\"를 입력",
"Delete page?": "페이지 삭제", "Delete page?": "페이지 삭제",
"Delete permanently": "영원히 삭제",
"Disable": "비활성화",
"Disable Public Link": "공개 링크 비활성화", "Disable Public Link": "공개 링크 비활성화",
"Disable Public Link ?": "공개 링크를 비활성화 할까요?", "Disable Public Link ?": "공개 링크를 비활성화 할까요?",
"Disable Public Sharing": "공유 비활성화", "Disable Public Sharing": "공유 비활성화",
"Discover what's new!": "새로운 기능 탐색",
"Divider": "구분자", "Divider": "구분자",
"Download all data": "모든 데이터 다운로드", "Download all data": "모든 데이터 다운로드",
"Edit": "수정",
"Export": "내보내기",
"Export to HTML": "HTML로 내보내기",
"Download data": "{{CoreOrAll}} 데이터 다운로드",
"Export to Markdown": "Markdown으로 내보내기",
"Favorite": "즐겨찾기",
"Invite": "초대",
"Import": "불러오기",
"Leave Workspace": "워크스페이스 떠나기",
"Copy Link": "링크 복사",
"New Page": "새로운 페이지",
"Open in new tab": "새로운 탭에서 열기",
"Owner": "소유자",
"Page": "페이지",
"Permanently deleted": "영원히 삭제됨",
"Publish": "공개",
"Publish to web": "웹에서 공개",
"Published to Web": "웹에서 공개됨",
"Publishing": "웹으로 공개하기 위해서는 AFFiNE 클라우스 서비스가 필요함.",
"Quick search": "빠른 검색",
"Settings": "설정",
"Sync": "싱크",
"Tips": "팁:",
"Undo": "되돌리기",
"Underline": "밑줄",
"Untitled": "제목 없음",
"login success": "로그인 성공",
"mobile device": "모바일 기기에서 탐색 중인 것으로 보임.",
"AFFiNE Cloud": "AFFiNE 클라우드",
"Cloud Workspace": "클라우드 워크스페이스",
"Delete Workspace": "워크스페이스 삭제",
"Failed to publish workspace": "워크스페이스 공개 실패",
"My Workspaces": "내 워크스페이스",
"New Workspace": "새로운 워크스페이스",
"Open Workspace Settings": "워크스페이스 설정 열기",
"Quick search placeholder2": "{{workspace}}에서 검색",
"Remove from workspace": "워크스페이스에서 삭제",
"Set a Workspace name": "워크스페이스 이름 입력",
"Workspace Name": "워크스페이스 이름",
"Workspace Avatar": "워크스페이스 아바타",
"Workspace Owner": "워크스페이스 주인",
"Workspace Icon": "워크스페이스 아이콘",
"Enable AFFiNE Cloud": "AFFiNE 클라우드 활성화",
"Continue with Google": "구글로 계속하기",
"Copied link to clipboard": "링크가 클립보드로 복사됨",
"Create Or Import": "생성하거나 불러오기",
"Created": "생성됨",
"Delete": "삭제",
"Delete Workspace Description": "<1>{{workspace}}</1> 를 삭제하면 되돌릴 수 없으니 주의해주세요. 모든 항목을 잃게 됩니다.",
"Quick search placeholder": "빠른 검색...",
"Create Shared Link Description": "다른 사람과 공유할 수 있는 링크 생성하기",
"Delete Member?": "멤버를 삭제할까요?",
"Enable": "활성화",
"Loading": "불러오는 중...",
"Add Workspace": "워크스페이스 추가",
"Added Successfully": "성공적으로 추가됨",
"All changes are saved locally": "모든 변경사항이 로컬에 저장 완료",
"All data has been stored in the cloud": "모든 데이터가 클라우드에 저장됨",
"Back Home": "홈으로 돌아가기",
"Download core data": "코어 데이터 다운로드", "Download core data": "코어 데이터 다운로드",
"Download data": "{{CoreOrAll}} 데이터 다운로드",
"Edgeless": "엣지리스",
"Edit": "수정",
"Enable": "활성화",
"Enable AFFiNE Cloud": "AFFiNE 클라우드 활성화",
"Enable AFFiNE Cloud Description": "만약 활성화 한다면, 워크스페이스 데이터가 AFFiNE 클라우드에 백업 및 싱크 됩니다.", "Enable AFFiNE Cloud Description": "만약 활성화 한다면, 워크스페이스 데이터가 AFFiNE 클라우드에 백업 및 싱크 됩니다.",
"Enabled success": "활성화 성공",
"Expand sidebar": "사이드바 열기",
"Export": "내보내기",
"Export AFFiNE backup file": "AFFiNE 백업 파일 내보내기", "Export AFFiNE backup file": "AFFiNE 백업 파일 내보내기",
"Export success": "내보내기 ",
"Keyboard Shortcuts": "키보드 단축키",
"Markdown Syntax": "마크다운 문법",
"Move folder": "폴더 이동",
"Official Website": "공식 웹사이트",
"Open folder": "폴더 열기",
"Please make sure you are online": "온라인 인것을 확인하세요",
"Placeholder of delete workspace": "워크스페이스 이름을 입력후 확인",
"Recent": "최근",
"Delete Workspace placeholder": "진행하기 위해서 \"Delete\"를 입력",
"New Keyword Page": "새로운 '{{query}}' 페이지",
"Rename": "이름 변경",
"Removed from Favorites": "즐겨찾기에서 제거됨",
"Remove from favorites": "즐겨찾기에서 제거",
"UNKNOWN_ERROR": "알수 없는 에러",
"TrashButtonGroupTitle": "영원히 삭제",
"You cannot delete the last workspace": "모든",
"com.affine.currentYear": "올해",
"com.affine.cloudTempDisable.title": "AFFiNE 클라우드는 현재 개선중입니다.",
"com.affine.helpIsland.gettingStarted": "시작하기",
"com.affine.last30Days": "최근 30일",
"com.affine.last7Days": "최근 7일",
"com.affine.lastMonth": "지난 달",
"com.affine.lastWeek": "지난 주",
"com.affine.lastYear": "작년",
"com.affine.new_import": "불러오기",
"com.affine.today": "오늘",
"com.affine.updater.restart-to-update": "업데이트 하기 위해 재시작",
"com.affine.updater.update-available": "업데이트 가능",
"com.affine.updater.open-download-page": "다운로드 페이지 열기",
"com.affine.updater.downloading": "다운로드 진행중",
"com.affine.yesterday": "어제",
"com.affine.import_file": "마크다운(Markdown)/노션(Notion) 지원",
"com.affine.write_with_a_blank_page": "새로운 페이지로 작성",
"com.affine.pageMode": "페이지 모드",
"com.affine.workspace.cannot-delete": "마지막 워크스페이스를 삭제할 수 없습니다",
"com.affine.edgelessMode": "엣지리스 모드",
"com.affine.new_edgeless": "새로운 엣지리스",
"core": "코어",
"dark": "다크",
"system": "시스템",
"Find results": "{{number}}개 결과 발견",
"404 - Page Not Found": "404 - 발견되지 않음",
"Confirm": "동의",
"Contact Us": "우리에게 연락하세요",
"Delete Workspace Description2": "<1>{{workspace}}</1>를 삭제하면 로컬과 클라우드 데이터 모두 삭제되며, 되돌릴 수 없으므로, 주의해주세요 ",
"Discover what's new!": "새로운 기능 탐색",
"Export to PNG": "PNG로 내보내기",
"Export Description": "워크스페이스의 모든 데이터 백업을 내보내기 할 수 있으며, 내보내기 한 데이터는 다시 불러올 수 있습니다.", "Export Description": "워크스페이스의 모든 데이터 백업을 내보내기 할 수 있으며, 내보내기 한 데이터는 다시 불러올 수 있습니다.",
"Export Shared Pages Description": "다른 사람과 공유하기 위한 페이지의 정적 복사본 다운로드", "Export Shared Pages Description": "다른 사람과 공유하기 위한 페이지의 정적 복사본 다운로드",
"Export Workspace": "워크스페이스 <1>{{workspace}}</1> 내보내기는 추가될 예정입니다.", "Export Workspace": "워크스페이스 <1>{{workspace}}</1> 내보내기는 추가될 예정입니다.",
"Restore it": "복구하기", "Export success": "내보내기 ",
"restored": "{{title}} 복구됨", "Export to HTML": "HTML로 내보내기",
"Find 0 result": "0개 결과 발견", "Export to Markdown": "Markdown으로 내보내기",
"Restart Install Client Update": "업데이트 하기 위해 재시작",
"Collaboration Description": "다른 사람과 협업하기 위해서 AFFiNE 클라우드 서비스가 필요합니다.",
"Add a subpage inside": "내부에서 하부 페이지 생성",
"Collaboration": "협업",
"Collapse sidebar": "사이드바 닫기",
"Continue": "계속",
"Expand sidebar": "사이드바 열기",
"Export to PDF": "PDF로 내보내기", "Export to PDF": "PDF로 내보내기",
"Delete Workspace Label Hint": "워크스페이스를 삭제하게 되면, 모든 사용자의 데이터가 영구적으로 삭제됩니다. 워크스페이스의 데이터는 아무도 복구할 수 없습니다.", "Export to PNG": "PNG로 내보내기",
"FILE_ALREADY_EXISTS": "파일이 이미 존재함", "FILE_ALREADY_EXISTS": "파일이 이미 존재함",
"Favorites": "즐겨찾기", "Failed to publish workspace": "워크스페이스 공개 실패",
"Favorite": "즐겨찾기",
"Favorite pages for easy access": "쉬운 접근을 위해 즐겨찾기에 추가",
"Favorited": "즐겨찾기 됨", "Favorited": "즐겨찾기 됨",
"Finding Current Workspace": "현재 워크스페이스 탐색", "Favorites": "즐겨찾기",
"Find 0 result": "0개 결과 발견",
"Find results": "{{number}}개 결과 발견",
"Force Sign Out": "강제 로그아웃",
"General": "일반",
"Get in touch!": "연락하세요!",
"Get in touch! Join our communities": "연락하세요! 우리의 커뮤니티에 가입하세요.",
"Get in touch! Join our communities.": "연락하세요! 우리의 커뮤니티에 가입하세요.",
"Got it": "확인", "Got it": "확인",
"Help and Feedback": "도움과 피드백",
"Heading": "헤딩 {{number}}", "Heading": "헤딩 {{number}}",
"Inline code": "인라인 코드", "Help and Feedback": "도움과 피드백",
"Import": "불러오기",
"Increase indent": "들여쓰기", "Increase indent": "들여쓰기",
"Inline code": "인라인 코드",
"Invite": "초대",
"Invite Members": "멤버 초대", "Invite Members": "멤버 초대",
"Invite placeholder": "메일 검색 (Gmail만 지원)", "Invite placeholder": "메일 검색 (Gmail만 지원)",
"It takes up little space on your device": "당신의 장치의 작은 저장공간을 사용합니다.", "It takes up little space on your device": "당신의 장치의 작은 저장공간을 사용합니다.",
@ -164,98 +108,148 @@
"It takes up more space on your device": "당신의 장치의 많은 저장공간을 사용합니다.", "It takes up more space on your device": "당신의 장치의 많은 저장공간을 사용합니다.",
"It takes up more space on your device.": "당신의 장치의 많은 저장공간을 사용합니다.", "It takes up more space on your device.": "당신의 장치의 많은 저장공간을 사용합니다.",
"Italic": "이탤릭체", "Italic": "이탤릭체",
"Leave": "떠나기", "Joined Workspace": "참가한 워크스페이스",
"Jump to": "이동", "Jump to": "이동",
"Link": "하이퍼링크 (선택된 텍스트)", "Keyboard Shortcuts": "키보드 단축키",
"Leave": "떠나기",
"Leave Workspace": "워크스페이스 떠나기",
"Leave Workspace Description": "워스크페이스를 떠나게 되면 데이터에 더이상 접근할 수 없습니다.", "Leave Workspace Description": "워스크페이스를 떠나게 되면 데이터에 더이상 접근할 수 없습니다.",
"Move to": "이동", "Link": "하이퍼링크 (선택된 텍스트)",
"Move to Trash": "휴지통으로 이동", "Loading": "불러오는 중...",
"Moved to Trash": "휴지통으로 이동됨", "Local Workspace": "로컬 워크스페이스",
"Name Your Workspace": "워크스페이스 이름을 입력하세요", "Markdown Syntax": "마크다운 문법",
"No item": "새로운 아이템",
"Not now": "나중에",
"Open folder hint": "저장소의 위치 확인",
"Pivots": "피봇",
"Saved then enable AFFiNE Cloud": "모든 변경사항이 로컬에 저장되었습니다, 클릭하여 AFFiNE 클라우드를 활성화 하세요.",
"Set database location": "데이터베이스 위치 선택",
"Shape": "모양",
"Get in touch!": "연락하세요!",
"Get in touch! Join our communities": "연락하세요! 우리의 커뮤니티에 가입하세요.",
"Get in touch! Join our communities.": "연락하세요! 우리의 커뮤니티에 가입하세요.",
"Member": "멤버", "Member": "멤버",
"Member has been removed": "{{name}}이 삭제됨", "Member has been removed": "{{name}}이 삭제됨",
"Members": "멤버들", "Members": "멤버들",
"Move folder": "폴더 이동",
"Move folder hint": "새로운 저장소 위치 선택", "Move folder hint": "새로운 저장소 위치 선택",
"Move folder success": "폴더 이동 성공", "Move folder success": "폴더 이동 성공",
"Move page to": "페이지를 이동...", "Move page to": "페이지를 이동...",
"Move page to...": "페이지를 이동...", "Move page to...": "페이지를 이동...",
"Move to": "이동",
"Move to Trash": "휴지통으로 이동",
"Moved to Trash": "휴지통으로 이동됨",
"My Workspaces": "내 워크스페이스",
"Name Your Workspace": "워크스페이스 이름을 입력하세요",
"New Keyword Page": "새로운 '{{query}}' 페이지",
"New Page": "새로운 페이지",
"New Workspace": "새로운 워크스페이스",
"No item": "새로운 아이템",
"Non-Gmail": "Gmail 외에는 지원되지 않습니다",
"Not now": "나중에",
"Official Website": "공식 웹사이트",
"Open Workspace Settings": "워크스페이스 설정 열기",
"Open folder": "폴더 열기",
"Open folder hint": "저장소의 위치 확인",
"Open in new tab": "새로운 탭에서 열기",
"Organize pages to build knowledge": "페이지를 구성하여 지식을 쌓으세요",
"Owner": "소유자",
"Page": "페이지",
"Pen": "펜 (추가 예정)",
"Permanently deleted": "영원히 삭제됨",
"Pivots": "피봇",
"Placeholder of delete workspace": "워크스페이스 이름을 입력후 확인",
"Please make sure you are online": "온라인 인것을 확인하세요",
"Publish": "공개",
"Publish to web": "웹에서 공개",
"Published Description": "현재 워크스페이스가 웹을 통해 공개되었습니다, 링크를 가진 누구든지 워크스페이스의 콘텐츠를 볼 수 있습니다.", "Published Description": "현재 워크스페이스가 웹을 통해 공개되었습니다, 링크를 가진 누구든지 워크스페이스의 콘텐츠를 볼 수 있습니다.",
"Published to Web": "웹에서 공개됨",
"Publishing": "웹으로 공개하기 위해서는 AFFiNE 클라우스 서비스가 필요함.",
"Publishing Description": "웹을 통해 공유하게 되면, 링크를 가진 모든 사람이 콘텐츠를 볼 수 있습니다.",
"Quick search": "빠른 검색",
"Quick search placeholder": "빠른 검색...",
"Quick search placeholder2": "{{workspace}}에서 검색",
"Recent": "최근",
"Redo": "되돌리기",
"Reduce indent": "들여쓰기 감소",
"Remove from favorites": "즐겨찾기에서 제거",
"Remove from workspace": "워크스페이스에서 삭제",
"Removed from Favorites": "즐겨찾기에서 제거됨",
"Rename": "이름 변경",
"Restart Install Client Update": "업데이트 하기 위해 재시작",
"Restore it": "복구하기",
"Save": "저장",
"Saved then enable AFFiNE Cloud": "모든 변경사항이 로컬에 저장되었습니다, 클릭하여 AFFiNE 클라우드를 활성화 하세요.",
"Select": "선택",
"Set a Workspace name": "워크스페이스 이름 입력",
"Set database location": "데이터베이스 위치 선택",
"Set up an AFFiNE account to sync data": "AFFiNE 계정을 지정하여 데이터 동기화",
"Settings": "설정",
"Shape": "모양",
"Share Menu Public Workspace Description1": "다른사람을 워크스페이스로 초대하거나 웹을 통하여 공유.",
"Share Menu Public Workspace Description2": "현재 워크스페이스는 웹을 통해 공유된 공유 워크스페이스입니다.",
"Share with link": "링크로 공유", "Share with link": "링크로 공유",
"Shared Pages": "공유된 페이지", "Shared Pages": "공유된 페이지",
"Share Menu Public Workspace Description2": "현재 워크스페이스는 웹을 통해 공유된 공유 워크스페이스입니다.", "Shared Pages Description": "페이지를 공유하기 위해서 AFFiNE 클라우드 서비스가 필요합니다.",
"Skip": "넘기기",
"Shortcuts": "단축키", "Shortcuts": "단축키",
"Sign in": "AFFiNE 클라우드 로그인", "Sign in": "AFFiNE 클라우드 로그인",
"Sign in and Enable": "로그인하고 활성화",
"Sign out": "로그아웃", "Sign out": "로그아웃",
"Skip": "넘기기",
"Stay logged out": "로그아웃 상태 유지",
"Sticky": "스티키 노트 (추가 예정)",
"Stop publishing": "공유 중지",
"Storage Folder": "저장 폴더", "Storage Folder": "저장 폴더",
"Strikethrough": "취소선", "Strikethrough": "취소선",
"Successfully deleted": "성공적으로 삭제됨",
"Sync": "싱크",
"Sync across devices with AFFiNE Cloud": "AFFiNE 클라우드로 장치간 동기화",
"Synced with AFFiNE Cloud": "AFFiNE 클라우드로 동기화됨", "Synced with AFFiNE Cloud": "AFFiNE 클라우드로 동기화됨",
"Title": "제목",
"Trash": "휴지통",
"TrashButtonGroupTitle": "영원히 삭제",
"UNKNOWN_ERROR": "알수 없는 에러",
"Underline": "밑줄",
"Undo": "되돌리기",
"Untitled": "제목 없음",
"Update Available": "업데이트 가능",
"Updated": "업데이트됨",
"Upload": "업로드",
"Users": "유저들",
"Wait for Sync": "싱크 대기중",
"Workspace Avatar": "워크스페이스 아바타",
"Workspace Icon": "워크스페이스 아이콘",
"Workspace Name": "워크스페이스 이름",
"Workspace Not Found": "워크스페이스를 찾을 수 없음",
"Workspace Owner": "워크스페이스 주인",
"Workspace Settings": "워크스페이스 설정",
"Workspace Type": "워크스페이스 종류",
"You cannot delete the last workspace": "모든",
"all": "모든",
"com.affine.cloudTempDisable.title": "AFFiNE 클라우드는 현재 개선중입니다.",
"com.affine.currentYear": "올해",
"com.affine.edgelessMode": "엣지리스 모드",
"com.affine.helpIsland.gettingStarted": "시작하기",
"com.affine.import_file": "마크다운(Markdown)/노션(Notion) 지원",
"com.affine.last30Days": "최근 30일",
"com.affine.last7Days": "최근 7일",
"com.affine.lastMonth": "지난 달",
"com.affine.lastWeek": "지난 주",
"com.affine.lastYear": "작년",
"com.affine.new_edgeless": "새로운 엣지리스",
"com.affine.new_import": "불러오기",
"com.affine.pageMode": "페이지 모드",
"com.affine.today": "오늘",
"com.affine.updater.downloading": "다운로드 진행중",
"com.affine.updater.open-download-page": "다운로드 페이지 열기",
"com.affine.updater.restart-to-update": "업데이트 하기 위해 재시작",
"com.affine.updater.update-available": "업데이트 가능",
"com.affine.workspace.cannot-delete": "마지막 워크스페이스를 삭제할 수 없습니다",
"com.affine.write_with_a_blank_page": "새로운 페이지로 작성",
"com.affine.yesterday": "어제",
"core": "코어",
"dark": "다크",
"emptyAllPages": "이 워크스페이스는 비어있습니다. 새로운 페이지를 생성하여 이어가세요.", "emptyAllPages": "이 워크스페이스는 비어있습니다. 새로운 페이지를 생성하여 이어가세요.",
"emptySharedPages": "공유된 페이지는 여기서 확인할 수 있습니다.", "emptySharedPages": "공유된 페이지는 여기서 확인할 수 있습니다.",
"is a Cloud Workspace": "는 클라우드 워크스페이스 입니다.", "is a Cloud Workspace": "는 클라우드 워크스페이스 입니다.",
"is a Local Workspace": "는 로컬 워크스페이스 입니다.", "is a Local Workspace": "는 로컬 워크스페이스 입니다.",
"light": "밝은", "light": "밝은",
"upgradeBrowser": "최상의 경험을 위해 크롬을 최신 버전으로 업테이트 해주세요.", "login success": "로그인 성공",
"still designed": "(현재 페이지는 지속적으로 수정되고 있습니다.)", "mobile device": "모바일 기기에서 탐색 중인 것으로 보임.",
"Sign in and Enable": "로그인하고 활성화",
"Stay logged out": "로그아웃 상태 유지",
"Sticky": "스티키 노트 (추가 예정)",
"Stop publishing": "공유 중지",
"Successfully deleted": "성공적으로 삭제됨",
"Trash": "휴지통",
"Title": "제목",
"Sync across devices with AFFiNE Cloud": "AFFiNE 클라우드로 장치간 동기화",
"others": "다른", "others": "다른",
"Bold": "굵은 글꼴", "restored": "{{title}} 복구됨",
"Back to Quick Search": "빠른 검색으로 돌아가기", "still designed": "(현재 페이지는 지속적으로 수정되고 있습니다.)",
"Change workspace name hint": "새로운 이름은 모든 사람에게 공개됩니다.", "system": "시스템",
"Change avatar hint": "새로운 아바타는 모든 사람에게 공개됩니다.", "upgradeBrowser": "최상의 경험을 위해 크롬을 최신 버전으로 업테이트 해주세요.",
"Check Our Docs": "문서를 확인하세요", "will delete member": "멤버를 삭제합니다"
"ClearData": "로컬 데이터 삭제",
"Cloud Workspace Description": "모든 데이터가 AFFiNE 계정 <1>{{email}}</1>으로 동기화 및 저장됨.",
"Created Successfully": "성공적으로 생성됨",
"Create your own workspace": "새로운 워크스페이스 생성",
"Customize": "커스터마이즈",
"Default Location": "기본 위치",
"Default db location hint": "기본적으로 {{location}}에 저장됨",
"Enabled success": "활성화 성공",
"Force Sign Out": "강제 로그아웃",
"Joined Workspace": "참가한 워크스페이스",
"Local Workspace": "로컬 워크스페이스",
"Non-Gmail": "Gmail 외에는 지원되지 않습니다",
"Pen": "펜 (추가 예정)",
"Save": "저장",
"Set up an AFFiNE account to sync data": "AFFiNE 계정을 지정하여 데이터 동기화",
"Share Menu Public Workspace Description1": "다른사람을 워크스페이스로 초대하거나 웹을 통하여 공유.",
"Shared Pages Description": "페이지를 공유하기 위해서 AFFiNE 클라우드 서비스가 필요합니다.",
"Update Available": "업데이트 가능",
"Updated": "업데이트됨",
"Workspace Not Found": "워크스페이스를 찾을 수 없음",
"Workspace Settings": "워크스페이스 설정",
"Workspace Type": "워크스페이스 종류",
"all": "모든",
"DB_FILE_PATH_INVALID": "데이터베이스 파일 경로가 유효하지 않음",
"Edgeless": "엣지리스",
"General": "일반",
"Favorite pages for easy access": "쉬운 접근을 위해 즐겨찾기에 추가",
"Once deleted, you can't undo this action.": "한 번 삭제하면, 되돌릴 수 없습니다",
"Organize pages to build knowledge": "페이지를 구성하여 지식을 쌓으세요",
"Reduce indent": "들여쓰기 감소",
"Publishing Description": "웹을 통해 공유하게 되면, 링크를 가진 모든 사람이 콘텐츠를 볼 수 있습니다.",
"Upload": "업로드",
"Users": "유저들",
"Wait for Sync": "싱크 대기중",
"will delete member": "멤버를 삭제합니다",
"Created with": "와 함께 생성됨",
"DB_FILE_INVALID": "유요하지 않은 데이터베이스 파일"
} }

View File

@ -1,196 +1,273 @@
{ {
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.": "", "404 - Page Not Found": "404 - Страница не найдена",
"Local Workspace Description": "Все данные сохраняются на текущем устройстве. Вы можете включить AFFiNE Cloud для этого рабочего пространства, чтобы синхронизировать данные с облаком.",
"Member": "Участник",
"Member has been removed": "{{name}} был удален",
"Published to Web": "Опубликовано в Интернете",
"Sign out description": "Выход приведет к потере несинхронизированного контента.",
"Remove from workspace": "Удалить из рабочего пространства",
"Check Our Docs": "Проверьте нашу документацию",
"is a Cloud Workspace": "это облачное рабочее пространство.",
"Owner": "Владелец",
"Export AFFiNE backup file": "Экспорт файла резервной копии AFFiNE",
"is a Local Workspace": "это локальное рабочее пространство",
"Wait for Sync": "Дождитесь синхронизации",
"Joined Workspace": "Присоединенное рабочее пространство",
"Retain local cached data": "Сохранять локальные кэшированные данные",
"will delete member": "удалит участника",
"Download all data": "Скачать все данные",
"It takes up little space on your device.": "Занимает мало места на вашем устройстве.",
"It takes up more space on your device.": "Занимает много места на вашем устройстве.",
"Not now": "Не сейчас",
"Set a Workspace name": "Задайте имя рабочего пространства",
"Collaboration Description": "Для совместной работы с другими участниками требуется сервис AFFiNE Cloud.",
"Edit": "Редактировать",
"AFFiNE Cloud": "AFFiNE Cloud", "AFFiNE Cloud": "AFFiNE Cloud",
"Published Description": "Текущее рабочее пространство было опубликовано в Интернете. Любой может просматривать содержимое по ссылке. ", "AFFiNE Community": "Сообщество AFFiNE",
"All data has been stored in the cloud": "Все данные хранятся в облаке.", "About AFFiNE": "Об AFFiNE",
"Data sync mode": "Режим синхронизации данных", "Access level": "Уровень доступа",
"Retain cached cloud data": "Сохраняйте кэшированные облачные данные", "Add Workspace": "Добавить пространство",
"Get in touch! Join our communities.": "Свяжитесь с нами! Присоединяйтесь к нашим сообществам.", "Add to Favorites": "Добавить в Избранное",
"Add to favorites": "Добавить в избранное", "Add to favorites": "Добавить в избранное",
"Saved then enable AFFiNE Cloud": "Все изменения сохраняются локально, нажмите чтобы включить AFFiNE Cloud.", "Added Successfully": "Успешно добавлено",
"Enable AFFiNE Cloud Description": "Если этот параметр включен, данные в этом рабочем пространстве будут скопированы и синхронизированы с помощью AFFiNE Cloud.", "Added to Favorites": "Добавлено в Избранное",
"Workspace description": "Рабочее пространство - это ваше виртуальное пространство для фиксации, создания и планирования в одиночку или в команде. ", "All changes are saved locally": "Все изменения сохраняются локально",
"Members": "Участники", "All data has been stored in the cloud": "Все данные хранятся в облаке.",
"All pages": "Все страницы",
"App Version": "Версия приложения",
"Appearance Settings": "Настройки оформления",
"Available Offline": "Доступно оффлайн", "Available Offline": "Доступно оффлайн",
"Back Home": "Вернуться на Главную", "Back Home": "Вернуться на Главную",
"Back to Quick Search": "Назад к Быстрому поиску",
"Body text": "Основной текст",
"Bold": "Жирный",
"Cancel": "Отмена",
"Change avatar hint": "Новый аватар будет отображаться для всех пользователей.",
"Change workspace name hint": "Новое название будет отображаться для всех пользователей.",
"Check Keyboard Shortcuts quickly": "Быстрая проверка горячих клавиш",
"Check Our Docs": "Проверьте нашу документацию",
"Check for updates": "Проверить обновления",
"Check for updates automatically": "Проверять обновления автоматически",
"Choose your color scheme": "Выберите цветовую схему",
"Choose your font style": "Выберите стиль шрифта",
"Cloud Workspace": "Облачное рабочее пространство", "Cloud Workspace": "Облачное рабочее пространство",
"Cloud Workspace Description": "Все данные будут синхронизированы и сохранены в AFFiNE аккаунт <1>{{email}}</1>", "Cloud Workspace Description": "Все данные будут синхронизированы и сохранены в AFFiNE аккаунт <1>{{email}}</1>",
"Copied link to clipboard": "Ссылка скопирована в буфер обмена",
"Delete Member?": "Удалить участника?",
"404 - Page Not Found": "404 - Страница не найдена",
"Bold": "Жирный",
"All pages": "Все страницы",
"Added to Favorites": "Добавлено в Избранное",
"Add to Favorites": "Добавить в Избранное",
"Delete": "Удалить",
"Code block": "Блок кода", "Code block": "Блок кода",
"Create": "Создать",
"All changes are saved locally": "Все изменения сохраняются локально",
"ClearData": "Удалить локальные данные",
"Contact Us": "Связаться с нами",
"Continue with Google": "Продолжить с Google",
"Copy Link": "Копировать ссылку",
"Create Or Import": "Создать или Импортировать",
"Delete page?": "Удалить страницу?",
"Delete permanently": "Удалить навсегда",
"Delete permanently?": "Удалить навсегда?",
"Delete Workspace": "Удалить рабочее пространство",
"Cancel": "Отмена",
"Collaboration": "Совместная работа", "Collaboration": "Совместная работа",
"Collaboration Description": "Для совместной работы с другими участниками требуется сервис AFFiNE Cloud.",
"Collapse sidebar": "Свернуть боковую панель", "Collapse sidebar": "Свернуть боковую панель",
"Find 0 result": "Найдено 0 результатов", "Collections": "Коллекции",
"How is AFFiNE Alpha different?": "Чем отличается AFFiNE Alpha?", "Color Scheme": "Цветовая схема",
"Import": "Импорт", "Communities": "Сообщества",
"Increase indent": "Увеличить отступ", "Confirm": "Подтвердить",
"Inline code": "Встроенный код",
"Italic": "Курсив",
"Keyboard Shortcuts": "Горячие Клавиши",
"Loading": "Загрузка...",
"mobile device": "Похоже, вы просматриваете веб-страницы на мобильном устройстве.",
"login success": "Успешный вход в систему",
"Upload": "Загрузить",
"Text": "Текст (скоро)",
"Pen": "Ручка (скоро)",
"Page": "Страница",
"Official Website": "Официальный Сайт",
"Moved to Trash": "Перемещено в корзину",
"Markdown Syntax": "Markdown Синтаксис",
"Select": "Выбор",
"Shape": "Фигура",
"Sticky": "Стикер (скоро)",
"Connector": "Коннектор (скоро)", "Connector": "Коннектор (скоро)",
"Redo": "Повторно выполнить", "Contact Us": "Связаться с нами",
"Undo": "Отменить", "Contact with us": "Связаться с нами",
"Quick search placeholder2": "Поиск в {{workspace}}", "Continue": "Продолжить",
"TrashButtonGroupDescription": "После удаления вы не сможете отменить это действие. Уверены?", "Continue with Google": "Войти через Google",
"TrashButtonGroupTitle": "Удалить навсегда", "Convert to ": "Конвертировать в режим",
"Body text": "Основной текст", "Copied link to clipboard": "Ссылка скопирована в буфер обмена",
"Leave Workspace": "Выйти из рабочего пространства", "Copy": "Копировать",
"Leave Workspace Description": "После выхода вы больше не сможете получить доступ к содержимому этого рабочего пространства.", "Copy Link": "Копировать ссылку",
"Sync Description": "{{workspaceName}} это локальное рабочее пространство. Все данные сохраняются на текущем устройстве. Вы можете включить AFFiNE Cloud для этого рабочего пространства, чтобы синхронизировать данные с облаком.", "Create": "Создать",
"Tips": "Совет:", "Create Or Import": "Создать или Импортировать",
"Paper": "Лист", "Create Shared Link Description": "Создайте ссылку, которой можно легко поделиться с кем угодно.",
"Quick search": "Быстрый поиск",
"Quick search placeholder": "Быстрый поиск...",
"Favorites": "Избранное",
"Settings": "Настройки",
"Trash": "Корзина",
"New Page": "Новая страница",
"Open in new tab": "Открыть в новой вкладке",
"Untitled": "Без названия",
"Jump to": "Перейти к",
"Enable AFFiNE Cloud": "Включить AFFiNE Cloud",
"Enable": "Включить",
"Export": "Экспорт",
"Export to HTML": "Экспорт в HTML",
"Export to Markdown": "Экспорт в Markdown",
"My Workspaces": "Мои рабочие пространства",
"New Workspace": "Новое рабочее пространство",
"Invite Members": "Пригласить участников",
"Access level": "Уровень доступа",
"Publish": "Публикация",
"Publish to web": "Опубликовать в Интернете",
"Publishing Description": "После публикации в Интернете любой сможет просматривать содержимое этого рабочего пространства по ссылке.",
"Expand sidebar": "Развернуть боковую панель",
"emptyAllPages": "Это рабочее пространство пусто. Создайте новую страницу, чтобы начать редактирование.",
"Export Workspace": "Экспорт рабочего пространства <1>{{workspace}}</1> скоро будет доступен",
"Delete Workspace placeholder": "Пожалуйста, введите \"Delete\" для подтверждения",
"Once deleted, you can't undo this action.": "После удаления вы не сможете отменить это действие.",
"Permanently deleted": "Удалено навсегда",
"New Keyword Page": "Новая '{{query}}' страница",
"Restore it": "Восстановить",
"Remove from favorites": "Удалить из Избранного",
"Underline": "Подчеркнутый",
"Heading": "Заголовок {{number}}",
"Strikethrough": "Перечеркнутый",
"Divider": "Разделитель",
"Link": "Гиперссылка (с выделенным текстом)",
"will be moved to Trash": "{{title}} будет перемещен в Корзину",
"upgradeBrowser": "Пожалуйста, обновите Chrome до последней версии для лучшего взаимодействия.",
"still designed": "(Эта страница все еще находится в разработке.)",
"restored": "{{title}} восстановлен",
"recommendBrowser": "Мы рекомендуем <1>Chrome</1> браузер для наилучшего взаимодействия.",
"mobile device description": "Мы все еще работаем над поддержкой мобильных устройств и рекомендуем использовать настольное устройство.",
"AFFiNE Community": "Сообщество AFFiNE",
"all": "все",
"core": "основных",
"Workspace Settings": "Настройки рабочего пространства",
"Workspace Icon": "Иконка рабочего пространства",
"Sync": "Синхронизация",
"Stay logged out": "Не выходить из системы",
"Skip": "Пропустить",
"Title": "Название",
"Favorite": "В Избранное",
"Sign in and Enable": "Войти и Включить",
"Sign in": "Войти в AFFiNE Cloud",
"Favorited": "В Избранном",
"Shortcuts": "Ярлыки",
"Share with link": "Поделиться ссылкой",
"Set up an AFFiNE account to sync data": "Настройте учетную запись AFFiNE для синхронизации данных",
"Removed from Favorites": "Удалено из Избранного",
"emptyFavorite": "Нажмите «Добавить в избранное», и страница появится здесь.",
"Updated": "Обновлено",
"Created": "Создано", "Created": "Создано",
"No item": "Нет элементов", "Created Successfully": "Успешно создано",
"Workspace Name": "Имя рабочего пространства", "Customize": "Настроить",
"Workspace Type": "Тип рабочего пространства", "DB_FILE_INVALID": "Неверный файл базы данных",
"Sync Description2": "<1>{{workspaceName}}</1> это облачное рабочее пространство. Все данные будут синхронизированы и сохранены в AFFiNE Cloud.", "DB_FILE_MIGRATION_FAILED": "Не удалось выполнить перенос файлов базы данных",
"Users": "Пользователи", "Data sync mode": "Режим синхронизации данных",
"Stop publishing": "Остановить публикацию", "Date": "Дата",
"Sign out": "Выйти из AFFiNE Cloud", "Date Format": "Формат даты",
"Default Location": "Расположение по умолчанию",
"Default db location hint": "По умолчанию будет сохранена в {{location}}.",
"Delete": "Удалить",
"Delete Member?": "Удалить участника?",
"Delete Workspace": "Удалить рабочее пространство",
"Delete Workspace Description": "Удаление <1>{{workspace}}</1> нельзя отменить, пожалуйста, действуйте с осторожностью. Все содержимое будет потеряно.", "Delete Workspace Description": "Удаление <1>{{workspace}}</1> нельзя отменить, пожалуйста, действуйте с осторожностью. Все содержимое будет потеряно.",
"Delete Workspace Description2": "Удаление <1>{{workspace}}</1> приведет к удалению как локальных, так и облачных данных, эта операция не может быть отменена, пожалуйста действуйте с осторожностью.", "Delete Workspace Description2": "Удаление <1>{{workspace}}</1> приведет к удалению как локальных, так и облачных данных, эта операция не может быть отменена, пожалуйста действуйте с осторожностью.",
"Reduce indent": "Уменьшить отступ", "Delete Workspace Label Hint": "После удаления этого рабочего пространства вы навсегда удалите все его содержимое для всех. Никто не сможет восстановить содержимое этого рабочего пространства.",
"Got it": "Понятно", "Delete Workspace placeholder": "Пожалуйста, введите \"Delete\" для подтверждения",
"Get in touch!": "Связаться!", "Delete page?": "Удалить страницу?",
"Find results": "Найдено {{number}} результатов", "Delete permanently": "Удалить навсегда",
"Edgeless": "Без полей", "Disable": "Отключить",
"Download data": "Скачать {{CoreOrAll}} данные", "Disable Public Link": "Отключить публичную ссылку",
"Please make sure you are online": "Пожалуйста, убедитесь, что вы онлайн", "Disable Public Link ?": "Отключить публичную ссылку ?",
"Workspace Owner": "Владелец рабочего пространства", "Disable Public Link Description": "Отключение этой публичной ссылки запретит доступ к этой странице всем, у кого есть эта ссылка.",
"Convert to ": "Конвертировать в режим", "Disable Public Sharing": "Отключить общий доступ",
"Local Workspace": "Локальное рабочее пространство", "Display Language": "Язык интерфейса",
"General": "Общие", "Divider": "Разделитель",
"Invite": "Пригласить", "Download all data": "Скачать все данные",
"Publishing": "Для публикации в интернете требуется сервис AFFiNE Cloud",
"Pending": "В ожидании",
"NotLoggedIn": "В настоящее время на авторизован",
"Non-Gmail": "Поддерживается только Gmail",
"Invite placeholder": "Поиск почты (поддерживается только Gmail)",
"Leave": "Выйти",
"Force Sign Out": "Принудительный выход",
"Download data Description1": "Это занимает больше места на вашем устройстве.",
"Enabled success": "Успешно",
"Download data Description2": "Это занимает мало места на вашем устройстве.",
"Download core data": "Скачать основные данные", "Download core data": "Скачать основные данные",
"Help and Feedback": "Помощь и обратная связь", "Download data": "Скачать {{CoreOrAll}} данные",
"Failed to publish workspace": "Не удалось опубликовать рабочее пространство", "Download data Description1": "Это занимает больше места на вашем устройстве.",
"emptyTrash": "Нажмите «Добавить в корзину», и страница появится здесь.", "Download data Description2": "Это занимает мало места на вашем устройстве.",
"Workspace Avatar": "Аватар рабочего пространства", "Download updates automatically": "Загружать обновления автоматически",
"Confirm": "Подтвердить", "Edgeless": "Без полей",
"Edit": "Редактировать",
"Enable": "Включить",
"Enable AFFiNE Cloud": "Включить AFFiNE Cloud",
"Enable AFFiNE Cloud Description": "Если этот параметр включен, данные в этом рабочем пространстве будут скопированы и синхронизированы с помощью AFFiNE Cloud.",
"Enable cloud hint": "Данные функции работают на базе AFFiNE Cloud. Все данные хранятся на данном устройстве. Для синхронизации данных с облаком вы можете включить AFFiNE Cloud для этого рабочего пространства.",
"Enabled success": "Успешно",
"Expand sidebar": "Развернуть боковую панель",
"Expand/Collapse Sidebar": "Развернуть/Свернуть Боковую панель",
"Export": "Экспорт",
"Export AFFiNE backup file": "Экспорт файла резервной копии AFFiNE",
"Export Description": "Вы можете экспортировать все данные рабочего пространства, потом эти данные можно повторно импортировать.", "Export Description": "Вы можете экспортировать все данные рабочего пространства, потом эти данные можно повторно импортировать.",
"Export Workspace": "Экспорт рабочего пространства <1>{{workspace}}</1> скоро будет доступен",
"Export success": "Экспорт прошел успешно",
"Export to HTML": "Экспортировать в HTML",
"Export to Markdown": "Экспортировать в Markdown",
"Export to PDF": "Экспортировать в PDF",
"Export to PNG": "Экспортировать в PNG",
"FILE_ALREADY_EXISTS": "Файл уже существует",
"Failed to publish workspace": "Не удалось опубликовать рабочее пространство",
"Favorite": "В Избранное",
"Favorite pages for easy access": "Избранные страницы для быстрого доступа",
"Favorited": "В Избранном",
"Favorites": "Избранное",
"Find 0 result": "Найдено 0 результатов",
"Find results": "Найдено {{number}} результатов",
"Font Style": "Стиль шрифта",
"Force Sign Out": "Принудительный выход",
"General": "Общие",
"Get in touch!": "Связаться!",
"Get in touch! Join our communities": "Свяжитесь с нами! Присоединяйтесь к нашим сообществам.",
"Get in touch! Join our communities.": "Свяжитесь с нами! Присоединяйтесь к нашим сообществам.",
"Got it": "Понятно",
"Group": "Группировать",
"Hand": "Рука",
"Heading": "Заголовок {{number}}",
"Help and Feedback": "Помощь и обратная связь",
"How is AFFiNE Alpha different?": "Чем отличается AFFiNE Alpha?",
"Image": "Изображение",
"Import": "Импортировать",
"Increase indent": "Увеличить отступ",
"Info": "Информация",
"Info of legal": "Юридическая информация",
"Inline code": "Встроенный код",
"Invite": "Пригласить",
"Invite Members": "Пригласить участников",
"Invite placeholder": "Поиск почты (поддерживается только Gmail)",
"It takes up little space on your device": "Занимает мало места на вашем устройстве.",
"It takes up little space on your device.": "Занимает мало места на вашем устройстве.",
"It takes up more space on your device": "Занимает много места на вашем устройстве.",
"It takes up more space on your device.": "Занимает много места на вашем устройстве.",
"Italic": "Курсив",
"Joined Workspace": "Присоединенное рабочее пространство",
"Jump to": "Перейти к",
"Keyboard Shortcuts": "Горячие Клавиши",
"Leave": "Выйти",
"Leave Workspace": "Выйти из рабочего пространства",
"Leave Workspace Description": "После выхода вы больше не сможете получить доступ к содержимому этого рабочего пространства.",
"Link": "Гиперссылка (с выделенным текстом)",
"Loading": "Загрузка...",
"Local Workspace": "Локальное рабочее пространство",
"Local Workspace Description": "Все данные хранятся на текущем устройстве. Для синхронизации данных с облаком вы можете включить AFFiNE Cloud для этого рабочего пространства.",
"Markdown Syntax": "Markdown Синтаксис",
"Member": "Участник",
"Member has been removed": "{{name}} был удален",
"Members": "Участники",
"Members hint": "Здесь можно управлять участниками, приглашать новых участников по электронной почте.",
"Move Down": "Переместить вниз",
"Move Up": "Переместить вверх",
"Move folder hint": "Выберите новое место хранения.",
"Move folder success": "Перемещение папки успешно",
"Move page to": "Переместить страницу в...",
"Move page to...": "Переместить страницу в...",
"Move to Trash": "Переместить в корзину", "Move to Trash": "Переместить в корзину",
"Placeholder of delete workspace": "Пожалуйста, введите имя рабочего пространства для подтверждения" "Moved to Trash": "Перемещено в корзину",
"My Workspaces": "Мои рабочие пространства",
"New Keyword Page": "Новая '{{query}}' страница",
"New Page": "Новая страница",
"New Workspace": "Новое рабочее пространство",
"New version is ready": "Доступна новая версия",
"No item": "Нет элементов",
"Non-Gmail": "Поддерживается только Gmail",
"Not now": "Не сейчас",
"Official Website": "Официальный Сайт",
"Open folder": "Открыть папку",
"Open in new tab": "Открыть в новой вкладке",
"Owner": "Владелец",
"Page": "Страница",
"Paper": "Лист",
"Pen": "Ручка (скоро)",
"Pending": "В ожидании",
"Permanently deleted": "Удалено навсегда",
"Placeholder of delete workspace": "Пожалуйста, введите имя рабочего пространства для подтверждения",
"Please make sure you are online": "Пожалуйста, убедитесь, что вы онлайн",
"Privacy": "Конфиденциальность",
"Publish": "Публикация",
"Publish to web": "Опубликовать в Интернете",
"Published Description": "Текущее рабочее пространство было опубликовано в Интернете. Любой может просматривать содержимое по ссылке. ",
"Published to Web": "Опубликовано в Интернете",
"Publishing": "Для публикации в интернете требуется сервис AFFiNE Cloud",
"Publishing Description": "После публикации в Интернете любой сможет просматривать содержимое этого рабочего пространства по ссылке.",
"Quick Search": "Быстрый поиск",
"Quick search": "Быстрый поиск",
"Quick search placeholder": "Быстрый поиск...",
"Quick search placeholder2": "Поиск в {{workspace}}",
"Redo": "Повторно выполнить",
"Reduce indent": "Уменьшить отступ",
"Remove from favorites": "Удалить из Избранного",
"Remove from workspace": "Удалить из рабочего пространства",
"Removed from Favorites": "Удалено из Избранного",
"Restore it": "Восстановить",
"Retain cached cloud data": "Сохраняйте кэшированные облачные данные",
"Retain local cached data": "Сохранять локальные кэшированные данные",
"Saved then enable AFFiNE Cloud": "Все изменения сохраняются локально, нажмите чтобы включить AFFiNE Cloud.",
"Select": "Выбор",
"Set a Workspace name": "Задайте имя рабочего пространства",
"Set up an AFFiNE account to sync data": "Настройте учетную запись AFFiNE для синхронизации данных",
"Settings": "Настройки",
"Shape": "Фигура",
"Share with link": "Поделиться ссылкой",
"Shortcuts": "Ярлыки",
"Sign in": "Войти в AFFiNE Cloud",
"Sign in and Enable": "Войти и Включить",
"Sign out": "Выйти из AFFiNE Cloud",
"Sign out description": "Выход приведет к потере несинхронизированного контента.",
"Skip": "Пропустить",
"Stay logged out": "Не выходить из системы",
"Sticky": "Стикер (скоро)",
"Stop publishing": "Остановить публикацию",
"Strikethrough": "Перечеркнутый",
"Sync": "Синхронизация",
"Text": "Текст (скоро)",
"Title": "Название",
"Trash": "Корзина",
"TrashButtonGroupDescription": "После удаления вы не сможете отменить это действие. Уверены?",
"TrashButtonGroupTitle": "Удалить навсегда",
"Underline": "Подчеркнутый",
"Undo": "Отменить",
"Untitled": "Без названия",
"Updated": "Обновлено",
"Upload": "Загрузить",
"Users": "Пользователи",
"Wait for Sync": "Дождитесь синхронизации",
"Workspace Avatar": "Аватар рабочего пространства",
"Workspace Icon": "Иконка рабочего пространства",
"Workspace Name": "Имя рабочего пространства",
"Workspace Owner": "Владелец рабочего пространства",
"Workspace Settings": "Настройки рабочего пространства",
"Workspace Type": "Тип рабочего пространства",
"Workspace description": "Рабочее пространство - это ваше виртуальное пространство для фиксации, создания и планирования в одиночку или в команде. ",
"all": "все",
"com.affine.export.success.title": "Экспорт прошел успешно",
"com.affine.filter": "Фильтр",
"com.affine.last30Days": "Последние 30 дней",
"com.affine.last7Days": "Последние 7 дней",
"com.affine.lastMonth": "Последний месяц",
"com.affine.pageMode": "Режим страницы",
"com.affine.settings.about.message": "Информация об AFFiNE",
"com.affine.settings.about.update.download.message": "Загружать обновления автоматически (на данное устройство).",
"com.affine.settings.appearance": "Внешний вид",
"com.affine.settings.appearance.border-style-description": "Настроить внешний вид клиента.",
"com.affine.settings.appearance.date-format-description": "Настроить формат даты.",
"com.affine.settings.appearance.start-week-description": "По умолчанию неделя начинается с воскресенья.",
"com.affine.settings.remove-workspace": "Удалить рабочее пространство",
"com.affine.settings.workspace.storage.tip": "Щелкните, чтобы переместить место хранения.",
"com.affine.today": "Сегодня",
"com.affine.updater.downloading": "Загрузка",
"com.affine.updater.restart-to-update": "Перезапустить для установки обновления",
"com.affine.updater.update-available": "Доступно обновление",
"com.affine.yesterday": "Вчера",
"core": "основных",
"dark": "Темная",
"emptyAllPages": "Это рабочее пространство пусто. Создайте новую страницу, чтобы начать редактирование.",
"emptyAllPagesClient": "Нажмите на <1>$t(New Page)</1> или <3>{{shortcut}}</3>, чтобы создать свою первую страницу.",
"emptyFavorite": "Нажмите «Добавить в избранное», и страница появится здесь.",
"emptyTrash": "Нажмите «Добавить в корзину», и страница появится здесь.",
"is a Cloud Workspace": "это облачное рабочее пространство.",
"is a Local Workspace": "это локальное рабочее пространство",
"light": "Светлая",
"login success": "Успешный вход в систему",
"mobile device": "Похоже, что вы просматриваете страницу на мобильном устройстве.",
"mobile device description": "Мы все еще работаем над поддержкой мобильных устройств и рекомендуем использовать настольное устройство.",
"recommendBrowser": "Для оптимальной работы мы рекомендуем использовать браузер <1>Chrome</1>.",
"restored": "{{title}} восстановлен",
"still designed": "(Эта страница все еще находится в разработке.)",
"upgradeBrowser": "Пожалуйста, обновите Chrome до последней версии для лучшего взаимодействия.",
"will be moved to Trash": "{{title}} будет перемещен в Корзину",
"will delete member": "удалит участника"
} }

View File

@ -1,412 +1,397 @@
{ {
"// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.": "", "404 - Page Not Found": "404 - 页面不见了",
"Delete Member?": "删除成员?", "AFFiNE Cloud": "AFFiNE Cloud",
"Wait for Sync": "等待同步", "AFFiNE Community": "AFFiNE 社区",
"is a Cloud Workspace": "是云端工作区", "About AFFiNE": "关于 AFFiNE",
"will delete member": "将删除成员", "Access level": "访问权限",
"Download data Description1": "此操作会在你的设备上占用更多空间。", "Add Workspace": "导入工作区",
"Download data Description2": "此操作会在你的设备上占用少许空间。", "Add Workspace Hint": "请选择已有的数据库文件",
"It takes up more space on your device": "它会在你的设备上占用更多空间。", "Add a subpage inside": "添加一个子页面",
"Help and Feedback": "帮助与反馈", "Add to Favorites": "加入收藏",
"Remove from workspace": "从工作区移除", "Add to favorites": "加入收藏",
"Retain cached cloud data": "保留缓存的云数据", "Added Successfully": "导入成功",
"Workspace Owner": "工作区所有者", "Added to Favorites": "已收藏",
"Cloud Workspace": "云端工作区", "All changes are saved locally": "所有改动已保存到本地",
"Copied link to clipboard": "复制链接到剪贴板", "All data has been stored in the cloud": "所有数据已被保存在云端。",
"All pages": "全部页面",
"App Version": "应用版本",
"Appearance Settings": "外观设置",
"Append to Daily Note": "附加到随笔",
"Available Offline": "可供离线使用", "Available Offline": "可供离线使用",
"Back Home": "返回首页", "Back Home": "返回首页",
"Enabled success": "启用成功", "Back to Quick Search": "返回快速搜索",
"All data has been stored in the cloud": "所有数据已被保存在云端。",
"Cloud Workspace Description": "所有数据将被同步并保存在 AFFiNE 账户(<1>{{email}}</1>)中",
"Published Description": "当前工作区已被发布到 Web所有人都可以通过链接来查看此工作区内容。",
"Download data": "下载 {{CoreOrAll}} 数据",
"Force Sign Out": "强制登出",
"Joined Workspace": "加入工作区",
"Local Workspace": "本地工作区",
"Confirm": "确认",
"Download all data": "下载所有数据",
"Download core data": "下载核心数据",
"Edit": "编辑",
"Members": "成员",
"Please make sure you are online": "请确保你在线",
"Collections": "精选",
"Add to Favorites": "加入收藏",
"All pages": "全部页面",
"Cancel": "取消",
"Code block": "代码块",
"Collapse sidebar": "折叠侧边栏",
"Contact Us": "联系我们",
"Copy Link": "复制链接",
"Delete": "删除",
"404 - Page Not Found": "404 - 页面不见了",
"Open in new tab": "在新标签页打开",
"Create": "创建",
"com.affine.filter": "筛选",
"com.affine.export.error.message": "请稍后再试。",
"com.affine.export.error.title": "未知错误引发导出失败",
"com.affine.export.success.message": "请打开下载文件夹以查看。",
"com.affine.export.success.title": "导出成功",
"com.affine.settings.appearance": "外观",
"com.affine.settings.about.update.check.message": "定期自动检查更新。",
"com.affine.settings.about.update.download.message": "自动下载更新(到此设备)。",
"com.affine.settings.about.message": "关于AFFiNE的资讯",
"com.affine.settings.workspace": "工作区",
"com.affine.currentYear": "今年",
"com.affine.draw_with_a_blank_whiteboard": "在空白白板画画",
"com.affine.import_file": "支持 Markdown/Notion",
"com.affine.emptyDesc": "这里还没有页面",
"com.affine.last7Days": "过去 7 天",
"com.affine.lastMonth": "上个月",
"com.affine.banner.content": "此演示有限。<1>下载 AFFiNE 客户端</1>以获取最新功能和表现。",
"com.affine.cloudTempDisable.title": "AFFiNE Cloud 正在进行升级。",
"com.affine.cloudTempDisable.description": "我们正在升级 AFFiNE Cloud 服务,客户端暂时不可启用它。如果您希望随时了解进度并收到关于云服务的可用性通知,您可以填写我们的<1>表单</1>。",
"com.affine.edgelessMode": "无界模式",
"com.affine.helpIsland.gettingStarted": "开始使用",
"com.affine.onboarding.title1": "白板和文档的超融合",
"com.affine.onboarding.title2": "直观且强大的块级编辑",
"com.affine.onboarding.videoDescription1": "在页面模式和白板模式之间轻松切换,你可以在页面模式下创建结构化文档,并在白板模式下自由表达创意思想。",
"com.affine.onboarding.videoDescription2": "轻松创建结构化文档,使用模块化界面将文本块、图像和其他内容拖放到页面中。",
"com.affine.pageMode": "页面模式",
"com.affine.last30Days": "过去 30 天",
"com.affine.lastWeek": "上周",
"com.affine.lastYear": "去年",
"com.affine.updater.downloading": "下载中",
"com.affine.updater.open-download-page": "打开下载页面",
"com.affine.updater.restart-to-update": "重新启动以安装更新",
"com.affine.updater.update-available": "有可用的更新",
"com.affine.new_edgeless": "新的无边页面",
"com.affine.new_import": "导入",
"com.affine.today": "今天",
"com.affine.workspace.cannot-delete": "您无法删除最后一个工作区",
"com.affine.write_with_a_blank_page": "在空白页面书写",
"com.affine.yesterday": "昨天",
"com.affine.earlier": "更早",
"com.affine.filter.before": "早于",
"AFFiNE Community": "AFFiNE 社区",
"All changes are saved locally": "所有改动已保存到本地",
"Body text": "正文", "Body text": "正文",
"Bold": "粗体", "Bold": "粗体",
"Create Or Import": "创建或导入", "Cancel": "取消",
"Convert to ": "转换为", "Change avatar hint": "新的头像将对所有人显示。",
"ClearData": "清除本地数据", "Change workspace name hint": "新的名称将对所有人显示。",
"Delete Workspace": "删除工作空间", "Changelog description": "查看 AFFiNE 更新日志。",
"Divider": "分割线",
"Expand sidebar": "展开侧边栏",
"Export": "导出",
"Export to HTML": "导出为 HTML",
"Export to Markdown": "导出为 Markdown",
"Favorite": "收藏",
"Favorited": "已收藏",
"Heading": "标题 {{number}}",
"Import": "导入",
"Increase indent": "增加缩进",
"Inline code": "行内代码",
"Italic": "斜体",
"Keyboard Shortcuts": "键盘快捷键",
"Loading": "加载中...",
"Markdown Syntax": "Markdown 语法",
"Title": "标题",
"Underline": "下划线",
"Undo": "撤销",
"Redo": "重做",
"Reduce indent": "减少缩进",
"Remove from favorites": "从收藏中移除",
"Removed from Favorites": "已从收藏中移除",
"com.affine.filter.after": "晚于",
"com.affine.filter.is": "为",
"com.affine.filter.is-favourited": "已收藏",
"com.affine.filter.true": "是",
"com.affine.filter.false": "否",
"com.affine.filter.save-view": "保存视图",
"Pen": "笔",
"Access level": "访问权限",
"Added to Favorites": "已收藏",
"Collaboration": "协作",
"About AFFiNE": "关于 AFFiNE",
"Continue with Google": "谷歌登录以继续",
"Delete page?": "确定要删除页面?",
"Delete permanently": "永久删除",
"Delete permanently?": "是否永久删除?",
"Edgeless": "无界",
"Sign in": "登录 AFFiNE Cloud",
"Favorites": "收藏夹",
"Get in touch!": "保持联络!",
"Got it": "知道了",
"Invite": "邀请",
"Invite Members": "邀请成员",
"Invite placeholder": "搜索邮件仅支持Gmail",
"Jump to": "跳转到",
"Enable": "启用",
"Leave": "退出",
"Leave Workspace": "退出工作区",
"Leave Workspace Description": "退出后,您将无法再访问此工作区的内容。",
"Link": "超链接(选定文本)",
"Moved to Trash": "已移到垃圾箱",
"My Workspaces": "我的工作区",
"Enable AFFiNE Cloud Description": "如启用,此工作区中的数据将通过 AFFiNE Cloud 进行备份和同步。",
"How is AFFiNE Alpha different?": "AFFiNE Alpha 有何不同?",
"Non-Gmail": "不支持非 Gmail 邮箱",
"New Page": "新建页面",
"New Workspace": "新建工作区",
"No item": "无项目",
"Enable AFFiNE Cloud": "启用 AFFiNE Cloud 服务",
"NotLoggedIn": "当前未登录",
"Official Website": "官网",
"Once deleted, you can't undo this action": "一旦删除,您将无法撤销此操作。",
"Collaboration Description": "与其他成员协作需要 AFFiNE Cloud 服务支持。",
"Publishing": "发布到 web 需要 AFFiNE Cloud 服务。",
"Publishing Description": "发布到 web 后,所有人都可以通过链接查看此工作区的内容。",
"Created": "创建时间",
"Delete Workspace Description": "正在删除 <1>{{workspace}}</1> ,此操作无法撤销,所有内容将会丢失。",
"Export Workspace": "导出工作区 <1>{{workspace}}</1> 即将上线",
"Find 0 result": "找到 0 个结果",
"Find results": "找到 {{number}} 个结果",
"Page": "页面",
"Paper": "文档",
"Pending": "待定",
"Permanently deleted": "已永久删除",
"Publish": "发布",
"Publish to web": "发布到web",
"Quick search": "快速搜索",
"Quick search placeholder": "快速搜索...",
"Quick search placeholder2": "在{{workspace}} 中搜索",
"Select": "选择",
"Set up an AFFiNE account to sync data": "设置AFFiNE帐户以同步数据",
"Settings": "设置",
"Shortcuts": "快捷键",
"Share with link": "通过链接分享",
"Shape": "图形",
"Sign in and Enable": "登录并启用",
"Sign out": "登出 AFFiNE 云",
"Skip": "跳过",
"Stay logged out": "保持登出状态",
"Delete Workspace placeholder": "请输入”Delete“以确认",
"New Keyword Page": "新建 “{{query}}“ 为标题的页面 ",
"Connector": "链接",
"Stop publishing": "中止发布",
"Strikethrough": "删除线",
"Sync": "同步",
"Tips": "提示:",
"Trash": "垃圾箱",
"TrashButtonGroupDescription": "一旦删除,将无法撤消此操作。确定吗?",
"Untitled": "未命名",
"TrashButtonGroupTitle": "永久删除",
"Sticky": "便利贴",
"Upload": "上传",
"Users": "用户",
"Workspace Icon": "工作区图标",
"Workspace Type": "工作区类型",
"Workspace description": "工作区是为个人和团队进行引用、创建和规划的虚拟空间。",
"Workspace Settings": "工作区设置",
"Workspace Name": "工作区名称",
"emptyAllPages": "此工作区为空。<1>$t(New Page)</1>并开始编辑。",
"emptyFavorite": "单击“添加到收藏夹”,页面将显示在此处。",
"emptyTrash": "单击“添加到垃圾箱”,页面将显示在此处。",
"login success": "登录成功",
"mobile device": "貌似你正在移动设备上浏览。",
"Sync Description2": "<1>{{workspaceName}}</1>是云端工作区。所有数据将同步并保存到AFFiNE Cloud。",
"mobile device description": "我们仍在进行移动端的支持工作,建议使用桌面设备。",
"restored": "{{title}} 已恢复",
"still designed": "(此页面仍在设计中。)",
"upgradeBrowser": "请升级到最新版本的 Chrome 以获得最佳体验。",
"will be moved to Trash": "{{title}} 将被移到垃圾箱",
"recommendBrowser": "建议使用 <1>Chrome</1> 浏览器以获得最佳体验。",
"General": "常规",
"Restore it": "恢复TA",
"all": "全部",
"core": "核心",
"Text": "文本",
"Appearance Settings": "外观设置",
"Sync Description": "{{workspaceName}}是本地工作区,所有数据都存储在当前设备上。您可以为此工作区启用 AFFiNE Cloud以使数据与云端保持同步。",
"Delete Workspace Description2": "正在删除<1>{{workspace}}</1> ,将同时删除本地和云端数据。此操作无法撤消,请谨慎操作。",
"Updated": "更新时间",
"Append to Daily Note": "附加到随笔",
"By default, the week starts on Sunday.": "默认情况下,一周从星期日开始。",
"Check Keyboard Shortcuts quickly": "快速查看快捷键", "Check Keyboard Shortcuts quickly": "快速查看快捷键",
"Check Our Docs": "查看我们的文档",
"Check for updates": "检查更新", "Check for updates": "检查更新",
"Failed to publish workspace": "工作区发布失败",
"Member": "成员",
"Member has been removed": "{{name}} 已被移除。",
"Owner": "所有者",
"Published to Web": "公开到互联网",
"Data sync mode": "数据同步模式",
"Export Description": "您可以导出整个工作区数据进行备份,导出的数据可以重新被导入。",
"It takes up little space on your device": "它会在你的设备上占用少许空间。",
"Add to favorites": "加入收藏",
"Export AFFiNE backup file": "导出 AFFiNE 备份文件",
"AFFiNE Cloud": "AFFiNE Cloud",
"Check for updates automatically": "自动检查更新", "Check for updates automatically": "自动检查更新",
"Choose your color scheme": "选择你的配色方案", "Choose your color scheme": "选择你的配色方案",
"Client Border Style": "客户端边框样式", "Client Border Style": "客户端边框样式",
"Cloud Workspace": "云端工作区",
"Cloud Workspace Description": "所有数据将被同步并保存在 AFFiNE 账户(<1>{{email}}</1>)中",
"Code block": "代码块",
"Collaboration": "协作",
"Collaboration Description": "与其他成员协作需要 AFFiNE Cloud 服务支持。",
"Collapse sidebar": "折叠侧边栏",
"Collections": "精选",
"Color Scheme": "配色方案", "Color Scheme": "配色方案",
"Communities": "社区", "Communities": "社区",
"Confirm": "确认",
"Connector": "链接",
"Contact Us": "联系我们",
"Contact with us": "联系我们", "Contact with us": "联系我们",
"Customize your AFFiNE Appearance": "定制您的 AFFiNE 外观",
"Copy": "复制",
"Retain local cached data": "保留本地缓存数据",
"Set a Workspace name": "设置工作区名字",
"Workspace Avatar": "工作区头像",
"is a Local Workspace": "是本地工作区",
"Sign out description": "登出会导致未同步的内容丢失",
"Not now": "稍后再说",
"Created with": "创建于",
"Curve Connector": "曲线连接",
"Customize appearance of Windows Client.": "自定义 Windows 客户端外观。",
"Customize the appearance of the client.": "自定义客户端外观。",
"Date Format": "日期格式",
"Disable the blur sidebar": "禁用模糊侧边栏",
"Disable the noise background on the sidebar": "禁用侧边栏的噪点背景",
"Display Language": "显示语言",
"Download updates automatically": "自动下载更新",
"Elbowed Connector": "弯曲连接",
"Customize your date style.": "定制您的日期格式。",
"Date": "日期",
"Discover what's new": "发现新动态",
"Enable cloud hint": "以下功能依赖于 AFFiNE Cloud。 所有数据都存储在当前设备上。 您可以为此工作区启用 AFFiNE Cloud以保持数据与云同步。",
"Saved then enable AFFiNE Cloud": "所有改动已保存在本地,点击启用 AFFiNE Cloud 服务。",
"Expand/Collapse Sidebar": "展开/折叠侧边栏",
"Export to PNG": "导出为 PNG",
"Full width Layout": "全宽布局",
"Go Back": "返回",
"Go Forward": "前进",
"Group": "分组",
"Group as Database": "作为数据库分组",
"Hand": "拖放",
"If enabled, it will automatically check for new versions at regular intervals.": "如果启用,它将定期自动检查新版本。",
"com.affine.settings.appearance.sidebar.noise.message": "在侧边栏使用噪点背景效果。",
"If enabled, new versions will be automatically downloaded to the current device.": "如果启用,新版本将自动下载到当前设备。",
"Image": "图像",
"Info": "信息",
"Check Our Docs": "查看我们的文档",
"Move to Trash": "移到垃圾箱",
"Info of legal": "法律信息",
"Add a subpage inside": "添加一个子页面",
"Discover what's new!": "发现最近更新!",
"Get in touch! Join our communities": "保持联系!加入我们的社区。",
"Move page to": "将此页面移动到...",
"Move to": "移动到",
"Pivots": "枢纽",
"Placeholder of delete workspace": "请输入工作区名字以确认",
"RFP": "页面可以从枢纽上被自由添加或删除,但仍然可以在“所有页面”中访问。",
"Remove from Pivots": "从枢纽中删除",
"Rename": "重命名",
"Maximum display of content within a page.": "页面内容的最大显示量。",
"Members hint": "在这里管理成员,通过电子邮件邀请新成员。",
"Move Down": "下移",
"Move Up": "上移",
"NativeTitleBar": "原生标题栏",
"Need more customization options? You can suggest them to us in the community.": "需要更多定制选项?您可以在社区中向我们推荐它们。",
"New version is ready": "新版本已准备就绪",
"None yet": "还没有",
"Note": "笔记",
"Only an owner can edit the the Workspace avatar and name.Changes will be shown for everyone.": "只有所有者才能编辑工作区头像和名称。更改将向所有人显示。",
"Privacy": "隐私",
"Published hint": "访客可以通过提供的链接查看内容。",
"Quick Search": "快速搜索",
"Select All": "全选",
"Select the language for the interface.": "选择界面语言。",
"Sidebar": "侧边栏",
"Storage": "储存",
"Theme": "主题",
"Ungroup": "取消分组",
"View the AFFiNE Changelog.": "查看 AFFiNE 更新日志。",
"Workspace Settings with name": "{{name}} 的设置",
"Start Week On Monday": "一周从周一开始",
"Storage and Export": "储存与导出",
"Straight Connector": "直线连接",
"Terms of Use": "使用条款",
"Unpublished hint": "发布到网络后,访问者可以通过提供的链接查看内容。",
"Version": "版本",
"App Version": "应用版本",
"Editor Version": "编辑器版本",
"Window frame style": "视窗样式",
"Workspace Profile": "工作区配置文件",
"Workspace saved locally": "{{name}} 已保存在本地",
"You can customize your workspace here.": "您可以在此处自定义您的工作区。",
"Zoom in": "放大",
"Zoom out": "缩小",
"Zoom to 100%": "缩放至 100%",
"Zoom to fit": "缩放至适当尺寸",
"Local Workspace Description": "所有数据都本地存储在当前设备。您可以为此工作区启用 AFFiNE Cloud以保证数据时刻被云端同步。",
"Add Workspace Hint": "请选择已有的数据库文件",
"Back to Quick Search": "返回快速搜索",
"Add Workspace": "导入工作区",
"Added Successfully": "导入成功",
"Change avatar hint": "新的头像将对所有人显示。",
"Change workspace name hint": "新的名称将对所有人显示。",
"Continue": "继续", "Continue": "继续",
"Continue with Google": "谷歌登录以继续",
"Convert to ": "转换为",
"Copied link to clipboard": "复制链接到剪贴板",
"Copy": "复制",
"Copy Link": "复制链接",
"Create": "创建",
"Create Or Import": "创建或导入",
"Create Shared Link Description": "创建一个可以轻松分享给任何人的链接", "Create Shared Link Description": "创建一个可以轻松分享给任何人的链接",
"Create your own workspace": "创建属于你的工作区", "Create your own workspace": "创建属于你的工作区",
"Created": "创建时间",
"Created Successfully": "创建成功", "Created Successfully": "创建成功",
"Created with": "创建于",
"Curve Connector": "曲线连接",
"Customize": "自定义", "Customize": "自定义",
"Customize your AFFiNE Appearance": "定制您的 AFFiNE 外观",
"DB_FILE_ALREADY_LOADED": "数据库文件已加载", "DB_FILE_ALREADY_LOADED": "数据库文件已加载",
"DB_FILE_INVALID": "无效的数据库文件", "DB_FILE_INVALID": "无效的数据库文件",
"DB_FILE_PATH_INVALID": "数据库文件路径无效", "DB_FILE_PATH_INVALID": "数据库文件路径无效",
"Data sync mode": "数据同步模式",
"Date": "日期",
"Date Format": "日期格式",
"Default Location": "默认位置", "Default Location": "默认位置",
"Default db location hint": "默认情况下将保存到 {{location}}", "Default db location hint": "默认情况下将保存到 {{location}}",
"Delete": "删除",
"Delete Member?": "删除成员?",
"Delete Workspace": "删除工作空间",
"Delete Workspace Description": "正在删除 <1>{{workspace}}</1> ,此操作无法撤销,所有内容将会丢失。",
"Delete Workspace Description2": "正在删除<1>{{workspace}}</1> ,将同时删除本地和云端数据。此操作无法撤消,请谨慎操作。",
"Delete Workspace Label Hint": "在删除此工作区后,您将永久删除所有内容,任何人都无法恢复此工作区的内容。", "Delete Workspace Label Hint": "在删除此工作区后,您将永久删除所有内容,任何人都无法恢复此工作区的内容。",
"Delete Workspace placeholder": "请输入”Delete“以确认",
"Delete page?": "确定要删除页面?",
"Delete permanently": "永久删除",
"Disable": "禁用", "Disable": "禁用",
"Disable Public Link": "禁用公共链接", "Disable Public Link": "禁用公共链接",
"Disable Public Link ?": "禁用公共链接 ", "Disable Public Link ?": "禁用公共链接 ",
"Disable Public Link Description": "禁用此公共链接将阻止任何拥有此链接的人访问此页面。", "Disable Public Link Description": "禁用此公共链接将阻止任何拥有此链接的人访问此页面。",
"Disable Public Sharing": "禁用公开分享", "Disable Public Sharing": "禁用公开分享",
"Discover what's new": "发现新动态",
"Discover what's new!": "发现最近更新!",
"Display Language": "显示语言",
"Divider": "分割线",
"Download all data": "下载所有数据",
"Download core data": "下载核心数据",
"Download data": "下载 {{CoreOrAll}} 数据",
"Download data Description1": "此操作会在你的设备上占用更多空间。",
"Download data Description2": "此操作会在你的设备上占用少许空间。",
"Download updates automatically": "自动下载更新",
"Edgeless": "无界",
"Edit": "编辑",
"Editor Version": "编辑器版本",
"Elbowed Connector": "弯曲连接",
"Enable": "启用",
"Enable AFFiNE Cloud": "启用 AFFiNE Cloud 服务",
"Enable AFFiNE Cloud Description": "如启用,此工作区中的数据将通过 AFFiNE Cloud 进行备份和同步。",
"Enable cloud hint": "以下功能依赖于 AFFiNE Cloud。 所有数据都存储在当前设备上。 您可以为此工作区启用 AFFiNE Cloud以保持数据与云同步。",
"Enabled success": "启用成功",
"Expand sidebar": "展开侧边栏",
"Expand/Collapse Sidebar": "展开/折叠侧边栏",
"Export": "导出",
"Export AFFiNE backup file": "导出 AFFiNE 备份文件",
"Export Description": "您可以导出整个工作区数据进行备份,导出的数据可以重新被导入。",
"Export Shared Pages Description": "下载页面的静态副本以与他人分享。", "Export Shared Pages Description": "下载页面的静态副本以与他人分享。",
"Export Workspace": "导出工作区 <1>{{workspace}}</1> 即将上线",
"Export success": "导出成功", "Export success": "导出成功",
"Export to HTML": "导出为 HTML",
"Export to Markdown": "导出为 Markdown",
"Export to PDF": "导出为 PDF",
"Export to PNG": "导出为 PNG",
"FILE_ALREADY_EXISTS": "文件已存在", "FILE_ALREADY_EXISTS": "文件已存在",
"Failed to publish workspace": "工作区发布失败",
"Favorite": "收藏",
"Favorite pages for easy access": "将页面添加到收藏夹以便轻松访问", "Favorite pages for easy access": "将页面添加到收藏夹以便轻松访问",
"Finding Current Workspace": "正在查找当前工作区", "Favorited": "已收藏",
"Finding Workspace ID": "正在查找当前工作区 ID", "Favorites": "收藏夹",
"Loading All Workspaces": "正在读取全部工作区", "Find 0 result": "找到 0 个结果",
"Loading Page": "正在读取页面", "Find results": "找到 {{number}} 个结果",
"Force Sign Out": "强制登出",
"Full width Layout": "全宽布局",
"General": "常规",
"Get in touch!": "保持联络!",
"Get in touch! Join our communities": "保持联系!加入我们的社区。",
"Get in touch! Join our communities.": "加入社区,保持联络!",
"Go Back": "返回",
"Go Forward": "前进",
"Got it": "知道了",
"Group": "分组",
"Group as Database": "作为数据库分组",
"Hand": "拖放",
"Heading": "标题 {{number}}",
"Help and Feedback": "帮助与反馈",
"How is AFFiNE Alpha different?": "AFFiNE Alpha 有何不同?",
"Image": "图像",
"Import": "导入",
"Increase indent": "增加缩进",
"Info": "信息",
"Info of legal": "法律信息",
"Inline code": "行内代码",
"Invite": "邀请",
"Invite Members": "邀请成员",
"Invite placeholder": "搜索邮件仅支持Gmail",
"It takes up little space on your device": "它会在你的设备上占用少许空间。",
"It takes up little space on your device.": "此操作会在你的设备上占用少许空间。",
"It takes up more space on your device": "它会在你的设备上占用更多空间。",
"It takes up more space on your device.": "此操作会在你的设备上占用更多空间。",
"Italic": "斜体",
"Joined Workspace": "加入工作区",
"Jump to": "跳转到",
"Keyboard Shortcuts": "键盘快捷键",
"Leave": "退出",
"Leave Workspace": "退出工作区",
"Leave Workspace Description": "退出后,您将无法再访问此工作区的内容。",
"Link": "超链接(选定文本)",
"Loading": "加载中...",
"Local Workspace": "本地工作区",
"Local Workspace Description": "所有数据都本地存储在当前设备。您可以为此工作区启用 AFFiNE Cloud以保证数据时刻被云端同步。",
"Markdown Syntax": "Markdown 语法",
"Member": "成员",
"Member has been removed": "{{name}} 已被移除。",
"Members": "成员",
"Members hint": "在这里管理成员,通过电子邮件邀请新成员。",
"Move Down": "下移",
"Move Up": "上移",
"Move folder": "移动文件夹", "Move folder": "移动文件夹",
"Move folder hint": "选择新的存储位置", "Move folder hint": "选择新的存储位置",
"Move folder success": "移动文件夹成功", "Move folder success": "移动文件夹成功",
"Move page to": "将此页面移动到...",
"Move page to...": "将此页面移动...",
"Move to": "移动到",
"Move to Trash": "移到垃圾箱",
"Moved to Trash": "已移到垃圾箱",
"My Workspaces": "我的工作区",
"Name Your Workspace": "给您的工作区命名", "Name Your Workspace": "给您的工作区命名",
"NativeTitleBar": "原生标题栏",
"Navigation Path": "导航路径", "Navigation Path": "导航路径",
"New Keyword Page": "新建 “{{query}}“ 为标题的页面 ",
"New Page": "新建页面",
"New Workspace": "新建工作区",
"New version is ready": "新版本已准备就绪",
"No item": "无项目",
"Non-Gmail": "不支持非 Gmail 邮箱",
"None yet": "还没有",
"Not now": "稍后再说",
"Note": "笔记",
"Official Website": "官网",
"Open Workspace Settings": "打开工作区设置", "Open Workspace Settings": "打开工作区设置",
"Open folder": "打开文件夹", "Open folder": "打开文件夹",
"Open folder hint": "检查存储文件夹的位置。", "Open folder hint": "检查存储文件夹的位置。",
"Open in new tab": "在新标签页打开",
"Organize pages to build knowledge": "组织页面以建立知识库。", "Organize pages to build knowledge": "组织页面以建立知识库。",
"Page is Loading": "页面正在读取中", "Owner": "所有者",
"Page": "页面",
"Paper": "文档",
"Pen": "笔",
"Pending": "待定",
"Permanently deleted": "已永久删除",
"Pivots": "枢纽",
"Placeholder of delete workspace": "请输入工作区名字以确认",
"Please make sure you are online": "请确保你在线",
"Privacy": "隐私",
"Publish": "发布",
"Publish to web": "发布到web",
"Published Description": "当前工作区已被发布到 Web所有人都可以通过链接来查看此工作区内容。",
"Published hint": "访客可以通过提供的链接查看内容。",
"Published to Web": "公开到互联网",
"Publishing": "发布到 web 需要 AFFiNE Cloud 服务。",
"Publishing Description": "发布到 web 后,所有人都可以通过链接查看此工作区的内容。",
"Quick Search": "快速搜索",
"Quick search": "快速搜索",
"Quick search placeholder": "快速搜索...",
"Quick search placeholder2": "在{{workspace}} 中搜索",
"RFP": "页面可以从枢纽上被自由添加或删除,但仍然可以在“所有页面”中访问。",
"Recent": "最近", "Recent": "最近",
"Redo": "重做",
"Reduce indent": "减少缩进",
"Remove from Pivots": "从枢纽中删除",
"Remove from favorites": "从收藏中移除",
"Remove from workspace": "从工作区移除",
"Removed from Favorites": "已从收藏中移除",
"Rename": "重命名",
"Restart Install Client Update": "重启以安装更新", "Restart Install Client Update": "重启以安装更新",
"Router is Loading": "路由正在加载", "Restore it": "恢复TA",
"Retain cached cloud data": "保留缓存的云数据",
"Retain local cached data": "保留本地缓存数据",
"Save": "保存", "Save": "保存",
"Saved then enable AFFiNE Cloud": "所有改动已保存在本地,点击启用 AFFiNE Cloud 服务。",
"Select": "选择",
"Select All": "全选",
"Set a Workspace name": "设置工作区名字",
"Set database location": "设置数据库位置", "Set database location": "设置数据库位置",
"Set up an AFFiNE account to sync data": "设置AFFiNE帐户以同步数据",
"Settings": "设置",
"Shape": "图形",
"Share Menu Public Workspace Description1": "邀请其他人加入工作区或将其发布到网络。", "Share Menu Public Workspace Description1": "邀请其他人加入工作区或将其发布到网络。",
"Share Menu Public Workspace Description2": "当前工作区已被发布到网络作为公共工作区。", "Share Menu Public Workspace Description2": "当前工作区已被发布到网络作为公共工作区。",
"Share with link": "通过链接分享",
"Shared Pages": "已分享页面", "Shared Pages": "已分享页面",
"Shared Pages Description": "公开分享页面需要 AFFiNE Cloud 服务。", "Shared Pages Description": "公开分享页面需要 AFFiNE Cloud 服务。",
"Shared Pages In Public Workspace Description": "整个工作区已在网络上发布,可以通过<1>工作区设置</1>进行编辑。", "Shared Pages In Public Workspace Description": "整个工作区已在网络上发布,可以通过<1>工作区设置</1>进行编辑。",
"Shortcuts": "快捷键",
"Sidebar": "侧边栏",
"Sign in": "登录 AFFiNE Cloud",
"Sign in and Enable": "登录并启用",
"Sign out": "登出 AFFiNE 云",
"Sign out description": "登出会导致未同步的内容丢失",
"Skip": "跳过",
"Start Week On Monday": "一周从周一开始",
"Stay logged out": "保持登出状态",
"Sticky": "便利贴",
"Stop publishing": "中止发布",
"Storage": "储存",
"Storage Folder": "存储文件夹", "Storage Folder": "存储文件夹",
"com.affine.settings.storage.description": "检查或更改存储位置。", "Storage and Export": "储存与导出",
"com.affine.settings.storage.description-alt": "检查或更改存储位置。点击路径调整存储位置。", "Straight Connector": "直线连接",
"Strikethrough": "删除线",
"Successfully deleted": "成功删除。", "Successfully deleted": "成功删除。",
"Sync": "同步",
"Sync across devices with AFFiNE Cloud": "使用 AFFiNE Cloud 在多个设备间进行同步", "Sync across devices with AFFiNE Cloud": "使用 AFFiNE Cloud 在多个设备间进行同步",
"Synced with AFFiNE Cloud": "AFFiNE Cloud 同步完成", "Synced with AFFiNE Cloud": "AFFiNE Cloud 同步完成",
"Terms of Use": "使用条款",
"Text": "文本",
"Theme": "主题",
"Title": "标题",
"Trash": "垃圾箱",
"TrashButtonGroupDescription": "一旦删除,将无法撤消此操作。确定吗?",
"TrashButtonGroupTitle": "永久删除",
"UNKNOWN_ERROR": "未知错误", "UNKNOWN_ERROR": "未知错误",
"Underline": "下划线",
"Undo": "撤销",
"Ungroup": "取消分组",
"Unpublished hint": "发布到网络后,访问者可以通过提供的链接查看内容。",
"Untitled": "未命名",
"Update Available": "有可用的更新", "Update Available": "有可用的更新",
"Update workspace name success": "成功更新工作区名称", "Update workspace name success": "成功更新工作区名称",
"Updated": "更新时间",
"Upload": "上传",
"Use on current device only": "仅在当前设备上使用", "Use on current device only": "仅在当前设备上使用",
"Users": "用户",
"Version": "版本",
"View Navigation Path": "查看导航路径", "View Navigation Path": "查看导航路径",
"Wait for Sync": "等待同步",
"Window frame style": "视窗样式",
"Workspace Avatar": "工作区头像",
"Workspace Icon": "工作区图标",
"Workspace Name": "工作区名称",
"Workspace Not Found": "未找到工作区", "Workspace Not Found": "未找到工作区",
"Workspace Owner": "工作区所有者",
"Workspace Profile": "工作区配置文件",
"Workspace Settings": "工作区设置",
"Workspace Settings with name": "{{name}} 的设置",
"Workspace Type": "工作区类型",
"Workspace database storage description": "选择您要创建工作区的位置。工作区的数据默认情况下会保存在本地。", "Workspace database storage description": "选择您要创建工作区的位置。工作区的数据默认情况下会保存在本地。",
"Workspace description": "工作区是为个人和团队进行引用、创建和规划的虚拟空间。",
"Workspace saved locally": "{{name}} 已保存在本地",
"You cannot delete the last workspace": "您不能删除最后一个工作区", "You cannot delete the last workspace": "您不能删除最后一个工作区",
"emptySharedPages": "共享的页面将显示在此处。", "Zoom in": "放大",
"light": "浅色", "Zoom out": "缩小",
"Zoom to 100%": "缩放至 100%",
"Zoom to fit": "缩放至适当尺寸",
"all": "全部",
"com.affine.banner.content": "此演示有限。<1>下载 AFFiNE 客户端</1>以获取最新功能和表现。",
"com.affine.cloudTempDisable.description": "我们正在升级 AFFiNE Cloud 服务,客户端暂时不可启用它。如果您希望随时了解进度并收到关于云服务的可用性通知,您可以填写我们的<1>表单</1>。",
"com.affine.cloudTempDisable.title": "AFFiNE Cloud 正在进行升级。",
"com.affine.currentYear": "今年",
"com.affine.draw_with_a_blank_whiteboard": "在空白白板画画",
"com.affine.earlier": "更早",
"com.affine.edgelessMode": "无界模式",
"com.affine.emptyDesc": "这里还没有页面",
"com.affine.export.error.message": "请稍后再试。",
"com.affine.export.error.title": "未知错误引发导出失败",
"com.affine.export.success.message": "请打开下载文件夹以查看。",
"com.affine.export.success.title": "导出成功",
"com.affine.filter": "筛选",
"com.affine.filter.after": "晚于",
"com.affine.filter.before": "早于",
"com.affine.filter.false": "否",
"com.affine.filter.is": "为",
"com.affine.filter.is-favourited": "已收藏",
"com.affine.filter.save-view": "保存视图",
"com.affine.filter.true": "是",
"com.affine.helpIsland.gettingStarted": "开始使用",
"com.affine.import_file": "支持 Markdown/Notion",
"com.affine.last30Days": "过去 30 天",
"com.affine.last7Days": "过去 7 天",
"com.affine.lastMonth": "上个月",
"com.affine.lastWeek": "上周",
"com.affine.lastYear": "去年",
"com.affine.new_edgeless": "新的无边页面",
"com.affine.new_import": "导入",
"com.affine.onboarding.title1": "白板和文档的超融合",
"com.affine.onboarding.title2": "直观且强大的块级编辑",
"com.affine.onboarding.videoDescription1": "在页面模式和白板模式之间轻松切换,你可以在页面模式下创建结构化文档,并在白板模式下自由表达创意思想。",
"com.affine.onboarding.videoDescription2": "轻松创建结构化文档,使用模块化界面将文本块、图像和其他内容拖放到页面中。",
"com.affine.pageMode": "页面模式",
"com.affine.settings.about.message": "关于AFFiNE的资讯",
"com.affine.settings.about.update.check.message": "定期自动检查更新。",
"com.affine.settings.about.update.download.message": "自动下载更新(到此设备)。",
"com.affine.settings.appearance": "外观",
"com.affine.settings.appearance.border-style-description": "自定义客户端外观。",
"com.affine.settings.appearance.date-format-description": "定制您的日期格式。",
"com.affine.settings.appearance.full-width-description": "页面内容的最大显示量。",
"com.affine.settings.appearance.language-description": "选择界面语言。",
"com.affine.settings.appearance.start-week-description": "默认情况下,一周从星期日开始。",
"com.affine.settings.appearance.window-frame-description": "自定义 Windows 客户端外观。",
"com.affine.settings.auto-check-description": "如果启用,它将定期自动检查新版本。",
"com.affine.settings.auto-download-description": "如果启用,新版本将自动下载到当前设备。",
"com.affine.settings.member-tooltip": "启用 AFFiNE Cloud 以与他人协作",
"com.affine.settings.noise-style": "侧边栏的噪点背景",
"com.affine.settings.noise-style-description": "在侧边栏使用噪点背景效果。",
"com.affine.settings.remove-workspace": "删除工作区",
"com.affine.settings.remove-workspace-description": "从此设备中删除工作区,并可选择删除所有数据。",
"com.affine.settings.suggestion": "需要更多定制选项?您可以在社区中向我们推荐它们。",
"com.affine.settings.translucent-style": "侧边栏的透明效果",
"com.affine.settings.translucent-style-description": "在侧边栏使用半透明效果。",
"com.affine.settings.workspace": "工作区",
"com.affine.settings.workspace.description": "您可以在此处自定义您的工作区。",
"com.affine.settings.workspace.not-owner": "只有所有者才能编辑工作区头像和名称。更改将向所有人显示。",
"com.affine.settings.workspace.publish-tooltip": "启用 AFFiNE Cloud 以发布此 Workspace",
"com.affine.settings.workspace.storage.tip": "点击可移动存储位置。",
"com.affine.today": "今天",
"com.affine.updater.downloading": "下载中",
"com.affine.updater.open-download-page": "打开下载页面",
"com.affine.updater.restart-to-update": "重新启动以安装更新",
"com.affine.updater.update-available": "有可用的更新",
"com.affine.workspace.cannot-delete": "您无法删除最后一个工作区",
"com.affine.write_with_a_blank_page": "在空白页面书写",
"com.affine.yesterday": "昨天",
"core": "核心",
"dark": "深色", "dark": "深色",
"others": "其他", "emptyAllPages": "此工作区为空。创建新页面并开始编辑。",
"system": "跟随系统",
"emptyAllPagesClient": "点击 <1>$t(New Page)</1> 按钮或按 <3>{{shortcut}}</3> 以创建您的第一个页面。", "emptyAllPagesClient": "点击 <1>$t(New Page)</1> 按钮或按 <3>{{shortcut}}</3> 以创建您的第一个页面。",
"emptyFavorite": "单击“添加到收藏夹”,页面将显示在此处。",
"emptySharedPages": "共享的页面将显示在此处。",
"emptyTrash": "单击“添加到垃圾箱”,页面将显示在此处。",
"frameless": "无边框", "frameless": "无边框",
"Export to PDF": "导出为 PDF", "is a Cloud Workspace": "是云端工作区",
"com.affine.settings.workspace.remove": "删除工作区", "is a Local Workspace": "是本地工作区",
"com.affine.settings.workspace.remove.message": "从此设备中删除工作区,并可选择删除所有数据。", "light": "浅色",
"com.affine.settings.appearance.sidebar.noise": "侧边栏的噪点背景", "login success": "登录成功",
"com.affine.settings.appearance.sidebar.translucent": "侧边栏的透明效果", "mobile device": "貌似你正在移动设备上浏览。",
"com.affine.settings.appearance.sidebar.translucent.message": "在侧边栏使用半透明效果。", "mobile device description": "我们仍在进行移动端的支持工作,建议使用桌面设备。",
"com.affine.collection-bar.action.tooltip.pin": "固定到侧边栏", "others": "其他",
"com.affine.collection-bar.action.tooltip.unpin": "取消固定", "recommendBrowser": "建议使用 <1>Chrome</1> 浏览器以获得最佳体验。",
"com.affine.collection-bar.action.tooltip.edit": "编辑", "restored": "{{title}} 已恢复",
"com.affine.collection-bar.action.tooltip.delete": "删除" "still designed": "(此页面仍在设计中。)",
"system": "跟随系统",
"upgradeBrowser": "请升级到最新版本的 Chrome 以获得最佳体验。",
"will be moved to Trash": "{{title}} 将被移到垃圾箱",
"will delete member": "将删除成员"
} }

View File

@ -0,0 +1,424 @@
{
"404 - Page Not Found": "404 - 搵唔到搜尋的網頁",
"AFFiNE Cloud": "\nAFFiNE Cloud",
"AFFiNE Community": "AFFiNE 社群",
"About AFFiNE": "關於 AFFiNE",
"Access level": "訪問權限",
"Add Workspace": "建立 Workspace",
"Add Workspace Hint": "選擇已有數據庫檔",
"Add a subpage inside": "建立子頁面",
"Add to Favorites": "收藏",
"Add to favorites": "加入收藏",
"Added Successfully": "匯入成功",
"Added to Favorites": "已收藏",
"All changes are saved locally": "所有修訂已儲存在本機",
"All data has been stored in the cloud": "所有修訂已儲存在雲端",
"All pages": "所有頁面",
"App Version": "App 版本",
"Appearance Settings": "外觀設定",
"Append to Daily Note": "附加到隨筆",
"Available Offline": "離線時可用",
"Back Home": "回到主頁",
"Back to Quick Search": "回到快速搜尋",
"Back to all": "回到全部",
"Body text": "正文",
"Bold": "粗體",
"Cancel": "取消",
"Change avatar hint": "新頭像將公開。",
"Change workspace name hint": "新名稱將公開。",
"Changelog description": "查看 AFFiNE 更新日誌。",
"Check Keyboard Shortcuts quickly": "快速睇返快捷鍵",
"Check Our Docs": "查閱我哋嘅文檔",
"Check for updates": "檢查更新",
"Check for updates automatically": "自動檢查更新",
"Choose your color scheme": "選擇你的配色",
"Choose your font style": "選擇你的字體風格",
"Client Border Style": "用戶端邊框樣式",
"Cloud Workspace": "\nCloud Workspace",
"Cloud Workspace Description": "全部數據都會保存並透過AFFINE帳戶同步 <1>{{email}}</1>",
"Code block": "代碼塊",
"Collaboration": "協作",
"Collaboration Description": "同其他成員協作需要 AFFiNE Cloud 服務。",
"Collapse sidebar": "收起側欄",
"Collections": "收藏集",
"Color Scheme": "配色",
"Communities": "社群",
"Confirm": "確認",
"Connector": "連接",
"Contact Us": "聯絡我哋",
"Contact with us": "聯絡我哋",
"Continue": "繼續",
"Continue with Google": "以 Google 登入",
"Convert to ": "轉換為",
"Copied link to clipboard": "複製連結到剪貼簿",
"Copy": "複製",
"Copy Link": "複製連結",
"Create": "建立",
"Create Or Import": "建立或匯入",
"Create Shared Link Description": "建立一個可共享連結。",
"Create your own workspace": "建立你的 workspace",
"Created": "建立時間",
"Created Successfully": "建立成功",
"Created with": "建立於",
"Curve Connector": "曲線連接",
"Customize": "定製",
"Customize your AFFiNE Appearance": "訂製你的 AFFiNE 外觀",
"DB_FILE_ALREADY_LOADED": "數據庫已載入",
"DB_FILE_INVALID": "無效數據庫文檔",
"DB_FILE_MIGRATION_FAILED": "數據庫併入失敗",
"DB_FILE_PATH_INVALID": "數據庫路徑無效",
"Data sync mode": "數據同步模式",
"Date": "日期",
"Date Format": "日期格式",
"Default Location": "預設位置",
"Default db location hint": "預設下将存儲到 {{location}}",
"Delete": "刪除",
"Delete Member?": "刪除成員?",
"Delete Workspace": "刪除 Workspace",
"Delete Workspace Description": "刪除 <1>{{workspace}}</1> ,此步驟無法重做,全部內容將丟失。",
"Delete Workspace Description2": "刪除<1>{{workspace}}</1> ,將同時刪除本機同雲端資料。此步驟無法重做,請慎重考慮。",
"Delete Workspace Label Hint": "刪除此 Workspace 後,所有內容將永久清除,任何人都無法恢復。",
"Delete Workspace placeholder": "鍵入 “Delete” 以確認",
"Delete page?": "確認刪除頁面?",
"Delete permanently": "永久刪除",
"Disable": "停用",
"Disable Public Link": "停用公開連結",
"Disable Public Link ?": "確認停用公開連結?",
"Disable Public Link Description": "停用此公開連結,將阻止擁有連結者登入此頁面。",
"Disable Public Sharing": "停用公開分享",
"Discover what's new": "探索 What's new",
"Discover what's new!": "探索 What's new",
"Display Language": "外觀語言",
"Divider": "分割線",
"Download all data": "下載全部數據",
"Download core data": "下載核心數據",
"Download data": "下載 {{CoreOrAll}} 數據",
"Download data Description1": "這將佔用更多存儲空間。",
"Download data Description2": "這只佔用較小存儲空間。",
"Download updates automatically": "自動下載更新",
"Edgeless": "無界",
"Edit": "編輯",
"Edit Filter": "編輯篩選器",
"Editor Version": "編輯器版本",
"Elbowed Connector": "彎曲連接器",
"Enable": "啟用",
"Enable AFFiNE Cloud": "啟用 AFFiNE Cloud",
"Enable AFFiNE Cloud Description": "啓用後 Workspace 數據將透過 AFFiNE Cloud 備份及同步。",
"Enable cloud hint": "以下功能依賴於 AFFiNE Cloud。 所有數據都存儲在當前設備上。 您可以為此 Workspace 啓用 AFFiNE Cloud以保持數據與雲同步。",
"Enabled success": "啟用成功",
"Exclude from filter": "從篩選器中排除",
"Expand sidebar": "展開側欄",
"Expand/Collapse Sidebar": "展開/收起邊欄",
"Export": "匯出",
"Export AFFiNE backup file": "匯出 AFFiNE 備份檔",
"Export Description": "您可以匯出整個 Workspace 數據進行備份,匯出的數據亦可重新匯入。",
"Export Shared Pages Description": "下載此頁的靜態副本以與他人共享。",
"Export Workspace": "匯出 Workspace <1>{{workspace}}</1> 即將推出",
"Export success": "匯出成功",
"Export to HTML": "匯出為 HTML",
"Export to Markdown": "匯出為 Markdown",
"Export to PDF": "匯出為 PDF",
"Export to PNG": "匯出為 PNG",
"FILE_ALREADY_EXISTS": "檔已存在",
"Failed to publish workspace": "Workspace 發佈失敗",
"Favorite": "收藏",
"Favorite pages for easy access": "收藏頁面以便訪問",
"Favorited": "已收藏",
"Favorites": "我的收藏",
"Find 0 result": "發現 0 個結果",
"Find results": "發現 {{number}} 個結果",
"Font Style": "字形",
"Force Sign Out": "強制登出",
"Full width Layout": "全寬佈局",
"General": "一般",
"Get in touch!": "聯絡我哋!",
"Get in touch! Join our communities": "聯絡我哋!加入我們的社群。",
"Get in touch! Join our communities.": "聯絡我哋!加入我們的社群。",
"Go Back": "返回",
"Go Forward": "前進",
"Got it": "明白了",
"Group": "分組",
"Group as Database": "分組為資料庫",
"Hand": "拖放",
"Heading": "標題 {{number}}",
"Help and Feedback": "幫助和反饋",
"How is AFFiNE Alpha different?": "AFFiNE Alpha 有何不同?",
"Image": "圖像",
"Import": "匯入",
"Increase indent": "增加縮進",
"Info": "資訊",
"Info of legal": "法律資訊",
"Inline code": "內聯代碼",
"Invite": "邀請",
"Invite Members": "邀請成員",
"Invite placeholder": "搜尋郵件(只支援 Gmail",
"It takes up little space on your device": "這只佔用較小存儲空間。",
"It takes up little space on your device.": "這只佔用較小存儲空間。",
"It takes up more space on your device": "這將佔用更多存儲空間。",
"It takes up more space on your device.": "這將佔用更多存儲空間。",
"Italic": "斜體",
"Joined Workspace": "加入的 Workspace",
"Jump to": "跳轉到",
"Keyboard Shortcuts": "鍵盤快捷鍵",
"Leave": "離開",
"Leave Workspace": "離開 Workspace",
"Leave Workspace Description": "離開後,您將無法再訪問此 Workspace 的內容。",
"Link": "超連結(帶有所選文字)",
"Loading": "載入中⋯⋯",
"Local Workspace": "本機 Workspace",
"Local Workspace Description": "所有數據都存儲在當前設備上。 您可以為此 Workspace 啓用 AFFiNE Cloud以保持數據與雲同步。",
"Markdown Syntax": "Markdown 語法",
"Member": "成員",
"Member has been removed": "{{name}} 已被移除。",
"Members": "成員",
"Members hint": "在這裡管理成員,透過電子郵件邀請新成員。",
"Move Down": "下移",
"Move Up": "上移",
"Move folder": "移動資料夾",
"Move folder hint": "選取新的檔案位置",
"Move folder success": "移動資料夾成功",
"Move page to": "將頁面移動到⋯⋯",
"Move page to...": "將頁面移動到⋯⋯",
"Move to": "移至",
"Move to Trash": "移至廢紙簍",
"Moved to Trash": "已移至廢紙簍",
"My Workspaces": "我的 Workspace",
"Name Your Workspace": "為 Workspace 命名",
"NativeTitleBar": "原生標題列",
"Navigation Path": "導航路徑",
"New Keyword Page": "新建 “{{query}}” 頁面",
"New Page": "新頁面",
"New Workspace": "新建 Workspace",
"New version is ready": "新版本已準備就緒",
"No item": "無項目",
"Non-Gmail": "不支援非 Gmail",
"None yet": "暫未",
"Not now": "稍後",
"Note": "筆記",
"Official Website": "官方網站",
"Open Workspace Settings": "打開 Workspace 設定",
"Open folder": "打開資料夾",
"Open folder hint": "檢查存儲資料夾的位置。",
"Open in new tab": "在新標籤頁中打開",
"Organize pages to build knowledge": "整理頁面以構建知識庫",
"Owner": "擁有者",
"Page": "頁面",
"Paper": "文檔",
"Pen": "筆",
"Pending": "待定",
"Permanently deleted": "已永久刪除",
"Pivots": "樞紐",
"Placeholder of delete workspace": "請鍵入 Workspace 名稱以確認",
"Please make sure you are online": "請確保您在線",
"Privacy": "隱私",
"Publish": "發佈",
"Publish to web": "發佈到網絡",
"Published Description": "此 Workspace 已發佈到網絡,所有人均可透過連結查看內容。",
"Published hint": "訪問者可透過提供的連結查看內容。",
"Published to Web": "已發佈到網絡",
"Publishing": "發佈到網絡需要 AFFiNE Cloud 服務。",
"Publishing Description": "發佈到網絡後,所有人均可透過連結查看內容。",
"Quick Search": "快速搜尋",
"Quick search": "快速搜尋",
"Quick search placeholder": "快速搜尋⋯⋯",
"Quick search placeholder2": "在 {{workspace}} 中搜尋",
"RFP": "頁面可在樞紐中自由添加或刪除,但仍可從「所有頁面」訪問。",
"Recent": "最近",
"Redo": "重做",
"Reduce indent": "減少縮進",
"Remove from Pivots": "從樞紐中刪除",
"Remove from favorites": "從我的收藏中刪除",
"Remove from workspace": "從 Workspace 中刪除",
"Remove special filter": "移除特殊篩選器",
"Removed from Favorites": "已從我的收藏中刪除",
"Rename": "重新命名",
"Restart Install Client Update": "重啟以安裝更新",
"Restore it": "恢復它",
"Retain cached cloud data": "保留緩衝的雲數據",
"Retain local cached data": "保留本機緩衝數據",
"Save": "保存",
"Save As New Collection": "另存為新收藏集",
"Saved then enable AFFiNE Cloud": "所有修訂已儲存在本機,點按以啟用 AFFiNE Cloud。",
"Select": "選擇",
"Select All": "全選",
"Set a Workspace name": "為 Workspace 命名",
"Set database location": "設定資料庫位置",
"Set up an AFFiNE account to sync data": "設定 AFFiNE 帳戶以同步數據",
"Settings": "設置",
"Shape": "圖形",
"Share Menu Public Workspace Description1": "邀請他人加入 Workshop 或將其發佈到網絡。",
"Share Menu Public Workspace Description2": "當前 Workspace 已作為公共 Workspace 發佈到網絡。",
"Share with link": "透過連結分享",
"Shared Pages": "已分享頁面",
"Shared Pages Description": "公開分享頁面需要 AFFiNE Cloud 服務。",
"Shared Pages In Public Workspace Description": "整個 Workspace 已在網絡發布,可透過<1> Workspace 設置</1>進行編輯。",
"Shortcuts": "快速鍵",
"Sidebar": "側欄",
"Sign in": "登入 AFFiNE Cloud",
"Sign in and Enable": "登入並啟用",
"Sign out": "登出",
"Sign out description": "登出將使未同步內容丟失。",
"Skip": "略過",
"Start Week On Monday": "每週從周一開始",
"Stay logged out": "保持登出狀態",
"Sticky": "Memo紙",
"Stop publishing": "中止發佈",
"Storage": "儲存",
"Storage Folder": "存儲資料夾",
"Storage and Export": "存儲和匯出",
"Straight Connector": "直線連接",
"Strikethrough": "刪除線",
"Successfully deleted": "已成功刪除",
"Switch": "開閂掣",
"Sync": "同步",
"Sync across devices with AFFiNE Cloud": "使用 AFFiNE Cloud 跨設備同步",
"Synced with AFFiNE Cloud": "AFFiNE Cloud 同步完成",
"Tags": "標籤",
"Terms of Use": "使用條款",
"Text": "文本",
"Theme": "主題",
"Title": "標題",
"Trash": "廢紙簍",
"TrashButtonGroupDescription": "刪除後,您將無法撤消此操作。您確認嗎?",
"TrashButtonGroupTitle": "永久刪除",
"UNKNOWN_ERROR": "未知錯誤",
"Underline": "下劃線",
"Undo": "撤銷",
"Ungroup": "取消分組",
"Unpin": "取消固定",
"Unpublished hint": "發布到網絡後,訪問者可透過提供的連結查看內容。",
"Untitled": "未命名",
"Update Available": "更新可用",
"Update Collection": "更新收藏集",
"Update workspace name success": "成功更新 Workspace 名稱",
"Updated": "更新時間",
"Upload": "上傳",
"Use on current device only": "僅在本機使用",
"Users": "使用者",
"Version": "版本",
"View Navigation Path": "查看導航路徑",
"Wait for Sync": "等待同步",
"Window frame style": "視窗樣式",
"Workspace Avatar": "Workspace 頭像",
"Workspace Icon": "Workspace 圖示",
"Workspace Name": "Workspace 名稱",
"Workspace Not Found": "未找到 Workspace",
"Workspace Owner": "Workspace 擁有者",
"Workspace Profile": "Workspace 配置檔",
"Workspace Settings": "Workspace 設定",
"Workspace Settings with name": "{{name}} 的設定",
"Workspace Type": "Workspace 類型",
"Workspace database storage description": "選擇欲創建 Workspace 之位置。預設下Workspace 數據存儲在本機。",
"Workspace description": "Workspace 是您的虛擬空間,無論對於個人或是團隊,均可用於引用、創建與規劃。",
"Workspace saved locally": "{{name}} 已保存在本機",
"You cannot delete the last workspace": "您不能刪除僅剩的 Workspace",
"Zoom in": "放大",
"Zoom out": "縮小",
"Zoom to 100%": "縮放至 100%",
"Zoom to fit": "縮放至適當尺寸",
"all": "全部",
"com.affine.banner.content": "此演示有限。<1>下載 AFFiNE 客戶端</1>以獲取最新功能和表現。",
"com.affine.cloudTempDisable.description": "我們正在升級 AFFiNE Cloud 服務,客戶端暫時不可用。 如果您希望隨時了解進度並收到可用性通知,您可以填寫我們的<1>表單</1>。",
"com.affine.cloudTempDisable.title": "AFFiNE Cloud 正進行升級。",
"com.affine.collection-bar.action.tooltip.delete": "刪除",
"com.affine.collection-bar.action.tooltip.edit": "編輯",
"com.affine.collection-bar.action.tooltip.pin": "固定到側欄",
"com.affine.collection-bar.action.tooltip.unpin": "取消固定",
"com.affine.currentYear": "本年度",
"com.affine.draw_with_a_blank_whiteboard": "使用空白白板繪圖",
"com.affine.earlier": "早些時候",
"com.affine.edgelessMode": "無界模式",
"com.affine.emptyDesc": "仲未有頁面",
"com.affine.export.error.message": "請稍後再試。",
"com.affine.export.error.title": "由於意外錯誤,匯出失敗",
"com.affine.export.success.message": "請打開下載資料夾以檢查。",
"com.affine.export.success.title": "匯出成功",
"com.affine.filter": "篩選器",
"com.affine.filter.after": "晚於",
"com.affine.filter.before": "早於",
"com.affine.filter.contains all": "包含所有",
"com.affine.filter.contains one of": "包含以下之一",
"com.affine.filter.does not contains all": "不包含所有",
"com.affine.filter.does not contains one of": "不包含以下之一",
"com.affine.filter.false": "否",
"com.affine.filter.is": "為",
"com.affine.filter.is empty": "為空",
"com.affine.filter.is not empty": "不為空",
"com.affine.filter.is-favourited": "已收藏",
"com.affine.filter.save-view": "保存檢視",
"com.affine.filter.true": "是",
"com.affine.header.option.add-tag": "添加標籤",
"com.affine.header.option.duplicate": "製作替身",
"com.affine.helpIsland.gettingStarted": "開始使用",
"com.affine.import_file": "支援 Markdown/Notion",
"com.affine.last30Days": "最近 30 天",
"com.affine.last7Days": "最近 7 天",
"com.affine.lastMonth": "上個月",
"com.affine.lastWeek": "上個星期",
"com.affine.lastYear": "去年",
"com.affine.new_edgeless": "新的無界頁面",
"com.affine.new_import": "匯入",
"com.affine.onboarding.title1": "超合併白板和文檔",
"com.affine.onboarding.title2": "直觀而強大的基於塊的編輯",
"com.affine.onboarding.videoDescription1": "在頁面模式(用於結構化文檔創建)和白板模式(用於自由形式直觀地表達創意)之間輕鬆切換。",
"com.affine.onboarding.videoDescription2": "使用模組化介面拖放文本、圖像和其他內容塊,輕鬆創建結構化文檔。",
"com.affine.pageMode": "頁面模式",
"com.affine.settings.about.message": "關於 AFFiNE 的資訊",
"com.affine.settings.about.update.check.message": "定期自動檢查更新。",
"com.affine.settings.about.update.download.message": "自動下載更新(到本機)。",
"com.affine.settings.appearance": "外觀",
"com.affine.settings.appearance.border-style-description": "訂製用戶端外觀。",
"com.affine.settings.appearance.date-format-description": "訂製你的日期樣式",
"com.affine.settings.appearance.full-width-description": "頁面內內容的最大顯示量。",
"com.affine.settings.appearance.language-description": "選擇介面語言。",
"com.affine.settings.appearance.start-week-description": "預設下一星期的第一日為週日。",
"com.affine.settings.appearance.window-frame-description": "定製 Windows 用戶端外觀。",
"com.affine.settings.auto-check-description": "若啟用,將定期自動檢測新版本。",
"com.affine.settings.auto-download-description": "若啟用,將自動下載新版本。",
"com.affine.settings.member-tooltip": "啟用 AFFiNE Cloud 以與他人協作",
"com.affine.settings.noise-style": "側欄背景雜訊效果",
"com.affine.settings.noise-style-description": "在側欄背景使用雜訊效果。",
"com.affine.settings.remove-workspace": "刪除 Workspace",
"com.affine.settings.remove-workspace-description": "從本機刪除 Workspace並可選擇刪除所有數據。",
"com.affine.settings.storage.db-location.change-hint": "點按以更改儲存位置。",
"com.affine.settings.storage.description": "檢查或更改存儲位置",
"com.affine.settings.storage.description-alt": "檢查或更改存儲位置。按下路徑以編輯。",
"com.affine.settings.suggestion": "需要更多定製選項?您可以在社區中提意見。",
"com.affine.settings.translucent-style": "側欄半透明用戶介面",
"com.affine.settings.translucent-style-description": "在側欄使用透明效果。",
"com.affine.settings.workspace": "Workspace",
"com.affine.settings.workspace.description": "您可在此自訂您的 Workspace",
"com.affine.settings.workspace.not-owner": "只有擁有者才能編輯 Workspace 頭像與名稱。 更改將向所有人顯示。",
"com.affine.settings.workspace.publish-tooltip": "啟用 AFFiNE Cloud 以發布此 Workspace",
"com.affine.settings.workspace.storage.tip": "點按以更改儲存位置。",
"com.affine.today": "今天",
"com.affine.updater.downloading": "下載中",
"com.affine.updater.open-download-page": "打開下載頁面",
"com.affine.updater.restart-to-update": "重啟以安裝更新",
"com.affine.updater.update-available": "更新可用",
"com.affine.workspace.cannot-delete": "您不能刪除僅剩的 Workspace",
"com.affine.write_with_a_blank_page": "在空白頁書寫",
"com.affine.yesterday": "昨天",
"core": "核心",
"dark": "深色",
"emptyAllPages": "點擊<1>$t(New Page)</1>按鈕創建您的第一個頁面。",
"emptyAllPagesClient": "點擊<1>$t(New Page)</1>或按下<3>{{shortcut}}</3>按鈕創建您的第一個頁面。",
"emptyFavorite": "按下添加到我的收藏,頁面將顯示在此處。",
"emptySharedPages": "共用頁面將顯示在此處。",
"emptyTrash": "按下添加到廢紙簍,頁面將顯示在此處。",
"frameless": "無框",
"is a Cloud Workspace": "是一個 Cloud Workspace。",
"is a Local Workspace": "是本機 Workspace。",
"light": "淺色",
"login success": "登入成功",
"mobile device": "看起來您正在手提電話上流覽。",
"mobile device description": "我們仍在適配手提電話,現階段建議您使用電腦。",
"others": "其他",
"recommendBrowser": "我們建議使用 <1>Chrome</1> 瀏覽器以獲得最佳體驗。",
"restored": "{{title}} 已恢復",
"still designed": "(此頁面仍在設計中。 ",
"system": "跟隨系統",
"upgradeBrowser": "更新至最新版本 Chrome以享有更優質的使用體驗。",
"will be moved to Trash": " {{title}} 將被移至廢紙簍",
"will delete member": "將刪除成員"
}