mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Relation | Fix | Rename connect with
(#2289)
This commit is contained in:
parent
fa7ed99c94
commit
a08cf96937
5 changed files with 8 additions and 6 deletions
|
@ -19,7 +19,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="18dp"
|
||||
android:text="@string/connect_with" />
|
||||
android:text="@string/fragment_relation_create_from_scratch_title" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/connectWithRecycler"
|
||||
|
|
|
@ -267,7 +267,6 @@ Do the computation of an expensive paragraph of text on a background thread:
|
|||
<string name="anytype_analytics">Anytype Analytics</string>
|
||||
<string name="anytype_analytics_msg">Understanding how people use Anytype helps us improve the product. This version of Anytype includes the analytics code that protects your privacy.\nIt doesn\'t record the actual document\'s content but still allows us to understand how you use Anytype.\nStay subscribed to our mailing list, as we will soon announce a new release that enables you to opt-out.</string>
|
||||
<string name="retry">Retry</string>
|
||||
<string name="limit_object_types">Limit object types</string>
|
||||
<string name="unsplash">Unsplash</string>
|
||||
<string name="cancel_deletion">Cancel deletion</string>
|
||||
<string name="logout_and_clear_local_data">Logout and clear local data</string>
|
||||
|
@ -285,4 +284,6 @@ Do the computation of an expensive paragraph of text on a background thread:
|
|||
<string name="do_not_forget_to_save_recovery_phrase_msg">Don’t forget to take and save your recovery phrase from settings</string>
|
||||
<string name="unlock_your_object_to_add_new_relation">Unlock your object to add new relation</string>
|
||||
<string name="unlock_your_object_to_edit_relations">Unlock your object to edit relations</string>
|
||||
|
||||
<string name="fragment_relation_create_from_scratch_title">Select relation type</string>
|
||||
</resources>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:text="@string/connect_with"
|
||||
android:text="@string/item_relation_create_from_scratch_title"
|
||||
android:textColor="@color/text_secondary"
|
||||
android:textSize="13sp" />
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:text="@string/limit_object_type"
|
||||
android:text="@string/limit_object_types"
|
||||
android:textColor="@color/text_secondary"
|
||||
android:textSize="13sp" />
|
||||
|
||||
|
|
|
@ -505,8 +505,7 @@
|
|||
<string name="bookmark">Bookmark</string>
|
||||
<string name="next">Next</string>
|
||||
<string name="back">Back</string>
|
||||
<string name="connect_with">Connect with</string>
|
||||
<string name="limit_object_type">Limit object type</string>
|
||||
<string name="limit_object_types">Limit object types</string>
|
||||
|
||||
<string name="deleted_account_msg">We\'re sorry to see you go. Once you request your account to be deleted, you have 30 days to cancel this request. After 30 days, your encrypted account data is permanently removed from the backup node, you won\'t be able to sign into Anytype on new devices.</string>
|
||||
<string name="swipe_down_to_skip">Swipe down to skip</string>
|
||||
|
@ -514,4 +513,6 @@
|
|||
|
||||
<string name="this_type_has_templates">This type has %1$d templates</string>
|
||||
|
||||
<string name="item_relation_create_from_scratch_title">Type</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue