[feat] local backup translations

This commit is contained in:
kwaroran
2023-12-02 23:20:50 +09:00
parent 4f58a12b46
commit fec92d1144
2 changed files with 4 additions and 2 deletions

View File

@@ -454,4 +454,6 @@ export const languageEnglish = {
usePlainFetchWarn: "Please disable this option when using NovelAI, as it can cause CORS errors when using NovelAI.",
translationPrompt: "Translation Prompt",
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",
}

View File

@@ -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">
{language.savebackup} (Local)
{language.saveBackupLocal} (Local)
</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">
{language.loadbackup} (Local)
{language.loadBackupLocal} (Local)
</button>
<button