add translations for ConvertPasswordDialog (de, fr, it, es, ja, zh-CN)

This commit is contained in:
Maria Sukhova 2022-01-27 11:33:20 +03:00
parent cfb5705f60
commit cc6e7ec80a
6 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"SuccessfullyCreated": "Datei '{{fileTitle}}' erstellt",
"ConversionPasswordFormCaption": "Bitte ein Passwort eingeben, um die Vorlage zu speichern",
"ConversionPasswordMasterFormCaption": "Passwort erforderlich für Speicherung als OFORM",
"CreationError": "Dateierstellung fehlgeschlagen. Das Passwort ist ungültig"
}

View File

@ -0,0 +1,6 @@
{
"SuccessfullyCreated": "El archivo '{{fileTitle}}' se ha creado",
"ConversionPasswordFormCaption": "Escriba una contraseña para guardar la plantilla",
"ConversionPasswordMasterFormCaption": "Escriba una contraseña para guardar como oform",
"CreationError": "Error al crear el archivo. Se ha introducido una contraseña incorrecta"
}

View File

@ -0,0 +1,6 @@
{
"SuccessfullyCreated": "Fichier '{{fileTitle}}' créé",
"ConversionPasswordFormCaption": "Entrez un mot de passe pour sauvegarder le modèle",
"ConversionPasswordMasterFormCaption": "Entrez un mot de passe pour l'enregistrer comme oform",
"CreationError": "Erreur de création de fichier. Le mot de passe saisi est incorrect."
}

View File

@ -0,0 +1,6 @@
{
"SuccessfullyCreated": "File '{{fileTitle}}' creato",
"ConversionPasswordFormCaption": "Inserisci una password per salvare il modello",
"ConversionPasswordMasterFormCaption": "Inserisci una password per salvare come oform",
"CreationError": "Errore durante la creazione del file. E' stata inserita la password errata"
}

View File

@ -0,0 +1,6 @@
{
"SuccessfullyCreated": "'{{fileTitle}}' ファイルが作成されました",
"ConversionPasswordFormCaption": "テンプレートを保存するためのパスワードを入力してください",
"ConversionPasswordMasterFormCaption": "oformとして保存するためのパスワードを入力してください",
"CreationError": "ファイル作成エラー。誤ったパスワードが入力されました"
}

View File

@ -0,0 +1,6 @@
{
"SuccessfullyCreated": "文件 '{{fileTitle}}' 已创建",
"ConversionPasswordFormCaption": "输入密码以保存模板",
"ConversionPasswordMasterFormCaption": "输入密码以另存为oform",
"CreationError": "文件创建错误。密码不正确"
}