Skip to content

Commit

Permalink
Update command word farsi translations
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanfwalker committed May 21, 2017
1 parent 8bfb1b8 commit 3dc1fdf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion features/i18n-commands.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: Internationalisation
Scenario: Command in local language
Given that the 'رهبران' group exists
When I send an SMS to SMSUP with content 'ورود رهبران'
When I send an SMS to SMSUP with content 'عضویت رهبران'
Then I receive an SMS with the content 'You have joined the رهبران group. «با ثبت نام در SMSUP، موافقت می کنید تا از ارسال هرگونه پیام شرم آور، تهدیدآمیز، و مخالف قانون جاری و نافذ خودداری می کنید. بدین وسیله UR را از پرداخت غرامت در قبال هرگونه آسیب، مسئولیت، صدمه، یا هر هزینه ای که در نتیجه استفاده شما از SMSUP منتج شود، مبرا می کنید'

Scenario: Non-command word in local language
Expand Down
10 changes: 5 additions & 5 deletions server/locales/fa.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"create": "ساختن",
"delete": "حذف كردن",
"create": "ایجاد",
"delete": "حذف",
"'{{groupName}}' group created.": "'{{groupName}}' group created.",
"invite": "invite",
"join": "ورود",
"leave": "خارج",
"invite": "دعوت",
"join": "عضویت",
"leave": "خروج",
"Reply \"{{prefix}}join {{groupName}}\" to join.": "Reply \"join {{groupName}}\" to join.",
"SMS Up terms of use are.": "«با ثبت نام در SMSUP، موافقت می کنید تا از ارسال هرگونه پیام شرم آور، تهدیدآمیز، و مخالف قانون جاری و نافذ خودداری می کنید. بدین وسیله UR را از پرداخت غرامت در قبال هرگونه آسیب، مسئولیت، صدمه، یا هر هزینه ای که در نتیجه استفاده شما از SMSUP منتج شود، مبرا می کنید",
"the {{groupName}} group has been deleted.": "the {{groupName}} group has been deleted.",
Expand Down
2 changes: 1 addition & 1 deletion server/routing/__tests__/aliases.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('Mobile originated message parsing', () => {
});
it('', () => {
expect(createAliases('leave')).toEqual(
[{ locale: 'fa', alias: 'خارج' }, { locale: 'en', alias: 'leave' }],
[{ locale: 'fa', alias: 'خروج' }, { locale: 'en', alias: 'leave' }],
);
});
});

0 comments on commit 3dc1fdf

Please sign in to comment.