Skip to content

Commit

Permalink
Updated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Feb 4, 2022
1 parent d4b0b84 commit 372954a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 27 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Bouncer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>147</string>
<string>153</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down
4 changes: 2 additions & 2 deletions Bouncer/Views/FilterList/FilterTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ extension FilterType {
var formDescription: FilterDestinationDecoration {
switch self {
case .any:
return FilterDestinationDecoration(decoration: SYSTEM_IMAGES.ENTIRE_MESSAGE, text: "SENDER_AND_TEXT")
return FilterDestinationDecoration(decoration: SYSTEM_IMAGES.ENTIRE_MESSAGE, text: "SENDER_NUMBER_AND_TEXT")
case .sender:
return FilterDestinationDecoration(decoration: SYSTEM_IMAGES.SENDER, text: "SENDER")
return FilterDestinationDecoration(decoration: SYSTEM_IMAGES.SENDER, text: "SENDER_NUMBER")
case .message:
return FilterDestinationDecoration(decoration: SYSTEM_IMAGES.MESSAGE_TEXT, text: "TEXT")
}
Expand Down
10 changes: 2 additions & 8 deletions Bouncer/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Created by asaah18 on 7/13/21.

*/

/* Add Filter View */
"FILTER_TYPE_SELECTION_LABEL" =" عندما";
"FILTER_TEXT_PLACEHOLDER" = "أدخل كلمة أو عبارة";
"FILTER_CONTAINS_TEXT_LABEL" = "تحتوي";
Expand All @@ -22,15 +21,10 @@ Created by asaah18 on 7/13/21.
"JUNK_ACTION" = "الرسائل المزعجة";
"TRANSACTION_ACTION" = "المعاملات";
"PROMOTION_ACTION" = "إعلانات";
"SENDER_AND_TEXT" = "مرسل أو رسالة";
"SENDER" = "اسم المرسل";
"SENDER_NUMBER_AND_TEXT" = "Sender Name, Number or Message";
"SENDER_NUMBER" = "Sender Name or Number";
"TEXT" = "نص الرسالة";
"LIST_VIEW_TITLE" = "قائمة الحظر";
"SENDER_CONTAINS_PREFFIX " = "المرسل يحتوي على: ";
"MESSAGE_CONTAINS_PREFFIX " = "الرسالة تحتوي على: ";
"SENDER_IS_PREFFIX " = "المرسل هو: ";
"MESSAGE_IS_PREFFIX" = "الرسالة هي:";
"SENDER_OR_TEXT_CONTAINS_PREFFIX" = "";
"EMPTY_LIST_TITLE" = "قائمة الحظر فارغة";
"EMPTY_LIST_MESSAGE" = "سوف يقوم Bouncer بتصفية الرسائل النصية القصيرة من المرسلين المجهولين باستخدام الفلاتر التي تضيفها هنا.";
"TAP_SPACE" = "اضغط '";
Expand Down
10 changes: 2 additions & 8 deletions Bouncer/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

*/

/* Add Filter View */
"FILTER_TYPE_SELECTION_LABEL" = "When";
"FILTER_TEXT_PLACEHOLDER" = "Enter a word or phrase";
"FILTER_CONTAINS_TEXT_LABEL" = "Contains";
Expand All @@ -22,15 +21,10 @@
"JUNK_ACTION" = "Junk";
"TRANSACTION_ACTION" = "Transaction";
"PROMOTION_ACTION" = "Promotion";
"SENDER_AND_TEXT" = "Sender or Text";
"SENDER" = "Sender Name";
"SENDER_NUMBER_AND_TEXT" = "Sender Name, Number or Message";
"SENDER_NUMBER" = "Sender Name or Number";
"TEXT" = "Message Text";
"LIST_VIEW_TITLE" = "Block List";
"SENDER_CONTAINS_PREFFIX " = "Sender contains: ";
"MESSAGE_CONTAINS_PREFFIX " = "Message contains: ";
"SENDER_IS_PREFFIX " = "Sender is: ";
"MESSAGE_IS_PREFFIX" = "Message is:";
"SENDER_OR_TEXT_CONTAINS_PREFFIX" = "";
"EMPTY_LIST_TITLE" = "Your Block List is empty";
"EMPTY_LIST_MESSAGE" = "Bouncer will filter SMS from unknown senders using the filters you add here.";
"TAP_SPACE" = "Tap '";
Expand Down
9 changes: 2 additions & 7 deletions Bouncer/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@
"JUNK_ACTION" = "Spam";
"TRANSACTION_ACTION" = "Transacción";
"PROMOTION_ACTION" = "Promoción";
"SENDER_AND_TEXT" = "Remitente o Mensaje";
"SENDER" = "Remitente";
"SENDER_NUMBER_AND_TEXT" = "Remitente, número o mensaje";
"SENDER_NUMBER" = "Remitente o número";
"TEXT" = "Mensaje";
"LIST_VIEW_TITLE" = "Lista de Bloqueo";
"SENDER_CONTAINS_PREFFIX " = "El Remitente contiene: ";
"MESSAGE_CONTAINS_PREFFIX " = "El Mensaje contiene: ";
"SENDER_IS_PREFFIX " = "El Remitente es: ";
"MESSAGE_IS_PREFFIX" = "El mensaje es:";
"SENDER_OR_TEXT_CONTAINS_PREFFIX" = "";
"EMPTY_LIST_TITLE" = "Tu lista de bloqueo está vacía";
"EMPTY_LIST_MESSAGE" = "Bouncer bloqueará los mensajes de remitentes desconocidos usando los filtros que agregues aquí.";
"TAP_SPACE" = "Toca '";
Expand Down
2 changes: 1 addition & 1 deletion smsfilter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>147</string>
<string>153</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down

0 comments on commit 372954a

Please sign in to comment.