i18n entry for 'Copy as plain text' bugfix (#1674)

This commit is contained in:
Salah Benmoussati 2023-01-12 10:43:14 +01:00 committed by GitHub
parent b177e250a9
commit 7279351c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View File

@ -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')(),
};
}

View File

@ -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",

View File

@ -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",

View File

@ -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.",

View File

@ -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": "貴社の管理者が全画面の機能を無効にしました。管理者にご相談ください。",