From b5d61bd665327fb4a5779fb85db1e85c7d2bc389 Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Wed, 6 Mar 2024 14:38:21 +0900
Subject: [PATCH] fix (locale): add missing key (toEdit)

overlooked in 40293a73c05b6b7f28a4b2902a0a0fd09834ef63
---
 locales/en-US.yml | 1 +
 locales/ja-JP.yml | 1 +
 locales/zh-CN.yml | 1 +
 locales/zh-TW.yml | 1 +
 4 files changed, 4 insertions(+)

diff --git a/locales/en-US.yml b/locales/en-US.yml
index 507dfce883..d583fbb77f 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -674,6 +674,7 @@ pluginTokenRequestedDescription: "This plugin will be able to use the permission
   set here."
 notificationType: "Notification type"
 edit: "Edit"
+toEdit: "Edit"
 emailServer: "Email server"
 enableEmail: "Enable email distribution"
 emailConfigInfo: "Used to confirm your email during sign-up or if you forget your
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index af159bbf22..986e4cb80a 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -609,6 +609,7 @@ tokenRequested: "アカウントへのアクセス許可"
 pluginTokenRequestedDescription: "このプラグインはここで設定した権限を行使できるようになります。"
 notificationType: "通知の種類"
 edit: "編集"
+toEdit: "編集する"
 emailServer: "メールサーバー"
 enableEmail: "メール配信機能を有効化する"
 emailConfigInfo: "メールアドレスの確認やパスワードリセットの際に使います"
diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml
index bb790d1d3b..820cbdbcc4 100644
--- a/locales/zh-CN.yml
+++ b/locales/zh-CN.yml
@@ -592,6 +592,7 @@ tokenRequested: "允许访问账号"
 pluginTokenRequestedDescription: "此插件将能够拥有这里设置的权限。"
 notificationType: "通知类型"
 edit: "编辑"
+toEdit: "编辑"
 emailServer: "邮件服务器"
 enableEmail: "启用发送邮件功能"
 emailConfigInfo: "用于确认电子邮件和密码重置"
diff --git a/locales/zh-TW.yml b/locales/zh-TW.yml
index 0c1ce84abd..78814ec896 100644
--- a/locales/zh-TW.yml
+++ b/locales/zh-TW.yml
@@ -588,6 +588,7 @@ tokenRequested: "允許存取帳戶"
 pluginTokenRequestedDescription: "此外掛將擁有在此設定的權限。"
 notificationType: "通知形式"
 edit: "編輯"
+toEdit: "編輯"
 emailServer: "電郵伺服器"
 enableEmail: "啟用發送電郵功能"
 emailConfigInfo: "用於確認電郵地址及密碼重置"