diff --git a/DixaMessenger.podspec b/DixaMessenger.podspec
index a101b6e..8d86257 100644
--- a/DixaMessenger.podspec
+++ b/DixaMessenger.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'DixaMessengerKit'
- s.version = '1.1.0'
+ s.version = '1.2.0'
s.summary = 'DixaMessenger for iOS'
# This description is used to generate tags and improve search results.
diff --git a/DixaMessenger.xcframework/Info.plist b/DixaMessenger.xcframework/Info.plist
index 901d26d..68a8448 100644
--- a/DixaMessenger.xcframework/Info.plist
+++ b/DixaMessenger.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
DixaMessenger.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
DixaMessenger.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Assets.car b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Assets.car
index b4525d5..46f4952 100644
Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Assets.car and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Assets.car differ
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car
index 47ad711..2e12ecf 100644
Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car differ
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist
index 4634874..5be0f2b 100644
Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist differ
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/DixaMessenger b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/DixaMessenger
index 74f174d..ce676c0 100755
Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/DixaMessenger and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/DixaMessenger differ
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Headers/DixaMessenger.h b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Headers/DixaMessenger.h
index c2f762f..ff9376f 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Headers/DixaMessenger.h
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Headers/DixaMessenger.h
@@ -1,4 +1,4 @@
-// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
+// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
#ifndef DIXAMESSENGER_SWIFT_H
#define DIXAMESSENGER_SWIFT_H
#pragma clang diagnostic push
@@ -184,11 +184,21 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(IBSegueAction)
# define IBSegueAction
#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
#if __has_feature(modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
+@import CoreGraphics;
+@import Foundation;
@import ObjectiveC;
+@import UIKit;
#endif
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
@@ -206,12 +216,33 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# pragma pop_macro("any")
#endif
+@class NSCoder;
+@class UITouch;
+@class UIEvent;
+
+IB_DESIGNABLE
+SWIFT_CLASS("_TtC13DixaMessenger14AnimatedButton")
+@interface AnimatedButton : UIButton
+- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
+- (void)layoutSubviews;
+- (void)touchesBegan:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
+- (void)touchesEnded:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
+@end
+
@class NSString;
-@class NSNumber;
+@class NSBundle;
+
+SWIFT_CLASS("_TtC13DixaMessenger23KnowledgeViewController")
+@interface KnowledgeViewController : UIViewController
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
+- (void)viewDidLoad;
+- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
+@end
+
@class NSData;
-@class UIViewController;
SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
@interface Messenger : NSObject
@@ -262,6 +293,12 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
+
+
+
+
+
+
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Info.plist b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Info.plist
index d1a1e53..9256760 100644
Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Info.plist and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Info.plist differ
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftdoc b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftdoc
index 2a001a2..5304c31 100644
Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftdoc and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftdoc differ
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftinterface b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftinterface
index cb7c9a9..c572db0 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
+// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger
import Combine
import CoreHaptics
@@ -46,6 +46,16 @@ extension UIKit.UIColor {
extension os.OSLog {
public static let application: os.OSLog
}
+@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable @_Concurrency.MainActor(unsafe) public class AnimatedButton : UIKit.UIButton {
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews()
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?)
+ @objc deinit
+}
+@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class KnowledgeViewController : UIKit.UIViewController {
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
+ @objc deinit
+}
public enum LogLevel : Swift.UInt, Swift.Comparable {
public static func < (lhs: DixaMessenger.LogLevel, rhs: DixaMessenger.LogLevel) -> Swift.Bool
case none
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/Info.plist
index 6a7c5ad..fdc6f40 100644
Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/Info.plist differ
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings
index 47e1ee4..f7caab7 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "أخبرنا بكل ما نحتاج إلى معرفته";
+"dixa_contact_form_send" = "إرسال";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "اتصل بنا";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "متابعة إلى المحادثة";
/* missing input in field */
"dixa_empty_field_error" = "يرجى ملء الحقل للمتابعة";
+
+"dixa_frontpage_find_articles" = "البحث عن مقالات";
+
+"dixa_knowledge_search_textfield_placeholder" = "البحث";
+
+"dixa_knowledge_navigation_title" = "كيف يمكن أن نساعدك؟";
+
+"dixa_knowledge_suggested_articles" = "مقالات مقترحة";
+
+"dixa_knowledge_popular_topics" = "المواضيع الشائعة";
+
+"dixa_knowledge_comment_title_helpful" = "هل كان هذا مفيدًا؟";
+
+"dixa_knowledge_comment_title_contact_us" = "يرجى التواصل معنا للحصول على المزيد من المساعدة";
+
+"dixa_knowledge_comment_title_comment" = "رائع. هل تريد ترك تعليق؟";
+
+"dixa_knowledge_comment_title_comment_thanks" = "نشكرك على تعليقك.";
+
+"dixa_knowledge_comment_yes" = "نعم، شكرًا";
+
+"dixa_knowledge_comment_no" = "لا، أنا بحاجة إلى مساعدة";
+
+"dixa_knowledge_feedback_button_add_comment" = "إضافة التعليق";
+
+"dixa_knowledge_feedback_button_start_conversation" = "بدء محادثة";
+
+"dixa_knowledge_feedback_your_comment" = "تعليقك";
+
+"dixa_knowledge_search_placeholder_info" = "اكتب أي كلمة رئيسية أو جملة للعثور على المقالات ذات الصلة";
+
+"dixa_knowledge_search_placeholder_no_results" = "لم يتم العثور على نتائج لـ";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "تجربة كلمة رئيسية أخرى";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings
index fea4884..562d45e 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Fortæl os hvad vi bør vide";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktform";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Fortsæt til samtale";
/* missing input in field */
"dixa_empty_field_error" = "Udfyld feltet for at fortsætte";
+
+"dixa_frontpage_find_articles" = "Find artikler";
+
+"dixa_knowledge_search_textfield_placeholder" = "Søg";
+
+"dixa_knowledge_navigation_title" = "Hvordan kan vi hjælpe dig?";
+
+"dixa_knowledge_suggested_articles" = "Foreslåede artikler";
+
+"dixa_knowledge_popular_topics" = "Populære emner";
+
+"dixa_knowledge_comment_title_helpful" = "Var dette til hjælp?";
+
+"dixa_knowledge_comment_title_contact_us" = "Kontakt os for at få mere hjælp";
+
+"dixa_knowledge_comment_title_comment" = "Glimrende. Vil du efterlade en kommentar?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Tak for din kommentar.";
+
+"dixa_knowledge_comment_yes" = "Ja, tak";
+
+"dixa_knowledge_comment_no" = "Nej, jeg behøver hjælp";
+
+"dixa_knowledge_feedback_button_add_comment" = "Tilføj kommentaren";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start samtale";
+
+"dixa_knowledge_feedback_your_comment" = "Din kommentar";
+
+"dixa_knowledge_search_placeholder_info" = "Indtast et nøgleord eller en sætning for at finde relaterede artikler";
+
+"dixa_knowledge_search_placeholder_no_results" = "Ingen resultater fundet for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prøv et andet nøgleord";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings
index 7ca1b39..3d65c13 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings
@@ -303,6 +303,8 @@ versuchen, oder dich per E-Mail an unser Support-Team wenden.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Sag uns alles, was wir wissen müssen";
+"dixa_contact_form_send" = "Senden";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktformular";
@@ -332,3 +334,37 @@ versuchen, oder dich per E-Mail an unser Support-Team wenden.";
"dixa_continue_to_conversation" = "Weiter zum Gespräch";
/* missing input in field */
"dixa_empty_field_error" = "Bitte füllen Sie das Feld aus, um fortzufahren";
+
+"dixa_frontpage_find_articles" = "Artikel finden";
+
+"dixa_knowledge_search_textfield_placeholder" = "Suchen";
+
+"dixa_knowledge_navigation_title" = "Wie können wir dir helfen?";
+
+"dixa_knowledge_suggested_articles" = "Empfohlene Artikel";
+
+"dixa_knowledge_popular_topics" = "Beliebte Themen";
+
+"dixa_knowledge_comment_title_helpful" = "War das hilfreich?";
+
+"dixa_knowledge_comment_title_contact_us" = "Bitte kontaktiere uns für weitere Hilfe";
+
+"dixa_knowledge_comment_title_comment" = "Großartig. Möchtest du einen Kommentar hinterlassen?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Vielen Dank für deinen Kommentar.";
+
+"dixa_knowledge_comment_yes" = "Ja, vielen Dank";
+
+"dixa_knowledge_comment_no" = "Nein, ich brauche Hilfe";
+
+"dixa_knowledge_feedback_button_add_comment" = "Den Kommentar hinzufügen";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Gespräch beginnen";
+
+"dixa_knowledge_feedback_your_comment" = "Dein Kommentar";
+
+"dixa_knowledge_search_placeholder_info" = "Geben Sie ein Stichwort oder einen Satz ein, um zugehörige Artikel zu finden";
+
+"dixa_knowledge_search_placeholder_no_results" = "Keine Ergebnisse gefunden für";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Versuche es mit einem anderen Schlüsselwort";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings
index 1e64d68..aed645e 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contact form";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continue to Conversation";
/* missing input in field */
"dixa_empty_field_error" = "Please fill out field to continue";
+
+"dixa_frontpage_find_articles" = "Find articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Search";
+
+"dixa_knowledge_navigation_title" = "How can we help you?";
+
+"dixa_knowledge_suggested_articles" = "Suggested articles";
+
+"dixa_knowledge_popular_topics" = "Popular topics";
+
+"dixa_knowledge_comment_title_helpful" = "Was this helpful?";
+
+"dixa_knowledge_comment_title_contact_us" = "Please reach out for more help";
+
+"dixa_knowledge_comment_title_comment" = "Great. Want to leave a comment?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Thanks for your comment.";
+
+"dixa_knowledge_comment_yes" = "Yes, thanks";
+
+"dixa_knowledge_comment_no" = "No, I need help";
+
+"dixa_knowledge_feedback_button_add_comment" = "Add the comment";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Your comment";
+
+"dixa_knowledge_search_placeholder_info" = "Type any keyword or sentence to find related articles";
+
+"dixa_knowledge_search_placeholder_no_results" = "No results found for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings
index 559b24a..45cd468 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings
@@ -303,6 +303,8 @@ o enviar un correo electrónico al equipo de asistencia.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Dinos todo lo que necesitamos saber";
+"dixa_contact_form_send" = "Enviar";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Formulario de contacto";
@@ -332,3 +334,37 @@ o enviar un correo electrónico al equipo de asistencia.";
"dixa_continue_to_conversation" = "Continuar para ir a la conversación";
/* missing input in field */
"dixa_empty_field_error" = "Complete el campo para continuar";
+
+"dixa_frontpage_find_articles" = "Encontrar artículos";
+
+"dixa_knowledge_search_textfield_placeholder" = "Buscar";
+
+"dixa_knowledge_navigation_title" = "¿En qué podemos ayudarte?";
+
+"dixa_knowledge_suggested_articles" = "Artículos sugeridos";
+
+"dixa_knowledge_popular_topics" = "Temas populares";
+
+"dixa_knowledge_comment_title_helpful" = "¿Te ha parecido útil?";
+
+"dixa_knowledge_comment_title_contact_us" = "Ponte en contacto con nosotros para obtener ayuda";
+
+"dixa_knowledge_comment_title_comment" = "Genial. ¿Quieres dejar un comentario?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Gracias por tu comentario.";
+
+"dixa_knowledge_comment_yes" = "Sí, gracias";
+
+"dixa_knowledge_comment_no" = "No, necesito ayuda";
+
+"dixa_knowledge_feedback_button_add_comment" = "Añadir el comentario";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Iniciar conversación";
+
+"dixa_knowledge_feedback_your_comment" = "Tu comentario";
+
+"dixa_knowledge_search_placeholder_info" = "Escriba cualquier palabra clave o frase para encontrar artículos relacionados";
+
+"dixa_knowledge_search_placeholder_no_results" = "No se han encontrado resultados para";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prueba otra palabra clave";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings
index 967b70d..5ced355 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings
@@ -303,6 +303,8 @@ või meie kasutajatoele e-kirja saata.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Anna meile kogu oluline info";
+"dixa_contact_form_send" = "Saada";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktivorm";
@@ -332,3 +334,37 @@ või meie kasutajatoele e-kirja saata.";
"dixa_continue_to_conversation" = "Liikuge edasi vestluse juurde";
/* missing input in field */
"dixa_empty_field_error" = "Jätkamiseks palun täitke väli";
+
+"dixa_frontpage_find_articles" = "Otsi artikleid";
+
+"dixa_knowledge_search_textfield_placeholder" = "Otsi";
+
+"dixa_knowledge_navigation_title" = "Kuidas saame abiks olla?";
+
+"dixa_knowledge_suggested_articles" = "Soovitatud artiklid";
+
+"dixa_knowledge_popular_topics" = "Populaarsed teemad";
+
+"dixa_knowledge_comment_title_helpful" = "Kas sellest oli abi?";
+
+"dixa_knowledge_comment_title_contact_us" = "Kui sul on veel küsimusi, võta ühendust";
+
+"dixa_knowledge_comment_title_comment" = "Suurepärane. Kas soovid kommenteerida?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Täname kommentaari eest.";
+
+"dixa_knowledge_comment_yes" = "Jah, aitäh";
+
+"dixa_knowledge_comment_no" = "Ei, vajan abi";
+
+"dixa_knowledge_feedback_button_add_comment" = "Lisa kommentaar";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Alusta vestlust";
+
+"dixa_knowledge_feedback_your_comment" = "Sinu kommentaar";
+
+"dixa_knowledge_search_placeholder_info" = "Seotud artiklite leidmiseks sisestage märksõna või lause";
+
+"dixa_knowledge_search_placeholder_no_results" = "Tulemusi ei leitud otsingule";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Proovi teist märksõna";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings
index 43a5ca7..39c0f5b 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings
@@ -303,6 +303,8 @@ lähettää sähköpostia tukitiimillemme.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Kerro meille kaikki, mitä meidän tarvitsee tietää";
+"dixa_contact_form_send" = "Lähetä";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Yhteydenottolomake";
@@ -332,3 +334,37 @@ lähettää sähköpostia tukitiimillemme.";
"dixa_continue_to_conversation" = "Jatka keskusteluun";
/* missing input in field */
"dixa_empty_field_error" = "Täytä kenttä jatkaaksesi";
+
+"dixa_frontpage_find_articles" = "Etsi artikkeleita";
+
+"dixa_knowledge_search_textfield_placeholder" = "Hae";
+
+"dixa_knowledge_navigation_title" = "Miten voimme auttaa sinua?";
+
+"dixa_knowledge_suggested_articles" = "Ehdotetut artikkelit";
+
+"dixa_knowledge_popular_topics" = "Suositut aiheet";
+
+"dixa_knowledge_comment_title_helpful" = "Oliko tästä apua?";
+
+"dixa_knowledge_comment_title_contact_us" = "Ota yhteyttä, jos tarvitset lisäapua";
+
+"dixa_knowledge_comment_title_comment" = "Hienoa. Haluatko jättää kommentin?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Kiitos kommentistasi.";
+
+"dixa_knowledge_comment_yes" = "Kyllä, kiitos";
+
+"dixa_knowledge_comment_no" = "Ei, tarvitsen apua";
+
+"dixa_knowledge_feedback_button_add_comment" = "Lisää kommentti";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Aloita keskustelu";
+
+"dixa_knowledge_feedback_your_comment" = "Kommenttisi";
+
+"dixa_knowledge_search_placeholder_info" = "Etsi aiheeseen liittyviä artikkeleita kirjoittamalla avainsana tai lause";
+
+"dixa_knowledge_search_placeholder_no_results" = "Ei tuloksia haulla";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Kokeile toista avainsanaa";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings
index 05276b0..7a75599 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Dites-nous tout ce que nous devons savoir";
+"dixa_contact_form_send" = "Envoyer";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Formulaire de contact";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continuer vers la conversation";
/* missing input in field */
"dixa_empty_field_error" = "Veuillez remplir le champ pour continuer";
+
+"dixa_frontpage_find_articles" = "Rechercher des articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Recherche";
+
+"dixa_knowledge_navigation_title" = "Comment pouvons-nous vous aider ?";
+
+"dixa_knowledge_suggested_articles" = "Articles suggérés";
+
+"dixa_knowledge_popular_topics" = "Sujets populaires";
+
+"dixa_knowledge_comment_title_helpful" = "Ces informations vous ont-elles été utiles ?";
+
+"dixa_knowledge_comment_title_contact_us" = "Veuillez nous contacter pour obtenir plus d'aide";
+
+"dixa_knowledge_comment_title_comment" = "Excellent. Voulez-vous laisser un commentaire ?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Merci pour votre commentaire.";
+
+"dixa_knowledge_comment_yes" = "Oui, merci";
+
+"dixa_knowledge_comment_no" = "Non, j'ai besoin d'aide";
+
+"dixa_knowledge_feedback_button_add_comment" = "Ajouter le commentaire";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Démarrer une conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Votre commentaire";
+
+"dixa_knowledge_search_placeholder_info" = "Saisissez n'importe quel mot clé ou phrase pour trouver des articles connexes";
+
+"dixa_knowledge_search_placeholder_no_results" = "Aucun résultat trouvé pour";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Essayez un autre mot clé";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings
index 9fa4023..f6942fa 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Mondja el, amiről tudnunk kellene";
+"dixa_contact_form_send" = "Küldés";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kapcsolatfelvételi űrlap";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Folytassa a beszélgetéssel";
/* missing input in field */
"dixa_empty_field_error" = "Kérjük, töltse ki a mezőt a folytatáshoz";
+
+"dixa_frontpage_find_articles" = "Cikkek keresése";
+
+"dixa_knowledge_search_textfield_placeholder" = "Keresés";
+
+"dixa_knowledge_navigation_title" = "Hogyan segíthetünk?";
+
+"dixa_knowledge_suggested_articles" = "Ajánlott cikkek";
+
+"dixa_knowledge_popular_topics" = "Népszerű témakörök";
+
+"dixa_knowledge_comment_title_helpful" = "Hasznos volt ez?";
+
+"dixa_knowledge_comment_title_contact_us" = "További segítségért vedd fel velünk a kapcsolatot";
+
+"dixa_knowledge_comment_title_comment" = "Nagyszerű. Szeretne megjegyzést hagyni?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Köszönjük a hozzászólását.";
+
+"dixa_knowledge_comment_yes" = "Igen, köszönöm";
+
+"dixa_knowledge_comment_no" = "Nem, segítségre van szükségem";
+
+"dixa_knowledge_feedback_button_add_comment" = "Hozzászólás hozzáadása";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Beszélgetés indítása";
+
+"dixa_knowledge_feedback_your_comment" = "Hozzászólása";
+
+"dixa_knowledge_search_placeholder_info" = "A kapcsolódó cikkek kereséséhez Írjon be egy kulcsszót vagy mondatot";
+
+"dixa_knowledge_search_placeholder_no_results" = "Nincs találat a következőre:";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Próbálkozz egy másik kulcsszóval";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings
index 590f021..62f0eb9 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings
@@ -303,6 +303,8 @@ eða sent þjónustudeildinni skilaboð.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Segðu okkur allt sem við þurfum að vita";
+"dixa_contact_form_send" = "Senda";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Sambandseyðublað";
@@ -332,3 +334,37 @@ eða sent þjónustudeildinni skilaboð.";
"dixa_continue_to_conversation" = "Halda áfram í samtal";
/* missing input in field */
"dixa_empty_field_error" = "Fylltu út reitinn til að halda áfram";
+
+"dixa_frontpage_find_articles" = "Finna greinar";
+
+"dixa_knowledge_search_textfield_placeholder" = "Leit";
+
+"dixa_knowledge_navigation_title" = "Hvernig getum við aðstoðað?";
+
+"dixa_knowledge_suggested_articles" = "Tillögur að greinum";
+
+"dixa_knowledge_popular_topics" = "Vinsæl málefni";
+
+"dixa_knowledge_comment_title_helpful" = "Var þetta hjálplegt?";
+
+"dixa_knowledge_comment_title_contact_us" = "Hafðu samband til að fá meiri aðstoð";
+
+"dixa_knowledge_comment_title_comment" = "Frábært. Viltu skilja eftir ummæli?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Takk fyrir ummælin.";
+
+"dixa_knowledge_comment_yes" = "Já, takk";
+
+"dixa_knowledge_comment_no" = "Nei, ég þarf aðstoð";
+
+"dixa_knowledge_feedback_button_add_comment" = "Bæta við athugasemd";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Byrja á samtali";
+
+"dixa_knowledge_feedback_your_comment" = "Ummælin þín";
+
+"dixa_knowledge_search_placeholder_info" = "Skrifaðu leitarorð eða setningu til að finna tengdar greinar";
+
+"dixa_knowledge_search_placeholder_no_results" = "Engar niðurstöður fundust fyrir";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prófaðu annað leitarorð";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings
index d5ada00..717fb8c 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Diteci tutto quello che abbiamo bisogno di sapere";
+"dixa_contact_form_send" = "Invia";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Modulo di contatto";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Vai alla conversazione";
/* missing input in field */
"dixa_empty_field_error" = "Si prega di compilare il campo per continuare";
+
+"dixa_frontpage_find_articles" = "Trova articoli";
+
+"dixa_knowledge_search_textfield_placeholder" = "Cerca";
+
+"dixa_knowledge_navigation_title" = "Come possiamo aiutarti?";
+
+"dixa_knowledge_suggested_articles" = "Articoli suggeriti";
+
+"dixa_knowledge_popular_topics" = "Argomenti popolari";
+
+"dixa_knowledge_comment_title_helpful" = "È stato utile?";
+
+"dixa_knowledge_comment_title_contact_us" = "Contattaci per ulteriore assistenza";
+
+"dixa_knowledge_comment_title_comment" = "Ottimo. Vuoi lasciare un commento?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Grazie per il tuo commento.";
+
+"dixa_knowledge_comment_yes" = "Sì, grazie";
+
+"dixa_knowledge_comment_no" = "No, ho bisogno di assistenza";
+
+"dixa_knowledge_feedback_button_add_comment" = "Aggiungi il commento";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Inizia conversazione";
+
+"dixa_knowledge_feedback_your_comment" = "Il tuo commento";
+
+"dixa_knowledge_search_placeholder_info" = "Digita una parola chiave o una frase per trovare articoli correlati";
+
+"dixa_knowledge_search_placeholder_no_results" = "Nessun risultato per";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prova un'altra parola chiave";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings
index e6a48bb..a64bd30 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings
@@ -9,270 +9,272 @@
loco:60f7de8d40efd37b18055312
* Toolbar */
-"dixa_chat_title_we_usually_reply" = "We usually reply";
+"dixa_chat_title_we_usually_reply" = "通常返信にかかる時間";
/* loco:60f7de8d40efd37b18055313 */
-"dixa_chat_title_response_time" = "Within 10 minutes";
+"dixa_chat_title_response_time" = "10分以内";
/* loco:60f7de8d40efd37b18055314
* Message */
-"dixa_hint_write_your_message" = "Write your message";
+"dixa_hint_write_your_message" = "メッセージを入力";
/* loco:60f7de8d40efd37b18055315
* Unread Messages */
-"dixa_message_new_messages" = "New messages";
+"dixa_message_new_messages" = "新着メッセージ";
/* loco:60f7de8d40efd37b18055316
* Agent */
-"dixa_message_agent_joined_the_conversation" = "%@ joined the conversation";
+"dixa_message_agent_joined_the_conversation" = "%@さんがチャットに参加しました";
/* loco:60f7de8d40efd37b18055317
* Access Permissions */
-"dixa_error_message_access_denied" = "Please allow access to your phone's media in order to attach and send files.";
+"dixa_error_message_access_denied" = "ファイルを添付して送信するために、携帯電話のメディアへのアクセスを許可してください。";
/* loco:60f7de8d40efd37b18055318
* Content Description */
-"dixa_accessibility_label_back" = "Back";
+"dixa_accessibility_label_back" = "戻る";
/* loco:60f7de8d40efd37b18055319 */
-"dixa_accessibility_label_agent_photo" = "Agent's photo";
+"dixa_accessibility_label_agent_photo" = "担当者の写真";
/* loco:60f7de8d40efd37b1805531b */
-"dixa_accessibility_label_agent_is_typing" = "Agent is typing";
+"dixa_accessibility_label_agent_is_typing" = "担当者が入力中";
/* loco:60f7de8d40efd37b1805531d */
-"dixa_accessibility_label_expand_input_field" = "Expand input field";
+"dixa_accessibility_label_expand_input_field" = "入力フィールドを展開";
/* loco:60f7de8d40efd37b1805531e */
-"dixa_accessibility_label_collapse_input_field" = "Collapse input field";
+"dixa_accessibility_label_collapse_input_field" = "入力フィールドを折りたたむ";
/* loco:60f7de8d40efd37b18055320 */
-"dixa_accessibility_label_download_file" = "Download file";
+"dixa_accessibility_label_download_file" = "ファイルをダウンロードする";
/* loco:60f7de8d40efd37b18055321 */
-"dixa_accessibility_label_attach_file" = "Attach file";
+"dixa_accessibility_label_attach_file" = "ファイルを添付する";
/* loco:60f7de8d40efd37b18055322 */
-"dixa_accessibility_label_send_message" = "Send message";
+"dixa_accessibility_label_send_message" = "メッセージを送信する";
/* loco:60f7e10a3c543245a60bc012 */
-"dixa_message_state_sending" = "Sending";
+"dixa_message_state_sending" = "送信中";
/* loco:60f7e1210b15b5190230fd92 */
-"dixa_message_state_sent" = "Sent";
+"dixa_message_state_sent" = "送信済み";
/* loco:60f7e1333a5da90c4f1481d3 */
-"dixa_message_state_delivered" = "Delivered";
+"dixa_message_state_delivered" = "配信済み";
/* loco:60f7e13c62bc0a3ea204f362 */
-"dixa_message_state_seen" = "Seen";
+"dixa_message_state_seen" = "既読";
/* loco:60f7e149afb31164004fbe42 */
-"dixa_message_state_failed_to_send" = "Failed to send";
+"dixa_message_state_failed_to_send" = "送信に失敗しました";
/* loco:610403c6751c8b16453f3592 */
-"dixa_frontpage_start_new_conversation" = "Start a conversation";
+"dixa_frontpage_start_new_conversation" = "チャットを開始";
/* loco:6107a9cb34ad852afd5bc4a2 */
-"dixa_accessibility_label_exit_button" = "Exit";
+"dixa_accessibility_label_exit_button" = "終了";
/* loco:6107a9f9ca07942cbf4a3f52 */
-"dixa_accessibility_label_loading_progress_bar" = "Loading";
+"dixa_accessibility_label_loading_progress_bar" = "読み込み中";
/* loco:6107abe2f999e05b1f6f1a42 */
-"dixa_frontpage_view_previous_conversations" = "View previous conversations";
+"dixa_frontpage_view_previous_conversations" = "前のチャットを表示";
/* loco:6107ac8031c9d864260b9072 */
-"dixa_frontpage_footer" = "We're using Dixa";
+"dixa_frontpage_footer" = "Dixaを使用しています";
/* loco:6107aca41a5587331c1a6b92 */
-"dixa_frontpage_error_title" = "Sorry...";
+"dixa_frontpage_error_title" = "申し訳ありません…";
/* loco:6107acda3fa307445a5c3892 */
-"dixa_frontpage_error_subtitle" = "We're having network issues. You can try to refresh the page or email our support team.";
+"dixa_frontpage_error_subtitle" = "ネットワークの問題が発生しています。ページを更新するか、サポートチームにメールでお問い合わせください。";
/* loco:6107ad02279d6a68c77c4ba3 */
-"dixa_frontpage_refresh_button" = "Refresh the page";
+"dixa_frontpage_refresh_button" = "ページを更新";
/* loco:6107b0e8455d1f26cb1d5912 */
-"dixa_accessibility_label_cancel" = "Cancel";
+"dixa_accessibility_label_cancel" = "キャンセル";
/* loco:6107b1c38818932d0c1027e3 */
-"dixa_accessibility_label_message_status_failed" = "Message failed to send";
+"dixa_accessibility_label_message_status_failed" = "メッセージの送信に失敗しました";
/* loco:6107b1dce39849525b1bd1b2 */
-"dixa_accessibility_label_message_status_sent" = "Message sent";
+"dixa_accessibility_label_message_status_sent" = "メッセージ送信済み";
/* loco:6107b1ee11f9f863d72975f2 */
-"dixa_accessibility_label_message_status_delivered" = "Message delivered";
+"dixa_accessibility_label_message_status_delivered" = "メッセージ配信済み";
/* loco:6107b202ff6dfd4511463f82 */
-"dixa_accessibility_label_message_status_seen" = "Message seen";
+"dixa_accessibility_label_message_status_seen" = "既読のメッセージ";
/* loco:6107b214528e7441d53089c2 */
-"dixa_accessibility_label_message_status_sending" = "Sending the message";
+"dixa_accessibility_label_message_status_sending" = "メッセージを送信中";
/* loco:6107bf3bce0ba60a620ff6f2 */
-"dixa_frontpage_greeting_subtitle" = "Feel free to reach out. We're ready to help.";
+"dixa_frontpage_greeting_subtitle" = "お気軽にお問い合わせください。お手伝いします。";
/* loco:6107bf71ce0ba60a620ff6f4 */
-"dixa_frontpage_greeting_title" = "Hey there 👋 ";
+"dixa_frontpage_greeting_title" = "こんにちは 👋 ";
/* loco:610bd86ca85c0c3a081d3e03 */
-"dixa_accessibility_label_message_with_image" = "Message with image";
+"dixa_accessibility_label_message_with_image" = "画像付きメッセージ";
/* loco:610d23cd128ef23c623c9d64 */
-"dixa_select_a_smaller_file_error_message" = "Please select a file under 10MB";
+"dixa_select_a_smaller_file_error_message" = "10MB未満のファイルを選択してください";
/* loco:6110fdd36475e07e7f6975a2 */
-"dixa_last_message_user_prefix" = "You: %@";
+"dixa_last_message_user_prefix" = "自分:%@";
/* loco:6111433d2381b25a153d3bd2 */
-"dixa_last_message_no_text" = "Continue your conversation";
+"dixa_last_message_no_text" = "チャットを続ける";
/* loco:6114e437f195376afe2c2df4 */
-"dixa_previous_conversations_header" = "Your previous conversations";
+"dixa_previous_conversations_header" = "前のチャット";
/* loco:6114edb9bac50e62167ae8f2 */
-"dixa_closed_conversation_start_new_conversation" = "Start a new conversation";
+"dixa_closed_conversation_start_new_conversation" = "新しいチャットを開始";
/* loco:6114ee4104d1c612164cff95 */
-"dixa_closed_conversation_message" = "Your conversation has ended.";
+"dixa_closed_conversation_message" = "チャットが終了しました。";
/* loco:6116310f0076a37fa47b5282 */
-"dixa_toolbar_agent_online" = "Online now";
+"dixa_toolbar_agent_online" = "現在オンライン";
/* loco:61163432f5b4e41e23144bb5 */
-"dixa_attachment_permission_settings_button" = "Settings";
+"dixa_attachment_permission_settings_button" = "設定";
/* loco:6116345def574f222501fd16 */
-"dixa_cancel_button" = "Cancel";
+"dixa_cancel_button" = "キャンセル";
/* loco:6116349f9165e12401377145 */
-"dixa_attachment_image_title" = "Image";
+"dixa_attachment_image_title" = "画像";
/* loco:611634b59165e12401377147 */
-"dixa_attachment_file_title" = "File";
+"dixa_attachment_file_title" = "ファイル";
/* loco:611634de394e7548310a44d2 */
-"dixa_attachment_type_title" = "Attachment type";
+"dixa_attachment_type_title" = "添付タイプ";
/* loco:61163512311d220c902b7562 */
-"dixa_attachment_type_message" = "Select file from gallery or archive";
+"dixa_attachment_type_message" = "ギャラリーまたはフォルダーからファイルを選択";
/* loco:611638d94c152a5aac338f22 */
-"dixa_toolbar_agent_away" = "Away";
+"dixa_toolbar_agent_away" = "退席中";
/* loco:61180fc2e7b52c5d5a4d5262 */
-"dixa_previous_conversations_error_subtitle" = "We’re having issues loading your previous conversations. You can try to refresh the page or email our support team.";
+"dixa_previous_conversations_error_subtitle" = "以前のチャットを読み込む際、問題が発生しました。ページを更新するか、サポートチームにメールでお問い合わせください。";
/* loco:611810caa6b60c796014eaf2 */
-"dixa_previous_conversations_error_title" = "Sorry..";
+"dixa_previous_conversations_error_title" = "申し訳ありません…";
/* loco:611b69ef7f08a65e71347746 */
-"dixa_open_file_error" = "Failed to open a file";
+"dixa_open_file_error" = "ファイルが開けませんでした";
/* loco:611b7fa15d606462c83d1b42 */
-"dixa_attachment_download_label_in_progress" = "Downloading";
+"dixa_attachment_download_label_in_progress" = "ダウンロード中";
/* loco:611b7fc1d4d18b3b533df2c5 */
-"dixa_attachment_download_label_success" = "Downloaded";
+"dixa_attachment_download_label_success" = "ダウンロード完了";
/* loco:611b7fd773dacb447029c422 */
-"dixa_attachment_download_label_error" = "Failed to download";
+"dixa_attachment_download_label_error" = "ダウンロード失敗";
/* loco:611b849d84e41d2378415393 */
-"dixa_accessibility_label_open_file" = "Open file";
+"dixa_accessibility_label_open_file" = "ファイルを開く";
/* loco:611e22f0aa31a8697e5dc0a2 */
-"dixa_error_select_an_attachment" = "Please select a valid photo or file";
+"dixa_error_select_an_attachment" = "有効な写真またはファイルを選択してください";
/* loco:61262710d9972f38f45c7112 */
"dixa_file_too_big_error_ok" = "OK";
/* loco:612f633075538025f02bb932 */
-"dixa_android_push_notification_channel_name" = "Customer support";
+"dixa_android_push_notification_channel_name" = "カスタマーサポート";
/* loco:61320b63a23ea67e81664d56 */
-"dixa_network_issues_error_message" = "Sorry, we’re having network issues. You can try to refresh the page or email our support team.";
+"dixa_network_issues_error_message" = "申し訳ありません、ネットワークの問題が発生しています。ページを更新するか、サポートチームにメールでお問い合わせください。";
/* loco:613214d1cefdd85f6113f6c2 */
-"dixa_send_message_to_start_conversation" = "Send a message to start a conversation";
+"dixa_send_message_to_start_conversation" = "メッセージを送信してチャットを開始";
/* loco:613717a4a605ea60ee0199c2 */
-"dixa_network_issues_reconnected_message" = "Great! You’ve been reconnected.";
+"dixa_network_issues_reconnected_message" = "素晴らしいです!再接続しました。";
/* loco:61372ce6a3010252bf266332 */
-"dixa_resend_message" = "Resend message";
+"dixa_resend_message" = "メッセージを再送信";
/* loco:61372d0f4d68a81f735cf504 */
-"dixa_delete_message" = "Delete message";
+"dixa_delete_message" = "メッセージを削除";
/* loco:6138c25252374851ef4478c3 */
-"dixa_csat_emoji_label_bad" = "Bad";
+"dixa_csat_emoji_label_bad" = "悪い";
/* loco:6138c26b4f84a7150e45e3f2 */
-"dixa_csat_emoji_label_meh" = "Meh";
+"dixa_csat_emoji_label_meh" = "いまいち";
/* loco:6138c27d52374851ef4478c6 */
-"dixa_csat_emoji_label_okay" = "Okay";
+"dixa_csat_emoji_label_okay" = "普通";
/* loco:6138c28e9999206ee6679386 */
-"dixa_csat_emoji_label_good" = "Good";
+"dixa_csat_emoji_label_good" = "良い";
/* loco:6138c2a046bec603b66dd897 */
-"dixa_csat_emoji_label_great" = "Great";
+"dixa_csat_emoji_label_great" = "素晴らしい";
/* loco:6138c2e0b0badf0aa53921c2 */
-"dixa_csat_add_comment" = "Add a comment";
+"dixa_csat_add_comment" = "コメントを追加";
/* loco:6138c2f64daeb310a0580c72 */
-"dixa_csat_save_comment" = "Save comment";
+"dixa_csat_save_comment" = "コメントを保存";
/* loco:6138c32ba68f3650bb2050b2 */
-"dixa_csat_see_comment" = "See your comment";
+"dixa_csat_see_comment" = "コメントを表示";
/* loco:6138c364a68f3650bb2050b4 */
-"dixa_csat_hide_comment" = "Hide your comment";
+"dixa_csat_hide_comment" = "コメントを非表示";
/* loco:6138c3e87bd53a70c72edb43 */
-"dixa_message_agent_left_the_conversation" = "%@ left the conversation";
+"dixa_message_agent_left_the_conversation" = "%@さんがチャットから退出しました";
/* loco:613f4e33c13ac642c62cdc82 */
-"dixa_bulletin_board_show_more" = "Show more";
+"dixa_bulletin_board_show_more" = "さらに表示";
/* loco:613f4e52ae0b645e63586492 */
-"dixa_bulletin_board_show_less" = "Show less";
+"dixa_bulletin_board_show_less" = "表示件数を減らす";
/* loco:6140a16d72c44a4ec857db33 */
-"dixa_message_sent_interval_now" = "Just now";
+"dixa_message_sent_interval_now" = "たった今";
/* loco:6140a224600e886e3b3ba295 */
-"dixa_message_sent_interval_less_than_a_minute" = "Less than one minute ago";
+"dixa_message_sent_interval_less_than_a_minute" = "1分以内";
/* loco:6140a4263ae2d5100d1d0d42 */
-"dixa_message_sent_interval_minutes" = "1 minute ago";
+"dixa_message_sent_interval_minutes" = "1分前";
/* loco:6140a4437359c031495ee6c2 */
-"dixa_message_sent_interval_x_minutes" = "%d minutes ago";
+"dixa_message_sent_interval_x_minutes" = "%d分前";
/* loco:6140a6ddd950c10d283c64a4 */
-"dixa_message_sent_interval_hours" = "1 hour ago";
+"dixa_message_sent_interval_hours" = "1時間前";
/* loco:6140a70f6747061e477e3802 */
-"dixa_message_sent_interval_x_hours" = "%d hours ago";
+"dixa_message_sent_interval_x_hours" = "%d時間前";
/* loco:6141b36031fe824b755f77a2 */
-"dixa_title_reply_time" = "We usually reply within 10 minutes";
+"dixa_title_reply_time" = "通常、10分以内に返信します";
/* loco:6144867c61928d6c4f372ed3 */
-"dixa_message_state_failed_to_deliver" = "Failed to deliver";
+"dixa_message_state_failed_to_deliver" = "メッセージの配信に失敗しました";
/* loco:61518243fdf18619fb6d1162 */
-"dixa_no_messages_sent" = "No messages sent";
+"dixa_no_messages_sent" = "送信したメッセージがありません";
/* loco:6152f1e34a248a7ae90bae22 */
-"dixa_unable_to_start_new_conversation_error" = "Sorry! We’re having issues starting
new conversations. You can try again
or email our support team.";
+"dixa_unable_to_start_new_conversation_error" = "申し訳ありません。新しいチャットを開始する際、
+問題が発生しました。もう一度試すか、
+サポートにメールでお問い合わせください。";
/* loco:615bcdcc2c89326bcf297324 */
"dixa_message_sent_interval_minutes-plural-2" = "";
@@ -281,52 +283,88 @@
"dixa_message_sent_interval_hours-plural-2" = "";
/* loco:615fdcfede0c6b419e49a233 */
-"dixa_your_name" = "Your name";
+"dixa_your_name" = "名前";
/* loco:615fdd55b1167b76987201d2 */
-"dixa_your_email" = "Your email";
+"dixa_your_email" = "あなたのメール アドレス";
/* loco:615fdd6f6193485355724282 */
-"dixa_enter_details" = "Enter details";
+"dixa_enter_details" = "詳細情報を入力";
/* loco:615fdd8fde0c6b419e49a235 */
-"dixa_leave_message" = "Leave message";
+"dixa_leave_message" = "メッセージを送信";
/* loco:615fe04e6dae5b4925026972 */
-"dixa_contact_form_whats_your_name" = "What’s your first name?";
+"dixa_contact_form_whats_your_name" = "名前を教えてください";
/* loco:615fe06ee3f1914e4e429aa2 */
-"dixa_contact_form_email_example" = "For example “bruce@wayne.com”";
+"dixa_contact_form_email_example" = "例えば、「hogehoge@hogehoge.jp」";
/* loco:615fe09696ea1a64d6036ad2 */
-"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_tell_us_everything" = "お問い合わせ内容を入力してください";
+
+"dixa_contact_form_send" = "送信";
/* loco:61641128c50d266dbc2414b2 */
-"dixa_contact_form" = "Contact form";
+"dixa_contact_form" = "お問い合わせフォーム";
-"dixa_frontpage_continue_conversation" = "Continue the conversation";
+"dixa_frontpage_continue_conversation" = "チャットを続ける";
/* loco:6168043aa8e5357081734583 */
-"dixa_invalid_email" = "Invalid email. Try again.";
+"dixa_invalid_email" = "メールアドレスが正しくありません。もう一度お試しください。";
/* name textfield label */
-"dixa_name_field_label" = "Your name";
+"dixa_name_field_label" = "名前";
/* name textfield placeholder*/
-"dixa_name_field_placeholder" = "What’s your first name?";
+"dixa_name_field_placeholder" = "名前を教えてください";
/* email textfield label */
-"dixa_email_field_label" = "Your e-mail";
+"dixa_email_field_label" = "あなたのメールアドレス";
/* email field placeholder */
-"dixa_email_field_placeholder" = "For example “bruce@wayne.com”";
+"dixa_email_field_placeholder" = "例えば、「hogehoge@hogehoge.jp」";
/*login/ user identification screen header text*/
-"dixa_user_claim_header" = "Let’s get started with your information";
+"dixa_user_claim_header" = "さっそく情報を入力しましょう";
/* error message when name field is left blanc*/
-"dixa_invalid_name" = "Please enter your name";
+"dixa_invalid_name" = "名前を入力してください";
/*manual user claim view button title*/
-"dixa_continue_to_conversation" = "Continue to Conversation";
+"dixa_continue_to_conversation" = "チャットに進む";
/* missing input in field */
-"dixa_empty_field_error" = "Please fill out field to continue";
+"dixa_empty_field_error" = "続行するにはフィールドに入力する必要があります";
+
+"dixa_frontpage_find_articles" = "記事を検索";
+
+"dixa_knowledge_search_textfield_placeholder" = "検索する";
+
+"dixa_knowledge_navigation_title" = "お困りの点は何ですか?";
+
+"dixa_knowledge_suggested_articles" = "お勧めの記事";
+
+"dixa_knowledge_popular_topics" = "人気トピック";
+
+"dixa_knowledge_comment_title_helpful" = "役に立ちましたか?";
+
+"dixa_knowledge_comment_title_contact_us" = "詳細についてはお問い合わせください";
+
+"dixa_knowledge_comment_title_comment" = "素晴らしいです。コメントを残しますか?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "コメント、ありがとうございました。";
+
+"dixa_knowledge_comment_yes" = "はい、ありがとうございます";
+
+"dixa_knowledge_comment_no" = "いいえ、助けが必要です";
+
+"dixa_knowledge_feedback_button_add_comment" = "コメントを追加";
+
+"dixa_knowledge_feedback_button_start_conversation" = "チャットを開始";
+
+"dixa_knowledge_feedback_your_comment" = "コメント";
+
+"dixa_knowledge_search_placeholder_info" = "関連する記事を検索するにはキーワードまたは文章を入力してください";
+
+"dixa_knowledge_search_placeholder_no_results" = "該当する結果が見つかりませんでした: ";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "別のキーワードを試してください";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings
index e6a48bb..e84cd34 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contact form";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continue to Conversation";
/* missing input in field */
"dixa_empty_field_error" = "Please fill out field to continue";
+
+"dixa_frontpage_find_articles" = "Find articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Search";
+
+"dixa_knowledge_navigation_title" = "How can we help you?";
+
+"dixa_knowledge_suggested_articles" = "Suggested articles";
+
+"dixa_knowledge_popular_topics" = "Popular topics";
+
+"dixa_knowledge_comment_title_helpful" = "Was this helpful?";
+
+"dixa_knowledge_comment_title_contact_us" = "Please reach out for more help";
+
+"dixa_knowledge_comment_title_comment" = "Great. Want to leave a comment?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Thanks for your comment.";
+
+"dixa_knowledge_comment_yes" = "Yes, thanks";
+
+"dixa_knowledge_comment_no" = "No, I need help";
+
+"dixa_knowledge_feedback_button_add_comment" = "Add the comment";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Your comment";
+
+"dixa_knowledge_search_placeholder_info" = "Type any keyword or sentence to find related articles";
+
+"dixa_knowledge_search_placeholder_no_results" = "No results found for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings
index 65ca125..422240c 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings
@@ -303,6 +303,8 @@ arba rašykite el. laišką mūsų palaikymo komandai.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Papasakokite mums viską, ką turėtume žinoti";
+"dixa_contact_form_send" = "Siųsti";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontakto forma";
@@ -332,3 +334,37 @@ arba rašykite el. laišką mūsų palaikymo komandai.";
"dixa_continue_to_conversation" = "Tęsti pokalbį";
/* missing input in field */
"dixa_empty_field_error" = "Užpildykite langelį ir tęskite";
+
+"dixa_frontpage_find_articles" = "Rasti straipsnių";
+
+"dixa_knowledge_search_textfield_placeholder" = "Ieškoti";
+
+"dixa_knowledge_navigation_title" = "Kuo galime padėti?";
+
+"dixa_knowledge_suggested_articles" = "Siūlomi straipsniai";
+
+"dixa_knowledge_popular_topics" = "Populiarios temos";
+
+"dixa_knowledge_comment_title_helpful" = "Ar tai buvo naudinga?";
+
+"dixa_knowledge_comment_title_contact_us" = "Kreipkitės, jei reikia daugiau pagalbos";
+
+"dixa_knowledge_comment_title_comment" = "Puiku. Norite palikti komentarą?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Dėkojame už jūsų komentarą.";
+
+"dixa_knowledge_comment_yes" = "Taip, ačiū";
+
+"dixa_knowledge_comment_no" = "Ne, man reikia pagalbos";
+
+"dixa_knowledge_feedback_button_add_comment" = "Pridėti komentarą";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Pradėti pokalbį";
+
+"dixa_knowledge_feedback_your_comment" = "Jūsų komentaras";
+
+"dixa_knowledge_search_placeholder_info" = "Norėdami rasti susijusius straipsnius, įveskite bet kokį raktažodį arba sakinį";
+
+"dixa_knowledge_search_placeholder_no_results" = "Nerasta jokių rezultatų, atitinkančių";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Bandyti įvesti kitą raktažodį";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings
index 17952fc..16fbb1a 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Pastāstiet mums visu, kas mums jāzina";
+"dixa_contact_form_send" = "Sūtīt";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Saziņas veidlapa";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Turpināt uz sarunu";
/* missing input in field */
"dixa_empty_field_error" = "Lūdzu, aizpildiet lauku, lai turpinātu";
+
+"dixa_frontpage_find_articles" = "Atrast rakstus";
+
+"dixa_knowledge_search_textfield_placeholder" = "Meklēt";
+
+"dixa_knowledge_navigation_title" = "Kā varam palīdzēt?";
+
+"dixa_knowledge_suggested_articles" = "Ieteiktie raksti";
+
+"dixa_knowledge_popular_topics" = "Populārie temati";
+
+"dixa_knowledge_comment_title_helpful" = "Vai tas palīdzēja?";
+
+"dixa_knowledge_comment_title_contact_us" = "Lūdzu, sazinieties ar mums, lai saņemtu papildu palīdzību";
+
+"dixa_knowledge_comment_title_comment" = "Lieliski. Vai vēlaties atstāt komentāru?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Paldies par komentāru.";
+
+"dixa_knowledge_comment_yes" = "Jā, paldies";
+
+"dixa_knowledge_comment_no" = "Nē, man nepieciešama palīdzība";
+
+"dixa_knowledge_feedback_button_add_comment" = "Pievienot komentāru";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Sākt sarunu";
+
+"dixa_knowledge_feedback_your_comment" = "Jūsu komentārs";
+
+"dixa_knowledge_search_placeholder_info" = "Ierakstiet atslēgvārdu vai teikumu, lai atrastu saistītos rakstus";
+
+"dixa_knowledge_search_placeholder_no_results" = "Netika atrasts neviens rezultāts:";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Izmēģiniet citu atslēgvārdu";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings
index d800f3b..650f0e6 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings
@@ -303,6 +303,8 @@ of een e-mail naar onze klantenservice sturen.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Vertel ons alles wat we moeten weten";
+"dixa_contact_form_send" = "Verzenden";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contactformulier";
@@ -332,3 +334,37 @@ of een e-mail naar onze klantenservice sturen.";
"dixa_continue_to_conversation" = "Doorgaan naar gesprek";
/* missing input in field */
"dixa_empty_field_error" = "Vul het veld in om door te gaan";
+
+"dixa_frontpage_find_articles" = "Artikelen zoeken";
+
+"dixa_knowledge_search_textfield_placeholder" = "Zoeken";
+
+"dixa_knowledge_navigation_title" = "Hoe kunnen we u helpen?";
+
+"dixa_knowledge_suggested_articles" = "Aanbevolen artikelen";
+
+"dixa_knowledge_popular_topics" = "Populaire onderwerpen";
+
+"dixa_knowledge_comment_title_helpful" = "Was dit nuttig?";
+
+"dixa_knowledge_comment_title_contact_us" = "Neem contact op voor meer hulp";
+
+"dixa_knowledge_comment_title_comment" = "Geweldig. Wilt u een reactie achterlaten?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Bedankt voor uw reactie.";
+
+"dixa_knowledge_comment_yes" = "Ja, bedankt";
+
+"dixa_knowledge_comment_no" = "Nee, ik heb hulp nodig";
+
+"dixa_knowledge_feedback_button_add_comment" = "Voeg de reactie toe";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Gesprek beginnen";
+
+"dixa_knowledge_feedback_your_comment" = "Uw reactie";
+
+"dixa_knowledge_search_placeholder_info" = "Typ elk trefwoord of zin om verwante artikelen te zoeken";
+
+"dixa_knowledge_search_placeholder_no_results" = "Geen resultaten gevonden voor";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Probeer een ander trefwoord";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings
index 125db2f..dd2550f 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings
@@ -303,6 +303,8 @@ eller sende supportteamet vårt en e-post.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Fortell oss alt vi trenger å vite";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktskjema";
@@ -332,3 +334,37 @@ eller sende supportteamet vårt en e-post.";
"dixa_continue_to_conversation" = "Fortsett til samtalen";
/* missing input in field */
"dixa_empty_field_error" = "Fyll ut feltet for å fortsette";
+
+"dixa_frontpage_find_articles" = "Finn artikler";
+
+"dixa_knowledge_search_textfield_placeholder" = "Søk";
+
+"dixa_knowledge_navigation_title" = "Hvordan kan vi hjelpe deg?";
+
+"dixa_knowledge_suggested_articles" = "Foreslåtte artikler";
+
+"dixa_knowledge_popular_topics" = "Populære emner";
+
+"dixa_knowledge_comment_title_helpful" = "Var dette til hjelp?";
+
+"dixa_knowledge_comment_title_contact_us" = "Ta gjerne kontakt for mer hjelp";
+
+"dixa_knowledge_comment_title_comment" = "Supert. Vil du skrive en kommentar?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Takk for kommentaren.";
+
+"dixa_knowledge_comment_yes" = "Ja, takk";
+
+"dixa_knowledge_comment_no" = "Nei, jeg trenger hjelp";
+
+"dixa_knowledge_feedback_button_add_comment" = "Legg til kommentaren";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start samtale";
+
+"dixa_knowledge_feedback_your_comment" = "Din kommentar";
+
+"dixa_knowledge_search_placeholder_info" = "Skriv søkeord eller setning for å finne relaterte artikler";
+
+"dixa_knowledge_search_placeholder_no_results" = "Ingen resultater funnet for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prøv et annet nøkkelord";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings
index 21bb349..8e8cd25 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings
@@ -303,6 +303,8 @@ lub wyślij wiadomość e-mail do naszego zespołu wsparcia.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Powiedz nam wszystko, co musimy wiedzieć.";
+"dixa_contact_form_send" = "Wyślij";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Formularz kontaktowy";
@@ -332,3 +334,37 @@ lub wyślij wiadomość e-mail do naszego zespołu wsparcia.";
"dixa_continue_to_conversation" = "Przejdź do rozmowy";
/* missing input in field */
"dixa_empty_field_error" = "Aby kontynuować, wypełnij pole";
+
+"dixa_frontpage_find_articles" = "Znajdź artykuły";
+
+"dixa_knowledge_search_textfield_placeholder" = "Szukaj";
+
+"dixa_knowledge_navigation_title" = "Jak możemy pomóc?";
+
+"dixa_knowledge_suggested_articles" = "Proponowane artykuły";
+
+"dixa_knowledge_popular_topics" = "Popularne tematy";
+
+"dixa_knowledge_comment_title_helpful" = "Czy było to pomocne?";
+
+"dixa_knowledge_comment_title_contact_us" = "Skontaktuj się z nami, aby uzyskać dodatkową pomoc";
+
+"dixa_knowledge_comment_title_comment" = "Świetnie. Chcesz zostawić komentarz?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Dziękujemy za komentarz.";
+
+"dixa_knowledge_comment_yes" = "Tak, dziękuję";
+
+"dixa_knowledge_comment_no" = "Nie, potrzebuję pomocy.";
+
+"dixa_knowledge_feedback_button_add_comment" = "Dodaj komentarz";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Rozpocznij konwersację";
+
+"dixa_knowledge_feedback_your_comment" = "Twój komentarz";
+
+"dixa_knowledge_search_placeholder_info" = "Wprowadź dowolne słowo kluczowe lub zdanie, aby znaleźć powiązane artykuły.";
+
+"dixa_knowledge_search_placeholder_no_results" = "Nie znaleziono wyników dla";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Wypróbuj inne słowo kluczowe";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings
index bcbba05..f909364 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings
@@ -303,6 +303,8 @@ ou enviar um e-mail à nossa equipa de suporte.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Conte-nos tudo o que precisamos de saber";
+"dixa_contact_form_send" = "Enviar";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Formulário de contacto";
@@ -332,3 +334,37 @@ ou enviar um e-mail à nossa equipa de suporte.";
"dixa_continue_to_conversation" = "Continuar para a conversa";
/* missing input in field */
"dixa_empty_field_error" = "Por favor, preencha o campo para continuar";
+
+"dixa_frontpage_find_articles" = "Encontrar artigos";
+
+"dixa_knowledge_search_textfield_placeholder" = "Pesquisar";
+
+"dixa_knowledge_navigation_title" = "Como podemos ajudá-lo?";
+
+"dixa_knowledge_suggested_articles" = "Artigos sugeridos";
+
+"dixa_knowledge_popular_topics" = "Tópicos populares";
+
+"dixa_knowledge_comment_title_helpful" = "Isto foi útil?";
+
+"dixa_knowledge_comment_title_contact_us" = "Por favor, não hesite em contactar-nos para mais ajuda";
+
+"dixa_knowledge_comment_title_comment" = "Ótimo. Pretende deixar um comentário?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Agradecemos o seu comentário.";
+
+"dixa_knowledge_comment_yes" = "Sim, obrigado";
+
+"dixa_knowledge_comment_no" = "Não, eu preciso de ajuda";
+
+"dixa_knowledge_feedback_button_add_comment" = "Adicione o comentário";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Começar conversa";
+
+"dixa_knowledge_feedback_your_comment" = "O seu comentário";
+
+"dixa_knowledge_search_placeholder_info" = "Escreva qualquer palavra-chave ou frase para encontrar artigos relacionados";
+
+"dixa_knowledge_search_placeholder_no_results" = "Não foram encontrados resultados para";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Tente outra palavra-chave";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings
index c9dc0d2..bc3d5b3 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Расскажите нам всё!";
+"dixa_contact_form_send" = "Отправить";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Форма обратной связи";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Перейти к чату";
/* missing input in field */
"dixa_empty_field_error" = "Заполните поле, чтобы продолжить";
+
+"dixa_frontpage_find_articles" = "Найти статьи";
+
+"dixa_knowledge_search_textfield_placeholder" = "Поиск";
+
+"dixa_knowledge_navigation_title" = "Чем мы можем вам помочь?";
+
+"dixa_knowledge_suggested_articles" = "Рекомендуемые статьи";
+
+"dixa_knowledge_popular_topics" = "Популярные темы";
+
+"dixa_knowledge_comment_title_helpful" = "Информация была полезной?";
+
+"dixa_knowledge_comment_title_contact_us" = "Свяжитесь с нами для получения помощи";
+
+"dixa_knowledge_comment_title_comment" = "Отлично. Хотите оставить комментарий?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Спасибо за комментарий.";
+
+"dixa_knowledge_comment_yes" = "Да, спасибо";
+
+"dixa_knowledge_comment_no" = "Нет, мне нужна помощь";
+
+"dixa_knowledge_feedback_button_add_comment" = "Добавить комментарий";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Начать чат";
+
+"dixa_knowledge_feedback_your_comment" = "Ваш комментарий";
+
+"dixa_knowledge_search_placeholder_info" = "Введите ключевое слово или фразу, чтобы найти связанные статьи";
+
+"dixa_knowledge_search_placeholder_no_results" = "Нет результатов по запросу";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Попробуйте другое ключевое слово";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings
index 38d4916..4a679c1 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings
@@ -303,6 +303,8 @@ ett e-postmeddelande till vårt supportteam.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Berätta allt vi behöver veta";
+"dixa_contact_form_send" = "Skicka";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktformulär";
@@ -332,3 +334,37 @@ ett e-postmeddelande till vårt supportteam.";
"dixa_continue_to_conversation" = "Fortsätt till konversation";
/* missing input in field */
"dixa_empty_field_error" = "Fyll i fältet för att fortsätta";
+
+"dixa_frontpage_find_articles" = "Hitta artiklar";
+
+"dixa_knowledge_search_textfield_placeholder" = "Sök";
+
+"dixa_knowledge_navigation_title" = "Hur kan vi hjälpa dig?";
+
+"dixa_knowledge_suggested_articles" = "Föreslagna artiklar";
+
+"dixa_knowledge_popular_topics" = "Populära ämnen";
+
+"dixa_knowledge_comment_title_helpful" = "Var det här till hjälp?";
+
+"dixa_knowledge_comment_title_contact_us" = "Kontakta oss om du behöver hjälp";
+
+"dixa_knowledge_comment_title_comment" = "Bra. Vill du lämna en kommentar?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Tack för din kommentar.";
+
+"dixa_knowledge_comment_yes" = "Ja tack";
+
+"dixa_knowledge_comment_no" = "Nej, jag behöver hjälp";
+
+"dixa_knowledge_feedback_button_add_comment" = "Lägg till kommentar";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Starta konversation";
+
+"dixa_knowledge_feedback_your_comment" = "Din kommentar";
+
+"dixa_knowledge_search_placeholder_info" = "Ange ett nyckelord eller en mening för att hitta relaterade artiklar";
+
+"dixa_knowledge_search_placeholder_no_results" = "Inga resultat hittades för";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Testa ett annat nyckelord";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings
index e6a48bb..e84cd34 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contact form";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continue to Conversation";
/* missing input in field */
"dixa_empty_field_error" = "Please fill out field to continue";
+
+"dixa_frontpage_find_articles" = "Find articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Search";
+
+"dixa_knowledge_navigation_title" = "How can we help you?";
+
+"dixa_knowledge_suggested_articles" = "Suggested articles";
+
+"dixa_knowledge_popular_topics" = "Popular topics";
+
+"dixa_knowledge_comment_title_helpful" = "Was this helpful?";
+
+"dixa_knowledge_comment_title_contact_us" = "Please reach out for more help";
+
+"dixa_knowledge_comment_title_comment" = "Great. Want to leave a comment?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Thanks for your comment.";
+
+"dixa_knowledge_comment_yes" = "Yes, thanks";
+
+"dixa_knowledge_comment_no" = "No, I need help";
+
+"dixa_knowledge_feedback_button_add_comment" = "Add the comment";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Your comment";
+
+"dixa_knowledge_search_placeholder_info" = "Type any keyword or sentence to find related articles";
+
+"dixa_knowledge_search_placeholder_no_results" = "No results found for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings
index e6a48bb..e84cd34 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contact form";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continue to Conversation";
/* missing input in field */
"dixa_empty_field_error" = "Please fill out field to continue";
+
+"dixa_frontpage_find_articles" = "Find articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Search";
+
+"dixa_knowledge_navigation_title" = "How can we help you?";
+
+"dixa_knowledge_suggested_articles" = "Suggested articles";
+
+"dixa_knowledge_popular_topics" = "Popular topics";
+
+"dixa_knowledge_comment_title_helpful" = "Was this helpful?";
+
+"dixa_knowledge_comment_title_contact_us" = "Please reach out for more help";
+
+"dixa_knowledge_comment_title_comment" = "Great. Want to leave a comment?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Thanks for your comment.";
+
+"dixa_knowledge_comment_yes" = "Yes, thanks";
+
+"dixa_knowledge_comment_no" = "No, I need help";
+
+"dixa_knowledge_feedback_button_add_comment" = "Add the comment";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Your comment";
+
+"dixa_knowledge_search_placeholder_info" = "Type any keyword or sentence to find related articles";
+
+"dixa_knowledge_search_placeholder_no_results" = "No results found for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings
index e6a48bb..c295e1d 100644
--- a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings
@@ -9,270 +9,272 @@
loco:60f7de8d40efd37b18055312
* Toolbar */
-"dixa_chat_title_we_usually_reply" = "We usually reply";
+"dixa_chat_title_we_usually_reply" = "我们通常会在";
/* loco:60f7de8d40efd37b18055313 */
-"dixa_chat_title_response_time" = "Within 10 minutes";
+"dixa_chat_title_response_time" = "10 分钟内回复";
/* loco:60f7de8d40efd37b18055314
* Message */
-"dixa_hint_write_your_message" = "Write your message";
+"dixa_hint_write_your_message" = "撰写您的消息";
/* loco:60f7de8d40efd37b18055315
* Unread Messages */
-"dixa_message_new_messages" = "New messages";
+"dixa_message_new_messages" = "新消息";
/* loco:60f7de8d40efd37b18055316
* Agent */
-"dixa_message_agent_joined_the_conversation" = "%@ joined the conversation";
+"dixa_message_agent_joined_the_conversation" = "%@ 已加入对话";
/* loco:60f7de8d40efd37b18055317
* Access Permissions */
-"dixa_error_message_access_denied" = "Please allow access to your phone's media in order to attach and send files.";
+"dixa_error_message_access_denied" = "请允许访问您的手机媒体以附加和发送文件。";
/* loco:60f7de8d40efd37b18055318
* Content Description */
-"dixa_accessibility_label_back" = "Back";
+"dixa_accessibility_label_back" = "返回";
/* loco:60f7de8d40efd37b18055319 */
-"dixa_accessibility_label_agent_photo" = "Agent's photo";
+"dixa_accessibility_label_agent_photo" = "代理照片";
/* loco:60f7de8d40efd37b1805531b */
-"dixa_accessibility_label_agent_is_typing" = "Agent is typing";
+"dixa_accessibility_label_agent_is_typing" = "代理正在輸入";
/* loco:60f7de8d40efd37b1805531d */
-"dixa_accessibility_label_expand_input_field" = "Expand input field";
+"dixa_accessibility_label_expand_input_field" = "展开输入字段";
/* loco:60f7de8d40efd37b1805531e */
-"dixa_accessibility_label_collapse_input_field" = "Collapse input field";
+"dixa_accessibility_label_collapse_input_field" = "折叠输入字段";
/* loco:60f7de8d40efd37b18055320 */
-"dixa_accessibility_label_download_file" = "Download file";
+"dixa_accessibility_label_download_file" = "下载文件";
/* loco:60f7de8d40efd37b18055321 */
-"dixa_accessibility_label_attach_file" = "Attach file";
+"dixa_accessibility_label_attach_file" = "附加文件";
/* loco:60f7de8d40efd37b18055322 */
-"dixa_accessibility_label_send_message" = "Send message";
+"dixa_accessibility_label_send_message" = "发送消息";
/* loco:60f7e10a3c543245a60bc012 */
-"dixa_message_state_sending" = "Sending";
+"dixa_message_state_sending" = "正在发送";
/* loco:60f7e1210b15b5190230fd92 */
-"dixa_message_state_sent" = "Sent";
+"dixa_message_state_sent" = "发送";
/* loco:60f7e1333a5da90c4f1481d3 */
-"dixa_message_state_delivered" = "Delivered";
+"dixa_message_state_delivered" = "已送达";
/* loco:60f7e13c62bc0a3ea204f362 */
-"dixa_message_state_seen" = "Seen";
+"dixa_message_state_seen" = "已读";
/* loco:60f7e149afb31164004fbe42 */
-"dixa_message_state_failed_to_send" = "Failed to send";
+"dixa_message_state_failed_to_send" = "发送失败";
/* loco:610403c6751c8b16453f3592 */
-"dixa_frontpage_start_new_conversation" = "Start a conversation";
+"dixa_frontpage_start_new_conversation" = "开始对话";
/* loco:6107a9cb34ad852afd5bc4a2 */
-"dixa_accessibility_label_exit_button" = "Exit";
+"dixa_accessibility_label_exit_button" = "退出";
/* loco:6107a9f9ca07942cbf4a3f52 */
-"dixa_accessibility_label_loading_progress_bar" = "Loading";
+"dixa_accessibility_label_loading_progress_bar" = "正在加载";
/* loco:6107abe2f999e05b1f6f1a42 */
-"dixa_frontpage_view_previous_conversations" = "View previous conversations";
+"dixa_frontpage_view_previous_conversations" = "查看之前的对话";
/* loco:6107ac8031c9d864260b9072 */
-"dixa_frontpage_footer" = "We're using Dixa";
+"dixa_frontpage_footer" = "我们在使用 Dixa";
/* loco:6107aca41a5587331c1a6b92 */
-"dixa_frontpage_error_title" = "Sorry...";
+"dixa_frontpage_error_title" = "抱歉…";
/* loco:6107acda3fa307445a5c3892 */
-"dixa_frontpage_error_subtitle" = "We're having network issues. You can try to refresh the page or email our support team.";
+"dixa_frontpage_error_subtitle" = "我们遇到了网络问题。您可以尝试刷新页面或向我们的支持团队发送电子邮件。";
/* loco:6107ad02279d6a68c77c4ba3 */
-"dixa_frontpage_refresh_button" = "Refresh the page";
+"dixa_frontpage_refresh_button" = "刷新页面";
/* loco:6107b0e8455d1f26cb1d5912 */
-"dixa_accessibility_label_cancel" = "Cancel";
+"dixa_accessibility_label_cancel" = "取消";
/* loco:6107b1c38818932d0c1027e3 */
-"dixa_accessibility_label_message_status_failed" = "Message failed to send";
+"dixa_accessibility_label_message_status_failed" = "消息发送失败";
/* loco:6107b1dce39849525b1bd1b2 */
-"dixa_accessibility_label_message_status_sent" = "Message sent";
+"dixa_accessibility_label_message_status_sent" = "消息已发送";
/* loco:6107b1ee11f9f863d72975f2 */
-"dixa_accessibility_label_message_status_delivered" = "Message delivered";
+"dixa_accessibility_label_message_status_delivered" = "消息已送达";
/* loco:6107b202ff6dfd4511463f82 */
-"dixa_accessibility_label_message_status_seen" = "Message seen";
+"dixa_accessibility_label_message_status_seen" = "消息已读";
/* loco:6107b214528e7441d53089c2 */
-"dixa_accessibility_label_message_status_sending" = "Sending the message";
+"dixa_accessibility_label_message_status_sending" = "正在发送消息";
/* loco:6107bf3bce0ba60a620ff6f2 */
-"dixa_frontpage_greeting_subtitle" = "Feel free to reach out. We're ready to help.";
+"dixa_frontpage_greeting_subtitle" = "请随时联系我们。我们随时准备为您提供帮助。";
/* loco:6107bf71ce0ba60a620ff6f4 */
-"dixa_frontpage_greeting_title" = "Hey there 👋 ";
+"dixa_frontpage_greeting_title" = "您好 👋 ";
/* loco:610bd86ca85c0c3a081d3e03 */
-"dixa_accessibility_label_message_with_image" = "Message with image";
+"dixa_accessibility_label_message_with_image" = "带图片的消息";
/* loco:610d23cd128ef23c623c9d64 */
-"dixa_select_a_smaller_file_error_message" = "Please select a file under 10MB";
+"dixa_select_a_smaller_file_error_message" = "请选择 10MB 以下的文件";
/* loco:6110fdd36475e07e7f6975a2 */
-"dixa_last_message_user_prefix" = "You: %@";
+"dixa_last_message_user_prefix" = "您:%@";
/* loco:6111433d2381b25a153d3bd2 */
-"dixa_last_message_no_text" = "Continue your conversation";
+"dixa_last_message_no_text" = "继续对话";
/* loco:6114e437f195376afe2c2df4 */
-"dixa_previous_conversations_header" = "Your previous conversations";
+"dixa_previous_conversations_header" = "您之前的对话";
/* loco:6114edb9bac50e62167ae8f2 */
-"dixa_closed_conversation_start_new_conversation" = "Start a new conversation";
+"dixa_closed_conversation_start_new_conversation" = "开始新对话";
/* loco:6114ee4104d1c612164cff95 */
-"dixa_closed_conversation_message" = "Your conversation has ended.";
+"dixa_closed_conversation_message" = "对话已结束。";
/* loco:6116310f0076a37fa47b5282 */
-"dixa_toolbar_agent_online" = "Online now";
+"dixa_toolbar_agent_online" = "立即上线";
/* loco:61163432f5b4e41e23144bb5 */
-"dixa_attachment_permission_settings_button" = "Settings";
+"dixa_attachment_permission_settings_button" = "设置";
/* loco:6116345def574f222501fd16 */
-"dixa_cancel_button" = "Cancel";
+"dixa_cancel_button" = "取消";
/* loco:6116349f9165e12401377145 */
-"dixa_attachment_image_title" = "Image";
+"dixa_attachment_image_title" = "图片";
/* loco:611634b59165e12401377147 */
-"dixa_attachment_file_title" = "File";
+"dixa_attachment_file_title" = "文件";
/* loco:611634de394e7548310a44d2 */
-"dixa_attachment_type_title" = "Attachment type";
+"dixa_attachment_type_title" = "附件类型";
/* loco:61163512311d220c902b7562 */
-"dixa_attachment_type_message" = "Select file from gallery or archive";
+"dixa_attachment_type_message" = "请从图库或文件夹中选择文件";
/* loco:611638d94c152a5aac338f22 */
-"dixa_toolbar_agent_away" = "Away";
+"dixa_toolbar_agent_away" = "离开";
/* loco:61180fc2e7b52c5d5a4d5262 */
-"dixa_previous_conversations_error_subtitle" = "We’re having issues loading your previous conversations. You can try to refresh the page or email our support team.";
+"dixa_previous_conversations_error_subtitle" = "我们在加载您之前的对话时遇到了问题。您可以尝试刷新页面或向我们的支持团队发送电子邮件。";
/* loco:611810caa6b60c796014eaf2 */
-"dixa_previous_conversations_error_title" = "Sorry..";
+"dixa_previous_conversations_error_title" = "抱歉...";
/* loco:611b69ef7f08a65e71347746 */
-"dixa_open_file_error" = "Failed to open a file";
+"dixa_open_file_error" = "无法打开文件";
/* loco:611b7fa15d606462c83d1b42 */
-"dixa_attachment_download_label_in_progress" = "Downloading";
+"dixa_attachment_download_label_in_progress" = "正在下载";
/* loco:611b7fc1d4d18b3b533df2c5 */
-"dixa_attachment_download_label_success" = "Downloaded";
+"dixa_attachment_download_label_success" = "已下载";
/* loco:611b7fd773dacb447029c422 */
-"dixa_attachment_download_label_error" = "Failed to download";
+"dixa_attachment_download_label_error" = "下载失败";
/* loco:611b849d84e41d2378415393 */
-"dixa_accessibility_label_open_file" = "Open file";
+"dixa_accessibility_label_open_file" = "打开文件";
/* loco:611e22f0aa31a8697e5dc0a2 */
-"dixa_error_select_an_attachment" = "Please select a valid photo or file";
+"dixa_error_select_an_attachment" = "请选择有效的照片或文件";
/* loco:61262710d9972f38f45c7112 */
-"dixa_file_too_big_error_ok" = "OK";
+"dixa_file_too_big_error_ok" = "确定";
/* loco:612f633075538025f02bb932 */
-"dixa_android_push_notification_channel_name" = "Customer support";
+"dixa_android_push_notification_channel_name" = "客户支持";
/* loco:61320b63a23ea67e81664d56 */
-"dixa_network_issues_error_message" = "Sorry, we’re having network issues. You can try to refresh the page or email our support team.";
+"dixa_network_issues_error_message" = "抱歉,我们遇到了网络问题。您可以尝试刷新页面或向我们的支持团队发送电子邮件。";
/* loco:613214d1cefdd85f6113f6c2 */
-"dixa_send_message_to_start_conversation" = "Send a message to start a conversation";
+"dixa_send_message_to_start_conversation" = "发送消息以开始对话";
/* loco:613717a4a605ea60ee0199c2 */
-"dixa_network_issues_reconnected_message" = "Great! You’ve been reconnected.";
+"dixa_network_issues_reconnected_message" = "太好了!您已重新连接。";
/* loco:61372ce6a3010252bf266332 */
-"dixa_resend_message" = "Resend message";
+"dixa_resend_message" = "重新发送消息";
/* loco:61372d0f4d68a81f735cf504 */
-"dixa_delete_message" = "Delete message";
+"dixa_delete_message" = "删除消息";
/* loco:6138c25252374851ef4478c3 */
-"dixa_csat_emoji_label_bad" = "Bad";
+"dixa_csat_emoji_label_bad" = "不好";
/* loco:6138c26b4f84a7150e45e3f2 */
-"dixa_csat_emoji_label_meh" = "Meh";
+"dixa_csat_emoji_label_meh" = "凑合";
/* loco:6138c27d52374851ef4478c6 */
-"dixa_csat_emoji_label_okay" = "Okay";
+"dixa_csat_emoji_label_okay" = "不错";
/* loco:6138c28e9999206ee6679386 */
-"dixa_csat_emoji_label_good" = "Good";
+"dixa_csat_emoji_label_good" = "良好";
/* loco:6138c2a046bec603b66dd897 */
-"dixa_csat_emoji_label_great" = "Great";
+"dixa_csat_emoji_label_great" = "很棒";
/* loco:6138c2e0b0badf0aa53921c2 */
-"dixa_csat_add_comment" = "Add a comment";
+"dixa_csat_add_comment" = "添加评论";
/* loco:6138c2f64daeb310a0580c72 */
-"dixa_csat_save_comment" = "Save comment";
+"dixa_csat_save_comment" = "保存评论";
/* loco:6138c32ba68f3650bb2050b2 */
-"dixa_csat_see_comment" = "See your comment";
+"dixa_csat_see_comment" = "查看您的评论";
/* loco:6138c364a68f3650bb2050b4 */
-"dixa_csat_hide_comment" = "Hide your comment";
+"dixa_csat_hide_comment" = "隐藏您的评论";
/* loco:6138c3e87bd53a70c72edb43 */
-"dixa_message_agent_left_the_conversation" = "%@ left the conversation";
+"dixa_message_agent_left_the_conversation" = "%@ 已离开对话";
/* loco:613f4e33c13ac642c62cdc82 */
-"dixa_bulletin_board_show_more" = "Show more";
+"dixa_bulletin_board_show_more" = "显示更多";
/* loco:613f4e52ae0b645e63586492 */
-"dixa_bulletin_board_show_less" = "Show less";
+"dixa_bulletin_board_show_less" = "显示更少";
/* loco:6140a16d72c44a4ec857db33 */
-"dixa_message_sent_interval_now" = "Just now";
+"dixa_message_sent_interval_now" = "刚刚";
/* loco:6140a224600e886e3b3ba295 */
-"dixa_message_sent_interval_less_than_a_minute" = "Less than one minute ago";
+"dixa_message_sent_interval_less_than_a_minute" = "不到一分钟前";
/* loco:6140a4263ae2d5100d1d0d42 */
-"dixa_message_sent_interval_minutes" = "1 minute ago";
+"dixa_message_sent_interval_minutes" = "1 分钟前";
/* loco:6140a4437359c031495ee6c2 */
-"dixa_message_sent_interval_x_minutes" = "%d minutes ago";
+"dixa_message_sent_interval_x_minutes" = "%d 分钟前";
/* loco:6140a6ddd950c10d283c64a4 */
-"dixa_message_sent_interval_hours" = "1 hour ago";
+"dixa_message_sent_interval_hours" = "1 小时前";
/* loco:6140a70f6747061e477e3802 */
-"dixa_message_sent_interval_x_hours" = "%d hours ago";
+"dixa_message_sent_interval_x_hours" = "%d 小时前";
/* loco:6141b36031fe824b755f77a2 */
-"dixa_title_reply_time" = "We usually reply within 10 minutes";
+"dixa_title_reply_time" = "我们通常会在 10 分钟内回复";
/* loco:6144867c61928d6c4f372ed3 */
-"dixa_message_state_failed_to_deliver" = "Failed to deliver";
+"dixa_message_state_failed_to_deliver" = "无法送达";
/* loco:61518243fdf18619fb6d1162 */
-"dixa_no_messages_sent" = "No messages sent";
+"dixa_no_messages_sent" = "未发送任何消息";
/* loco:6152f1e34a248a7ae90bae22 */
-"dixa_unable_to_start_new_conversation_error" = "Sorry! We’re having issues starting
new conversations. You can try again
or email our support team.";
+"dixa_unable_to_start_new_conversation_error" = "抱歉!我们在开始
+新对话时遇到了问题。您可以重试
+或向我们的支持团队发送电子邮件。";
/* loco:615bcdcc2c89326bcf297324 */
"dixa_message_sent_interval_minutes-plural-2" = "";
@@ -281,52 +283,88 @@
"dixa_message_sent_interval_hours-plural-2" = "";
/* loco:615fdcfede0c6b419e49a233 */
-"dixa_your_name" = "Your name";
+"dixa_your_name" = "您的姓名";
/* loco:615fdd55b1167b76987201d2 */
-"dixa_your_email" = "Your email";
+"dixa_your_email" = "您的电子邮件地址";
/* loco:615fdd6f6193485355724282 */
-"dixa_enter_details" = "Enter details";
+"dixa_enter_details" = "请输入详细信息";
/* loco:615fdd8fde0c6b419e49a235 */
-"dixa_leave_message" = "Leave message";
+"dixa_leave_message" = "留言";
/* loco:615fe04e6dae5b4925026972 */
-"dixa_contact_form_whats_your_name" = "What’s your first name?";
+"dixa_contact_form_whats_your_name" = "您的名字是?";
/* loco:615fe06ee3f1914e4e429aa2 */
-"dixa_contact_form_email_example" = "For example “bruce@wayne.com”";
+"dixa_contact_form_email_example" = "例如 “bruce@wayne.com”";
/* loco:615fe09696ea1a64d6036ad2 */
-"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_tell_us_everything" = "请告诉我们所需的一切信息";
+
+"dixa_contact_form_send" = "发送";
/* loco:61641128c50d266dbc2414b2 */
-"dixa_contact_form" = "Contact form";
+"dixa_contact_form" = "联系表单";
-"dixa_frontpage_continue_conversation" = "Continue the conversation";
+"dixa_frontpage_continue_conversation" = "继续对话";
/* loco:6168043aa8e5357081734583 */
-"dixa_invalid_email" = "Invalid email. Try again.";
+"dixa_invalid_email" = "电子邮件无效。请重试。";
/* name textfield label */
-"dixa_name_field_label" = "Your name";
+"dixa_name_field_label" = "您的姓名";
/* name textfield placeholder*/
-"dixa_name_field_placeholder" = "What’s your first name?";
+"dixa_name_field_placeholder" = "您的名字是?";
/* email textfield label */
-"dixa_email_field_label" = "Your e-mail";
+"dixa_email_field_label" = "您的电子邮箱";
/* email field placeholder */
-"dixa_email_field_placeholder" = "For example “bruce@wayne.com”";
+"dixa_email_field_placeholder" = "例如 “bruce@wayne.com”";
/*login/ user identification screen header text*/
-"dixa_user_claim_header" = "Let’s get started with your information";
+"dixa_user_claim_header" = "让我们从您的信息开始吧";
/* error message when name field is left blanc*/
-"dixa_invalid_name" = "Please enter your name";
+"dixa_invalid_name" = "请输入您的姓名";
/*manual user claim view button title*/
-"dixa_continue_to_conversation" = "Continue to Conversation";
+"dixa_continue_to_conversation" = "继续对话";
/* missing input in field */
-"dixa_empty_field_error" = "Please fill out field to continue";
+"dixa_empty_field_error" = "请填写字段以继续";
+
+"dixa_frontpage_find_articles" = "查找文章";
+
+"dixa_knowledge_search_textfield_placeholder" = "搜索";
+
+"dixa_knowledge_navigation_title" = "您需要什么帮助?";
+
+"dixa_knowledge_suggested_articles" = "推荐文章";
+
+"dixa_knowledge_popular_topics" = "热门话题";
+
+"dixa_knowledge_comment_title_helpful" = "这有帮助吗?";
+
+"dixa_knowledge_comment_title_contact_us" = "请联系我们以获取更多帮助";
+
+"dixa_knowledge_comment_title_comment" = "很棒。要留下评论吗?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "感谢您的评论。";
+
+"dixa_knowledge_comment_yes" = "好的,谢谢";
+
+"dixa_knowledge_comment_no" = "不,我需要帮助";
+
+"dixa_knowledge_feedback_button_add_comment" = "添加评论";
+
+"dixa_knowledge_feedback_button_start_conversation" = "开始对话";
+
+"dixa_knowledge_feedback_your_comment" = "您的评论";
+
+"dixa_knowledge_search_placeholder_info" = "输入任意关键词或句子即可查找相关文章";
+
+"dixa_knowledge_search_placeholder_no_results" = "未找到符合以下条件的结果";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "请尝试其他关键词";
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Assets.car b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Assets.car
index ba71484..8692041 100644
Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Assets.car and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Assets.car differ
diff --git a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Info.plist
index bc13b52..77bef06 100644
Binary files a/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64/DixaMessenger.framework/Modules_Looks.bundle/Info.plist differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Assets.car b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Assets.car
index b4525d5..c0259a1 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Assets.car and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Assets.car differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car
index 855a443..74c960b 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Assets.car differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist
index d2a2e05..b405969 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/Info.plist differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory
index 720ffb9..a8dd14a 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1 b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1
index 81cee42..ba0418d 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1 and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources
index eb4cec7..6b7af87 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Assets.car
- 6f42dZjGOOkHzqNwQ1bTZ1IG57k=
+ JpIn4o2LQ4WVcw8uKHIZ+nlURuI=
files2
@@ -15,11 +15,11 @@
hash
- 6f42dZjGOOkHzqNwQ1bTZ1IG57k=
+ JpIn4o2LQ4WVcw8uKHIZ+nlURuI=
hash2
- W5BNY9wkTE4F3EwjK5R+/ODd0GwDx45XjDJxX7L2T18=
+ CxwCee5iwnqTq/AM5UzNk1/x82AxQUDNtEBFPoRn/Zw=
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/DixaMessenger b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/DixaMessenger
index 074ae47..130fbb2 100755
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/DixaMessenger and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/DixaMessenger differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Headers/DixaMessenger.h b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Headers/DixaMessenger.h
index 1e9d6e2..bab96d8 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Headers/DixaMessenger.h
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Headers/DixaMessenger.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
+// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
#ifndef DIXAMESSENGER_SWIFT_H
#define DIXAMESSENGER_SWIFT_H
#pragma clang diagnostic push
@@ -186,11 +186,21 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(IBSegueAction)
# define IBSegueAction
#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
#if __has_feature(modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
+@import CoreGraphics;
+@import Foundation;
@import ObjectiveC;
+@import UIKit;
#endif
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
@@ -208,12 +218,33 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# pragma pop_macro("any")
#endif
+@class NSCoder;
+@class UITouch;
+@class UIEvent;
+
+IB_DESIGNABLE
+SWIFT_CLASS("_TtC13DixaMessenger14AnimatedButton")
+@interface AnimatedButton : UIButton
+- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
+- (void)layoutSubviews;
+- (void)touchesBegan:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
+- (void)touchesEnded:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
+@end
+
@class NSString;
-@class NSNumber;
+@class NSBundle;
+
+SWIFT_CLASS("_TtC13DixaMessenger23KnowledgeViewController")
+@interface KnowledgeViewController : UIViewController
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
+- (void)viewDidLoad;
+- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
+@end
+
@class NSData;
-@class UIViewController;
SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
@interface Messenger : NSObject
@@ -264,6 +295,12 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
+
+
+
+
+
+
@@ -278,7 +315,7 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
#endif
#elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
+// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
#ifndef DIXAMESSENGER_SWIFT_H
#define DIXAMESSENGER_SWIFT_H
#pragma clang diagnostic push
@@ -464,11 +501,21 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(IBSegueAction)
# define IBSegueAction
#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
#if __has_feature(modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
+@import CoreGraphics;
+@import Foundation;
@import ObjectiveC;
+@import UIKit;
#endif
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
@@ -486,12 +533,33 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# pragma pop_macro("any")
#endif
+@class NSCoder;
+@class UITouch;
+@class UIEvent;
+
+IB_DESIGNABLE
+SWIFT_CLASS("_TtC13DixaMessenger14AnimatedButton")
+@interface AnimatedButton : UIButton
+- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
+- (void)layoutSubviews;
+- (void)touchesBegan:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
+- (void)touchesEnded:(NSSet * _Nonnull)touches withEvent:(UIEvent * _Nullable)event;
+@end
+
@class NSString;
-@class NSNumber;
+@class NSBundle;
+
+SWIFT_CLASS("_TtC13DixaMessenger23KnowledgeViewController")
+@interface KnowledgeViewController : UIViewController
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
+- (void)viewDidLoad;
+- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
+@end
+
@class NSData;
-@class UIViewController;
SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
@interface Messenger : NSObject
@@ -542,6 +610,12 @@ SWIFT_CLASS("_TtC13DixaMessenger9Messenger")
+
+
+
+
+
+
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Info.plist b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Info.plist
index 8e1bd83..299e08f 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Info.plist and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Info.plist differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc
index be74266..0772eea 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface
index 5f56910..e38d86a 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
+// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger
import Combine
import CoreHaptics
@@ -46,6 +46,16 @@ extension UIKit.UIColor {
extension os.OSLog {
public static let application: os.OSLog
}
+@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable @_Concurrency.MainActor(unsafe) public class AnimatedButton : UIKit.UIButton {
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews()
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?)
+ @objc deinit
+}
+@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class KnowledgeViewController : UIKit.UIViewController {
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
+ @objc deinit
+}
public enum LogLevel : Swift.UInt, Swift.Comparable {
public static func < (lhs: DixaMessenger.LogLevel, rhs: DixaMessenger.LogLevel) -> Swift.Bool
case none
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
index 4ab8c35..d1ddac8 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index 67728e5..c784276 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -1,5 +1,5 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
+// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DixaMessenger
import Combine
import CoreHaptics
@@ -46,6 +46,16 @@ extension UIKit.UIColor {
extension os.OSLog {
public static let application: os.OSLog
}
+@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable @_Concurrency.MainActor(unsafe) public class AnimatedButton : UIKit.UIButton {
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews()
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesBegan(_ touches: Swift.Set, with event: UIKit.UIEvent?)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func touchesEnded(_ touches: Swift.Set, with event: UIKit.UIEvent?)
+ @objc deinit
+}
+@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class KnowledgeViewController : UIKit.UIViewController {
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
+ @objc deinit
+}
public enum LogLevel : Swift.UInt, Swift.Comparable {
public static func < (lhs: DixaMessenger.LogLevel, rhs: DixaMessenger.LogLevel) -> Swift.Bool
case none
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/Info.plist
index f7cf46f..0bc5681 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/Info.plist differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeDirectory b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeDirectory
index 76bd6d0..978db8d 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeDirectory and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeDirectory differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeRequirements-1 b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeRequirements-1
index 898a7cc..864bea5 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeRequirements-1 and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeResources b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeResources
index e99005a..2eb524b 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeResources
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/_CodeSignature/CodeResources
@@ -8,7 +8,7 @@
hash
- 9lroQZe04GEJM1ia6f4DRswgJ8A=
+ I1w1hf4xA2iVJ0MKcvvs7nO/TyU=
optional
@@ -17,7 +17,7 @@
hash
- QXu8O0r1c/13pwGsOOZQAeCb+aA=
+ 8NGtBigKPr1bW3yiDYSVcWdWGcA=
optional
@@ -26,7 +26,7 @@
hash
- n34vXq15d6erS3jyHUCy3Pp2//8=
+ l+wRneWuaR+TWkU1hRAFXqyJiSE=
optional
@@ -35,7 +35,7 @@
hash
- KmvCX9yIoVKU8J/F+CplmBXfIiU=
+ n6z09rUt33867zPY175lBcXMv38=
optional
@@ -44,7 +44,7 @@
hash
- bRzHbuNdGPW5rqGZ+KvzF1xwcpY=
+ 0I+wLg36okU1Bpc+WtNZSOhHYkI=
optional
@@ -53,7 +53,7 @@
hash
- 0tGvbfz1BnM6ocx1VkIc7mQBCYw=
+ XsLxFUi+QK0izNfxZbdjDcf7VR0=
optional
@@ -62,7 +62,7 @@
hash
- OqhLDMj8L22etZl1fd7QbBrEALU=
+ jW+vMP1y5upIk8TfRclOK3+OG9s=
optional
@@ -71,7 +71,7 @@
hash
- ReShJt4TxS8TFzDN6y3IDkwEQNg=
+ /3nZqabw5ueI/TumMA3V6P7E3Xc=
optional
@@ -80,7 +80,7 @@
hash
- PCJZvoW5WSa79Adc5Ugt83tJF/8=
+ 3kfWfVD9Y4uKF2D0d2sR8lL/pkI=
optional
@@ -89,7 +89,7 @@
hash
- AWrr3Vt9JoiH/oTVl0hweAZknDI=
+ ufhSenQ5nMXyijG+lv3SMbeR2Bw=
optional
@@ -98,7 +98,7 @@
hash
- f3yJCbZep7EA4Fd1+fEUP63dmJ0=
+ 2mObGaAiKailhX0Ow+ODoFX34BQ=
optional
@@ -107,7 +107,7 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ KKB3/Q9jNaWl7sappzaIBjp44U4=
optional
@@ -116,7 +116,7 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ 0nA39ARwHKgCCa5VLTHljvMFMSY=
optional
@@ -125,7 +125,7 @@
hash
- QxU+yRaJJ1y1GIu5kKS9kNULVYQ=
+ M40BVHj9ax9euiCTCwSkM+RsRIM=
optional
@@ -134,7 +134,7 @@
hash
- x5qAKIq5oyGSpacVZukGDbGPhtA=
+ ZQ7sKdmDr6ez2g6oHbdgvYHZI0s=
optional
@@ -143,7 +143,7 @@
hash
- Kmeq8dMu1JTNZiJ/pr6VR0nNT20=
+ AT+eUFVz72eTFzcXPcqZiTxW+Ps=
optional
@@ -152,7 +152,7 @@
hash
- G65Y6sKWWK98AgtFf9POln2zF0c=
+ Fnqb/rwEk3hPB3ar2p5miT35DDk=
optional
@@ -161,7 +161,7 @@
hash
- Ln5ocqI5wiYuZZAVddSB5VgmmH8=
+ XhmkvKchtuF/Qbc2rlUtMYhS4ZQ=
optional
@@ -170,7 +170,7 @@
hash
- 92pvnfUsoj63Xg3yITbpnG7G+yY=
+ Nk+1xdxCPViOpwqt+fVvnrmaoXU=
optional
@@ -179,7 +179,7 @@
hash
- 8C/G6Xmpn0jpSIH0QV/Lf/Afwck=
+ QORdKLBi9+ZncQAr6CXqQ9dlams=
optional
@@ -188,7 +188,7 @@
hash
- 9xdn9TfNABP4jgNB+uv215FgLdE=
+ 2mvtRfKtOQ9/mF+P8QnrUOudOHg=
optional
@@ -197,7 +197,7 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ 0nA39ARwHKgCCa5VLTHljvMFMSY=
optional
@@ -206,7 +206,7 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ 0nA39ARwHKgCCa5VLTHljvMFMSY=
optional
@@ -215,7 +215,7 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ b7ZeSMAEy9Urnww6RxA60eE8VYc=
optional
@@ -227,11 +227,11 @@
hash
- 9lroQZe04GEJM1ia6f4DRswgJ8A=
+ I1w1hf4xA2iVJ0MKcvvs7nO/TyU=
hash2
- NoaSiwda6VTsmTcEVI/fuikw+w+323DicibU2s5LuFU=
+ vSUSoBBJK1QMbXrkHxLFTXTzuW9jmX18BajxNeoItS4=
optional
@@ -240,11 +240,11 @@
hash
- QXu8O0r1c/13pwGsOOZQAeCb+aA=
+ 8NGtBigKPr1bW3yiDYSVcWdWGcA=
hash2
- b3mCVSEN3xEhXH9cQ141bDxFfHokNfFgh9doQor13bI=
+ VO0rAE1wg1JYjACKbokI4VzrG0ggwqN4o8MBYqj/6aM=
optional
@@ -253,11 +253,11 @@
hash
- n34vXq15d6erS3jyHUCy3Pp2//8=
+ l+wRneWuaR+TWkU1hRAFXqyJiSE=
hash2
- UvVmFP/ZNQvPEtX7VNYpZSAh+3hYMAMglOwhXGwJWqI=
+ CIplh2xYWh3Ny7QKkqAIO3yrOUUuS4kiGUjZmKCpUkQ=
optional
@@ -266,11 +266,11 @@
hash
- KmvCX9yIoVKU8J/F+CplmBXfIiU=
+ n6z09rUt33867zPY175lBcXMv38=
hash2
- jyVCE6zsEx+D8M7qT+HQNIrCCl9OmboEYFCKFBKMbvM=
+ zaLlpyIu9MZkDrKsQz8UqqDUTy8sh1NAdVT0UdmP8So=
optional
@@ -279,11 +279,11 @@
hash
- bRzHbuNdGPW5rqGZ+KvzF1xwcpY=
+ 0I+wLg36okU1Bpc+WtNZSOhHYkI=
hash2
- 8VozNe3cl1anH4hIRPeZItcKckIPRcJUYcwHY7qw4i4=
+ RWIVi/JcDOcLeXlF5UPkuVlYAU/HGoRUIK4u546012Q=
optional
@@ -292,11 +292,11 @@
hash
- 0tGvbfz1BnM6ocx1VkIc7mQBCYw=
+ XsLxFUi+QK0izNfxZbdjDcf7VR0=
hash2
- 46EAjeIJhJDiD+kCUn64dKEEeeShJXPl1G2PAttEX74=
+ a+iU1jDPJI922qbaYjvgTfOMb5JlAJFuPm0Ih31cjks=
optional
@@ -305,11 +305,11 @@
hash
- OqhLDMj8L22etZl1fd7QbBrEALU=
+ jW+vMP1y5upIk8TfRclOK3+OG9s=
hash2
- WLDLP2mivETVzzKH0CQyRI174LKajXImbZH+SXBF0cs=
+ wDiIAk87AjMDY9E5cAyemcuPqIR6AuJoEbbis7+mUMI=
optional
@@ -318,11 +318,11 @@
hash
- ReShJt4TxS8TFzDN6y3IDkwEQNg=
+ /3nZqabw5ueI/TumMA3V6P7E3Xc=
hash2
- qEQlNkOZtRsNl09Z0nwGUjWDN/ilVlPlATboCO2E+Pk=
+ LPOIWwjUdNyp2Lt7atykBF+6qjt3gBbMgJs6j+IbCGs=
optional
@@ -331,11 +331,11 @@
hash
- PCJZvoW5WSa79Adc5Ugt83tJF/8=
+ 3kfWfVD9Y4uKF2D0d2sR8lL/pkI=
hash2
- D06lTTIWqR1XXlOO/z7bw4o7kS4yvAOP90JLLiE0u/g=
+ cZHUTTHFs46LxR2a1lLHiTrwCeb6DR9cSQdvJ4w7QvQ=
optional
@@ -344,11 +344,11 @@
hash
- AWrr3Vt9JoiH/oTVl0hweAZknDI=
+ ufhSenQ5nMXyijG+lv3SMbeR2Bw=
hash2
- 79tvJHzaEMbKmNUGQe2LrYyls3J+cxM9GlMcnBv8oA8=
+ yhCT4g4Fv/pNGXGIWkCYkRzlmtFOBX9bMPGTkw7arHc=
optional
@@ -357,11 +357,11 @@
hash
- f3yJCbZep7EA4Fd1+fEUP63dmJ0=
+ 2mObGaAiKailhX0Ow+ODoFX34BQ=
hash2
- r3NUT035PDOcMWBTWhXInF85sRNOHrJpmx+dnpQFCx8=
+ 0eb08XXoKhYvpQ31bRwBSxh1Y5sZUacgSHuM37+2B/s=
optional
@@ -370,11 +370,11 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ KKB3/Q9jNaWl7sappzaIBjp44U4=
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ FVR2YYVWeLLzdkSv8yXZZdfk8RcLdG/iDj3tsT8KPgg=
optional
@@ -383,11 +383,11 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ 0nA39ARwHKgCCa5VLTHljvMFMSY=
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ xhWK46fNyuStOF0KUxg/+DKbnV9Sfig9KKILprk2e1M=
optional
@@ -396,11 +396,11 @@
hash
- QxU+yRaJJ1y1GIu5kKS9kNULVYQ=
+ M40BVHj9ax9euiCTCwSkM+RsRIM=
hash2
- 6IH0s3bdv86ASKnsodb8fbIR+0NJRe6AX5Ytr9Z/O6o=
+ lDbfcSomKGzWSPiHiNW9XL8pJZM5uoEH6ON/SS2zud4=
optional
@@ -409,11 +409,11 @@
hash
- x5qAKIq5oyGSpacVZukGDbGPhtA=
+ ZQ7sKdmDr6ez2g6oHbdgvYHZI0s=
hash2
- S/H0eFHETPU3sOeeobXm5O0MRSd2F18x1mR+q+nPYhc=
+ h3KNhyZK7LUXNYnAMnOebZNIgRY475Rxhtzkz5bFx30=
optional
@@ -422,11 +422,11 @@
hash
- Kmeq8dMu1JTNZiJ/pr6VR0nNT20=
+ AT+eUFVz72eTFzcXPcqZiTxW+Ps=
hash2
- 9eiiYDRMr1rLBs6ZmAefxVfupRDgleLDYxDO2oggEt0=
+ /4+vyWopRrClDNo1Ikmy3Qbr+m9LqtDtZodVZ+vwu9c=
optional
@@ -435,11 +435,11 @@
hash
- G65Y6sKWWK98AgtFf9POln2zF0c=
+ Fnqb/rwEk3hPB3ar2p5miT35DDk=
hash2
- SeA23D8gH4SFZCd6v1FtA90+eIPTiP2loZwhxJIRdDQ=
+ cYMCHQIlFIjHZjnrSeUJIsmqVQ5gBTdjCPclV61u+Xw=
optional
@@ -448,11 +448,11 @@
hash
- Ln5ocqI5wiYuZZAVddSB5VgmmH8=
+ XhmkvKchtuF/Qbc2rlUtMYhS4ZQ=
hash2
- h9Mt2enVK8M9Jz/xRlwF6B5KeZGg0ixlgay55P6okR8=
+ uHsa2Up+SzAAnlmSJN168oWK5ZXIydI/MwKmbt/ImEM=
optional
@@ -461,11 +461,11 @@
hash
- 92pvnfUsoj63Xg3yITbpnG7G+yY=
+ Nk+1xdxCPViOpwqt+fVvnrmaoXU=
hash2
- NRjCMmymXPRr/hXBNoKBmRdqqn5Ii918/2R33RjENG8=
+ XoN6LbKEqJLzOlSFb2E50YcwhjPycJUwYZUbwW/ISoQ=
optional
@@ -474,11 +474,11 @@
hash
- 8C/G6Xmpn0jpSIH0QV/Lf/Afwck=
+ QORdKLBi9+ZncQAr6CXqQ9dlams=
hash2
- 7SbFpUDFQg+VVHAQpPPEY5laejI+GQlaB/bOdj6wipY=
+ Ma3rAC9rQkgpJulkJDB73l78tpTwg0qMQ3y0rHyBl2c=
optional
@@ -487,11 +487,11 @@
hash
- 9xdn9TfNABP4jgNB+uv215FgLdE=
+ 2mvtRfKtOQ9/mF+P8QnrUOudOHg=
hash2
- 2Q1lSrwKZddnbVqiFzEXkHCrMekdFtu2nMjL789NLqI=
+ hCfJn2l2nmZ1lBnVLcvclRP5TlkC/ikWi7sx09Lt6Eo=
optional
@@ -500,11 +500,11 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ 0nA39ARwHKgCCa5VLTHljvMFMSY=
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ xhWK46fNyuStOF0KUxg/+DKbnV9Sfig9KKILprk2e1M=
optional
@@ -513,11 +513,11 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ 0nA39ARwHKgCCa5VLTHljvMFMSY=
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ xhWK46fNyuStOF0KUxg/+DKbnV9Sfig9KKILprk2e1M=
optional
@@ -526,11 +526,11 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ b7ZeSMAEy9Urnww6RxA60eE8VYc=
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ zkSbQMnSvHx5YFIGMVS4ZEjYYFnP/snfct7Oay6wBj0=
optional
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings
index 47e1ee4..f7caab7 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ar.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "أخبرنا بكل ما نحتاج إلى معرفته";
+"dixa_contact_form_send" = "إرسال";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "اتصل بنا";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "متابعة إلى المحادثة";
/* missing input in field */
"dixa_empty_field_error" = "يرجى ملء الحقل للمتابعة";
+
+"dixa_frontpage_find_articles" = "البحث عن مقالات";
+
+"dixa_knowledge_search_textfield_placeholder" = "البحث";
+
+"dixa_knowledge_navigation_title" = "كيف يمكن أن نساعدك؟";
+
+"dixa_knowledge_suggested_articles" = "مقالات مقترحة";
+
+"dixa_knowledge_popular_topics" = "المواضيع الشائعة";
+
+"dixa_knowledge_comment_title_helpful" = "هل كان هذا مفيدًا؟";
+
+"dixa_knowledge_comment_title_contact_us" = "يرجى التواصل معنا للحصول على المزيد من المساعدة";
+
+"dixa_knowledge_comment_title_comment" = "رائع. هل تريد ترك تعليق؟";
+
+"dixa_knowledge_comment_title_comment_thanks" = "نشكرك على تعليقك.";
+
+"dixa_knowledge_comment_yes" = "نعم، شكرًا";
+
+"dixa_knowledge_comment_no" = "لا، أنا بحاجة إلى مساعدة";
+
+"dixa_knowledge_feedback_button_add_comment" = "إضافة التعليق";
+
+"dixa_knowledge_feedback_button_start_conversation" = "بدء محادثة";
+
+"dixa_knowledge_feedback_your_comment" = "تعليقك";
+
+"dixa_knowledge_search_placeholder_info" = "اكتب أي كلمة رئيسية أو جملة للعثور على المقالات ذات الصلة";
+
+"dixa_knowledge_search_placeholder_no_results" = "لم يتم العثور على نتائج لـ";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "تجربة كلمة رئيسية أخرى";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings
index fea4884..562d45e 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/da.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Fortæl os hvad vi bør vide";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktform";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Fortsæt til samtale";
/* missing input in field */
"dixa_empty_field_error" = "Udfyld feltet for at fortsætte";
+
+"dixa_frontpage_find_articles" = "Find artikler";
+
+"dixa_knowledge_search_textfield_placeholder" = "Søg";
+
+"dixa_knowledge_navigation_title" = "Hvordan kan vi hjælpe dig?";
+
+"dixa_knowledge_suggested_articles" = "Foreslåede artikler";
+
+"dixa_knowledge_popular_topics" = "Populære emner";
+
+"dixa_knowledge_comment_title_helpful" = "Var dette til hjælp?";
+
+"dixa_knowledge_comment_title_contact_us" = "Kontakt os for at få mere hjælp";
+
+"dixa_knowledge_comment_title_comment" = "Glimrende. Vil du efterlade en kommentar?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Tak for din kommentar.";
+
+"dixa_knowledge_comment_yes" = "Ja, tak";
+
+"dixa_knowledge_comment_no" = "Nej, jeg behøver hjælp";
+
+"dixa_knowledge_feedback_button_add_comment" = "Tilføj kommentaren";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start samtale";
+
+"dixa_knowledge_feedback_your_comment" = "Din kommentar";
+
+"dixa_knowledge_search_placeholder_info" = "Indtast et nøgleord eller en sætning for at finde relaterede artikler";
+
+"dixa_knowledge_search_placeholder_no_results" = "Ingen resultater fundet for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prøv et andet nøgleord";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings
index 7ca1b39..3d65c13 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/de.lproj/Localizable.strings
@@ -303,6 +303,8 @@ versuchen, oder dich per E-Mail an unser Support-Team wenden.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Sag uns alles, was wir wissen müssen";
+"dixa_contact_form_send" = "Senden";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktformular";
@@ -332,3 +334,37 @@ versuchen, oder dich per E-Mail an unser Support-Team wenden.";
"dixa_continue_to_conversation" = "Weiter zum Gespräch";
/* missing input in field */
"dixa_empty_field_error" = "Bitte füllen Sie das Feld aus, um fortzufahren";
+
+"dixa_frontpage_find_articles" = "Artikel finden";
+
+"dixa_knowledge_search_textfield_placeholder" = "Suchen";
+
+"dixa_knowledge_navigation_title" = "Wie können wir dir helfen?";
+
+"dixa_knowledge_suggested_articles" = "Empfohlene Artikel";
+
+"dixa_knowledge_popular_topics" = "Beliebte Themen";
+
+"dixa_knowledge_comment_title_helpful" = "War das hilfreich?";
+
+"dixa_knowledge_comment_title_contact_us" = "Bitte kontaktiere uns für weitere Hilfe";
+
+"dixa_knowledge_comment_title_comment" = "Großartig. Möchtest du einen Kommentar hinterlassen?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Vielen Dank für deinen Kommentar.";
+
+"dixa_knowledge_comment_yes" = "Ja, vielen Dank";
+
+"dixa_knowledge_comment_no" = "Nein, ich brauche Hilfe";
+
+"dixa_knowledge_feedback_button_add_comment" = "Den Kommentar hinzufügen";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Gespräch beginnen";
+
+"dixa_knowledge_feedback_your_comment" = "Dein Kommentar";
+
+"dixa_knowledge_search_placeholder_info" = "Geben Sie ein Stichwort oder einen Satz ein, um zugehörige Artikel zu finden";
+
+"dixa_knowledge_search_placeholder_no_results" = "Keine Ergebnisse gefunden für";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Versuche es mit einem anderen Schlüsselwort";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings
index 1e64d68..aed645e 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/en.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contact form";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continue to Conversation";
/* missing input in field */
"dixa_empty_field_error" = "Please fill out field to continue";
+
+"dixa_frontpage_find_articles" = "Find articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Search";
+
+"dixa_knowledge_navigation_title" = "How can we help you?";
+
+"dixa_knowledge_suggested_articles" = "Suggested articles";
+
+"dixa_knowledge_popular_topics" = "Popular topics";
+
+"dixa_knowledge_comment_title_helpful" = "Was this helpful?";
+
+"dixa_knowledge_comment_title_contact_us" = "Please reach out for more help";
+
+"dixa_knowledge_comment_title_comment" = "Great. Want to leave a comment?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Thanks for your comment.";
+
+"dixa_knowledge_comment_yes" = "Yes, thanks";
+
+"dixa_knowledge_comment_no" = "No, I need help";
+
+"dixa_knowledge_feedback_button_add_comment" = "Add the comment";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Your comment";
+
+"dixa_knowledge_search_placeholder_info" = "Type any keyword or sentence to find related articles";
+
+"dixa_knowledge_search_placeholder_no_results" = "No results found for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings
index 559b24a..45cd468 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/es.lproj/Localizable.strings
@@ -303,6 +303,8 @@ o enviar un correo electrónico al equipo de asistencia.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Dinos todo lo que necesitamos saber";
+"dixa_contact_form_send" = "Enviar";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Formulario de contacto";
@@ -332,3 +334,37 @@ o enviar un correo electrónico al equipo de asistencia.";
"dixa_continue_to_conversation" = "Continuar para ir a la conversación";
/* missing input in field */
"dixa_empty_field_error" = "Complete el campo para continuar";
+
+"dixa_frontpage_find_articles" = "Encontrar artículos";
+
+"dixa_knowledge_search_textfield_placeholder" = "Buscar";
+
+"dixa_knowledge_navigation_title" = "¿En qué podemos ayudarte?";
+
+"dixa_knowledge_suggested_articles" = "Artículos sugeridos";
+
+"dixa_knowledge_popular_topics" = "Temas populares";
+
+"dixa_knowledge_comment_title_helpful" = "¿Te ha parecido útil?";
+
+"dixa_knowledge_comment_title_contact_us" = "Ponte en contacto con nosotros para obtener ayuda";
+
+"dixa_knowledge_comment_title_comment" = "Genial. ¿Quieres dejar un comentario?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Gracias por tu comentario.";
+
+"dixa_knowledge_comment_yes" = "Sí, gracias";
+
+"dixa_knowledge_comment_no" = "No, necesito ayuda";
+
+"dixa_knowledge_feedback_button_add_comment" = "Añadir el comentario";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Iniciar conversación";
+
+"dixa_knowledge_feedback_your_comment" = "Tu comentario";
+
+"dixa_knowledge_search_placeholder_info" = "Escriba cualquier palabra clave o frase para encontrar artículos relacionados";
+
+"dixa_knowledge_search_placeholder_no_results" = "No se han encontrado resultados para";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prueba otra palabra clave";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings
index 967b70d..5ced355 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/et.lproj/Localizable.strings
@@ -303,6 +303,8 @@ või meie kasutajatoele e-kirja saata.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Anna meile kogu oluline info";
+"dixa_contact_form_send" = "Saada";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktivorm";
@@ -332,3 +334,37 @@ või meie kasutajatoele e-kirja saata.";
"dixa_continue_to_conversation" = "Liikuge edasi vestluse juurde";
/* missing input in field */
"dixa_empty_field_error" = "Jätkamiseks palun täitke väli";
+
+"dixa_frontpage_find_articles" = "Otsi artikleid";
+
+"dixa_knowledge_search_textfield_placeholder" = "Otsi";
+
+"dixa_knowledge_navigation_title" = "Kuidas saame abiks olla?";
+
+"dixa_knowledge_suggested_articles" = "Soovitatud artiklid";
+
+"dixa_knowledge_popular_topics" = "Populaarsed teemad";
+
+"dixa_knowledge_comment_title_helpful" = "Kas sellest oli abi?";
+
+"dixa_knowledge_comment_title_contact_us" = "Kui sul on veel küsimusi, võta ühendust";
+
+"dixa_knowledge_comment_title_comment" = "Suurepärane. Kas soovid kommenteerida?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Täname kommentaari eest.";
+
+"dixa_knowledge_comment_yes" = "Jah, aitäh";
+
+"dixa_knowledge_comment_no" = "Ei, vajan abi";
+
+"dixa_knowledge_feedback_button_add_comment" = "Lisa kommentaar";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Alusta vestlust";
+
+"dixa_knowledge_feedback_your_comment" = "Sinu kommentaar";
+
+"dixa_knowledge_search_placeholder_info" = "Seotud artiklite leidmiseks sisestage märksõna või lause";
+
+"dixa_knowledge_search_placeholder_no_results" = "Tulemusi ei leitud otsingule";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Proovi teist märksõna";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings
index 43a5ca7..39c0f5b 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fi.lproj/Localizable.strings
@@ -303,6 +303,8 @@ lähettää sähköpostia tukitiimillemme.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Kerro meille kaikki, mitä meidän tarvitsee tietää";
+"dixa_contact_form_send" = "Lähetä";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Yhteydenottolomake";
@@ -332,3 +334,37 @@ lähettää sähköpostia tukitiimillemme.";
"dixa_continue_to_conversation" = "Jatka keskusteluun";
/* missing input in field */
"dixa_empty_field_error" = "Täytä kenttä jatkaaksesi";
+
+"dixa_frontpage_find_articles" = "Etsi artikkeleita";
+
+"dixa_knowledge_search_textfield_placeholder" = "Hae";
+
+"dixa_knowledge_navigation_title" = "Miten voimme auttaa sinua?";
+
+"dixa_knowledge_suggested_articles" = "Ehdotetut artikkelit";
+
+"dixa_knowledge_popular_topics" = "Suositut aiheet";
+
+"dixa_knowledge_comment_title_helpful" = "Oliko tästä apua?";
+
+"dixa_knowledge_comment_title_contact_us" = "Ota yhteyttä, jos tarvitset lisäapua";
+
+"dixa_knowledge_comment_title_comment" = "Hienoa. Haluatko jättää kommentin?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Kiitos kommentistasi.";
+
+"dixa_knowledge_comment_yes" = "Kyllä, kiitos";
+
+"dixa_knowledge_comment_no" = "Ei, tarvitsen apua";
+
+"dixa_knowledge_feedback_button_add_comment" = "Lisää kommentti";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Aloita keskustelu";
+
+"dixa_knowledge_feedback_your_comment" = "Kommenttisi";
+
+"dixa_knowledge_search_placeholder_info" = "Etsi aiheeseen liittyviä artikkeleita kirjoittamalla avainsana tai lause";
+
+"dixa_knowledge_search_placeholder_no_results" = "Ei tuloksia haulla";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Kokeile toista avainsanaa";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings
index 05276b0..7a75599 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/fr.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Dites-nous tout ce que nous devons savoir";
+"dixa_contact_form_send" = "Envoyer";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Formulaire de contact";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continuer vers la conversation";
/* missing input in field */
"dixa_empty_field_error" = "Veuillez remplir le champ pour continuer";
+
+"dixa_frontpage_find_articles" = "Rechercher des articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Recherche";
+
+"dixa_knowledge_navigation_title" = "Comment pouvons-nous vous aider ?";
+
+"dixa_knowledge_suggested_articles" = "Articles suggérés";
+
+"dixa_knowledge_popular_topics" = "Sujets populaires";
+
+"dixa_knowledge_comment_title_helpful" = "Ces informations vous ont-elles été utiles ?";
+
+"dixa_knowledge_comment_title_contact_us" = "Veuillez nous contacter pour obtenir plus d'aide";
+
+"dixa_knowledge_comment_title_comment" = "Excellent. Voulez-vous laisser un commentaire ?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Merci pour votre commentaire.";
+
+"dixa_knowledge_comment_yes" = "Oui, merci";
+
+"dixa_knowledge_comment_no" = "Non, j'ai besoin d'aide";
+
+"dixa_knowledge_feedback_button_add_comment" = "Ajouter le commentaire";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Démarrer une conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Votre commentaire";
+
+"dixa_knowledge_search_placeholder_info" = "Saisissez n'importe quel mot clé ou phrase pour trouver des articles connexes";
+
+"dixa_knowledge_search_placeholder_no_results" = "Aucun résultat trouvé pour";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Essayez un autre mot clé";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings
index 9fa4023..f6942fa 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/hu.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Mondja el, amiről tudnunk kellene";
+"dixa_contact_form_send" = "Küldés";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kapcsolatfelvételi űrlap";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Folytassa a beszélgetéssel";
/* missing input in field */
"dixa_empty_field_error" = "Kérjük, töltse ki a mezőt a folytatáshoz";
+
+"dixa_frontpage_find_articles" = "Cikkek keresése";
+
+"dixa_knowledge_search_textfield_placeholder" = "Keresés";
+
+"dixa_knowledge_navigation_title" = "Hogyan segíthetünk?";
+
+"dixa_knowledge_suggested_articles" = "Ajánlott cikkek";
+
+"dixa_knowledge_popular_topics" = "Népszerű témakörök";
+
+"dixa_knowledge_comment_title_helpful" = "Hasznos volt ez?";
+
+"dixa_knowledge_comment_title_contact_us" = "További segítségért vedd fel velünk a kapcsolatot";
+
+"dixa_knowledge_comment_title_comment" = "Nagyszerű. Szeretne megjegyzést hagyni?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Köszönjük a hozzászólását.";
+
+"dixa_knowledge_comment_yes" = "Igen, köszönöm";
+
+"dixa_knowledge_comment_no" = "Nem, segítségre van szükségem";
+
+"dixa_knowledge_feedback_button_add_comment" = "Hozzászólás hozzáadása";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Beszélgetés indítása";
+
+"dixa_knowledge_feedback_your_comment" = "Hozzászólása";
+
+"dixa_knowledge_search_placeholder_info" = "A kapcsolódó cikkek kereséséhez Írjon be egy kulcsszót vagy mondatot";
+
+"dixa_knowledge_search_placeholder_no_results" = "Nincs találat a következőre:";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Próbálkozz egy másik kulcsszóval";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings
index 590f021..62f0eb9 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/is.lproj/Localizable.strings
@@ -303,6 +303,8 @@ eða sent þjónustudeildinni skilaboð.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Segðu okkur allt sem við þurfum að vita";
+"dixa_contact_form_send" = "Senda";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Sambandseyðublað";
@@ -332,3 +334,37 @@ eða sent þjónustudeildinni skilaboð.";
"dixa_continue_to_conversation" = "Halda áfram í samtal";
/* missing input in field */
"dixa_empty_field_error" = "Fylltu út reitinn til að halda áfram";
+
+"dixa_frontpage_find_articles" = "Finna greinar";
+
+"dixa_knowledge_search_textfield_placeholder" = "Leit";
+
+"dixa_knowledge_navigation_title" = "Hvernig getum við aðstoðað?";
+
+"dixa_knowledge_suggested_articles" = "Tillögur að greinum";
+
+"dixa_knowledge_popular_topics" = "Vinsæl málefni";
+
+"dixa_knowledge_comment_title_helpful" = "Var þetta hjálplegt?";
+
+"dixa_knowledge_comment_title_contact_us" = "Hafðu samband til að fá meiri aðstoð";
+
+"dixa_knowledge_comment_title_comment" = "Frábært. Viltu skilja eftir ummæli?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Takk fyrir ummælin.";
+
+"dixa_knowledge_comment_yes" = "Já, takk";
+
+"dixa_knowledge_comment_no" = "Nei, ég þarf aðstoð";
+
+"dixa_knowledge_feedback_button_add_comment" = "Bæta við athugasemd";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Byrja á samtali";
+
+"dixa_knowledge_feedback_your_comment" = "Ummælin þín";
+
+"dixa_knowledge_search_placeholder_info" = "Skrifaðu leitarorð eða setningu til að finna tengdar greinar";
+
+"dixa_knowledge_search_placeholder_no_results" = "Engar niðurstöður fundust fyrir";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prófaðu annað leitarorð";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings
index d5ada00..717fb8c 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/it.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Diteci tutto quello che abbiamo bisogno di sapere";
+"dixa_contact_form_send" = "Invia";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Modulo di contatto";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Vai alla conversazione";
/* missing input in field */
"dixa_empty_field_error" = "Si prega di compilare il campo per continuare";
+
+"dixa_frontpage_find_articles" = "Trova articoli";
+
+"dixa_knowledge_search_textfield_placeholder" = "Cerca";
+
+"dixa_knowledge_navigation_title" = "Come possiamo aiutarti?";
+
+"dixa_knowledge_suggested_articles" = "Articoli suggeriti";
+
+"dixa_knowledge_popular_topics" = "Argomenti popolari";
+
+"dixa_knowledge_comment_title_helpful" = "È stato utile?";
+
+"dixa_knowledge_comment_title_contact_us" = "Contattaci per ulteriore assistenza";
+
+"dixa_knowledge_comment_title_comment" = "Ottimo. Vuoi lasciare un commento?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Grazie per il tuo commento.";
+
+"dixa_knowledge_comment_yes" = "Sì, grazie";
+
+"dixa_knowledge_comment_no" = "No, ho bisogno di assistenza";
+
+"dixa_knowledge_feedback_button_add_comment" = "Aggiungi il commento";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Inizia conversazione";
+
+"dixa_knowledge_feedback_your_comment" = "Il tuo commento";
+
+"dixa_knowledge_search_placeholder_info" = "Digita una parola chiave o una frase per trovare articoli correlati";
+
+"dixa_knowledge_search_placeholder_no_results" = "Nessun risultato per";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prova un'altra parola chiave";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings
index e6a48bb..a64bd30 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ja.lproj/Localizable.strings
@@ -9,270 +9,272 @@
loco:60f7de8d40efd37b18055312
* Toolbar */
-"dixa_chat_title_we_usually_reply" = "We usually reply";
+"dixa_chat_title_we_usually_reply" = "通常返信にかかる時間";
/* loco:60f7de8d40efd37b18055313 */
-"dixa_chat_title_response_time" = "Within 10 minutes";
+"dixa_chat_title_response_time" = "10分以内";
/* loco:60f7de8d40efd37b18055314
* Message */
-"dixa_hint_write_your_message" = "Write your message";
+"dixa_hint_write_your_message" = "メッセージを入力";
/* loco:60f7de8d40efd37b18055315
* Unread Messages */
-"dixa_message_new_messages" = "New messages";
+"dixa_message_new_messages" = "新着メッセージ";
/* loco:60f7de8d40efd37b18055316
* Agent */
-"dixa_message_agent_joined_the_conversation" = "%@ joined the conversation";
+"dixa_message_agent_joined_the_conversation" = "%@さんがチャットに参加しました";
/* loco:60f7de8d40efd37b18055317
* Access Permissions */
-"dixa_error_message_access_denied" = "Please allow access to your phone's media in order to attach and send files.";
+"dixa_error_message_access_denied" = "ファイルを添付して送信するために、携帯電話のメディアへのアクセスを許可してください。";
/* loco:60f7de8d40efd37b18055318
* Content Description */
-"dixa_accessibility_label_back" = "Back";
+"dixa_accessibility_label_back" = "戻る";
/* loco:60f7de8d40efd37b18055319 */
-"dixa_accessibility_label_agent_photo" = "Agent's photo";
+"dixa_accessibility_label_agent_photo" = "担当者の写真";
/* loco:60f7de8d40efd37b1805531b */
-"dixa_accessibility_label_agent_is_typing" = "Agent is typing";
+"dixa_accessibility_label_agent_is_typing" = "担当者が入力中";
/* loco:60f7de8d40efd37b1805531d */
-"dixa_accessibility_label_expand_input_field" = "Expand input field";
+"dixa_accessibility_label_expand_input_field" = "入力フィールドを展開";
/* loco:60f7de8d40efd37b1805531e */
-"dixa_accessibility_label_collapse_input_field" = "Collapse input field";
+"dixa_accessibility_label_collapse_input_field" = "入力フィールドを折りたたむ";
/* loco:60f7de8d40efd37b18055320 */
-"dixa_accessibility_label_download_file" = "Download file";
+"dixa_accessibility_label_download_file" = "ファイルをダウンロードする";
/* loco:60f7de8d40efd37b18055321 */
-"dixa_accessibility_label_attach_file" = "Attach file";
+"dixa_accessibility_label_attach_file" = "ファイルを添付する";
/* loco:60f7de8d40efd37b18055322 */
-"dixa_accessibility_label_send_message" = "Send message";
+"dixa_accessibility_label_send_message" = "メッセージを送信する";
/* loco:60f7e10a3c543245a60bc012 */
-"dixa_message_state_sending" = "Sending";
+"dixa_message_state_sending" = "送信中";
/* loco:60f7e1210b15b5190230fd92 */
-"dixa_message_state_sent" = "Sent";
+"dixa_message_state_sent" = "送信済み";
/* loco:60f7e1333a5da90c4f1481d3 */
-"dixa_message_state_delivered" = "Delivered";
+"dixa_message_state_delivered" = "配信済み";
/* loco:60f7e13c62bc0a3ea204f362 */
-"dixa_message_state_seen" = "Seen";
+"dixa_message_state_seen" = "既読";
/* loco:60f7e149afb31164004fbe42 */
-"dixa_message_state_failed_to_send" = "Failed to send";
+"dixa_message_state_failed_to_send" = "送信に失敗しました";
/* loco:610403c6751c8b16453f3592 */
-"dixa_frontpage_start_new_conversation" = "Start a conversation";
+"dixa_frontpage_start_new_conversation" = "チャットを開始";
/* loco:6107a9cb34ad852afd5bc4a2 */
-"dixa_accessibility_label_exit_button" = "Exit";
+"dixa_accessibility_label_exit_button" = "終了";
/* loco:6107a9f9ca07942cbf4a3f52 */
-"dixa_accessibility_label_loading_progress_bar" = "Loading";
+"dixa_accessibility_label_loading_progress_bar" = "読み込み中";
/* loco:6107abe2f999e05b1f6f1a42 */
-"dixa_frontpage_view_previous_conversations" = "View previous conversations";
+"dixa_frontpage_view_previous_conversations" = "前のチャットを表示";
/* loco:6107ac8031c9d864260b9072 */
-"dixa_frontpage_footer" = "We're using Dixa";
+"dixa_frontpage_footer" = "Dixaを使用しています";
/* loco:6107aca41a5587331c1a6b92 */
-"dixa_frontpage_error_title" = "Sorry...";
+"dixa_frontpage_error_title" = "申し訳ありません…";
/* loco:6107acda3fa307445a5c3892 */
-"dixa_frontpage_error_subtitle" = "We're having network issues. You can try to refresh the page or email our support team.";
+"dixa_frontpage_error_subtitle" = "ネットワークの問題が発生しています。ページを更新するか、サポートチームにメールでお問い合わせください。";
/* loco:6107ad02279d6a68c77c4ba3 */
-"dixa_frontpage_refresh_button" = "Refresh the page";
+"dixa_frontpage_refresh_button" = "ページを更新";
/* loco:6107b0e8455d1f26cb1d5912 */
-"dixa_accessibility_label_cancel" = "Cancel";
+"dixa_accessibility_label_cancel" = "キャンセル";
/* loco:6107b1c38818932d0c1027e3 */
-"dixa_accessibility_label_message_status_failed" = "Message failed to send";
+"dixa_accessibility_label_message_status_failed" = "メッセージの送信に失敗しました";
/* loco:6107b1dce39849525b1bd1b2 */
-"dixa_accessibility_label_message_status_sent" = "Message sent";
+"dixa_accessibility_label_message_status_sent" = "メッセージ送信済み";
/* loco:6107b1ee11f9f863d72975f2 */
-"dixa_accessibility_label_message_status_delivered" = "Message delivered";
+"dixa_accessibility_label_message_status_delivered" = "メッセージ配信済み";
/* loco:6107b202ff6dfd4511463f82 */
-"dixa_accessibility_label_message_status_seen" = "Message seen";
+"dixa_accessibility_label_message_status_seen" = "既読のメッセージ";
/* loco:6107b214528e7441d53089c2 */
-"dixa_accessibility_label_message_status_sending" = "Sending the message";
+"dixa_accessibility_label_message_status_sending" = "メッセージを送信中";
/* loco:6107bf3bce0ba60a620ff6f2 */
-"dixa_frontpage_greeting_subtitle" = "Feel free to reach out. We're ready to help.";
+"dixa_frontpage_greeting_subtitle" = "お気軽にお問い合わせください。お手伝いします。";
/* loco:6107bf71ce0ba60a620ff6f4 */
-"dixa_frontpage_greeting_title" = "Hey there 👋 ";
+"dixa_frontpage_greeting_title" = "こんにちは 👋 ";
/* loco:610bd86ca85c0c3a081d3e03 */
-"dixa_accessibility_label_message_with_image" = "Message with image";
+"dixa_accessibility_label_message_with_image" = "画像付きメッセージ";
/* loco:610d23cd128ef23c623c9d64 */
-"dixa_select_a_smaller_file_error_message" = "Please select a file under 10MB";
+"dixa_select_a_smaller_file_error_message" = "10MB未満のファイルを選択してください";
/* loco:6110fdd36475e07e7f6975a2 */
-"dixa_last_message_user_prefix" = "You: %@";
+"dixa_last_message_user_prefix" = "自分:%@";
/* loco:6111433d2381b25a153d3bd2 */
-"dixa_last_message_no_text" = "Continue your conversation";
+"dixa_last_message_no_text" = "チャットを続ける";
/* loco:6114e437f195376afe2c2df4 */
-"dixa_previous_conversations_header" = "Your previous conversations";
+"dixa_previous_conversations_header" = "前のチャット";
/* loco:6114edb9bac50e62167ae8f2 */
-"dixa_closed_conversation_start_new_conversation" = "Start a new conversation";
+"dixa_closed_conversation_start_new_conversation" = "新しいチャットを開始";
/* loco:6114ee4104d1c612164cff95 */
-"dixa_closed_conversation_message" = "Your conversation has ended.";
+"dixa_closed_conversation_message" = "チャットが終了しました。";
/* loco:6116310f0076a37fa47b5282 */
-"dixa_toolbar_agent_online" = "Online now";
+"dixa_toolbar_agent_online" = "現在オンライン";
/* loco:61163432f5b4e41e23144bb5 */
-"dixa_attachment_permission_settings_button" = "Settings";
+"dixa_attachment_permission_settings_button" = "設定";
/* loco:6116345def574f222501fd16 */
-"dixa_cancel_button" = "Cancel";
+"dixa_cancel_button" = "キャンセル";
/* loco:6116349f9165e12401377145 */
-"dixa_attachment_image_title" = "Image";
+"dixa_attachment_image_title" = "画像";
/* loco:611634b59165e12401377147 */
-"dixa_attachment_file_title" = "File";
+"dixa_attachment_file_title" = "ファイル";
/* loco:611634de394e7548310a44d2 */
-"dixa_attachment_type_title" = "Attachment type";
+"dixa_attachment_type_title" = "添付タイプ";
/* loco:61163512311d220c902b7562 */
-"dixa_attachment_type_message" = "Select file from gallery or archive";
+"dixa_attachment_type_message" = "ギャラリーまたはフォルダーからファイルを選択";
/* loco:611638d94c152a5aac338f22 */
-"dixa_toolbar_agent_away" = "Away";
+"dixa_toolbar_agent_away" = "退席中";
/* loco:61180fc2e7b52c5d5a4d5262 */
-"dixa_previous_conversations_error_subtitle" = "We’re having issues loading your previous conversations. You can try to refresh the page or email our support team.";
+"dixa_previous_conversations_error_subtitle" = "以前のチャットを読み込む際、問題が発生しました。ページを更新するか、サポートチームにメールでお問い合わせください。";
/* loco:611810caa6b60c796014eaf2 */
-"dixa_previous_conversations_error_title" = "Sorry..";
+"dixa_previous_conversations_error_title" = "申し訳ありません…";
/* loco:611b69ef7f08a65e71347746 */
-"dixa_open_file_error" = "Failed to open a file";
+"dixa_open_file_error" = "ファイルが開けませんでした";
/* loco:611b7fa15d606462c83d1b42 */
-"dixa_attachment_download_label_in_progress" = "Downloading";
+"dixa_attachment_download_label_in_progress" = "ダウンロード中";
/* loco:611b7fc1d4d18b3b533df2c5 */
-"dixa_attachment_download_label_success" = "Downloaded";
+"dixa_attachment_download_label_success" = "ダウンロード完了";
/* loco:611b7fd773dacb447029c422 */
-"dixa_attachment_download_label_error" = "Failed to download";
+"dixa_attachment_download_label_error" = "ダウンロード失敗";
/* loco:611b849d84e41d2378415393 */
-"dixa_accessibility_label_open_file" = "Open file";
+"dixa_accessibility_label_open_file" = "ファイルを開く";
/* loco:611e22f0aa31a8697e5dc0a2 */
-"dixa_error_select_an_attachment" = "Please select a valid photo or file";
+"dixa_error_select_an_attachment" = "有効な写真またはファイルを選択してください";
/* loco:61262710d9972f38f45c7112 */
"dixa_file_too_big_error_ok" = "OK";
/* loco:612f633075538025f02bb932 */
-"dixa_android_push_notification_channel_name" = "Customer support";
+"dixa_android_push_notification_channel_name" = "カスタマーサポート";
/* loco:61320b63a23ea67e81664d56 */
-"dixa_network_issues_error_message" = "Sorry, we’re having network issues. You can try to refresh the page or email our support team.";
+"dixa_network_issues_error_message" = "申し訳ありません、ネットワークの問題が発生しています。ページを更新するか、サポートチームにメールでお問い合わせください。";
/* loco:613214d1cefdd85f6113f6c2 */
-"dixa_send_message_to_start_conversation" = "Send a message to start a conversation";
+"dixa_send_message_to_start_conversation" = "メッセージを送信してチャットを開始";
/* loco:613717a4a605ea60ee0199c2 */
-"dixa_network_issues_reconnected_message" = "Great! You’ve been reconnected.";
+"dixa_network_issues_reconnected_message" = "素晴らしいです!再接続しました。";
/* loco:61372ce6a3010252bf266332 */
-"dixa_resend_message" = "Resend message";
+"dixa_resend_message" = "メッセージを再送信";
/* loco:61372d0f4d68a81f735cf504 */
-"dixa_delete_message" = "Delete message";
+"dixa_delete_message" = "メッセージを削除";
/* loco:6138c25252374851ef4478c3 */
-"dixa_csat_emoji_label_bad" = "Bad";
+"dixa_csat_emoji_label_bad" = "悪い";
/* loco:6138c26b4f84a7150e45e3f2 */
-"dixa_csat_emoji_label_meh" = "Meh";
+"dixa_csat_emoji_label_meh" = "いまいち";
/* loco:6138c27d52374851ef4478c6 */
-"dixa_csat_emoji_label_okay" = "Okay";
+"dixa_csat_emoji_label_okay" = "普通";
/* loco:6138c28e9999206ee6679386 */
-"dixa_csat_emoji_label_good" = "Good";
+"dixa_csat_emoji_label_good" = "良い";
/* loco:6138c2a046bec603b66dd897 */
-"dixa_csat_emoji_label_great" = "Great";
+"dixa_csat_emoji_label_great" = "素晴らしい";
/* loco:6138c2e0b0badf0aa53921c2 */
-"dixa_csat_add_comment" = "Add a comment";
+"dixa_csat_add_comment" = "コメントを追加";
/* loco:6138c2f64daeb310a0580c72 */
-"dixa_csat_save_comment" = "Save comment";
+"dixa_csat_save_comment" = "コメントを保存";
/* loco:6138c32ba68f3650bb2050b2 */
-"dixa_csat_see_comment" = "See your comment";
+"dixa_csat_see_comment" = "コメントを表示";
/* loco:6138c364a68f3650bb2050b4 */
-"dixa_csat_hide_comment" = "Hide your comment";
+"dixa_csat_hide_comment" = "コメントを非表示";
/* loco:6138c3e87bd53a70c72edb43 */
-"dixa_message_agent_left_the_conversation" = "%@ left the conversation";
+"dixa_message_agent_left_the_conversation" = "%@さんがチャットから退出しました";
/* loco:613f4e33c13ac642c62cdc82 */
-"dixa_bulletin_board_show_more" = "Show more";
+"dixa_bulletin_board_show_more" = "さらに表示";
/* loco:613f4e52ae0b645e63586492 */
-"dixa_bulletin_board_show_less" = "Show less";
+"dixa_bulletin_board_show_less" = "表示件数を減らす";
/* loco:6140a16d72c44a4ec857db33 */
-"dixa_message_sent_interval_now" = "Just now";
+"dixa_message_sent_interval_now" = "たった今";
/* loco:6140a224600e886e3b3ba295 */
-"dixa_message_sent_interval_less_than_a_minute" = "Less than one minute ago";
+"dixa_message_sent_interval_less_than_a_minute" = "1分以内";
/* loco:6140a4263ae2d5100d1d0d42 */
-"dixa_message_sent_interval_minutes" = "1 minute ago";
+"dixa_message_sent_interval_minutes" = "1分前";
/* loco:6140a4437359c031495ee6c2 */
-"dixa_message_sent_interval_x_minutes" = "%d minutes ago";
+"dixa_message_sent_interval_x_minutes" = "%d分前";
/* loco:6140a6ddd950c10d283c64a4 */
-"dixa_message_sent_interval_hours" = "1 hour ago";
+"dixa_message_sent_interval_hours" = "1時間前";
/* loco:6140a70f6747061e477e3802 */
-"dixa_message_sent_interval_x_hours" = "%d hours ago";
+"dixa_message_sent_interval_x_hours" = "%d時間前";
/* loco:6141b36031fe824b755f77a2 */
-"dixa_title_reply_time" = "We usually reply within 10 minutes";
+"dixa_title_reply_time" = "通常、10分以内に返信します";
/* loco:6144867c61928d6c4f372ed3 */
-"dixa_message_state_failed_to_deliver" = "Failed to deliver";
+"dixa_message_state_failed_to_deliver" = "メッセージの配信に失敗しました";
/* loco:61518243fdf18619fb6d1162 */
-"dixa_no_messages_sent" = "No messages sent";
+"dixa_no_messages_sent" = "送信したメッセージがありません";
/* loco:6152f1e34a248a7ae90bae22 */
-"dixa_unable_to_start_new_conversation_error" = "Sorry! We’re having issues starting
new conversations. You can try again
or email our support team.";
+"dixa_unable_to_start_new_conversation_error" = "申し訳ありません。新しいチャットを開始する際、
+問題が発生しました。もう一度試すか、
+サポートにメールでお問い合わせください。";
/* loco:615bcdcc2c89326bcf297324 */
"dixa_message_sent_interval_minutes-plural-2" = "";
@@ -281,52 +283,88 @@
"dixa_message_sent_interval_hours-plural-2" = "";
/* loco:615fdcfede0c6b419e49a233 */
-"dixa_your_name" = "Your name";
+"dixa_your_name" = "名前";
/* loco:615fdd55b1167b76987201d2 */
-"dixa_your_email" = "Your email";
+"dixa_your_email" = "あなたのメール アドレス";
/* loco:615fdd6f6193485355724282 */
-"dixa_enter_details" = "Enter details";
+"dixa_enter_details" = "詳細情報を入力";
/* loco:615fdd8fde0c6b419e49a235 */
-"dixa_leave_message" = "Leave message";
+"dixa_leave_message" = "メッセージを送信";
/* loco:615fe04e6dae5b4925026972 */
-"dixa_contact_form_whats_your_name" = "What’s your first name?";
+"dixa_contact_form_whats_your_name" = "名前を教えてください";
/* loco:615fe06ee3f1914e4e429aa2 */
-"dixa_contact_form_email_example" = "For example “bruce@wayne.com”";
+"dixa_contact_form_email_example" = "例えば、「hogehoge@hogehoge.jp」";
/* loco:615fe09696ea1a64d6036ad2 */
-"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_tell_us_everything" = "お問い合わせ内容を入力してください";
+
+"dixa_contact_form_send" = "送信";
/* loco:61641128c50d266dbc2414b2 */
-"dixa_contact_form" = "Contact form";
+"dixa_contact_form" = "お問い合わせフォーム";
-"dixa_frontpage_continue_conversation" = "Continue the conversation";
+"dixa_frontpage_continue_conversation" = "チャットを続ける";
/* loco:6168043aa8e5357081734583 */
-"dixa_invalid_email" = "Invalid email. Try again.";
+"dixa_invalid_email" = "メールアドレスが正しくありません。もう一度お試しください。";
/* name textfield label */
-"dixa_name_field_label" = "Your name";
+"dixa_name_field_label" = "名前";
/* name textfield placeholder*/
-"dixa_name_field_placeholder" = "What’s your first name?";
+"dixa_name_field_placeholder" = "名前を教えてください";
/* email textfield label */
-"dixa_email_field_label" = "Your e-mail";
+"dixa_email_field_label" = "あなたのメールアドレス";
/* email field placeholder */
-"dixa_email_field_placeholder" = "For example “bruce@wayne.com”";
+"dixa_email_field_placeholder" = "例えば、「hogehoge@hogehoge.jp」";
/*login/ user identification screen header text*/
-"dixa_user_claim_header" = "Let’s get started with your information";
+"dixa_user_claim_header" = "さっそく情報を入力しましょう";
/* error message when name field is left blanc*/
-"dixa_invalid_name" = "Please enter your name";
+"dixa_invalid_name" = "名前を入力してください";
/*manual user claim view button title*/
-"dixa_continue_to_conversation" = "Continue to Conversation";
+"dixa_continue_to_conversation" = "チャットに進む";
/* missing input in field */
-"dixa_empty_field_error" = "Please fill out field to continue";
+"dixa_empty_field_error" = "続行するにはフィールドに入力する必要があります";
+
+"dixa_frontpage_find_articles" = "記事を検索";
+
+"dixa_knowledge_search_textfield_placeholder" = "検索する";
+
+"dixa_knowledge_navigation_title" = "お困りの点は何ですか?";
+
+"dixa_knowledge_suggested_articles" = "お勧めの記事";
+
+"dixa_knowledge_popular_topics" = "人気トピック";
+
+"dixa_knowledge_comment_title_helpful" = "役に立ちましたか?";
+
+"dixa_knowledge_comment_title_contact_us" = "詳細についてはお問い合わせください";
+
+"dixa_knowledge_comment_title_comment" = "素晴らしいです。コメントを残しますか?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "コメント、ありがとうございました。";
+
+"dixa_knowledge_comment_yes" = "はい、ありがとうございます";
+
+"dixa_knowledge_comment_no" = "いいえ、助けが必要です";
+
+"dixa_knowledge_feedback_button_add_comment" = "コメントを追加";
+
+"dixa_knowledge_feedback_button_start_conversation" = "チャットを開始";
+
+"dixa_knowledge_feedback_your_comment" = "コメント";
+
+"dixa_knowledge_search_placeholder_info" = "関連する記事を検索するにはキーワードまたは文章を入力してください";
+
+"dixa_knowledge_search_placeholder_no_results" = "該当する結果が見つかりませんでした: ";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "別のキーワードを試してください";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings
index e6a48bb..e84cd34 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ko.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contact form";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continue to Conversation";
/* missing input in field */
"dixa_empty_field_error" = "Please fill out field to continue";
+
+"dixa_frontpage_find_articles" = "Find articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Search";
+
+"dixa_knowledge_navigation_title" = "How can we help you?";
+
+"dixa_knowledge_suggested_articles" = "Suggested articles";
+
+"dixa_knowledge_popular_topics" = "Popular topics";
+
+"dixa_knowledge_comment_title_helpful" = "Was this helpful?";
+
+"dixa_knowledge_comment_title_contact_us" = "Please reach out for more help";
+
+"dixa_knowledge_comment_title_comment" = "Great. Want to leave a comment?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Thanks for your comment.";
+
+"dixa_knowledge_comment_yes" = "Yes, thanks";
+
+"dixa_knowledge_comment_no" = "No, I need help";
+
+"dixa_knowledge_feedback_button_add_comment" = "Add the comment";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Your comment";
+
+"dixa_knowledge_search_placeholder_info" = "Type any keyword or sentence to find related articles";
+
+"dixa_knowledge_search_placeholder_no_results" = "No results found for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings
index 65ca125..422240c 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lt.lproj/Localizable.strings
@@ -303,6 +303,8 @@ arba rašykite el. laišką mūsų palaikymo komandai.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Papasakokite mums viską, ką turėtume žinoti";
+"dixa_contact_form_send" = "Siųsti";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontakto forma";
@@ -332,3 +334,37 @@ arba rašykite el. laišką mūsų palaikymo komandai.";
"dixa_continue_to_conversation" = "Tęsti pokalbį";
/* missing input in field */
"dixa_empty_field_error" = "Užpildykite langelį ir tęskite";
+
+"dixa_frontpage_find_articles" = "Rasti straipsnių";
+
+"dixa_knowledge_search_textfield_placeholder" = "Ieškoti";
+
+"dixa_knowledge_navigation_title" = "Kuo galime padėti?";
+
+"dixa_knowledge_suggested_articles" = "Siūlomi straipsniai";
+
+"dixa_knowledge_popular_topics" = "Populiarios temos";
+
+"dixa_knowledge_comment_title_helpful" = "Ar tai buvo naudinga?";
+
+"dixa_knowledge_comment_title_contact_us" = "Kreipkitės, jei reikia daugiau pagalbos";
+
+"dixa_knowledge_comment_title_comment" = "Puiku. Norite palikti komentarą?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Dėkojame už jūsų komentarą.";
+
+"dixa_knowledge_comment_yes" = "Taip, ačiū";
+
+"dixa_knowledge_comment_no" = "Ne, man reikia pagalbos";
+
+"dixa_knowledge_feedback_button_add_comment" = "Pridėti komentarą";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Pradėti pokalbį";
+
+"dixa_knowledge_feedback_your_comment" = "Jūsų komentaras";
+
+"dixa_knowledge_search_placeholder_info" = "Norėdami rasti susijusius straipsnius, įveskite bet kokį raktažodį arba sakinį";
+
+"dixa_knowledge_search_placeholder_no_results" = "Nerasta jokių rezultatų, atitinkančių";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Bandyti įvesti kitą raktažodį";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings
index 17952fc..16fbb1a 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/lv.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Pastāstiet mums visu, kas mums jāzina";
+"dixa_contact_form_send" = "Sūtīt";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Saziņas veidlapa";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Turpināt uz sarunu";
/* missing input in field */
"dixa_empty_field_error" = "Lūdzu, aizpildiet lauku, lai turpinātu";
+
+"dixa_frontpage_find_articles" = "Atrast rakstus";
+
+"dixa_knowledge_search_textfield_placeholder" = "Meklēt";
+
+"dixa_knowledge_navigation_title" = "Kā varam palīdzēt?";
+
+"dixa_knowledge_suggested_articles" = "Ieteiktie raksti";
+
+"dixa_knowledge_popular_topics" = "Populārie temati";
+
+"dixa_knowledge_comment_title_helpful" = "Vai tas palīdzēja?";
+
+"dixa_knowledge_comment_title_contact_us" = "Lūdzu, sazinieties ar mums, lai saņemtu papildu palīdzību";
+
+"dixa_knowledge_comment_title_comment" = "Lieliski. Vai vēlaties atstāt komentāru?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Paldies par komentāru.";
+
+"dixa_knowledge_comment_yes" = "Jā, paldies";
+
+"dixa_knowledge_comment_no" = "Nē, man nepieciešama palīdzība";
+
+"dixa_knowledge_feedback_button_add_comment" = "Pievienot komentāru";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Sākt sarunu";
+
+"dixa_knowledge_feedback_your_comment" = "Jūsu komentārs";
+
+"dixa_knowledge_search_placeholder_info" = "Ierakstiet atslēgvārdu vai teikumu, lai atrastu saistītos rakstus";
+
+"dixa_knowledge_search_placeholder_no_results" = "Netika atrasts neviens rezultāts:";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Izmēģiniet citu atslēgvārdu";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings
index d800f3b..650f0e6 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/nl.lproj/Localizable.strings
@@ -303,6 +303,8 @@ of een e-mail naar onze klantenservice sturen.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Vertel ons alles wat we moeten weten";
+"dixa_contact_form_send" = "Verzenden";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contactformulier";
@@ -332,3 +334,37 @@ of een e-mail naar onze klantenservice sturen.";
"dixa_continue_to_conversation" = "Doorgaan naar gesprek";
/* missing input in field */
"dixa_empty_field_error" = "Vul het veld in om door te gaan";
+
+"dixa_frontpage_find_articles" = "Artikelen zoeken";
+
+"dixa_knowledge_search_textfield_placeholder" = "Zoeken";
+
+"dixa_knowledge_navigation_title" = "Hoe kunnen we u helpen?";
+
+"dixa_knowledge_suggested_articles" = "Aanbevolen artikelen";
+
+"dixa_knowledge_popular_topics" = "Populaire onderwerpen";
+
+"dixa_knowledge_comment_title_helpful" = "Was dit nuttig?";
+
+"dixa_knowledge_comment_title_contact_us" = "Neem contact op voor meer hulp";
+
+"dixa_knowledge_comment_title_comment" = "Geweldig. Wilt u een reactie achterlaten?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Bedankt voor uw reactie.";
+
+"dixa_knowledge_comment_yes" = "Ja, bedankt";
+
+"dixa_knowledge_comment_no" = "Nee, ik heb hulp nodig";
+
+"dixa_knowledge_feedback_button_add_comment" = "Voeg de reactie toe";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Gesprek beginnen";
+
+"dixa_knowledge_feedback_your_comment" = "Uw reactie";
+
+"dixa_knowledge_search_placeholder_info" = "Typ elk trefwoord of zin om verwante artikelen te zoeken";
+
+"dixa_knowledge_search_placeholder_no_results" = "Geen resultaten gevonden voor";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Probeer een ander trefwoord";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings
index 125db2f..dd2550f 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/no.lproj/Localizable.strings
@@ -303,6 +303,8 @@ eller sende supportteamet vårt en e-post.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Fortell oss alt vi trenger å vite";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktskjema";
@@ -332,3 +334,37 @@ eller sende supportteamet vårt en e-post.";
"dixa_continue_to_conversation" = "Fortsett til samtalen";
/* missing input in field */
"dixa_empty_field_error" = "Fyll ut feltet for å fortsette";
+
+"dixa_frontpage_find_articles" = "Finn artikler";
+
+"dixa_knowledge_search_textfield_placeholder" = "Søk";
+
+"dixa_knowledge_navigation_title" = "Hvordan kan vi hjelpe deg?";
+
+"dixa_knowledge_suggested_articles" = "Foreslåtte artikler";
+
+"dixa_knowledge_popular_topics" = "Populære emner";
+
+"dixa_knowledge_comment_title_helpful" = "Var dette til hjelp?";
+
+"dixa_knowledge_comment_title_contact_us" = "Ta gjerne kontakt for mer hjelp";
+
+"dixa_knowledge_comment_title_comment" = "Supert. Vil du skrive en kommentar?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Takk for kommentaren.";
+
+"dixa_knowledge_comment_yes" = "Ja, takk";
+
+"dixa_knowledge_comment_no" = "Nei, jeg trenger hjelp";
+
+"dixa_knowledge_feedback_button_add_comment" = "Legg til kommentaren";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start samtale";
+
+"dixa_knowledge_feedback_your_comment" = "Din kommentar";
+
+"dixa_knowledge_search_placeholder_info" = "Skriv søkeord eller setning for å finne relaterte artikler";
+
+"dixa_knowledge_search_placeholder_no_results" = "Ingen resultater funnet for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Prøv et annet nøkkelord";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings
index 21bb349..8e8cd25 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pl.lproj/Localizable.strings
@@ -303,6 +303,8 @@ lub wyślij wiadomość e-mail do naszego zespołu wsparcia.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Powiedz nam wszystko, co musimy wiedzieć.";
+"dixa_contact_form_send" = "Wyślij";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Formularz kontaktowy";
@@ -332,3 +334,37 @@ lub wyślij wiadomość e-mail do naszego zespołu wsparcia.";
"dixa_continue_to_conversation" = "Przejdź do rozmowy";
/* missing input in field */
"dixa_empty_field_error" = "Aby kontynuować, wypełnij pole";
+
+"dixa_frontpage_find_articles" = "Znajdź artykuły";
+
+"dixa_knowledge_search_textfield_placeholder" = "Szukaj";
+
+"dixa_knowledge_navigation_title" = "Jak możemy pomóc?";
+
+"dixa_knowledge_suggested_articles" = "Proponowane artykuły";
+
+"dixa_knowledge_popular_topics" = "Popularne tematy";
+
+"dixa_knowledge_comment_title_helpful" = "Czy było to pomocne?";
+
+"dixa_knowledge_comment_title_contact_us" = "Skontaktuj się z nami, aby uzyskać dodatkową pomoc";
+
+"dixa_knowledge_comment_title_comment" = "Świetnie. Chcesz zostawić komentarz?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Dziękujemy za komentarz.";
+
+"dixa_knowledge_comment_yes" = "Tak, dziękuję";
+
+"dixa_knowledge_comment_no" = "Nie, potrzebuję pomocy.";
+
+"dixa_knowledge_feedback_button_add_comment" = "Dodaj komentarz";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Rozpocznij konwersację";
+
+"dixa_knowledge_feedback_your_comment" = "Twój komentarz";
+
+"dixa_knowledge_search_placeholder_info" = "Wprowadź dowolne słowo kluczowe lub zdanie, aby znaleźć powiązane artykuły.";
+
+"dixa_knowledge_search_placeholder_no_results" = "Nie znaleziono wyników dla";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Wypróbuj inne słowo kluczowe";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings
index bcbba05..f909364 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/pt.lproj/Localizable.strings
@@ -303,6 +303,8 @@ ou enviar um e-mail à nossa equipa de suporte.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Conte-nos tudo o que precisamos de saber";
+"dixa_contact_form_send" = "Enviar";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Formulário de contacto";
@@ -332,3 +334,37 @@ ou enviar um e-mail à nossa equipa de suporte.";
"dixa_continue_to_conversation" = "Continuar para a conversa";
/* missing input in field */
"dixa_empty_field_error" = "Por favor, preencha o campo para continuar";
+
+"dixa_frontpage_find_articles" = "Encontrar artigos";
+
+"dixa_knowledge_search_textfield_placeholder" = "Pesquisar";
+
+"dixa_knowledge_navigation_title" = "Como podemos ajudá-lo?";
+
+"dixa_knowledge_suggested_articles" = "Artigos sugeridos";
+
+"dixa_knowledge_popular_topics" = "Tópicos populares";
+
+"dixa_knowledge_comment_title_helpful" = "Isto foi útil?";
+
+"dixa_knowledge_comment_title_contact_us" = "Por favor, não hesite em contactar-nos para mais ajuda";
+
+"dixa_knowledge_comment_title_comment" = "Ótimo. Pretende deixar um comentário?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Agradecemos o seu comentário.";
+
+"dixa_knowledge_comment_yes" = "Sim, obrigado";
+
+"dixa_knowledge_comment_no" = "Não, eu preciso de ajuda";
+
+"dixa_knowledge_feedback_button_add_comment" = "Adicione o comentário";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Começar conversa";
+
+"dixa_knowledge_feedback_your_comment" = "O seu comentário";
+
+"dixa_knowledge_search_placeholder_info" = "Escreva qualquer palavra-chave ou frase para encontrar artigos relacionados";
+
+"dixa_knowledge_search_placeholder_no_results" = "Não foram encontrados resultados para";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Tente outra palavra-chave";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings
index c9dc0d2..bc3d5b3 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/ru.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Расскажите нам всё!";
+"dixa_contact_form_send" = "Отправить";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Форма обратной связи";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Перейти к чату";
/* missing input in field */
"dixa_empty_field_error" = "Заполните поле, чтобы продолжить";
+
+"dixa_frontpage_find_articles" = "Найти статьи";
+
+"dixa_knowledge_search_textfield_placeholder" = "Поиск";
+
+"dixa_knowledge_navigation_title" = "Чем мы можем вам помочь?";
+
+"dixa_knowledge_suggested_articles" = "Рекомендуемые статьи";
+
+"dixa_knowledge_popular_topics" = "Популярные темы";
+
+"dixa_knowledge_comment_title_helpful" = "Информация была полезной?";
+
+"dixa_knowledge_comment_title_contact_us" = "Свяжитесь с нами для получения помощи";
+
+"dixa_knowledge_comment_title_comment" = "Отлично. Хотите оставить комментарий?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Спасибо за комментарий.";
+
+"dixa_knowledge_comment_yes" = "Да, спасибо";
+
+"dixa_knowledge_comment_no" = "Нет, мне нужна помощь";
+
+"dixa_knowledge_feedback_button_add_comment" = "Добавить комментарий";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Начать чат";
+
+"dixa_knowledge_feedback_your_comment" = "Ваш комментарий";
+
+"dixa_knowledge_search_placeholder_info" = "Введите ключевое слово или фразу, чтобы найти связанные статьи";
+
+"dixa_knowledge_search_placeholder_no_results" = "Нет результатов по запросу";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Попробуйте другое ключевое слово";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings
index 38d4916..4a679c1 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/sv.lproj/Localizable.strings
@@ -303,6 +303,8 @@ ett e-postmeddelande till vårt supportteam.";
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Berätta allt vi behöver veta";
+"dixa_contact_form_send" = "Skicka";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Kontaktformulär";
@@ -332,3 +334,37 @@ ett e-postmeddelande till vårt supportteam.";
"dixa_continue_to_conversation" = "Fortsätt till konversation";
/* missing input in field */
"dixa_empty_field_error" = "Fyll i fältet för att fortsätta";
+
+"dixa_frontpage_find_articles" = "Hitta artiklar";
+
+"dixa_knowledge_search_textfield_placeholder" = "Sök";
+
+"dixa_knowledge_navigation_title" = "Hur kan vi hjälpa dig?";
+
+"dixa_knowledge_suggested_articles" = "Föreslagna artiklar";
+
+"dixa_knowledge_popular_topics" = "Populära ämnen";
+
+"dixa_knowledge_comment_title_helpful" = "Var det här till hjälp?";
+
+"dixa_knowledge_comment_title_contact_us" = "Kontakta oss om du behöver hjälp";
+
+"dixa_knowledge_comment_title_comment" = "Bra. Vill du lämna en kommentar?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Tack för din kommentar.";
+
+"dixa_knowledge_comment_yes" = "Ja tack";
+
+"dixa_knowledge_comment_no" = "Nej, jag behöver hjälp";
+
+"dixa_knowledge_feedback_button_add_comment" = "Lägg till kommentar";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Starta konversation";
+
+"dixa_knowledge_feedback_your_comment" = "Din kommentar";
+
+"dixa_knowledge_search_placeholder_info" = "Ange ett nyckelord eller en mening för att hitta relaterade artiklar";
+
+"dixa_knowledge_search_placeholder_no_results" = "Inga resultat hittades för";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Testa ett annat nyckelord";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings
index e6a48bb..e84cd34 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/th.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contact form";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continue to Conversation";
/* missing input in field */
"dixa_empty_field_error" = "Please fill out field to continue";
+
+"dixa_frontpage_find_articles" = "Find articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Search";
+
+"dixa_knowledge_navigation_title" = "How can we help you?";
+
+"dixa_knowledge_suggested_articles" = "Suggested articles";
+
+"dixa_knowledge_popular_topics" = "Popular topics";
+
+"dixa_knowledge_comment_title_helpful" = "Was this helpful?";
+
+"dixa_knowledge_comment_title_contact_us" = "Please reach out for more help";
+
+"dixa_knowledge_comment_title_comment" = "Great. Want to leave a comment?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Thanks for your comment.";
+
+"dixa_knowledge_comment_yes" = "Yes, thanks";
+
+"dixa_knowledge_comment_no" = "No, I need help";
+
+"dixa_knowledge_feedback_button_add_comment" = "Add the comment";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Your comment";
+
+"dixa_knowledge_search_placeholder_info" = "Type any keyword or sentence to find related articles";
+
+"dixa_knowledge_search_placeholder_no_results" = "No results found for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings
index e6a48bb..e84cd34 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/tr.lproj/Localizable.strings
@@ -301,6 +301,8 @@
/* loco:615fe09696ea1a64d6036ad2 */
"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_send" = "Send";
+
/* loco:61641128c50d266dbc2414b2 */
"dixa_contact_form" = "Contact form";
@@ -330,3 +332,37 @@
"dixa_continue_to_conversation" = "Continue to Conversation";
/* missing input in field */
"dixa_empty_field_error" = "Please fill out field to continue";
+
+"dixa_frontpage_find_articles" = "Find articles";
+
+"dixa_knowledge_search_textfield_placeholder" = "Search";
+
+"dixa_knowledge_navigation_title" = "How can we help you?";
+
+"dixa_knowledge_suggested_articles" = "Suggested articles";
+
+"dixa_knowledge_popular_topics" = "Popular topics";
+
+"dixa_knowledge_comment_title_helpful" = "Was this helpful?";
+
+"dixa_knowledge_comment_title_contact_us" = "Please reach out for more help";
+
+"dixa_knowledge_comment_title_comment" = "Great. Want to leave a comment?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "Thanks for your comment.";
+
+"dixa_knowledge_comment_yes" = "Yes, thanks";
+
+"dixa_knowledge_comment_no" = "No, I need help";
+
+"dixa_knowledge_feedback_button_add_comment" = "Add the comment";
+
+"dixa_knowledge_feedback_button_start_conversation" = "Start conversation";
+
+"dixa_knowledge_feedback_your_comment" = "Your comment";
+
+"dixa_knowledge_search_placeholder_info" = "Type any keyword or sentence to find related articles";
+
+"dixa_knowledge_search_placeholder_no_results" = "No results found for";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "Try another keyword";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings
index e6a48bb..c295e1d 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Localization.bundle/zh.lproj/Localizable.strings
@@ -9,270 +9,272 @@
loco:60f7de8d40efd37b18055312
* Toolbar */
-"dixa_chat_title_we_usually_reply" = "We usually reply";
+"dixa_chat_title_we_usually_reply" = "我们通常会在";
/* loco:60f7de8d40efd37b18055313 */
-"dixa_chat_title_response_time" = "Within 10 minutes";
+"dixa_chat_title_response_time" = "10 分钟内回复";
/* loco:60f7de8d40efd37b18055314
* Message */
-"dixa_hint_write_your_message" = "Write your message";
+"dixa_hint_write_your_message" = "撰写您的消息";
/* loco:60f7de8d40efd37b18055315
* Unread Messages */
-"dixa_message_new_messages" = "New messages";
+"dixa_message_new_messages" = "新消息";
/* loco:60f7de8d40efd37b18055316
* Agent */
-"dixa_message_agent_joined_the_conversation" = "%@ joined the conversation";
+"dixa_message_agent_joined_the_conversation" = "%@ 已加入对话";
/* loco:60f7de8d40efd37b18055317
* Access Permissions */
-"dixa_error_message_access_denied" = "Please allow access to your phone's media in order to attach and send files.";
+"dixa_error_message_access_denied" = "请允许访问您的手机媒体以附加和发送文件。";
/* loco:60f7de8d40efd37b18055318
* Content Description */
-"dixa_accessibility_label_back" = "Back";
+"dixa_accessibility_label_back" = "返回";
/* loco:60f7de8d40efd37b18055319 */
-"dixa_accessibility_label_agent_photo" = "Agent's photo";
+"dixa_accessibility_label_agent_photo" = "代理照片";
/* loco:60f7de8d40efd37b1805531b */
-"dixa_accessibility_label_agent_is_typing" = "Agent is typing";
+"dixa_accessibility_label_agent_is_typing" = "代理正在輸入";
/* loco:60f7de8d40efd37b1805531d */
-"dixa_accessibility_label_expand_input_field" = "Expand input field";
+"dixa_accessibility_label_expand_input_field" = "展开输入字段";
/* loco:60f7de8d40efd37b1805531e */
-"dixa_accessibility_label_collapse_input_field" = "Collapse input field";
+"dixa_accessibility_label_collapse_input_field" = "折叠输入字段";
/* loco:60f7de8d40efd37b18055320 */
-"dixa_accessibility_label_download_file" = "Download file";
+"dixa_accessibility_label_download_file" = "下载文件";
/* loco:60f7de8d40efd37b18055321 */
-"dixa_accessibility_label_attach_file" = "Attach file";
+"dixa_accessibility_label_attach_file" = "附加文件";
/* loco:60f7de8d40efd37b18055322 */
-"dixa_accessibility_label_send_message" = "Send message";
+"dixa_accessibility_label_send_message" = "发送消息";
/* loco:60f7e10a3c543245a60bc012 */
-"dixa_message_state_sending" = "Sending";
+"dixa_message_state_sending" = "正在发送";
/* loco:60f7e1210b15b5190230fd92 */
-"dixa_message_state_sent" = "Sent";
+"dixa_message_state_sent" = "发送";
/* loco:60f7e1333a5da90c4f1481d3 */
-"dixa_message_state_delivered" = "Delivered";
+"dixa_message_state_delivered" = "已送达";
/* loco:60f7e13c62bc0a3ea204f362 */
-"dixa_message_state_seen" = "Seen";
+"dixa_message_state_seen" = "已读";
/* loco:60f7e149afb31164004fbe42 */
-"dixa_message_state_failed_to_send" = "Failed to send";
+"dixa_message_state_failed_to_send" = "发送失败";
/* loco:610403c6751c8b16453f3592 */
-"dixa_frontpage_start_new_conversation" = "Start a conversation";
+"dixa_frontpage_start_new_conversation" = "开始对话";
/* loco:6107a9cb34ad852afd5bc4a2 */
-"dixa_accessibility_label_exit_button" = "Exit";
+"dixa_accessibility_label_exit_button" = "退出";
/* loco:6107a9f9ca07942cbf4a3f52 */
-"dixa_accessibility_label_loading_progress_bar" = "Loading";
+"dixa_accessibility_label_loading_progress_bar" = "正在加载";
/* loco:6107abe2f999e05b1f6f1a42 */
-"dixa_frontpage_view_previous_conversations" = "View previous conversations";
+"dixa_frontpage_view_previous_conversations" = "查看之前的对话";
/* loco:6107ac8031c9d864260b9072 */
-"dixa_frontpage_footer" = "We're using Dixa";
+"dixa_frontpage_footer" = "我们在使用 Dixa";
/* loco:6107aca41a5587331c1a6b92 */
-"dixa_frontpage_error_title" = "Sorry...";
+"dixa_frontpage_error_title" = "抱歉…";
/* loco:6107acda3fa307445a5c3892 */
-"dixa_frontpage_error_subtitle" = "We're having network issues. You can try to refresh the page or email our support team.";
+"dixa_frontpage_error_subtitle" = "我们遇到了网络问题。您可以尝试刷新页面或向我们的支持团队发送电子邮件。";
/* loco:6107ad02279d6a68c77c4ba3 */
-"dixa_frontpage_refresh_button" = "Refresh the page";
+"dixa_frontpage_refresh_button" = "刷新页面";
/* loco:6107b0e8455d1f26cb1d5912 */
-"dixa_accessibility_label_cancel" = "Cancel";
+"dixa_accessibility_label_cancel" = "取消";
/* loco:6107b1c38818932d0c1027e3 */
-"dixa_accessibility_label_message_status_failed" = "Message failed to send";
+"dixa_accessibility_label_message_status_failed" = "消息发送失败";
/* loco:6107b1dce39849525b1bd1b2 */
-"dixa_accessibility_label_message_status_sent" = "Message sent";
+"dixa_accessibility_label_message_status_sent" = "消息已发送";
/* loco:6107b1ee11f9f863d72975f2 */
-"dixa_accessibility_label_message_status_delivered" = "Message delivered";
+"dixa_accessibility_label_message_status_delivered" = "消息已送达";
/* loco:6107b202ff6dfd4511463f82 */
-"dixa_accessibility_label_message_status_seen" = "Message seen";
+"dixa_accessibility_label_message_status_seen" = "消息已读";
/* loco:6107b214528e7441d53089c2 */
-"dixa_accessibility_label_message_status_sending" = "Sending the message";
+"dixa_accessibility_label_message_status_sending" = "正在发送消息";
/* loco:6107bf3bce0ba60a620ff6f2 */
-"dixa_frontpage_greeting_subtitle" = "Feel free to reach out. We're ready to help.";
+"dixa_frontpage_greeting_subtitle" = "请随时联系我们。我们随时准备为您提供帮助。";
/* loco:6107bf71ce0ba60a620ff6f4 */
-"dixa_frontpage_greeting_title" = "Hey there 👋 ";
+"dixa_frontpage_greeting_title" = "您好 👋 ";
/* loco:610bd86ca85c0c3a081d3e03 */
-"dixa_accessibility_label_message_with_image" = "Message with image";
+"dixa_accessibility_label_message_with_image" = "带图片的消息";
/* loco:610d23cd128ef23c623c9d64 */
-"dixa_select_a_smaller_file_error_message" = "Please select a file under 10MB";
+"dixa_select_a_smaller_file_error_message" = "请选择 10MB 以下的文件";
/* loco:6110fdd36475e07e7f6975a2 */
-"dixa_last_message_user_prefix" = "You: %@";
+"dixa_last_message_user_prefix" = "您:%@";
/* loco:6111433d2381b25a153d3bd2 */
-"dixa_last_message_no_text" = "Continue your conversation";
+"dixa_last_message_no_text" = "继续对话";
/* loco:6114e437f195376afe2c2df4 */
-"dixa_previous_conversations_header" = "Your previous conversations";
+"dixa_previous_conversations_header" = "您之前的对话";
/* loco:6114edb9bac50e62167ae8f2 */
-"dixa_closed_conversation_start_new_conversation" = "Start a new conversation";
+"dixa_closed_conversation_start_new_conversation" = "开始新对话";
/* loco:6114ee4104d1c612164cff95 */
-"dixa_closed_conversation_message" = "Your conversation has ended.";
+"dixa_closed_conversation_message" = "对话已结束。";
/* loco:6116310f0076a37fa47b5282 */
-"dixa_toolbar_agent_online" = "Online now";
+"dixa_toolbar_agent_online" = "立即上线";
/* loco:61163432f5b4e41e23144bb5 */
-"dixa_attachment_permission_settings_button" = "Settings";
+"dixa_attachment_permission_settings_button" = "设置";
/* loco:6116345def574f222501fd16 */
-"dixa_cancel_button" = "Cancel";
+"dixa_cancel_button" = "取消";
/* loco:6116349f9165e12401377145 */
-"dixa_attachment_image_title" = "Image";
+"dixa_attachment_image_title" = "图片";
/* loco:611634b59165e12401377147 */
-"dixa_attachment_file_title" = "File";
+"dixa_attachment_file_title" = "文件";
/* loco:611634de394e7548310a44d2 */
-"dixa_attachment_type_title" = "Attachment type";
+"dixa_attachment_type_title" = "附件类型";
/* loco:61163512311d220c902b7562 */
-"dixa_attachment_type_message" = "Select file from gallery or archive";
+"dixa_attachment_type_message" = "请从图库或文件夹中选择文件";
/* loco:611638d94c152a5aac338f22 */
-"dixa_toolbar_agent_away" = "Away";
+"dixa_toolbar_agent_away" = "离开";
/* loco:61180fc2e7b52c5d5a4d5262 */
-"dixa_previous_conversations_error_subtitle" = "We’re having issues loading your previous conversations. You can try to refresh the page or email our support team.";
+"dixa_previous_conversations_error_subtitle" = "我们在加载您之前的对话时遇到了问题。您可以尝试刷新页面或向我们的支持团队发送电子邮件。";
/* loco:611810caa6b60c796014eaf2 */
-"dixa_previous_conversations_error_title" = "Sorry..";
+"dixa_previous_conversations_error_title" = "抱歉...";
/* loco:611b69ef7f08a65e71347746 */
-"dixa_open_file_error" = "Failed to open a file";
+"dixa_open_file_error" = "无法打开文件";
/* loco:611b7fa15d606462c83d1b42 */
-"dixa_attachment_download_label_in_progress" = "Downloading";
+"dixa_attachment_download_label_in_progress" = "正在下载";
/* loco:611b7fc1d4d18b3b533df2c5 */
-"dixa_attachment_download_label_success" = "Downloaded";
+"dixa_attachment_download_label_success" = "已下载";
/* loco:611b7fd773dacb447029c422 */
-"dixa_attachment_download_label_error" = "Failed to download";
+"dixa_attachment_download_label_error" = "下载失败";
/* loco:611b849d84e41d2378415393 */
-"dixa_accessibility_label_open_file" = "Open file";
+"dixa_accessibility_label_open_file" = "打开文件";
/* loco:611e22f0aa31a8697e5dc0a2 */
-"dixa_error_select_an_attachment" = "Please select a valid photo or file";
+"dixa_error_select_an_attachment" = "请选择有效的照片或文件";
/* loco:61262710d9972f38f45c7112 */
-"dixa_file_too_big_error_ok" = "OK";
+"dixa_file_too_big_error_ok" = "确定";
/* loco:612f633075538025f02bb932 */
-"dixa_android_push_notification_channel_name" = "Customer support";
+"dixa_android_push_notification_channel_name" = "客户支持";
/* loco:61320b63a23ea67e81664d56 */
-"dixa_network_issues_error_message" = "Sorry, we’re having network issues. You can try to refresh the page or email our support team.";
+"dixa_network_issues_error_message" = "抱歉,我们遇到了网络问题。您可以尝试刷新页面或向我们的支持团队发送电子邮件。";
/* loco:613214d1cefdd85f6113f6c2 */
-"dixa_send_message_to_start_conversation" = "Send a message to start a conversation";
+"dixa_send_message_to_start_conversation" = "发送消息以开始对话";
/* loco:613717a4a605ea60ee0199c2 */
-"dixa_network_issues_reconnected_message" = "Great! You’ve been reconnected.";
+"dixa_network_issues_reconnected_message" = "太好了!您已重新连接。";
/* loco:61372ce6a3010252bf266332 */
-"dixa_resend_message" = "Resend message";
+"dixa_resend_message" = "重新发送消息";
/* loco:61372d0f4d68a81f735cf504 */
-"dixa_delete_message" = "Delete message";
+"dixa_delete_message" = "删除消息";
/* loco:6138c25252374851ef4478c3 */
-"dixa_csat_emoji_label_bad" = "Bad";
+"dixa_csat_emoji_label_bad" = "不好";
/* loco:6138c26b4f84a7150e45e3f2 */
-"dixa_csat_emoji_label_meh" = "Meh";
+"dixa_csat_emoji_label_meh" = "凑合";
/* loco:6138c27d52374851ef4478c6 */
-"dixa_csat_emoji_label_okay" = "Okay";
+"dixa_csat_emoji_label_okay" = "不错";
/* loco:6138c28e9999206ee6679386 */
-"dixa_csat_emoji_label_good" = "Good";
+"dixa_csat_emoji_label_good" = "良好";
/* loco:6138c2a046bec603b66dd897 */
-"dixa_csat_emoji_label_great" = "Great";
+"dixa_csat_emoji_label_great" = "很棒";
/* loco:6138c2e0b0badf0aa53921c2 */
-"dixa_csat_add_comment" = "Add a comment";
+"dixa_csat_add_comment" = "添加评论";
/* loco:6138c2f64daeb310a0580c72 */
-"dixa_csat_save_comment" = "Save comment";
+"dixa_csat_save_comment" = "保存评论";
/* loco:6138c32ba68f3650bb2050b2 */
-"dixa_csat_see_comment" = "See your comment";
+"dixa_csat_see_comment" = "查看您的评论";
/* loco:6138c364a68f3650bb2050b4 */
-"dixa_csat_hide_comment" = "Hide your comment";
+"dixa_csat_hide_comment" = "隐藏您的评论";
/* loco:6138c3e87bd53a70c72edb43 */
-"dixa_message_agent_left_the_conversation" = "%@ left the conversation";
+"dixa_message_agent_left_the_conversation" = "%@ 已离开对话";
/* loco:613f4e33c13ac642c62cdc82 */
-"dixa_bulletin_board_show_more" = "Show more";
+"dixa_bulletin_board_show_more" = "显示更多";
/* loco:613f4e52ae0b645e63586492 */
-"dixa_bulletin_board_show_less" = "Show less";
+"dixa_bulletin_board_show_less" = "显示更少";
/* loco:6140a16d72c44a4ec857db33 */
-"dixa_message_sent_interval_now" = "Just now";
+"dixa_message_sent_interval_now" = "刚刚";
/* loco:6140a224600e886e3b3ba295 */
-"dixa_message_sent_interval_less_than_a_minute" = "Less than one minute ago";
+"dixa_message_sent_interval_less_than_a_minute" = "不到一分钟前";
/* loco:6140a4263ae2d5100d1d0d42 */
-"dixa_message_sent_interval_minutes" = "1 minute ago";
+"dixa_message_sent_interval_minutes" = "1 分钟前";
/* loco:6140a4437359c031495ee6c2 */
-"dixa_message_sent_interval_x_minutes" = "%d minutes ago";
+"dixa_message_sent_interval_x_minutes" = "%d 分钟前";
/* loco:6140a6ddd950c10d283c64a4 */
-"dixa_message_sent_interval_hours" = "1 hour ago";
+"dixa_message_sent_interval_hours" = "1 小时前";
/* loco:6140a70f6747061e477e3802 */
-"dixa_message_sent_interval_x_hours" = "%d hours ago";
+"dixa_message_sent_interval_x_hours" = "%d 小时前";
/* loco:6141b36031fe824b755f77a2 */
-"dixa_title_reply_time" = "We usually reply within 10 minutes";
+"dixa_title_reply_time" = "我们通常会在 10 分钟内回复";
/* loco:6144867c61928d6c4f372ed3 */
-"dixa_message_state_failed_to_deliver" = "Failed to deliver";
+"dixa_message_state_failed_to_deliver" = "无法送达";
/* loco:61518243fdf18619fb6d1162 */
-"dixa_no_messages_sent" = "No messages sent";
+"dixa_no_messages_sent" = "未发送任何消息";
/* loco:6152f1e34a248a7ae90bae22 */
-"dixa_unable_to_start_new_conversation_error" = "Sorry! We’re having issues starting
new conversations. You can try again
or email our support team.";
+"dixa_unable_to_start_new_conversation_error" = "抱歉!我们在开始
+新对话时遇到了问题。您可以重试
+或向我们的支持团队发送电子邮件。";
/* loco:615bcdcc2c89326bcf297324 */
"dixa_message_sent_interval_minutes-plural-2" = "";
@@ -281,52 +283,88 @@
"dixa_message_sent_interval_hours-plural-2" = "";
/* loco:615fdcfede0c6b419e49a233 */
-"dixa_your_name" = "Your name";
+"dixa_your_name" = "您的姓名";
/* loco:615fdd55b1167b76987201d2 */
-"dixa_your_email" = "Your email";
+"dixa_your_email" = "您的电子邮件地址";
/* loco:615fdd6f6193485355724282 */
-"dixa_enter_details" = "Enter details";
+"dixa_enter_details" = "请输入详细信息";
/* loco:615fdd8fde0c6b419e49a235 */
-"dixa_leave_message" = "Leave message";
+"dixa_leave_message" = "留言";
/* loco:615fe04e6dae5b4925026972 */
-"dixa_contact_form_whats_your_name" = "What’s your first name?";
+"dixa_contact_form_whats_your_name" = "您的名字是?";
/* loco:615fe06ee3f1914e4e429aa2 */
-"dixa_contact_form_email_example" = "For example “bruce@wayne.com”";
+"dixa_contact_form_email_example" = "例如 “bruce@wayne.com”";
/* loco:615fe09696ea1a64d6036ad2 */
-"dixa_contact_form_tell_us_everything" = "Tell us everything we need to know";
+"dixa_contact_form_tell_us_everything" = "请告诉我们所需的一切信息";
+
+"dixa_contact_form_send" = "发送";
/* loco:61641128c50d266dbc2414b2 */
-"dixa_contact_form" = "Contact form";
+"dixa_contact_form" = "联系表单";
-"dixa_frontpage_continue_conversation" = "Continue the conversation";
+"dixa_frontpage_continue_conversation" = "继续对话";
/* loco:6168043aa8e5357081734583 */
-"dixa_invalid_email" = "Invalid email. Try again.";
+"dixa_invalid_email" = "电子邮件无效。请重试。";
/* name textfield label */
-"dixa_name_field_label" = "Your name";
+"dixa_name_field_label" = "您的姓名";
/* name textfield placeholder*/
-"dixa_name_field_placeholder" = "What’s your first name?";
+"dixa_name_field_placeholder" = "您的名字是?";
/* email textfield label */
-"dixa_email_field_label" = "Your e-mail";
+"dixa_email_field_label" = "您的电子邮箱";
/* email field placeholder */
-"dixa_email_field_placeholder" = "For example “bruce@wayne.com”";
+"dixa_email_field_placeholder" = "例如 “bruce@wayne.com”";
/*login/ user identification screen header text*/
-"dixa_user_claim_header" = "Let’s get started with your information";
+"dixa_user_claim_header" = "让我们从您的信息开始吧";
/* error message when name field is left blanc*/
-"dixa_invalid_name" = "Please enter your name";
+"dixa_invalid_name" = "请输入您的姓名";
/*manual user claim view button title*/
-"dixa_continue_to_conversation" = "Continue to Conversation";
+"dixa_continue_to_conversation" = "继续对话";
/* missing input in field */
-"dixa_empty_field_error" = "Please fill out field to continue";
+"dixa_empty_field_error" = "请填写字段以继续";
+
+"dixa_frontpage_find_articles" = "查找文章";
+
+"dixa_knowledge_search_textfield_placeholder" = "搜索";
+
+"dixa_knowledge_navigation_title" = "您需要什么帮助?";
+
+"dixa_knowledge_suggested_articles" = "推荐文章";
+
+"dixa_knowledge_popular_topics" = "热门话题";
+
+"dixa_knowledge_comment_title_helpful" = "这有帮助吗?";
+
+"dixa_knowledge_comment_title_contact_us" = "请联系我们以获取更多帮助";
+
+"dixa_knowledge_comment_title_comment" = "很棒。要留下评论吗?";
+
+"dixa_knowledge_comment_title_comment_thanks" = "感谢您的评论。";
+
+"dixa_knowledge_comment_yes" = "好的,谢谢";
+
+"dixa_knowledge_comment_no" = "不,我需要帮助";
+
+"dixa_knowledge_feedback_button_add_comment" = "添加评论";
+
+"dixa_knowledge_feedback_button_start_conversation" = "开始对话";
+
+"dixa_knowledge_feedback_your_comment" = "您的评论";
+
+"dixa_knowledge_search_placeholder_info" = "输入任意关键词或句子即可查找相关文章";
+
+"dixa_knowledge_search_placeholder_no_results" = "未找到符合以下条件的结果";
+
+"dixa_knowledge_search_placeholder_no_results_try_another" = "请尝试其他关键词";
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Assets.car b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Assets.car
index 4929354..538f642 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Assets.car and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Assets.car differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Info.plist b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Info.plist
index 63a62b2..2c3aa86 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Info.plist and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/Info.plist differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeDirectory b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeDirectory
index 8f22699..a45a5c0 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeDirectory and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeDirectory differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeRequirements-1 b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeRequirements-1
index 0278b2e..e333b9b 100644
Binary files a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeRequirements-1 and b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeResources b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeResources
index f7d24f3..b0d40ec 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeResources
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/Modules_Looks.bundle/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Assets.car
- X/Xfg0culRxOxHBQpvmF2AOMeXg=
+ zvY/cvjE3RrOP+pnX1jjkNOQpVY=
files2
@@ -15,11 +15,11 @@
hash
- X/Xfg0culRxOxHBQpvmF2AOMeXg=
+ zvY/cvjE3RrOP+pnX1jjkNOQpVY=
hash2
- +IVuXoM2IA4jKFmYPFYDwH4o1dT1A1F2YDbQvkz5lT0=
+ RWNnZP3xc9LhiODdqDHd/YA9I/9lMfXDce581pXvje0=
diff --git a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/_CodeSignature/CodeResources b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/_CodeSignature/CodeResources
index c49bcee..bb17fa7 100644
--- a/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/_CodeSignature/CodeResources
+++ b/DixaMessenger.xcframework/ios-arm64_x86_64-simulator/DixaMessenger.framework/_CodeSignature/CodeResources
@@ -6,19 +6,19 @@
Assets.car
- aPXVSngt92STwy6NROhUxPouN5o=
+ tvcJLvkpsILL6A9INVaUi1FmOCc=
BulletinBoardKit_BulletinBoardKit.bundle/Assets.car
- 6f42dZjGOOkHzqNwQ1bTZ1IG57k=
+ JpIn4o2LQ4WVcw8uKHIZ+nlURuI=
BulletinBoardKit_BulletinBoardKit.bundle/Info.plist
- OOjRn+rfUra1aKETPi4yZnEzrnU=
+ iYCeuOeOdiruIDgx16OkrtZaZqI=
BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory
- LMEGayR9oeuSfShovPbabrqEs44=
+ VbeQHFcUq4NE/uzycJniQHWCROk=
BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements
@@ -26,11 +26,11 @@
BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements-1
- LUeNTZmZ0KCDzzTXVOIbCd4Gxr8=
+ SgRRP79nUgpkWWaRF3JugJ8lDPs=
BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources
- AXs18iJ8+CtTnK06UwaXUpg7Yv0=
+ GUHF3+tHtuj72+VaWabPDK00YnI=
BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeSignature
@@ -38,59 +38,35 @@
Headers/DixaMessenger.h
- yuNCn57RCFyrjzehfeAI8NhP3I0=
+ 8fLWjAHy/EMXUEdU3qrXws1HTWw=
Info.plist
- 6oOBKxuG3UazQebexrthTAQKIk0=
+ ROTTvk/DpxZIJF+5NSP0HhK/whw=
Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc
- t5U0nF364e5xmiiZpn67/4UKYfo=
+ /7b7wYG0IyXSoeveonYAI+eVu/c=
Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- 8mK4O2emxoShLqWZohLC+/h3iBY=
+ ANuSWens7psPgarWHtDbH8kViFg=
Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- 7WijSFWVYjajf8gWFm72b2d6Cxo=
-
- Modules/DixaMessenger.swiftmodule/arm64.swiftdoc
-
- t5U0nF364e5xmiiZpn67/4UKYfo=
-
- Modules/DixaMessenger.swiftmodule/arm64.swiftinterface
-
- 8mK4O2emxoShLqWZohLC+/h3iBY=
-
- Modules/DixaMessenger.swiftmodule/arm64.swiftmodule
-
- 7WijSFWVYjajf8gWFm72b2d6Cxo=
+ 34CF6b1Uk1SqPPh/55gpmhnZCgM=
Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- 9O1amvIYsLFd21bSvAIPKZCP0uM=
+ vWPxQgCHr31CTRKA+xjZsZ808hs=
Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- fXyrud1+BXMTAk2CD6/WJ0Qb+Bw=
+ Mew+XoIE/YlQ/TLb/GDmAgjbVXw=
Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- bWpyhIP18vzuQGR3Ov3fkndx93E=
-
- Modules/DixaMessenger.swiftmodule/x86_64.swiftdoc
-
- 9O1amvIYsLFd21bSvAIPKZCP0uM=
-
- Modules/DixaMessenger.swiftmodule/x86_64.swiftinterface
-
- fXyrud1+BXMTAk2CD6/WJ0Qb+Bw=
-
- Modules/DixaMessenger.swiftmodule/x86_64.swiftmodule
-
- bWpyhIP18vzuQGR3Ov3fkndx93E=
+ LP6Wr/ng2deEUDeJzDM0XWlXa1I=
Modules/module.modulemap
@@ -98,11 +74,11 @@
Modules_Localization.bundle/Info.plist
- s91RJRIK67lLKtcp8nU41cbojbU=
+ hwbg6rqKDtQFcM6l+vhGLxWnkHs=
Modules_Localization.bundle/_CodeSignature/CodeDirectory
- 67e4fOwctjauRNwPAzagnYQL18Q=
+ 5HVMwh8pEEhGeQllYH9pG9A2vwU=
Modules_Localization.bundle/_CodeSignature/CodeRequirements
@@ -110,11 +86,11 @@
Modules_Localization.bundle/_CodeSignature/CodeRequirements-1
- K5j2dcnzsiUp8b7WtZg4uJbppxE=
+ 2UEvbmQxizzR3muFveN1yw1+3Mc=
Modules_Localization.bundle/_CodeSignature/CodeResources
- 2aMMAahciz/2joLVp/lVf/tJ69Q=
+ VhB9tfb4s5Yt0Zg2SKetAiMq62g=
Modules_Localization.bundle/_CodeSignature/CodeSignature
@@ -124,7 +100,7 @@
hash
- 9lroQZe04GEJM1ia6f4DRswgJ8A=
+ I1w1hf4xA2iVJ0MKcvvs7nO/TyU=
optional
@@ -133,7 +109,7 @@
hash
- QXu8O0r1c/13pwGsOOZQAeCb+aA=
+ 8NGtBigKPr1bW3yiDYSVcWdWGcA=
optional
@@ -142,7 +118,7 @@
hash
- n34vXq15d6erS3jyHUCy3Pp2//8=
+ l+wRneWuaR+TWkU1hRAFXqyJiSE=
optional
@@ -151,7 +127,7 @@
hash
- KmvCX9yIoVKU8J/F+CplmBXfIiU=
+ n6z09rUt33867zPY175lBcXMv38=
optional
@@ -160,7 +136,7 @@
hash
- bRzHbuNdGPW5rqGZ+KvzF1xwcpY=
+ 0I+wLg36okU1Bpc+WtNZSOhHYkI=
optional
@@ -169,7 +145,7 @@
hash
- 0tGvbfz1BnM6ocx1VkIc7mQBCYw=
+ XsLxFUi+QK0izNfxZbdjDcf7VR0=
optional
@@ -178,7 +154,7 @@
hash
- OqhLDMj8L22etZl1fd7QbBrEALU=
+ jW+vMP1y5upIk8TfRclOK3+OG9s=
optional
@@ -187,7 +163,7 @@
hash
- ReShJt4TxS8TFzDN6y3IDkwEQNg=
+ /3nZqabw5ueI/TumMA3V6P7E3Xc=
optional
@@ -196,7 +172,7 @@
hash
- PCJZvoW5WSa79Adc5Ugt83tJF/8=
+ 3kfWfVD9Y4uKF2D0d2sR8lL/pkI=
optional
@@ -205,7 +181,7 @@
hash
- AWrr3Vt9JoiH/oTVl0hweAZknDI=
+ ufhSenQ5nMXyijG+lv3SMbeR2Bw=
optional
@@ -214,7 +190,7 @@
hash
- f3yJCbZep7EA4Fd1+fEUP63dmJ0=
+ 2mObGaAiKailhX0Ow+ODoFX34BQ=
optional
@@ -223,7 +199,7 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ KKB3/Q9jNaWl7sappzaIBjp44U4=
optional
@@ -232,7 +208,7 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ 0nA39ARwHKgCCa5VLTHljvMFMSY=
optional
@@ -241,7 +217,7 @@
hash
- QxU+yRaJJ1y1GIu5kKS9kNULVYQ=
+ M40BVHj9ax9euiCTCwSkM+RsRIM=
optional
@@ -250,7 +226,7 @@
hash
- x5qAKIq5oyGSpacVZukGDbGPhtA=
+ ZQ7sKdmDr6ez2g6oHbdgvYHZI0s=
optional
@@ -259,7 +235,7 @@
hash
- Kmeq8dMu1JTNZiJ/pr6VR0nNT20=
+ AT+eUFVz72eTFzcXPcqZiTxW+Ps=
optional
@@ -268,7 +244,7 @@
hash
- G65Y6sKWWK98AgtFf9POln2zF0c=
+ Fnqb/rwEk3hPB3ar2p5miT35DDk=
optional
@@ -277,7 +253,7 @@
hash
- Ln5ocqI5wiYuZZAVddSB5VgmmH8=
+ XhmkvKchtuF/Qbc2rlUtMYhS4ZQ=
optional
@@ -286,7 +262,7 @@
hash
- 92pvnfUsoj63Xg3yITbpnG7G+yY=
+ Nk+1xdxCPViOpwqt+fVvnrmaoXU=
optional
@@ -295,7 +271,7 @@
hash
- 8C/G6Xmpn0jpSIH0QV/Lf/Afwck=
+ QORdKLBi9+ZncQAr6CXqQ9dlams=
optional
@@ -304,7 +280,7 @@
hash
- 9xdn9TfNABP4jgNB+uv215FgLdE=
+ 2mvtRfKtOQ9/mF+P8QnrUOudOHg=
optional
@@ -313,7 +289,7 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ 0nA39ARwHKgCCa5VLTHljvMFMSY=
optional
@@ -322,7 +298,7 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ 0nA39ARwHKgCCa5VLTHljvMFMSY=
optional
@@ -331,22 +307,22 @@
hash
- jMuMTC2SpmmhL29VtwDdl9J0fNY=
+ b7ZeSMAEy9Urnww6RxA60eE8VYc=
optional
Modules_Looks.bundle/Assets.car
- X/Xfg0culRxOxHBQpvmF2AOMeXg=
+ zvY/cvjE3RrOP+pnX1jjkNOQpVY=
Modules_Looks.bundle/Info.plist
- z6j6qWTr5DYHKT8F28OFd5xgaoc=
+ RPB4dz6g1pOGmzA+ckZVJCJGDmw=
Modules_Looks.bundle/_CodeSignature/CodeDirectory
- tJttfpH4m0HxbOWLyoGHWd6ZE8Y=
+ 8Wa07gSsjndXpT3J9BedNG18/sY=
Modules_Looks.bundle/_CodeSignature/CodeRequirements
@@ -354,11 +330,11 @@
Modules_Looks.bundle/_CodeSignature/CodeRequirements-1
- wu3jUNMQXJwTmigM+hn1Bo4Ae2w=
+ Epi+FPFEECSs/SSanQAJaPNNNMA=
Modules_Looks.bundle/_CodeSignature/CodeResources
- TtI7pntL0QI0r1u27fJWDZTpZ10=
+ VIPooagdvaJcr9RmnU4M007kKDY=
Modules_Looks.bundle/_CodeSignature/CodeSignature
@@ -371,28 +347,28 @@
hash2
- q/c/0/MJ7OvLf80/Z9S/Yiu2G+qNTNxKZLN6quHSzFs=
+ M+c8z0wuJRVG/weUR1BEi52ej3enJTW8chZ0iXu2JOI=
BulletinBoardKit_BulletinBoardKit.bundle/Assets.car
hash2
- W5BNY9wkTE4F3EwjK5R+/ODd0GwDx45XjDJxX7L2T18=
+ CxwCee5iwnqTq/AM5UzNk1/x82AxQUDNtEBFPoRn/Zw=
BulletinBoardKit_BulletinBoardKit.bundle/Info.plist
hash2
- mo7kJztlcuqcKH1/QcnBmuitVH7HCq0zxGfheLJ+5w4=
+ g2q/8dxQjiGEk3lIkjuerySWGzZZG28nAub7Lun7r5s=
BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeDirectory
hash2
- W6vbhypvUl33kJvHZUGJFS/Dd5+SuDmbmFOsmwkZHtg=
+ kHIQ9Xdr64EFBasEZK4sUCj0W3JcDkuFEpXhCU9JlQc=
BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeRequirements
@@ -406,14 +382,14 @@
hash2
- 21w88dfXj4WtcYBZE9Fcb1okBCu8L1V8hgT3I/ARYKQ=
+ hLbtiuCAtO5OrKgmqGtYP650o6pt1mFuyTPrL2thK/M=
BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeResources
hash2
- miD0YqP9gvX7WQ7lYVn8PpOxte2WTdQ6ZuTCpmPwnVo=
+ DO96Dee5aUlN4CRFTHM8EA7AvAsGvFJMbJOfd9BSBr0=
BulletinBoardKit_BulletinBoardKit.bundle/_CodeSignature/CodeSignature
@@ -427,91 +403,49 @@
hash2
- 9MZxE6w7IV29Ci7qhN4AjtlT9LrqhRQfem5kYSN6u7U=
+ DPGG/HSmFVc91UOzDZ1lyMU62fCTSk1pUXsdZa8Zoc8=
Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftdoc
hash2
- t2H9ZG4Uc1lTflPTLqlQemXifAc1YAtSDiXY2qVNFE4=
+ rcJ3Vvv+8uhodhe3UKI4iS2v1264HSbbDlRK0F1lagk=
Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftinterface
hash2
- UTcC4TIbv/nIFmRIbTvZZR4F2PGmW2JwovNWlTZOWhU=
+ GcFaSd2eWCo44SYgc5aCN0Zs9qKl0fLyfYF470bEvQY=
Modules/DixaMessenger.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- EcQiK4rDng5JsEXGZJlUmMzVAoBT8P0X5CkV0xTnrsM=
-
-
- Modules/DixaMessenger.swiftmodule/arm64.swiftdoc
-
- hash2
-
- t2H9ZG4Uc1lTflPTLqlQemXifAc1YAtSDiXY2qVNFE4=
-
-
- Modules/DixaMessenger.swiftmodule/arm64.swiftinterface
-
- hash2
-
- UTcC4TIbv/nIFmRIbTvZZR4F2PGmW2JwovNWlTZOWhU=
-
-
- Modules/DixaMessenger.swiftmodule/arm64.swiftmodule
-
- hash2
-
- EcQiK4rDng5JsEXGZJlUmMzVAoBT8P0X5CkV0xTnrsM=
+ cyUO3jUh6kjwRypCQTn3XXoXKHGgwCOq0NZHU1t2Jn0=
Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
hash2
- p7R0ilGEebP2mCv4u1XJco8DMn9ubhP/fnNI5CnXvvU=
+ xHLp7VEx8H1Nm4F8iWng7BvOD9Gq+5hfToBU3I45/6g=
Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
hash2
- DbXNg15Lt6gZs4LEMhWJLl4O7TbawKbuKocCRFqPPqc=
+ dqW/e7u7zWab80+TlCiQE/mp+OIMJ7Cjlcv7OTTfUTE=
Modules/DixaMessenger.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- 2+SpQ0/ztAYNBCPVBxWFu/v/eif6wlDxTnLelx1hL4s=
-
-
- Modules/DixaMessenger.swiftmodule/x86_64.swiftdoc
-
- hash2
-
- p7R0ilGEebP2mCv4u1XJco8DMn9ubhP/fnNI5CnXvvU=
-
-
- Modules/DixaMessenger.swiftmodule/x86_64.swiftinterface
-
- hash2
-
- DbXNg15Lt6gZs4LEMhWJLl4O7TbawKbuKocCRFqPPqc=
-
-
- Modules/DixaMessenger.swiftmodule/x86_64.swiftmodule
-
- hash2
-
- 2+SpQ0/ztAYNBCPVBxWFu/v/eif6wlDxTnLelx1hL4s=
+ z8PJAnFaGxMx/fW0TK2kSQbTHwJTsmdhF0nROykDJzo=
Modules/module.modulemap
@@ -525,14 +459,14 @@
hash2
- nqDH4/rqvF0hdDWpo9RYH7aPIZ8kVlsRPMNrgRfXaVg=
+ ifuvW5C65Yc0Sj40v1sZyDa2mcB2yr1POtDS3fOc20k=
Modules_Localization.bundle/_CodeSignature/CodeDirectory
hash2
- /Yg81if7dOPK4Keec11GJQagcAqLf7qKHa9QHLuqVNQ=
+ xuu1QRKNQz9W+6iC+1J4o+RLA+viwg8rnqQPdt1WU7g=
Modules_Localization.bundle/_CodeSignature/CodeRequirements
@@ -546,14 +480,14 @@
hash2
- dNpAScLbWk9Q8jYoaOSN+1RrjCQFzb4Df7doTPvZqq8=
+ O9ZeLIJBFv4nbJokpstBcdXGaDI2kOxmD4mxe1yUx30=
Modules_Localization.bundle/_CodeSignature/CodeResources
hash2
- HS5k8aU81Gv+TACklUDi/aMw07fkQukTRhEH3jz2TeU=
+ K3uvCfNQ+gEGxziNZKctxXj2cehp7ajHOsJlnCz2xMg=
Modules_Localization.bundle/_CodeSignature/CodeSignature
@@ -567,7 +501,7 @@
hash2
- NoaSiwda6VTsmTcEVI/fuikw+w+323DicibU2s5LuFU=
+ vSUSoBBJK1QMbXrkHxLFTXTzuW9jmX18BajxNeoItS4=
optional
@@ -576,7 +510,7 @@
hash2
- b3mCVSEN3xEhXH9cQ141bDxFfHokNfFgh9doQor13bI=
+ VO0rAE1wg1JYjACKbokI4VzrG0ggwqN4o8MBYqj/6aM=
optional
@@ -585,7 +519,7 @@
hash2
- UvVmFP/ZNQvPEtX7VNYpZSAh+3hYMAMglOwhXGwJWqI=
+ CIplh2xYWh3Ny7QKkqAIO3yrOUUuS4kiGUjZmKCpUkQ=
optional
@@ -594,7 +528,7 @@
hash2
- jyVCE6zsEx+D8M7qT+HQNIrCCl9OmboEYFCKFBKMbvM=
+ zaLlpyIu9MZkDrKsQz8UqqDUTy8sh1NAdVT0UdmP8So=
optional
@@ -603,7 +537,7 @@
hash2
- 8VozNe3cl1anH4hIRPeZItcKckIPRcJUYcwHY7qw4i4=
+ RWIVi/JcDOcLeXlF5UPkuVlYAU/HGoRUIK4u546012Q=
optional
@@ -612,7 +546,7 @@
hash2
- 46EAjeIJhJDiD+kCUn64dKEEeeShJXPl1G2PAttEX74=
+ a+iU1jDPJI922qbaYjvgTfOMb5JlAJFuPm0Ih31cjks=
optional
@@ -621,7 +555,7 @@
hash2
- WLDLP2mivETVzzKH0CQyRI174LKajXImbZH+SXBF0cs=
+ wDiIAk87AjMDY9E5cAyemcuPqIR6AuJoEbbis7+mUMI=
optional
@@ -630,7 +564,7 @@
hash2
- qEQlNkOZtRsNl09Z0nwGUjWDN/ilVlPlATboCO2E+Pk=
+ LPOIWwjUdNyp2Lt7atykBF+6qjt3gBbMgJs6j+IbCGs=
optional
@@ -639,7 +573,7 @@
hash2
- D06lTTIWqR1XXlOO/z7bw4o7kS4yvAOP90JLLiE0u/g=
+ cZHUTTHFs46LxR2a1lLHiTrwCeb6DR9cSQdvJ4w7QvQ=
optional
@@ -648,7 +582,7 @@
hash2
- 79tvJHzaEMbKmNUGQe2LrYyls3J+cxM9GlMcnBv8oA8=
+ yhCT4g4Fv/pNGXGIWkCYkRzlmtFOBX9bMPGTkw7arHc=
optional
@@ -657,7 +591,7 @@
hash2
- r3NUT035PDOcMWBTWhXInF85sRNOHrJpmx+dnpQFCx8=
+ 0eb08XXoKhYvpQ31bRwBSxh1Y5sZUacgSHuM37+2B/s=
optional
@@ -666,7 +600,7 @@
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ FVR2YYVWeLLzdkSv8yXZZdfk8RcLdG/iDj3tsT8KPgg=
optional
@@ -675,7 +609,7 @@
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ xhWK46fNyuStOF0KUxg/+DKbnV9Sfig9KKILprk2e1M=
optional
@@ -684,7 +618,7 @@
hash2
- 6IH0s3bdv86ASKnsodb8fbIR+0NJRe6AX5Ytr9Z/O6o=
+ lDbfcSomKGzWSPiHiNW9XL8pJZM5uoEH6ON/SS2zud4=
optional
@@ -693,7 +627,7 @@
hash2
- S/H0eFHETPU3sOeeobXm5O0MRSd2F18x1mR+q+nPYhc=
+ h3KNhyZK7LUXNYnAMnOebZNIgRY475Rxhtzkz5bFx30=
optional
@@ -702,7 +636,7 @@
hash2
- 9eiiYDRMr1rLBs6ZmAefxVfupRDgleLDYxDO2oggEt0=
+ /4+vyWopRrClDNo1Ikmy3Qbr+m9LqtDtZodVZ+vwu9c=
optional
@@ -711,7 +645,7 @@
hash2
- SeA23D8gH4SFZCd6v1FtA90+eIPTiP2loZwhxJIRdDQ=
+ cYMCHQIlFIjHZjnrSeUJIsmqVQ5gBTdjCPclV61u+Xw=
optional
@@ -720,7 +654,7 @@
hash2
- h9Mt2enVK8M9Jz/xRlwF6B5KeZGg0ixlgay55P6okR8=
+ uHsa2Up+SzAAnlmSJN168oWK5ZXIydI/MwKmbt/ImEM=
optional
@@ -729,7 +663,7 @@
hash2
- NRjCMmymXPRr/hXBNoKBmRdqqn5Ii918/2R33RjENG8=
+ XoN6LbKEqJLzOlSFb2E50YcwhjPycJUwYZUbwW/ISoQ=
optional
@@ -738,7 +672,7 @@
hash2
- 7SbFpUDFQg+VVHAQpPPEY5laejI+GQlaB/bOdj6wipY=
+ Ma3rAC9rQkgpJulkJDB73l78tpTwg0qMQ3y0rHyBl2c=
optional
@@ -747,7 +681,7 @@
hash2
- 2Q1lSrwKZddnbVqiFzEXkHCrMekdFtu2nMjL789NLqI=
+ hCfJn2l2nmZ1lBnVLcvclRP5TlkC/ikWi7sx09Lt6Eo=
optional
@@ -756,7 +690,7 @@
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ xhWK46fNyuStOF0KUxg/+DKbnV9Sfig9KKILprk2e1M=
optional
@@ -765,7 +699,7 @@
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ xhWK46fNyuStOF0KUxg/+DKbnV9Sfig9KKILprk2e1M=
optional
@@ -774,7 +708,7 @@
hash2
- O7pkpPVfJS0PWUL83TwSWXQKYAGj99qGtmzbvuyBx0U=
+ zkSbQMnSvHx5YFIGMVS4ZEjYYFnP/snfct7Oay6wBj0=
optional
@@ -783,21 +717,21 @@
hash2
- +IVuXoM2IA4jKFmYPFYDwH4o1dT1A1F2YDbQvkz5lT0=
+ RWNnZP3xc9LhiODdqDHd/YA9I/9lMfXDce581pXvje0=
Modules_Looks.bundle/Info.plist
hash2
- ssJFjsNlUoJJLU5Ma9otcSEHGAS09oqYPm8WntVlYrU=
+ owNrnEntdKSxbTovWHpc2OD24uyJ9xG5NbJBKVlUW/g=
Modules_Looks.bundle/_CodeSignature/CodeDirectory
hash2
- riGAQCPuG58H3PXp9DrzcwHPGnxRg0IzNbDDxXaDwbU=
+ 1Jn99NatKpJ/fGmKAjQveY6o+y+Yt+XS89ROq8QQAXU=
Modules_Looks.bundle/_CodeSignature/CodeRequirements
@@ -811,14 +745,14 @@
hash2
- B7vGV/812OtDaqIxBmilvCIxNmZ53a/23FAIXN2SEHs=
+ Pghu+8VnpZP382eyAqwZEhdxJVz/MBohAHmjlFEads4=
Modules_Looks.bundle/_CodeSignature/CodeResources
hash2
- 36BddpbXxEvMjul1dLbyPo9SseHCIfC7V4+fiIZnmwQ=
+ GZ7apr2eqs8ZyjWwhD7PFREvz6Al5uP9B0sTbEsx3Hg=
Modules_Looks.bundle/_CodeSignature/CodeSignature
diff --git a/Package.swift b/Package.swift
index c228c1d..a5bcf7e 100644
--- a/Package.swift
+++ b/Package.swift
@@ -13,6 +13,6 @@ let package = Package(
targets: ["DixaMessenger"]),
],
targets: [
- .binaryTarget(name: "DixaMessenger", url: "https://github.com/dixahq/ios-messenger/releases/download/1.1.0/DixaMessenger.xcframework.zip", checksum: "c854b4d62dbb2f7833d54a47288f135b156ef479d5b703e3fb27a875c3c01b16")
+ .binaryTarget(name: "DixaMessenger", url: "https://github.com/dixahq/ios-messenger/releases/download/1.2.0/DixaMessenger.xcframework.zip", checksum: "9f2a5bc99a1b692c67453ab8090aea35d8ca73459bb4e24deedfed7a11d973fa")
]
)