diff --git a/app/build.gradle b/app/build.gradle
index 90a531244c..ece246b30c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -32,6 +32,10 @@ android {
compileSdkVersion config.compile_sdk
+ androidResources {
+ generateLocaleConfig true
+ }
+
defaultConfig {
applicationId config.application_id
minSdkVersion config.min_sdk
@@ -146,6 +150,7 @@ dependencies {
implementation project(':domain')
implementation project(':core-models')
+ implementation project(':localization')
implementation project(':data')
implementation project(':device')
implementation project(':persistence')
diff --git a/app/src/main/java/com/anytypeio/anytype/ui/onboarding/screens/signup/OnboardingMnemonicPhraseScreen.kt b/app/src/main/java/com/anytypeio/anytype/ui/onboarding/screens/signup/OnboardingMnemonicPhraseScreen.kt
index 39333384d7..2deec6419b 100644
--- a/app/src/main/java/com/anytypeio/anytype/ui/onboarding/screens/signup/OnboardingMnemonicPhraseScreen.kt
+++ b/app/src/main/java/com/anytypeio/anytype/ui/onboarding/screens/signup/OnboardingMnemonicPhraseScreen.kt
@@ -229,7 +229,8 @@ fun MnemonicTitle() {
text = stringResource(R.string.onboarding_mnemonic_title),
style = HeadlineHeading.copy(
color = OnBoardingTextPrimaryColor
- )
+ ),
+ textAlign = TextAlign.Center
)
}
}
diff --git a/app/src/main/res/resources.properties b/app/src/main/res/resources.properties
new file mode 100644
index 0000000000..d5a3ddc92a
--- /dev/null
+++ b/app/src/main/res/resources.properties
@@ -0,0 +1 @@
+unqualifiedResLocale=en-US
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 99b388a038..ed27889078 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,436 +1,4 @@
-
1ba981d1a9afb8af8c81847ef3383a20
b9791dd64a1e9f07a330a4ac9feb1f10
-
-
- To layout text on Android, the system does a lot of work. Each glyph is resolved — dependent on font, locale, size, font features (like bold or italic). Then the system will resolve rules for how they line up, combine, or merge as they form words. After all that, the words can finally be wrapped into available space.
-
-
-
- For these reasons, it makes sense that laying out text can be expensive. Android uses a per-word cache to avoid recomputing much of this data, but that can only help so much — new words showing on screen, or even just new fonts and text sizes limit this as an optimization.
-
-
-
- RecyclerView is especially sensitive to layout performance. As new items come on screen, they must layout as part of the first frame showing them. So if a complex paragraph of text in a RecyclerView item take 12ms to measure, that’s almost guaranteed to lead to jank, and dropped frames.
-
-
-
- In this article, we’ll talk about how to use the new PrecomputedText APIs to compute text layout early, before the UI thread needs it. We’ll also go over the new text prefetch APIs in Jetpack specifically designed for displaying large amounts of text in RecyclerView, and how they can reduce UI thread text measurement cost by 95%!
-
-
-
- The below images show a simple RecyclerView that presents large blocks of text. On a Pixel2 (Running Android P, CPU at 1GHz), measuring 80 words (~520 characters) takes TextView 15.6ms. That’s a huge amount of time! Each frame’s deadline is 16.67ms, so if the UI thread has to measure even one TextView of that complexity, it’ll blow past the deadline.
-
-You may not have that much text in your TextViews, but if you’re running on a low-end phone, displaying something more complex than Roman characters, or use varied fonts and styles, times like these can be quite realistic.
-
-Using Developer Options > Monitoring > Profile GPU rendering, we can see this problem visually. The green horizontal bar shows the 16.67ms ideal, and frames stack up vertically depending on how much time they take. Using a regular TextView on the left, there’s a lot of missed frames — big spikes in the graph when new items come on-screen.
-
-
-
- The capture on the right shows the same app, but using PrecomputedText to avoid expensive measure work on the UI thread. The remaining measurement work is still there, causing small spikes, but no longer causes jank. TextView.onMeasure is reduced to 0.9ms — that’s more than 16 times faster!
-
-
-
- PrecomputedText, announced at I/O this year, is a new API in Android P, with a compat version in Jetpack that reduces UI thread costs of text. It lets you pre-compute the vast majority of measure/layout work on a background thread.
-
-From the UI thread, determine layout parameters from a TextView:
-
-val params : PrecomputedTextCompat.Params =
- TextViewCompat.getTextMetricsParams(myTextView)
-Do the computation of an expensive paragraph of text on a background thread:
-
-
-
- Тестирую текст
-
- button
-
- Confirm
- Invitation code should not be null
- Invitation code
- If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
- With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
- Login
- Sign up
- or type your recovery phrase
- Login with recovery phrase
- Scan QR code
- Choose pin code
- Congratulations!
- It\'s time to update
- Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
- Update
- Later
- Let\'s start!
- You\'ve created your first profile!
- It\'s stored on your device and nobody will know about it until you share it!
- Choose profile
- Logout
- Add profile
- Add your name \nand profile picture
- Enter your name
- Create
- T
- Do it later
- Enter pin code
- Confirm pin code
-
- Switch profile
- Profile picture
- Arrow icon
- Recovery phrase
- Pin code
- User settings
- Other settings
- Your public page
- Updates
- Log out
- You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
- Back up your recovery phrase
- i\'ve written it down
- witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
- Show and copy phrase
-
- Hi, %1$s
- Hi, User
- Enter your invitation code
- Welcome to Anytype
- Setting up the wallet…
- ⏳
- Back
- Create a new profile
- No peers
- Back button icon
- Paste or type a URL
- Unlink
- Link
-
- Read permission is needed to load file to media block.
- User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
- Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
- Write permission is needed to load file to device.
- Write permission was denied. Please consider granting it in order to load files to device!
- Write permission was denied with never ask again.
- Allow
- Deny
- Ok
- Error
-
- Page icon
- Remove
- Create
- Paste or type a URL
- Menu icon
- Add new
- Failed to launch wallet after retry.
-
- Drive file was selected
- File was selected from unknown provider
- Local file was selected
- Waiting to receive file…
- Wallpaper
- Wallpaper icon
- Keychain icon
- Pin icon
- Open as page
- Open
- There is no object named \"%1$s\"
- Try to create a new one or search for something else
- You have no pages to search for.
- Link to this page
- Link
- Move into this page
- Move into
-
- https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
- http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
- Fetching your account…
- Search on page
- Object view type
- Object type name
- Name
- Name for new relation
- New
- Plus button
- Image icon
- Emoji icon
- Sort by
- Tap to type
- Gallery
- View as
- Kanban
- Grid
- List
- Enter
- Cancel
- Enter text
- Enter a numeric value
- View name
- Delete
- View relations
- Clear
- Views
- Create
- New view
- Coming soon
- Relations
- Edit view
- Open to edit
- Delete button
- Duplicate button
- Edit-view button
- Open to edit relation button
- Remove relation from this set
- Remove from this set
- Reset
- Search a relation
- Check icon
- Is
- Today
- Yesterday
- Tomorrow
- No date
- Exact day
- Reorder
- Choose an image
- Optimal dimensions in width 1080 pixels
- Cover size
- Upload image
- Gallery
- Change type
- Change cover
-
- Remove
- Choose options
- Search tags
- Choose a relation to filter
- Choose a relation to sort
- Add to list
- Add
- Upload from Gallery
- Upload from External storage
- Upload
-
- Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
- Ok
- Choose option
- Find a relation
- Inbox
- Unknown type
- Set
- Collection
- Layout
- Restore from archive
- Icon
- Emoji or image for object
- Cover
- Background picture
- Arrangement of objects on a canvas
- Relations
- List of related objects
- All version of object
- History
- Object Debug
- Diagnostics
- Provide name for new object
- Please give us a moment. We’re almost there…
- Soon
-
- Are you sure you want to delete 1 object?
- Are you sure you want to delete %1$d objects?
- These objects will be deleted irrevocably. You can\'t undo this action.
- This object will be deleted irrevocably. You can\'t undo this action.
- Shared
- This object doesn\'t exist
- Back to dashboard
- Go back
-
- Set not found for this type.
- Create
-
- Create a new %1$s
- Close
- Go to settings
- Don’t forget to take and save your recovery phrase
- You can always find the phrase in the settings on the dashboard screen.
- If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
- Card size
- Clear cache
- Are you sure?
- All media files stored in Anytype will be deleted from your current device. They can be downloaded again from a backup node or another device.
-
- New profile
- Back up phrase
- Anytype Analytics
- 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.
- Retry
- Unsplash
- Cancel deletion
- Logout and clear local data
- This account is planned for deletion in %1$d days
- This account is planned for deletion tomorrow
- This account is planned for deletion today
- This account is planned for deletion in ? days
- Are you sure to delete account?
- You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
- Select template
- Use swipe to choose
- Without template
- Error while searching for images on Unsplash. Please try again later.
- Don’t forget to take and save your recovery phrase from settings
- Unlock your object to add new relation
- Unlock your object to edit relations
-
- Select relation type
-
- Restore
- Your account is deleted.
-
- - %d object selected
- - %d objects selected
-
- debug_mode
- trouble_mode
- Settings
-
- linked to
- moved to
- Recovery phrase copied
-
- Types
- Relations
- Types are like categories that help you group and manage your objects.
- All objects are connected. Use relations to build connections between objects.
- Create a type
- Create a relation
- My types
- My relations
- Library
- Create a type \'%1$s\'
- Create a relation \'%1$s\'
- There are no %1$s named \'%2$s\'
- Try creating new one or search for something else
- There are no types named \'%1$s\'
-
- Create a widget
- Edit widgets
- Widget source
- Widget type
- Add Below
- Tree
- Hierarchical structure of object
- Link
- Compact version of the object
- Widget with list view of set object
- Widget with list view of set object
- List
- Compact list
- Change Source
- Change Type
- Remove Widget
- Empty Bin
- Edit Widgets
-
- New type
- Done
- Type name
-
- Type settings
- Relation settings
-
- Remove
- This object has no links to other objects.\nTry to create a new one.
- This view has no objects.\nTry to create a new one.
- This data view has no objects.\nTry to create a new one.
- This widget has no objects.\nTry to create a new one.
- Emoji
- Almost there!
- I didn’t complete migration
- I didn’t complete migration
- To use this version of the app, please choose the correct option below to migrate your account.
- I completed migration
- here
- 1. Download the desktop app
- \n2. Log in and update it to the latest version\n3. Follow migration instructions
- Visit forum
- Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
-
- the everything app
- for those\nwho celebrate\ntrust & autonomy
- Anytype is your safe space to write, plan, think and organise everything that matters to you.
- "By continuing you agree to "
- Terms\u00A0of\u00A0Use
- " and "
- Privacy\u00A0Policy
- Create New Account
- Login
- Enter your invite code
- If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
- This is your Void
- It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
- Save your Recovery Phrase
- It’s a novel way of authentication that gives you full ownership over your account and data.
- Show Recovery Phrase
- Go to the app
- Skip
- Copy to clipboard
- Choose your name
- This is how you will appear in the app
- Anytype Identity
- Creating your Identity…
- Setting up the Personal space…
- Personal Space
- Type your recovery phrase
- OR
- Entering the Void
- Incompatible version
- No tags found
- Start typing to create a new one
-
- Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
- Your recovery phrase can\'t be empty
- Go to the app
-
- Exiting... please wait
- Loading... please wait
- Personal
- Create a space
-
- Something went wrong. Please try again.
- Type
- Space info
- Creation date
- Created by
- Space ID
- Network ID
- This space will be deleted irrevocably. You can’t undo this action.
- Delete \'%1$s\' space
- Are you sure to delete this space?
- Space ID copied
- Network ID copied
- Created-by ID copied
- Read more
- You can find Recovery Phrase later in\nAnytype settings
- What is Recovery Phrase?
- Recovery Phrase is a random combination of 12 words from which your account is magically generated on this device.
- Whomever knows Recovery Phrase, owns the account.
- At this moment, you are the only person in the world who knows it.
- That\'s why it\'s essential to keep Recovery Phrase safe. As the sole owner, nobody can help you if it\'s lost.
- How to save my Phrase?
- The easiest way to store your Recovery Phrase is to save it in your password manager.
- The most secure way is to write it down on paper and keep it offline, in a safe and secure place.
- This object was modified in a newer version of Anytype. Please update the app to open it on this device.
- Update Your App
- https://download.anytype.io
-
- Personal Space
- Private Space
- Unknown
- Start with
- Groups
- Objects
- Anytype Library
- Log In
-
diff --git a/core-ui/build.gradle b/core-ui/build.gradle
index ed42cbc97a..3293f6148a 100644
--- a/core-ui/build.gradle
+++ b/core-ui/build.gradle
@@ -25,6 +25,7 @@ dependencies {
implementation project(':core-utils')
implementation project(':core-models')
+ implementation project(':localization')
implementation project(':presentation')
implementation project(':library-emojifier')
implementation project(':library-syntax-highlighter')
diff --git a/core-ui/src/main/res/layout/item_object_menu_action.xml b/core-ui/src/main/res/layout/item_object_menu_action.xml
index 29473bb53c..c3b205aace 100644
--- a/core-ui/src/main/res/layout/item_object_menu_action.xml
+++ b/core-ui/src/main/res/layout/item_object_menu_action.xml
@@ -26,6 +26,7 @@
android:layout_height="wrap_content"
style="@style/TextView.UXStyle.Captions.2.Regular"
android:layout_gravity="center_horizontal"
+ android:textAlignment="center"
android:layout_marginTop="5dp"
android:textColor="@color/text_secondary"
tools:text="Undo/Redo" />
diff --git a/core-ui/src/main/res/values/strings.xml b/core-ui/src/main/res/values/strings.xml
index ae23b2571e..8542005550 100644
--- a/core-ui/src/main/res/values/strings.xml
+++ b/core-ui/src/main/res/values/strings.xml
@@ -1,675 +1,2 @@
- core-ui
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
-
- Turn into
- Move to
-
- Add block button
- Hide keyboard button
- Show actions
- Show colors
- Bold text
- Italic text
- Strike-through text
- Link
- Code
- Option picture
- Action picture
- Checkbox pic
- Task pic
- Page icon
- More button
- Avatar image
- Bookmark image
- Remove filter
- Filter format
- QR code
- Toggle icon
- Turn into arrow
- Document previous search result icon
- Document next search result icon
- Document search icon
- Document clear search icon
-
- Turn into
- Add block
- Text
- Header 1
- Header 2
- Header 3
- Highlighted
-
- Checkbox
- Bulleted list
- Numbered list
- Toggle list
-
- Task
- Page
- Link to object
- Database
- Set
- Contact
- Existing Tool
-
- File
- Picture
- Video
- Bookmark
-
- Line divider
- Dots divider
- Code snippet
- Relation
-
- Write a plain text
- Big headline of a chapter, paragraph or section
- Medium headline
- Small headline
- Spotlight what needs special attention
- Create and track task with to-do list
- Simple list
- Numbered list
- Hide and show content inside
- Create new page inside this one
- Link existing page with this one
- Store file in original state
- Upload and enrich the page with image
- Upload playable video
- Save your favorite link with summary
- Capture code snippet
- Separate information with line
- Separate information with three dots
- Meaningful connection between objects
-
- Text
- List
- Page
- Other
- Tool
- Media
- Objects
- Relation
-
- Delete
- Duplicate
- Mention
- Share
-
- Actions
- Aa
- Text color
- Background color
- Bookmark logo
- File icon
- Modal icon
-
- Tap to type
- Gallery
- Kanban
- Table
- List
- Cancel
- Skip
- Add
- Duplicate
- Customize view
- Kanban view
- Properties
- Sort
- No sorts here. You can add some
- No filters here. You can add some
- No related options here. You can add some
- Filter by
- Filter
- View
- Properties
- Title
- Text
- Select
- Person
- Email
- Number
- Multiple select
- Date
- File and Media
- Checkbox
- URL
- Phone
- Add new
- Turn into
- Reorder
- Done
- Property name
- Property type
- Hide
- Show
- View name
- Details
- Detail name
- Detail type
- Title
- Name Surname
- Paragraph
- Title
- Quote
- Heading
- Subheading
- Checkbox
- Enter video URL
- Upload a video
- Upload a picture
- Upload a file
- Upload an audio
- Add a web bookmark
- Bulleted list item
- Numbered list item
- Toggle block
- Empty
- Paste link
-
- Empty. Tap to create a new block
-
-
- Untitled
- Untitled set
- Untitled collection
- Archived
-
-
- Loading…
- Loading, please waitd
- Loading file, please waitd
- Error while loading
- Error while loading picture
- Block with a picture
- Tap here to insert a bookmark url
- Archive
- Add block option icon
- Bookmark error menu button
- Something went wrong, try again
- Deleted type
- Type: Deleted
-
- Bold
- Italic
- Strike
- Code
- Link
- Color
- Background
- Copy
- Cut
- Paste
- Style
- Text
- Color
- Background
- Close button
-
-
-
- - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
-
- Add block below
- Turn into
- Turn into Page
- Delete
- Move to Bin
- Duplicate
- Move to
- Style
- Color
- Background
- Download
- Replace
- Add caption
- Rename
- Scroll & move
- More
- Done
- To start, select blocks
- Language
-
- Undo
- Redo
- Copy
- Paste
- Select
- Search
- Relations
- Relation
- Download
- View
- Views
-
- Choose emoji
- logo_transition
- Link from
- Links to
- Search
- Filter
- Search pages
- Navigation through pages
- Add new page
- Mention suggester icon
- Remove link icon
- Copy link icon
- Object image or emoji
- Checkbox icon
- Layout icon
- Move
- Move to
- Preview
- Link to
- Make template
- Linked to
- Remove link
- Create new object
- Create object
- Search
- Syncing…
- Choose a object type for this set
- New set
- Create new object type
-
- - Select pages
- - %d page selected
- - %d pages selected
-
- New
- All
-
- Preparing…
- No connection
- Syncing…
- Synced
- Not synced
-
- Initializing sync
- Anytype node is not connected
- Downloading or uploading data to some node
- Backed up on one node at least
- Failed to sync, trying again…
- Version outdated. Please update Anytype
-
- Description
- Title
- Number
- Date
- Status
- File
- Checkbox
- Url
- Email
- Phone
- Emoji
- Object
- Relation
- Then
- Enter value
- Relations
- Add a sort
- Apply
- Add a filter
- Tag
- Unknown number of objects
- First → Last
- Last → First
- 1 → 9
- 9 → 1
- Checked → Unchecked
- Unchecked → Checked
- A → Z
- Z → A
- \"%1$s\"
- Select all
- Value
- Empty
-
- Add text…
- Add number…
-
- Unknown type
- Short text
- Long text
- Set new relation
- Deleted relation
-
- Document\'s cover
- Cover image view
- Solid colors
- Gradients
- Clear
-
- Create option \"%1$s\"
- Featured relations
- Other relations
- From type %1$s
- Add a description
-
- Style
- Media
- Objects
- Objects
- Relations
- Other
- Actions
- Alignment
- Color
- Background
-
- Text
- Just start writing with a plain text
- Title
- Big section heading
- Heading
- Just start writing with a plain text
- Subheading
- Just start writing with a plain text
- Highlighted
- Small section heading
- Callout
- Bordered text with icon
- Checkbox
- Create and track task with to-do lsit
- Bulleted
- Just start writing with a plain text
- Numbered list
- List with numbering
- Toggle
- Hide and show content inside
- Bold
- Italic
- Strikethrough
- Code
- Link
- Underline
-
- File
- Store file in original state
- Picture
- Enrich your page with an image
- Video
- Upload playable video
- Bookmark
- Save your favorite link with summary
- Code snippet
- Capture code snippet
-
- Line divider
- Dots divider
- Table of contents
- Table 3x3
- Table %1$dx%2$d
- Create a simple table
-
- Delete
- Duplicate
- Copy
- Paste
- Link to object
- Link to existing object
- Move
- Move to
- Clean style
- Back
-
- Right
- Center
- Left
-
- Default
- Gray
- Yellow
- Amber
- Red
- Pink
- Purple
- Blue
- Sky
- Teal
- Green
- %1$s background
-
- checked
- not checked
- Paste or type a URL
- Callout
- Highlight
- Title
- Heading
- Subheading
- Create from scratch
- Create relation \"%1$s\"
- Name
- Name is required
- Favorite
- Template
- Templates
- Lock
- Unlock
- Restore
- Unfavorite
- Delete View
- Select tags
- Select status
- Select objects
- Source
- Query
- Select query
- Objects
- Web pages
- Select files
- U
- Enter text
- Enter number
- Enter date
- Enter URL
- Enter e-mail
- Enter phone
- Scroll to select new position
- Add below
- Back button
- Home button
- Search button
- Add doc
- Unsupported block
- New relation
- Change type
- Copy link
- Edit link
- Unlink
- Choose layout type
- User settings
- Default object type
- Basic
- Profile
- Task
- Set
- Collection
- Note
- Note
- 🗒
- A brief record of points written down as an aid to memory
- Page
- 📄
- Proto type to start with
- Non-existent object
- No data
- No source
- Deleted object
- Open set
- Deleted
- Paste link or search objects
- Paste from clipboard
- Create object \"%1$s\"
- Basic
- Standard layout for canvas blocks
- Note
- Designed to capture thoughts quickly
- Profile
- Companies, contacts, friends, and family
- Task
- Action-focused layout with a checkbox
- To Bin
- Undo/Redo
- Duplicate
- Object removal process
- Please wait a bit. Your objects will be deleted shortly.
- Settings
- Icon
- Large
- @string/none
- Object description
- Content preview
- None
- Small
- Medium
- Card size
- Visible
- Card
- Inline
- Set View
- Inline set
- Inline collection
- Fit image
- Image preview
- Cover
- Hide icon
- Description
- Object type
- Preview layout
- Unknown
- Unknown error
-
- Bookmark
- Text
- Link
- Next
- Back
- Limit object types
-
- 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.
- Swipe down to skip
- Show
-
- This type has %1$d templates
-
- Type
- Restore
-
- Clear
- Color
- Style
- Reset Style
- Insert left
- Insert right
- Move left
- Move right
- Insert above
- Insert below
- Copy
- Sort
- Move up
- Move down
- Cell
- Row
- Column
- Open object
- Open source
- Reload object content
- Open link
- Copy email
- Copy phone number
- Send email
- Call phone number
- Bookmark icon
- 1 cell selected
- %1$d cells selected
- 1 column selected
- %1$d columns selected
- 1 row selected
- %1$d rows selected
- 1 selected block
- %1$d selected blocks
-
- Could\'t find the selected block
- Block selection error
- Undefined
- Relation: %1$s
- Relations: %1$s
- Type: %1$s
- Library
- My types
- My relations
- Type \"%1$s\" added to your library
- The name of the source set of the inline set
- The inline set has no source
- The source of the inline set has no type
-
- Recently opened
- Anytype Library
- Your favorite objects
- On this device
- Sets of objects from your workspace
-
- Customize-view button
- No objects
- Create first object to continue
- Create object
- No query selected
- Add search query to aggregate objects with equal types and relations in a live mode
- Select query
- No objects
- Create first object to continue
- Create object
- View is not present in set or collection, please recreate object
- Turn Set into Collection
- Change query
- Collections
- Your collections of objects
- There is no type named \"%1$s\"
- Try to create a new one or search for something else
- Change wallpaper
- Change icon
- Random
- Choose
- Attributes
- Are you sure you want to permanently delete the files?
- You can’t undo this action.
- Cancel
- Delete
- Change type
- Open set of %1$s
- Create set of %1$s
- Current view cannot be deleted
- Create object
- Layout
- Cover
- Blank
-
- Default for this view
- Edit template
- Duplicate
- Delete
- Unsupported
- Make default
- Edit view
- New view
- create
- Default object
- Default template
- This type doesn’t support templates
- Layout
- %1$d applied
- List
- Grid
- Gallery
- Kanban
- Page cover
-
diff --git a/crowdin.yml b/crowdin.yml
new file mode 100644
index 0000000000..1647e5fae1
--- /dev/null
+++ b/crowdin.yml
@@ -0,0 +1,17 @@
+append_commit_message:
+commit_message: 'l10n | Enhancement | %language% [skip ci]'
+pull_request_title: "l10n | Enhancement"
+export_languages:
+ - 'zh-CN'
+ - 'no'
+ - 'id'
+ - 'es-ES'
+ - 'de'
+ - 'pt-BR'
+ - 'uk'
+ - 'fr'
+ - 'it'
+ - 'ru'
+files:
+ - source: /localization/src/main/res/values/strings.xml
+ translation: /localization/src/main/res/values-%android_code%/strings.xml
diff --git a/localization/build.gradle b/localization/build.gradle
new file mode 100644
index 0000000000..28219f6d35
--- /dev/null
+++ b/localization/build.gradle
@@ -0,0 +1,13 @@
+plugins {
+ id "com.android.library"
+ id "kotlin-android"
+ id "kotlin-kapt"
+}
+
+dependencies {
+ implementation libs.kotlin
+}
+
+android {
+ namespace 'com.anytypeio.anytype.localization'
+}
\ No newline at end of file
diff --git a/localization/src/main/AndroidManifest.xml b/localization/src/main/AndroidManifest.xml
new file mode 100644
index 0000000000..227314eeb7
--- /dev/null
+++ b/localization/src/main/AndroidManifest.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/localization/src/main/res/values-de-rDE/strings.xml b/localization/src/main/res/values-de-rDE/strings.xml
new file mode 100644
index 0000000000..2c35e7cfd3
--- /dev/null
+++ b/localization/src/main/res/values-de-rDE/strings.xml
@@ -0,0 +1,1032 @@
+
+
+ Info
+ App version
+ Library
+ User ID
+
+ Profil
+ Personalisierung
+ Aussehen
+ Files storage
+ Wiederherstellungsphrase
+ Clear file cache
+ Debug Sync Report
+ Debug
+ Konto
+ Reset account
+ Konto löschen
+ Space debug
+ Data
+ Modus
+ Logout
+ Pin code
+ Zugriff
+ Hintergrundbild
+ Tech info
+ Hell
+ Dunkel
+ System
+ U
+ Einstellungen
+ Hast du deine Wiederherstellungsphrase gesichert?
+ Du musst dich anmelden. Bewahre sie an einem sicheren Ort. Wenn du sie verlierst, kannst du nicht mehr auf dein Konto zugreifen.
+ Help & Community
+ What\'s new
+ Anytype Gemeinschaft
+ Help & Tutorials
+ Impressum
+ Terms of Use
+ Datenschutzerklärung
+ Acknowledgments
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Space-Name
+ Settings
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ Um Platz auf deinem Gerät zu sparen, können alle deine Dateien auf unseren verschlüsselten Backup-Knoten ausgelagert werden. Die Dateien werden beim Öffnen dann wieder heruntergeladen.
+ Dateien verwalten
+ Lokaler Speicher
+ Dateien abladen
+ %1$s used
+ %1$s of %2$s used
+ Externer Speicher
+ Contact us
+ Speicherplatz erweitern
+ Account name
+ Space-Einstellungen
+ Data management
+ 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.
+ Danger zone
+ Neue Vorlage wurde zum Typ hinzugefügt
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Turn into
+ Verschieben nach
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ Link
+ Code
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Turn into
+ Add block
+ Text
+ Header 1
+ Header 2
+ Header 3
+ Hervorhebung
+ Checkbox
+ Bulleted list
+ Nummerierung
+ Toggle list
+ Aufgabe
+ Page
+ Link zu Objekt
+ Database
+ Set
+ Contact
+ Existing Tool
+ Datei
+ Bild
+ Video
+ Lesezeichen
+ Trennlinie
+ Gepunktete Trennlinie
+ Code-Ausschnitt
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Mittlere Abschnittsüberschrift
+ Kleine Abschnittsüberschrift
+ Spotlight what needs special attention
+ Aufgabe mit To-do-Liste erstellen und verfolgen
+ Einfache Liste
+ Nummerierung
+ Inhalte ein-/ausblenden
+ Create new page inside this one
+ Link existing page with this one
+ Datei im Originalzustand speichern
+ Lade ein Bild hoch und bereichere die Seite
+ Video hochladen
+ Speichere deinen Link mit der Zusammenfassung
+ Code-Snippet erfassen
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ Text
+ Liste
+ Page
+ Weitere
+ Tool
+ Medien
+ Objekte
+ Relation
+ Löschen
+ Duplizieren
+ Mention
+ Share
+ Aktionen
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ Galerie
+ Kanban
+ Tabelle
+ Liste
+ Abbrechen
+ Überspringen
+ Hinzufügen
+ Duplizieren
+ Customize view
+ Kanban view
+ Properties
+ Sortierung
+ Keine Sorten hier. Sie können einige hinzufügen
+ Keine Filter hier. Sie können einige hinzufügen.
+ Keine verwandten Optionen hier. Sie können einige hinzufügen
+ Filter by
+ Filter
+ Ansicht
+ Properties
+ Titel
+ Text
+ Select
+ Person
+ E-Mail
+ Nummer
+ Multiple select
+ Datum
+ File and Media
+ Checkbox
+ Link
+ Phone
+ Add new
+ Turn into
+ Reorder
+ Fertig
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Titel
+ Name Surname
+ Paragraph
+ Titel
+ Quote
+ Überschrift
+ Unterüberschrift
+ Checkbox
+ Enter video URL
+ Video hochladen
+ Bild hochladen
+ Datei hochladen
+ Upload an audio
+ Ein Web-Lesezeichen hinzufügen
+ Aufzählung
+ Nummerierung
+ Block wechseln
+ Leer
+ Link einfügen
+ Empty. Tap to create a new block
+ Unbenannt
+ Unbenanntes Set
+ Unbenannte Sammlung
+ Archived
+ Loading…
+ Wird geladen, bitte warten
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Es ist etwas schiefgelaufen, versuchen Sie es noch einmal
+ Gelöschter Typ
+ Type: Deleted
+ Fett
+ Kursiv
+ Strike
+ Code
+ Link
+ Farbe
+ Hintergrund
+ Kopieren
+ Cut
+ Einfügen
+ Design
+ Text
+ Farbe
+ Hintergrund
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ Löschen
+ Move to Bin
+ Duplizieren
+ Verschieben nach
+ Design
+ Farbe
+ Hintergrund
+ Herunterladen
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Fertig
+ To start, select blocks
+ Language
+ Rückgängig
+ Redo
+ Kopieren
+ Einfügen
+ Select
+ Suchen
+ Verknüpfungen
+ Relation
+ Herunterladen
+ Ansicht
+ Ansichten
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Suchen
+ Filter
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Verschieben
+ Verschieben nach
+ Vorschau
+ Link zu
+ Vorlage erstellen
+ Verlinkt mit
+ Link entfernen
+ Neues Objekt erstellen
+ Objekt erstellen
+ Suchen
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d page selected
+ - %d pages selected
+
+ Neu
+ Alle
+ Preparing…
+ Keine Verbindung
+ Syncing…
+ Synchronisiert
+ Not synced
+ Initialisiere Synchronisation
+ Anytype Knoten ist nicht verbunden
+ Herunterladen oder Hochladen von Daten zu einem Knoten
+ Auf mindestens einem Knoten gesichert
+ Failed to sync, trying again…
+ Version veraltet. Bitte aktualisieren Sie Anytype
+ Beschreibung
+ Titel
+ Nummer
+ Datum
+ Status
+ Datei
+ Checkbox
+ Url
+ E-Mail
+ Phone
+ Emoji
+ Objekt
+ Relation
+ Then
+ Wert eingeben
+ Verknüpfungen
+ Add a sort
+ Anwenden
+ Add a filter
+ Tag
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Alles auswählen
+ Wert
+ Leer
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Gelöschte Relation
+ Document\'s cover
+ Cover image view
+ Vollfarben
+ Farbverläufe
+ Leeren
+ Create option \"%1$s\"
+ Empfohlene Relationen
+ Andere Relationen
+ From type %1$s
+ Beschreibung hinzufügen
+ Design
+ Medien
+ Objekte
+ Objekte
+ Verknüpfungen
+ Weitere
+ Aktionen
+ Ausrichtung
+ Farbe
+ Hintergrund
+ Text
+ Einfach mit einem reinen Text beginnen
+ Titel
+ Große Abschnittsüberschrift
+ Überschrift
+ Einfach mit einem reinen Text beginnen
+ Unterüberschrift
+ Einfach mit einem reinen Text beginnen
+ Hervorhebung
+ Small section heading
+ Textbox
+ Umrandeter Text mit Icon
+ Checkbox
+ Create and track task with to-do lsit
+ Aufzählung
+ Einfach mit einem reinen Text beginnen
+ Nummerierung
+ List with numbering
+ Ein-/Ausblenden
+ Inhalte ein-/ausblenden
+ Fett
+ Kursiv
+ Durchgestrichen
+ Code
+ Link
+ Underline
+ Datei
+ Datei im Originalzustand speichern
+ Bild
+ Enrich your page with an image
+ Video
+ Video hochladen
+ Lesezeichen
+ Speichere deinen Link mit der Zusammenfassung
+ Code-Ausschnitt
+ Code-Snippet erfassen
+ Trennlinie
+ Gepunktete Trennlinie
+ Inhaltsverzeichnis
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ Löschen
+ Duplizieren
+ Kopieren
+ Einfügen
+ Link zu Objekt
+ Link zu vorhandenem Objekt
+ Verschieben
+ Verschieben nach
+ Clean style
+ Zurück
+ Right
+ Center
+ Left
+ Default
+ Gray
+ Gelb
+ Gelb
+ Rot
+ Pink
+ Lila
+ Blau
+ Hellblau
+ Türkis
+ Grün
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ Textbox
+ Hervorhebung
+ Titel
+ Überschrift
+ Unterüberschrift
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Zu Favoriten hinzufügen
+ Vorlage
+ Templates
+ Sperren
+ Entsperren
+ Wiederherstellen
+ Aus Favoriten entfernen
+ Delete View
+ Select tags
+ Status auswählen
+ Select objects
+ Source
+ Abfrage
+ Abfrage auswählen
+ Objekte
+ Webseiten
+ Select files
+ U
+ Text eingeben
+ Zahl eingeben
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Unten hinzufügen
+ Back button
+ Home button
+ Search button
+ Add doc
+ Nicht unterstützter Block
+ Neue Relation
+ Link kopieren
+ Edit link
+ Unlink
+ Wähle einen Ansichtstyp
+ User settings
+ Standard Objekttyp
+ Einfach
+ Profil
+ Aufgabe
+ Set
+ Sammlung
+ Notiz
+ Notiz
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Nicht existentes Objekt
+ Keine Daten
+ Keine Quelle
+ Gelöschtes Objekt
+ Open set
+ Gelöscht
+ Link einfügen oder Objekte suchen
+ Aus Zwischenspeicher einfügen
+ Create object \"%1$s\"
+ Einfach
+ Standardlayout für Leinenblöcke
+ Notiz
+ Entwickelt um schnell Gedanken zu erfassen
+ Profil
+ Companies, contacts, friends, and family
+ Aufgabe
+ Aktionsfokussiertes Layout mit Checkbox
+ Zum Papierkorb
+ Rückgängig/Wiederholen
+ Duplizieren
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Groß
+ @string/none
+ Objektbeschreibung
+ Inhaltsvorschau
+ Keine
+ Klein
+ Mittel
+ Visible
+ Karte
+ Inline
+ Set View
+ Inline-Set
+ Inline-Sammlung
+ Bild einpassen
+ Bildvorschau
+ Hide icon
+ Beschreibung
+ Objekttyp
+ Layout Vorschau
+ Unbekannt
+ Unbekannter Fehler
+ Lesezeichen
+ Text
+ Link
+ Weiter
+ Objekttypen einschränken
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ Typ
+ Wiederherstellen
+ Leeren
+ Farbe
+ Design
+ Reset Style
+ Links einfügen
+ Rechts einfügen
+ Nach links verschieben
+ Nach rechts verschieben
+ Darüber einfügen
+ Darunter einfügen
+ Kopieren
+ Sortierung
+ Nach oben verschieben
+ Nach unten verschieben
+ Cell
+ Row
+ Column
+ Objekt öffnen
+ Quelle öffnen
+ Objektinhalt neu laden
+ Link öffnen
+ E-Mail kopieren
+ Copy phone numbler
+ E-Mail senden
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ Meine Relationen
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ Zuletzt geöffnet
+ Anytype-Bibliothek
+ Your favorite objects
+ Auf diesem Gerät
+ Sets of objects from your workspace
+ Customize-view button
+ Keine Objekte
+ Erstes Objekt erstellen um fortzufahren
+ Objekt erstellen
+ Keine Abfrage ausgewählt
+ Füge Suchparameter hinzu, um Objekte mit gleichenTypen und Relationen im Live-Modus zusammenzufassen
+ Abfrage auswählen
+ Keine Objekte
+ Erstes Objekt erstellen um fortzufahren
+ Objekt erstellen
+ View is not present in set or collection, please recreate object
+ Set in eine Collection umwandeln
+ Abfrage ändern
+ Sammlungen
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Hintergrundbild ändern
+ Symbol ändern
+ Zufällig
+ Choose
+ Attributes
+ Möchten Sie die Dateien wirklich unwiderruflich löschen?
+ Diese Aktion kann nicht rückgängig gemacht werden.
+ Abbrechen
+ Löschen
+ Typ ändern
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Objekt erstellen
+ Layout
+ Titelbild
+ Leer
+ Default for this view
+ Vorlage bearbeiten
+ Duplizieren
+ Löschen
+ Nicht unterstützt
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ Liste
+ Raster
+ Galerie
+ Kanban
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Anmelden
+ Registrieren
+ or type your recovery phrase
+ Login with recovery phrase
+ QR-Code scannen
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Erstellen
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Erstelle ein Backup Ihrer Wiederherstellungsphrase
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Phrase anzeigen und kopieren
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Zurück
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Link
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ OK
+ Fehler
+ Page icon
+ Entfernen
+ Erstellen
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Hintergrundbild
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Link
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Name
+ Name for new relation
+ Neu
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Galerie
+ Anzeigen als
+ Kanban
+ Raster
+ Liste
+ Enter
+ Abbrechen
+ Text eingeben
+ Enter a numeric value
+ View name
+ Löschen
+ View relations
+ Erstellen
+ Neue Ansicht
+ Coming soon
+ Verknüpfungen
+ Ansicht bearbeiten
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ Ist
+ Heute
+ Gestern
+ Morgen
+ Kein Datum
+ Genauer Tag
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Galerie
+ Typ ändern
+ Titelbild ändern
+ Entfernen
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Hinzufügen
+ Upload from Gallery
+ Upload from External storage
+ Hochladen
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ OK
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Set
+ Sammlung
+ Layout
+ Restore from archive
+ Symbol
+ Emoji oder Bild für das Objekt
+ Titelbild
+ Hintergrundbild
+ Anordnung von Objekten auf einer Leinwand
+ Liste der verwandten Objekte
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Geteilt
+ Dieses Objekt existiert nicht
+ Back to dashboard
+ Zurückgehen
+ Set not found for this type.
+ Erstellen
+ Create a new %1$s
+ Schließen
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Kartengröße
+ Clear cache
+ Sind Sie sicher?
+ Alle in Anytype gespeicherten Medien werden von Ihrem aktuellen Gerät gelöscht. Sie können sie von einem Backup-Knoten oder einem anderen Gerät wieder herunterladen.
+ New profile
+ Sicherungsphrase
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Löschung abbrechen
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ Möchten Sie das Konto wirklich löschen?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Vorlage auswählen
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ Relationstyp auswählen
+ Wiederherstellen
+ Your account is deleted.
+
+ - %d object selected
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Einstellungen
+ verlinkt mit
+ moved to
+ Wiederherstellungsphrase kopiert
+ Types
+ Verknüpfungen
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ Meine Relationen
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ Widget-Quelle
+ Widget-Typ
+ Unten hinzufügen
+ Strukturbaum
+ Hierarchical structure of object
+ Link
+ Compact version of the object
+ Widget mit Listenansicht für ein bestimmtes Objekt
+ Widget mit Listenansicht für ein bestimmtes Objekt
+ Liste
+ Compact list
+ Quelle ändern
+ Change Type
+ Widget entfernen
+ Behälter leeren
+ Widgets bearbeiten
+ New type
+ Fertig
+ Type name
+ Type settings
+ Relation settings
+ Entfernen
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Emoji
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype ist dein sicherer Ort zum Schreiben, Planen, Denken und Organisieren von allem, was dir wichtig ist.
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Neues Konto erstellen
+ Anmelden
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Speichere deine Wiederherstellungsphrase
+ Es handelt sich um eine neuartige Authentifizierungsart, die dir vollen Besitz über dein Konto und die Daten gibt.
+ Wiederherstellungsphrase anzeigen
+ Zur App gehen
+ Überspringen
+ In die Zwischenablage kopieren
+ Wähle deinen Namen
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Settings
+ Geben Sie Ihre Wiederherstellungsphrase ein
+ ODER
+ Leere betreten
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Zur App gehen
+ Exiting... please wait
+ Loading... please wait
+ Persönlich
+ Space erstellen
+ Something went wrong. Please try again.
+ Typ
+ Space-Info
+ Creation date
+ Created by
+ Space ID
+ Netzwerk-ID
+ Dieser Space wird unwiderruflich gelöscht. Diese Aktion kann nicht rückgängig gemacht werden.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ Mehr lesen
+ You can find Recovery Phrase later in\nAnytype settings
+ Was ist Wiederherstellungsphrase?
+ Wiederherstellungsphrase ist eine zufällige Kombination von 12 Wörtern, aus denen Ihr Konto auf diesem Gerät magisch generiert wird.
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ Deshalb ist es wichtig, dass Recovery Phrase sicher bleibt. Als einziger Besitzer kann dir niemand helfen, wenn es verloren geht.
+ How to save my Phrase?
+ Der einfachste Weg, Ihre Wiederherstellungsphrase zu speichern, ist die Speicherung in Ihrem Passwort-Manager.
+ Am sichersten ist es, sie auf Papier aufzuschreiben und offline, an einem sicheren Ort.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ Persönlich
+ Privat
+ Unbekannt
+ Start with
+ Groups
+ Objekte
+
diff --git a/localization/src/main/res/values-es-rES/strings.xml b/localization/src/main/res/values-es-rES/strings.xml
new file mode 100644
index 0000000000..5c885a9812
--- /dev/null
+++ b/localization/src/main/res/values-es-rES/strings.xml
@@ -0,0 +1,1046 @@
+
+
+ Acerca de
+ Versión de la aplicación
+ Biblioteca
+ ID de Usuario
+
+ Perfil
+ Personalización
+ Apariencia
+ Almacenamiento de archivos
+ Frase de recuperación
+ Limpiar caché de archivos
+ Depurar el informe de sincronización
+ Depurar
+ Cuenta
+ Restablecer la cuenta
+ Eliminar cuenta
+ Depurar espacio
+ Datos
+ Modo
+ Cerrar sesión
+ Código pin
+ Acceso
+ Fondo de pantalla
+ Información técnica
+ Claro
+ Oscuro
+ Sistema
+ U
+ Ajustes
+ ¿Ha realizado una copia de seguridad de su frase de recuperación?
+ La necesitarás para iniciar sesión. Manténgala en un lugar seguro. Si la pierdes, ya no podrás acceder a tu cuenta.
+ Ayuda y Comunidad
+ Novedades
+ Comunidad Anytype
+ Ayuda & Tutoriales
+ Legal
+ Términos de Uso
+ Política de Privacidad
+ Agradecimientos
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ Versión de la aplicación: %1$s\nNúmero de compilación: %2$d\nVersión de la biblioteca: %3$s\nCuenta\u00A0ID:\u00A0%4$s\nDispositivo\u00A0ID:\u00A0%5$s\nanalíticas\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Nombre del espacio
+ Espacio personal
+ Puede almacenar hasta %1$s de sus archivos en nuestro nodo de copia de seguridad cifrado de forma gratuita. Si alcanza el límite, los archivos se almacenarán sólo localmente.
+ Para ahorrar espacio en tu dispositivo local, puedes subir todos tus archivos a nuestro nodo de copia de seguridad cifrada. Los archivos se cargarán de nuevo cuando los abras.
+ Gestionar archivos
+ Almacenamiento local
+ Descargar archivos
+ %1$s usado
+ %1$s de %2$s usado
+ Almacenamiento remoto
+ Contacto
+ Conseguir más espacio
+ Nombre de cuenta
+ Configuración del espacio
+ Gestión de datos
+ Lamentamos que te vayas. Una vez que solicitas la eliminación de tu cuenta, tienes 30 días para cancelar esta solicitud. Después de 30 días, los datos de tu cuenta se eliminarán permanentemente del nodo de respaldo y no podrás iniciar sesión en Anytype en nuevos dispositivos.
+ Zona de riesgo
+ Se ha añadido una nueva plantilla al tipo
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Convertir en
+ Mover a
+ Botón de agregar bloque
+ Botón de ocultar el teclado
+ Mostrar acciones
+ Mostrar colores
+ Negrita
+ cursiva
+ Tachado
+ Enlace
+ Código
+ Opciones de imagen
+ Opciones de imagen
+ Imagen de casilla
+ Imagen de tarea
+ Icono de página
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Convertir en
+ Add block
+ Texto
+ Header 1
+ Header 2
+ Header 3
+ Destacado
+ Casilla de verificación
+ Bulleted list
+ Lista numerada
+ Toggle list
+ Tarea
+ Page
+ Enlazar a objeto
+ Database
+ Ajustar
+ Contact
+ Existing Tool
+ Archivo
+ Imagen
+ Video
+ Marcador
+ Separador de líneas
+ Separador de puntos
+ Fragmento de código
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Título medio
+ Título pequeño
+ Spotlight what needs special attention
+ Creación y seguimiento de tarea con la lista de tareas pendientes
+ Lista simple
+ Lista numerada
+ Ocultar y mostrar contenido
+ Create new page inside this one
+ Link existing page with this one
+ Almacenar el archivo en su estado original
+ Cargar y enriquecer la página con imágenes
+ Cargar vídeo reproducible
+ Guarda tu enlace favorito con resumen
+ Capturar fragmento de código
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ Texto
+ Lista
+ Page
+ Otro
+ Tool
+ Multimedia
+ Objetos
+ Relation
+ Borrar
+ Duplicar
+ Mention
+ Share
+ Acciones
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ Galeria
+ Kanban
+ Tabla
+ Lista
+ Cancelar
+ Saltar
+ Añadir
+ Duplicar
+ Customize view
+ Kanban view
+ Properties
+ Ordenar
+ No tienes clasificaciones. Puedes añadir alguna
+ No tiene filtros. Puedes añadir alguno
+ Sin opciones relacionadas. Puede añadir alguna
+ Filter by
+ Filtrar
+ Ver
+ Properties
+ Título
+ Texto
+ Select
+ Person
+ Correo electrónico
+ Número
+ Multiple select
+ Fecha
+ File and Media
+ Casilla de verificación
+ URL
+ Phone
+ Add new
+ Convertir en
+ Reorder
+ Listo
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Título
+ Name Surname
+ Paragraph
+ Título
+ Quote
+ Título
+ Subtítulo
+ Casilla de verificación
+ Enter video URL
+ Subir un vídeo
+ Subir una imagen
+ Subir un archivo
+ Upload an audio
+ Agregar un marcador web
+ Elemento de lista de viñetas
+ Elemento de lista numerada
+ Alternar bloque
+ Vacío
+ Pegar enlace
+ Empty. Tap to create a new block
+ Sin título
+ Conjunto sin título
+ Colección sin título
+ Archived
+ Loading…
+ Cargando, por favor espere
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Algo ha salido mal, inténtelo de nuevo
+ Tipo eliminado
+ Type: Deleted
+ Negrita
+ Cursiva
+ Strike
+ Código
+ Enlace
+ Color
+ Fondo
+ Copiar
+ Cut
+ Pegar
+ Estilo
+ Texto
+ Color
+ Fondo
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Convertir en
+ Turn into Page
+ Borrar
+ Move to Bin
+ Duplicar
+ Mover a
+ Estilo
+ Color
+ Fondo
+ Descargar
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Listo
+ To start, select blocks
+ Language
+ Deshacer
+ Redo
+ Copiar
+ Pegar
+ Select
+ Búsqueda
+ Relaciones
+ Relation
+ Descargar
+ Ver
+ Vistas
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Búsqueda
+ Filtrar
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Mover
+ Mover a
+ Vista previa
+ Vincular a
+ Crear plantilla
+ Enlazado a
+ Eliminar enlace
+ Crear un nuevo objeto
+ Crear objeto
+ Búsqueda
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d page selected
+ - %d pages selected
+
+ Nuevo
+ Todos
+ Preparing…
+ Sin conexión
+ Syncing…
+ Sincronizado
+ Not synced
+ Inicializando la sincronización
+ Nodo de Anytype no está conectado
+ Descargando o subiendo datos a algún nodo
+ Respaldado en al menos un nodo
+ Failed to sync, trying again…
+ Versión desactualizada. Por favor actualice Anytype
+ Descripción
+ Título
+ Número
+ Fecha
+ Estado
+ Archivo
+ Casilla de verificación
+ Url
+ Correo electrónico
+ Phone
+ Emoticono
+ Objeto
+ Relation
+ Then
+ Introducir valor
+ Relaciones
+ Add a sort
+ Aplicar
+ Add a filter
+ Etiqueta
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Seleccionar todo
+ Valor
+ Vacío
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Relación eliminada
+ Document\'s cover
+ Cover image view
+ Colores sólidos
+ Degradados
+ Limpiar
+ Create option \"%1$s\"
+ Relaciones destacadas
+ Otras relaciones
+ From type %1$s
+ Agregar una descripción
+ Estilo
+ Multimedia
+ Objetos
+ Objetos
+ Relaciones
+ Otro
+ Acciones
+ Alineación
+ Color
+ Fondo
+ Texto
+ Empieza a escribir con texto plano
+ Título
+ Encabezado de sección grande
+ Título
+ Empieza a escribir con texto plano
+ Subtítulo
+ Empieza a escribir con texto plano
+ Destacado
+ Small section heading
+ Llamada
+ Texto bordeado con icono
+ Casilla de verificación
+ Create and track task with to-do lsit
+ Viñetas
+ Empieza a escribir con texto plano
+ Lista numerada
+ List with numbering
+ Mostrar/Ocultar
+ Ocultar y mostrar contenido
+ Negrita
+ Cursiva
+ Tachado
+ Código
+ Enlace
+ Underline
+ Archivo
+ Almacenar el archivo en su estado original
+ Imagen
+ Enrich your page with an image
+ Video
+ Cargar vídeo reproducible
+ Marcador
+ Guarda tu enlace favorito con resumen
+ Fragmento de código
+ Capturar fragmento de código
+ Separador de líneas
+ Separador de puntos
+ Índice de contenidos
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ Borrar
+ Duplicar
+ Copiar
+ Pegar
+ Enlazar a objeto
+ Enlazar a objeto existente
+ Mover
+ Mover a
+ Clean style
+ Atrás
+ Right
+ Center
+ Left
+ Default
+ Gray
+ Amarillo
+ Ámbar
+ Rojo
+ Rosa
+ Morado
+ Azul
+ Cielo
+ Verde turquesa
+ Verde
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ Llamada
+ Destacado
+ Título
+ Título
+ Subtítulo
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Favorito
+ Plantilla
+ Templates
+ Bloquear
+ Desbloquear
+ Restaurar
+ Eliminar favorito
+ Delete View
+ Select tags
+ Seleccionar estado
+ Select objects
+ Source
+ Consulta
+ Seleccionar consulta
+ Objetos
+ Páginas Web
+ Select files
+ U
+ Introducir texto
+ Introducir número
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Agregar debajo
+ Back button
+ Home button
+ Search button
+ Add doc
+ Bloque no soportado
+ Nueva relación
+ Copiar enlace
+ Edit link
+ Unlink
+ Elige diseño
+ User settings
+ Tipo de objeto predeterminado
+ Básico
+ Perfil
+ Tarea
+ Ajustar
+ Colección
+ Nota
+ Nota
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Objeto inexistente
+ Sin datos
+ Sin origen
+ Objetos eliminados
+ Open set
+ Eliminado
+ Pega enlace o busca objetos
+ Pegar desde el portapapeles
+ Create object \"%1$s\"
+ Básico
+ Diseño estándar para bloques de lienzo
+ Nota
+ Diseñado para capturar pensamientos rápidamente
+ Perfil
+ Companies, contacts, friends, and family
+ Tarea
+ Diseño centrado en acciones con casillas de verificación
+ A la Papelera
+ Deshacer/Rehacer
+ Duplicar
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Grande
+ @string/none
+ Descripción de objeto
+ Vista previa del contenido
+ Ninguno
+ Pequeño
+ Mediano
+ Visible
+ Tarjeta
+ Inline
+ Set View
+ Conjunto en línea
+ Colección en línea
+ Ajustar imagen
+ Vista previa de la imagen
+ Hide icon
+ Descripción
+ Tipo de Objeto
+ Previsualizar diseño
+ Desconocido
+ Error desconocido
+ Marcador
+ Texto
+ Enlace
+ Siguiente
+ Limitar tipos de objeto
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ Tipo
+ Restaurar
+ Limpiar
+ Color
+ Estilo
+ Reset Style
+ Insertar a la izquierda
+ Insertar a la derecha
+ Mover a la izquierda
+ Mover a la derecha
+ Insertar encima
+ Insertar debajo
+ Copiar
+ Ordenar
+ Subir
+ Bajar
+ Cell
+ Row
+ Column
+ Abrir objeto
+ Código abierto
+ Recargar contenido del objeto
+ Abrir enlace
+ Copiar correo electrónico
+ Copiar número de teléfono
+ Enviar correo electrónico
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ Mis relaciones
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ Abierto recientemente
+ Biblioteca de Anytype
+ Your favorite objects
+ En este dispositivo
+ Sets of objects from your workspace
+ Customize-view button
+ Ningún Objeto
+ Crea el primer objeto para continuar
+ Crear objeto
+ Ninguna consulta seleccionada
+ Añada una consulta de búsqueda para agregar objetos con tipos y relaciones iguales en vivo
+ Seleccionar consulta
+ Ningún Objeto
+ Crea el primer objeto para continuar
+ Crear objeto
+ View is not present in set or collection, please recreate object
+ Convertir el conjunto en colección
+ Cambiar consulta
+ Colecciones
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Cambiar fondo de pantalla
+ Cambiar icono
+ Aleatorio
+ Choose
+ Attributes
+ ¿Estás seguro de que deseas eliminar permanentemente los archivos?
+ No puedes deshacer esta acción.
+ Cancelar
+ Borrar
+ Cambiar tipo
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Crear objeto
+ Diseño
+ Portada
+ Vacío
+ Default for this view
+ Editar plantilla
+ Duplicar
+ Borrar
+ No soportado
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ Lista
+ Cuadrícula
+ Galeria
+ Kanban
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Iniciar sesión
+ Registrarse
+ or type your recovery phrase
+ Login with recovery phrase
+ Escanear código QR
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Cerrar sesión
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Crear
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Respaldar tu frase de recuperación
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Mostrar y copiar frase
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Atrás
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Enlace
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ Aceptar
+ Error
+ Icono de página
+ Eliminar
+ Crear
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Fondo de pantalla
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Enlace
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Nombre
+ Name for new relation
+ Nuevo
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Galeria
+ Mostrar como
+ Kanban
+ Cuadrícula
+ Lista
+ Enter
+ Cancelar
+ Introducir texto
+ Enter a numeric value
+ View name
+ Borrar
+ View relations
+ Crear
+ Nueva vista
+ Coming soon
+ Relaciones
+ Editar vista
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ Es
+ Hoy
+ Ayer
+ Mañana
+ Sin fecha
+ Fecha exacta
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Galeria
+ Cambiar tipo
+ Cambiar la portada
+ Eliminar
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Añadir
+ Upload from Gallery
+ Upload from External storage
+ Subir
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ Aceptar
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Ajustar
+ Colección
+ Diseño
+ Restore from archive
+ Icono
+ Emoji o imagen para el objeto
+ Portada
+ Imagen de fondo
+ Disposición de objetos en un lienzo
+ Lista de objetos relacionados
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Compartido
+ Este objeto no existe
+ Back to dashboard
+ Volver
+ Set not found for this type.
+ Crear
+ Create a new %1$s
+ Cerrar
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Tamaño de tarjeta
+ Clear cache
+ ¿Estás seguro?
+ Todos los archivos multimedia almacenados en Anytype se eliminarán de tu dispositivo actual. Se pueden volver a descargar desde un nodo de copia de seguridad o desde otro dispositivo.
+ New profile
+ Frase de respaldo
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Cancelar la eliminación
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ ¿Está seguro que desea eliminar esta cuenta?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Seleccionar plantilla
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ Seleccionar tipo de relación
+ Restaurar
+ Your account is deleted.
+
+ - %d object selected
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Ajustes
+ enlazado a
+ moved to
+ Frase de recuperación copiada
+ Types
+ Relaciones
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ Mis relaciones
+ Biblioteca
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ Origen del widget
+ Tipo de widget
+ Añadir debajo
+ Árbol
+ Hierarchical structure of object
+ Enlace
+ Compact version of the object
+ Widget con vista de lista de objeto de conjunto
+ Widget con vista de lista de objeto de conjunto
+ Lista
+ Compact list
+ Cambiar Origen
+ Change Type
+ Eliminar widget
+ Vaciar papelera
+ Editar widgets
+ New type
+ Listo
+ Type name
+ Type settings
+ Relation settings
+ Eliminar
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Emoticono
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Cualquier tipo es tu espacio seguro para escribir, planear, pensar y organizar todo lo que te importe.
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Crear cuenta nueva
+ Iniciar sesión
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Guarda tu Frase de Recuperación
+ Es una novedosa forma de autenticación que te da control total sobre tu cuenta y datos.
+ Mostrar Frase de Recuperación
+ Ir a la aplicación
+ Saltar
+ Copiar al portapapeles
+ Elige el nombre de la sala
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Espacio personal
+ Escribe tu Frase de Recuperación
+ O
+ Entrando en el vacío
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Ir a la aplicación
+ Exiting... please wait
+ Loading... please wait
+ Personal
+ Crear un espacio
+ Something went wrong. Please try again.
+ Tipo
+ Información del espacio
+ Creation date
+ Created by
+ Space ID
+ Identificador de red
+ Estos objetos se eliminarán de forma irrevocable. No se puede deshacer esta acción.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ Leer más
+ You can find Recovery Phrase later in\nAnytype settings
+ ¿Qué es la frase de recuperación?
+ La frase de recuperación es una combinación aleatoria de 12 palabras a partir de las cuales tu cuenta se genera mágicamente en este dispositivo.
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ Por eso es esencial mantener segura la frase de recuperación. Como único propietario, nadie puede ayudarte si se pierde.
+ How to save my Phrase?
+ La forma más fácil de almacenar su frase de recuperación es guardarla en su gestor de contraseñas.
+ La forma más segura de almacenarla es escribirla en papel y mantenerla fuera de línea, en un lugar seguro.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ Espacio personal
+ Espacio privado
+ Desconocido
+ Start with
+ Groups
+ Objetos
+ El tipo ‘%1$s’ ha sido añadida a tu librería\"
+ Tipo `%1$s` eliminado de tu biblioteca\"
+ La relación ‘%1$s’ ha sido añadida a tu librería\"
+ La relación %1$s ha sido eliminada de tu librería\"
+ Algo salió mal. Por favor, inténtelo de nuevo más tarde.
+ Editar
+ Deseleccionar todo
+ Conjuntos
+ Favoritos
+ Editado recientemente
+ Abierto recientemente
+ Papelera
+ Archivos sincronizados
+ Iniciar sesión
+
diff --git a/localization/src/main/res/values-fr-rFR/strings.xml b/localization/src/main/res/values-fr-rFR/strings.xml
new file mode 100644
index 0000000000..ee3d3554b9
--- /dev/null
+++ b/localization/src/main/res/values-fr-rFR/strings.xml
@@ -0,0 +1,1046 @@
+
+
+ À propos
+ App version
+ Library
+ User ID
+
+ Profil
+ Personnalisation
+ Apparence
+ Files storage
+ Phrase de récupération
+ Clear file cache
+ Debug Sync Report
+ Debug
+ Compte
+ Reset account
+ Supprimer le compte
+ Space debug
+ Data
+ Mode
+ Logout
+ Pin code
+ Accès
+ Fond d\'écran
+ Tech info
+ Clair
+ Sombre
+ Système
+ U
+ Paramètres
+ Avez-vous sauvegardé votre phrase de récupération ?
+ Vous en aurez besoin pour vous connecter. Conservez le dans un endroit sûr. Si vous le perdez, vous ne pouvez plus accéder à votre compte.
+ Help & Community
+ What\'s new
+ Communauté Anytype
+ Help & Tutorials
+ Legal
+ Terms of Use
+ Politique de confidentialité
+ Acknowledgments
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Nom de l\'espace
+ Paramètres
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ Afin d\'économiser de l\'espace sur votre appareil, vous pouvez décharger tous vos fichiers vers notre nœud de sauvegarde chiffré. Les fichiers seront rechargés lorsque vous les ouvrirez.
+ Gérer les fichiers
+ Stockage local
+ Décharger les fichiers
+ %1$s used
+ %1$s of %2$s used
+ Stockage à distance
+ Contact us
+ Obtenir plus d’espace
+ Account name
+ Paramètres de l\'espace
+ Data management
+ 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.
+ Danger zone
+ Le nouveau modèle a été ajouté au type
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Turn into
+ Déplacer vers
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ Lien
+ Code
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Turn into
+ Add block
+ Texte
+ Header 1
+ Header 2
+ Header 3
+ Surligné
+ Case à cocher
+ Bulleted list
+ Liste numérotée
+ Toggle list
+ Tâche
+ Page
+ Lien vers un objet
+ Database
+ Set
+ Contact
+ Existing Tool
+ Fichier
+ Image
+ Vidéo
+ Marque-page
+ Ligne de séparation
+ Points de séparation
+ Extrait de code
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Titre moyen
+ Petit titre
+ Spotlight what needs special attention
+ Créer et suivre des tâches avec une liste de tâches
+ Liste simple
+ Liste numérotée
+ Cacher et afficher le contenu à l\'intérieur
+ Create new page inside this one
+ Link existing page with this one
+ Stocker le fichier dans l\'état original
+ Envoyer et enrichir la page avec une image
+ Charger une vidéo
+ Enregistrez votre lien favori avec un résumé
+ Capturer un extrait de code
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ Texte
+ Liste
+ Page
+ Autre
+ Tool
+ Média
+ Objets
+ Relation
+ Supprimer
+ Dupliquer
+ Mention
+ Share
+ Actions
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ Galerie
+ Kanban
+ Tableau
+ Liste
+ Annuler
+ Ignorer
+ Ajouter
+ Dupliquer
+ Customize view
+ Kanban view
+ Properties
+ Trier
+ Pas de tri ici. Vous pouvez en ajouter
+ Aucun filtre ici. Vous pouvez en ajouter
+ No related options here. You can add some
+ Filter by
+ Filtre
+ Vue
+ Properties
+ Titre
+ Texte
+ Select
+ Person
+ Email
+ Nombre
+ Multiple select
+ Date
+ File and Media
+ Case à cocher
+ URL
+ Phone
+ Add new
+ Turn into
+ Reorder
+ Fait
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Titre
+ Name Surname
+ Paragraph
+ Titre
+ Quote
+ Titre
+ Sous-titre
+ Case à cocher
+ Enter video URL
+ Importer une vidéo
+ Importer une image
+ Importer un fichier
+ Upload an audio
+ Add a web bookmark
+ Élément de liste à puces
+ Élément de liste numérotée
+ Toggle block
+ Vide
+ Coller le lien
+ Empty. Tap to create a new block
+ Sans titre
+ Set sans titre
+ Collection sans titre
+ Archived
+ Loading…
+ Chargement, veuillez patienter...
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Une erreur s’est produite, réessayez
+ Type supprimé
+ Type: Deleted
+ Gras
+ Italique
+ Strike
+ Code
+ Lien
+ Couleur
+ Arrière-plan
+ Copier
+ Cut
+ Coller
+ Style
+ Texte
+ Couleur
+ Arrière-plan
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ Supprimer
+ Move to Bin
+ Dupliquer
+ Déplacer vers
+ Style
+ Couleur
+ Arrière-plan
+ Télécharger
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Fait
+ To start, select blocks
+ Language
+ Annuler
+ Redo
+ Copier
+ Coller
+ Select
+ Rechercher
+ Relations
+ Relation
+ Télécharger
+ Vue
+ Vues
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Rechercher
+ Filtre
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Déplacer
+ Déplacer vers
+ Aperçu
+ Lien vers
+ Créer un modèle
+ Lié à
+ Supprimer le lien
+ Créer un nouvel objet
+ Créer un objet
+ Rechercher
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d page selected
+ - %d pages selected
+
+ Nouveau
+ Tout
+ Preparing…
+ Pas de connexion
+ Syncing…
+ Synchronisé
+ Not synced
+ Initialisation de la synchronisation
+ Le nœud Anytype n\'est pas connecté
+ Téléchargement ou envoi de données vers un nœud
+ Sauvegardé sur au moins un nœud
+ Failed to sync, trying again…
+ Version obsolète. Veuillez mettre à jour Anytype
+ Description
+ Titre
+ Nombre
+ Date
+ Statut
+ Fichier
+ Case à cocher
+ Url
+ Email
+ Phone
+ Emoji
+ Objet
+ Relation
+ Then
+ Saisir une valeur
+ Relations
+ Add a sort
+ Appliquer
+ Add a filter
+ Tag
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Tout sélectionner
+ Valeur
+ Vide
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Relation supprimée
+ Document\'s cover
+ Cover image view
+ Couleurs unies
+ Dégradés
+ Effacer
+ Create option \"%1$s\"
+ Relations mises en avant
+ Autres relations
+ From type %1$s
+ Ajouter une description
+ Style
+ Média
+ Objets
+ Objets
+ Relations
+ Autre
+ Actions
+ Alignement
+ Couleur
+ Arrière-plan
+ Texte
+ Commencez à écrire du texte
+ Titre
+ Titre de grande section
+ Titre
+ Commencez à écrire du texte
+ Sous-titre
+ Commencez à écrire du texte
+ Surligné
+ Small section heading
+ Encadré
+ Texte bordé avec icône
+ Case à cocher
+ Create and track task with to-do lsit
+ À puces
+ Commencez à écrire du texte
+ Liste numérotée
+ List with numbering
+ Bascule
+ Cacher et afficher le contenu à l\'intérieur
+ Gras
+ Italique
+ Barré
+ Code
+ Lien
+ Underline
+ Fichier
+ Stocker le fichier dans l\'état original
+ Image
+ Enrich your page with an image
+ Vidéo
+ Charger une vidéo
+ Marque-page
+ Enregistrez votre lien favori avec un résumé
+ Extrait de code
+ Capturer un extrait de code
+ Ligne de séparation
+ Points de séparation
+ Table des matières
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ Supprimer
+ Dupliquer
+ Copier
+ Coller
+ Lien vers un objet
+ Lien vers un objet existant
+ Déplacer
+ Déplacer vers
+ Clean style
+ Retour
+ Right
+ Center
+ Left
+ Default
+ Gray
+ Jaune
+ Ambre
+ Rouge
+ Rose
+ Violet
+ Bleu
+ Sky
+ Turquoise
+ Vert
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ Encadré
+ Surligner
+ Titre
+ Titre
+ Sous-titre
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Favoris
+ Modèle
+ Templates
+ Verrouiller
+ Déverouiller
+ Restaurer
+ Retirer des favoris
+ Delete View
+ Select tags
+ Sélectionner un statut
+ Select objects
+ Source
+ Requête
+ Sélectionner une requête
+ Objets
+ Pages Web
+ Select files
+ U
+ Saisir le texte
+ Saisir un nombre
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Ajouter en dessous
+ Back button
+ Home button
+ Search button
+ Add doc
+ Bloc non pris en charge
+ Nouvelle relation
+ Copier le lien
+ Edit link
+ Unlink
+ Choisir une mise en page
+ User settings
+ Type d\'objet par défaut
+ Basique
+ Profil
+ Tâche
+ Set
+ Collection
+ Note
+ Note
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Objet inexistant
+ Aucune donnée
+ Aucune source
+ Objet supprimé
+ Open set
+ Supprimé
+ Coller le lien ou rechercher des objets
+ Coller depuis le presse-papier
+ Create object \"%1$s\"
+ Basique
+ Disposition standard pour les toiles
+ Note
+ Conçu pour saisir rapidement les idées
+ Profil
+ Companies, contacts, friends, and family
+ Tâche
+ Action-focused layout with a checkbox
+ Vers la corbeille
+ Annuler/Rétablir
+ Dupliquer
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Large
+ @string/none
+ Description de l\'objet
+ Aperçu du contenu
+ Aucun
+ Petit
+ Moyen
+ Visible
+ Carte
+ Inline
+ Set View
+ Set intégré
+ Collection intégrée
+ Ajuster l\'image
+ Aperçu de l\'image
+ Hide icon
+ Description
+ Type de l\'objet
+ Aperçu de la mise en page
+ Inconnu
+ Erreur inconnue
+ Marque-page
+ Texte
+ Lien
+ Suivant
+ Limiter les types d\'objet
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ Type
+ Restaurer
+ Effacer
+ Couleur
+ Style
+ Reset Style
+ Insérer à gauche
+ Insérer à droite
+ Déplacer à gauche
+ Déplacer à droite
+ Insérer au-dessus
+ Insérer en-dessous
+ Copier
+ Trier
+ Monter
+ Descendre
+ Cell
+ Row
+ Column
+ Ouvrir l\'objet
+ Ouvrir la source
+ Recharger le contenu de l\'objet
+ Ouvrir le lien
+ Copier l\'email
+ Copy phone numbler
+ Envoyer un e-mail
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ Mes relations
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ Récemment ouvert
+ Bibliothèque Anytype
+ Your favorite objects
+ Sur cet appareil
+ Sets of objects from your workspace
+ Customize-view button
+ Aucun objet
+ Créer un premier objet pour continuer
+ Créer un objet
+ Aucune requête sélectionnée
+ Ajouter une requête pour agréger les objets avec les mêmes types et relations en mode live
+ Sélectionner une requête
+ Aucun objet
+ Créer un premier objet pour continuer
+ Créer un objet
+ View is not present in set or collection, please recreate object
+ Transformer le Set en Collection
+ Modifier la requête
+ Collections
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Changer le fond d\'écran
+ Changer d\'icône
+ Aléatoire
+ Choose
+ Attributes
+ Êtes-vous sûr de vouloir supprimer définitivement les fichiers ?
+ Vous ne pouvez pas annuler cette action.
+ Annuler
+ Supprimer
+ Changer le type
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Créer un objet
+ Mise en page
+ Couverture
+ Vide
+ Default for this view
+ Modifier le modèle
+ Dupliquer
+ Supprimer
+ Non pris en charge
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ Liste
+ Grille
+ Galerie
+ Kanban
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Connexion
+ Inscription
+ or type your recovery phrase
+ Login with recovery phrase
+ Scanner un QR code
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Créer
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Sauvegardez votre phrase de récupération
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Afficher et copier la phrase
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Retour
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Lien
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ Ok
+ Erreur
+ Page icon
+ Supprimer
+ Créer
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Fond d\'écran
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Lien
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Nom
+ Name for new relation
+ Nouveau
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Galerie
+ Afficher en tant que
+ Kanban
+ Grille
+ Liste
+ Enter
+ Annuler
+ Saisir le texte
+ Enter a numeric value
+ View name
+ Supprimer
+ View relations
+ Créer
+ Nouvelle vue
+ Coming soon
+ Relations
+ Modifier la vue
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ Est
+ Aujourd\'hui
+ Hier
+ Demain
+ Pas de date
+ Date exacte
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Galerie
+ Changer le type
+ Modifier l\'image de couverture
+ Supprimer
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Ajouter
+ Upload from Gallery
+ Upload from External storage
+ Mettre en ligne
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ Ok
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Set
+ Collection
+ Mise en page
+ Restore from archive
+ Icône
+ Emoji ou image
+ Couverture
+ Image d\'arrière-plan
+ Arrangement d\'objets sur une toile
+ Liste des objets liés
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Partagé
+ Cet objet n\'existe pas
+ Back to dashboard
+ Retour
+ Set not found for this type.
+ Créer
+ Create a new %1$s
+ Fermer
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Card size
+ Clear cache
+ Êtes-vous sûr ?
+ Tous les fichiers multimédias stockés dans Anytype seront supprimés de votre appareil actuel. Ils peuvent être téléchargés de nouveau à partir d\'un nœud de sauvegarde ou d\'un autre appareil.
+ New profile
+ Back up phrase
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Annuler la suppression
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ Êtes-vous certain de vouloir supprimer le compte ?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Sélectionner un modèle
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ Sélectionner le type de relation
+ Restaurer
+ Your account is deleted.
+
+ - %d object selected
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Paramètres
+ lié à
+ moved to
+ Phrase de récupération copiée
+ Types
+ Relations
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ Mes relations
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ Widget source
+ Type de widget
+ Ajouter en dessous
+ Arborescence
+ Hierarchical structure of object
+ Lien
+ Compact version of the object
+ Widget with list view of set object
+ Widget with list view of set object
+ Liste
+ Compact list
+ Changer la Source
+ Change Type
+ Supprimer le Widget
+ Vider la poubelle
+ Modifier les widgets
+ New type
+ Fait
+ Type name
+ Type settings
+ Relation settings
+ Supprimer
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Emoji
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype est votre lieu sûr pour écrire, planifier, penser et organiser tout ce qui compte pour vous.
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Créer un nouveau compte
+ Connexion
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Sauvegardez votre phrase de récupération
+ C’est un nouveau moyen d’authentification qui vous octroie la pleine propriété de votre compte et de vos données.
+ Afficher la phrase de récupération
+ Accéder à l\'application
+ Ignorer
+ Copier dans le presse-papier
+ Choisissez votre nom
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Paramètres
+ Saisissez votre phrase de récupération
+ OU
+ Entrer dans le Vide
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Accéder à l\'application
+ Exiting... please wait
+ Loading... please wait
+ Personnel
+ Créer un espace
+ Something went wrong. Please try again.
+ Type
+ Informations sur l\'espace
+ Creation date
+ Created by
+ Space ID
+ ID réseau
+ Cet espace sera supprimé définitivement. Vous ne pouvez pas annuler cette action.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ En savoir plus
+ You can find Recovery Phrase later in\nAnytype settings
+ Qu\'est-ce que la phrase de récupération ?
+ La phrase de récupération est une combinaison aléatoire de 12 mots à partir desquels votre compte est généré comme par magie sur cet appareil.
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ C\'est pourquoi il est essentiel de garder la phrase de récupération en sécurité. En tant que propriétaire unique, personne ne peut vous aider si elle est perdue.
+ How to save my Phrase?
+ La façon la plus simple de stocker votre phrase de récupération est de l’enregistrer dans votre gestionnaire de mots de passe.
+ Le moyen le plus sûr est de l\'écrire sur papier et de le garder dans un endroit sûr et sécurisé.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ Epace Personnel
+ Espace Privé
+ Inconnu
+ Start with
+ Groups
+ Objets
+ Le type %1$s a été ajoutée à votre bibliothèque\"
+ Le type %1$s a été retiré de votre bibliothèque\"
+ La relation %1$s a été ajoutée à votre bibliothèque\"
+ La relation %1$s a été supprimée de votre bibliothèque\"
+ Une erreur s\'est produite. Merci d\'essayer ultérieurement.
+ Éditer
+ Tout désélectionner
+ Sets
+ Favoris
+ Récemment modifié
+ Récemment ouvert
+ Corbeille
+ Fichiers synchronisés
+ Se connecter
+
diff --git a/localization/src/main/res/values-in-rID/strings.xml b/localization/src/main/res/values-in-rID/strings.xml
new file mode 100644
index 0000000000..ba831a39d8
--- /dev/null
+++ b/localization/src/main/res/values-in-rID/strings.xml
@@ -0,0 +1,1030 @@
+
+
+ Tentang
+ App version
+ Library
+ User ID
+
+ Profil
+ Personalisasi
+ Penampilan
+ Files storage
+ Frasa pemulihan
+ Clear file cache
+ Debug Sync Report
+ Debug
+ Akun
+ Reset account
+ Hapus akun
+ Space debug
+ Data
+ Mode
+ Logout
+ Pin code
+ Akses
+ Latar belakang
+ Tech info
+ Cahaya
+ Gelap
+ Sistem
+ U
+ Setelan
+ Sudahkah kamu mencadangkan frasa pemulihanmu?
+ Kamu membutuhkannya untuk masuk. Simpanlah dengan baik. Jika kamu kehilangan frasa ini, kamu tidak bisa mengakses akunmu.
+ Help & Community
+ What\'s new
+ Komunitas tipe apapun
+ Help & Tutorials
+ Legal
+ Terms of Use
+ Kebijakan Privasi
+ Acknowledgments
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Nama Ruang
+ Setelan
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ Untuk menghemat penyimpanan ruang pada perangkat lokal, anda dapat melepaskan semua berkas ke simpul cadangan terenkripsi kami. Berkas - berkas akan diunduh kembali saat kamu membuka mereka.
+ Mengatur berkas
+ Penyimpanan lokal
+ Melepaskan berkas
+ %1$s used
+ %1$s of %2$s used
+ Penyimpanan jarak jauh
+ Contact us
+ Dapatkan ruang tambahan
+ Account name
+ Setelan ruang
+ Data management
+ 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.
+ Danger zone
+ Templat baru ditambahkan ke tipe ini
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Turn into
+ Pindahkan ke
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ Tautan
+ Kode
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Turn into
+ Add block
+ Teks
+ Header 1
+ Header 2
+ Header 3
+ Sorotan
+ Kotak centang
+ Bulleted list
+ Daftar urut
+ Toggle list
+ Tugas
+ Page
+ Tautkan ke objek
+ Database
+ Set
+ Contact
+ Existing Tool
+ Berkas
+ Gambar
+ Video
+ Markah
+ Garis pemisah
+ Titik pemisah
+ Potongan kode
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Tajuk ukuran sedang
+ Tajuk ukuran kecil
+ Spotlight what needs special attention
+ Buat dan perhatikan tugas dengan daftar tugas
+ Daftar sederhana
+ Daftar urut
+ Teks yang bisa dibuka-tutup
+ Create new page inside this one
+ Link existing page with this one
+ Simpan berkas sebagaimana aslinya
+ Unggah dan perkaya halaman dengan gambar
+ Unggah video yang dapat diputar
+ Simpan tautan favoritmu beserta ringkasan
+ Catat potongan kode
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ Teks
+ Daftar
+ Page
+ Lainnya
+ Tool
+ Media
+ Objek
+ Relation
+ Hapus
+ Gandakan
+ Mention
+ Share
+ Tindakan
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ Galeri
+ Kanban
+ Tabel
+ Daftar
+ Batal
+ Lewati
+ Tambah
+ Gandakan
+ Customize view
+ Kanban view
+ Properties
+ Urutkan
+ Tidak ada urutan disini. Kamu dapat menambahkan beberapa
+ Tidak ada saringan disini. Kamu dapat menambahkan beberapa
+ Tidak ada pilihan hubungan disini. Kamu dapat menambahkan beberapa
+ Filter by
+ Saringan
+ Tampilan
+ Properties
+ Judul
+ Teks
+ Select
+ Person
+ Surel
+ Angka
+ Multiple select
+ Tanggal
+ File and Media
+ Kotak centang
+ URL
+ Phone
+ Add new
+ Turn into
+ Reorder
+ Selesai
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Judul
+ Name Surname
+ Paragraph
+ Judul
+ Quote
+ Tajuk 2
+ Tajuk 3
+ Kotak centang
+ Enter video URL
+ Unggah sebuah video
+ Unggah sebuah gambar
+ Unggah sebuah berkas
+ Upload an audio
+ Tambahkan sebuah penanda web
+ Daftar bertitik
+ Daftar urut
+ Balok bukaan
+ Kosong
+ Tempelkan tautan
+ Empty. Tap to create a new block
+ Nirjudul
+ Set tidak berjudul
+ Koleksi tidak berjudul
+ Archived
+ Loading…
+ Memuat, harap tunggu
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Ada yang salah, coba lagi
+ Tipe yang terhapus
+ Type: Deleted
+ Tebal
+ Miring
+ Strike
+ Kode
+ Tautan
+ Warna
+ Latar belakang
+ Salin
+ Cut
+ Tempel
+ Gaya
+ Teks
+ Warna
+ Latar belakang
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ Hapus
+ Move to Bin
+ Gandakan
+ Pindahkan ke
+ Gaya
+ Warna
+ Latar belakang
+ Unduh
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Selesai
+ To start, select blocks
+ Language
+ Urungkan
+ Redo
+ Salin
+ Tempel
+ Select
+ Telusuri
+ Relasi
+ Relation
+ Unduh
+ Tampilan
+ Tampilan
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Telusuri
+ Saringan
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Pindahkan
+ Pindahkan ke
+ Pratinjau
+ Tautkan ke
+ Buat templat
+ Ditautkan ke
+ Hapus tautan
+ Buat objek baru
+ Buat objek
+ Telusuri
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d pages selected
+
+ Baru
+ Semua
+ Preparing…
+ Tak ada koneksi
+ Syncing…
+ Tersinkron
+ Not synced
+ Memulai sinkron
+ Simpul Anytype tidak terhubung
+ Mengunduh atau mengunggah data ke simpul
+ Tercadangkan di minimal satu simpul
+ Failed to sync, trying again…
+ Versi kadaluwarsa. Silahkan memperbahrui segala tipe
+ Deskripsi
+ Judul
+ Angka
+ Tanggal
+ Status
+ Berkas
+ Kotak centang
+ Url
+ Surel
+ Phone
+ Emoji
+ Objek
+ Relation
+ Then
+ Masukkan nilai
+ Relasi
+ Add a sort
+ Terapkan
+ Add a filter
+ Label
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Pilih semua
+ Nilai
+ Kosong
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Relasi terhapus
+ Document\'s cover
+ Cover image view
+ Warna tunggal
+ Gradien
+ Bersihkan
+ Create option \"%1$s\"
+ Hubungan yang penting
+ Hubungan lain
+ From type %1$s
+ Tambahkan deskripsi
+ Gaya
+ Media
+ Objek
+ Objek
+ Relasi
+ Lainnya
+ Tindakan
+ Perataan
+ Warna
+ Latar belakang
+ Teks
+ Mulailah dengan menulis teks
+ Judul
+ Tajuk ukuran besar
+ Tajuk 2
+ Mulailah dengan menulis teks
+ Tajuk 3
+ Mulailah dengan menulis teks
+ Sorotan
+ Small section heading
+ Berbingkai
+ Teks dengan bingkai dan ikon
+ Kotak centang
+ Create and track task with to-do lsit
+ Daftar bertitik
+ Mulailah dengan menulis teks
+ Daftar urut
+ List with numbering
+ Bukaan
+ Teks yang bisa dibuka-tutup
+ Tebal
+ Miring
+ Coret
+ Kode
+ Tautan
+ Underline
+ Berkas
+ Simpan berkas sebagaimana aslinya
+ Gambar
+ Enrich your page with an image
+ Video
+ Unggah video yang dapat diputar
+ Markah
+ Simpan tautan favoritmu beserta ringkasan
+ Potongan kode
+ Catat potongan kode
+ Garis pemisah
+ Titik pemisah
+ Daftar isi
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ Hapus
+ Gandakan
+ Salin
+ Tempel
+ Tautkan ke objek
+ Tautkan ke objek yang telah ada
+ Pindahkan
+ Pindahkan ke
+ Clean style
+ Kembali
+ Right
+ Center
+ Left
+ Default
+ Gray
+ Kuning
+ Jingga
+ Merah
+ Merah muda
+ Ungu
+ Biru
+ Langit
+ Biru-hijau
+ Hijau
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ Berbingkai
+ Menyorot
+ Judul
+ Tajuk 2
+ Tajuk 3
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Favorit
+ Templat
+ Templates
+ Kunci
+ Buka kunci
+ Pulihkan
+ Batal favorit
+ Delete View
+ Select tags
+ Pilih status
+ Select objects
+ Source
+ Pertanyaan
+ Pilih kueri
+ Objek
+ Halaman web
+ Select files
+ U
+ Masukkan teks
+ Masukkan angka
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Tambah di bawah
+ Back button
+ Home button
+ Search button
+ Add doc
+ Balok tak didukung
+ Relasi baru
+ Salin tautan
+ Edit link
+ Unlink
+ Pilih jenis tata letak
+ User settings
+ Tipe objek bawaan
+ Dasar
+ Profil
+ Tugas
+ Set
+ Koleksi
+ Catatan
+ Catatan
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Objek tidak ada
+ Tidak ada data
+ Tidak ada sumber
+ Objek terhapus
+ Open set
+ Terhapus
+ Tempelkan tautan atau telusuri objek
+ Tempel dari papan kerani
+ Create object \"%1$s\"
+ Dasar
+ Tata letak standar untuk blok kanvas
+ Catatan
+ Didesain untuk menangkap pemikiran dengan cepat
+ Profil
+ Companies, contacts, friends, and family
+ Tugas
+ Tata letak berfokus pada aksi dengan sebuah centang
+ Ke Bak Sampah
+ Batalkan/Ulangi
+ Gandakan
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Besar
+ @string/none
+ Deskripsi objek
+ Pratinjau konten
+ Tidak ada
+ Kecil
+ Sedang
+ Visible
+ Kartu
+ Inline
+ Set View
+ Set dalam baris
+ Koleksi dalam baris
+ Paskan gambar
+ Pratinjau gambar
+ Hide icon
+ Deskripsi
+ Tipe objek
+ Pratinjau tata letak
+ Tidak diketahui
+ Kesalahan tak dikenal
+ Markah
+ Teks
+ Tautan
+ Lanjut
+ Batasi tipe objek
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ Tipe
+ Pulihkan
+ Bersihkan
+ Warna
+ Gaya
+ Reset Style
+ Sisip kiri
+ Menyisipkan di kanan
+ Pindah ke kiri
+ Pindah ke kanan
+ Sisip di atas
+ Sisip di bawah
+ Salin
+ Urutkan
+ Pindah ke atas
+ Pindah ke bawah
+ Cell
+ Row
+ Column
+ Buka objek
+ Buka sumber
+ Muat ulang konten objek
+ Buka tautan
+ Salin email
+ Salin nomor telepon
+ Kirim email
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ Relasiku
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ Baru saja dibuka
+ Pustaka Anytype
+ Your favorite objects
+ Di perangkat ini
+ Sets of objects from your workspace
+ Customize-view button
+ Tidak ada objek
+ Buatlah objek pertama dulu
+ Buat objek
+ Tidak ada queri terpilih
+ Tambahkan pencarian kueri untuk mengumpulkan objek dengan tipe dan relasi yang sama dalam mode langsung
+ Pilih kueri
+ Tidak ada objek
+ Buatlah objek pertama dulu
+ Buat objek
+ View is not present in set or collection, please recreate object
+ Ubah Set menjadi Koleksi
+ Ubah kueri
+ Koleksi
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Ubah latar belakang
+ Ubah ikon
+ Acak
+ Choose
+ Attributes
+ Apakah kamu yakin ingin menghapus berkas secara permanen?
+ Kamu tidak bisa membatalkan tindakan ini
+ Batal
+ Hapus
+ Ubah tipe
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Buat objek
+ Tata letak
+ Sampul
+ Kosong
+ Default for this view
+ Sunting templat
+ Gandakan
+ Hapus
+ Tidak didukung
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ Daftar
+ Tabel
+ Galeri
+ Kanban
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Masuk
+ Daftar
+ or type your recovery phrase
+ Login with recovery phrase
+ Pindai kode QR
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Buat
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Cadangkan untuk tahap pemulihan
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Tampilkan dan salin frasa
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Kembali
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Tautan
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ Oke
+ Galat
+ Page icon
+ Hapus
+ Buat
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Latar belakang
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Tautan
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Nama
+ Name for new relation
+ Baru
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Galeri
+ Tampilkan sebagai
+ Kanban
+ Tabel
+ Daftar
+ Enter
+ Batal
+ Masukkan teks
+ Enter a numeric value
+ View name
+ Hapus
+ View relations
+ Buat
+ Tampilan baru
+ Coming soon
+ Relasi
+ Sunting tampilan
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ Adalah
+ Hari ini
+ Kemarin
+ Besok
+ Tidak ada tanggal
+ Hari yang pasti
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Galeri
+ Ubah tipe
+ Ubah sampul
+ Hapus
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Tambah
+ Upload from Gallery
+ Upload from External storage
+ Unggah
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ Oke
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Set
+ Koleksi
+ Tata letak
+ Restore from archive
+ Ikon
+ Emoji atau gambar untuk objek
+ Sampul
+ Gambar latar belakang
+ Susunan balok dalam kanvas
+ Daftar dari objek yang berelasi
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Berbagi
+ Objek ini tidak ada
+ Back to dashboard
+ Kembali
+ Set not found for this type.
+ Buat
+ Create a new %1$s
+ Tutup
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Ukuran kartu
+ Clear cache
+ Apakah kamu yakin?
+ Semua berkas media yang tersimpan di Anytype akan dihapus dari perangkatmu saat ini. Berkas - berkas ini dapat di unduh kembali dari sebuah simpul cadangan atau perangkat yang lain.
+ New profile
+ Tahap cadangkan
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Batalkan penghapusan
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ Kamu yakin ingin menghapus akun?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Pilih templat
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ Pilih jenis relasi
+ Pulihkan
+ Your account is deleted.
+
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Setelan
+ ditautkan pada
+ moved to
+ Frasa pemulihan disalin
+ Types
+ Relasi
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ Relasiku
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ Sumber widget
+ Jenis widget
+ Tambah di bawah
+ Pohon
+ Hierarchical structure of object
+ Tautan
+ Compact version of the object
+ Widget dengan daftar tampilan dari daftar objek
+ Widget dengan daftar tampilan dari daftar objek
+ Daftar
+ Compact list
+ Ubah sumber
+ Change Type
+ Hapus widget
+ Tempat sampah kosong
+ Sunting widget
+ New type
+ Selesai
+ Type name
+ Type settings
+ Relation settings
+ Hapus
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Emoji
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype adalah tempat aman bagimu untuk menulis, berpikir, merencanakan, dan mengorganisasikan apa pun yang penting bagimu.
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Buat Akun Baru
+ Masuk
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Simpan Frasa Pemulihanmu
+ Ini adalah cara autentikasi baru yang memberimu kepemilikan penuh atas akun dan datamu.
+ Tampilkan Frasa Pemulihan
+ Ke aplikasi
+ Lewati
+ Salin ke papan klip
+ Pilih namamu
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Setelan
+ Masukkan frasa pemulihanmu
+ ATAU
+ Memasuki Void
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Ke aplikasi
+ Exiting... please wait
+ Loading... please wait
+ Pribadi
+ Buat ruang
+ Something went wrong. Please try again.
+ Tipe
+ Info ruang
+ Creation date
+ Created by
+ Space ID
+ ID Jaringan
+ Ruang ini akan dihapus secara permanen. Kamu tidak bisa membatalkan tindakan ini.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ Baca selengkapnya
+ You can find Recovery Phrase later in\nAnytype settings
+ Apa itu Frasa Pemulihan?
+ Frasa Pemulihan adalah kombinasi 12 kata acak yang membuat akunmu di perangkat ini.
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ Itulah mengapa menjaga Frasa Pemulihan sangatlah penting. Karena kamu satu-satunya pemilik frasa ini, tidak ada yang bisa membantumu jika frasa ini hilang.
+ How to save my Phrase?
+ Cara paling mudah untuk menyimpan Frasa Pemulihan adalah dengan meyimpannya di manajer kata sandi.
+ Sedangkan, cara yang paling aman adalah dengan menuliskannya pada secarik kertas dan menyimpan kertas itu di tempat yang aman.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ Pribadi
+ Pribadi
+ Tidak diketahui
+ Start with
+ Groups
+ Objek
+
diff --git a/localization/src/main/res/values-it-rIT/strings.xml b/localization/src/main/res/values-it-rIT/strings.xml
new file mode 100644
index 0000000000..a212d8a4f5
--- /dev/null
+++ b/localization/src/main/res/values-it-rIT/strings.xml
@@ -0,0 +1,1032 @@
+
+
+ Informazioni
+ App version
+ Library
+ User ID
+
+ Profilo
+ Personalizzazione
+ Aspetto
+ Files storage
+ Frase di recupero
+ Clear file cache
+ Debug Sync Report
+ Debug
+ Account
+ Reset account
+ Elimina account
+ Space debug
+ Data
+ Modalità
+ Logout
+ Pin code
+ Accesso
+ Wallpaper
+ Tech info
+ Chiaro
+ Scuro
+ Sistema
+ U
+ Impostazioni
+ Hai effettuato il backup della tua frase di recupero?
+ Ne avrai bisogno per accedere. Conservala in un luogo sicuro. In caso di smarrimento, perderai l\'accesso al tuo account.
+ Help & Community
+ What\'s new
+ Community di Anytype
+ Help & Tutorials
+ Info legali
+ Terms of Use
+ Informativa sulla Privacy
+ Acknowledgments
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Nome dello Spazio
+ Impostazioni
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ In order to save space on your local device, you can offload all your files to our encrypted backup node. The files will be loaded back when you open them.
+ Gestione file
+ Archiviazione locale
+ Offload files
+ %1$s used
+ %1$s of %2$s used
+ Archiviazione remota
+ Contact us
+ Ottieni più spazio
+ Account name
+ Impostazioni dello Spazio
+ Data management
+ 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.
+ Danger zone
+ Nuovo modello è stato aggiunto al tipo
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Turn into
+ Sposta in
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ Collegamento
+ Codice
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Turn into
+ Add block
+ Testo
+ Header 1
+ Header 2
+ Header 3
+ Evidenziato
+ Casella di scelta
+ Bulleted list
+ Elenco numerato
+ Toggle list
+ Attività
+ Page
+ Collega a oggetto
+ Database
+ Insieme
+ Contact
+ Existing Tool
+ File
+ Immagine
+ Video
+ Segnalibro
+ Linea divisoria
+ Divisore a puntini
+ Frammento di codice
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Titolo medio
+ Titolo piccolo
+ Spotlight what needs special attention
+ Crea e traccia le attività con un elenco di cose da fare
+ Lista semplice
+ Elenco numerato
+ Nascondere e mostrare il contenuto
+ Create new page inside this one
+ Link existing page with this one
+ Salva file nello stato originale
+ Carica e arricchisci la pagina con immagine
+ Carica un video riproducibile
+ Salva il tuo link preferito con il riepilogo
+ Cattura snippet di codice
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ Testo
+ Lista
+ Page
+ Altro
+ Tool
+ Multimedia
+ Oggetti
+ Relation
+ Elimina
+ Duplica
+ Mention
+ Share
+ Azioni
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ Galleria
+ Kanban
+ Tabella
+ Lista
+ Annulla
+ Salta
+ Aggiungi
+ Duplica
+ Customize view
+ Kanban view
+ Properties
+ Ordina
+ Nessun ordinamento qui. Puoi aggiungerne alcuni
+ Nessun filtro qui. Puoi aggiungerne alcuni
+ Nessuna opzione correlata qui. Puoi aggiungerne alcune
+ Filter by
+ Filtro
+ Vista
+ Properties
+ Titolo
+ Testo
+ Select
+ Person
+ Email
+ Numero
+ Multiple select
+ Data
+ File and Media
+ Casella di scelta
+ URL
+ Phone
+ Add new
+ Turn into
+ Reorder
+ Fatto
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Titolo
+ Name Surname
+ Paragraph
+ Titolo
+ Quote
+ Titolo
+ Sottotitolo
+ Casella di scelta
+ Enter video URL
+ Upload a video
+ Upload a picture
+ Upload a file
+ Upload an audio
+ Add a web bookmark
+ Elemento di elenco puntato
+ Elemento di elenco numerato
+ Blocco espandibile
+ Vuoto
+ Incolla link
+ Empty. Tap to create a new block
+ Senza titolo
+ Untitled set
+ Untitled collection
+ Archived
+ Loading…
+ Loading, please wait
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Something went wrong, try again
+ Tipo eliminato
+ Type: Deleted
+ Grassetto
+ Corsivo
+ Strike
+ Codice
+ Collegamento
+ Colore
+ Sfondo
+ Copia
+ Cut
+ Incolla
+ Stile
+ Testo
+ Colore
+ Sfondo
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ Elimina
+ Move to Bin
+ Duplica
+ Sposta in
+ Stile
+ Colore
+ Sfondo
+ Scarica
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Fatto
+ To start, select blocks
+ Language
+ Annulla
+ Redo
+ Copia
+ Incolla
+ Select
+ Cerca
+ Relazioni
+ Relation
+ Scarica
+ Vista
+ Viste
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Cerca
+ Filtro
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Sposta
+ Sposta in
+ Anteprima
+ Collega a
+ Crea modello
+ Collegato a
+ Rimuovi collegamento
+ Crea un nuovo oggetto
+ Crea oggetto
+ Cerca
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d page selected
+ - %d pages selected
+
+ Nuovo
+ Tutto
+ Preparing…
+ Nessuna connessione
+ Syncing…
+ Sincronizzato
+ Not synced
+ Inizializzazione sincronizzazione
+ Nodo di Anytype non connesso
+ Scaricamento o caricamento dati su qualche nodo
+ Salvato su almeno un nodo
+ Failed to sync, trying again…
+ Versione obsoleta. Si prega di aggiornare Anytype
+ Descrizione
+ Titolo
+ Numero
+ Data
+ Stato
+ File
+ Casella di scelta
+ Url
+ Email
+ Phone
+ Emoji
+ Oggetto
+ Relation
+ Then
+ Inserisci valore
+ Relazioni
+ Add a sort
+ Applica
+ Add a filter
+ Etichetta
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Seleziona tutto
+ Valore
+ Vuoto
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Relazione eliminata
+ Document\'s cover
+ Cover image view
+ Colori a tinta unita
+ Gradienti
+ Cancella
+ Create option \"%1$s\"
+ Relazioni in evidenza
+ Altre relazioni
+ From type %1$s
+ Aggiungi una descrizione
+ Stile
+ Multimedia
+ Oggetti
+ Oggetti
+ Relazioni
+ Altro
+ Azioni
+ Allineamento
+ Colore
+ Sfondo
+ Testo
+ Inizia a scrivere con un testo semplice
+ Titolo
+ Sezione titolo grande
+ Titolo
+ Inizia a scrivere con un testo semplice
+ Sottotitolo
+ Inizia a scrivere con un testo semplice
+ Evidenziato
+ Small section heading
+ Richiamo
+ Testo bordato con icona
+ Casella di scelta
+ Create and track task with to-do lsit
+ Elenco puntato
+ Inizia a scrivere con un testo semplice
+ Elenco numerato
+ List with numbering
+ Attiva/Disattiva
+ Nascondere e mostrare il contenuto
+ Grassetto
+ Corsivo
+ Barrato
+ Codice
+ Collegamento
+ Underline
+ File
+ Salva file nello stato originale
+ Immagine
+ Enrich your page with an image
+ Video
+ Carica un video riproducibile
+ Segnalibro
+ Salva il tuo link preferito con il riepilogo
+ Frammento di codice
+ Cattura snippet di codice
+ Linea divisoria
+ Divisore a puntini
+ Sommario
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ Elimina
+ Duplica
+ Copia
+ Incolla
+ Collega a oggetto
+ Collega a un oggetto esistente
+ Sposta
+ Sposta in
+ Clean style
+ Indietro
+ Right
+ Center
+ Left
+ Default
+ Gray
+ Giallo
+ Ambra
+ Rosso
+ Rosa
+ Viola
+ Blu
+ Azzurro
+ Ottanio
+ Verde
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ Richiamo
+ Evidenzia
+ Titolo
+ Titolo
+ Sottotitolo
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Preferito
+ Modello
+ Templates
+ Blocca
+ Sblocca
+ Ripristina
+ Rimuovi da Preferiti
+ Delete View
+ Select tags
+ Seleziona stato
+ Select objects
+ Source
+ Query
+ Seleziona query
+ Oggetti
+ Pagine Web
+ Select files
+ U
+ Inserisci testo
+ Inserisci numero
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Aggiungi sotto
+ Back button
+ Home button
+ Search button
+ Add doc
+ Blocco non supportato
+ Nuova relazione
+ Copia collegamento
+ Edit link
+ Unlink
+ Scegli il tipo di layout
+ User settings
+ Tipo di oggetto predefinito
+ Base
+ Profilo
+ Attività
+ Insieme
+ Collezione
+ Nota
+ Nota
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Oggetto inesistente
+ No data
+ No source
+ Oggetto eliminato
+ Open set
+ Eliminato
+ Incolla collegamento o cerca oggetti
+ Incolla dagli appunti
+ Create object \"%1$s\"
+ Base
+ Standard layout for canvas blocks
+ Nota
+ Progettato per catturare rapidamente i pensieri
+ Profilo
+ Companies, contacts, friends, and family
+ Attività
+ Action-focused layout with a checkbox
+ Nel Cestino
+ Annulla/Ripristina
+ Duplica
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Grande
+ @string/none
+ Descrizione dell\'oggetto
+ Anteprima del Contenuto
+ Nessuno
+ Piccolo
+ Medio
+ Visible
+ Scheda
+ Inline
+ Set View
+ Inline set
+ Inline collection
+ Adatta immagine
+ Anteprima immagine
+ Hide icon
+ Descrizione
+ Tipo di oggetto
+ Anteprima di layout
+ Sconosciuto
+ Errore sconosciuto
+ Segnalibro
+ Testo
+ Collegamento
+ Avanti
+ Limita tipi di oggetto
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ Tipo
+ Ripristina
+ Cancella
+ Colore
+ Stile
+ Reset Style
+ Inserisci a sinistra
+ Inserisci a destra
+ Sposta a sinistra
+ Sposta a destra
+ Inserisci sopra
+ Insert below
+ Copia
+ Ordina
+ Move up
+ Move down
+ Cell
+ Row
+ Column
+ Apri oggetto
+ Apri fonte
+ Reload object content
+ Open link
+ Copy email
+ Copia numero di telefono
+ Send email
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ Le mie relazioni
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ Aperti di recente
+ Libreria di Anytype
+ Your favorite objects
+ Su questo dispositivo
+ Sets of objects from your workspace
+ Customize-view button
+ Nessun oggetto
+ Crea il primo oggetto per continuare
+ Crea oggetto
+ Nessuna query selezionata
+ Add search query to aggregate objects with equal types and relations in a live mode
+ Seleziona query
+ Nessun oggetto
+ Crea il primo oggetto per continuare
+ Crea oggetto
+ View is not present in set or collection, please recreate object
+ Trasforma Insieme in Collezione
+ Cambia query
+ Collezioni
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Cambia sfondo
+ Cambia icona
+ Casuale
+ Choose
+ Attributes
+ Are you sure you want to permanently delete the files?
+ You can’t undo this action.
+ Annulla
+ Elimina
+ Cambia tipo
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Crea oggetto
+ Disposizione
+ Copertina
+ Vuoto
+ Default for this view
+ Modifica modello
+ Duplica
+ Elimina
+ Unsupported
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ Lista
+ Griglia
+ Galleria
+ Kanban
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Accedi
+ Registrati
+ or type your recovery phrase
+ Login with recovery phrase
+ Scansiona codice QR
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Crea
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Esegui il backup della tua frase di recupero
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Mostra e copia frase
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Indietro
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Collegamento
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ Ok
+ Errore
+ Page icon
+ Rimuovi
+ Crea
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Wallpaper
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Collegamento
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Nome
+ Name for new relation
+ Nuovo
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Galleria
+ View as
+ Kanban
+ Griglia
+ Lista
+ Enter
+ Annulla
+ Inserisci testo
+ Enter a numeric value
+ View name
+ Elimina
+ View relations
+ Crea
+ New view
+ Coming soon
+ Relazioni
+ Edit view
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ È
+ Oggi
+ Ieri
+ Domani
+ Nessuna data
+ Giorno esatto
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Galleria
+ Cambia tipo
+ Modifica copertina
+ Rimuovi
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Aggiungi
+ Upload from Gallery
+ Upload from External storage
+ Carica
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ Ok
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Insieme
+ Collezione
+ Disposizione
+ Restore from archive
+ Icona
+ Emoji o immagine per l\'oggetto
+ Copertina
+ Immagine di sfondo
+ Disposizione degli oggetti su una tela
+ Elenco degli oggetti correlati
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Condiviso
+ Questo oggetto non esiste
+ Back to dashboard
+ Indietro
+ Set not found for this type.
+ Crea
+ Create a new %1$s
+ Chiudi
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Dimensione della Card
+ Clear cache
+ Are you sure?
+ All media files stored in Anytype will be deleted from your current device. They can be downloaded again from a backup node or another device.
+ New profile
+ Frase di backup
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Annulla eliminazione
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ Sei sicuro di voler eliminare l\'account?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Seleziona modello
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ Selezione il tipo della Relazione
+ Ripristina
+ Your account is deleted.
+
+ - %d object selected
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Impostazioni
+ linked to
+ moved to
+ Frase di recupero copiata
+ Types
+ Relazioni
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ Le mie relazioni
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ Widget source
+ Widget type
+ Add Below
+ Tree
+ Hierarchical structure of object
+ Collegamento
+ Compact version of the object
+ Widget with list view of set object
+ Widget with list view of set object
+ Lista
+ Compact list
+ Change Source
+ Change Type
+ Remove Widget
+ Empty Bin
+ Edit Widgets
+ New type
+ Fatto
+ Type name
+ Type settings
+ Relation settings
+ Rimuovi
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Emoji
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype è il tuo spazio sicuro per scrivere, pianificare, pensare e organizzare tutto ciò che conta per te.
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Crea Nuovo Account
+ Accedi
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Salva la tua Frase di Recupero
+ È un metodo di autenticazione innovativo che ti garantisce la totale proprietà del tuo account e dei tuoi dati.
+ Mostra Frase di Recupero
+ Vai all\'app
+ Salta
+ Copia negli appunti
+ Scegli il tuo nome
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Impostazioni
+ Digita la frase di recupero
+ O
+ Entering the Void
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Vai all\'app
+ Exiting... please wait
+ Loading... please wait
+ Personale
+ Crea uno spazio
+ Something went wrong. Please try again.
+ Tipo
+ Informazioni sullo Spazio
+ Creation date
+ Created by
+ Space ID
+ ID della rete
+ Questo spazio verrà eliminato irrevocabilmente. Non è possibile annullare questa azione.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ Leggi altro
+ You can find Recovery Phrase later in\nAnytype settings
+ Che cos’è la Frase di Recupero?
+ La Frase di Recupero è una combinazione casuale di 12 parole da cui il tuo account viene magicamente generato su questo dispositivo
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ Ecco perché è essenziale mantenere la Frase di Recupero al sicuro. Come unico proprietario, nessuno può aiutarti se la perdi.
+ How to save my Phrase?
+ Il modo più semplice per memorizzare la tua Frase di Recupero è quello di salvarla nel tuo gestore di password.
+ Il modo più sicuro è scriverlo su carta e tenerlo offline, in un luogo sicuro.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ Personale
+ Privato
+ Sconosciuto
+ Start with
+ Groups
+ Oggetti
+
diff --git a/localization/src/main/res/values-no-rNO/strings.xml b/localization/src/main/res/values-no-rNO/strings.xml
new file mode 100644
index 0000000000..d0fa088281
--- /dev/null
+++ b/localization/src/main/res/values-no-rNO/strings.xml
@@ -0,0 +1,1032 @@
+
+
+ Om
+ App version
+ Library
+ User ID
+
+ Profil
+ Personlig tilpasning
+ Utseende
+ Files storage
+ Gjenopprettingsfrase
+ Clear file cache
+ Debug Sync Report
+ Debug
+ Konto
+ Reset account
+ Slett konto
+ Space debug
+ Data
+ Modus
+ Logout
+ Pin code
+ Tilgang
+ Bakgrunnsbilde
+ Tech info
+ Lys
+ Mørk
+ System
+ U
+ Innstillinger
+ Har du lagret din gjenopprettingsfrase?
+ Du trenger den for å logge inn. Behold den på et trygt sted. Hvis du mister den, får du ikke lenger tilgang til kontoen din.
+ Help & Community
+ What\'s new
+ Anytype Community
+ Help & Tutorials
+ Juridisk
+ Terms of Use
+ Personvernerklæring
+ Acknowledgments
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Romnavn
+ Innstillinger
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ For å spare plass på den lokale enheten din, kan du slette alle lokale filer og beholde dem på vår krypterte sikkerhetskopi-node. Filene vil bli lastet ned igjen når du åpner dem.
+ Administrer filer
+ Lokal lagring
+ Slett lokale filer
+ %1$s used
+ %1$s of %2$s used
+ Fjernlagring
+ Contact us
+ Få mer plass
+ Account name
+ Rominnstillinger
+ Data management
+ 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.
+ Danger zone
+ Ny mal ble lagt til typen
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Turn into
+ Flytt til
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ Lenke
+ Kode
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Turn into
+ Add block
+ Tekst
+ Header 1
+ Header 2
+ Header 3
+ Uthevet
+ Avkrysningsboks
+ Bulleted list
+ Nummerert liste
+ Toggle list
+ Oppgave
+ Page
+ Lenke til objekt
+ Database
+ Sett
+ Contact
+ Existing Tool
+ Fil
+ Bilde
+ Video
+ Bokmerke
+ Linjeskiller
+ Prikkelinje
+ Kodesnutt
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Mellomstor overskrift
+ Liten overskrift
+ Spotlight what needs special attention
+ Opprett og følg oppgave med gjøremålsliste
+ Enkel liste
+ Nummerert liste
+ Skjul og vis innhold inni
+ Create new page inside this one
+ Link existing page with this one
+ Lagre fil i original tilstand
+ Last opp og berik siden med bilde
+ Last opp spillbar video
+ Lagre din favorittlenke med sammendrag
+ Formatere kodeutdrag
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ Tekst
+ Liste
+ Page
+ Annet
+ Tool
+ Media
+ Objekter
+ Relation
+ Slett
+ Dupliser
+ Mention
+ Share
+ Handlinger
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ Galleri
+ Kanban
+ Tabell
+ Liste
+ Avbryt
+ Hopp over
+ Legg til
+ Dupliser
+ Customize view
+ Kanban view
+ Properties
+ Sorter
+ Ingen sorteringer her. Du kan legge til noen
+ Ingen filtre her. Du kan legge til noen
+ Ingen relaterte valg her. Du kan legge til noen
+ Filter by
+ Filter
+ Visning
+ Properties
+ Tittel
+ Tekst
+ Select
+ Person
+ E-post
+ Tall
+ Multiple select
+ Dato
+ File and Media
+ Avkrysningsboks
+ URL
+ Phone
+ Add new
+ Turn into
+ Reorder
+ Ferdig
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Tittel
+ Name Surname
+ Paragraph
+ Tittel
+ Quote
+ Overskrift
+ Underoverskrift
+ Avkrysningsboks
+ Enter video URL
+ Last opp en video
+ Last opp et bilde
+ Last opp en fil
+ Upload an audio
+ Legg til bokmerke
+ Punktliste-element
+ Nummerert liste-element
+ Ekspanderbar blokk
+ Tom
+ Lim inn lenke
+ Empty. Tap to create a new block
+ Uten tittel
+ Navnløst sett
+ Navnløs samling
+ Archived
+ Loading…
+ Laster inn, vennligst vent
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Noe gikk galt, vennligst prøv på nytt
+ Slettet type
+ Type: Deleted
+ Fet
+ Kursiv
+ Strike
+ Kode
+ Lenke
+ Farge
+ Bakgrunn
+ Kopier
+ Cut
+ Lim inn
+ Stil
+ Tekst
+ Farge
+ Bakgrunn
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ Slett
+ Move to Bin
+ Dupliser
+ Flytt til
+ Stil
+ Farge
+ Bakgrunn
+ Last ned
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Ferdig
+ To start, select blocks
+ Language
+ Angre
+ Redo
+ Kopier
+ Lim inn
+ Select
+ Søk
+ Relasjoner
+ Relation
+ Last ned
+ Visning
+ Visninger
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Søk
+ Filter
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Flytt
+ Flytt til
+ Forhåndsvisning
+ Koble til
+ Lag mal
+ Koblet til
+ Fjern lenke
+ Opprett nytt objekt
+ Opprett objekt
+ Søk
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d page selected
+ - %d pages selected
+
+ Ny
+ Alle
+ Preparing…
+ Ingen tilkobling
+ Syncing…
+ Synkronisert
+ Not synced
+ Initialiserer synkronisering
+ Anytype-noden er ikke tilkoblet
+ Laster ned eller laster opp data til en node
+ Sikkerhetskopiert på minst én node
+ Failed to sync, trying again…
+ Versjonen er utdatert. Vennligst oppdater Anytype
+ Beskrivelse
+ Tittel
+ Tall
+ Dato
+ Status
+ Fil
+ Avkrysningsboks
+ Url
+ E-post
+ Phone
+ Emoji
+ Objekt
+ Relation
+ Then
+ Skriv inn verdi
+ Relasjoner
+ Add a sort
+ Bruk
+ Add a filter
+ Tag
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Velg alle
+ Verdi
+ Tom
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Slettet relasjon
+ Document\'s cover
+ Cover image view
+ Heldekkende farger
+ Graderinger
+ Tøm
+ Create option \"%1$s\"
+ Utvalgte relasjoner
+ Andre relasjoner
+ From type %1$s
+ Legg til en beskrivelse
+ Stil
+ Media
+ Objekter
+ Objekter
+ Relasjoner
+ Annet
+ Handlinger
+ Justering
+ Farge
+ Bakgrunn
+ Tekst
+ Start bare å skrive med ren tekst
+ Tittel
+ Stor seksjonsoverskrift
+ Overskrift
+ Start bare å skrive med ren tekst
+ Underoverskrift
+ Start bare å skrive med ren tekst
+ Uthevet
+ Small section heading
+ Utrop
+ Innrammet tekst med ikon
+ Avkrysningsboks
+ Create and track task with to-do lsit
+ Kulepunkt
+ Start bare å skrive med ren tekst
+ Nummerert liste
+ List with numbering
+ Ekspanderbar
+ Skjul og vis innhold inni
+ Fet
+ Kursiv
+ Gjennomstreking
+ Kode
+ Lenke
+ Underline
+ Fil
+ Lagre fil i original tilstand
+ Bilde
+ Enrich your page with an image
+ Video
+ Last opp spillbar video
+ Bokmerke
+ Lagre din favorittlenke med sammendrag
+ Kodesnutt
+ Formatere kodeutdrag
+ Linjeskiller
+ Prikkelinje
+ Innholdsfortegnelse
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ Slett
+ Dupliser
+ Kopier
+ Lim inn
+ Lenke til objekt
+ Lenke til eksisterende objekt
+ Flytt
+ Flytt til
+ Clean style
+ Tilbake
+ Right
+ Center
+ Left
+ Default
+ Gray
+ Gul
+ Amber
+ Rød
+ Rosa
+ Lilla
+ Blå
+ Himmelblå
+ Turkis
+ Grønn
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ Utrop
+ Uthev
+ Tittel
+ Overskrift
+ Underoverskrift
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Favoritt
+ Mal
+ Templates
+ Lås
+ Lås opp
+ Gjenopprett
+ Fjern fra favoritter
+ Delete View
+ Select tags
+ Velg status
+ Select objects
+ Source
+ Spørring
+ Velg spørring
+ Objekter
+ Nettsider
+ Select files
+ U
+ Skriv inn tekst
+ Skriv inn tall
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Legg til under
+ Back button
+ Home button
+ Search button
+ Add doc
+ Blokk støttet ikke
+ Ny relasjon
+ Kopier lenke
+ Edit link
+ Unlink
+ Velg oppsett
+ User settings
+ Standard objekttype
+ Grunnleggende
+ Profil
+ Oppgave
+ Sett
+ Samling
+ Notat
+ Notat
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Ikke-eksisterende objekt
+ Ingen data
+ Ingen kilde
+ Slettet objekt
+ Open set
+ Slettet
+ Lim inn kobling eller søk i objekter
+ Lim inn fra utklippstavle
+ Create object \"%1$s\"
+ Grunnleggende
+ Standardoppsett for lerretblokker
+ Notat
+ Utformet for å raskt notere tanker
+ Profil
+ Companies, contacts, friends, and family
+ Oppgave
+ Handlingsfokusert oppsett med avkrysningsboks
+ Til papirkurv
+ Angre/Omgjør
+ Dupliser
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Stor
+ @string/none
+ Beskrivelse av objektet
+ Forhåndsvisning av innhold
+ Ingen
+ Liten
+ Medium
+ Visible
+ Kort
+ Inline
+ Set View
+ Innfelt sett
+ Innfelt samling
+ Tilpass bilde
+ Forhåndsvisning av bilde
+ Hide icon
+ Beskrivelse
+ Objekttype
+ Forhåndsvis oppsett
+ Ukjent
+ Ukjent feil
+ Bokmerke
+ Tekst
+ Lenke
+ Neste
+ Begrens objekttyper
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ Type
+ Gjenopprett
+ Tøm
+ Farge
+ Stil
+ Reset Style
+ Sett inn til venstre
+ Sett inn til høyre
+ Flytt til venstre
+ Flytt til høyre
+ Sett inn over
+ Sett inn under
+ Kopier
+ Sorter
+ Flytt opp
+ Flytt ned
+ Cell
+ Row
+ Column
+ Åpne objekt
+ Åpne kilde
+ Last objektinnhold på nytt
+ Åpne lenke
+ Kopier e-post
+ Kopier telefonnummer
+ Send e-post
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ Mine relasjoner
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ Nylig åpnet
+ Anytype bibliotek
+ Your favorite objects
+ På denne enheten
+ Sets of objects from your workspace
+ Customize-view button
+ Ingen objekter
+ Opprett det første objektet for å fortsette
+ Opprett objekt
+ Ingen spørring valgt
+ Legg til søk etter objekter med samme typer og relasjoner i en live-modus
+ Velg spørring
+ Ingen objekter
+ Opprett det første objektet for å fortsette
+ Opprett objekt
+ View is not present in set or collection, please recreate object
+ Gjør sett til samling
+ Endre spørring
+ Samlinger
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Endre bakgrunnsbilde
+ Endre ikon
+ Tilfeldig
+ Choose
+ Attributes
+ Er du sikker på at du vil slette denne filene permanent?
+ Du kan ikke angre denne handlingen.
+ Avbryt
+ Slett
+ Endre type
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Opprett objekt
+ Oppsett
+ Omslag
+ Tom
+ Default for this view
+ Rediger mal
+ Dupliser
+ Slett
+ Ikke støttet
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ Liste
+ Rutenett
+ Galleri
+ Kanban
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Logg inn
+ Registrer deg
+ or type your recovery phrase
+ Login with recovery phrase
+ Skann QR-kode
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Opprett
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Sikkerhetskopier din gjenopprettingsfrase
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Vis og kopier frase
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Tilbake
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Lenke
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ Ok
+ Feil
+ Page icon
+ Fjern
+ Opprett
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Bakgrunnsbilde
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Lenke
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Navn
+ Name for new relation
+ Ny
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Galleri
+ Vis som
+ Kanban
+ Rutenett
+ Liste
+ Enter
+ Avbryt
+ Skriv inn tekst
+ Enter a numeric value
+ View name
+ Slett
+ View relations
+ Opprett
+ Ny visning
+ Coming soon
+ Relasjoner
+ Redigeringsvisning
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ Er
+ I dag
+ I går
+ I morgen
+ Ingen dato
+ Eksakt dag
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Galleri
+ Endre type
+ Endre omslag
+ Fjern
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Legg til
+ Upload from Gallery
+ Upload from External storage
+ Last opp
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ Ok
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Sett
+ Samling
+ Oppsett
+ Restore from archive
+ Ikon
+ Emoji eller bilde for objekt
+ Omslag
+ Bakgrunnsbilde
+ Organisering av objekter på et lerret
+ Liste over relaterte objekter
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Delt
+ Dette objektet eksisterer ikke
+ Back to dashboard
+ Gå tilbake
+ Set not found for this type.
+ Opprett
+ Create a new %1$s
+ Lukk
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Størrelse på kort
+ Clear cache
+ Er du sikker?
+ Alle mediefiler lagret i Anytype vil bli slettet fra din nåværende enhet. De kan lastes ned igjen fra en backup-node eller en annen enhet.
+ New profile
+ Sikkerhetskopier frase
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Avbryt sletting
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ Er du sikker på at du vil slette kontoen?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Velg mal
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ Velg relasjonstype
+ Gjenopprett
+ Your account is deleted.
+
+ - %d object selected
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Innstillinger
+ koblet til
+ moved to
+ Gjenopprettingsfrase kopiert
+ Types
+ Relasjoner
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ Mine relasjoner
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ Widget-kilde
+ Widget-type
+ Legg til under
+ Tre
+ Hierarchical structure of object
+ Lenke
+ Compact version of the object
+ Widget med listevisning av settobjekt
+ Widget med listevisning av settobjekt
+ Liste
+ Compact list
+ Endre kilde
+ Change Type
+ Fjern widget
+ Tøm papirkurven
+ Endre widgets
+ New type
+ Ferdig
+ Type name
+ Type settings
+ Relation settings
+ Fjern
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Emoji
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype er ditt sikre sted å skrive, planlegge, tenke og organisere alt som betyr for deg.
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Opprett ny konto
+ Logg inn
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Lagre gjenopprettingsfrasen din
+ Det er en ny metode for autentisering som gir deg full eierskap over kontoen din og dataene dine.
+ Vis gjenopprettingsfrasen
+ Gå til appen
+ Hopp over
+ Kopier til utklippstavlen
+ Velg ditt navn
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Innstillinger
+ Skriv inn gjenopprettingsfrasen din
+ ELLER
+ Går inn i Void
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Gå til appen
+ Exiting... please wait
+ Loading... please wait
+ Personlig
+ Opprett et rom
+ Something went wrong. Please try again.
+ Type
+ Rominformasjon
+ Creation date
+ Created by
+ Space ID
+ Nettverks-ID
+ Dette rommet vil bli slettet ugjenkallelig. Du kan ikke angre denne handlingen.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ Les mer
+ You can find Recovery Phrase later in\nAnytype settings
+ Hva er gjenopprettingsfrase?
+ Gjenopprettingsfrasen er en tilfeldig kombinasjon av 12 ord som magisk genererer kontoen din på denne enheten.
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ Derfor er det avgjørende å oppbevare gjenopprettingsfrasen trygt. Som den eneste eieren, kan ingen hjelpe deg hvis den blir mistet.
+ How to save my Phrase?
+ Den enkleste måten å lagre gjenopprettingsfrasen er å lagre den i passordbehandleren.
+ Den sikreste måten er å skrive den ned på papir og oppbevare den offline, på et trygt og sikkert sted.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ Personlig
+ Privat
+ Ukjent
+ Start with
+ Groups
+ Objekter
+
diff --git a/localization/src/main/res/values-pt-rBR/strings.xml b/localization/src/main/res/values-pt-rBR/strings.xml
new file mode 100644
index 0000000000..6054eb0197
--- /dev/null
+++ b/localization/src/main/res/values-pt-rBR/strings.xml
@@ -0,0 +1,1032 @@
+
+
+ Sobre
+ App version
+ Library
+ User ID
+
+ Perfil
+ Personalização
+ Aparência
+ Files storage
+ Frase de recuperação
+ Clear file cache
+ Debug Sync Report
+ Debug
+ Conta
+ Reset account
+ Apagar conta
+ Space debug
+ Data
+ Modo
+ Logout
+ Pin code
+ Acesso
+ Plano de fundo
+ Tech info
+ Claro
+ Escuro
+ Sistema
+ U
+ Configurações
+ Você realizou o backup da sua frase de recuperação?
+ Você precisará dela para entrar. Guarde-a em um local seguro. Se você perdê-la, você não poderá mais acessar sua conta.
+ Help & Community
+ What\'s new
+ Comunidade Anytype
+ Help & Tutorials
+ Informações Legais
+ Terms of Use
+ Política de Privacidade
+ Acknowledgments
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Nome do espaço
+ Configurações
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ Para economizar espaço no seu dispositivo local, você pode descarregar todos os seus arquivos no nosso servidor de backup criptografado. Os arquivos serão carregados novamente quando forem abertos.
+ Gerenciar arquivos
+ Armazenamento local
+ Descarregar arquivos
+ %1$s used
+ %1$s of %2$s used
+ Armazenamento remoto
+ Contact us
+ Obtenha mais espaço
+ Account name
+ Configurações do espaço
+ Data management
+ 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.
+ Danger zone
+ O novo modelo foi adicionado ao tipo
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Turn into
+ Mover para
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ Link
+ Código
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Turn into
+ Add block
+ Texto
+ Header 1
+ Header 2
+ Header 3
+ Destacado
+ Caixa de seleção
+ Bulleted list
+ Lista numerada
+ Toggle list
+ Tarefa
+ Page
+ Vincular a um objeto
+ Database
+ Conjunto
+ Contact
+ Existing Tool
+ Arquivo
+ Imagem
+ Vídeo
+ Marcador
+ Divisor de linha
+ Divisor pontilhado
+ Trecho de código
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Título médio
+ Título pequeno
+ Spotlight what needs special attention
+ Criar e rastrear tarefas com uma lista de tarefas
+ Lista simples
+ Lista numerada
+ Exibir e ocultar conteúdo
+ Create new page inside this one
+ Link existing page with this one
+ Armazenar arquivo no estado original
+ Enviar e enriquecer a página com imagem
+ Enviar vídeo
+ Salvar link favorito com resumo
+ Capturar pedaço de código
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ Texto
+ Lista
+ Page
+ Outro
+ Tool
+ Mídias
+ Objetos
+ Relation
+ Excluir
+ Duplicar
+ Mention
+ Share
+ Ações
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ Galeria
+ Kanban
+ Tabela
+ Lista
+ Cancelar
+ Pular
+ Adicionar
+ Duplicar
+ Customize view
+ Kanban view
+ Properties
+ Ordenar
+ Sem ordenações aqui. Você pode adicionar alguns
+ Não há filtros aqui. Você pode adicionar alguns
+ Não há opções relacionadas aqui. Você pode adicionar algumas
+ Filter by
+ Filtro
+ Exibição
+ Properties
+ Título
+ Texto
+ Select
+ Person
+ Email
+ Número
+ Multiple select
+ Data
+ File and Media
+ Caixa de seleção
+ URL
+ Phone
+ Add new
+ Turn into
+ Reorder
+ Concluído
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Título
+ Name Surname
+ Paragraph
+ Título
+ Quote
+ Cabeçalho
+ Subtítulo
+ Caixa de seleção
+ Enter video URL
+ Enviar um vídeo
+ Enviar uma imagem
+ Enviar um arquivo
+ Upload an audio
+ Adicionar um marcador da web
+ Item da lista com marcadores
+ Item da lista numerada
+ Alternar bloco
+ Vazio
+ Colar link
+ Empty. Tap to create a new block
+ Sem título
+ Conjunto sem título
+ Coleção sem título
+ Archived
+ Loading…
+ Carregando, aguarde por favor!
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Algo deu errado, tente novamente
+ Tipo apagado
+ Type: Deleted
+ Negrito
+ Itálico
+ Strike
+ Código
+ Link
+ Cor
+ Fundo
+ Copiar
+ Cut
+ Colar
+ Estilo
+ Texto
+ Cor
+ Fundo
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ Excluir
+ Move to Bin
+ Duplicar
+ Mover para
+ Estilo
+ Cor
+ Fundo
+ Baixar
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Concluído
+ To start, select blocks
+ Language
+ Desfazer
+ Redo
+ Copiar
+ Colar
+ Select
+ Pesquisar
+ Relações
+ Relation
+ Baixar
+ Exibição
+ Exibições
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Pesquisar
+ Filtro
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Mover
+ Mover para
+ Pré-visualizar
+ Vincular a
+ Fazer modelo
+ Vinculado a
+ Remover link
+ Criar novo objeto
+ Criar objeto
+ Pesquisar
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d page selected
+ - %d pages selected
+
+ Novo
+ Todos
+ Preparing…
+ Sem conexão
+ Syncing…
+ Sincronizado
+ Not synced
+ Iniciando sincronização
+ Nó Anytype não está conectado
+ Baixando ou carregando dados para algum nó
+ Backup feito em pelo menos um nó
+ Failed to sync, trying again…
+ Versão desatualizada. Por favor, atualize Anytype
+ Descrição
+ Título
+ Número
+ Data
+ Situação
+ Arquivo
+ Caixa de seleção
+ Url
+ Email
+ Phone
+ Emoji
+ Objeto
+ Relation
+ Then
+ Inserir valor
+ Relações
+ Add a sort
+ Aplicar
+ Add a filter
+ Etiqueta
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Selecionar todos
+ Valor
+ Vazio
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Relação apagada
+ Document\'s cover
+ Cover image view
+ Cores sólidas
+ Gradientes
+ Limpar
+ Create option \"%1$s\"
+ Relações destacadas
+ Outras relações
+ From type %1$s
+ Adicionar uma descrição
+ Estilo
+ Mídias
+ Objetos
+ Objetos
+ Relações
+ Outro
+ Ações
+ Alinhamento
+ Cor
+ Fundo
+ Texto
+ Apenas comece a escrever
+ Título
+ Título grande da seção
+ Cabeçalho
+ Apenas comece a escrever
+ Subtítulo
+ Apenas comece a escrever
+ Destacado
+ Small section heading
+ Chamada
+ Texto com borda e ícone
+ Caixa de seleção
+ Create and track task with to-do lsit
+ Pontuado
+ Apenas comece a escrever
+ Lista numerada
+ List with numbering
+ Alternar
+ Exibir e ocultar conteúdo
+ Negrito
+ Itálico
+ Tachado
+ Código
+ Link
+ Underline
+ Arquivo
+ Armazenar arquivo no estado original
+ Imagem
+ Enrich your page with an image
+ Vídeo
+ Enviar vídeo
+ Marcador
+ Salvar link favorito com resumo
+ Trecho de código
+ Capturar pedaço de código
+ Divisor de linha
+ Divisor pontilhado
+ Tabela de conteúdos
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ Excluir
+ Duplicar
+ Copiar
+ Colar
+ Vincular a um objeto
+ Vincular a objeto existente
+ Mover
+ Mover para
+ Clean style
+ Voltar
+ Right
+ Center
+ Left
+ Default
+ Gray
+ Amarelo
+ Âmbar
+ Vermelho
+ Rosa
+ Roxo
+ Azul
+ Céu
+ Turquesa
+ Verde
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ Chamada
+ Destaque
+ Título
+ Cabeçalho
+ Subtítulo
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Favorito
+ Modelo
+ Templates
+ Bloquear
+ Desbloquear
+ Restaurar
+ Remover dos favoritos
+ Delete View
+ Select tags
+ Selecionar status
+ Select objects
+ Source
+ Consulta
+ Selecione a consulta
+ Objetos
+ Páginas da Web
+ Select files
+ U
+ Inserir texto
+ Inserir número
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Adicionar abaixo
+ Back button
+ Home button
+ Search button
+ Add doc
+ Bloco não suportado
+ Nova relação
+ Copiar link
+ Edit link
+ Unlink
+ Escolha o tipo de layout
+ User settings
+ Tipo de objeto padrão
+ Básico
+ Perfil
+ Tarefa
+ Conjunto
+ Coleção
+ Nota
+ Nota
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Objeto não existente
+ Sem dados
+ Não há fonte
+ Objeto excluído
+ Open set
+ Apagado
+ Colar link ou pesquisar Objetos
+ Colar da área de transferência
+ Create object \"%1$s\"
+ Básico
+ Layout padrão para blocos de tela
+ Nota
+ Projetado para capturar pensamentos rapidamente
+ Perfil
+ Companies, contacts, friends, and family
+ Tarefa
+ Layout focado em ações com uma caixa de seleção
+ Para Lixeira
+ Desfazer/Refazer
+ Duplicar
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Grande
+ @string/none
+ Descrição do Objeto
+ Pré-visualização do conteúdo
+ Nenhum
+ Pequeno
+ Médio
+ Visible
+ Cartão
+ Inline
+ Set View
+ Conjunto em linha
+ Coleção em linha
+ Ajustar imagem
+ Pré-visualização da imagem
+ Hide icon
+ Descrição
+ Tipo de objeto
+ Pré-visualizar layout
+ Desconhecido
+ Erro desconhecido
+ Marcador
+ Texto
+ Link
+ Avançar
+ Limitar tipos de objeto
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ Tipo
+ Restaurar
+ Limpar
+ Cor
+ Estilo
+ Reset Style
+ Inserir à esquerda
+ Iserir à direita
+ Mover à esquerda
+ Move à direita
+ Inserir acima
+ Inserir abaixo
+ Copiar
+ Ordenar
+ Mover para cima
+ Mover para baixo
+ Cell
+ Row
+ Column
+ Abrir objeto
+ Código aberto
+ Recarregar conteúdo do objeto
+ Abrir link
+ Copiar e-mail
+ Copiar número de telefone
+ Enviar email
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ Meus relacionamentos
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ Aberto recentemente
+ Biblioteca Anytype
+ Your favorite objects
+ Neste dispositivo
+ Sets of objects from your workspace
+ Customize-view button
+ Sem objetos
+ Crie seu primeiro objeto para continuar
+ Criar objeto
+ Nenhuma consulta selecionada
+ Adicione termos de pesquisa para agregar objetos com tipos iguais e relações no modo Live
+ Selecione a consulta
+ Sem objetos
+ Crie seu primeiro objeto para continuar
+ Criar objeto
+ View is not present in set or collection, please recreate object
+ Transformar conjunto em coleção
+ Mudar consulta
+ Coleções
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Alterar plano de fundo
+ Alterar ícone
+ Aleatório
+ Choose
+ Attributes
+ Tem certeza de que deseja excluir permanentemente os arquivos?
+ Você não pode desfazer esta ação.
+ Cancelar
+ Excluir
+ Alterar tipo
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Criar objeto
+ Leiaute
+ Capa
+ Em branco
+ Default for this view
+ Editar modelo
+ Duplicar
+ Excluir
+ Incompatível
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ Lista
+ Grade
+ Galeria
+ Kanban
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Entrar
+ Registrar-se
+ or type your recovery phrase
+ Login with recovery phrase
+ Ler código QR
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Criar
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Salve sua frase de recuperação
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Mostrar e copiar frase
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Voltar
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Link
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ Ok
+ Error
+ Page icon
+ Remover
+ Criar
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Plano de fundo
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Link
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Nome
+ Name for new relation
+ Novo
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Galeria
+ Exibir como
+ Kanban
+ Grade
+ Lista
+ Enter
+ Cancelar
+ Inserir texto
+ Enter a numeric value
+ View name
+ Excluir
+ View relations
+ Criar
+ Nova Exibição
+ Coming soon
+ Relações
+ Editar exibição
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ É
+ Hoje
+ Ontem
+ Amanhã
+ Sem data
+ Dia exato
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Galeria
+ Alterar tipo
+ Alterar capa
+ Remover
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Adicionar
+ Upload from Gallery
+ Upload from External storage
+ Fazer upload
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ Ok
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Conjunto
+ Coleção
+ Leiaute
+ Restore from archive
+ Ícone
+ Emoji ou imagem para o objeto
+ Capa
+ Imagem de fundo
+ Posicionamento de objetos num canvas
+ Lista de objetos relacionados
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Compartilhado
+ Esse objeto não existe
+ Back to dashboard
+ Voltar
+ Set not found for this type.
+ Criar
+ Create a new %1$s
+ Close
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Tamanho do cartão
+ Clear cache
+ Você tem certeza?
+ Todos os arquivos de mídia armazenados no Anytype serão excluídos do seu dispositivo atual. Eles podem ser baixados novamente de um nó de backup ou de outro dispositivo.
+ New profile
+ Back up phrase
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Cancelar exclusão
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ Tem certeza que deseja excluir a conta?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Selecionar modelo
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ Selecionar tipo de relação
+ Restaurar
+ Your account is deleted.
+
+ - %d object selected
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Configurações
+ vinculado a
+ moved to
+ Frase de recuperação copiada
+ Types
+ Relações
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ Meus relacionamentos
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ Fonte do widget
+ Tipo de widget
+ Adicionar abaixo
+ Árvore
+ Hierarchical structure of object
+ Link
+ Compact version of the object
+ Widget com visão de lista de objeto definido
+ Widget com visão de lista de objeto definido
+ Lista
+ Compact list
+ Mudar a fonte
+ Change Type
+ Remover widget
+ Lixeira Limpa
+ Editar widgets
+ New type
+ Concluído
+ Type name
+ Type settings
+ Relation settings
+ Remover
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Emoji
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype é seu lugar seguro para pensar, planejar, escrever, e organizar tudo que é importante para você
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Criar nova conta
+ Entrar
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Salve sua frase de recuperação
+ É uma forma nova de autenticação que lhe dá total propriedade sobre sua conta e dados.
+ Mostrar Frase de Recuperação
+ Ir para o aplicativo
+ Pular
+ Copiar para área de transferência
+ Escolha seu nome
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Configurações
+ Digite sua frase de recuperação
+ OU
+ Entrando no vazio
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Ir para o aplicativo
+ Exiting... please wait
+ Loading... please wait
+ Personal
+ Cria um Espaço
+ Something went wrong. Please try again.
+ Tipo
+ Informações do Espaço
+ Creation date
+ Created by
+ Space ID
+ ID da rede
+ Este espaço será excluído irrevogavelmente. Você não pode desfazer esta ação.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ Ler mais
+ You can find Recovery Phrase later in\nAnytype settings
+ O que é Frase de Recuperação?
+ Frase de Recuperação é uma combinação aleatória de 12 palavras a partir das quais sua conta é magicamente gerada neste dispositivo.
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ Por isso, é essencial manter a Frase de Recuperação segura. Como único proprietário, ninguém pode lhe ajudar se a perder.
+ How to save my Phrase?
+ A maneira mais fácil de armazenar sua Frase de Recuperação é salvá-la em seu gerenciador de senhas.
+ A forma mais segura é escrevê-la no papel e mantê-la fora do dispositivo, num lugar seguro e seguro.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ Personal
+ Privado
+ Desconhecido
+ Start with
+ Groups
+ Objetos
+
diff --git a/localization/src/main/res/values-ru-rRU/strings.xml b/localization/src/main/res/values-ru-rRU/strings.xml
new file mode 100644
index 0000000000..88b73eafbe
--- /dev/null
+++ b/localization/src/main/res/values-ru-rRU/strings.xml
@@ -0,0 +1,1050 @@
+
+
+ О нас
+ App version
+ Library
+ User ID
+
+ Профиль
+ Персонализация
+ Внешний вид
+ Files storage
+ Фраза для восстановления
+ Clear file cache
+ Debug Sync Report
+ Debug
+ Учетная запись
+ Reset account
+ Удалить аккаунт
+ Space debug
+ Data
+ Режим
+ Logout
+ Pin code
+ Доступ
+ Обои
+ Tech info
+ Светлый
+ Тёмный
+ Системный
+ U
+ Настройки
+ Вы сделали резервную копию вашей фразы восстановления?
+ Она понадобится вам для входа. Храните ее надежно. В случае потери, вы потеряете доступ к аккаунту.
+ Help & Community
+ What\'s new
+ Сообщество Anytype
+ Help & Tutorials
+ Правовая информация
+ Terms of Use
+ Политика конфиденциальности
+ Acknowledgments
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Название пространства
+ Личное пространство
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ Чтобы сохранить место на вашем локальном устройстве, вы можете выгрузить все ваши файлы в наш зашифрованный узел резервного копирования. Файлы будут загружены обратно, когда вы откроете их.
+ Управление файлами
+ Локальное хранилище
+ Выгрузить файлы
+ %1$s used
+ %1$s of %2$s used
+ Удалённое хранилище
+ Contact us
+ Получить больше места для хранения
+ Account name
+ Настройки пространства
+ Data management
+ 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.
+ Danger zone
+ Новый шаблон добавлен к типу
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Turn into
+ Переместить в
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ Ссылка
+ Код
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Turn into
+ Add block
+ Текст
+ Header 1
+ Header 2
+ Header 3
+ Выделенный
+ Флажок
+ Bulleted list
+ Нумерованный список
+ Toggle list
+ Задача
+ Page
+ Link to object
+ Database
+ Набор
+ Contact
+ Existing Tool
+ Файл
+ Изображение
+ Видео
+ Закладка
+ Линейный разделитель
+ Точечный разделитель
+ Фрагмент кода
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Средний заголовок
+ Маленький заголовок
+ Spotlight what needs special attention
+ Создавайте и отслеживайте задачу с помощью списка дел
+ Простой список
+ Нумерованный список
+ Скрыть и показать содержимое внутри
+ Create new page inside this one
+ Link existing page with this one
+ Сохранить файл в исходном состоянии
+ Загрузите и дополните страницу изображением
+ Загрузить воспроизводимое видео
+ Сохраните вашу любимую ссылку с кратким описанием
+ Записать фрагмент кода
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ Текст
+ Список
+ Page
+ Прочее
+ Tool
+ Медиа-файлы
+ Объекты
+ Relation
+ Удалить
+ Дублировать
+ Mention
+ Share
+ Действия
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ Галерея
+ Канбан
+ Таблица
+ Список
+ Отмена
+ Пропустить
+ Добавить
+ Дублировать
+ Customize view
+ Kanban view
+ Properties
+ Сортировка
+ Здесь нет сортировки. Вы можете добавить несколько
+ Здесь нет фильтров. Вы можете добавить свои
+ No related options here. You can add some
+ Filter by
+ Filter
+ Вид
+ Properties
+ Название
+ Текст
+ Select
+ Person
+ E-mail
+ Число
+ Multiple select
+ Дата
+ File and Media
+ Флажок
+ Ссылка
+ Phone
+ Add new
+ Turn into
+ Reorder
+ Готово
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Название
+ Name Surname
+ Paragraph
+ Название
+ Quote
+ Заголовок
+ Подзаголовок
+ Флажок
+ Enter video URL
+ Загрузить видео
+ Загрузить изображение
+ Загрузить файл
+ Upload an audio
+ Добавить веб-закладку
+ Маркированный список
+ Нумерованный список
+ Переключить блок
+ Пусто
+ Вставить ссылку
+ Empty. Tap to create a new block
+ Без названия
+ Набор без названия
+ Коллекция без названия
+ Archived
+ Loading…
+ Подождите, выполняется загрузка
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Что-то пошло не так, попробуйте еще раз
+ Удаленный тип
+ Type: Deleted
+ Жирный
+ Курсив
+ Strike
+ Код
+ Ссылка
+ Цвет
+ Фон
+ Копировать
+ Cut
+ Вставить
+ Внешний вид
+ Текст
+ Цвет
+ Фон
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ Удалить
+ Move to Bin
+ Дублировать
+ Переместить в
+ Внешний вид
+ Цвет
+ Фон
+ Скачать
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Готово
+ To start, select blocks
+ Language
+ Отменить
+ Redo
+ Копировать
+ Вставить
+ Select
+ Поиск
+ Свойства
+ Relation
+ Скачать
+ Вид
+ Представления
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Поиск
+ Filter
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Переместить
+ Переместить в
+ Предпросмотр
+ Связать с
+ Создать шаблон
+ Привязан к
+ Удалить ссылку
+ Создать новый объект
+ Создать объект
+ Поиск
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d page selected
+ - %d pages selected
+ - %d pages selected
+ - %d pages selected
+
+ Новый
+ Все
+ Preparing…
+ Нет соединения
+ Syncing…
+ Синхронизировано
+ Not synced
+ Инициализация синхронизации
+ Узел Anytype не подключен
+ Загрузка или выгрузка данных в узел
+ Создана резервная копия по крайней мере на одном узле
+ Failed to sync, trying again…
+ Версия устарела. Пожалуйста, обновите Anytype
+ Описание
+ Название
+ Число
+ Дата
+ Статус
+ Файл
+ Флажок
+ Url
+ E-mail
+ Phone
+ Эмодзи
+ Объект
+ Relation
+ Then
+ Введите значение
+ Свойства
+ Add a sort
+ Применить
+ Add a filter
+ Метка
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Выбрать все
+ Значение
+ Пусто
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Удалённое свойство
+ Document\'s cover
+ Cover image view
+ Сплошные цвета
+ Градиенты
+ Очистить
+ Create option \"%1$s\"
+ Избранные свойства
+ Другие свойства
+ From type %1$s
+ Добавить описание
+ Внешний вид
+ Медиа-файлы
+ Объекты
+ Объекты
+ Свойства
+ Прочее
+ Действия
+ Выравнивание
+ Цвет
+ Фон
+ Текст
+ Просто начните писать с обычного текста
+ Название
+ Заголовок большого раздела
+ Заголовок
+ Просто начните писать с обычного текста
+ Подзаголовок
+ Просто начните писать с обычного текста
+ Выделенный
+ Small section heading
+ Врезка
+ Выделенный рамкой текст со значком
+ Флажок
+ Create and track task with to-do lsit
+ Маркирован
+ Просто начните писать с обычного текста
+ Нумерованный список
+ List with numbering
+ Переключить
+ Скрыть и показать содержимое внутри
+ Жирный
+ Курсив
+ Зачёркнутый
+ Код
+ Ссылка
+ Underline
+ Файл
+ Сохранить файл в исходном состоянии
+ Изображение
+ Enrich your page with an image
+ Видео
+ Загрузить воспроизводимое видео
+ Закладка
+ Сохраните вашу любимую ссылку с кратким описанием
+ Фрагмент кода
+ Записать фрагмент кода
+ Линейный разделитель
+ Точечный разделитель
+ Содержание
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ Удалить
+ Дублировать
+ Копировать
+ Вставить
+ Link to object
+ Link to existing object
+ Переместить
+ Переместить в
+ Clean style
+ Назад
+ Right
+ Center
+ Left
+ Default
+ Gray
+ Жёлтый
+ Янтарный
+ Красный
+ Розовый
+ Фиолетовый
+ Синий
+ Небесный
+ Бирюзовый
+ Зелёный
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ Врезка
+ Выделить
+ Название
+ Заголовок
+ Подзаголовок
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Favorite
+ Шаблон
+ Templates
+ Lock
+ Unlock
+ Восстановить
+ Unfavorite
+ Delete View
+ Select tags
+ Выбрать статус
+ Select objects
+ Source
+ Запрос
+ Выберите запрос
+ Объекты
+ Веб-страницы
+ Select files
+ U
+ Введите текст
+ Введите число
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Добавить ниже
+ Back button
+ Home button
+ Search button
+ Add doc
+ Неподдерживаемый блок
+ Новое свойство
+ Скопировать ссылку
+ Edit link
+ Unlink
+ Выберите тип макета
+ User settings
+ Тип объекта по умолчанию
+ Базовый
+ Профиль
+ Задача
+ Набор
+ Коллекция
+ Заметка
+ Заметка
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Несуществующий объект
+ Нет данных
+ Нет источника
+ Удаленный объект
+ Open set
+ Deleted
+ Вставить ссылку или найти объекты
+ Вставить из буфера обмена
+ Create object \"%1$s\"
+ Базовый
+ Standard layout for canvas blocks
+ Заметка
+ Создано для быстрой записи мыслей
+ Профиль
+ Companies, contacts, friends, and family
+ Задача
+ Action-focused layout with a checkbox
+ В корзину
+ Отменить/Повторить
+ Дублировать
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Большой
+ @string/none
+ Описание объекта
+ Предпросмотр контента
+ Нет
+ Маленький
+ Средний
+ Visible
+ Карточка
+ Inline
+ Set View
+ Встроенный набор
+ Встроенная коллекция
+ Подогнать изображение
+ Предпросмотр изображения
+ Hide icon
+ Описание
+ Тип объекта
+ Предпросмотр макета
+ Неизвестно
+ Неизвестная ошибка
+ Закладка
+ Текст
+ Ссылка
+ Далее
+ Ограничить типы объектов
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ Тип
+ Восстановить
+ Очистить
+ Цвет
+ Внешний вид
+ Reset Style
+ Вставить слева
+ Вставить справа
+ Сдвинуть влево
+ Сдвинуть вправо
+ Вставить выше
+ Вставить ниже
+ Копировать
+ Сортировка
+ Сдвинуть вверх
+ Сдвинуть вниз
+ Cell
+ Row
+ Column
+ Открыть объект
+ Open source
+ Перезагрузить содержимое объекта
+ Открыть ссылку
+ Скопировать адрес электронной почты
+ Copy phone numbler
+ Отправить электронное письмо
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ Мои свойства
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ Недавно открытые
+ Библиотека Anytype
+ Your favorite objects
+ На этом устройстве
+ Sets of objects from your workspace
+ Customize-view button
+ Нет объектов
+ Создайте первый объект, чтобы продолжить
+ Создать объект
+ Не выбрано ни одного запроса
+ Добавьте поисковый запрос для агрегирования объектов с одинаковыми типами и свойствами в режиме реального времени.
+ Выберите запрос
+ Нет объектов
+ Создайте первый объект, чтобы продолжить
+ Создать объект
+ View is not present in set or collection, please recreate object
+ Превратить Множество в Коллекцию
+ Изменить запрос
+ Коллекции
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Изменить обои
+ Изменить иконку
+ Случайно
+ Choose
+ Attributes
+ Вы действительно хотите безвозвратно удалить этот файл?
+ Это действие необратимо.
+ Отмена
+ Удалить
+ Изменить тип
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Создать объект
+ Макет
+ Обложка
+ Пусто
+ Default for this view
+ Изменить шаблон
+ Дублировать
+ Удалить
+ Не поддерживается
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ Список
+ Сетка
+ Галерея
+ Канбан
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Войти
+ Зарегистрироваться
+ or type your recovery phrase
+ Login with recovery phrase
+ Сканировать QR-код
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Создать
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Создайте резервную копию фразы восстановления
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Показать и скопировать фразу
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Назад
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Ссылка
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ Ок
+ Ошибка
+ Page icon
+ Удалить
+ Создать
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Обои
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Ссылка
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Название
+ Name for new relation
+ Новый
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Галерея
+ Просмотреть как
+ Канбан
+ Сетка
+ Список
+ Enter
+ Отмена
+ Введите текст
+ Enter a numeric value
+ View name
+ Удалить
+ View relations
+ Создать
+ Новый вид
+ Coming soon
+ Свойства
+ Редактировать вид
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ Является
+ Сегодня
+ Вчера
+ Завтра
+ Нет даты
+ Точная дата
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Галерея
+ Изменить тип
+ Изменить обложку
+ Удалить
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Добавить
+ Upload from Gallery
+ Upload from External storage
+ Загрузить
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ Ок
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Набор
+ Коллекция
+ Макет
+ Restore from archive
+ Иконка
+ Эмодзи или изображение для объекта
+ Обложка
+ Фоновое изображение
+ Расположение объектов на холсте
+ Список связанных объектов
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Общие
+ Этого объекта не существует
+ Back to dashboard
+ Вернуться
+ Set not found for this type.
+ Создать
+ Create a new %1$s
+ Закрыть
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Размер карточки
+ Clear cache
+ Вы уверены?
+ Все медиафайлы, сохраненные в Anytype, будут удалены с вашего текущего устройства. Их можно снова загрузить с резервного узла или другого устройства.
+ New profile
+ Фраза восстановления
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Отменить удаление
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ Вы действительно хотите удалить аккаунт?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Выбрать шаблон
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ Выберите тип свойства
+ Восстановить
+ Your account is deleted.
+
+ - %d object selected
+ - %d objects selected
+ - %d objects selected
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Настройки
+ linked to
+ moved to
+ Фраза для восстановления скопирована
+ Types
+ Свойства
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ Мои свойства
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ Widget source
+ Тип виджета
+ Добавить ниже
+ Дерево
+ Hierarchical structure of object
+ Ссылка
+ Compact version of the object
+ Widget with list view of set object
+ Widget with list view of set object
+ Список
+ Compact list
+ Изменить источник
+ Change Type
+ Удалить виджет
+ Очистить корзину
+ Редактировать виджеты
+ New type
+ Готово
+ Type name
+ Type settings
+ Relation settings
+ Удалить
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Эмодзи
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype - это безопасное место для записи мыслей и заметок, планирования и организации всего что важно для вас.
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Создать новую учетную запись
+ Войти
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Сохраните свою фразу восстановления
+ Это новый способ аутентификации, который дает вам право на полное владение вашим аккаунтом и данными
+ Показать фразу для восстановления
+ Перейти в приложение
+ Пропустить
+ Копировать в буфер обмена
+ Выберете имя
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Настройки
+ Введите свою фразу восстановления
+ ИЛИ
+ Входим в пустоту
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Перейти в приложение
+ Exiting... please wait
+ Loading... please wait
+ Personal
+ Создать пространство
+ Something went wrong. Please try again.
+ Тип
+ Информация о пространстве
+ Creation date
+ Created by
+ Space ID
+ ID сети
+ Это пространство будет удалено безвозвратно. Вы не сможете отменить это действие.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ Подробнее
+ You can find Recovery Phrase later in\nAnytype settings
+ Что такое фраза восстановления?
+ Фраза восстановления - это случайная комбинация из 12 слов. Волшебным образом из этих слов генерируется ваш аккаунт на устройстве.
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ Очень важно держать вашу фразу восстановления в секрете. Никто не сможет вам помочь в случае ее утери.
+ How to save my Phrase?
+ Самый простой способ хранить вашу фразу восстановления - сохранить ее в вашем менеджере паролей.
+ Самый безопасный способ - записать ее на бумаге и оставить бумагу в безопасном месте.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ Личное пространство
+ Личное Пространство
+ Неизвестно
+ Start with
+ Groups
+ Объекты
+ Type `%1$s` added to your library\"
+ Type `%1$s` removed from your library\"
+ Relation `%1$s` added to your library\"
+ Relation `%1$s` removed from your library\"
+ Something went wrong. Please, try again later.
+ Изменить
+ Отменить выбор
+ Наборы
+ Избранное
+ Недавно обновлено
+ Недавно открытые
+ Корзина
+ Synced files
+ Войти
+
diff --git a/localization/src/main/res/values-uk-rUA/strings.xml b/localization/src/main/res/values-uk-rUA/strings.xml
new file mode 100644
index 0000000000..6d2181600c
--- /dev/null
+++ b/localization/src/main/res/values-uk-rUA/strings.xml
@@ -0,0 +1,1036 @@
+
+
+ Про застосунок
+ App version
+ Library
+ User ID
+
+ Обліковий запис
+ Персоналізація
+ Оформлення
+ Files storage
+ Фраза відновлення
+ Clear file cache
+ Debug Sync Report
+ Debug
+ Обліковий запис
+ Reset account
+ Видалити обліковий запис
+ Space debug
+ Data
+ Режим
+ Logout
+ Pin code
+ Доступ
+ Шпалери
+ Tech info
+ Світла
+ Темна
+ Система
+ U
+ Налаштування
+ Ви зробили резервну копію своєї фрази відновлення?
+ Вона знадобиться вам для входу. Зберігайте її надійно. У разі втрати, ви втратите доступ до облікового запису.
+ Help & Community
+ What\'s new
+ Спільнота Anytype
+ Help & Tutorials
+ Правова інформація
+ Terms of Use
+ Політика конфіденційності
+ Acknowledgments
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Назва простору
+ Налаштування
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ Щоб заощадити місце на вашому локальному пристрої, ви можете вивантажити всі ваші файли на наш зашифрований вузол резервного копіювання. Файли будуть завантажені назад, коли ви їх відкриєте.
+ Керування файлами
+ Локальне сховище
+ Вивантажити файли
+ %1$s used
+ %1$s of %2$s used
+ Віддалене сховище
+ Contact us
+ Отримати більше місця для зберігання
+ Account name
+ Параметри простору
+ Data management
+ 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.
+ Danger zone
+ Новий шаблон додано до типу
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Turn into
+ Перемістити до
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ Посилання
+ Код
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Turn into
+ Add block
+ Текст
+ Header 1
+ Header 2
+ Header 3
+ Цитата
+ Прапорець
+ Bulleted list
+ Нумерований список
+ Toggle list
+ Задача
+ Page
+ Зв\'язати з об\'єктом
+ Database
+ Набір
+ Contact
+ Existing Tool
+ Файл
+ Зображення
+ Відео
+ Закладка
+ Лінійний розділювач
+ Точковий розділювач
+ Фрагмент коду
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Середній заголовок
+ Маленький заголовок
+ Spotlight what needs special attention
+ Створюйте та відстежуйте завдання зі списком ToDo
+ Простий список
+ Нумерований список
+ Приховати й показати вміст всередині
+ Create new page inside this one
+ Link existing page with this one
+ Зберігати файл у початковому стані
+ Завантажити та наповнити сторінку зображенням
+ Завантажити відтворюване відео
+ Зберегти ваше улюблене посилання з коротким описом
+ Записати фрагмент коду
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ Текст
+ Список
+ Page
+ Інше
+ Tool
+ Медіа
+ Об\'єкти
+ Relation
+ Видалити
+ Дублювати
+ Mention
+ Share
+ Дії
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ Галерея
+ Канбан
+ Таблиця
+ Список
+ Скасувати
+ Пропустити
+ Додати
+ Дублювати
+ Customize view
+ Kanban view
+ Properties
+ Упорядкувати
+ Тут немає сортування. Ви можете додати деякі
+ Тут немає фільтрів. Ви можете додати деякі
+ Тут немає відповідних варіантів. Ви можете додати деякі
+ Filter by
+ Фільтр
+ Подання
+ Properties
+ Назва
+ Текст
+ Select
+ Person
+ Ел. пошта
+ Число
+ Multiple select
+ Дата
+ File and Media
+ Прапорець
+ URL
+ Phone
+ Add new
+ Turn into
+ Reorder
+ Готово
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Назва
+ Name Surname
+ Paragraph
+ Назва
+ Quote
+ Заголовок
+ Підзаголовок
+ Прапорець
+ Enter video URL
+ Завантажити відео
+ Завантажити зображення
+ Завантажити файл
+ Upload an audio
+ Додати вебзакладку
+ Елемент маркованого списку
+ Елемент нумерованого списку
+ Перемкнути блок
+ Пусто
+ Вставити посилання
+ Empty. Tap to create a new block
+ Без назви
+ Безіменний набір
+ Безіменна колекція
+ Archived
+ Loading…
+ Завантажується, будь ласка, зачекайте
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Щось пішло не так, спробуйте ще раз
+ Видалений тип
+ Type: Deleted
+ Напівжирний
+ Курсив
+ Strike
+ Код
+ Посилання
+ Колір
+ Тло
+ Копіювати
+ Cut
+ Вставити
+ Стиль
+ Текст
+ Колір
+ Тло
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ Видалити
+ Move to Bin
+ Дублювати
+ Перемістити до
+ Стиль
+ Колір
+ Тло
+ Завантажити
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Готово
+ To start, select blocks
+ Language
+ Повернути
+ Redo
+ Копіювати
+ Вставити
+ Select
+ Пошук
+ Відносини
+ Relation
+ Завантажити
+ Подання
+ Вигляди
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Пошук
+ Фільтр
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Перемістити
+ Перемістити до
+ Попередній перегляд
+ Зв\'язати з
+ Створити шаблон
+ Пов\'язаний з
+ Вилучити посилання
+ Створити об\'єкт
+ Створити об\'єкт
+ Пошук
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d page selected
+ - %d pages selected
+ - %d pages selected
+ - %d pages selected
+
+ Новий
+ Все
+ Preparing…
+ Немає підключення
+ Syncing…
+ Синхронізовано
+ Not synced
+ Ініціалізація синхронізації
+ Вузол Anytype не під\'єднано
+ Завантаження даних на деякий вузол
+ Резервна копія принаймні на одному вузлі
+ Failed to sync, trying again…
+ Застаріла версія. Будь ласка, оновіть Anytype
+ Опис
+ Назва
+ Число
+ Дата
+ Статус
+ Файл
+ Прапорець
+ Url
+ Ел. пошта
+ Phone
+ Емоджі
+ Об\'єкт
+ Relation
+ Then
+ Введіть значення
+ Відносини
+ Add a sort
+ Застосувати
+ Add a filter
+ Мітка
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Вибрати все
+ Значення
+ Пусто
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Видалене відношення
+ Document\'s cover
+ Cover image view
+ Суцільні кольори
+ Градієнти
+ Очистити
+ Create option \"%1$s\"
+ Вибрані зв\'язки
+ Інші відносини
+ From type %1$s
+ Додати опис
+ Стиль
+ Медіа
+ Об\'єкти
+ Об\'єкти
+ Відносини
+ Інше
+ Дії
+ Вирівнювання
+ Колір
+ Тло
+ Текст
+ Просто почніть писати звичайним текстом
+ Назва
+ Великий заголовок розділу
+ Заголовок
+ Просто почніть писати звичайним текстом
+ Підзаголовок
+ Просто почніть писати звичайним текстом
+ Цитата
+ Small section heading
+ Винесення
+ Текст у рамці зі значком
+ Прапорець
+ Create and track task with to-do lsit
+ Маркований
+ Просто почніть писати звичайним текстом
+ Нумерований список
+ List with numbering
+ Перемкнути
+ Приховати й показати вміст всередині
+ Напівжирний
+ Курсив
+ Закреслений
+ Код
+ Посилання
+ Underline
+ Файл
+ Зберігати файл у початковому стані
+ Зображення
+ Enrich your page with an image
+ Відео
+ Завантажити відтворюване відео
+ Закладка
+ Зберегти ваше улюблене посилання з коротким описом
+ Фрагмент коду
+ Записати фрагмент коду
+ Лінійний розділювач
+ Точковий розділювач
+ Зміст
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ Видалити
+ Дублювати
+ Копіювати
+ Вставити
+ Зв\'язати з об\'єктом
+ Зв\'язати з наявним об\'єктом
+ Перемістити
+ Перемістити до
+ Clean style
+ Назад
+ Right
+ Center
+ Left
+ Default
+ Gray
+ Жовтий
+ Бурштиновий
+ Червоний
+ Рожевий
+ Фіолетовий
+ Синій
+ Блакитний
+ Бірюзовий
+ Зелений
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ Винесення
+ Виділити
+ Назва
+ Заголовок
+ Підзаголовок
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Обране
+ Шаблон
+ Templates
+ Заблокувати
+ Розблокувати
+ Відновити
+ Вилучити з обраного
+ Delete View
+ Select tags
+ Оберіть статус
+ Select objects
+ Source
+ Запит
+ Виберіть запит
+ Об\'єкти
+ Вебсторінки
+ Select files
+ U
+ Введіть текст
+ Введіть номер
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Додати знизу
+ Back button
+ Home button
+ Search button
+ Add doc
+ Непідтримуваний блок
+ Новий зв\'язок
+ Копіювати посилання
+ Edit link
+ Unlink
+ Вибрати тип макета
+ User settings
+ Стандартний тип об\'єкта
+ Базовий
+ Обліковий запис
+ Задача
+ Набір
+ Колекція
+ Нотатка
+ Нотатка
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Відсутній об\'єкт
+ Немає даних
+ Немає джерела
+ Видалений об\'єкт
+ Open set
+ Видалено
+ Вставте посилання або знайдіть об\'єкти
+ Вставити з буфера обміну
+ Create object \"%1$s\"
+ Базовий
+ Стандартний макет для полотна блоків
+ Нотатка
+ Розроблено для швидкого захоплення думок
+ Обліковий запис
+ Companies, contacts, friends, and family
+ Задача
+ Макет, орієнтований на дію, з прапорцем
+ В кошик
+ Скасувати/Повторити
+ Дублювати
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Великий
+ @string/none
+ Опис об\'єкту
+ Попередній перегляд вмісту
+ Нічого
+ Малий
+ Середній
+ Visible
+ Картка
+ Inline
+ Set View
+ Вбудований набір
+ Вбудована колекція
+ Підігнати зображення
+ Попередній перегляд зображення
+ Hide icon
+ Опис
+ Тип об\'єкта
+ Попередній перегляд макета
+ Невідомо
+ Невідома помилка
+ Закладка
+ Текст
+ Посилання
+ Далі
+ Обмежити типи об\'єктів
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ Тип
+ Відновити
+ Очистити
+ Колір
+ Стиль
+ Reset Style
+ Вставити ліворуч
+ Вставити праворуч
+ Посунути ліворуч
+ Посунути праворуч
+ Додати зверху
+ Додати нижче
+ Копіювати
+ Упорядкувати
+ Перемістити вгору
+ Перемістити нижче
+ Cell
+ Row
+ Column
+ Відкрити об\'єкт
+ Відкрити джерело
+ Перезавантажити вміст об\'єкта
+ Відкрити посилання
+ Скопіювати ел. пошту
+ Скопіювати номер телефону
+ Надіслати ел. пошту
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ Мої відносини
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ Нещодавно відкриті
+ Бібліотека Anytype
+ Your favorite objects
+ На цьому пристрої
+ Sets of objects from your workspace
+ Customize-view button
+ Немає об\'єктів
+ Створіть перший об\'єкт, щоб продовжити
+ Створити об\'єкт
+ Жодного запиту не вибрано
+ Додайте пошуковий запит для групування об\'єктів з однаковими типами та зв\'язками в режимі реального часу
+ Виберіть запит
+ Немає об\'єктів
+ Створіть перший об\'єкт, щоб продовжити
+ Створити об\'єкт
+ View is not present in set or collection, please recreate object
+ Перетворити набір у колекцію
+ Змінити запит
+ Колекції
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Змінити шпалери
+ Змінити іконку
+ Випадково
+ Choose
+ Attributes
+ Ви впевнені, що хочете остаточно видалити ці файли?
+ Ви не можете скасувати цю дію.
+ Скасувати
+ Видалити
+ Змінити тип
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Створити об\'єкт
+ Макет
+ Обкладинка
+ Порожньо
+ Default for this view
+ Редагувати шаблон
+ Дублювати
+ Видалити
+ Не підтримується
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ Список
+ Сітка
+ Галерея
+ Канбан
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Вхід
+ Зареєструватись
+ or type your recovery phrase
+ Login with recovery phrase
+ Сканувати QR-код
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Створити
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Створити резервну копію вашої фрази відновлення
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Показати й скопіювати фразу
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Назад
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Посилання
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ Гаразд
+ Error
+ Page icon
+ Вилучити
+ Створити
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Шпалери
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Посилання
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Назва
+ Name for new relation
+ Новий
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Галерея
+ Переглянути як
+ Канбан
+ Сітка
+ Список
+ Enter
+ Скасувати
+ Введіть текст
+ Enter a numeric value
+ View name
+ Видалити
+ View relations
+ Створити
+ Нове подання
+ Coming soon
+ Відносини
+ Редагувати подання
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ Є
+ Сьогодні
+ Вчора
+ Завтра
+ Без дати
+ Точний день
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Галерея
+ Змінити тип
+ Змінити обкладинку
+ Вилучити
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Додати
+ Upload from Gallery
+ Upload from External storage
+ Завантажити
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ Гаразд
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Набір
+ Колекція
+ Макет
+ Restore from archive
+ Іконка
+ Емоджі або зображення для об\'єкта
+ Обкладинка
+ Зображення тла
+ Розташування об\'єктів на полотні
+ Список пов\'язаних об\'єктів
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Спільні
+ Цей об\'єкт не існує
+ Back to dashboard
+ Повернутись
+ Set not found for this type.
+ Створити
+ Create a new %1$s
+ Close
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Розмір картки
+ Clear cache
+ Ви впевнені?
+ Всі медіафайли, що зберігаються в Anytype буде видалено з вашого поточного пристрою. Вони можуть бути завантажені знову з резервної копії вузла або з іншого пристрою.
+ New profile
+ Зробити резервну копію фрази
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Скасувати видалення
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ Ви дійсно бажаєте видалити обліковий запис?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Обрати шаблон
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ Виберіть тип відношення
+ Відновити
+ Your account is deleted.
+
+ - %d object selected
+ - %d objects selected
+ - %d objects selected
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Налаштування
+ пов\'язаний з
+ moved to
+ Фраза відновлення скопійована
+ Types
+ Відносини
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ Мої відносини
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ Джерело віджета
+ Тип віджета
+ Додати знизу
+ Дерево
+ Hierarchical structure of object
+ Посилання
+ Compact version of the object
+ Віджет зі списком об’єктів набору
+ Віджет зі списком об’єктів набору
+ Список
+ Compact list
+ Змінити джерело
+ Change Type
+ Видалити Віджет
+ Очистити кошик
+ Редагувати Віджети
+ New type
+ Готово
+ Type name
+ Type settings
+ Relation settings
+ Вилучити
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Емоджі
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype - це ваш безпечний простір, де ви можете писати, планувати, думати та організовувати все, що має для вас значення.
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Create New Account
+ Вхід
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Збережіть вашу фразу відновлення
+ Це новий спосіб автентифікації, який дає вам повне право власності на ваш обліковий запис і дані.
+ Показати фразу відновлення
+ Перейти в застосунок
+ Пропустити
+ Скопіювати в буфер обміну
+ Choose your name
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Налаштування
+ Введіть вашу фразу відновлення
+ АБО
+ Входимо до порожнечі
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Перейти в застосунок
+ Exiting... please wait
+ Loading... please wait
+ Personal
+ Створити простір
+ Something went wrong. Please try again.
+ Тип
+ Інформація про простір
+ Creation date
+ Created by
+ Space ID
+ Ідентифікатор мережі
+ Цей простір буде видалено безповоротно. Ви не можете скасувати цю дію.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ Докладніше
+ You can find Recovery Phrase later in\nAnytype settings
+ Що таке фраза відновлення?
+ Фраза відновлення - це випадкова комбінація з 12 слів, з яких магічним чином генерується ваш обліковий запис на цьому пристрої.
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ Ось чому важливо зберігати фразу відновлення у безпеці. Якщо ви єдиний власник, ніхто не зможе вам допомогти, якщо вона загубиться.
+ How to save my Phrase?
+ Найпростіший спосіб зберегти вашу фразу відновлення - це зберегти її у вашому менеджері паролів.
+ Найнадійніший спосіб - записати його на папері й зберігати в надійному і безпечному місці.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ Personal
+ Приватний
+ Невідомо
+ Start with
+ Groups
+ Об\'єкти
+
diff --git a/localization/src/main/res/values-zh-rCN/strings.xml b/localization/src/main/res/values-zh-rCN/strings.xml
new file mode 100644
index 0000000000..3b3efb55ba
--- /dev/null
+++ b/localization/src/main/res/values-zh-rCN/strings.xml
@@ -0,0 +1,1030 @@
+
+
+ 关于
+ App version
+ Library
+ User ID
+
+ 概要
+ 个性化
+ 外观
+ Files storage
+ 恢复短语
+ Clear file cache
+ Debug Sync Report
+ Debug
+ 帐户
+ Reset account
+ 删除帐户
+ Space debug
+ Data
+ 模式
+ Logout
+ Pin code
+ 访问
+ 壁纸
+ Tech info
+ 亮色
+ 暗色
+ 跟随系统
+ U
+ 设置
+ 您是否备份了恢复短语?
+ 您将需要短语才能登录。将其保存在安全的地方。如果您丢失了它,您将无法再访问您的帐户。
+ Help & Community
+ What\'s new
+ Anytype 社区
+ Help & Tutorials
+ 法律
+ Terms of Use
+ 隐私策略
+ Acknowledgments
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ 空间名称
+ 设置
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ 为了节省本地设备上的空间,您可以将所有文件卸载到我们的加密备份节点。打开文件时,文件将被重新加载。
+ 管理文件
+ 本地存储
+ 卸载文件
+ %1$s used
+ %1$s of %2$s used
+ 远程存储
+ Contact us
+ 获取更多空间
+ Account name
+ 空间设置
+ Data management
+ 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.
+ Danger zone
+ 新模板已添加到类型
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+ Turn into
+ 移至
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ 链接
+ 代码
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+ Turn into
+ Add block
+ 正文
+ Header 1
+ Header 2
+ Header 3
+ 高亮
+ 复选框
+ Bulleted list
+ 编号列表
+ Toggle list
+ 任务
+ Page
+ 链接到对象
+ Database
+ 集合
+ Contact
+ Existing Tool
+ 文件
+ 图像
+ 视频
+ 书签
+ 分割线
+ 圆点分隔线
+ 代码片段
+ Relation
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ 中等标题
+ 小标题
+ Spotlight what needs special attention
+ 使用待办事项列表创建和跟踪任务
+ 简单列表
+ 编号列表
+ 隐藏和显示内部内容
+ Create new page inside this one
+ Link existing page with this one
+ 以原始状态存储文件
+ 上传图片,丰富页面内容
+ 上传可播放的视频
+ 剪藏您最喜欢的链接和摘要
+ 捕获代码片段
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+ 正文
+ 列表
+ Page
+ 其他
+ Tool
+ 媒体
+ 对象
+ Relation
+ 删除
+ 生成副本
+ Mention
+ Share
+ 操作
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+ Tap to type
+ 相簿
+ 看板
+ 表格
+ 列表
+ 取消
+ 以后再做吧
+ 添加
+ 生成副本
+ Customize view
+ Kanban view
+ Properties
+ 排序
+ 这里没有可排序。您可以添加一些
+ 这里没有可筛选。您可以添加一些
+ 这里没有相关选项。您可以添加一些
+ Filter by
+ 筛选
+ 视图
+ Properties
+ 大标题
+ 正文
+ Select
+ Person
+ 电子邮件
+ 数目
+ Multiple select
+ 日期
+ File and Media
+ 复选框
+ URL网址
+ Phone
+ Add new
+ Turn into
+ Reorder
+ 完成
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ 大标题
+ Name Surname
+ Paragraph
+ 大标题
+ Quote
+ 中等标题
+ 副标题
+ 复选框
+ Enter video URL
+ 上传视频
+ 上传图像
+ 上传文件
+ Upload an audio
+ 添加网络书签
+ 项目符号列表项
+ 编号列表项
+ 切换块
+ 空的
+ 粘贴链接
+ Empty. Tap to create a new block
+ 无标题
+ 无标题集
+ 无标题集锦
+ Archived
+ Loading…
+ 正在加载中,请稍候
+ Loading file, please wait
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ 出错了,请重试
+ 删除类型
+ Type: Deleted
+ 粗体
+ 斜体
+ Strike
+ 代码
+ 链接
+ 颜色
+ 背景
+ 拷贝
+ Cut
+ 粘贴
+ 样式
+ 正文
+ 颜色
+ 背景
+ Close button
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ 删除
+ Move to Bin
+ 生成副本
+ 移至
+ 样式
+ 颜色
+ 背景
+ 下载
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ 完成
+ To start, select blocks
+ Language
+ 撤消
+ Redo
+ 拷贝
+ 粘贴
+ Select
+ 搜索
+ 关联
+ Relation
+ 下载
+ 视图
+ 视图
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ 搜索
+ 筛选
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ 移动
+ 移至
+ 预览
+ 链接到
+ 制作模板
+ 链接到
+ 移除链接
+ 创建新对象
+ 创建对象
+ 搜索
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - %d pages selected
+
+ 新建
+ 所有
+ Preparing…
+ 没有连接
+ Syncing…
+ 已同步
+ Not synced
+ 初始化同步中
+ Anytype 节点未连接
+ 向某个节点下载或上传数据
+ 至少在一个节点上备份
+ Failed to sync, trying again…
+ 版本已过时。请更新 Anytype
+ 描述
+ 大标题
+ 数目
+ 日期
+ 状态
+ 文件
+ 复选框
+ Url
+ 电子邮件
+ Phone
+ Emoji
+ 对象
+ Relation
+ Then
+ 输入值
+ 关联
+ Add a sort
+ 应用
+ Add a filter
+ 标签
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ 全选
+ 值
+ 空的
+ Add text…
+ Add number…
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ 已删除的关联
+ Document\'s cover
+ Cover image view
+ 纯色
+ 渐变
+ 清除
+ Create option \"%1$s\"
+ 精选关联
+ 其他关联
+ From type %1$s
+ 添加描述
+ 样式
+ 媒体
+ 对象
+ 对象
+ 关联
+ 其他
+ 操作
+ 排列
+ 颜色
+ 背景
+ 正文
+ 只需从正文开始书写
+ 大标题
+ 一级标题
+ 中等标题
+ 只需从正文开始书写
+ 副标题
+ 只需从正文开始书写
+ 高亮
+ Small section heading
+ 标注
+ 带图标的带边框文本
+ 复选框
+ Create and track task with to-do lsit
+ 项目符号
+ 只需从正文开始书写
+ 编号列表
+ List with numbering
+ 切换
+ 隐藏和显示内部内容
+ 粗体
+ 斜体
+ 删除线
+ 代码
+ 链接
+ Underline
+ 文件
+ 以原始状态存储文件
+ 图像
+ Enrich your page with an image
+ 视频
+ 上传可播放的视频
+ 书签
+ 剪藏您最喜欢的链接和摘要
+ 代码片段
+ 捕获代码片段
+ 分割线
+ 圆点分隔线
+ 目录
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+ 删除
+ 生成副本
+ 拷贝
+ 粘贴
+ 链接到对象
+ 链接到现有对象
+ 移动
+ 移至
+ Clean style
+ 返回
+ Right
+ Center
+ Left
+ Default
+ Gray
+ 姜黄色
+ 琥珀色
+ 朱红色
+ 品红色
+ 紫色
+ 靛蓝色
+ 靛青色
+ 松柏绿
+ 绿色
+ %1$s background
+ checked
+ not checked
+ Paste or type a URL
+ 标注
+ 高亮
+ 大标题
+ 中等标题
+ 副标题
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ 收藏夹
+ 模板
+ Templates
+ 上锁
+ 解锁
+ 恢复
+ 取消收藏
+ Delete View
+ Select tags
+ 选择状态
+ Select objects
+ Source
+ 查询
+ 选择查询
+ 对象
+ 网页页面
+ Select files
+ U
+ 输入文本
+ 输入号码
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ 在下面添加
+ Back button
+ Home button
+ Search button
+ Add doc
+ 不支持的数据块
+ 新增关联
+ 拷贝链接
+ Edit link
+ Unlink
+ 选择布局类型
+ User settings
+ 默认对象类型
+ 基本
+ 概要
+ 任务
+ 集合
+ 集锦
+ 笔记
+ 笔记
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ 对象不存在
+ 没有数据
+ 无信息来源
+ 已删除的对象
+ Open set
+ 已删除
+ 粘贴链接或搜索对象
+ 从剪贴板粘贴
+ Create object \"%1$s\"
+ 基本
+ 画布区块的标准布局
+ 笔记
+ 专为快速捕捉想法而设计
+ 概要
+ Companies, contacts, friends, and family
+ 任务
+ 带复选框的操作重点布局
+ 移到废纸篓
+ 撤消/重做
+ 生成副本
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ 大
+ @string/none
+ 对象描述
+ 内容预览
+ 无
+ 小
+ 中等
+ 可见性
+ 卡片
+ Inline
+ Set View
+ 关联设置
+ 关联集锦
+ 图像自适应
+ 图像预览
+ Hide icon
+ 描述
+ 对象类型
+ 预览布局
+ 未知
+ 未知错误
+ 书签
+ 正文
+ 链接
+ 下一步
+ 限制对象类型
+ 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.
+ Swipe down to skip
+ Show
+ This type has %1$d templates
+ 类型
+ 恢复
+ 清除
+ 颜色
+ 样式
+ Reset Style
+ 插入左侧
+ 插入右侧
+ 向左移动
+ 向右移动
+ 插入上文
+ 插入下文
+ 拷贝
+ 排序
+ 向上移动
+ 向下移动
+ Cell
+ Row
+ Column
+ 打开对象
+ 开放源代码
+ 重新加载对象内容
+ 打开链接
+ 拷贝电子邮件
+ 拷贝电话号码
+ 发送电子邮件
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ 我的关联
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+ 最近打开的文档
+ Anytype 文库
+ Your favorite objects
+ 在此设备上
+ Sets of objects from your workspace
+ Customize-view button
+ 无对象
+ 创建第一个对象以继续
+ 创建对象
+ 未选择查询
+ 添加搜索查询以在实时模式下聚合具有相同类型和关联的对象
+ 选择查询
+ 无对象
+ 创建第一个对象以继续
+ 创建对象
+ View is not present in set or collection, please recreate object
+ 将集合转换为集锦
+ 更改查询
+ 集锦
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ 更换壁纸
+ 更改图标
+ 随机
+ Choose
+ Attributes
+ 是否确定要永久删除文件?
+ 您无法撤消此操作。
+ 取消
+ 删除
+ 更改类型
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ 创建对象
+ 布局
+ 封面
+ 空白
+ Default for this view
+ 编辑模板
+ 生成副本
+ 删除
+ 暂不支持
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ 列表
+ 网格
+ 相簿
+ 看板
+ Page cover
+ button
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ 登录
+ 注册
+ or type your recovery phrase
+ Login with recovery phrase
+ 扫描二维码
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ 创建
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ 备份恢复短语
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ 显示和复制短语
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ 返回
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ 链接
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ 好的
+ 错误
+ Page icon
+ 移除
+ 创建
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ 壁纸
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ 链接
+ Move into this page
+ Move into
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ 名称
+ Name for new relation
+ 新建
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ 相簿
+ 查看为
+ 看板
+ 网格
+ 列表
+ Enter
+ 取消
+ 输入文本
+ Enter a numeric value
+ View name
+ 删除
+ View relations
+ 创建
+ 新建视图
+ Coming soon
+ 关联
+ 编辑视图
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ 是
+ 今天
+ 昨天
+ 明天
+ 未注明日期
+ 确切日期
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ 相簿
+ 更改类型
+ 更换封面
+ 移除
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ 添加
+ Upload from Gallery
+ Upload from External storage
+ 上传
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ 好的
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ 集合
+ 集锦
+ 布局
+ Restore from archive
+ 图标
+ 对象的表情符号或图像
+ 封面
+ 背景图片
+ 画布上对象的排列
+ 关联对象列表
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ 共享
+ 此对象不存在
+ Back to dashboard
+ 回到
+ Set not found for this type.
+ 创建
+ Create a new %1$s
+ 关闭
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ 卡片尺寸
+ Clear cache
+ 是否确定?
+ 存储在 Anytype 中的所有媒体文件将从您当前的设备中删除。可以从备份节点或其他设备再次下载它们。
+ New profile
+ 备份短语
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash 图库
+ 取消删除
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ 您确定要删除账户吗?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ 选择模板
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+ 选择关联类型
+ 恢复
+ Your account is deleted.
+
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ 设置
+ 链接到
+ moved to
+ 已复制的恢复短语
+ Types
+ 关联
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ 我的关联
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+ Create a widget
+ Edit widgets
+ 小部件来源
+ 小部件类型
+ 在下面添加
+ 树状图
+ Hierarchical structure of object
+ 链接
+ Compact version of the object
+ 具有集合对象列表视图的小部件
+ 具有集合对象列表视图的小部件
+ 列表
+ Compact list
+ 更改来源
+ Change Type
+ 删除小部件
+ 清空废纸篓
+ 编辑小部件
+ New type
+ 完成
+ Type name
+ Type settings
+ Relation settings
+ 移除
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Emoji
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype 是您编写、计划、思考和组织集于一身,对您重要的安全空间。
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ 创建新账户
+ 登录
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ 保存您的恢复短语
+ 要登录您的帐户,您需要一个恢复短语。它是12个随机单词,就像所有数据的主密码。立即保存或稍后在设置中保存恢复短语。
+ 显示恢复短语
+ 进入应用
+ 以后再做吧
+ 复制到剪贴板
+ 选择名称
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ 设置
+ 输入恢复短语
+ 或者
+ 无效的输入
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ 进入应用
+ Exiting... please wait
+ Loading... please wait
+ 个人
+ 创建空间
+ Something went wrong. Please try again.
+ 类型
+ 空间信息
+ Creation date
+ Created by
+ Space ID
+ 网络 ID
+ 此空间将被不可撤销地删除。您无法撤消此操作。
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ 了解更多
+ You can find Recovery Phrase later in\nAnytype settings
+ 什么是恢复短语?
+ 恢复短语是12个单词的随机组合,您的帐户在此设备上神奇般地生成。
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ 这就是为什么必须确保恢复短语的安全。作为唯一的所有者,如果恢复短语丢失了,没有人可以帮助到您。
+ How to save my Phrase?
+ 保存恢复短语的最简单方法是将其保存在您的密码管理器中。
+ 最可靠的方法是现实中在纸面上写下,并放在一个安全可靠的地方。
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+ 个人
+ 私人
+ 未知
+ Start with
+ Groups
+ 对象
+
diff --git a/localization/src/main/res/values/strings.xml b/localization/src/main/res/values/strings.xml
new file mode 100644
index 0000000000..89e40bb5b8
--- /dev/null
+++ b/localization/src/main/res/values/strings.xml
@@ -0,0 +1,1133 @@
+
+
+
+ Anytype
+
+ About
+ App version
+ Library
+ User ID
+
+ Profile
+ Personalization
+ Appearance
+ Files storage
+ Recovery phrase
+ Clear file cache
+ Debug Sync Report
+ Debug
+ Account
+ Reset account
+ Delete account
+ Space debug
+ Data
+ Mode
+ Logout
+ Pin code
+ Access
+ Wallpaper
+ Tech info
+
+ Light
+ Dark
+ System
+
+ U
+
+ Settings
+
+ Have you backed up your recovery phrase?
+ You will need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+
+ Help & Community
+ What\'s new
+ Anytype Community
+ Help & Tutorials
+ Legal
+ Terms of Use
+ Privacy Policy
+ Acknowledgments
+
+ https://anytype.io/release-notes/android
+ https://community.anytype.io
+ https://doc.anytype.io
+ https://anytype.io/terms_of_use/
+ https://anytype.io/privacy_policy.html
+
+ App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
+ Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
+ Space name
+ Personal Space
+ You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
+ In order to save space on your local device, you can offload all your files to our encrypted backup node. The files will be loaded back when you open them.
+ Manage files
+ Local storage
+ Offload files
+ %1$s used
+ %1$s of %2$s used
+ Remote storage
+ Contact us
+ Get more space
+ Account name
+ Space settings
+ Data management
+ 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.
+ Danger zone
+ New template was added to the type
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ https://humanparts.medium.com/how-i-overcame-cult-trauma-with-psychedelics-4342c03a074c
+
+ Turn into
+ Move to
+
+ Add block button
+ Hide keyboard button
+ Show actions
+ Show colors
+ Bold text
+ Italic text
+ Strike-through text
+ Link
+ Code
+ Option picture
+ Action picture
+ Checkbox pic
+ Task pic
+ Page icon
+ More button
+ Avatar image
+ Bookmark image
+ Remove filter
+ Filter format
+ QR code
+ Toggle icon
+ Turn into arrow
+ Document previous search result icon
+ Document next search result icon
+ Document search icon
+ Document clear search icon
+
+ Turn into
+ Add block
+ Text
+ Header 1
+ Header 2
+ Header 3
+ Highlighted
+
+ Checkbox
+ Bulleted list
+ Numbered list
+ Toggle list
+
+ Task
+ Page
+ Link to object
+ Database
+ Set
+ Contact
+ Existing Tool
+
+ File
+ Picture
+ Video
+ Bookmark
+
+ Line divider
+ Dots divider
+ Code snippet
+ Relation
+
+ Write a plain text
+ Big headline of a chapter, paragraph or section
+ Medium headline
+ Small headline
+ Spotlight what needs special attention
+ Create and track task with to-do list
+ Simple list
+ Numbered list
+ Hide and show content inside
+ Create new page inside this one
+ Link existing page with this one
+ Store file in original state
+ Upload and enrich the page with image
+ Upload playable video
+ Save your favorite link with summary
+ Capture code snippet
+ Separate information with line
+ Separate information with three dots
+ Meaningful connection between objects
+
+ Text
+ List
+ Page
+ Other
+ Tool
+ Media
+ Objects
+ Relation
+
+ Delete
+ Duplicate
+ Mention
+ Share
+
+ Actions
+ Aa
+ Text color
+ Background color
+ Bookmark logo
+ File icon
+ Modal icon
+
+ Tap to type
+ Gallery
+ Kanban
+ Table
+ List
+ Cancel
+ Skip
+ Add
+ Duplicate
+ Customize view
+ Kanban view
+ Properties
+ Sort
+ No sorts here. You can add some
+ No filters here. You can add some
+ No related options here. You can add some
+ Filter by
+ Filter
+ View
+ Properties
+ Title
+ Text
+ Select
+ Person
+ Email
+ Number
+ Multiple select
+ Date
+ File and Media
+ Checkbox
+ URL
+ Phone
+ Add new
+ Turn into
+ Reorder
+ Done
+ Property name
+ Property type
+ Hide
+ Show
+ View name
+ Details
+ Detail name
+ Detail type
+ Title
+ Name Surname
+ Paragraph
+ Title
+ Quote
+ Heading
+ Subheading
+ Checkbox
+ Enter video URL
+ Upload a video
+ Upload a picture
+ Upload a file
+ Upload an audio
+ Add a web bookmark
+ Bulleted list item
+ Numbered list item
+ Toggle block
+ Empty
+ Paste link
+
+ Empty. Tap to create a new block
+
+
+ Untitled
+ Untitled set
+ Untitled collection
+ Archived
+
+
+ Loading…
+ Loading, please waitd
+ Loading file, please waitd
+ Error while loading
+ Error while loading picture
+ Block with a picture
+ Tap here to insert a bookmark url
+ Archive
+ Add block option icon
+ Bookmark error menu button
+ Something went wrong, try again
+ Deleted type
+ Type: Deleted
+
+ Bold
+ Italic
+ Strike
+ Code
+ Link
+ Color
+ Background
+ Copy
+ Cut
+ Paste
+ Style
+ Text
+ Color
+ Background
+ Close button
+
+
+
+ - MIIEqDCCA5CgAwIBAgIJA071MA0GCSqGSIb3DQEBBAUAMIGUMQsww...
+
+ Add block below
+ Turn into
+ Turn into Page
+ Delete
+ Move to Bin
+ Duplicate
+ Move to
+ Style
+ Color
+ Background
+ Download
+ Replace
+ Add caption
+ Rename
+ Scroll & move
+ More
+ Done
+ To start, select blocks
+ Language
+
+ Undo
+ Redo
+ Copy
+ Paste
+ Select
+ Search
+ Relations
+ Relation
+ Download
+ View
+ Views
+
+ Choose emoji
+ logo_transition
+ Link from
+ Links to
+ Search
+ Filter
+ Search pages
+ Navigation through pages
+ Add new page
+ Mention suggester icon
+ Remove link icon
+ Copy link icon
+ Object image or emoji
+ Checkbox icon
+ Layout icon
+ Move
+ Move to
+ Preview
+ Link to
+ Make template
+ Linked to
+ Remove link
+ Create new object
+ Create object
+ Search
+ Syncing…
+ Choose a object type for this set
+ New set
+ Create new object type
+
+ - Select pages
+ - %d page selected
+ - %d pages selected
+
+ New
+ All
+
+ Preparing…
+ No connection
+ Syncing…
+ Synced
+ Not synced
+
+ Initializing sync
+ Anytype node is not connected
+ Downloading or uploading data to some node
+ Backed up on one node at least
+ Failed to sync, trying again…
+ Version outdated. Please update Anytype
+
+ Description
+ Title
+ Number
+ Date
+ Status
+ File
+ Checkbox
+ Url
+ Email
+ Phone
+ Emoji
+ Object
+ Relation
+ Then
+ Enter value
+ Relations
+ Add a sort
+ Apply
+ Add a filter
+ Tag
+ Unknown number of objects
+ First → Last
+ Last → First
+ 1 → 9
+ 9 → 1
+ Checked → Unchecked
+ Unchecked → Checked
+ A → Z
+ Z → A
+ \"%1$s\"
+ Select all
+ Value
+ Empty
+
+ Add text…
+ Add number…
+
+ Unknown type
+ Short text
+ Long text
+ Set new relation
+ Deleted relation
+
+ Document\'s cover
+ Cover image view
+ Solid colors
+ Gradients
+ Clear
+
+ Create option \"%1$s\"
+ Featured relations
+ Other relations
+ From type %1$s
+ Add a description
+
+ Style
+ Media
+ Objects
+ Objects
+ Relations
+ Other
+ Actions
+ Alignment
+ Color
+ Background
+
+ Text
+ Just start writing with a plain text
+ Title
+ Big section heading
+ Heading
+ Just start writing with a plain text
+ Subheading
+ Just start writing with a plain text
+ Highlighted
+ Small section heading
+ Callout
+ Bordered text with icon
+ Checkbox
+ Create and track task with to-do lsit
+ Bulleted
+ Just start writing with a plain text
+ Numbered list
+ List with numbering
+ Toggle
+ Hide and show content inside
+ Bold
+ Italic
+ Strikethrough
+ Code
+ Link
+ Underline
+
+ File
+ Store file in original state
+ Picture
+ Enrich your page with an image
+ Video
+ Upload playable video
+ Bookmark
+ Save your favorite link with summary
+ Code snippet
+ Capture code snippet
+
+ Line divider
+ Dots divider
+ Table of contents
+ Table 3x3
+ Table %1$dx%2$d
+ Create a simple table
+
+ Delete
+ Duplicate
+ Copy
+ Paste
+ Link to object
+ Link to existing object
+ Move
+ Move to
+ Clean style
+ Back
+
+ Right
+ Center
+ Left
+
+ Default
+ Gray
+ Yellow
+ Amber
+ Red
+ Pink
+ Purple
+ Blue
+ Sky
+ Teal
+ Green
+ %1$s background
+
+ checked
+ not checked
+ Paste or type a URL
+ Callout
+ Highlight
+ Title
+ Heading
+ Subheading
+ Create from scratch
+ Create relation \"%1$s\"
+ Name is required
+ Favorite
+ Template
+ Templates
+ Lock
+ Unlock
+ Restore
+ Unfavorite
+ Delete View
+ Select tags
+ Select status
+ Select objects
+ Source
+ Query
+ Select query
+ Objects
+ Web pages
+ Select files
+ U
+ Enter text
+ Enter number
+ Enter date
+ Enter URL
+ Enter e-mail
+ Enter phone
+ Scroll to select new position
+ Add below
+ Back button
+ Home button
+ Search button
+ Add doc
+ Unsupported block
+ New relation
+ Copy link
+ Edit link
+ Unlink
+ Choose layout type
+ User settings
+ Default object type
+ Basic
+ Profile
+ Task
+ Set
+ Collection
+ Note
+ Note
+ 🗒
+ A brief record of points written down as an aid to memory
+ Page
+ 📄
+ Proto type to start with
+ Non-existent object
+ No data
+ No source
+ Deleted object
+ Open set
+ Deleted
+ Paste link or search objects
+ Paste from clipboard
+ Create object \"%1$s\"
+ Basic
+ Standard layout for canvas blocks
+ Note
+ Designed to capture thoughts quickly
+ Profile
+ Companies, contacts, friends, and family
+ Task
+ Action-focused layout with a checkbox
+ To Bin
+ Undo/Redo
+ Duplicate
+ Object removal process
+ Please wait a bit. Your objects will be deleted shortly.
+ Large
+ @string/none
+ Object description
+ Content preview
+ None
+ Small
+ Medium
+ Visible
+ Card
+ Inline
+ Set View
+ Inline set
+ Inline collection
+ Fit image
+ Image preview
+ Hide icon
+ Description
+ Object type
+ Preview layout
+ Unknown
+ Unknown error
+
+ Bookmark
+ Text
+ Link
+ Next
+ Limit object types
+
+ 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.
+ Swipe down to skip
+ Show
+
+ This type has %1$d templates
+
+ Type
+ Restore
+
+ Clear
+ Color
+ Style
+ Reset Style
+ Insert left
+ Insert right
+ Move left
+ Move right
+ Insert above
+ Insert below
+ Copy
+ Sort
+ Move up
+ Move down
+ Cell
+ Row
+ Column
+ Open object
+ Open source
+ Reload object content
+ Open link
+ Copy email
+ Copy phone number
+ Send email
+ Call phone number
+ Bookmark icon
+ 1 cell selected
+ %1$d cells selected
+ 1 column selected
+ %1$d columns selected
+ 1 row selected
+ %1$d rows selected
+ 1 selected block
+ %1$d selected blocks
+
+ Could\'t find the selected block
+ Block selection error
+ Undefined
+ Relation: %1$s
+ Relations: %1$s
+ Type: %1$s
+ My types
+ My relations
+ Type \"%1$s\" added to your library
+ The name of the source set of the inline set
+ The inline set has no source
+ The source of the inline set has no type
+
+ Recently opened
+ Anytype Library
+ Your favorite objects
+ On this device
+ Sets of objects from your workspace
+
+ Customize-view button
+ No objects
+ Create first object to continue
+ Create object
+ No query selected
+ Add search query to aggregate objects with equal types and relations in a live mode
+ Select query
+ No objects
+ Create first object to continue
+ Create object
+ View is not present in set or collection, please recreate object
+ Turn Set into Collection
+ Change query
+ Collections
+ Your collections of objects
+ There is no type named \"%1$s\"
+ Try to create a new one or search for something else
+ Change wallpaper
+ Change icon
+ Random
+ Choose
+ Attributes
+ Are you sure you want to permanently delete the files?
+ You can’t undo this action.
+ Cancel
+ Delete
+ Change type
+ Open set of %1$s
+ Create set of %1$s
+ Current view cannot be deleted
+ Create object
+ Layout
+ Cover
+ Blank
+
+ Default for this view
+ Edit template
+ Duplicate
+ Delete
+ Unsupported
+ Make default
+ Default object
+ Default template
+ This type doesn’t support templates
+ %1$d applied
+ List
+ Grid
+ Gallery
+ Kanban
+ Page cover
+
+ button
+
+ Confirm
+ Invitation code should not be null
+ Invitation code
+ If you don\'t have one just go to anytype.io and sign up to the waiting list. We are inviting people on the rolling bases.
+ With Anytype you can write notes and documents, manage tasks, share files and save important content from the web.
+ Login
+ Sign up
+ or type your recovery phrase
+ Login with recovery phrase
+ Scan QR code
+ Choose pin code
+ Congratulations!
+ It\'s time to update
+ Some of your data was managed in a newer version of Anytype.\nPlease update the app to work with all your docs and the latest features.
+ Update
+ Later
+ Let\'s start!
+ You\'ve created your first profile!
+ It\'s stored on your device and nobody will know about it until you share it!
+ Choose profile
+ Logout
+ Add profile
+ Add your name \nand profile picture
+ Enter your name
+ Create
+ T
+ Do it later
+ Enter pin code
+ Confirm pin code
+
+ Switch profile
+ Profile picture
+ Arrow icon
+ User settings
+ Other settings
+ Your public page
+ Updates
+ You’ll need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
+ Back up your recovery phrase
+ i\'ve written it down
+ witch collapse practice feed shame open despair creek road again ice least lake tree young address brain envelope
+ Show and copy phrase
+
+ Hi, %1$s
+ Hi, User
+ Enter your invitation code
+ Welcome to Anytype
+ Setting up the wallet…
+ ⏳
+ Back
+ Create a new profile
+ No peers
+ Back button icon
+ Paste or type a URL
+ Unlink
+ Link
+
+ Read permission is needed to load file to media block.
+ User denied permission. Please, approve this permission in \"Permissions\" in the app settings on your device.
+ Read permission was denied with never ask again.\n You must approve this permission in \"Permissions\" in the app settings on your device.
+ Write permission is needed to load file to device.
+ Write permission was denied. Please consider granting it in order to load files to device!
+ Write permission was denied with never ask again.
+ Allow
+ Deny
+ Ok
+ Error
+
+ Page icon
+ Remove
+ Create
+ Paste or type a URL
+ Menu icon
+ Failed to launch wallet after retry.
+
+ Drive file was selected
+ File was selected from unknown provider
+ Local file was selected
+ Waiting to receive file…
+ Wallpaper
+ Wallpaper icon
+ Keychain icon
+ Pin icon
+ Open as page
+ Open
+ There is no object named \"%1$s\"
+ Try to create a new one or search for something else
+ You have no pages to search for.
+ Link to this page
+ Link
+ Move into this page
+ Move into
+
+ https://t.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ http://www.telegram.me/joinchat/BsRYeRURhKcXDOyDA7_NLw
+ Fetching your account…
+ Search on page
+ Object view type
+ Object type name
+ Name
+ Name for new relation
+ New
+ Plus button
+ Image icon
+ Emoji icon
+ Sort by
+ Tap to type
+ Gallery
+ View as
+ Kanban
+ Grid
+ List
+ Enter
+ Cancel
+ Enter text
+ Enter a numeric value
+ View name
+ Delete
+ View relations
+ Create
+ New view
+ Coming soon
+ Relations
+ Edit view
+ Open to edit
+ Delete button
+ Duplicate button
+ Edit-view button
+ Open to edit relation button
+ Remove relation from this set
+ Remove from this set
+ Reset
+ Search a relation
+ Check icon
+ Is
+ Today
+ Yesterday
+ Tomorrow
+ No date
+ Exact day
+ Reorder
+ Choose an image
+ Optimal dimensions in width 1080 pixels
+ Cover size
+ Upload image
+ Gallery
+ Change type
+ Change cover
+
+ Remove
+ Choose options
+ Search tags
+ Choose a relation to filter
+ Choose a relation to sort
+ Add to list
+ Add
+ Upload from Gallery
+ Upload from External storage
+ Upload
+
+ Go to Settings – Recovery Phrase on Desktop in order to find the QR code for login.
+ Ok
+ Choose option
+ Find a relation
+ Inbox
+ Unknown type
+ Set
+ Collection
+ Layout
+ Restore from archive
+ Icon
+ Emoji or image for object
+ Cover
+ Background picture
+ Arrangement of objects on a canvas
+ List of related objects
+ All version of object
+ History
+ Object Debug
+ Diagnostics
+ Provide name for new object
+ Please give us a moment. We’re almost there…
+ Soon
+
+ Are you sure you want to delete 1 object?
+ Are you sure you want to delete %1$d objects?
+ These objects will be deleted irrevocably. You can\'t undo this action.
+ This object will be deleted irrevocably. You can\'t undo this action.
+ Shared
+ This object doesn\'t exist
+ Back to dashboard
+ Go back
+
+ Set not found for this type.
+ Create
+
+ Create a new %1$s
+ Close
+ Go to settings
+ Don’t forget to take and save your recovery phrase
+ You can always find the phrase in the settings on the dashboard screen.
+ If you lose the recovery phrase and get logged out you will not be able to ever access your data again. Save this recovery phrase outside of Anytype for data recovery.
+ Card size
+ Clear cache
+ Are you sure?
+ All media files stored in Anytype will be deleted from your current device. They can be downloaded again from a backup node or another device.
+
+ New profile
+ Back up phrase
+ Anytype Analytics
+ 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.
+ Retry
+ Unsplash
+ Cancel deletion
+ Logout and clear local data
+ This account is planned for deletion in %1$d days
+ This account is planned for deletion tomorrow
+ This account is planned for deletion today
+ This account is planned for deletion in ? days
+ Are you sure to delete account?
+ You will be logged out on all other devices. You will have 30 days to recover it. Afterwards it will be deleted permanently.
+ Select template
+ Use swipe to choose
+ Without template
+ Error while searching for images on Unsplash. Please try again later.
+ Don’t forget to take and save your recovery phrase from settings
+ Unlock your object to add new relation
+ Unlock your object to edit relations
+
+ Select relation type
+
+ Restore
+ Your account is deleted.
+
+ - %d object selected
+ - %d objects selected
+
+ debug_mode
+ trouble_mode
+ Settings
+
+ linked to
+ moved to
+ Recovery phrase copied
+
+ Types
+ Relations
+ Types are like categories that help you group and manage your objects.
+ All objects are connected. Use relations to build connections between objects.
+ Create a type
+ Create a relation
+ My types
+ My relations
+ Library
+ Create a type \'%1$s\'
+ Create a relation \'%1$s\'
+ There are no %1$s named \'%2$s\'
+ Try creating new one or search for something else
+ There are no types named \'%1$s\'
+
+ Create a widget
+ Edit widgets
+ Widget source
+ Widget type
+ Add Below
+ Tree
+ Hierarchical structure of object
+ Link
+ Compact version of the object
+ Widget with list view of set object
+ Widget with list view of set object
+ List
+ Compact list
+ Change Source
+ Change Type
+ Remove Widget
+ Empty Bin
+ Edit Widgets
+
+ New type
+ Done
+ Type name
+
+ Type settings
+ Relation settings
+
+ Remove
+ This object has no links to other objects.\nTry to create a new one.
+ This view has no objects.\nTry to create a new one.
+ This data view has no objects.\nTry to create a new one.
+ This widget has no objects.\nTry to create a new one.
+ Emoji
+ Almost there!
+ I didn’t complete migration
+ I didn’t complete migration
+ To use this version of the app, please choose the correct option below to migrate your account.
+ I completed migration
+ here
+ 1. Download the desktop app
+ \n2. Log in and update it to the latest version\n3. Follow migration instructions
+ Visit forum
+ Something might have gone wrong. Please visit our forum, read the migration instructions, and ask questions to our team.
+
+ the everything app
+ for those\nwho celebrate\ntrust & autonomy
+ Anytype is your safe space to write, plan, think and organise everything that matters to you.
+ "By continuing you agree to "
+ Terms\u00A0of\u00A0Use
+ " and "
+ Privacy\u00A0Policy
+ Create New Account
+ Login
+ Enter your invite code
+ If you don\'t have one just go to anytype.io\nand sign up to the waiting list.
+ This is your Void
+ It is an encrypted location for everything you create. Everything is stored on your device, and backed up to the distributed network.
+ Save your Recovery Phrase
+ It’s a novel way of authentication that gives you full ownership over your account and data.
+ Show Recovery Phrase
+ Go to the app
+ Skip
+ Copy to clipboard
+ Choose your name
+ This is how you will appear in the app
+ Anytype Identity
+ Creating your Identity…
+ Setting up the Personal space…
+ Personal Space
+ Type your recovery phrase
+ OR
+ Entering the Void
+ Incompatible version
+ No tags found
+ Start typing to create a new one
+
+ Hi, Anytype team. I am reaching out to request an increase in my file storage capacity as I have run out of storage. My current limits is %1$s. My account id is %2$s. Cheers, %3$s
+ Your recovery phrase can\'t be empty
+ Go to the app
+
+ Exiting... please wait
+ Loading... please wait
+ Personal
+ Create a space
+
+ Something went wrong. Please try again.
+ Type
+ Space info
+ Creation date
+ Created by
+ Space ID
+ Network ID
+ This space will be deleted irrevocably. You can’t undo this action.
+ Delete \'%1$s\' space
+ Are you sure to delete this space?
+ Space ID copied
+ Network ID copied
+ Created-by ID copied
+ Read more
+ You can find Recovery Phrase later in\nAnytype settings
+ What is Recovery Phrase?
+ Recovery Phrase is a random combination of 12 words from which your account is magically generated on this device.
+ Whomever knows Recovery Phrase, owns the account.
+ At this moment, you are the only person in the world who knows it.
+ That\'s why it\'s essential to keep Recovery Phrase safe. As the sole owner, nobody can help you if it\'s lost.
+ How to save my Phrase?
+ The easiest way to store your Recovery Phrase is to save it in your password manager.
+ The most secure way is to write it down on paper and keep it offline, in a safe and secure place.
+ Some of your data was managed in a newer version of Anytype. Please update the app to work with all your docs and the latest features.
+ It’s time to update
+ https://download.anytype.io
+
+ Personal
+ Private
+ Unknown
+ Start with
+ Groups
+ Objects
+
+ Type `%1$s` added to your library"
+ Type `%1$s` removed from your library"
+ Relation `%1$s` added to your library"
+ Relation `%1$s` removed from your library"
+ Something went wrong. Please, try again later.
+
+ Edit
+ Unselect all
+ Sets
+ Favorites
+ Recently edited
+ Recently opened
+ Bin
+ Synced files
+ Log In
+ Anytype Library
+
\ No newline at end of file
diff --git a/middleware/src/main/res/values/strings.xml b/middleware/src/main/res/values/strings.xml
index 84e02ae3a5..7abc06d3ba 100644
--- a/middleware/src/main/res/values/strings.xml
+++ b/middleware/src/main/res/values/strings.xml
@@ -1,4 +1 @@
-
- Middleware
- New template was added to the type
-
+
diff --git a/presentation/build.gradle b/presentation/build.gradle
index 4588f54862..8425d43e16 100644
--- a/presentation/build.gradle
+++ b/presentation/build.gradle
@@ -19,6 +19,7 @@ android {
dependencies {
implementation project(':domain')
implementation project(':core-utils')
+ implementation project(':localization')
implementation project(':library-emojifier')
implementation project(':analytics')
implementation project(':core-models')
diff --git a/presentation/src/main/res/values/strings.xml b/presentation/src/main/res/values/strings.xml
index 386d7fec94..7abc06d3ba 100644
--- a/presentation/src/main/res/values/strings.xml
+++ b/presentation/src/main/res/values/strings.xml
@@ -1,22 +1 @@
-
- presentation
-
- Type ‘%1$s’ was installed"
- Type `%1$s` removed from your library"
- Relation ‘%1$s’ was installed"
- Relation ‘%1$s’ removed from your library"
- Something went wrong. Please, try again later.
-
- Edit
- Done
- Select all
- Unselect all
- Sets
- Favorites
- Recently edited
- Recently opened
- Bin
- Collections
- Synced files
-
-
+
diff --git a/settings.gradle b/settings.gradle
index 6ef9e31488..f3a09e1897 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -56,4 +56,5 @@ include ':app',
':libs'
include ':ui-settings'
-include ':crash-reporting'
\ No newline at end of file
+include ':crash-reporting'
+include ':localization'
diff --git a/ui-settings/build.gradle b/ui-settings/build.gradle
index 0c477e3b40..d99a1fa901 100644
--- a/ui-settings/build.gradle
+++ b/ui-settings/build.gradle
@@ -23,6 +23,7 @@ dependencies {
implementation project(':analytics')
implementation project(':core-models')
implementation project(':core-utils')
+ implementation project(':localization')
implementation project(':presentation')
implementation project(':library-emojifier')
diff --git a/ui-settings/src/main/res/values/strings.xml b/ui-settings/src/main/res/values/strings.xml
index 38c31ee3ea..a6b3daec93 100644
--- a/ui-settings/src/main/res/values/strings.xml
+++ b/ui-settings/src/main/res/values/strings.xml
@@ -1,74 +1,2 @@
-
-
- About
- App version
- Library
- User ID
-
- Profile
- Personalization
- Appearance
- Files storage
- Recovery phrase
- Clear file cache
- Debug Sync Report
- Debug
- Account
- Reset account
- Delete account
- Space debug
- Data
- Mode
- Logout
- Pin code
- Access
- Wallpaper
- Tech info
-
- Light
- Dark
- System
-
- U
-
- Settings
-
- Have you backed up your recovery phrase?
- You will need it to sign in. Keep it in a safe place. If you lose it, you can no longer access your account.
-
- Help & Community
- What\'s new
- Anytype Community
- Help & Tutorials
- Legal
- Terms of Use"
- Privacy Policy
- Acknowledgments
-
- https://anytype.io/release-notes/android
- https://community.anytype.io
- https://doc.anytype.io
- https://anytype.io/terms_of_use/
- https://anytype.io/privacy_policy.html
-
- App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s
- Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s
- Space name
- Personal Space
- You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.
- In order to save space on your local device, you can offload all your files to our encrypted backup node. The files will be loaded back when you open them.
- Manage files
- Local storage
- Offload files
- %1$s used
- %1$s of %2$s used
- Remote storage
- Contact us
- Get more space
- Account name
- Space settings
- Data management
- 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.
- Danger zone
-
\ No newline at end of file
+
\ No newline at end of file