merge conflicts
This commit is contained in:
commit
20b1b9ddf9
6 changed files with 534 additions and 32 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -40,7 +40,7 @@ prime
|
|||
|
||||
# Gitlab runner locally
|
||||
/builds/
|
||||
|
||||
.fvm/
|
||||
# Web related
|
||||
docs/tailwind.css
|
||||
|
||||
|
|
|
|||
|
|
@ -474,6 +474,8 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = PJ8L5H7L7H;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
|
@ -493,6 +495,7 @@
|
|||
MARKETING_VERSION = 0.32.1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.talktolearn.chat;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
|
|
@ -614,6 +617,8 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = PJ8L5H7L7H;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
|
@ -633,6 +638,7 @@
|
|||
MARKETING_VERSION = 0.32.1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.talktolearn.chat;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
|
|
@ -648,6 +654,8 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = PJ8L5H7L7H;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
|
@ -667,6 +675,7 @@
|
|||
MARKETING_VERSION = 0.32.1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.talktolearn.chat;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
<array>
|
||||
<string>im.fluffychat.app</string>
|
||||
</array>
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||
<true/>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
|
|
@ -41,14 +43,17 @@
|
|||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>FLTEnableImpeller</key>
|
||||
<false/>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<!-- #Pangea -->
|
||||
<key>FLTEnableImpeller</key>
|
||||
<false/>
|
||||
<!-- Pangea# -->
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>NSAppleMusicUsageDescription</key>
|
||||
<string>Play audio and voice messages in the app.</string>
|
||||
<key>NSBluetoothAlwaysUsageDescription</key>
|
||||
|
|
@ -63,12 +68,12 @@
|
|||
<string>Share contacts with your contacts in Pangea Chat.</string>
|
||||
<key>NSFaceIDUsageDescription</key>
|
||||
<string>Pangea Chat uses an app lock for an additional security level</string>
|
||||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||
<string>Share your location with your contacts in Pangea Chat.</string>
|
||||
<key>NSLocationAlwaysUsageDescription</key>
|
||||
<string>Share your location with your contacts in Pangea Chat.</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>Share your location with your contacts in Pangea Chat.</string>
|
||||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||
<string>Share your location with your contacts in Pangea Chat.</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Record voice message and share them with your contacts on Pangea Chat.</string>
|
||||
<key>NSMotionUsageDescription</key>
|
||||
|
|
@ -109,14 +114,5 @@
|
|||
<false/>
|
||||
<key>io.flutter.embedded_views_preview</key>
|
||||
<true/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||
<true/>
|
||||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>aps-environment</key>
|
||||
<string>development</string>
|
||||
<key>com.apple.developer.associated-domains</key>
|
||||
<array>
|
||||
<string>applinks:example.com</string>
|
||||
</array>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<!-- #Pangea -->
|
||||
<!-- <array>
|
||||
<string>group.im.fluffychat.app</string>
|
||||
</array> -->
|
||||
<!-- Pangea# -->
|
||||
</dict>
|
||||
</plist>
|
||||
<dict>
|
||||
<key>aps-environment</key>
|
||||
<string>development</string>
|
||||
<key>com.apple.developer.associated-domains</key>
|
||||
<array>
|
||||
<string>applinks:example.com</string>
|
||||
</array>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<!-- #Pangea -->
|
||||
<array>
|
||||
<string>group.com.talktolearn.chat</string>
|
||||
</array>
|
||||
<!-- Pangea# -->
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -798,6 +798,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -1615,6 +1626,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -2432,6 +2454,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -3249,6 +3282,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -4066,6 +4110,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -4852,6 +4907,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -5669,6 +5735,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -6486,11 +6563,24 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
"es": [
|
||||
"errorGettingAudio",
|
||||
"define",
|
||||
"listen",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -7293,6 +7383,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -8079,6 +8180,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -8896,6 +9008,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -9713,6 +9836,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -10530,6 +10664,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -11347,6 +11492,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -12133,6 +12289,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -12950,6 +13117,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -13767,6 +13945,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -14571,6 +14760,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -15388,6 +15588,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -16205,6 +16416,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -17022,6 +17244,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -17824,6 +18057,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -18641,6 +18885,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -19458,6 +19713,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -20275,6 +20541,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -21092,6 +21369,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -21909,6 +22197,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -22726,6 +23025,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -23543,6 +23853,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -24360,6 +24681,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -25146,6 +25478,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -25963,6 +26306,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -26780,6 +27134,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -27570,6 +27935,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -28387,6 +28763,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -29204,6 +29591,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -30021,6 +30419,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -30838,6 +31247,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -31655,6 +32075,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -32472,6 +32903,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -33274,6 +33716,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -34076,6 +34529,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -34893,6 +35357,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -35695,6 +36170,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
],
|
||||
|
||||
|
|
@ -36512,6 +36998,17 @@
|
|||
"alreadyInSpace",
|
||||
"pleaseChooseAUsername",
|
||||
"chooseAUsername",
|
||||
"define",
|
||||
"listen",
|
||||
"addConversationBot",
|
||||
"addConversationBotDesc",
|
||||
"convoBotSettingsTitle",
|
||||
"convoBotSettingsDescription",
|
||||
"enterAConversationTopic",
|
||||
"conversationTopic",
|
||||
"enableModeration",
|
||||
"enableModerationDesc",
|
||||
"conversationLanguageLevel",
|
||||
"showDefinition"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -212,4 +212,4 @@ dependency_overrides:
|
|||
git:
|
||||
url: https://github.com/chandrabezzo/wakelock.git
|
||||
ref: main
|
||||
path: wakelock_windows/
|
||||
path: wakelock_windows/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue