Skip to content

Commit

Permalink
Translations update
Browse files Browse the repository at this point in the history
  • Loading branch information
salarcode committed May 30, 2023
1 parent e11728a commit c692e8d
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 109 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

[![license](https://img.shields.io/github/license/salarcode/SmartProxy.svg)](https://github.com/salarcode/SmartProxy/blob/master/LICENSE) [![Travis](https://img.shields.io/travis/salarcode/SmartProxy.svg)]() [![Crowdin](https://d322cqt584bo4o.cloudfront.net/smartproxy/localized.svg)](https://crowdin.com/project/smartproxy)

#### Version 1.0 has just released 🎉
Please use links below to access it from the browser markets.
Head over here to read the [release notes and change logs](https://github.com/salarcode/SmartProxy/releases/tag/v1.0.x).


#### Download From Store

* [![Mozilla Add-on](https://img.shields.io/amo/v/smartproxy.svg)](https://addons.mozilla.org/en-US/firefox/addon/smartproxy/) [Firefox Desktop Extension](https://addons.mozilla.org/en-US/firefox/addon/smartproxy)
Expand Down
6 changes: 6 additions & 0 deletions src/_locales/fa/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"popupAddFailedRequests": {
"message": "اضافه کردن به لیست قوانین"
},
"popupProfileTypeDoesNotSupportsRules": {
"message": "Selected profile '{0}' doesn't support rules, please select another profile."
},
"popupAddIgnoredFailures": {
"message": "نادیده گرفتن انتخابها"
},
Expand Down Expand Up @@ -389,6 +392,9 @@
"settingsRejectChangesButton": {
"message": "لغو تغییرات"
},
"settingsEditButton": {
"message": "ویرایش"
},
"settingsFullBackupButton": {
"message": "ایجاد پشتیبان کامل"
},
Expand Down
6 changes: 6 additions & 0 deletions src/_locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"popupAddFailedRequests": {
"message": "Добавить в список правил"
},
"popupProfileTypeDoesNotSupportsRules": {
"message": "Выбранный профиль «{0}» не поддерживает правила, выберите другой."
},
"popupAddIgnoredFailures": {
"message": "Игнорировать"
},
Expand Down Expand Up @@ -389,6 +392,9 @@
"settingsRejectChangesButton": {
"message": "Отклонить изменения"
},
"settingsEditButton": {
"message": "Изменить"
},
"settingsFullBackupButton": {
"message": "Создать полную резервную копию"
},
Expand Down
21 changes: 21 additions & 0 deletions src/_locales/zh-TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"popupAddFailedRequests": {
"message": "添加到代理規則"
},
"popupProfileTypeDoesNotSupportsRules": {
"message": "Selected profile '{0}' doesn't support rules, please select another profile."
},
"popupAddIgnoredFailures": {
"message": "忽略"
},
Expand Down Expand Up @@ -389,6 +392,9 @@
"settingsRejectChangesButton": {
"message": "放棄更改"
},
"settingsEditButton": {
"message": "Edit"
},
"settingsFullBackupButton": {
"message": "創建完整備份"
},
Expand Down Expand Up @@ -1118,6 +1124,21 @@
"settingsWelcomeSkipButton": {
"message": "明白"
},
"settingsSubscriptionStatsStatusSuccess": {
"message": "Status: Success"
},
"settingsSubscriptionStatsStatusFail": {
"message": "Status: Failed"
},
"settingsSubscriptionStatsLastTry": {
"message": "Last Try:"
},
"settingsSubscriptionStatsMessage": {
"message": "Message:"
},
"settingsSubscriptionStatsLastSuccess": {
"message": "Last Success:"
},
"settings_SmartProfileType_Direct": {
"message": "Direct"
},
Expand Down
Loading

0 comments on commit c692e8d

Please sign in to comment.