diff --git a/src/i18n/messages_hi.json b/src/i18n/messages_hi.json new file mode 100644 index 0000000..089c1fc --- /dev/null +++ b/src/i18n/messages_hi.json @@ -0,0 +1,10 @@ +{ + "Add a comment...": "टिप्पणी जोड़ें", + "Add a reply...": "जवाब दें", + "Add tag...": "टैग लगाएँं", + "Cancel": "रद्द करें", + "Close": "बंद करें", + "Edit": "संपादित करें", + "Delete": "हटाएँं", + "Ok": "ठीक है" +} diff --git a/src/i18n/messages_ur.json b/src/i18n/messages_ur.json new file mode 100644 index 0000000..e5e0163 --- /dev/null +++ b/src/i18n/messages_ur.json @@ -0,0 +1,10 @@ +{ + "Add a comment...": "تبصرہ کریں", + "Add a reply...": "جواب دیں", + "Add tag...": "ٹیگ لگائیں", + "Cancel": "منسوخ کریں", + "Close": "بند کریں", + "Edit": "ترمیم کریں", + "Delete": "ہٹائیں", + "Ok": "ٹھیک ہے" +}