mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 05:47:09 +08:00
@@ -2,16 +2,16 @@
|
||||
"ar": 95,
|
||||
"ca": 4,
|
||||
"da": 5,
|
||||
"de": 96,
|
||||
"de": 95,
|
||||
"el-GR": 95,
|
||||
"en": 100,
|
||||
"es-AR": 96,
|
||||
"es-AR": 95,
|
||||
"es-CL": 97,
|
||||
"es": 95,
|
||||
"fa": 95,
|
||||
"fr": 95,
|
||||
"hi": 2,
|
||||
"it-IT": 96,
|
||||
"it-IT": 95,
|
||||
"it": 1,
|
||||
"ja": 95,
|
||||
"ko": 60,
|
||||
|
||||
@@ -7321,6 +7321,18 @@ export function useAFFiNEI18N(): {
|
||||
* `Source`
|
||||
*/
|
||||
["com.affine.integration.readwise-prop.source"](): string;
|
||||
/**
|
||||
* `Created`
|
||||
*/
|
||||
["com.affine.integration.readwise-prop.created"](): string;
|
||||
/**
|
||||
* `Updated`
|
||||
*/
|
||||
["com.affine.integration.readwise-prop.updated"](): string;
|
||||
/**
|
||||
* `Integration properties`
|
||||
*/
|
||||
["com.affine.integration.properties"](): string;
|
||||
/**
|
||||
* `Notes`
|
||||
*/
|
||||
|
||||
@@ -1823,6 +1823,9 @@
|
||||
"com.affine.integration.readwise.import.abort-notify-desc": "Import aborted, with {{finished}} highlights processed",
|
||||
"com.affine.integration.readwise-prop.author": "Author",
|
||||
"com.affine.integration.readwise-prop.source": "Source",
|
||||
"com.affine.integration.readwise-prop.created": "Created",
|
||||
"com.affine.integration.readwise-prop.updated": "Updated",
|
||||
"com.affine.integration.properties": "Integration properties",
|
||||
"com.affine.attachmentViewer.audio.notes": "Notes",
|
||||
"com.affine.attachmentViewer.audio.transcribing": "Transcribing",
|
||||
"error.INTERNAL_SERVER_ERROR": "An internal error occurred.",
|
||||
|
||||
Reference in New Issue
Block a user