Merge pull request #20 from seanpue/master

added messages_hi.json and messages_ur.json
This commit is contained in:
Rainer Simon 2020-05-20 16:37:09 +02:00 committed by GitHub
commit e26792d40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

10
src/i18n/messages_hi.json Normal file
View File

@ -0,0 +1,10 @@
{
"Add a comment...": "टिप्पणी जोड़ें",
"Add a reply...": "जवाब दें",
"Add tag...": "टैग लगाएँ",
"Cancel": "रद्द करें",
"Close": "बंद करें",
"Edit": "संपादित करें",
"Delete": "हटाएँ",
"Ok": "ठीक है"
}

10
src/i18n/messages_ur.json Normal file
View File

@ -0,0 +1,10 @@
{
"Add a comment...": "تبصرہ کریں",
"Add a reply...": "جواب دیں",
"Add tag...": "ٹیگ لگائیں",
"Cancel": "منسوخ کریں",
"Close": "بند کریں",
"Edit": "ترمیم کریں",
"Delete": "ہٹائیں",
"Ok": "ٹھیک ہے"
}