From 4bc43978d75951a265ca31f9c2cc88a5b56cce9e Mon Sep 17 00:00:00 2001 From: Reza Moallemi Date: Fri, 27 Oct 2017 08:05:15 +0330 Subject: [PATCH] Create fa.json (#496) Created fa.json to provide Persian (FA) translations for Home Assistant --- translations/fa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 translations/fa.json diff --git a/translations/fa.json b/translations/fa.json new file mode 100644 index 0000000000..bca3a71db0 --- /dev/null +++ b/translations/fa.json @@ -0,0 +1,12 @@ +{ + "language": { + "fa": "فارسی" + }, + "panel": { + "states": "وضعیت", + "map": "نقشه", + "logbook": "گزارش روزانه", + "history": "تاریخچه", + "log_out": "خروج" + } +}