This commit is contained in:
problematicconsumer
2023-10-04 18:06:48 +03:30
parent 839967d02d
commit 8ec9f7f964
25 changed files with 130 additions and 89 deletions

View File

@@ -57,12 +57,13 @@
"fromClipboard": "Add From Clipboard",
"scanQr": "Scan QR code",
"manually": "Manual Entry",
"addingProfileMsg": "Adding Profile"
"addingProfileMsg": "Adding Profile",
"failureMsg": "Failed to add profile"
},
"update": {
"buttonTxt": "Update",
"tooltip": "Update Profile",
"failureMsg": "Update Failed",
"failureMsg": "Failed to update profile",
"successMsg": "Profile updated successfully"
},
"edit": {
@@ -76,7 +77,8 @@
},
"save": {
"buttonText": "Save",
"successMsg": "Profile saved successfully"
"successMsg": "Profile saved successfully",
"failureMsg": "Failed to save profile"
},
"detailsForm": {
"nameLabel": "Name",
@@ -242,7 +244,7 @@
"invalidConfig": "Invalid Configs"
},
"connection": {
"unexpected": "Unexpected error",
"unexpected": "Unexpected connection error",
"timeout": "Connection timeout",
"badCertificate": "Bad certificate",
"badResponse": "Bad response",

View File

@@ -57,7 +57,8 @@
"fromClipboard": "افزودن از کلیپ‌بورد",
"scanQr": "اسکن QR کد",
"manually": "افزودن دستی",
"addingProfileMsg": "در حال افزودن پروفایل"
"addingProfileMsg": "در حال افزودن پروفایل",
"failureMsg": "در افزودن پروفایل خطایی رخ داد"
},
"update": {
"buttonTxt": "بروزرسانی",
@@ -76,7 +77,8 @@
},
"save": {
"buttonText": "ذخیره",
"successMsg": "پروفایل با موفقیت ذخیره شد"
"successMsg": "پروفایل با موفقیت ذخیره شد",
"failureMsg": "خطا در ذخیره پروفایل"
},
"detailsForm": {
"nameLabel": "نام",
@@ -242,7 +244,7 @@
"invalidConfig": "کانفیگ غیر معتبر"
},
"connection": {
"unexpected": "خطای غیرمنتظره",
"unexpected": " خطای غیرمنتظره در اتصال",
"timeout": "درخواست بیش از حد مجاز زمان برد",
"badCertificate": "خطای اعتبار سنجی",
"badResponse": "پاسخ نامعتبر",