mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 19:40:30 +08:00
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"ar": 95,
|
||||
"ca": 4,
|
||||
"da": 5,
|
||||
"da": 4,
|
||||
"de": 95,
|
||||
"el-GR": 95,
|
||||
"en": 100,
|
||||
"es-AR": 95,
|
||||
"es-CL": 97,
|
||||
"es-CL": 96,
|
||||
"es": 95,
|
||||
"fa": 95,
|
||||
"fr": 95,
|
||||
|
||||
@@ -7313,6 +7313,58 @@ export function useAFFiNEI18N(): {
|
||||
["com.affine.integration.readwise.import.abort-notify-desc"](options: {
|
||||
readonly finished: string;
|
||||
}): string;
|
||||
/**
|
||||
* `Configuration`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.caption"](): string;
|
||||
/**
|
||||
* `New Readwise highlights will be imported to AFFiNE `
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.sync-new-name"](): string;
|
||||
/**
|
||||
* `New highlights in Readwise will be synced to AFFiNE `
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.sync-new-desc"](): string;
|
||||
/**
|
||||
* `Updates to Readwise highlights will be imported`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.update-name"](): string;
|
||||
/**
|
||||
* `Enable this, so that we will process updates of existing highlights from Readwise `
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.update-desc"](): string;
|
||||
/**
|
||||
* `How do we handle updates`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.update-strategy"](): string;
|
||||
/**
|
||||
* `Append new version to the end`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.update-append-name"](): string;
|
||||
/**
|
||||
* `Cited or modified highlights will have future versions added to the end of them`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.update-append-desc"](): string;
|
||||
/**
|
||||
* `Overwrite with new version`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.update-override-name"](): string;
|
||||
/**
|
||||
* `Cited or modified highlights will be overwritten if there are future updates`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.update-override-desc"](): string;
|
||||
/**
|
||||
* `Start Importing`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.start-import-name"](): string;
|
||||
/**
|
||||
* `Using the settings above`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.start-import-desc"](): string;
|
||||
/**
|
||||
* `Import`
|
||||
*/
|
||||
["com.affine.integration.readwise.setting.start-import-button"](): string;
|
||||
/**
|
||||
* `Author`
|
||||
*/
|
||||
|
||||
@@ -1821,6 +1821,19 @@
|
||||
"com.affine.integration.readwise.import.importing-stop": "Stop Importing",
|
||||
"com.affine.integration.readwise.import.abort-notify-title": "Importing aborted",
|
||||
"com.affine.integration.readwise.import.abort-notify-desc": "Import aborted, with {{finished}} highlights processed",
|
||||
"com.affine.integration.readwise.setting.caption": "Configuration",
|
||||
"com.affine.integration.readwise.setting.sync-new-name": "New Readwise highlights will be imported to AFFiNE ",
|
||||
"com.affine.integration.readwise.setting.sync-new-desc": "New highlights in Readwise will be synced to AFFiNE ",
|
||||
"com.affine.integration.readwise.setting.update-name": "Updates to Readwise highlights will be imported",
|
||||
"com.affine.integration.readwise.setting.update-desc": "Enable this, so that we will process updates of existing highlights from Readwise ",
|
||||
"com.affine.integration.readwise.setting.update-strategy": "How do we handle updates",
|
||||
"com.affine.integration.readwise.setting.update-append-name": "Append new version to the end",
|
||||
"com.affine.integration.readwise.setting.update-append-desc": "Cited or modified highlights will have future versions added to the end of them",
|
||||
"com.affine.integration.readwise.setting.update-override-name": "Overwrite with new version",
|
||||
"com.affine.integration.readwise.setting.update-override-desc": "Cited or modified highlights will be overwritten if there are future updates",
|
||||
"com.affine.integration.readwise.setting.start-import-name": "Start Importing",
|
||||
"com.affine.integration.readwise.setting.start-import-desc": "Using the settings above",
|
||||
"com.affine.integration.readwise.setting.start-import-button": "Import",
|
||||
"com.affine.integration.readwise-prop.author": "Author",
|
||||
"com.affine.integration.readwise-prop.source": "Source",
|
||||
"com.affine.integration.readwise-prop.created": "Created",
|
||||
|
||||
Reference in New Issue
Block a user