diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-16 20:00:48 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-16 20:00:48 -0400 |
| commit | 2fdec0ce29c5b61f61640123db16d89a72e97de2 (patch) | |
| tree | dbe2ecf2cfdf1a1dbe777a280bfe391b138039a8 /locales | |
| parent | merge: await `reverseConcat` (!1029) (diff) | |
| download | sharkey-2fdec0ce29c5b61f61640123db16d89a72e97de2.tar.gz sharkey-2fdec0ce29c5b61f61640123db16d89a72e97de2.tar.bz2 sharkey-2fdec0ce29c5b61f61640123db16d89a72e97de2.zip | |
add option to put Translate button in the note toolbar
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 3316a679e0..e10511db05 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -12933,6 +12933,14 @@ export interface Locale extends ILocale { * Fetch linked note */ "fetchLinkedNote": string; + /** + * Add "Translate" to note action menu + */ + "showTranslationButtonInNoteFooter": string; + /** + * Failed to translate note. Please try again later or contact an administrator for assistance. + */ + "translationFailed": string; "_processErrors": { /** * Unable to process quote. This post may be missing context. |