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

DROID-3575 Primitives | Create object type, ui (#2322)

This commit is contained in:
Konstantin Ivanov 2025-04-15 21:30:22 +02:00 committed by GitHub
parent 824bac78c3
commit 1d93e4c8b9
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -2021,9 +2021,9 @@ Please provide specific details of your needs here.</string>
<string name="object_type_create_new_title">Create new type</string>
<string name="object_type_rename_title">Rename type</string>
<string name="object_type_create_plural_title">Type list name</string>
<string name="object_type_create_title_hint">Puzzle</string>
<string name="object_type_create_plural_title_hint">Puzzles</string>
<string name="object_type_create_plural_title">Type Plural name</string>
<string name="object_type_create_title_hint">e.g. Project</string>
<string name="object_type_create_plural_title_hint">e.g. Projects</string>
<string name="object_conflict_screen_title">Resolve layout conflict</string>
<string name="object_conflict_screen_description">This layout differs from the type\'s default. Reset to match?</string>
<string name="object_conflict_screen_action_button">Reset to default</string>