diff --git a/src/app/spell-check-handler.ts b/src/app/spell-check-handler.ts index 97f7f301..5da217f0 100644 --- a/src/app/spell-check-handler.ts +++ b/src/app/spell-check-handler.ts @@ -70,6 +70,7 @@ export class SpellChecker { copy: () => i18n.t('Copy')(), paste: () => i18n.t('Paste')(), inspectElement: () => i18n.t('Inspect Element', namespace)(), + pasteAsPlainText: () => i18n.t('Paste as plain text')(), }; } diff --git a/src/locale/en-US.json b/src/locale/en-US.json index 4e6a7236..6d9445fd 100644 --- a/src/locale/en-US.json +++ b/src/locale/en-US.json @@ -119,7 +119,7 @@ "Oops! Something went wrong. Would you like to restart the app?": "Oops! Something went wrong. Would you like to restart the app?", "Paste": "Paste", "Paste and Match Style": "Paste and Match Style", - "Paste as plain text ": "Paste as plain text", + "Paste as plain text": "Paste as plain text", "Permission Denied": "Permission Denied", "Permissions": { "Your administrator has disabled Full Screen. Please contact your admin for help": "Your administrator has disabled Full Screen. Please contact your admin for help", diff --git a/src/locale/fr-FR.json b/src/locale/fr-FR.json index ab310ef5..dca954f7 100644 --- a/src/locale/fr-FR.json +++ b/src/locale/fr-FR.json @@ -119,7 +119,7 @@ "Oops! Something went wrong. Would you like to restart the app?": "Oups ! Quelque chose s'est mal passé. Voulez-vous redémarrer l'application ?", "Paste": "Coller", "Paste and Match Style": "Coller et appliquer le style", - "Paste as plain text ": "Coller sans le formatage", + "Paste as plain text": "Coller sans le formatage", "Permission Denied": "Permission refusée", "Permissions": { "Your administrator has disabled Full Screen. Please contact your admin for help": "Votre administrateur a désactivé l'affichage plein écran, veuillez le contacter pour l'activer", diff --git a/src/locale/fr.json b/src/locale/fr.json index 7f788481..b7ca0607 100644 --- a/src/locale/fr.json +++ b/src/locale/fr.json @@ -119,7 +119,7 @@ "Oops! Something went wrong. Would you like to restart the app?": "Oups ! Quelque chose s'est mal passé. Voulez-vous redémarrer l'application ?", "Paste": "Coller", "Paste and Match Style": "Coller et appliquer le style", - "Paste as plain text": "Coller sans le formatage ", + "Paste as plain text": "Coller sans le formatage", "Permission Denied": "Permission refusée", "Permissions": { "Your administrator has disabled Full Screen. Please contact your admin for help": "Votre administrateur a désactivé Plein écran. Veuillez contacter votre administrateur pour obtenir de l'aide.", diff --git a/src/locale/ja-JP.json b/src/locale/ja-JP.json index a358ca0f..88556ee6 100644 --- a/src/locale/ja-JP.json +++ b/src/locale/ja-JP.json @@ -119,7 +119,7 @@ "Oops! Something went wrong. Would you like to restart the app?": "問題が発生しました。アプリを再起動しますか?", "Paste": "貼り付け", "Paste and Match Style": "貼り付けでスタイルを合わせる", - "Paste as plain text ": "プレーンテキストとして貼り付け", + "Paste as plain text": "プレーンテキストとして貼り付け", "Permission Denied": "アクセス許可が拒否されています", "Permissions": { "Your administrator has disabled Full Screen. Please contact your admin for help": "貴社の管理者が全画面の機能を無効にしました。管理者にご相談ください。",