diff --git a/src/renderer/lang/ir.json b/src/renderer/lang/ir.json index 3e7362f..95b41d9 100644 --- a/src/renderer/lang/ir.json +++ b/src/renderer/lang/ir.json @@ -1,3 +1,19 @@ { - "title": "The Dash" -} + "title": "The Dash", + "description": "یک ابزار ارسال بسته از راه دور برای PS4", + "buttons": { + "send": "ارسال", + "cancel": "لغو", + "browse": "مرور" + }, + "labels": { + "ip": "آدرس IP", + "port": "پورت", + "package": "بسته" + }, + "messages": { + "success": "بسته با موفقیت ارسال شد.", + "error": "خطایی در ارسال بسته رخ داد.", + "noFile": "لطفاً یک فایل بسته انتخاب کنید." + } +} \ No newline at end of file