1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3446 Vault | New space or chat creation flow (#2481)

This commit is contained in:
Konstantin Ivanov 2025-06-02 09:53:21 +02:00 committed by GitHub
parent c9f5ec3c3f
commit 78fb9002f7
Signed by: github
GPG key ID: B5690EEEBB952194
13 changed files with 595 additions and 235 deletions

View file

@ -916,7 +916,9 @@
<string name="exiting_please_wait">Exiting... please wait</string>
<string name="loading_please_wait">Loading... please wait</string>
<string name="personal">Default</string>
<string name="create_space">Create a space</string>
<string name="create_space">Create space</string>
<string name="create_chat">Create chat</string>
<string name="create_space_change_icon">Change icon</string>
<string name="generic_error">Something went wrong. Please try again.</string>
<string name="type">Type</string>
@ -2070,4 +2072,9 @@ Please provide specific details of your needs here.</string>
<string name="notifications_modal_success_button">Enable notifications</string>
<string name="notifications_modal_cancel_button">Not now</string>
<string name="vault_create_chat">Chat</string>
<string name="vault_create_chat_description">For real-time conversations</string>
<string name="vault_create_space">Space</string>
<string name="vault_create_space_description">For organized content and data</string>
</resources>