[feat] local backup translations
This commit is contained in:
@@ -454,4 +454,6 @@ export const languageEnglish = {
|
|||||||
usePlainFetchWarn: "Please disable this option when using NovelAI, as it can cause CORS errors when using NovelAI.",
|
usePlainFetchWarn: "Please disable this option when using NovelAI, as it can cause CORS errors when using NovelAI.",
|
||||||
translationPrompt: "Translation Prompt",
|
translationPrompt: "Translation Prompt",
|
||||||
webdeeplwarn: "This option is not recommended for use with web version, as it can cause CORS errors.",
|
webdeeplwarn: "This option is not recommended for use with web version, as it can cause CORS errors.",
|
||||||
|
saveBackupLocal: "Save Backup Locally",
|
||||||
|
loadBackupLocal: "Load Backup Locally",
|
||||||
}
|
}
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
class="drop-shadow-lg p-3 border-borderc border-solid mt-2 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
|
class="drop-shadow-lg p-3 border-borderc border-solid mt-2 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
|
||||||
{language.savebackup} (Local)
|
{language.saveBackupLocal} (Local)
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
class="drop-shadow-lg p-3 border-borderc border-solid mt-2 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm mb-4">
|
class="drop-shadow-lg p-3 border-borderc border-solid mt-2 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm mb-4">
|
||||||
{language.loadbackup} (Local)
|
{language.loadBackupLocal} (Local)
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user