mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
i18n entry for 'Copy as plain text' bugfix (#1674)
This commit is contained in:
parent
b177e250a9
commit
7279351c63
@ -70,6 +70,7 @@ export class SpellChecker {
|
|||||||
copy: () => i18n.t('Copy')(),
|
copy: () => i18n.t('Copy')(),
|
||||||
paste: () => i18n.t('Paste')(),
|
paste: () => i18n.t('Paste')(),
|
||||||
inspectElement: () => i18n.t('Inspect Element', namespace)(),
|
inspectElement: () => i18n.t('Inspect Element', namespace)(),
|
||||||
|
pasteAsPlainText: () => i18n.t('Paste as plain text')(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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?",
|
"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": "Paste",
|
||||||
"Paste and Match Style": "Paste and Match Style",
|
"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",
|
"Permission Denied": "Permission Denied",
|
||||||
"Permissions": {
|
"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",
|
"Your administrator has disabled Full Screen. Please contact your admin for help": "Your administrator has disabled Full Screen. Please contact your admin for help",
|
||||||
|
@ -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 ?",
|
"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": "Coller",
|
||||||
"Paste and Match Style": "Coller et appliquer le style",
|
"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",
|
"Permission Denied": "Permission refusée",
|
||||||
"Permissions": {
|
"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",
|
"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",
|
||||||
|
@ -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 ?",
|
"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": "Coller",
|
||||||
"Paste and Match Style": "Coller et appliquer le style",
|
"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",
|
"Permission Denied": "Permission refusée",
|
||||||
"Permissions": {
|
"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.",
|
"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.",
|
||||||
|
@ -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": "プレーンテキストとして貼り付け",
|
||||||
"Permission Denied": "アクセス許可が拒否されています",
|
"Permission Denied": "アクセス許可が拒否されています",
|
||||||
"Permissions": {
|
"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": "貴社の管理者が全画面の機能を無効にしました。管理者にご相談ください。",
|
||||||
|
Loading…
Reference in New Issue
Block a user